﻿body {
    color: #000;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 25px;
    font-family: 'HelveticaNeue-Light';
}

a, li, span, p {
    line-height: 1.3;
}

.times {
    font-family: 'Times New Roman', Times, serif;
}
.arial{
    font-family: Cambria;
}
iframe html body {
    line-height: 0px;
}

@font-face {
    font-family: 'HelveticaNeue-Light';
    src: url('../fonts/HelveticaNeue-Light.woff');
    src: url('../fonts/HelveticaNeue-Light.woff') format('embedded-opentype'), url('../fonts/HelveticaNeue-Light.woff2') format('woff2'), url('../fonts/HelveticaNeue-Light.woff') format('woff'),
}

@font-face {
    font-family: 'HelveticaNeue-Medium';
    src: url('../fonts/HelveticaNeue-Medium.woff');
    src: url('../fonts/HelveticaNeue-Medium.woff') format('embedded-opentype'), url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'), url('../fonts/HelveticaNeue-Medium.woff') format('woff'),
}


@font-face {
    font-family: 'HelveticaNeue-Regular';
    src: url('../fonts/HelveticaNeueRegular.woff');
    src: url('../fonts/HelveticaNeueRegular.woff') format('embedded-opentype'), url('../fonts/HelveticaNeueRegular.woff2') format('woff2'), url('../fonts/HelveticaNeueRegular.woff') format('woff'),
}



@font-face {
    font-family: 'FONTSPRING DEMO - The Seasons';
    src: url('../fonts/FONTSPRINGDEMO-TheSeasonsRegular.woff2') format('woff2'), url('../fonts/FONTSPRINGDEMO-TheSeasonsRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'FONTSPRING DEMO - The Seasons';
    src: url('../fonts/FONTSPRINGDEMO-TheSeasonsBold.woff2') format('woff2'), url('../fonts/FONTSPRINGDEMO-TheSeasonsBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'FONTSPRING DEMO - The Seasons';
    src: url('../fonts/FONTSPRINGDEMO-TheSeasonsLightRegular.woff2') format('woff2'), url('../fonts/FONTSPRINGDEMO-TheSeasonsLightRegular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* .helveticaNeue-m {
    font-family: 'HelveticaNeue-Medium';
}

.helveticaNeue-r {
    font-family: 'HelveticaNeue-Regular';
} */

h1, h2, h3, h4, h5, h6 {
    font-family: 'FONTSPRING DEMO - The Seasons';
    font-weight: normal;
    font-style: normal;
}


.mx-80 {
    margin: 0px 80px;
}

.px-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

a:hover {
    color: #42510d;
    text-decoration: none;
}

a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 400;
    font-size: 24px;
}

/* .wellcome-hiliday p {
    font-family: 'HelveticaNeue-Medium';
} */

p {
    line-height: 1.2;
    font-size: 24px;
}

.top-btn .btn {
    width: 100%;
}

.fixed .top-btn .btn {
    width: 100%;
    padding: 10px;
    font-size: 18px;
}

.btn {
    background: transparent;
    border-radius: 0px;
    padding: 24px;
    font-size: 24px;
    border: 2px solid #42510d;
    color: #42510d;
    transition: all .5s;
    max-width: 300px;
    width: 100%;
    text-transform: uppercase;
}

    .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 0;
    }

    .btn:hover {
        color: #fff;
        background: #42510d;
        border: 2px solid #42510d;
    }


.book-btn {
    border-radius: 0px;
    color: #ffffff;
    background: #42510d;
    vertical-align: bottom;
    padding: 24px;
    letter-spacing: 1px;
    width: 100%;
    max-width: 100% !important;
}

    .book-btn:hover {
        background: #fff;
        color: #42510d;
    }

/*---book-now-----*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: solid 2px #0098A7 !important;
    background: none !important;
    border-radius: 50px;
}



.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: 116px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase !important;
    display: inline-block;
    outline: none;
}

.head-book .select2-chosen {
    line-height: 1 !important;
}

.head-book .select2-choice {
    height: 33px !important;
    width: 100% !important;
    padding: 27px 0;
}

.head-book ul li input[type="text"]::placeholder {
    color: #0098a7;
    opacity: 1;
}

.book-btn {
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: bottom;
}

    .book-btn:hover {
        background: #30756f;
        color: #fff;
    }

    .book-btn:focus {
        background: #30756f;
        color: #fff;
    }

.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('../images/drop-icon.png') bottom 5px right 4px no-repeat;
    border: none;
    outline: none;
    line-height: 0;
}

.Gueststop {
    position: absolute;
    top: 0;
}

.head-book .select2-dropdown-open .select2-choice {
    background: #322923 url('../images/minus.png') center right 4px no-repeat;
}

.mob-nav-booknow .btn {
    padding: 12px 60px 12px;
    border: solid 2px #fff;
}

h1 {
    font-size: 80px;
}

h2 {
    font-size: 55px;
    line-height: 60px;
}

h3 {
    font-size: 32px;
    line-height: 44px;
}

.h1-main-px {
    padding-left: 85px;
    padding-right: 65px;
}

.pl-130 {
    padding-left: 4%;
}

.pr-130 {
    padding-right: 4%;
}

.bg-tintsgreen a:hover {
    color: #4aa6ac !important;
}

ul {
    list-style-position: inside;
}

p:empty {
    display: none;
    margin-bottom: 0
}

*,
::after,
::before {
    box-sizing: inherit;
}

.f-color-F8F4F0 {
    color: #001b11;
}

.cursor-pointer {
    cursor: pointer;
}

.fs-50 {
    font-size: 55px;
    line-height: 60px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-100 {
    margin-bottom: 100px;
}

.lh-60 {
    line-height: 60px;
}

.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: #f7f7f7;
}


/*** Header Desktop Menu css  ****/
.headertop-contact {
    padding: 0px 50px;
    transition: all 0.3s;
    position: fixed;
    width: 100%;
    top: 135px;
    z-index: 999;
    background: #a39f87;
    color: #fff;
}

    .headertop-contact.fixed {
        border-bottom: solid 2px #a39f87;
        transition: all 0.3s;
        box-shadow: 0 1px 3px #a39f87;
        padding: 0px 50px;
        top: 70px;
    }

.pre-header-box .fixed {
    padding: 10px 50px;
}

.pre-header {
    top: 0;
    background: #fff;
    padding: 26px 50px;
    position: fixed;
    z-index: 9;
    width: 100%;
    transition: all 0.3s;
}

.fixed .logo {
    padding: 0;
    width: 250px;
}

.fixed .top-contact {
    font-size: 16px;
}

.logo {
    width: 70%;
    transition: all 0.3s;
    padding: 0px;
}

.acolor {
    color: #2c2d2b;
    font-weight: 600;
    text-decoration: none;
}

.sidenav ul li {
    padding: 10px 60px 10px 0px;
}

.accordion {
    display: block;
    width: 100%;
}

#linkid {
    position: relative;
}

.fixed .sidenav a.nav-link {
    color: #ffffff;
}

.top-contact {
    font-size: 20px;
}

.sidenav a.nav-link {
    text-decoration: none;
    line-height: 1.1;
    font-size: 20px;
    display: block;
    transition: 0.3s;
    color: #ffffff;
    padding: 8px 0;
    text-align: center;
    font-weight: 500;
}

#accordion .active {
    color: #42510d;
}

.sidenav a.nav-link:focus {
    color: #2D2E29;
}

.bookbtn {
    border: solid 1px #fff;
    font-size: 25px;
    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 ul li a {
    color: #2D2E29;
    border-bottom: solid 0px #A58F64
}

    .sidenav .nav-item.active ul li a:hover {
        color: #42510d;
    }

.sidenav .nav-item.active ul li.active a {
    color: #42510d;
}

.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: #42510d;
    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: #42510d;
}

.sidenav .nav-item.active a {
    color: #42510d;
    border-bottom: solid 2px #42510d
}


/*** End Header Desktop Menu css  ****/


.lh-20 {
    line-height: 20px;
}

/*-------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-----------*/


.top-comtect a {
    font-size: 25px;
}

.carousel-control-next,
.carousel-control-prev {
    top: 45%;
    height: 50px;
}

.booking-detials {
    padding: 25px 15px;
    max-width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0px;
    bottom: 150px;
    z-index: 1;
}

.mob-nav-booknow .btn {
    padding: 12px 60px 12px;
    border: solid 2px #fff;
}


.booknow-ul {
    display: flex;
}

.head-book ul li label {
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}

.head-book ul li span {
    font-size: 15px;
}

.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: 25px;
    }


.head-book ul li {
    text-decoration: none;
    color: #000000;
    position: relative;
    padding: 0px;
    border-bottom: solid 2px #2D2E29;
    margin-bottom: 10px;
    margin-right: 22px;
    display: flex;
    vertical-align: middle;
    text-align: left;
    align-items: baseline;
    width: 22%;
}


.carousel-indicators {
    bottom: -47px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    align-items: center !important;
}

.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 20rem;
    left: 5%;
    padding: 0px;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.service-slide .content-item {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
}

    .service-slide .content-item .title-head {
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center;
        right: 0;
        transform: translateY(0%);
        transition: all 0.35s;
    }

.service-slide:hover .title-head {
    transform: translateY(-50%);
}

.overlay2 {
    position: relative;
}

    .overlay2::before {
        content: '';
        background: rgb(190 0 59 / 0.17);
        position: absolute;
        width: 100%;
        height: 100%;
    }

/* .carouselnewhome1 .btn{
    padding: 16px 70px;
} */

.cta-slider-h .owl-stage {
    margin-left: 122px;
}

.cta-slider-h.carousel2 .owl-stage,
.cta-slider-h.carouselrooms .owl-stage {
    margin-left: 0;
}

.cta-slider-h.carousel3 .owl-stage {
    margin-left: 197px;
}

.cta-slider-h .owl-nav {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: -188px;
}

    .cta-slider-h .owl-nav .owl-prev {
        display: block;
        margin: 20px 0;
        transform: rotate(180deg)
    }

    .cta-slider-h .owl-nav .owl-next {
        display: block;
        margin: 20px 0;
        transform: rotate(-180deg)
    }

    .cta-slider-h .owl-nav img {
        opacity: 0.5
    }

        .cta-slider-h .owl-nav img:hover {
            opacity: 1
        }

.owl-carousel a.owl-dot {
    background: linear-gradient(to bottom, #070E4B 33.33%, #fff 33.3%, #fff 66.66%, #070E4B 66.66%, #070E4B 100%);
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    width: 23px;
    display: inline-block;
    height: 7px;
    transition: 0.2s all;
}

    .owl-carousel a.owl-dot.active {
        background: #fff;
        width: 30px;
    }

.carouselnewroom6 .owl-carousel a.owl-dot {
    width: 21px !important;
}

.carouselnewroom5 .owl-carousel a.owl-dot {
    width: 21px !important;
}

.carouselnewroom3 .owl-carousel a.owl-dot {
    width: 21px !important;
}


.counter {
    position: absolute;
    bottom: 53px;
    right: 60px;
    color: #fff;
    font-size: 20px;
    line-height: 0;
    z-index: 1;
}

.carousel2.owl-carousel a.owl-dot,
.carousel3.owl-carousel a.owl-dot,
.carouselrooms.owl-carousel a.owl-dot {
    background: linear-gradient(to bottom, transparent 33.33%, #fff 33.3%, #fff 66.66%, transparent 66.66%, transparent 100%);
}

    .carousel2.owl-carousel a.owl-dot.active,
    .carousel3.owl-carousel a.owl-dot.active,
    .carouselrooms.owl-carousel a.owl-dot.active {
        background: #fff;
        width: 30px;
    }

.carousel2 + .counter,
.carousel3 + .counter,
.carouselrooms + .counter {
    color: #fff;
    right: 40px;
}

    .carousel2 + .counter .border1,
    .carouselrooms + .counter .border1 {
        width: 90px;
    }

    .carousel3 + .counter .border1 {
        width: 120px;
    }

.cta-slider-h .owl-dots {
    position: absolute;
    bottom: 62px;
    right: 80px;
    color: #fff;
    font-size: 20px;
    line-height: 0;
}

.carouselnewhome2 .owl-nav .owl-prev {
    position: absolute;
    top: 42%;
    left: -20px;
}

.carouselnewhome2 .owl-nav .owl-next {
    position: absolute;
    top: 42%;
    right: -20px;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 30%;
    left: -40px;
}

.owl-nav .owl-next {
    position: absolute;
    top: 30%;
    right: -40px;
}


.btn-similer {
    padding-top: 20px;
}

.bluebg {
    background-color: #a39f87;
}

.brayden-prato {
    width: 72%;
}

.devon-hawkins {
    width: 26%;
}


footer {
    background-color: #42510d;
    color: white;
    padding: 40px 20px;
}

    footer .footer-logo img {
        max-width: 665px;
    }

    footer .social-icons a {
        background: #000;
        border-radius: 20px;
        max-width: 68px;
        width: 100%;
        max-height: 68px;
        transition: .5s;
        height: 100%;
    }

        footer .social-icons a:hover {
            background: #ffffff;
        }

            footer .social-icons a:hover .social-icons-img {
                filter: brightness(0);
            }

    footer a {
        color: #fff;
        transition: .5s;
    }

        footer a:hover {
            color: #000000;
        }

.amenities-box ul li {
    margin-bottom: 12px;
    font-size: 22px;
}

    .amenities-box ul li img {
        width: 38px;
        height: 38px;
    }

/* .amenities-box h2{
    font-size: 52px;
} */
.amenities-list ul li {
    border-top: solid 2px #fff !important;
    padding: 10px 0px 10px 24px;
    font-size: 22px;
}

.amenities-list ul .active {
    border-bottom: solid 2px #fff !important;
}

.amenities-list-section {
    background: #a39f87;
}

.sitemap-link ul li {
    margin-right: 20px;
}

    .sitemap-link ul li a {
        font-size: 48px;
        width: max-content;
        margin: auto;
    }

.privacy_table_content .collapse:not(.show) {
    display: block;
}

.privacypolicypage h2, .privacypolicypage h3, .privacypolicypage h4 {
    color: #000;
}





/*----------form----------------*/
.label-before, .field input:focus + label::before, .field input.valid + label::before {
    line-height: 20px;
    font-size: 15px;
    top: -10px;
    background: none;
    padding: 0 6px;
    left: 9px;
}

.field {
    position: relative;
    margin-bottom: 0px !important;
    height: 111px;
}

    .field label::before {
        content: attr(title1);
        position: absolute;
        top: 0;
        left: 37px;
        line-height: 84px;
        color: #001b11;
        transition: 300ms all;
        font-weight: 100;
    }

    .field input:focus {
        outline: 0;
        box-shadow: 0
    }

    .field input:valid + label::before {
        content: attr(data-title1);
    }

    .field.h100 {
        height: 140px;
    }

    .label-before, .field input:focus + label::before, .field input:valid + label::before {
        line-height: 20px;
        font-size: 18px;
        top: -7px;
        background: #fff;
        padding: 0 6px;
        color: #000;
        left: 30px;
    }

.g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
}

.field label {
    cursor: text;
}

    .field label.Selectlable::before {
        content: attr(title1);
        position: absolute;
        top: 0px;
        left: 28px;
        line-height: 5px;
        background: #fff !important;
        padding: 0px 9px;
    }

.field textarea:focus {
    outline: 0;
}

.field textarea:valid + label::before {
    content: attr(data-title1);
}

.label-before, .field textarea:focus + label::before, .field textarea:valid + label::before {
    line-height: 20px;
    font-size: 21px;
    top: -7px;
    background: #fff;
    padding: 0 6px;
    color: #000;
    left: 41px;
}

.form-control {
    height: 80px;
    font-size: 21px;
    border: 1px solid #000;
    border-radius: 70px;
    box-shadow: none;
    color: #001b11;
    padding: 6px 33px 0;
}

.btn.form-submit {
    padding: 27px 70px 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.field-validation-error {
    position: absolute;
    bottom: 16px;
    font-size: 14px;
    font-family: arial;
    left: 30px;
    font-weight: 300;
}

.valid {
    background: #fff url("../images/success.png") no-repeat scroll right 25px center;
    transition: all 0s ease-in-out 0s !important;
}

.input-validation-error {
    background: #fff url("../images/error.png") no-repeat scroll right 25px center;
    border: 1px solid #d93025 !important;
    transition: all 0s ease-in-out 0s;
    box-shadow: none;
}

.form-control::placeholder, .form-control:focus {
    color: #001b11;
    border-color: #ffd000;
}

.form-control:focus {
    box-shadow: inherit;
}

.cal-icon {
    background: url("../images/calendar-icon-blue.png") no-repeat right 15px center !important;
}

.reservations_txt {
    line-height: 30px !important;
}

.field.h100 {
    height: 248px;
}

.h100 textarea.form-control {
    height: auto;
}

.select2-penal .select2-container .select2-choice {
    height: 25px !important;
    background-color: transparent;
    border: none;
    width: 100% !important;
    font-weight: 100;
    background: url('../images/select-arrow-black.html') center right 0px no-repeat;
    text-transform: capitalize;
    top: 6px;
    color: #49506b;
    text-align: left;
    padding-left: 0px;
    font-size: 18px
}

.arrownone .select2-chosen {
    line-height: 35px !important;
}
/*----------form----------------*/


@media (max-width:1600px) {
    .sitemap-link ul li a {
        font-size: 40px;
    }

    .mt-100 {
        margin-top: 60px;
    }

    .sidenav ul li {
        padding: 10px 40px 10px 0px;
    }

    .py-130 {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .features li {
        font-size: 22px;
    }

    .footer-location-box p, .footer-location-box a {
        font-size: 22px;
    }

    a {
        font-size: 22px;
    }

    .fs-50 {
        font-size: 42px;
        line-height: 1.1;
    }

    p {
        font-size: 22px;
    }

    h2 {
        font-size: 42px;
        line-height: 1.1;
    }

    .btn {
        font-size: 22px;
        max-width: 250px;
    }

    footer .footer-logo img {
        max-width: 540px;
    }
}


@media (max-width:1366px) {
    .sitemap-link ul li a {
        font-size: 32px;
    }

    .sidenav a.nav-link {
        font-size: 18px;
    }

    .head-book ul li input[type="text"] {
        font-size: 16px;
    }

    .head-book ul li img {
        bottom: 21px;
        width: 16px;
        height: 12px;
    }

    .head-book ul li label {
        font-size: 16px;
    }

    .head-book ul li span {
        font-size: 12px;
    }

    .number-li lable {
        font-size: 16px;
    }

    .px-100 {
        padding-left: 70px;
        padding-right: 70px;
    }

    p {
        font-size: 20px;
    }

    .h1-main-px {
        padding: 0 60px;
    }

    .px-200 {
        padding: 0 120px;
    }

    .features li {
        font-size: 18px;
        line-height: 1.6;
    }

    .amenities-box ul li {
        font-size: 17px;
    }

    .fs-50 {
        font-size: 38px;
    }

    h2 {
        font-size: 38px;
    }

    .devon-hawkins {
        width: 26.2%;
    }

    .sidenav ul li {
        padding: 10px 30px 10px 0px;
    }
}

@media (max-width:1240px) {
    .devon-hawkins {
        width: 26.6%;
    }

    .sidenav a.nav-link {
        font-size: 16px;
    }

    .btn {
        padding: 22px 18px;
        font-size: 18px;
        max-width: 200px;
    }

    a {
        font-size: 18px
    }

    h1 {
        font-size: 65px;
    }

    .headertop-contact {
        top: 126px;
    }
}

@media (max-width:1120px) {
    .sitemap-link ul li a {
        font-size: 26px;
    }

    .sidenav ul li {
        padding: 10px 25px 10px 0px;
    }

    .head-book ul li label {
        font-size: 14px;
    }

    .pre-header {
        padding: 10px 50px;
    }

    .headertop-contact {
        top: 94px;
    }

    .top-contact {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .accommodations-slider {
        padding-left: 0px;
        padding-right: 0px;
    }

    .privacy_table_content .collapse:not(.show) {
        display: none;
    }

    h1 {
        font-size: 52px;
    }

    .top-btn .btn {
        width: 85%;
        padding: 22px;
    }

    .fixed .top-btn .btn {
        width: 75%;
        font-size: 14px;
    }

    .fs-50 {
        font-size: 48px;
    }

    h2 {
        font-size: 48px;
    }

    .brayden-prato {
        width: 70%;
    }

    .headertop-contact {
        top: 115px;
    }

    .devon-hawkins {
        width: 29.6%;
    }

    .carouselnewhome2 .owl-nav .owl-prev {
        top: 28%;
    }

    .carouselnewhome2 .owl-nav .owl-next {
        top: 28%;
    }

    .head-book ul li label {
        font-size: 20px;
    }

    .head-book ul li span {
        font-size: 15px;
    }

    .number-li lable {
        font-size: 20px;
    }

    .headertop-contact.fixed {
        padding: 10px 30px;
        top: 65px;
    }

    .headertop-contact {
        padding: 15px 30px;
    }

    .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;
    }

    .location-box-top {
        width: auto;
        padding: 15px 10px;
        margin-bottom: 0px;
    }

        .location-box-top img {
            border-radius: 70px;
        }

        .location-box-top p {
            font-size: 18px;
        }

    .confirmation-container {
        padding: 40px 50px;
    }

    .hourly-rates li h3 {
        padding-left: 15%;
    }

    .map-radius {
        height: 600px;
        padding-right: 0px;
        margin-bottom: 40px;
    }

    .map-content {
        padding: 0px 40px;
    }

    .amenities ul li {
        margin: 30px 0;
        width: 31%
    }

        .amenities ul li img {
            margin-bottom: 20px;
        }

        .amenities ul li span {
            line-height: 25px;
        }

    .amenities.py-150 {
        padding: 100px 0 0
    }

    .amenities ul {
        display: block;
        text-align: center;
    }

    .logo {
        width: auto;
    }

    .map-box {
        width: 100%;
        margin-top: -165px;
        padding: 0px 50px;
    }

    .overlay-menu {
        width: 100%;
    }

    .slider-btns .form-select {
        font-size: 20px;
        padding-left: 88px;
        background-position: left 8.75rem center;
    }

    .footer-links li a {
        padding: 0px 5px;
    }

    .mt-88 {
        margin-top: 65px;
    }

    /*--start-Mobile Menu----*/

    .mobile_logo {
        width: 420px !important;
        display: block;
        transition: all 0.3s;
        z-index: 20;
        position: relative;
    }

    .sidenav {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
    }

        /* .sidenav a.nav-link i {
        color: #000000 !important;
    } */

        .sidenav a.nav-link {
            font-size: 20px;
            line-height: 29px;
            padding: 0px;
            color: #2d3134;
        }

    .fixed .sidenav a.nav-link {
        color: #2d3134;
    }

    .myClass 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 {
        width: 400px !important;
        margin-top: 5px;
    }

    .nav-icon {
        width: 20%;
    }

    .fixed .nav-phone a {
        color: #2D2E29;
    }

    .sidenav ul li {
        padding: 2px 10px;
    }

    .sidenav .nav-item.active ul li a {
        border-bottom: solid 1px transparent;
    }

    .top-btn-fixed {
        display: none;
    }

    .top-btn {
        position: relative;
        z-index: 99;
        text-align: end;
    }

    .sidenav ul li {
        display: flex;
        text-align: left;
        padding-left: 29px;
        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: #a39f87;
        transition: 0.5s;
        padding: 140px 0;
        left: inherit;
    }

    .myClass {
        width: 100%;
        background: #a39f87;
    }

        .myClass .accordion {
            display: block !important;
        }

    #nav-icon1,
    #nav-icon2,
    #nav-icon3,
    #nav-icon4 {
        width: 39px;
        height: 22px;
        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;
    }

    .mobile_logo1 a {
        color: #ffffff;
    }

    /* Icon 4 */

    #nav-icon4.open span {
        background: #2D2E29;
    }

    #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;
    }

    /*--End-Mobile Menu----*/

    .booknow-ul {
        display: inline-block;
        width: 100%;
    }

    .head-book ul li {
        margin-bottom: 20px;
        margin-right: 0px;
        width: 100%;
    }

    .h1-main-px {
        padding: 0px;
    }

    .slider-text-box {
        padding: 40px 80px 0px;
    }

    /* .cta-slider-h .owl-dots {
        left: 65px;
    }

    .carousel2+.counter,
    .carousel3+.counter,
    .carouselrooms+.counter {
        left: 25px;
    } */

    .pr-130 {
        padding-left: 0%;
        padding-right: 0%;
    }

    .pt-150 {
        padding-top: 85px;
    }

    .pl-130 {
        padding-left: 0%;
        padding-right: 0%;
    }

    .footer-menu-list {
        padding-bottom: 40px;
    }

    footer {
        padding-bottom: 50px !important;
    }

    .features h2 {
        padding-bottom: 30px;
        font-size: 40px;
    }

    .footer-form h2 {
        font-size: 40px;
    }

    .booking-detials {
        max-width: 95%;
        padding: 25px 40px;
    }

    .carousel-caption {
        bottom: 33rem;
    }

    .cta-slider-h .owl-dots {
        right: 100px;
    }

    .carousel2 + .counter, .carousel3 + .counter, .carouselrooms + .counter {
        right: 60px;
    }

    .contact-box {
        padding: 40px 160px;
    }

    .pre-header {
        padding: 20px 30px;
        z-index: 9999;
    }

    .pre-header-box .fixed {
        padding: 10px 30px;
    }

    .btn {
        padding: 16px;
        max-width: 250px;
    }

    footer .footer-logo img {
        max-width: 100%;
    }

    p {
        font-size: 20px;
    }

    a {
        font-size: 20px;
    }

    .carouselnewhome1 .owl-nav .owl-prev {
        display: none;
    }

    .carouselnewhome1 .owl-nav .owl-next {
        display: none;
    }
}

@media (max-width:840px) {
    .mobile_logo {
        width: 350px !important;
    }

    .fixed .mobile_logo {
        width: 330px !important;
    }

    h2 {
        font-size: 38px;
        line-height: 52px;
    }

    .py-130 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .contact-box {
        padding: 40px 120px;
    }

    .promotions-packages-box {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width:767px) {
    .contact-box {
        padding: 40px 100px;
    }

    .features ul {
        padding: 0px;
        font-size: 20px;
    }

    .features h2 {
        text-align: start;
        padding-bottom: 15px;
        font-size: 32px;
    }

    .features {
        padding-left: 30px;
    }

    .pre-header-mob {
        display: inline-block;
    }

    .pre-header-desk {
        display: none;
    }

    .pre-header {
        padding: 14px 20px;
    }

    .pre-header-box .fixed {
        padding: 10px 20px;
    }

    .btn {
        padding: 12px 20px;
        max-width: 180px;
        width: 100%;
        font-size: 16px;
    }

    .headertop-contact.fixed {
        padding: 15px 20px;
    }

    .headertop-contact {
        padding: 15px 20px;
        top: 99px;
    }

    .mobile_logo {
        width: 234px !important;
    }

    .fixed .mobile_logo {
        width: 220px !important;
        margin-top: 0px;
    }

    p {
        font-size: 17px;
    }

    .px-100 {
        padding-left: 20px;
        padding-right: 20px;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .fs-50 {
        font-size: 32px;
        line-height: 38px;
    }

    .accordion-button {
        font-size: 18px;
        line-height: 1.5;
    }

    .pt-150 {
        padding-top: 30px;
    }

    .px-200 {
        padding: 0px 25px;
    }

    .footer-location-box p, .footer-location-box a {
        font-size: 18px;
        line-height: 32px;
    }

    .carouselnewhome2 .owl-nav .owl-prev {
        left: 10px;
    }

    .carouselnewhome2 .owl-nav .owl-next {
        right: 10px;
    }

    a {
        font-size: 18px;
    }

    .mx-80 {
        margin: 0px 25px;
    }

    .slider-text-box {
        padding: 40px 20px 0px;
    }

    .book-btn {
        width: 100%;
        padding: 12px 20px;
    }

    .bottom-part {
        margin-top: 40px !important;
    }

    .accordion-body {
        font-size: 16px;
    }

    .owl-nav .owl-prev {
        left: -22px;
    }

    .owl-nav .owl-next {
        right: -26px;
    }

    .slider-text-box2 {
        padding: 0px;
    }

    .px-m-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .fixed .logo {
        width: 210px;
    }

    .amenities-list ul li {
        border-top: solid 2px #fff !important;
        padding: 10px 0px 10px 24px;
        font-size: 18px;
    }
}

@media (max-width:600px) {
    .devon-hawkins {
        width: 30.6%;
    }

    .brayden-prato {
        width: 69%;
        padding-right: 0px;
    }

    .promotions-packages-box {
        padding-left: 10px;
        padding-right: 10px;
    }

    .top-btn .btn {
        padding: 15px;
    }

    .headertop-contact {
        top: 86px;
    }

    .mobile_logo1 {
        width: 300px;
    }

    .py-130 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact-box {
        padding: 40px 66px;
    }

    .booking-detials {
        padding: 25px;
        bottom: 90px;
    }

    .head-book ul li input[type="text"] {
        font-size: 16px;
        line-height: 1.3;
    }

    .mt-150 {
        margin-top: 125px;
    }
}

@media (max-width:540px) {
    .devon-hawkins {
        width: 31.2%;
    }

    .brayden-prato {
        width: 68%;
    }

    .logo {
        width: 210px;
    }

    .w-mob-100 {
        width: 90%;
    }

    h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .fs-50 {
        font-size: 30px;
        line-height: 36px;
    }

    footer .social-icons a {
        max-width: 55px;
        max-height: 55px;
    }

    .slider-text-box {
        padding: 15px 20px 0px;
    }
}

@media (max-width:430px) {
    a {
        font-size: 16px;
    }

    .footer-location-box p, .footer-location-box a {
        font-size: 16px;
        line-height: 26px;
    }

    .bottom-part {
        padding-top: 15px;
    }

    .footer-menu-list {
        padding-bottom: 30px;
    }

    .pre-header {
        padding: 12px 20px;
    }

    .form-item label {
        font-size: 16px;
    }

    .form-item input {
        font-size: 16px;
    }

    .btn {
        font-size: 14px;
    }

    .devon-hawkins {
        width: 31.8%;
    }

    .brayden-prato {
        width: 68%;
    }

    .w-mob-100 {
        width: 100%;
    }

    .top-btn .btn {
        padding: 12px;
        width: 75%;
    }

    .fixed .top-btn .btn {
        width: 75%;
        font-size: 12px;
    }

    .headertop-contact {
        top: 72px;
        padding: 10px 20px;
    }

        .headertop-contact.fixed {
            padding: 8px 20px;
            top: 60px;
        }

    .carouselnewhome2 .owl-nav .owl-prev {
        top: 17%;
    }

    .carouselnewhome2 .owl-nav .owl-next {
        top: 17%;
    }

    p {
        font-size: 14px;
    }

    .fixed .logo {
        width: 190px;
    }

    .mt-150 {
        margin-top: 110px;
    }
}

@media (max-width:390px) {
    h3 {
        font-size: 28px;
        line-height: 38px;
    }

    h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .fs-50 {
        font-size: 29px;
        line-height: 38px;
    }

    .brayden-prato {
        width: 67.4%;
    }

    .devon-hawkins {
        width: 32.1%;
    }
}


@media (max-width:375px) {
    .logo {
        width: 155px;
    }

    .fixed .logo {
        width: 148px;
    }

    .fixed .top-btn .btn {
        width: 90%;
        font-size: 12px;
    }

    h3 {
        font-size: 24px;
        line-height: 26px;
    }

    .headertop-contact.fixed {
        top: 60px;
    }

    .top-btn .btn {
        padding: 12px;
        width: 90%;
    }

    a {
        font-size: 12px;
    }

    .footer-location-box p, .footer-location-box a {
        font-size: 14px;
        line-height: 1.4;
    }

    .mobile_logo {
        width: 220px !important;
    }

    .fixed .mobile_logo {
        width: 210px !important;
    }

    .features h2 {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .footer-form h2 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .bottom-part {
        margin-top: 30px !important;
    }

    .mx-80 {
        margin: 0px 10px;
    }

    .px-200 {
        padding: 0px 20px;
    }

    .features {
        padding-left: 25px;
    }

    .py-130 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .number-li lable {
        font-size: 14px;
    }

    .head-book ul li label {
        font-size: 14px;
    }

    .fs-50 {
        font-size: 24px;
        line-height: 32px;
    }

    h2 {
        font-size: 24px;
    }

    .contact-box {
        padding: 30px 40px;
    }

    .promotions-packages-box {
        padding-left: 0px;
        padding-right: 0px;
    }

    .brayden-prato {
        width: 67%;
    }

    .devon-hawkins {
        width: 32.4%;
    }
}


select {
    background: url(../images/drop-icon.png) center right 24px no-repeat;
}

.field.showselect select ~ label::before {
    content: attr(title1);
    position: absolute;
    top: -4px;
    left: 37px;
    line-height: 6px;
    color: #001b11;
    transition: 300ms all;
    font-weight: 100;
    background: #fff;
    padding: 0 5px;
}