﻿body {
    color: #000;
    line-height: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
}

*,
::after,
::before {
    box-sizing: inherit;
}

@font-face {
    font-family: 'GT Super Txt Trial Rg';
    src: url('../Content/fonts/GTSuperTxtTrial-Rg.woff2') format('woff2'), url('../Content/fonts/GTSuperTxtTrial-Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Super Txt Trial Bd';
    src: url('../Content/fonts/GTSuperTxtTrial-Bd.woff2') format('woff2'), url('../Content/fonts/GTSuperTxtTrial-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Super Ds Trial Md';
    src: url('../Content/fonts/GTSuperDsTrial-Md.woff2') format('woff2'), url('../Content/fonts/GTSuperDsTrial-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5 {
    font-family: 'GT Super Txt Trial';
    font-weight: 500;
}

h1 {
    font-size: 65px;
}

.color-span {
    color: #5b8222;
}

.mx-80 {
    margin: 0px 80px;
}

.px-96 {
    padding-left: 96px;
    padding-right: 96px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

a:hover {
    color: #c3e379;
    text-decoration: none;
}

a {
    color: #7da41f;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 400;
    font-size: 20px;
}


p {
    line-height: 1.2;
    font-size: 20px;
}

.top-btn .btn {
    width: 100%;
}

    .top-btn .btn:hover {
        background: #5b8222;
        color: #fff;
    }

.fixed .top-btn .btn {
    background-color: #5b8222;
    border-color: #5b8222;
    padding: 8px 20px;
    color: #fff;
}

    .fixed .top-btn .btn:hover {
        background-color: #fff;
        border-color: #5b8222;
        color: #5b8222;
    }

.btn {
    background: transparent;
    border-radius: 0px;
    padding: 16px 20px;
    width: 230px;
    font-size: 20px;
    border: 2px solid #5b8222;
    color: #5b8222;
    transition: all .5s;
    text-transform: uppercase;
}

.btn2 {
    border: 2px solid #000000;
    color: #000000;
    width: 45%;
}

    .btn2:hover {
        background-color: #5b8222;
        border-color: #5b8222;
        color: #ffffff;
    }

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
}


h2 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 500;
}

h3 {
    font-size: 36px;
    line-height: 44px;
}

.h1-main-px {
    padding: 0 96px;
}

.pl-130 {
    padding-left: 5%;
}

.pr-130 {
    padding-right: 5%;
}

.bg-tintsgreen a:hover {
    color: #4aa6ac !important;
}

ul {
    list-style-position: inside;
}

p:empty {
    display: none;
    margin-bottom: 0
}

.cursor-pointer {
    cursor: pointer;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-26 {
    font-size: 1.4vw;
}

.fs-24 {
    font-size: 1.3vw;
}

.fs-40 {
    font-size: 40px;
}

.fs-70 {
    font-size: 4vw;
    line-height: 86px;
}

.fs-30 {
    font-size: 30px;
    line-height: 35px;
}

.fs-35 {
    font-size: 30px;
}

.fs-22 {
    font-size: 18px;
}


.fs-80 {
    font-size: 5vw;
    line-height: 100px;
}

.ls-4 {
    letter-spacing: 4px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-100 {
    margin-bottom: 100px;
}

.lh-60 {
    line-height: 60px;
}

.lh-50 {
    line-height: 50px;
}

.px-200 {
    padding: 0 180px;
}

.py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.pt-150 {
    padding-top: 150px;
}


.pr-12 {
    padding-right: 12%;
}

.mt-75 {
    margin-top: 75px;
}

.pl-lg-50 {
    padding-left: 50px;
}

.pr-lg-50 {
    padding-right: 50px;
}

.pb-150 {
    padding-bottom: 150px;
}

.bg-gre {
    background: rgba(183,197,183, 0.8);
}

/*** Header Desktop Menu css  ****/
.headertop-contact {
    padding: 15px 80px;
    transition: all 0.3s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #fff;
}

    .headertop-contact.fixed {
        background: #fff;
        border-bottom: solid 2px #fff;
        transition: all 0.3s;
        box-shadow: 0 1px 3px #fff;
        padding: 10px 98px;
        top: 0px;
    }


.fixed .logo {
    padding: 0;
    width: 130px;
}

.logo {
    width: 180px;
    transition: all 0.3s;
    padding: 0px;
}

.acolor {
    color: #2c2d2b;
    font-weight: 600;
    text-decoration: none;
}


.sidenav ul li {
    padding: 10px 25px;
}



.accordion {
    display: block;
    width: 100%;
}



#linkid {
    position: relative;
}



.fixed .sidenav a.nav-link {
    color: #000000;
}



.sidenav a.nav-link {
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.1;
    font-size: 20px;
    display: block;
    transition: 0.3s;
    color: #232323;
    padding: 8px 0;
    text-align: center;
    font-weight: 500;
}

#accordion .active {
    color: #5b8222;
}


.sidenav a.nav-link:focus {
    color: #2D2E29;
}

.bookbtn {
    border: solid 1px #fff;
    font-size: 18px;
    color: #fff;
    padding: 18px 25px;
    margin-left: 30px;
}

.fixed .bookbtn {
    padding: 15px 40px;
}

.fixed .mobile_logo {
    width: 90px;
    display: inline-block;
}



.sidenav .nav-item.active ul li a {
    color: #2D2E29;
    border-bottom: solid 0px #A58F64
}

    .sidenav .nav-item.active ul li a:hover {
        color: #5b8222;
    }

.sidenav .nav-item.active ul li.active a {
    color: #4aa5d3;
}

.sidenav .nav-item.active ul li.active {
    background: #2D2E29 !important;
    color: #fff;
}

.nav-px {
    padding: 0 50px;
}

.sidenav ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0px;
    content: '';
    color: transparent;
    background: #5b8222;
    height: 2px;
}

.sidenav ul li a:hover:after {
    width: 100%;
}

.sidenav ul li .active:after {
    width: 100%;
}

.sidenav ul li a {
    position: relative;
}

    .sidenav ul li a:after,
    .sidenav ul li a:before {
        transition: all .5s;
    }

.sidenav a.nav-link:hover {
    color: #5b8222;
}

.sidenav .nav-item.active a {
    color: #5b8222;
    border-bottom: solid 2px #5b8222;
}


/*** End Header Desktop Menu css  ****/


.cardoursolutions {
    transform: translate(0%,0%);
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0px;
    border-radius: 0px;
    text-align: center;
}


    .cardoursolutions .details {
        width: 100%;
        height: 100%;
        position: absolute;
        box-sizing: border-box;
        transition: .5s;
    }

    .cardoursolutions .imgBx {
        top: 0;
        left: 0;
    }
    /* .cardoursolutions:hover .imgBx {
    top: 0;
    left: -100%;
} */
    .cardoursolutions .details .details-box {
        padding: 30px;
        border: solid 1px #fff;
        height: 100%;
        width: 100%;
    }

    .cardoursolutions .details {
        background: rgba(0 0 0 / 50%);
        top: 0;
        left: 100%;
        padding: 30px;
    }

    .cardoursolutions:hover .details {
        top: 0;
        left: 0%;
    }

    .cardoursolutions .details h3 {
        color: #fff;
        margin: auto;
        padding: 0 0 10px;
        line-height: 1.1;
    }

    .cardoursolutions .details p {
        margin: auto;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.oursolutionsoverlaytext {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: left;
    padding-right: 0;
    right: 0;
    transform: translateY(-50%);
}

/*-------toTop-----------*/
#toTop {
    transition: transform 0.5s ease 0s;
    bottom: 75px;
    padding: 5px;
    position: fixed;
    right: 24px;
    z-index: 9;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
}

    #toTop img {
        position: absolute;
        left: 14px;
        z-index: 99;
        margin-top: 10px;
    }

#star-svg {
    position: fixed;
    right: 19px;
    bottom: 70px;
    width: 80px;
    height: 80px;
}

/*-------toTop-----------*/


.carousel-control-next,
.carousel-control-prev {
    top: 45%;
    height: 50px;
}


.booking-detials {
    padding: 25px 13px;
    max-width: 90%;
    position: absolute;
    left: 0;
    box-shadow: 0px 4px 0px 0px rgba(0 0 0 / 29%);
    -webkit-box-shadow: 0px 3px 3px 1px rgba(4 5 5 / 24%);
    -moz-box-shadow: 0px 4px 0px 0px rgba(0 0 0 / 29%);
    right: 0;
    margin: auto;
    border-radius: 0;
    margin-top: -60px;
}
.popup .booking-detials {
    padding: 0px;
    max-width: 100%;
    position: inherit;
    margin-top: 0px;
    box-shadow:none;
}

.mob-nav-booknow .btn {
    padding: 12px 60px 12px;
    border: solid 2px #fff;
}


.popup .booknow-ul {
    display: block;
}
.booknow-ul {
    display: flex;
}

.head-book ul li label {
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
}

.head-book ul li img {
    position: absolute;
    bottom: 17px;
    right: 5px;
    width: 20px;
    height: 15px;
}

.number-li {
    display: inline-block !important;
}

    .number-li lable {
        font-size: 20px;
    }

.book-btn {
    border-radius: 0px;
    color: #ffffff;
    background-color: #5b8222;
    border-color: #5b8222;
    text-transform: uppercase;
    vertical-align: bottom;
    padding: 16px 20px;
    letter-spacing: 1px;
    width: 100%;
}

    .book-btn:hover {
        background: #fff !important;
    }



.head-book ul li {
    text-decoration: none;
    color: #2D2E29;
    position: relative;
    padding: 10px 0px;
    border-bottom: solid 2px #2D2E29;
    margin-bottom: 10px;
    margin-right: 22px;
    display: flex;
    vertical-align: middle;
    text-align: left;
    align-items: baseline;
    width: 100%;
}
/*---book-now-----*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: solid 2px #0098A7 !important;
    background: none !important;
    border-radius: 50px;
}

.ui-state-hover {
    border-radius: 50px;
    color: #fff !important;
    transition: all 0.0s;
}

    .ui-state-hover:hover {
        color: #fff !important;
        transition: all 0.0s;
        background: #5b8222 !important;
    }

.start-date, .start-date.end-date1 {
    background: #0098A7;
    border-radius: 30px 0px 0px 30px;
    color: #fff !important;
}

.end-date, .end-date1 {
    background: #0098A7;
    border-radius: 0px 30px 30px 0px;
    color: #fff !important;
}

.start-date .ui-state-default {
    background: #2D2E29 !important;
    border-radius: 50px;
}

.end-date .ui-state-default {
    background: #2D2E29 !important;
    border-radius: 50px;
}

.ui-widget :active {
    outline: none;
    color: #fff !important;
}

.head-book ul li input[type="text"] {
    /* color: #FFF; */
    /*background: url(../../Content/images/arrow.png) no-repeat right 0px center;*/
    padding: 0px;
    border: 0px solid #2D2E29;
    border-radius: 4px;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase !important;
    display: inline-block;
    outline: none;
}

.head-book ul li label {
    font-size: 20px;
    display: inline-block;
}

.head-book .select2-chosen {
    line-height: 1 !important;
}

.head-book .select2-choice {
    height: 33px !important;
    width: 100% !important;
    padding: 27px 0 !important;
}

.head-book ul li input[type="text"]::placeholder {
    color: #0098a7;
    opacity: 1;
}



.innerbody button.btn1 {
    width: 217px;
}

.head-book .telarea {
    position: static;
    display: none;
}

.checkAvailability {
    border-right: none !important;
}

.booking-form {
    width: auto;
}


.head-book .select2-container .select2-choice {
    color: #2D2E29 !important;
    font-size: 20px !important;
    font-weight: 100;
    background: url('/Content/images/drop-icon.png') bottom 5px right 4px no-repeat;
    border: none;
    outline: none;
    line-height: 0;
}

.Gueststop {
    position: absolute;
    top: 10px;
}

/*.head-book .select2-dropdown-open .select2-choice {
    background: #322923 url('/Content/images/minus.png') center right 4px no-repeat;
}*/



.mob-nav-booknow .btn {
    padding: 12px 60px 12px;
    border: solid 2px #fff;
}


.head-book ul li label {
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
}

.head-book ul li img {
    position: absolute;
    bottom: 17px;
    right: 5px;
    width: 20px;
    height: 15px;
}

.number-li {
    display: inline-block !important;
}

    .number-li lable {
        font-size: 20px;
    }





.head-book ul li {
    text-decoration: none;
    color: #2D2E29;
    position: relative;
    
    border-bottom: solid 2px #2D2E29;
    margin-bottom: 10px;
    margin-right: 22px;
    /* display: flex; */
    vertical-align: bottom;
    text-align: left;
    align-items: baseline;
    width: 100%;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 45%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-indicators {
    bottom: -47px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    align-items: center !important;
}

.accommodations-box .top-content h5 {
    width: fit-content;
}

    .accommodations-box .top-content h5::after {
        content: '';
        background-color: #000;
        height: 2px;
        width: 71px;
        position: absolute;
        top: 13px;
        right: -85px;
    }

.service-slide .content-item .title-head {
    position: absolute;
    left: 0;
    text-align: center;
    right: 0;
    transform: translateY(100%);
    transition: all 0.35s;
    background: rgba(255 255 255 / 80%);
    width: 60%;
    margin: auto;
    padding: 10px;
    color: #000;
}

    .service-slide .content-item .title-head .title-head-content {
        border: solid 1px #000;
        padding: 30px 10px;
    }

    .service-slide .content-item .title-head h3 {
        padding-bottom: 20px;
    }

.service-slide:hover .title-head {
    transform: translateY(-50%);
    top: 50%;
}
.room-box .btn {
    padding: 10px 30px;
    font-size: 16px;
    text-transform: inherit;
    width: max-content;
}
.overlay2 {
    position: relative;
}

    .overlay2::before {
        content: '';
        background: rgba(190 0 59 / 0.17);
        position: absolute;
        width: 100%;
        height: 100%;
    }

.amenities-box ul li {
    margin-bottom: 12px;
    font-size: 22px;
    width: 23%;
    vertical-align: text-top;
}

.demo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
}

.demo-gallery > ul > li {
    float: left;
    margin-top: 20px;
}
.select2-results {
    max-height: max-content !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #5b8222 !important;
    color:#fff !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    color: #fff !important;
}
    /* ................................footer css................................ */
    footer {
        background-color: #5b8222;
        color: white;
        padding: 40px 0px;
    }

    footer .footer-logo img {
        max-width: 300px;
    }

    footer .social-icons a img {
        width: 100%;
        transition: .5s;
    }

    footer .social-icons a {
        transition: .5s;
        height: 40px;
        margin-right: 50px;
    }

        footer .social-icons a:hover .social-icons-img {
            filter: brightness(0);
        }

    footer a {
        color: #fff;
        transition: .5s;
    }

        footer a:hover {
            color: #040404;
        }

.footer-bottum-border {
    border-top: solid 1px #7da41f;
}

.slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 3rem;
    height: 3rem;
    transform: translateY(-50%);
    padding: 0;
    overflow: hidden;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    transition: 0.25s;
}

    .slider .slick-arrow:hover, .slider .slick-arrow:focus {
        border-color: #f08a5d;
    }

    .slider .slick-arrow:active {
        transform: translateY(-50%) scale(0.9);
    }

.slider .slick-prev {
    right: 180px;
    bottom: 96px;
    filter: brightness(1);
}

.slider .slick-next {
    right: 80px;
    bottom: 96px;
    filter: brightness(1);
}

.slider__item {
    position: relative;
    height: 100%;
}

    .slider__item img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: cover;
    }

.slider__counter {
    position: absolute;
    bottom: 75px;
    right: 116px;
    /*z-index: 1;*/
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    pointer-events: none;
    background: #000;
    padding: 10px;
    border-radius: 53%;
    border: 2px solid #AFB1B6;
    width: 59px;
    height: 59px;
    margin: auto;
    text-align: center;
}

.slider2 .slider__counter2 {
    position: absolute;
    bottom: -100px;
    right: 116px;
    /* z-index: 1; */
    font-size: 16px;
    font-weight: 600;
    color: #000;
    pointer-events: none;
    background: #fff;
    padding: 10px;
    border-radius: 53%;
    border: 2px solid #5b8222;
    width: 59px;
    height: 59px;
    margin: auto;
    text-align: center;
}

.slider2 .slick-slide {
    margin: 0 25px;
}

.slider2 .slick-prev {
    right: 180px;
    filter: brightness(0);
}

.slider2 .slick-next {
    right: 80px;
    filter: brightness(0);
}

.slider2 .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -80px;
    display: block;
    width: 21px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
/*.slick-slider {
    overflow-x: hidden;
    overflow-y: clip;
    height: 100%;
}*/

.slider3 .slider__counter3 {
    position: absolute;
    bottom: -100px;
    right: 116px;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    /* color: #000; */
    pointer-events: none;
    background: #fff;
    border-radius: 53%;
    border: 2px solid #5b8222;
    width: 59px;
    height: 59px;
    margin: auto;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.slider3 .slick-slide {
    margin: 0 15px;
}

.slider3 .slick-prev {
    right: 180px;
    filter: brightness(0);
}

.slider3 .slick-next {
    right: 80px;
    filter: brightness(0);
}

.slider3 .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -80px;
    display: block;
    width: 21px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/* ................................footer css end................................ */


.accordion-item {
    background-color: transparent;
    border: none;
}

button {
    font-family: HelveticaNeue-Light;
}

.accordion-body {
    color: #000;
    background-color: transparent;
    border: solid 2px #000;
    border-left: 0px;
    border-right: 0px;
    font-size: 20px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background: transparent;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}

.accordion-button:focus {
    box-shadow: none;
    border: 1px solid #000;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}

.accordion-button {
    box-shadow: none;
    border: 2px solid #000;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    color: #000;
    font-size: 28px;
    background: transparent;
    line-height: 1.1;
}

.accordion-item:first-of-type .accordion-button {
    box-shadow: none;
    border-radius: 0px;
}

.accordion-item:first-of-type {
    border-radius: 0px;
}

.accordion-item:last-of-type {
    border-radius: 0px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 2.25rem;
    transition: transform .2s ease-in-out;
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529' %3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e); */
}

.accordion-item ul li {
    font-size: 20px;
    font-family: HelveticaNeue-Light;
    margin-bottom: 10px;
}
/* ........................................................ */
.content-item ul {
  
    list-style: outside;
    padding-left: 20px;
}
.content-item ul li {
    margin-bottom: 5px;
    line-height: 1.2;
    font-size: 20px;
}
.carouselrooms .owl-nav {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    display: flex;
    padding: 0 10px;
    width: 100%;
    justify-content: space-between;
}

/*..................closable popup.......................*/

#closabale-popup-main {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
}

#closabale-popup {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: transparent;
}

    #closabale-popup .popup {
        position: absolute;
        background: #fff;
        z-index: 2;
        width: 100%;
        max-width: 520px;
    }

    #closabale-popup .close-cont {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.67);
        position: absolute;
        z-index: 1;
    }

    #closabale-popup .popup .close-btn svg {
        height: 14px;
        width: 14px;
        margin-top: -2px;
    }

    #closabale-popup .close-btn {
        position: absolute;
        right: -20px;
        z-index: 10;
        cursor: pointer;
        top: -20px;
        border-radius: 50%;
        border: none;
        /*transform: scale(0.9);*/
        line-height: 3px;
        fill: #fff;
        height: 36px;
        width: 36px;
        background: #5b8222;
    }

        #closabale-popup .close-btn:hover {
            fill: #000;
            background: #fff;
        }

    #closabale-popup .popup .close-inner {
        position: relative;
    }

 
.popup-covid-img-container.text-center {
    padding: 50px;
    background: #fff;
}
/*..................closable popup end.......................*/

@media (max-width:1600px) {
    h1 {
        font-size: 60px;
    }

    .py-130 {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .sidenav ul li {
        padding: 10px 20px;
    }

    .sidenav a.nav-link {
        font-size: 18px;
    }

    .features li {
        font-size: 22px;
    }

    .footer-location-box p, .footer-location-box a {
        font-size: 22px;
    }

    .cardoursolutions .details h3 {
        font-size: 30px;
    }

    /*.service-slide:hover .title-head {
        transform: translateY(-105%);
    }*/
}


@media (max-width:1366px) {
    .sidenav a.nav-link {
        font-size: 16px;
    }

    .sidenav ul li {
        padding: 5px 15px;
    }

    .head-book ul li img {
        bottom: 21px;
        width: 16px;
        height: 12px;
    }

    .head-book ul li label {
        font-size: 16px;
    }

    .number-li lable {
        font-size: 16px;
    }

    h2 {
        font-size: 45px;
        line-height: 1.2;
    }
    .room-box .btn {
        padding: 10px 20px;
    }
    p {
        font-size: 18px;
    }
    .content-item ul li {
        font-size: 18px;
    }
    .h1-main-px {
        padding: 0 90px;
    }

    .cardoursolutions .details h3 {
        font-size: 26px;
    }

    .btn2 {
        width: 70%;
    }

    .service-slide .content-item .title-head .title-head-content {
        padding: 20px 10px;
    }

    .service-slide .content-item .title-head h3 {
        padding-bottom: 14px;
    }

    /*.service-slide:hover .title-head {
        transform: translateY(-118%);
    }*/
    .popup .booking-detials {
        max-width: 100%;
    }
    .booking-detials {
        max-width: 86%;
    }
}

@media (max-width:1240px) {
    .booking-detials {
        max-width: 90%;
    }
    .popup .booking-detials {
        max-width: 100%;
    }
    .sidenav ul li {
        padding: 5px;
    }

    .sidenav a.nav-link {
        font-size: 14px;
    }

    .top-btn .btn {
        font-size: 14px;
    }

    .px-96 {
        padding-left: 55px;
        padding-right: 55px;
    }

    h2 {
        font-size: 42px;
        line-height: 1.2;
    }

    .headertop-contact.fixed {
        padding: 10px 55px;
    }

    .headertop-contact {
        padding: 20px 55px;
    }

    .h1-main-px {
        padding: 0 55px;
    }

    .service-slide .content-item .title-head {
        width: 70%;
    }

    .service-slide .content-item .title-head h3 {
        padding-bottom: 10px;
    }

    .service-slide .content-item .title-head .title-head-content {
        padding: 15px 10px;
    }
}

@media (max-width:991px) {
    .slider2 .slick-slide {
        margin: 0;
    }

    /*.slider2 .slider__counter {
        right: 10px;
    }*/

    /*.slider2 .slick-next {
        left: 60px;
    }

    .slider2 .slick-prev {
        left: 15px;
    }*/

    .service-slide .content-item .title-head {
        width: 50%;
    }

    .mt-md-150 {
        margin-top: 150px;
    }

    /*.service-slide:hover .title-head {
        transform: translateY(-200%);
    }*/

    .amenities-box ul li {
        font-size: 20px;
        width: 47%;
    }

    h1 {
        font-size: 40px;
    }

    .footer-links li a {
        padding: 0px 5px;
    }

    .mt-88 {
        margin-top: 65px;
    }

    .py-130 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    /*--start-Mobile Menu----*/
    .dropdwoen-sec {
        width: 100%;
        position: inherit;
        left: 0;
        top: 0;
        background: none;
        text-align: left;
        padding: 10px 0px;
    }

    .headersubmenu .plus-minus-toggle {
        cursor: pointer;
        height: 24px;
        position: absolute;
        right: 19px;
        top: 16px;
        float: right;
        width: 21px
    }

        .headersubmenu .plus-minus-toggle:before,
        .headersubmenu .plus-minus-toggle:after {
            background: #000;
            content: '';
            height: 2px;
            right: 0;
            position: absolute;
            top: 12px;
            width: 14px;
            transition: transform 500ms ease;
            left: 0
        }

        .headersubmenu .plus-minus-toggle:after {
            transform-origin: center
        }

        .headersubmenu .plus-minus-toggle.collapsed::after {
            transform: rotate(90deg)
        }

        .headersubmenu .plus-minus-toggle.collapsed::before {
            transform: rotate(180deg)
        }

    .myClass #mySidenav {
        overflow-y: auto;
    }

    .logo {
        padding: 0;
        width: 185px;
    }

    .mobile_logo {
        display: block;
        transition: all 0.3s;
        z-index: 20;
        position: relative;
        width: 180px;
    }

    .sidenav {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
    }

        .sidenav a.nav-link {
            font-size: 20px;
            line-height: 29px;
            padding: 0px;
            color: #2d3134;
        }

        .sidenav ul li:hover {
            background: transparent;
            border: 0px solid #2D2E29;
        }

    .fixed .mobile_logo {
        margin-top: 5px;
    }

    .nav-icon {
        width: 45%;
    }

    .fixed .nav-phone a {
        color: #2D2E29;
    }

    .sidenav .nav-item.active ul li a {
        border-bottom: solid 1px transparent;
    }

    .top-btn-fixed {
        display: none;
    }

    .top-btn {
        position: relative;
        z-index: 99;
    }

        .top-btn .btn {
            width: 100%;
        }

    .myClass .top-btn .btn {
        background-color: #5b8222;
        border-color: #5b8222;
    }

    .sidenav ul li {
        display: flex;
        text-align: left;
        padding-left: 55px;
        flex-direction: column;
        align-items: start;
        border: 0px solid transparent;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9;
        top: 50%;
        right: 0;
        background-color: #fff;
        transition: 0.5s;
        padding: 120px 0;
        left: inherit;
    }

    .myClass {
        width: 100%;
    }

        .myClass .accordion {
            display: block !important;
        }

    #nav-icon1,
    #nav-icon2,
    #nav-icon3,
    #nav-icon4 {
        width: 39px;
        height: 19px;
        position: relative;
        float: right;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 9;
    }

    .close {
        opacity: 1;
    }

    #nav-icon1 span,
    #nav-icon3 span,
    #nav-icon4 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #ffffff;
        border-radius: 0px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .fixed #mySidenav #nav-icon4 span {
        background: #000;
    }

    /* Icon 4 */

    #nav-icon4.open span {
        background: #000;
    }

    #nav-icon4 span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span:nth-child(2) {
        top: 10px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span:nth-child(3) {
        top: 20px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }

    #nav-icon4.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #nav-icon4.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 25px;
        left: 8px;
    }

    .headertop-contact {
        padding: 15px 55px;
    }

        .headertop-contact.fixed {
            padding: 10px 55px;
        }

    /*--End-Mobile Menu----*/

    .booknow-ul {
        display: inline-block;
        width: 100%;
        padding: 10px 20px;
    }

    .head-book ul li {
        padding: 10px 0px;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .slider-text-box {
        padding: 40px 0px 0px;
    }

    .px-ipad-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .pr-130 {
        padding-left: 0%;
        padding-right: 0%;
    }

    .pl-130 {
        padding-left: 0%;
        padding-right: 0%;
    }

    .popup .booking-detials {
        margin-top: 0px;
    }
 .booking-detials {
        margin-top: -240px;
    }
    .btn2 {
        width: 250px;
    }
}

@media (max-width:767px) {
    .accordion-button {
        font-size: 15px;
        line-height: 1.5;
        padding: 10px;
    }

    /*.slider2 .slick-prev, .slick-next {
        bottom: -54px;
    }*/

    .slider2 .slider__counter {
        bottom: -80px;
    }

    .demo-gallery > ul > li {
        padding: 0px;
    }

    /*.service-slide:hover .title-head {
        transform: translateY(-170%);
    }*/

    .nav-icon {
        width: 38%;
    }

    .mobile_logo {
        width: 150px;
    }

    .fixed .mobile_logo {
        width: 70px;
    }

    .fixed .top-btn .btn {
        padding: 6px 10px;
    }

    .btn {
        padding: 12px 20px;
        width: 168px;
        font-size: 16px;
    }

    .btn2 {
        width: 100%;
    }

    .headertop-contact {
        padding: 15px 20px;
    }

        .headertop-contact.fixed {
            padding: 10px 20px;
        }

    .sidenav ul li {
        padding-left: 20px;
    }
    .content-item ul li {
        font-size: 17px;
    }
    p {
        font-size: 17px;
    }

    .px-96 {
        padding-left: 20px;
        padding-right: 20px;
    }

    h2 {
        font-size: 30px;
        line-height: 32px;
    }

    .fs-40 {
        font-size: 30px;
    }

    .pt-150 {
        padding-top: 30px;
    }

    a {
        font-size: 18px;
    }

    .mx-80 {
        margin: 0px 25px;
    }

    .slider-text-box {
        padding: 40px 0px 0px;
    }

    .book-btn {
        width: 100%;
        padding: 12px 20px;
    }

    .popup .booking-detials {
        padding: 0px;
        max-width: 100%;
    }
.booking-detials {
        padding: 25px 40px;
        max-width: 95%;
    }
    .bottom-part {
        margin-top: 40px !important;
    }

    .accordion-body {
        font-size: 16px;
    }

    .amenities-box ul li {
        font-size: 18px;
        width: 100%;
        margin-right: 0px !important;
    }

    footer .footer-logo img {
        max-width: 230px;
    }

    .cardoursolutions .details h3 {
        font-size: 25px;
    }

    .fs-20 {
        font-size: 17px;
    }

    .footer-links a {
        margin-right: 30px;
    }

    .carousel-caption {
        right: 10%;
        left: 10%;
    }

    h3 {
        font-size: 24px;
        line-height: 1.2;
    }

    .fixed .logo {
        width: auto;
    }

    .logo {
        width: auto;
    }
}

@media (max-width:575px) {
    .accommodations-box .top-content h5::after {
        height: 1px;
        width: 58px;
        top: 12px;
        right: -75px;
    }

    .ls-4 {
        letter-spacing: 2px;
    }

    .fs-20 {
        font-size: 16px;
    }

    .nav-icon {
        width: 36%;
    }

    .mobile_logo {
        width: 128px;
    }

    .top-btn-box {
        width: 30%;
    }

    /*.service-slide:hover .title-head {
        transform: translateY(-130%);
    }*/

    .btn {
        padding: 10px;
    }

    .service-slide .content-item .title-head {
        width: 65%;
    }

    .cardoursolutions .details h3 {
        font-size: 24px;
    }

    h1 {
        font-size: 35px;
    }
    .popup-covid-img-container.text-center {
        padding: 20px;
    }
    #closabale-popup .popup {
        max-width: 340px;
    }
}

@media (max-width:430px) {

    /*.service-slide:hover .title-head {
        transform: translateY(-115%);
    }*/

    .mobile_logo {
        width: 120px;
    }

    .top-btn-box {
        width: 34%;
    }

    .nav-icon {
        width: 22%;
    }

    a {
        font-size: 16px;
    }

    .bottom-part {
        padding-top: 15px;
    }

    .btn {
        font-size: 14px;
    }

    .slider-text-box {
        padding: 40px 0px 0px;
    }

    .popup .booking-detials {
        max-width: 100%;
        padding:0px;
    }
 .booking-detials {
        max-width: 90%;
        padding: 25px 10px;
    }
    .fs-40 {
        font-size: 24px;
    }

    footer .social-icons a {
        margin-right: 30px;
    }

    .amenities-box ul li {
        font-size: 16px;
    }
}

@media (max-width:375px) {

    h1 {
        font-size: 30px;
    }

    .mobile_logo {
        width: 90px;
    }

    .logo {
        width: 90px;
    }

    .fixed .logo {
        width: 70px;
    }

    .booking-detials {
        margin-top: -190px;
        padding: 25px 10px;
    }
    .popup .booking-detials {
        margin-top: 0px;
        padding: 0px;
    }
    .ls-4 {
        letter-spacing: 1px;
    }

    a {
        font-size: 14px;
    }

    .top-btn-box {
        width: 36%;
    }

    .top-btn .btn {
        font-size: 12px;
    }
    .content-item ul li {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }

    h2 {
        font-size: 22px;
    }
}
