.footer-top .list-items li {
    margin-bottom: 6px;
    color: #FFF;
}

.footer-top .list-items li a {
    color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-top .list-items li a:hover {
    color: #10a300;
}

.footer-top .term-box .list-items li::before {
    position: absolute;
    content: "";
    bottom: 10px;
    right: 0;
    width: 4px;
    height: 4px;
    background-color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.footer-top .term-box .list-items li {
    margin-right: 8px;
}

.theme-btn-small {
    height: auto !important;
}

.cta-area .contact-form-action .form-control {
    height: 50px !important;
}

.single-content-item p {
    font-size: 15px;
    line-height: 1.4em;
    padding-bottom: 10px;
}

.room-type-area .image-box .badge {
    top: 20px;
}

.room-type-area .image-box .badge {
    position: absolute;
    background-color: #b40d10;
    top: 20px;
    left: 20px;
    padding: 6px 11px;
    font-size: 11px;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 600;
    z-index: 1;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-area .title {
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial-card .testi-desc-box .day-name {
    color: #10a300;
}

.testimonial-card {
    cursor: pointer;
}

.testimonial-card.active {
    cursor: initial;
}

.testimonial-card .time{
    color: #4f4f4f;
    font-size: 11px;
    line-height: 17px;
}

.testimonial-card.active,
.testimonial-card:hover {
    background-color: #10a300;
    border-color: #10a300;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



.testimonial-card:hover h5,
.testimonial-card:hover span,
.testimonial-card:hover .day-name,
.testimonial-card.active h5,
.testimonial-card.active span,
.testimonial-card.active .day-name
 {
    color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.testimonial-card.disabled {
    background-color: #f7f7f7;
    border: 1px solid rgba(128, 137, 150, 0.2);
}

.testimonial-card.disabled h5,
.testimonial-card.disabled span {
    color: rgba(128, 137, 150, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.testimonial-card.disabled:hover h5,
.testimonial-card.disabled:hover span {
    color: rgba(128, 137, 150, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar__stick {
    position: sticky;
    top: 98px;
}


.main-wrapper {
    overflow: hidden;
}

.banner-wrapper .slide-wrapper .owl-stage-outer {
    overflow: hidden;
}

.banner-wrapper .owl-stage-outer {
    overflow: visible;
}

.banner-wrapper .owl-stage-outer .owl-item {
    opacity: 0.4;
}

.banner-wrapper .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.banner-wrapper .owl-dots {
    position: absolute;
    margin-top: 0;
    bottom: 10px;
    width: 100%;
}

.banner-wrapper .owl-dots .owl-dot span {
    margin: 4px;
    background-color: #FFFFFF50;
}

.banner-wrapper .owl-dots .owl-dot.active span {
    background-color: #FFF;
}

.banner-wrapper .banner-wrap {
    border-radius: 7px;
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    z-index: -1;
}

.banner-wrapper .banner-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: rgb(0, 0, 0);
    background: linear-gradient(240deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.95) 100%);
}

@media only screen and (max-width: 1200px) {
    .banner-wrapper .banner-wrap {
        height: 400px;
    }
}

@media only screen and (max-width: 576px) {
    .banner-wrapper .banner-wrap {
        height: 250px;
    }
}

.banner-wrapper .left-wrap {
    flex: 0 0 45%;
    max-width: 45%;
    position: relative;
    padding: 0 0 0 50px;
}

@media only screen and (max-width: 992px) {
    .banner-wrapper .left-wrap {
        padding: 0 0 0 15px;
    }
}

@media only screen and (max-width: 576px) {
    .banner-wrapper .left-wrap {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        background: linear-gradient(to top, #211813, transparent);
    }
}

.banner-wrapper .left-wrap h2 {
    font-size: 54px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
}

@media only screen and (max-width: 1200px) {
    .banner-wrapper .left-wrap h2 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 992px) {
    .banner-wrapper .left-wrap h2 {
        font-size: 36px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 576px) {
    .banner-wrapper .left-wrap h2 {
        font-size: 26px;
        margin-top: 10px;
    }
}

.banner-wrapper .left-wrap p {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
}

@media only screen and (max-width: 1200px) {
    .banner-wrapper .left-wrap p {
        font-size: 13px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 992px) {
    .banner-wrapper .left-wrap p {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .banner-wrapper .left-wrap a {
        margin-top: 10px;
    }
}

.banner-wrapper .left-wrap .tag {
    font-size: 14px;
    color: #ddd;
    margin-right: 15px;
}

@media only screen and (max-width: 1200px) {
    .banner-wrapper .left-wrap .tag {
        font-size: 12px;
    }
}

.banner-wrapper .left-wrap .tag b {
    color: #fff;
}

.banner-wrapper .left-wrap .rnd {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFF;
    padding: 6px 11px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 1;
    color: #10a300;
}

.banner-wrapper .left-wrap .btn-lg,
.banner-wrapper .left-wrap .btn-group-lg>.btn {
    color: #fff;
    background-color: var(--f7-theme-color);
    min-width: 200px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {

    .banner-wrapper .left-wrap .btn-lg,
    .banner-wrapper .left-wrap .btn-group-lg>.btn {
        min-width: 150px;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 30px;
    }
}

.banner-wrapper .left-wrap .btn-lg img,
.banner-wrapper .left-wrap .btn-group-lg>.btn img {
    width: 20px;
    margin-right: 10px;
    position: relative;
    top: -2px;
    display: inline-block;
}

.banner-wrapper .left-wrap .icon-bttn {
    margin-left: 20px;
    line-height: 58px;
    display: inline-block;
    position: relative;
}

@media only screen and (max-width: 576px) {
    .banner-wrapper .left-wrap .icon-bttn {
        line-height: 30px;
        right: 20px;
        position: absolute;
        bottom: 50px;
    }
}

.banner-wrapper .left-wrap .icon-bttn:hover .share-icons {
    display: block;
}

.banner-wrapper .left-wrap .icon-bttn i {
    font-size: 20px;
}

.banner-wrapper .left-wrap .icon-bttn .share-icons {
    display: none;
    background-color: #eee;
    border-radius: 4px;
    position: absolute;
    width: 130px;
    right: -130px;
    margin-left: 30px;
    top: 0;
    height: 58px;
    padding: 5px 10px;
}

.banner-wrapper .left-wrap .icon-bttn .share-icons i {
    color: #999;
    margin-right: 15px;
    font-size: 22px;
}

@media only screen and (max-width: 576px) {
    .banner-wrapper .right-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.banner-wrapper .right-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, #00000090, transparent);
}

.banner-wrapper .right-wrap video {
    height: 500px;
}

@media only screen and (max-width: 576px) {
    .banner-wrapper .right-wrap video {
        height: 250px;
    }
}

.banner-wrapper .slide-wrapper {
    padding: 0 50px 30px;
    background-color: #00000090;
    border-radius: 0 0 7px 7px;
    position: relative;
}

.banner-wrapper .slide-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 50px;
    background: linear-gradient(to top, #00000090, transparent);
}

@media (max-width: 576px) {

    .banner-wrapper .slide-wrapper,
    .slide-wrapper .slide-one .slide-content .tag,
    .slide-wrapper .slide-one .slide-content p,
    .banner-wrapper .left-wrap a {
        display: none;
    }

    .owl-nav {
        top: -63px;
        right: 100px;
    }

    .slide-wrapper .slide-slider-full,
    .category-slider,
    .slide-wrapper .slide-slider {
        width: 130%;
    }

    .banner-wrapper .left-wrap div.icon-bttn {
        right: 25%;
    }

    .banner-wrapper .owl-dots {
        display: none;
    }

}

.bg-tk-primary {
    background-color: #10a300 !important;
}

.text-tk-primary {
    color: #10a300 !important;
}


.breadcrumb-list .list-items li {
    color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.faq-item .toggle-menu-icon {
    font-weight: 800;
}

.faq-item .toggle-drop-menu li {
    font-weight: 400;
    color: #4f4f4f;
}


#booking-button:disabled {
    background-color: #4f4f4f;
    color: #FFF;
    border-color: #4f4f4f;
    cursor: not-allowed;
}


@media screen and (max-width: 576px){
    .testimonial-card h5 {
        font-size: 15px;
    }
}

.help-block {
    font-size: 14px;
    color: red;
    margin-top: 5px;


    display: flex;
    gap: 5px;
}

.help-block::before {
    content: "\f071";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 20px;
}

.modal-max-scroll {
    overflow-y: scroll;
    max-height: 450px;
}

.alert.bg-danger {
    color: #fff;
}

.breadcrumb-area.breadcrumb-area__mask::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #4f4f4f;
    z-index: -1;
    opacity: 0.4;
}

.sidebar__tktr li > a, .sidebar__tktr li > a  {
    color: #4f4f4f;
    text-transform: initial;
    font-size: 16px;
    font-weight: 400;
}


.box_style_cat {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}

ul#cat_nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#cat_nav li {
	line-height: 20px;
	border-bottom: 1px solid #ddd;
}

ul#cat_nav li a {
	position: relative;
	color: #444;
	font-size: 13px;
}

ul#cat_nav li a span {
	font-size: 11px;
	color: #999;
}

ul#cat_nav li a:after {

    content: "\f105";
    font-family: 'Line Awesome Free';
    font-weight: 900;

	position: absolute;
	right: 15px;
	top: 15px;
}

ul#cat_nav li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

ul#cat_nav li:first-child a:hover,
ul#cat_nav li:first-child a#active,
ul#cat_nav li:first-child a.active {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

ul#cat_nav li:last-child a:hover,
ul#cat_nav li:last-child a#active,
ul#cat_nav li:last-child a.active {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

ul#cat_nav li a {
	display: block;
	padding: 15px 10px;
}

ul#cat_nav li a:hover,
ul#cat_nav li a#active,
ul#cat_nav li a.active {
	background: #f9f9f9;
	color: #111;
}

ul#cat_nav i {
	font-size: 22px;
	margin-right: 5px;
	float: left;
}

#tools {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
