@font-face {
    font-family: 'HelveticaNeue-Regular';
    src: url('../fonts/HelveticaNeue-Regular.eot');
    src: url('../fonts/HelveticaNeue-Regular.eot') format('embedded-opentype'), url('../fonts/HelveticaNeue-Regular.woff2') format('woff2'), url('../fonts/HelveticaNeue-Regular.woff') format('woff'), url('../fonts/HelveticaNeue-Regular.ttf') format('truetype'), url('../fonts/HelveticaNeue-Regular.svg#HelveticaNeue-Regular') format('svg');
}

@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('../fonts/HelveticaNeue-Bold.eot');
    src: url('../fonts/HelveticaNeue-Bold.eot') format('embedded-opentype'), url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'), url('../fonts/HelveticaNeue-Bold.woff') format('woff'), url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'), url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
}

@font-face {
    font-family: 'HelveticaNeue-Medium';
    src: url('../fonts/HelveticaNeue-Medium.eot');
    src: url('../fonts/HelveticaNeue-Medium.eot') format('embedded-opentype'), url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'), url('../fonts/HelveticaNeue-Medium.woff') format('woff'), url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'), url('../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
}

@font-face {
    font-family: 'HelveticaNeue-Light';
    src: url('../fonts/HelveticaNeue-Light.eot');
    src: url('../fonts/HelveticaNeue-Light.eot') format('embedded-opentype'), url('../fonts/HelveticaNeue-Light.woff2') format('woff2'), url('../fonts/HelveticaNeue-Light.woff') format('woff'), url('../fonts/HelveticaNeue-Light.ttf') format('truetype'), url('../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
}

* {
    font-family: Times, New Roman, regular;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;

}
/*-------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-----------*/


#offcanvasRight {
    width: 65%;
    background: #FFD221;
    color: #44321D;
    font-family: Times, New Roman;
    height: 100%;
}

.booknow-box {
    overflow: auto;
    padding:0px 50px;
}


.booknow-box::-webkit-scrollbar {
    width: 8px;
}


.booknow-box::-webkit-scrollbar-track {
    background: #FFD221;
}

.booknow-box::-webkit-scrollbar-thumb {
    background: #FFD221;
    border: solid 3px #FFD221;
}

.booknow-contant h2 {
    font-size: 75px;
}


.booknow-contant h3 {
    font-size: 40px;
    margin-bottom: 0px;
}

.booknow-calender {
    padding: 40px 0px;
}

.arrive p {
    margin-bottom: 0px;
    text-align: center;
}

.arrive i {
    font-size: 32px;
}

.arrive input::placeholder {
    color: #44321D;
}

.arrive {
    padding: 20px 0px;
}

.depart {
    border-left: solid 2px #4B3A26;
}

.arrive input {
    font-size: 70px;
    background: none;
    border: none;
    outline: none;
    text-align: center;
    color: #44321D;
    width: 100%;
    font-family: Times, New Roman, regular;
}
.arrive label {
    font-size: 20px;
}

.booknow-box .btn {
    background: #4C3B27;
    color: #FFD221;
    padding: 10px 50px;
    margin-top: 40px;
    font-size: 22px;
    font-family: Times, New Roman, regular;
}
.offcanvas-header .btn-close {
    background: none;
    color: #4C3B27;
    font-size: 40px;
    font-family: Times New Roman, regular;
    opacity:1;
}


.booknow-box .btn:hover {
    color: #44321D;
    background: #FFD221;
    border: solid 1px #44321D;
}

.bookNow-img {
    width: 300px;

    padding: 50px 0px;
}


.sing-in-poup {
    width: 37%;
    background: url(../images/sing-in.png)no-repeat;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 991;
    padding: 153px;
    background-size: 100%;
    right: 0;
    margin: auto;
}

.sing-in-poup p {
    font-size: 20px;
}
.sing-in-poup h3 {
    font-size: 60px;
}
.sing-in-poup h4 {
    font-size: 43px;
}

.sing-in-poup .form-item input {
    height: 60px;
}
.sing-in-poup .form-item label {
    top: 7px;
}

.sing-in-poup .form-item label {
    font-size: 25px;
}
.sing-in-poup .form .btn {
    font-size: 25px;
}

.sing-in-poup .sing-in-box {
    padding: 0px;
}

.sing-in-poup i {
    font-size: 24px;
    font-family: Times New Roman, Regular;
}


.collapse:not(.show) {
    display: none;
}

.dropdwoen-sec {
    width: 267px;
    position: absolute;
    left: 15px;
    top: 52px;
    background: #00774C;
    padding: 1px 0 10px 12px;
}

.headersubmenu:hover .collapse:not(.show) {
    display: block !important;
}


.fixed {
    top: 0px !important;
}

    .fixed .logo {
        padding: 0;
        top: 0px;
        left: 70px;
        width: 75px;
    }


.carousel-caption h3 {
    text-shadow: 4px 2px 1px rgba(0, 0, 0, 0.23);
}

.carousel-caption h2 {
    text-shadow: 4px 2px 1px rgba(0, 0, 0, 0.23);
}


.row {
    --bs-gutter-x: 0px;
}

.py-100 {
    padding: 100px 0px;
}

.color {
    color: #4C3B27;
}

/*** Header Desktop Menu css  ****/
.headertop-contact {
    background: #00774C;
    padding: 22px 3%;
    transition: all 0.3s;
    position: fixed;
    width: 100%;
    top: 132px;
    z-index: 990;
}

.logo {
    transition: all 0.3s;
    margin: auto;
    padding: 13px;
    position: fixed;
    top: 17px;
    left: 80px;
    width: 370px;
}

.sidenav ul li {
    display: inline-block;
    padding: 10px 15px;
    vertical-align: middle;
}


.headertop-contact.fixed {
    padding: 8px 3%;
}

#accordion {
    margin-bottom: 0px;
}

.accordion {
    display: block;

    width: 100%;
}

#linkid {
    position: relative;
}

.sidenav a.nav-link {
    text-decoration: none;
    line-height: 1.1;
    display: block;
    transition: 0.3s;
    color: #fff;
    padding: 8px 0;
    font-size: 20px;
}

.sidenav a.nav-link:hover,
.sidenav a.nav-link:focus {
    color: #fff;
}

.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: 150px;
    display: inline-block;
}

.sidenav .nav-item.active a {
    color: #FFD221;
    border-bottom: solid 2px #FFD221;
}

.nav-px {
    padding: 0 50px;
}

.sidenav ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0px;
    content: '';
    color: transparent;
    background: #FFD221;
    height: 2px;
}

.sidenav ul li a:hover:after {
    width: 100%;
}

.sidenav ul li.active a:after {
    width: 100%;
}

.sidenav ul li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 0px;
}

.sidenav ul li a:hover {

    color: #FFD221;

}

.sidenav ul li a:after,
.sidenav ul li a:before {
    transition: all .5s;
}

.sidenav a.nav-link:hover {
    color: #FFD221;
}

.sidenav ul li.active a{
    color: #FFD221;
}

.dropdown-toggle::after {
    border: none;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background: #FFD221;
    color: #44321D;
    border: solid 2px #FFD221;
    box-shadow: none;
}


.top-btn .btn {
    border: solid 2px #FFD221;
    padding: 14px 0px;
    border-radius: 28px;
    font-size: 20px;
    min-width: 100%;
}

.top-btn .btn:hover {
    background: transparent;
    border: solid 2px #fff;
    color: #fff;
}

.btn {
    background: #FFD221;
    color: #44321D;
    padding: 19px 87px;
    border-radius: 33px;
    font-size: 20px;
    transition: all .5s;
    font-family: Times, New Roman, regular;
}

.btn:hover {
    background: #00774C;

    color: #fff;
}
.slide-btn {
    min-width: 61%;
    padding: 17px 0px !important;
}

.sidenav {
    margin-right: 30px;
}

.carousel-caption {
    left: 8%;
    right: 0%;
    text-align: left;
}

.testimonial {
    position: relative;

}


.testimonial-img {
    position: absolute;
    top: -310px;
    left: -8px;
    opacity: .92;
    width: 50%;
}

h3 {
    font-size: 44px;
    font-family: Times New Roman, Regular;
}

h4 {
    font-size: 36px;
    font-family: Times, New Roman, Regular;
}

footer p {

    font-family: Times New Roman, Regular;
}


h2 {
    font-size: 68px;
    font-family: Times, New Roman, regular;
}

p {
    font-size: 18px;
    font-family: HelveticaNeue-Medium;
}

.carousel-indicators {
    display: none;
}
.wellcome-hiliday h2 {
    font-size: 75px;
}
.wellcome-hiliday h3 {
    font-size: 45px;
}
    .wellcome-hiliday p {
        font-size:20px;
    }

 .wellcome-hiliday p a {
   color: #4B3A26;
   text-decoration: none;
    }
    .wellcome-hiliday p a:hover {
        color: #FFD221;
    }


.carousel-control-prev {
    width: 52px;
    background: #4C3B27;
    height: 52px;
    top: 48%;
    border-radius: 50%;
    left: 10px;
}
.carousel-control-next {
    width: 52px;
    background: #4C3B27;
    height: 52px;
    top: 48%;
    border-radius: 50%;
    right: 10px;
}

.carousel-control-prev2 {
    width: 52px;
    background: none;
    height: 52px;
    border: solid 2px #484b35;
}

.carousel-control-next2 {
    width: 52px;
    background: none;
    height: 52px;
    border: solid 2px #484b35;
}
.carousel-control-next2 span i {
    font-size: 30px;
    color: #484b35;
}

.carousel-control-prev2 span i {
    font-size: 30px;
    color: #484b35;
}
.slider2 h3 {
    color: #44321D;
}



.slider2 p {
    color: #44321D;
    margin: 14px 0px;
}

.reviews-contant {

    padding: 0px 80px;
}
.reviews{
    padding:0px 30px;
}
.reviews-contant h2 {
    color: #44321D;
}

.reviews-contant p {
    color: #44321D;
}

.reviews-contant a {
    color: #44321D;
    font-size: 19px;
}

footer {
    background: #00774C;
    padding: 50px 0px;
}

.footer-logo,
.sing-in-box,
.content-us {
    padding: 0px 40px;
}

.footer-logo {
    padding: 0px 40px;
}

.form {
    width: 100%;
    margin: 0 auto;
    margin: 34px 0px;
}

.form-item {
    position: relative;
    width:60%;
}

.form-item input {
    display: block;
    height: 70px;
    background: #fff;
    border: none;
    transition: all .3s ease;
    color: #44321D;
    padding: 0px 10px;
    width: 100%;
    font-size:20px;
}

.form-item input:focus {
    border: none;
    outline: none;
}

.form-item label {
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 10px;
    left: 0px;
    font-size: 25px;
    padding: 5px 20px;
    color: #44321D;
    transition: all .5s ease
}


.form-item input:focus+label,
.form-item input:valid+label {
    font-size: 20px;
    top: -17px;
    /* background: rgb(0,119,76);
    background: linear-gradient(180deg, rgba(0,119,76,1) 57%, rgba(255,255,255,1) 58%); */
    background: #FFD221;
    padding: 0px 6px;
    left: 20px;
    color: #44321D;
}

.form-item input:focus+label {
    color: #44321D;
}


footer .btn:hover {
    background: #00774C;
    border: solid 1px #fff;
    color: #fff;
}

.form .btn {
    padding: 10px 0px;
    font-size:25px;
    width:40%;
}


.footer-li-box ul li a {
    margin-right: 15px;

}


.footer-li-box a {
    transition: all 0.5s;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

.footer-li-box a:hover {
    color: #FFD221;

}

.sing-in-box {
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    padding:60px 40px;
}


footer i {
    color: #FFD221;
    background: #4C3B27;
    padding: 8px 10px;
    border-radius: 8px;
    transition: all .8s;
    font-size: 38px;
}

footer i:hover {
    color: #44321D;
    background: #FFD221;

}

.content-us p {
    font-size: 25px;
    margin-bottom: 30px;
}

.content-us p a{
    font-size: 25px;
}

footer h4{
    font-size:43px;
    margin-bottom:25px;
}
/* ..........................room-css.................................... */
.room-section {
    width: 85%;
    margin: auto;
}

.overlay {
    position: relative;
}

.overlay::before {
    content: '';
    background:rgba(0,0,0,0.0);
    
    position: absolute;
    width: 100%;
    height: 100%;
  
}
.overlay2::before {
    content: '';
    background: rgba(0,19,76,0.22);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .22;
    z-index: 1
}


.accordion-item {
    background-color: #fff;
  border:none;
  margin:10px 0px
}

.accordion-body {
    color: #4C3B27;
    background-color: #fff;
    border: solid 1px #4B3A26;
    margin-bottom: 10px;
    font-size:20px;
}
.accordion-button:not(.collapsed) {
    color: #4B3A26;
    background:#fff;
}
.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 #4B3A26;
    border-radius: 0px;
}

.accordion-button {
    box-shadow: none;
    border: 1px solid #4B3A26;
    border-radius: 0px;
    color: #4C3B27;
    font-size:24px;
}
.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;
}

.sitemap-link ul li a{
    color:#4F3D29;
    text-decoration:none;
    font-size:35px;
    transition:all .5s;
}

    .sitemap-link ul li a:hover {
        color: #FFD221;
    }

.slider2 .card-body{
    padding:30px 30px 0px;
}

#accordionExample a {
    color: #00774C;
    text-decoration: none;
    transition: all .5s;
}

    #accordionExample a:hover {
        color: #FFD221;
    }

    .mt-150 {
        margin-top: 150px;
    }
.mb-150 {
    margin-bottom: 150px;
}
.mt-200 {
    margin-top: 200px;
}

.statement p{
    margin-bottom:30px;
}
.mt-80 {
    margin-top: 80px;
}

.wellcome-hiliday h3{
    margin-bottom:0px;
}

 .wellcome-hiliday p a {
    color: #00774C;
    text-decoration: none;
    transition: all .5s;
    font-size: 20px;
    font-family: HelveticaNeue-Medium;
}

.wellcome-hiliday p span{
    font-size:40px;
    font-weight:700;
}
.room-section p a:hover {
    color: #FFD221;
}

.privacypolicypage .collapse:not(.show) {
    display: block;
}

.privacypolicypage {
    color: #4C3B27;
}
.privacypolicypage a {
    color: #4C3B27;
    text-decoration: none;
}

.cursor {
    cursor: pointer;
}

.room-section p a {
    color: #00774C;
    text-decoration: none;
    transition: all .5s;
    font-size: 20px;
    font-family: HelveticaNeue-Medium;
}
.award-banner{
    width:300px;
}
@media (max-width:1680px) {
    .sing-in-poup {
        width: 43%;
    }
        .carousel-caption {
            left: 7%;
        }
    .logo {
        top: 46px;
        width: 270px;
    }
    .sidenav ul li {
        padding: 10px 9px;
    }
    .sidenav a.nav-link {
        font-size: 18px;
    }

     }
.testimonial-img {
    top: -275px;
    left:-17px;
}

@media (max-width:1440px) {
    .sing-in-poup {
        width: 50%;
    }
    .testimonial-img {
        top: -204px;
        left: 9px;
    }

    .carousel-caption {
        left: 6%;
    }

    .offcanvas-header .btn-close {
        font-size: 30px;
    }

    .booknow-contant h3 {
        font-size: 22px;
    }

    .booknow-contant h2 {
        font-size: 40px;
    }

    .arrive label {
        font-size: 18px;
    }

    .arrive input {
        font-size: 40px;
    }

    .arrive i {
        font-size: 22px;
    }

    .booknow-box .btn {
        margin-top: 0px;
        font-size: 18px;
    }

    .bookNow-img {
        width: 250px;
        padding: 40px 0px;
    }
    .sidenav a.nav-link {
        font-size: 18px;
    }
}

    @media (max-width:1400px) {

        .wellcome-hiliday h3 {
            font-size: 40px;
        }
        .wellcome-hiliday h2 {
            font-size: 65px;
        }
        .content-us p {
            font-size: 20px;
        }

            .content-us p a {
                font-size: 20px;
            }

        footer h4 {
            font-size: 36px;
        }

        h2 {
            font-size: 60px;
        }

        h3 {
            font-size: 36px;
        }

        .sing-in-poup {
            width: 44%;
            padding: 110px;
        }

            .sing-in-poup h4 {
                font-size: 35px;
            }

            .sing-in-poup h3 {
                font-size: 48px;
            }

            .sing-in-poup p {
                font-size: 16px;
            }

            .sing-in-poup .form-item label {
                font-size: 20px;
            }

            .sing-in-poup .form .btn {
                font-size: 20px;
            }

        .logo {
            left: 15px;
        }

        .fixed .logo {
            left: 20px;
        }
    }

  @media (max-width:1320px) {

    .logo {
        top: 76px;
        width: 200px;
    }
    .sidenav ul li {
        padding: 10px 7px;
    }

    }


    @media (max-width:1200px) {
        .sidenav a.nav-link {
            font-size: 16px;
        }
        .testimonial-img {
            top: -175px;
            left: 20px;
        }

        .slider2 h3 {
            font-size: 30px;
        }

        .reviews-contant h2 {
            font-size: 42px;
        }

        h2 {
            font-size: 54px;
        }

        h3 {
            font-size: 35px;
        }

        h4 {
            font-size: 28px;
        }

        .btn {
            padding: 14px 66px;
        }


        footer .btn {
            padding: 10px 36px;
        }

        .footer-li-box a {
            font-size: 15px;
        }

        .footer-li-box p {
            font-size: 15px;
        }

        .sing-in-poup {
            width: 50%;
            padding: 95px;
        }

        .offcanvas-header .btn-close {
            font-size: 30px;
        }

        .booknow-contant h3 {
            font-size: 35px;
        }

        .booknow-contant h2 {
            font-size: 65px;
        }

        .arrive input {
            font-size: 55px;
        }

        .sidenav ul li {
            padding: 10px 4px;
        }
    }


    @media (max-width:1024px) {
        .slide-btn {
            min-width: 90%;
        }
        .content-us p {
            font-size: 13px;
        }

            .content-us p a {
                font-size: 13px;
            }

        .sing-in-poup .sing-in-box h4 {
            font-size: 34px;
        }

        .px-tab-0 {
            padding: 0 50px
        }

        .modal-dialog {
            width: 65%
        }

        .booknowbtn {
            top: 72%
        }

        .sidenav {
            right: 0;
            top: 23%
        }

        .book_btn {
            padding: 11px 19px
        }


        .slider2 h3 {
            font-size: 20px;
        }


        h2 {
            font-size: 45px;
        }

        .wellcome-hiliday h2 {
            font-size: 40px;
        }

        .wellcome-hiliday h3 {
            font-size: 25px;
        }

        h3 {
            font-size: 28px;
        }

        .reviews-contant h2 {
            color: #4C3B27;
            font-size: 40px;
        }



        .carousel-caption h3 {
            font-size: 30px;
        }

        .carousel-caption h2 {
            font-size: 50px;
        }

        p {
            font-size: 13px;
        }

        .reviews-contant a {
            font-size: 13px;
        }

        .reviews-contant {
            padding-left: 0px;
        }

        .testimonial-img {
            top: -130px;
            left: -40px;
        }

        footer .btn {
            padding: 10px 32px;
        }


        .footer-li-box ul li a {
            font-size: 14px;
            margin-right: 10px;
        }

        .footer-li-box p {
            font-size: 12px;
        }

        .sing-in-box h4 {
            font-size: 18px;
        }

        .footer-logo,
        .sing-in-box,
        .content-us h4 {
            font-size: 18px;
        }

        .sing-in-poup {
            width: 70%;
            z-index: 1111;
            padding: 135px;
        }
    }


    @media (max-width:991px) {
        .headertop-contact {
            padding: 10px 0px;
        }
        .btn {
            padding: 14px 85px;
        }
        .py-70 {
            padding: 70px 0px 40px;
        }

        .slider2 .card-body {
            padding: 20px 20px 0px;
        }

        .sing-in-poup {
            width: 72%;
            background: #4B3A26;
            border-radius: 20px;
            padding: 80px;
        }

            .sing-in-poup i {
                font-size: 35px;
            }

            .sing-in-poup .sing-in-box h4 {
                font-size: 35px;
            }

            .sing-in-poup h3 {
                font-size: 45px;
            }

            .sing-in-poup p {
                font-size: 20px;
            }

        .wellcome-hiliday p {
            font-size: 12px;
            margin-top: 0px !important;
        }

        .mt-150 {
            margin-top: 100px;
        }

        .mt-200 {
            margin-top: 100px;
        }

        .arrive input {
            font-size: 40px;
        }

        .booknow-contant h2 {
            font-size: 46px;
        }

        .offcanvas-header .btn-close {
            font-size: 26px;
        }

        .booknow-contant h3 {
            font-size: 26px;
        }

        .fixed .sidenav {
            padding: 100px 0
        }

        .dropdwoen-sec {
            width: 100%;
            position: inherit;
            left: 0;
            top: 0;
            background: none;
            text-align: left;
            padding: 0 31px;
        }

        /*--start-Mobile Menu----*/

        .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: #fff;
                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:after {
                background: #fff;
                content: '';
                height: 2px;
                right: 0;
                position: absolute;
                top: 12px;
                width: 14px;
                transition: transform 500ms ease;
                left: 0;
            }

        h2 {
            font-size: 37px;
        }

        h3 {
            font-size: 25px;
        }

        .room-section h3 {
            font-size: 45px;
        }

        .room-section p {
            font-size: 20px;
        }

        p {
            font-size: 12px;
        }

        .py-100 {
            padding: 26px 0px;
        }
        .carousel-caption p {
            font-size: 30px;
        }

        .mobile_logo {
            display: block;
            transition: all 0.3s;
            z-index: 20;
            position: fixed;
            top: 0px;
            left: 10px;
            width: 200px;
        }

        .myClass .mobile_logo {
            width: 200px;
        }


        .sidenav {
            position: absolute;
            right: 0;
            left: 0;
            margin: 0 auto;
            top: 50%;
            transform: translateY(-50%);
        }

            .sidenav a.nav-link {
                font-size: 20px;
                line-height: 40px;
                padding: 0;
            }

        .fixed .mobile_logo {
            width: 80px;
        }



        .fixed .nav-phone a {
            color: #44321D;
        }

        .sidenav ul li {
            padding: 8px 10px;
        }

        .top-btn-fixed {
            display: none;
        }

        .sidenav ul li {
            display: flex;
            text-align: left;
            padding-left: 29px;
            flex-direction: column;
            align-items: start;
        }

        .sidenav {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 9;
            top: 50%;
            right: 0;
            background-color: #4C3B27;
            transition: 0.5s;
            padding: 140px 0;
            left: inherit;
        }

        .myClass {
            width: 100%;
        }

            .myClass .accordion {
                display: block !important;
            }

            .myClass .header-top-btn .top-btn {
                display: none !important;
            }

        #nav-icon1,
        #nav-icon2,
        #nav-icon3,
        #nav-icon4 {
            width: 22px;
            height: 19px;
            position: relative;
            margin: 22px 10px;
            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;
        }

        .myClass #nav-icon4 {
            top: 10px;
            right: 20px;
        }

        .close {
            opacity: 1;
        }

        #nav-icon1 span,
        #nav-icon3 span,
        #nav-icon4 span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            background: #FFD221;
            border-radius: 20px;
            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;
        }


        /* Icon 4 */


        #nav-icon4.open span {
            background: #FFD221;
        }

        #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: 0px;
            width: 38px;
        }

        #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: 0px;
            width: 38px;
        }

        /*--End-Mobile Menu----*/


        footer .btn {
            padding: 24px 9px;
            font-size: 12px;
        }

        footer {
            padding-top: 50px;
            padding-bottom: 20px;
        }

        .form-item label {
            font-size: 15px;
            top: 2px;
        }

        .form-item input {
            height: 36px;
        }

        .form .btn {
            padding: 0px;
            font-size: 15px;
        }
    }

    @media (max-width:820px) {
        .sing-in-poup {
            width: 80%;
            top: 55px;
            padding: 50px;
        }
    }

    @media (max-width:768px) {
        footer {
            padding: 100px 40px 40px;
        }

        .content-us p {
            font-size: 15px;
        }

            .content-us p a {
                font-size: 15px;
            }

        .sing-in-poup .sing-in-box {
            padding: 0px !important;
            border: 0px !important;
        }

        .booknow-contant h3 {
            font-size: 20px;
        }

        .booknow-contant h2 {
            font-size: 34px;
        }

        .booknow-calender {
            padding: 0px;
        }

        .testimonial-img {
            top: -150px;
        }
        .headertop-contact {
            top: 50px;
        }

        .mobile_logo {
            width: 100px;
            top: 20px;
        }

        .myClass .mobile_logo {
            width: 100px;
        }

        .fixed .mobile_logo {
            width: 58px;
            top: 0px;
        }

        #nav-icon1,
        #nav-icon2,
        #nav-icon3,
        #nav-icon4 {
            height: 22px;
            margin: 10px 3px;
        }

       
        .top-btn .btn {
            padding: 8px 0px;
            font-size: 16px;
        }

        .btn {
            padding: 8px 70px;
            font-size: 20px;
        }


        h2 {
            font-size: 32px;
        }

        .wellcome-hiliday h2 {
            font-size: 30px;
        }

        .wellcome-hiliday h3 {
            font-size: 20px;
        }

        .sing-in-poup i {
            font-size: 30px;
        }

        .wellcome-hiliday p {
            font-size: 12px;
        }

        h3 {
            font-size: 20px;
        }

        .carousel-caption h2 {
            font-size: 40px;
        }

        .carousel-caption h3 {
            font-size: 25px;
        }


        .reviews {
            display: block !important;
        }

        .reviews-contant {
            width: 100%;
            padding: 0px;
            margin-top:140px;
        }

        .reviews-video {
            width: 100%;
            margin-top: 80px;
            padding: 0px 20px;
        }


        .footer-logo {
            width: 100%;
            display: flex;
            text-align: center;
            margin-bottom: 40px;
        }

        .footer-mobile-logo {
            margin: auto;
        }

        .footer-boxs {
            display: block !important;
            margin: auto;
        }

        footer h4 {
            font-size: 32px;
        }

        footer p {
            font-size: 20px;
        }



        .Contact-deteals {
            display: block !important;
            width: 100%;
        }

        .footer-li-box {
            display: none;
        }

        .sing-in-box {
            width: 100%;
            padding: 40px 0px !important;
            border-top: solid 2px #fff !important;
            border-bottom: solid 2px #fff !important;
            border: none;
        }


        .form {
            display: block !important;
        }

        .form-item {
            width: 100% !important;
        }

            .form-item input {
                width: 100%;
                font-size: 25px;
                height: 70px;
            }

        .form .btn {
            width: 100% !important;
            margin-top: 14px;
            font-size: 25px;
            padding: 15px 0px
        }

        .form-item label {
            font-size: 25px;
            top: 10px;
        }

        .content-us {
            width: 100%;
            padding: 40px 0px;
            padding-left: 0px;
        }

        .footer-li-box2 {
            display: block !important;
            width: 100%;
        }

            .footer-li-box2 p {
                margin-top: 30px;
            }

        .sing-in-box h4 {
            font-size: 30px;
        }


        .footer-logo,
        .sing-in-box,
        .content-us h4 {
            font-size: 30px;
        }
    }

    @media (max-width:767px) {
        .depart {
            border-top: solid 2px #4B3A26;
            border-left: none;
        }

        .booknow-box .btn {
            margin-top: 0px;
        }

        .reviews-video iframe{width:100%;}
       
    }


    @media (max-width:600px) {
        .award-banner {
            width: 215px;
        }
        .wellcome-hiliday {
            padding: 0px 30px;
        }

        .accordion-button {
            font-size: 20px;
        }

        .accordion-body {
            font-size: 18px;
        }

        .booknow-box {
            padding: 0px 30px;
        }

        .booknow-contant h2 {
            font-size: 34px;
        }

        .booknow-contant h3 {
            font-size: 20px;
        }

        .booknowbg {
            padding: 12px 0px;
        }

        .arrive input {
            font-size: 34px;
        }

        .arrive i {
            font-size: 22px;
        }

        .testimonial-img {
            top: -90px;
            left: -12px;
            width: 44%;
        }

        .carousel-caption {
            bottom: .25rem;
        }


            .carousel-caption h2 {
                font-size: 30px;
            }

            .carousel-caption h3 {
                font-size: 20px;
            }

        h3 {
            font-size: 16px;
        }

        .room-section h3 {
            font-size: 30px;
        }

        .room-section p {
            font-size: 12px;
            padding: 20px 0px !important;
        }


        .reviews-contant h2 {
            font-size: 30px;
        }
        .btn {
            font-size: 16px;
            padding: 10px 53px;
        }
        .slide-btn {
            min-width: 75%;
            padding: 10px 0px !important;
        }
        .slider2 p {
            margin: 12px 0px;
        }
            .slider2 .card-body {
        padding: 20px 15px 0px;
    }
    }

    @media (max-width:540px) {
        .wellcome-hiliday p {
            padding: 0px;
        }

        .carousel-caption h2 {
            font-size: 24px;
        }
        .carousel-caption h3 {
            font-size: 12px;
        }

        .sing-in-poup {
            width: 95%;
            padding: 25px;
        }

        .footer-boxs {
            padding: 0px 10px;
        }

        footer {
            padding-top: 100px;
        }

        .booknow-box .btn {
            font-size: 18px;
        }

        .booknow-contant h2 {
            font-size: 28px;
        }

        .booknow-contant h3 {
            font-size: 16px;
        }
        .mobile_logo {
            top: 26px;
        }
        .headertop-contact {
            top: 44px;
        }
    }

    @media (max-width:430px) {
        .mt-150 {
            margin-top: 80px;
        }

        .booknow-contant h3 {
            font-size: 12px;
        }

        .booknow-contant h2 {
            font-size: 21px;
        }

        .arrive input {
            font-size: 30px;
        }

        .offcanvas-header .btn-close {
            font-size: 14px;
        }

        .booknow-box .btn {
            padding: 10px 34px;
        }

        .testimonial-img {
            top: -100px;
            left: -12px;
            width: 60%;
        }



        /* .sing-in-poup {
        width: 215px;
        height: 208px;
        left: 24%;
        top: 30px;
        padding: 7% 8%;
    }

    .sing-in-poup h4 {
        font-size: 8px;
    }

    .sing-in-poup h3 {
        font-size: 12px;
    }

    .sing-in-poup p {
        font-size: 5px;
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }

    .sing-in-poup .form-item input {
        height: 22px !important;
    }

    .sing-in-poup .form-item label {
        font-size: 10px !important;
    }

    .sing-in-poup .form .btn {
        font-size: 10px;
    } */

     

        footer h4 {
            font-size: 31px;
        }

        .footer-li-box a {
            font-size: 10px;
        }

        footer p {
            font-size: 15px;
        }

        .content-us {
            width: 75%;
            padding: 30px 0px;
        }



        .py-100 {
            padding: 10px 0px;
        }

        .wellcome-hiliday {
            padding: 0px 10px;
        }
        .btn {
            padding: 10px 40px;
        }
    }


    @media (max-width:375px) {
        .wellcome-hiliday h2 {
            font-size: 26px;
        }

        p {
            font-size: 12px;
        }

        h2 {
            font-size: 25px;
        }

        .reviews-contant h2 {
            font-size: 24px;
        }

        .reviews-contant p {
            font-size: 11px;
        }


        .carousel-caption h2 {
            font-size: 22px;
        }

        .fixed .mobile_logo {
            width: 52px;
            left: 10px;
        }

        .testimonial-img {
            top: -80px;
        }

        footer h4 {
            font-size: 24px;
        }

        #nav-icon1,
        #nav-icon2,
        #nav-icon3,
        #nav-icon4 {
            height: 22px;
            margin: 6px 3px;
        }

        .btn {
            font-size: 12px;
        }
        .booknow-box {
            padding: 0px 10px;
        }

        .slider2 .card-body {
            padding: 20px 12px;
        }

        .sing-in-poup i {
            font-size: 20px;
        }

        .sing-in-poup h3 {
            font-size: 36px;
        }

        .sing-in-poup .form .btn {
            font-size: 20px;
        }

        .sing-in-poup .form .btn {
            font-size: 20px;
        }

        .sing-in-poup p {
            font-size: 16px;
        }

        .sing-in-poup .sing-in-box h4 {
            font-size: 26px;
        }
        .slider2 h3 {
            font-size: 19px;
        }
        .top-btn .btn {
            font-size: 12px;
            padding: 8px 0px;
        }
    }


    @media (max-width:344px) {
        .btn {
            padding: 10px 34px;
        }


        .carousel-caption h2 {
            font-size: 20px;
        }

        .room-section h3 {
            font-size: 22px;
        }

      
        .slider2 .card-body {
            padding: 20px 12px;
        }

        .slider2 h3 {
            font-size: 16px;
        }
    }