﻿body {
    font-family: "Roboto", sans-serif;
    background: #FEFEFE;
    color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
    font-size: 15px;
    font-weight: 300;
}

:focus {
    outline: 0;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}
/*-------toTop-----------*/
#toTop {
    transition: transform 0.5s ease 0s;
    bottom: 75px;
    padding: 5px;
    position: fixed;
    right: 24px;
    z-index: 999;
    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-----------*/
a {
    text-decoration: inherit;
    color: #000;
    transition: all 0.5s;
}

    a:hover {
        color: #941C2F;
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    color: #0D1B3B;
    font-style: italic;
    line-height: 1.2;
    text-transform: uppercase;
}

.h1, h1 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.h2, h2 {
    font-size: 30px;
    line-height: 1.2;
    font-style: italic;
}

.h3, h3, .h4, h4, .h5, h5 {
    line-height: 1.2;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-32 {
    font-size: 32px;
}

.fs-30 {
    font-size: 30px;
}

.fs-35 {
    font-size: 35px;
}

.fs-26 {
    font-size: 26px;
}

.fs-60 {
    font-size: 70px;
    line-height: 1.2;
}

.fs-70 {
    font-size: 49px;
    line-height: 1.2;
    font-weight: bold;
}

.fs-40 {
    font-size: 40px;
}

.f-color-6585A3 {
    color: #000000;
}

.f-color-354A7C {
    color: #354A7C;
}

.f-color-27407B {
    color: #000;
}

.f-color-0D1B3B {
    color: #0D1B3B;
}

.f-color-4B4B4B {
    color: #4B4B4B;
}

.font-dellamonde {
    font-family: "Poppins", sans-serif;
    letter-spacing: 0px;
    font-style: italic;
}

.font-estilo {
    font-family: "Poppins", sans-serif;
}

.font-flamenco {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.l-height {
    line-height: 45px;
}

[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: initial !important;
}

.pb-150 {
    padding-bottom: 130px;
}
.pt-150 {
    padding-top: 130px;
}

.pl-100 {
    padding-left: 47px;
}

.pr-100 {
    padding-right: 47px;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.mt-150 {
    margin-top: 130px;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: inherit;
}

.banner_overlay::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
}

/*.attractions-testimonial {
    background: url("../images/attractions-testimonial_slider.jpg") no-repeat;
    
}*/
/*.home_slider_1 {background: url("../images/home_slider.jpg");}
.home_slider_2 {background: url("../images/home_slider_1.jpg");}
.home_slider_3 {background: url("../images/home_slider_2.jpg");}*/
.rooms_banner {
    background: url("../images/rooms_banner_img.jpg") no-repeat fixed;
}

.resort_banner {
    background: url("../images/resort_banner_img.jpg") no-repeat fixed;
}

.history_banner {
    background: url("../images/history_banner_img.jpg") no-repeat fixed;
}

.spa_banner {
    background: url("../images/spa_banner_img.jpg") no-repeat fixed;
}

.amenties_banner {
    background: url("../images/amenties_banner.jpg") no-repeat fixed;
}

.activities_banner {
    background: url("../images/activities_banner_img.jpg") no-repeat fixed;
}

.adarooms_banner {
    background: url("../images/adarooms_banner_img.jpg") no-repeat fixed;
}

.cabins_banner {
    background: url("../images/cabins_banner_img.jpg") no-repeat fixed;
}

.calendar_banner {
    background: url("../images/calendar_banner_img.jpg") no-repeat fixed;
}

.gallery_banner {
    background: url("../images/gallery_banner_img.jpg") no-repeat fixed;
}

.weddings_banner {
    background: url("../images/weddings_banner_img.jpg") no-repeat fixed;
}

.group_banner {
    background: url("../images/group-event_banner_img.jpg") no-repeat fixed;
}

.sitemap_banner {
    background: url("../images/sitemap_banner_img.jpg") no-repeat fixed;
}

.package_banner {
    background: url("../images/package_banner_img.jpg") no-repeat fixed;
}

.faq_banner {
    background: url("../images/faq_banner_img.jpg") no-repeat fixed;
}

.policy_banner {
    background: url("../images/policy_banner_img.jpg") no-repeat fixed;
}

.contact_banner {
    background: url("../images/contact_banner_img.jpg") no-repeat fixed;
}

.accessibility_banner {
    background: url("../images/accessibility_banner_img.jpg") no-repeat fixed;
}

.dining_banner {
    background: url("../images/dining_banner_img.jpg") no-repeat fixed;
}

.attraction_banner {
    background: url("../images/attraction_banner_img.jpg") no-repeat fixed;
}

.blog_banner {
    background: url("../images/blog_banner_img.jpg") no-repeat fixed;
}

.parallax-scroll {
    height: 90vh;
    background-position: center;
    background-size: cover;
}

.footer_bg-img {
    background: url("../images/footer_bg_img.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
}



.carousel-caption.slider-txt {
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
}

    .carousel-caption.slider-txt p {
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        font-weight: 100;
    }
/*-----Header Desktop Menu css-----*/
.sidenav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

    .sidenav ul li {
        display: inline-block;
        text-align: center;
        padding: 18px 13px;
    }

.dropdwoen-sec ul li {
    padding: 0 !important;
}

.sidenav ul li a {
    padding: 0 0 5px;
    font-weight: 400;
    line-height: 22px;
}

#accordion {
    display: inherit;
    text-align: right;
    float: right;
    margin-bottom: 0px;
    margin-right: 25px;
}

#myHeader {
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: #fff !important;
    /*height: 26vh;*/
    transition: all 0.5s;
    background-size: 100% 100%;
}

#linkid {
    position: relative;
}

#myHeader.fixed {
    transition: all 0.5s;
    background-size: 100% 80%;
}

.amenitiesnewmenu:hover .collapse:not(.show) {
    display: block !important;
}

.dropdwoen-sec {
    width: 250px;
    position: absolute;
    left: 15px;
    top: 65px;
    background: #fff;
    padding: 10px 0px;
    transition: all .2s ease-in-out;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    margin-top: 15px;
}

.amenitiesnewmenu .collapse:not(.show) {
    display: inherit;
    opacity: 0;
    visibility: hidden;
}

.amenitiesnewmenu:hover .collapse:not(.show) {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.dropdwoen-sec ul li a:hover, .dropdwoen-sec ul li.active a {
    background: #941C2F;
    color: #fff !important;
}

.footer_nav_bar ul li.active.active a {
    color: #941C2F;
}

.dropdwoen-sec ul li a {
    padding: 5px 16px;
    text-align: left;
    display: block;
    font-size: 0.9vw;
    color: #354A7C !important;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

.banner-contact {
    position: absolute;
    bottom: 118px;
    right: 150px;
}

.small-friendly-img {
    position: absolute;
    left: -75px;
    bottom: 0;
}

.sitmap ul li a:focus {
    color: #ae8b59;
}

.sidenav a.nav-link {
    text-decoration: none;
    font-size: 15px;
    display: block;
    transition: 0.3s;
    vertical-align: middle;
    color: #000;
    font-family: "Poppins", sans-serif;
}

    .sidenav a.nav-link:hover, .sidenav a.nav-link:focus {
        color: #941C2F;
    }

.sidenav .nav-item.active a {
    color: #941C2F;
}

.bookbtn {
    border: solid 1px #941C2F;
    font-size: 18px;
    color: #fff;
    padding: 18px 50px;
    ;
    background: #941C2F;
    font-family: "Poppins", sans-serif;
}

.mobile_logo {
    width: 280px;
    display: block;
}

.fixed .mobile_logo {
    width: 230px;
}

.nav-px {
    padding: 5px 100px;
}

.bookbtn:focus, .bookbtn:hover {
    border-color: #941C2F;
    color: #941C2F;
    background: none;
}
/* Header Desktop Menu css  **/

.footer_newslerter_sign .field {
    height: 100px;
}

.newslerter_btn {
    position: absolute;
    right: 20px;
    cursor: pointer;
    line-height: 70px;
    bottom: 32px;
    opacity: 0.7;
    transition: all 0.3s;
}

    .newslerter_btn:hover {
        opacity: 1;
    }

.footer_newslerter_sign .field-validation-error {
    bottom: 0px;
}

.footer_newslerter_sign .form-control {
    height: 70px;
    color: #5B5B5B;
    border: 1px solid #5B5B5B;
    letter-spacing: 2px;
}

.footer_newslerter_sign .field label::before {
    line-height: 70px;
    color: #5B5B5B;
    font-family: "Poppins", sans-serif;
}

.footer_newslerter_sign .input-validation-error {
    background: #fff url("../../Content/images/error.png") no-repeat scroll right 72px center;
    border: 1px solid #d93025;
}

.footer_newslerter_sign .valid {
    background: #fff url("../../Content/images/success.png") no-repeat scroll right 72px center;
}

.footer_newslerter_sign .input-validation-error:focus {
    border: 1px solid #d93025
}
/*---book-now-----*/
.head-book ul li input[type="text"] {
    color: #fff;
    background: url(../../Content/images/calendar-icon.png) no-repeat right 0px center;
    width: 100%
}

    .head-book ul li input[type="text"]::placeholder {
        color: #fff7e8;
        opacity: 1;
    }

.head-book {
    background: #89A0B5 url(../../content/images/bg-book.png) no-repeat center bottom;
    color: #000;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    left: 0;
    right: 0;
    margin: auto;
    padding: 50px;
    height: 100%;
}

.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;
    width: auto !important;
}

.booking-form {
    max-width: 645px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.head-book.fixed {
    box-shadow: 0px 0px 8px 0;
    z-index: 10;
}

.head-book ul li.arrive {
    width: 48%;
    display: inline-block
}

.head-book ul li {
    width: auto;
    margin-bottom: 30px;
}

    .head-book ul li label {
        display: block;
        text-align: left;
        font-size: 30px;
        color: #fff;
    }

    .head-book ul li input {
        border: solid 1px #fff;
        padding: 9px 20px;
        font-size: 30px;
        color: #fff;
    }

.head-book.fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 89.5%;
    z-index: 11;
    padding: 0;
}

.head-book ul li label {
    margin-bottom: 0;
    line-height: 38px;
}

.head-book .select2-container {
    width: 200px;
    text-align: left
}

    .head-book .select2-container .select2-choice {
        height: 60px;
    }

        .head-book .select2-container .select2-choice > .select2-chosen {
            line-height: 57px;
        }

.head-book .select2-results .select2-result-label {
    font-size: 30px !important
}

.head-book .select2-container .select2-choice {
    color: #fff !important;
    font-size: 30px !important;
    font-weight: 100;
    background: url('/Content/images/arrow-dropdown.png') center right 10px no-repeat;
    border: none;
    text-transform: none;
    line-height: 55px;
    border: solid 1px #fff;
}
/*----------form----------------*/
.label-before, .field input:focus + label::before, .field input.valid + label::before {
    line-height: 20px;
    font-size: 15px;
    top: -10px;
    background: linear-gradient(#f7fafb, #ffffff);
    padding: 0 6px;
    left: 9px;
}

.field {
    position: relative;
    margin-bottom: 0px !important;
    height: 81px;
}

    .field label::before {
        content: attr(title1);
        position: absolute;
        top: 0;
        left: 15px;
        line-height: 55px;
        color: #4B4B4B;
        transition: 300ms all;
        font-size: 18px;
        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: 15px;
        top: -10px;
        background: linear-gradient(#fff, #fff);
        padding: 0 6px;
        color: #4B4B4B;
        left: 9px;
    }

    .field label {
        cursor: text;
    }

        .field label.Selectlable::before {
            content: attr(title1);
            position: absolute;
            top: -4px;
            left: 9px;
            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: 15px;
        top: -10px;
        background: linear-gradient(#fff, #fff);
        padding: 0 6px;
        color: #4B4B4B;
        left: 9px;
    }

.form-control {
    height: 50px;
    font-size: 18px;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    color: #4B4B4B;
}

.btn.form-submit {
    padding: 15px 70px;
    letter-spacing: 3px;
}

.field-validation-error {
    position: absolute;
    bottom: 1px;
    font-size: 14px;
    color: #b50007;
    font-family: arial;
    font-weight: 300;
}

.valid {
    background: #fff url("../../Content/images/success.png") no-repeat scroll right 12px center;
    transition: all 0s ease-in-out 0s !important;
}

.input-validation-error {
    background: #fff url("../../Content/images/error.png") no-repeat scroll right 12px center;
    border: 1px solid #d93025;
    transition: all 0s ease-in-out 0s;
    box-shadow: none;
}

.form-control::placeholder, .form-control:focus {
    color: #222;
    border-color: #941C2F;
}

.form-control:focus {
    background-color: #fff;
    box-shadow: inherit;
}

.cal-icon {
    background: #fff url("../../Content/images/calendar-icon-blue.png") no-repeat right 15px center !important;
}

.reservations_txt {
    line-height: 30px !important;
}

.field.h100 {
    height: 130px;
}

.h100 textarea.form-control {
    height: auto;
}

.rfp_form .field label {
    font-size: 18px;
    line-height: 23px;
}

.rfp_form .field .divshift.arrownone {
    font-size: 18px;
    line-height: 22px;
}

.select2-penal .arrownone .select2-container {
    padding-left: 16px;
}

.select2-penal .select2-container .select2-choice {
    height: 25px !important;
    background-color: transparent;
    border: none;
    width: 100% !important;
    font-weight: 100;
    background: url('/Content/images/select-arrow-black.png') center right 0px no-repeat;
    text-transform: capitalize;
    top: 6px;
    color: #49506b;
    text-align: left;
    padding-left: 0px;
}

.arrownone .select2-chosen {
    line-height: 26px !important;
}

.select2-penal .select2-container {
    padding-left: 16px;
}

.room_features ul li {
    line-height: 35px;
    margin-bottom: 15px;
}

.room_features ul {
    padding-left: 25px;
}

/*--Page-CSS--*/
.btn {
    background: #941C2F;
    border: 1px solid #941C2F;
    border-radius: 0;
    color: #fff;
    padding: 10px 25px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    transition: all 0.5s;
    letter-spacing: 0px;
}

    .btn:hover {
        border-color: #556240;
        color: #fff;
        background: #556240;
    }

.slider-parallax-header .item .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: normal
}

.slider-parallax-header .item::before {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
}

.container-body-px {
    padding: 0 100px;
}

.hotel-img-scale {
    overflow: hidden;
}

    .hotel-img-scale img {
        transition: all 0.5s;
    }

    .hotel-img-scale:hover img {
        transform: scale(1.06);
    }

.center_border-box {
    padding: 100px 0;
    position: relative;
}

    .center_border-box::after, .center_border-box::before {
        content: '';
        width: 41%;
        background: #000;
        position: absolute;
        height: 2px;
        transform: translateY(-50%);
        top: 50%;
    }

    .center_border-box::after {
        left: 111px;
    }

    .center_border-box::before {
        right: 111px;
    }

.footer_nav_bar.pt-150 {
    padding-top: 45px;
}

.footer_social_icons .icon {
    width: 35px;
    height: 35px;
    fill: #000000;
}

.footer_social_icons li {
    display: inline-block;
    padding: 0 10px;
}

.footer_social_icons ul li:last-child .icon {
    width: 40px;
    height: 40px;
}

.footer_nav_bar ul li {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    font-weight: normal;
}

    .footer_nav_bar ul li a {
        font-size: 14px;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        font-weight: normal;
        color: #000;
    }

.footer_border_box .center_border-box {
    padding: 20px 0 20px;
    margin-bottom: 0;
}

.copyright_in_footer ul li {
    font-size: 14px;
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    color: #000;
}


.events-px-hm .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
    text-align: left;
    right: 55vw;
    left: 11%;
    z-index: 1;
}

.events-px-hm::before {
    content: '';
    background: rgba(0, 0, 0, 0.73);
    height: 100%;
    width: 100%;
    position: absolute;
}

.activities_park .summer-pr-40 {
    padding-right: 50px;
}

.activities_park .summer-pl-40 {
    padding-left: 50px;
}

.owl-carousel .owl-nav .owl-prev {
    background: #0D1B3B;
    width: 100px;
    height: 50px;
    border-radius: 100px 100px 0 0;
    position: absolute;
    left: -46px;
    transform: rotate(-90deg);
}

.activities_icons_list ul li {
    width: 150px;
    text-align: center;
}

    .activities_icons_list ul li p {
        line-height: 35px;
        padding-top: 15px;
        height: 5vw;
        color: #6B85A0;
    }

    .activities_icons_list ul li .icons {
        border: 3px solid #6B85A0;
        border-radius: 50%;
        width: 136px;
        height: 136px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

        .activities_icons_list ul li .icons img {
            width: 60%;
        }

.room-sec .learmore {
    position: absolute;
    left: 0;
    right: 0;
    display: inline-table;
    margin: 0 auto;
    width: max-content;
    bottom: 70px;
    z-index: 9;
}


.owl-px-h .owl-carousel .owl-stage-outer {
    padding-bottom: 40px;
}

.room-sec .owl-carousel .owl-nav .owl-prev img, .room-sec .owl-carousel .owl-nav .owl-next img {
    width: 100%
}

.room-sec .owl-carousel .owl-nav .owl-next { /*background: #0D1B3B; width: 100px;  height: 50px;   border-radius: 100px 100px 0 0;*/
    position: absolute;
    right: -10px;
    transform: rotate(0deg);
    width: 36px;
}

.room-sec .owl-carousel .owl-nav .owl-prev { /*background: #0D1B3B; width: 100px; height: 50px; border-radius: 100px 100px 0 0;*/
    position: absolute;
    left: -10px;
    transform: rotate(0deg);
    width: 36px;
}
/*.room-sec .owl-carousel .owl-nav .owl-prev:before { width: 0;  height: 0; border-left: 10px solid transparent;  border-right: 10px solid transparent; border-bottom: 10px solid white; content: ""; position: absolute;  left: 50%;transform: translate(-50%); right: 0; top: 50%;     }
.room-sec .owl-carousel .owl-nav .owl-next:before {  width: 0;  height: 0;border-left: 10px solid transparent;  border-right: 10px solid transparent;   border-bottom: 10px solid white;  content: "";      position: absolute;   left:50%;            transform: translate(-50%);    right: 0; top:50%   }*/
.room-sec .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    margin: auto;
    left: 0;
    right: 0;
    transition: 0.3s all;
}

.room-sec .content-slide {
    position: absolute;
    top: 0;
    padding: 70px 200px 0 70px;
    display: none;
}

    .room-sec .content-slide p {
        font-size: 24px;
        color: #fff;
        padding-top: 20px;
        opacity: 0;
        transition: 0.3s all;
    }

    .room-sec .content-slide h3 {
        font-size: 52px;
        margin: 0;
        font-family: "Poppins", sans-serif;
        color: #fff;
        text-transform: capitalize;
        letter-spacing: 3px;
        font-style: italic;
        line-height: 1.2;
    }

.room-sec .center .content-slide, .room-sec .center .btn {
    display: block;
}

.room-sec .owl-nav span {
    display: none;
}

.room-sec .btn {
    margin-top: -50px;
    display: none;
}

.room-sec .owl-item {
    position: relative;
}

    .room-sec .owl-item.active .item:hover .content-slide p {
        opacity: 1;
        transition: 0.3s all;
    }
/*.room-sec .owl-carousel:hover .owl-nav {opacity:1; transition:0.3s all;}*/
.center .overlay_img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.dining_slider_hm .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #000;
    margin: 0 5px;
    border-radius: 50%;
}

.dining_slider_hm .owl-dots {
    text-align: center;
    padding: 20px 0 0;
}

    .dining_slider_hm .owl-dots .owl-dot.active {
        background: #941C2F;
    }

.carouselcaption {
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
    position: absolute;
    width: 90%;
}

.carouselcaption2 {
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 20px;
    overflow-y: auto;
}

.room_ficture_icons ul li {
    width: 16vw;
    font-size: 25px;
    padding: 30px 18px 0 0;
    line-height: 25px;
    display: flex;
    font-size: 1.3vw;
    align-items: center;
}

    .room_ficture_icons ul li span {
        margin-left: 16px;
    }

.amenities-accordion .plus-minus-toggle {
    cursor: pointer;
    position: relative;
    top: 3px;
    float: left;
    right: 0px;
    width: 100%;
    padding-bottom: 5px;
    color: #941C2F;
}

    .amenities-accordion .plus-minus-toggle.collapsed::before {
        transform: rotate(90deg);
    }

    .amenities-accordion .plus-minus-toggle::before, .amenities-accordion .plus-minus-toggle::after {
        background: #941C2F;
        content: '';
        height: 2px;
        right: 0px;
        position: absolute;
        top: 18px;
        width: 18px;
        transition: transform 500ms ease;
        left: 0px;
    }

    .amenities-accordion .plus-minus-toggle:hover::before, .amenities-accordion .plus-minus-toggle:hover::after {
        background: #27407B;
    }

    .amenities-accordion .plus-minus-toggle:hover {
        color: #27407B;
    }

.activitie_slider_sec .owl-nav {
    top: 48%;
}

.mountain_cabins .owl-nav {
    top: 50%;
}

/*----------calendar css------------*/
.accordion-button::after {
    transform: rotate(-90deg);
}

.calendar .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg) !important;
    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") !important;
}

.calendar .accordion-button:not(.collapsed) {
    color: #484848;
    background-color: rgba(229, 229, 229, 0.5);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.cursor-none {
    cursor: inherit;
}

.calendar .accordion-body .calendar_design h3 {
    line-height: 30px;
    margin: auto;
    margin-right: 25px;
    color: #fff;
}

.calendar .accordion-body .calendar_design {
    background: #941C2F;
    color: #fff;
    padding: 20px 35px;
    font-size: 30px;
    text-transform: uppercase;
}

    .calendar .accordion-body .calendar_design:hover {
        background: #000000;
    }

.calendar .accordion-item h2 a {
    font-size: 25px;
    line-height: 40px;
    cursor: pointer;
}

/**cookies banner **/
.cookies-statement {
    text-align: left;
    padding: 12px 50px;
    position: fixed;
    bottom: 0;
    background: #fff;
    color: #000000;
    z-index: 999;
    box-shadow: 0 5px 13px #292828;
    width: 100%;
}

    .cookies-statement .cookies-btn ul li {
        display: inline-block;
        padding: 0 5px;
    }

.Cookiesclose .icon {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #941C2F;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    fill: #0d49a5;
}

.Cookiesclose .icon {
    cursor: pointer;
    fill: #fff;
}

.cookies-statement .cookies-btn ul li a {
    width: 180px;
    padding: 16px 10px;
    border-radius: 0px;
    margin-left: 0px;
    background: #941C2F;
    border: 1px solid #941C2F;
    font-size: 16px;
    color: #fff;
}

.cookies-btn ul li a:hover {
    background: none;
    color: #941C2F;
}

.cookies-statement h3 {
    font-size: 28px;
}

.Cookies a {
    color: #941C2F;
}

    .Cookies a:hover {
        color: #1d4368;
    }

.Cookies p {
    margin-bottom: 0px;
    line-height: 22px;
    font-size: 18px;
}


*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
    -webkit-box-shadow: inherit;
    transition: all 5000s ease-in-out 0s;
    transition-property: background-color, color;
}

input:-webkit-autofill {
    -webkit-background-clip: text;
}

.insta ul li {
    overflow: hidden;
    position: relative;
}

    .insta ul li img {
        height: 100%;
    }

    .insta ul li:nth-child(1) {
        width: 68%;
        height: 500px;
    }

    .insta ul li:nth-child(2) {
        width: 30%;
        position: absolute;
        top: 0;
        height: 47.9%;
    }

    .insta ul li:nth-child(3) {
        width: 30%;
        position: absolute;
        bottom: 14px;
        height: 47.9%;
    }

.insta .owl-carousel .owl-nav span {
    font-size: 0px;
}

.insta-title {
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: 0;
    font-size: 22px;
    line-height: 26px;
    background: rgb(0,0,0);
    background: linear-gradient(360deg, rgba(0,0,0,0.7931547619047619) 0%, rgba(255,255,255,0) 100%);
    width: 100%;
    padding: 20px 15px;
    color: #fff;
    opacity: 0;
    transition: 0.3s all;
}


    .insta-title p {
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 4;
        transition: all 0.35s;
        max-height: 100px;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }



.insta ul li:hover .insta-title {
    opacity: 1;
    transition: 0.3s all;
}

.insta-mobile-image:hover .insta-title, .insta-mobile-image:focus .insta-title {
    opacity: 1;
    transition: 0.3s all;
}



.insta .owl-carousel .owl-nav .owl-next {
    background: #0D1B3B;
    width: 100px;
    height: 50px;
    border-radius: 100px 100px 0 0;
    position: absolute;
    right: -25px;
    transform: rotate(-90deg);
}

.insta .owl-carousel .owl-nav .owl-prev {
    background: #0D1B3B;
    width: 100px;
    height: 50px;
    border-radius: 100px 100px 0 0;
    position: absolute;
    left: -25px;
    transform: rotate(90deg);
}

    .insta .owl-carousel .owl-nav .owl-prev:before {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white;
        content: "";
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        right: 0;
        top: 50%;
    }

.insta .owl-carousel .owl-nav .owl-next:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    right: 0;
    top: 50%
}

.insta .owl-nav {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    width: auto;
    margin: auto;
    left: 0;
    right: 0;
}

.insta .owl-carousel .owl-nav.disabled {
    display: block;
}

.news_letter_popup_container {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}

    .news_letter_popup_container .content {
        padding: 50px 14%;
        position: relative;
        z-index: 2;
        width: 100%;
        background: #fff;
        height: 100%;
        overflow: auto;
    }

        .news_letter_popup_container .content.messageform {
            padding: 50px 190px 100px;
            position: relative;
            z-index: 2;
            width: 45%;
            background: #fff;
            height: auto;
        }

    .news_letter_popup_container .heading {
        font-size: 40px;
    }

.content.messageform .form-control {
    border: 1px solid #F1F1F1;
    background: #F1F1F1;
}

.content.messageform .button.messagebtn {
    border: 1px solid #6A7569;
    background: #6A7569;
    color: #fff;
}

.news_letter_popup_container .field label.Selectlable::before {
    content: attr(title1);
    position: absolute;
    top: -4px;
    left: 9px;
    line-height: 5px;
    background: #fff !important;
    padding: 0px 9px;
}

.news_letter_popup_container .field label.select::before {
    top: -8px;
    background: #fff;
    line-height: normal;
}

.news_letter_popup_container label {
    font-size: 16px;
}

.news_letter_popup_container .form-control {
    font-size: 19px;
}

.italic {
    font-style: italic;
}

.news_letter_popup_container .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0,0,0,.30);
}

.close_popup_newsletter {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    background: #6a7569;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    justify-content: center;
    align-items: center;
    fill: #fff;
    cursor: pointer;
}

    .close_popup_newsletter svg {
        height: 16px;
        width: 16px;
    }

.close_popup_message {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    background: #6a7569;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    justify-content: center;
    align-items: center;
    fill: #fff;
    cursor: pointer;
}

    .close_popup_message svg {
        height: 16px;
        width: 16px;
    }

.topbtn_newsl {
    position: fixed;
    right: -63px;
    top: 50%;
    z-index: 2;
    display: block;
    transform: translateY(-50%) rotate(90deg);
    background: #fff;
    color: #0D1B3B;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    margin: 0;
    user-select: none;
    padding: 10px 40px;
    font-weight: normal;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 0 5px #ccc;
    transition: 0.3s;
}

    .topbtn_newsl:hover {
        color: #fff;
        background: #941C2F;
    }

#bookNow .remove {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

    #bookNow .remove svg {
        width: 50px;
        height: 50px;
        fill: #fff;
    }

.icon-list li {
    color: #0D1B3B;
    border-bottom: 1px solid #484848;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-bottom: 15px;
    font-weight: lighter;
}

    .icon-list li img {
        margin-right: 20px;
    }

.hoverimage-accordion .accordion-button::after {
    flex-shrink: 0;
    width: 0.25rem;
    height: 3.25rem;
    margin-left: auto;
    content: url(../images/plus1.png);
    background: none;
    transition: transform .2s ease-in-out;
}

.hoverimage-accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
    content: url(../images/minus.png);
}

.hoverimage-accordion .accordion-button {
    padding: 0px;
    border: none;
    color: #0D1B3B;
    box-shadow: none;
}

.hoverimage-accordion .accordion-item {
    border: none !important;
}

.hoverimage-accordion .accordion-button:not(.collapsed) {
    color: #0D1B3B;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button::after {
    transform: none;
}

.hoverimage-accordion .accordion-body {
    padding: 1rem 0rem;
}

.sitemap-list {
    padding-left: 45px;
    margin-bottom: 0px;
}

    .sitemap-list li {
        position: relative;
        list-style: none;
        list-style-position: inside;
    }

        .sitemap-list li::before {
            position: absolute;
            content: '';
            left: -45px;
            height: 27px;
            width: 27px;
            background: url('../images/sitemap-list.png');
            background-size: cover;
            top: 6px;
        }

        .sitemap-list li a {
            text-decoration: none;
            font-size: 30px;
            margin-bottom: 8px;
            display: inline-block;
            color: #564B3F;
            text-decoration: none;
        }

.bg-gray {
    background-color: #F5F5F5;
}

.sitemap-list li a:hover {
    color: #000000;
}
/*-----gallery-css-------*/
.gallery-tab .nav-tabs .nav-link, .gallery-tab .nav-tabs .nav-link:hover, .gallery-tab .nav-tabs .nav-link:focus {
    border: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.gallery-tab ul li {
    padding: 0 1.5vw;
}

.gallery-tab .nav-tabs .nav-link.active {
    color: #941C2F;
    background: none;
}

    .gallery-tab .nav-tabs .nav-link:hover:hover::before, .gallery-tab .nav-tabs .nav-link.active::before {
        transform: scale(1) !important;
    }

.gallery-tab .nav-tabs .nav-link::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 100%;
    background: #941C2F;
    transition: 0.3s;
    transform: scale(0);
}
/*-----gallery-css-------*/
.privacypolicypage .collapse:not(.show) {
    display: block;
}

.contact-information {
    border: 1px solid #ccc;
    background: #fff;
}

.contact-list {
    border-bottom: 1px solid #e8e8e8;
}

    .contact-list li {
        padding-left: 40px;
        position: relative;
        font-size: 22px;
        margin-bottom: 14px;
        color: #484848;
    }

.contact-information h4 {
    font-size: 33px;
}

.contact-list li svg.icon {
    height: 30px;
    width: 26px;
    fill: #707070;
    display: inline-block;
    position: absolute;
    left: 0;
}

.contact-px.pl-100.pr-100 {
    padding-right: 0;
    padding-left: 0;
}

.testmonial-slider .owl-dots {
    text-align: center;
    margin-top: 18px;
}

.testmonial-slider .owl-dot {
    display: inline list-item;
    margin: 0px;
    border-radius: 50%;
    font-size: 44px !important;
    color: #27407B !important;
}

    .testmonial-slider .owl-dot.active {
        font-size: 44px !important;
        color: #000000 !important;
    }

    .testmonial-slider .owl-dot span {
        display: none;
    }

.menu-option {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.option-content {
    font-size: 20px;
    font-weight: lighter;
    line-height: 30px;
}

.menu-option .img {
    margin-right: 40px;
    width: 45px;
}

.list-category li {
    position: relative;
    margin-right: 12px;
}

    .list-category li::after {
        position: absolute;
        content: '';
        height: 23px;
        width: 2px;
        background-color: #0D1B3B;
        right: -10px;
        top: 7px;
        border-radius: 5px;
    }

    .list-category li:last-child::after {
        display: none;
    }



/*localarea*/
.wineries_all h3 {
    font-size: 24px;
    line-height: 35px;
}

.parent_tabbing #list_view h2 {
    display: none
}

.parent_tabbing .left-tabbing-menu h3 {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
}

.parent_tabbing .left-tabbing-menu {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    height: calc(100vh + 29vh);
    display: none;
    background: #fff;
}

    .parent_tabbing .left-tabbing-menu.active {
        display: block !important;
    }

.text-u {
    text-transform: uppercase;
}

.parent_tabbing .tab_list_desk {
    list-style: none;
    padding: 0 17px;
}

    .parent_tabbing .tab_list_desk li {
        padding: 13px;
        border: 1px solid #CCC;
        margin-bottom: 20px;
        background: #EEEEEE;
        user-select: none;
        fill: #484848;
        transition: all 0.3s;
        cursor: pointer;
        color: #484848;
        display: flex;
        align-items: center;
    }

        .parent_tabbing .tab_list_desk li:hover {
            background: #941C2F;
            fill: #fff;
            color: #fff;
        }

        .parent_tabbing .tab_list_desk li .icon {
            height: 26px;
            width: 26px;
            margin-right: 17px;
        }

        .parent_tabbing .tab_list_desk li span {
            font-size: 20px;
            text-transform: capitalize;
            line-height: 30px;
        }

.parent_tabbing .tab_btn {
    padding: 11px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

    .parent_tabbing .tab_btn.active, .tab_btn:hover, .parent_tabbing .main_tabs li:hover, .parent_tabbing .main_tabs li.active {
        background: #941C2F;
        color: #fff;
    }

.parent_tabbing .main_tabs {
    width: 75%;
    display: flex;
    list-style: none;
}

    .parent_tabbing .main_tabs li {
        flex: 1;
        padding: 10px;
        border: 1px solid #CCC;
        cursor: pointer;
        transition: all 0.3s;
        background: #fff;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
    }

.parent_tabbing .main_tab_right:nth-child(1) {
    border-top-left-radius: 10px;
}

.parent_tabbing .main_tab_right:nth-child(3) {
    border-top-right-radius: 10px;
}

.parent_tabbing .icon_list {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}

    .parent_tabbing .icon_list li .icon {
        height: 26px;
        width: 26px;
        margin-right: 0;
        color: #484848;
    }

    .parent_tabbing .icon_list li {
        margin-left: 8px;
    }

        .parent_tabbing .icon_list li:first-child {
            margin-left: 0px;
        }

.parent_tabbing .hr_line_tab {
    height: 3px;
    background: #CCCCCC;
    position: relative;
    margin-bottom: 40px;
}

    .parent_tabbing .hr_line_tab::before {
        background: #484848;
        height: 100%;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
    }

.parent_tabbing .tab_text {
    font-size: 22px;
    line-height: 35px;
}

.parent_tabbing .tabbing_container, .parent_tabbing .tabbing_view_container {
    display: none;
}

    .parent_tabbing .tabbing_container.active, .parent_tabbing .tabbing_view_container.active {
        display: block !important;
    }

.hoverable-custom {
    color: #fff;
    background: #6A7569;
    float: right;
}

    .hoverable-custom .arrow1::before, .hoverable-custom .arrow1::after {
        backface-visibility: hidden;
        content: "";
        display: block;
        height: 2px;
        width: 8px;
        position: absolute;
        right: 1px;
        transform-origin: right center 0px;
        background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    }

    .hoverable-custom .arrow1 {
        content: "";
        display: inline-block;
        height: 2px;
        width: 24px;
        top: 50%;
        margin-right: 30px;
        right: 0px;
        background: #fff;
        position: absolute;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        margin-top: -1px;
        transition: all 350ms ease 0s;
    }

.hoverable-bodybtn {
    color: #fff;
    background: #6A7569;
}

    .hoverable-bodybtn .arrow1::before, .hoverable-bodybtn .arrow1::after {
        backface-visibility: hidden;
        content: "";
        display: block;
        height: 2px;
        width: 8px;
        position: absolute;
        right: 1px;
        transform-origin: right center 0px;
        background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    }

    .hoverable-bodybtn .arrow1 {
        content: "";
        display: inline-block;
        height: 2px;
        width: 24px;
        top: 50%;
        margin-right: 30px;
        right: 0px;
        background: #fff;
        position: absolute;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        margin-top: -1px;
        transition: all 350ms ease 0s;
    }



/*mob tabbing*/
.mob_left_tab {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}

    .mob_left_tab .mob_tab_head {
        position: relative;
        height: 70px;
        background: #941C2F;
        display: flex;
        align-items: center;
        cursor: pointer;
        color: #fff;
        font-size: 20px;
        padding: 0 20px;
    }

        .mob_left_tab .mob_tab_head::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 10px;
            clip-path: polygon(50% 100%, 0 0, 100% 0);
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            background: #fff;
        }

    .mob_left_tab .mob_tab_list {
        list-style: none;
        background: #fff;
        padding: 20px;
    }

    .mob_left_tab .mob_tab_list {
        list-style: none;
        background: #fff;
        padding: 20px 10px;
        display: none;
    }

        .mob_left_tab .mob_tab_list li {
            padding: 5px 10px;
            font-size: 20px;
            cursor: pointer;
        }

.mob_tab_list li.active {
    background: #ccc;
}

.mob_left_tab .icon {
    width: 26px;
    height: 26px;
    margin-right: 5px;
}



/*wedding slider*/
.wedding_slider_container {
    height: 100%;
    width: 100%;
    position: relative;
}

    .wedding_slider_container .wedding {
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
    }

    .wedding_slider_container.lakeside_pavillion .lakeside_pavillion_slider {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .wedding_slider_container.outdoor_gazebo .outdoor_gazebo_slider {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .wedding_slider_container.grand_ballroom .grand_ballroom_slider {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .wedding_slider_container.outdoor_gazebo .outdoor_gazebo_slider {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .wedding_slider_container.mmezzanine .mmezzanine_slider {
        visibility: visible !important;
        opacity: 1 !important;
    }

.wedding .owl-dots {
    width: 100%;
    height: 50px;
    background: rgba(0, 142, 154,0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
}

    .wedding .owl-dots .owl-dot {
        height: 15px;
        display: block;
        width: 15px;
        background: #fff;
        margin: 18px 4px;
        border-radius: 50%;
        transition: 0.3s;
    }

.owl-dots.disabled {
    display: none !important;
}

.wedding .owl-dots .owl-dot.active, .wedding .owl-dots .owl-dot:hover {
    background: #941C2F;
}

.footerlogo {
    position: relative;
    top: 31px;
}

.footer-badges {
    padding: 10px;
    background-color: #fff;
    display: block;
    border-radius: 8px;
    max-width: 150px;
    width: 100%;
    margin-bottom: 15px;
}

.mainCarousel .owl-nav {
    transition-delay: 0.5s !important;
}

.mainCarousel.owl-grab .owl-nav {
    opacity: 0 !important;
    transition-delay: 0s !important;
}

.featuredSlide .item {
    box-shadow: 0 0px 5px rgba(0,0,0,0.3);
    padding: 0px 30px;
    margin: 5px 0;
    border-radius: 5px;
}

.featuredSlide .LogoBox {
    height: 200px;
    align-items: center;
    display: flex;
}

.featuredSlide .owl-item {
    padding: 0 6px;
}

.news_letter_popup_container .content {
    padding: 50px 14%;
    position: relative;
    z-index: 2;
    width: 100%;
    background: #fff;
    height: 100%;
    overflow: auto;
}

.checkbox_design label {
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.checkbox_design .vh {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.checkbox_design label:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid rgba(75, 101, 132, 0.3);
    display: inline-block;
    margin-right: 16px;
}

.checkbox_design input[type="checkbox"]:checked ~ label:before {
    background: #6a7569 no-repeat center;
    background-size: 12px 12px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC42ODcsMzguMzMyYy0yLjA3MiwyLjA3Mi01LjQzNCwyLjA3Mi03LjUwNSwwTDEuNTU0LDI2LjcwNGMtMi4wNzItMi4wNzEtMi4wNzItNS40MzMsMC03LjUwNCAgICBjMi4wNzEtMi4wNzIsNS40MzMtMi4wNzIsNy41MDUsMGw2LjkyOCw2LjkyN2MwLjUyMywwLjUyMiwxLjM3MiwwLjUyMiwxLjg5NiwwTDM2LjY0Miw3LjM2OGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwICAgIGMwLjk5NSwwLjk5NSwxLjU1NCwyLjM0NSwxLjU1NCwzLjc1MmMwLDEuNDA3LTAuNTU5LDIuNzU3LTEuNTU0LDMuNzUyTDIwLjY4NywzOC4zMzJ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.checkbox_design input[type="checkbox"]:focus ~ label {
    color: #6a7569;
}

.checkbox_design div {
    display: inline-block;
    padding-right: 1%;
    width: 48%;
}

.thankyou {
    color: #fff;
}

.checkbox_design.thankyou div {
    display: inline-block;
    padding-right: 1%;
    width: 27%;
}


.plus-minus-toggle.collapsed .dec-block {
    display: inline-block;
}

.plus-minus-toggle .dec-block {
    display: none;
}

.plus-minus-toggle.collapsed .mob-block {
    display: none;
}

.plus-minus-toggle .mob-block {
    display: inline-block;
}

.adaerror {
    position: absolute !important;
    z-index: -9999 !important;
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
}

@media only screen and (max-width:1680px) {
    .nav-px {
        padding: 5px 60px;
    }

    .pr-100 {
        padding-right: 21px;
    }

    .pl-100 {
        padding-left: 21px;
    }

    .activities_park .summer-pl-40 {
        padding-left: 20px;
    }

    .insta ul li:nth-child(1) {
        height: 410px;
    }

    #myHeader.fixed {
        transition: all 0.5s;
        background-size: 100% 88%;
    }

    .parent_tabbing .icon_list li .icon {
        height: 23px;
        width: 19px;
    }

    .parent_tabbing .icon_list li {
        margin-left: 5px;
    }

    .h3, h3 {
        font-size: 1.5rem;
    }

    .h3, h3, .h4, h4, .h5, h5 {
        line-height: 29px;
    }
}

@media only screen and (max-width:1440px) {
    body {
        line-height: 35px;
    }

    .h1, h1 {
        font-size: 45px;
        line-height: 53px;
    }

    .h2, h2 {
        font-size: 43px;
        line-height: 50px;
    }

    .pt-150 {
        padding-top: 100px;
    }
    .pb-150 {
        padding-bottom: 100px;
    }
    .center_border-box {
        padding: 100px 0;
    }

    .container-body-px {
        padding: 0 65px;
    }

    .pr-100 {
        padding-right: 40px;
    }

    .pl-100 {
        padding-left: 40px;
    }

    .fs-70 {
        font-size: 50px;
        line-height: 60px;
    }

    .room-sec .content-slide {
        padding: 38px 90px 0 38px;
    }

        .room-sec .content-slide h3 {
            font-size: 60px;
        }

    .center_border-box::after {
        left: 50px;
    }

    .center_border-box::before {
        right: 50px;
    }

    .events-px-hm .carousel-caption {
        right: 44vw;
        left: 6%;
    }

    .activities_park .summer-pl-40 {
        padding-left: 25px;
    }

    .activities_park .summer-pr-40 {
        padding-right: 25px;
    }

    .ldeally_txt {
        padding-right: 50px;
    }

    .fs-60 {
        font-size: 45px;
    }

    .mobile_logo {
        width: 230px;
    }

    .sidenav ul li {
        padding: 18px 16px;
    }

    .sidenav a.nav-link {
        font-size: 1.2vw;
    }

    #accordion {
        margin-right: 7px;
    }

    .room_ficture_icons ul li {
        width: 17vw;
        font-size: 1.4vw;
    }

    .activities_icons_list ul li .icons {
        width: 100px;
        height: 100px;
    }

    .topbtn_newsl {
        right: -70px;
    }

    .parent_tabbing .main_tabs li {
        font-size: 18px;
    }

    .insta ul li:nth-child(1) {
        height: 340px;
    }

    .insta ul li:nth-child(2) {
        width: 29%;
        height: 46.9%;
    }

    .insta ul li:nth-child(3) {
        width: 29%;
        height: 46.9%;
    }
}


@media only screen and (max-width:1366px) {
    .nav-px {
        padding: 5px 30px;
    }

    .mobile_logo {
        width: 230px;
    }

    .gallery-tab .nav-tabs .nav-link {
        font-size: 25px;
    }

    .boonnowright .bookbtn {
        padding: 13px 20px;
        font-size: 18px;
    }
}

@media only screen and (max-width:1280px) {
    .sidenav ul li {
        padding: 16px 13px;
    }

    #myHeader {
        height: 25vh;
        background-size: 100% 100%;
    }

        #myHeader.fixed {
            background-size: 100% 90%;
        }

    .pl-100 {
        padding-left: 0;
    }

    .activities_icons_list ul li {
        width: 160px;
        padding: 20px 0;
    }

    .activities_icons_list ul {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .room-sec .content-slide h3 {
        font-size: 45px;
        line-height:1.2;
    }

    .room-sec .content-slide {
        padding: 25px 25px 0 25px;
    }

        .room-sec .content-slide p {
            font-size: 22px;
        }

    .activities_park .summer-pl-40 {
        padding-left: 0;
    }

    .pr-100 {
        padding-right: 0;
    }

    .insta ul li:nth-child(1) {
        height: 300px;
    }
}

@media only screen and (max-width:1199px) {
    .events-px-hm .carousel-caption {
        right: 15vw;
    }

    body {
        line-height: 33px;
        font-size: 22px;
    }

    .h2, h2 {
        font-size: 40px;
    }

    .fs-60 {
        font-size: 35px;
    }

    .fs-70 {
        font-size: 36px;
    }

    .insta ul li:nth-child(1) {
        height: 275px;
    }

    .insta ul li:nth-child(2) {
        width: 28%;
    }

    .insta ul li:nth-child(3) {
        width: 28%;
    }
}

@media only screen and (max-width:1024px) {
    .bookbtn {
        padding: 10px 11px;
    }

    .sidenav ul li {
        padding: 7px 10px;
    }

    .mobile_logo {
        width: 184px;
    }

    .fixed .mobile_logo {
        width: 170px;
    }

    .sidenav a.nav-link {
        font-size: 1.1vw;
    }

    .slider-parallax-header .item .txt {
        left: 15px;
        right: 15px;
    }

    .fs-20 {
        font-size: 16px;
    }

    .boonnowright .bookbtn {
        padding: 10px 11px;
        font-size: 14px;
    }

    .container-body-px {
        padding: 0 28px;
    }

    .room-sec .content-slide p {
        font-size: 20px;
        padding-top: 10px;
        line-height: 1.2;
    }

    .pt-150 {
        padding-top: 70px;
    }
    .pb-150 {
        padding-bottom: 70px;
    }
    .insta ul li:nth-child(1) {
        height: 220px;
    }

    .insta ul li:nth-child(2) {
        height: 45.9%;
    }

    .insta ul li:nth-child(3) {
        height: 45.9%;
    }
}


@media only screen and (max-width:999px) {
    body {
        font-size: 25px;
        line-height: 1.2;
    }

    .slider-parallax-header .item .txt {
        left: 55px;
        right: 55px;
    }

    .fs-60 {
        font-size: 50px;
        line-height: 1.2;
    }

    .fs-70 {
        font-size: 55px;
    }

    .h2, h2 {
        font-size: 50px;
    }
    /*** Header Mobile Menu css ***/
    .nav-px {
        padding: 10px 15px;
    }

    .mobile_logo {
        width: 284px;
    }

    .fixed .mobile_logo {
        width: 230px;
    }

    #myHeader {
        background: url("../images/header_bg_img_tab.png") no-repeat;
        transition: all 0.5s;
        background-size: 100% 100%;
        height: 15vh;
    }

        #myHeader.fixed {
            background-size: 100% 95%;
        }

    .amenitiesnewmenu .collapse:not(.show) {
        display: none;
    }

    .sidenav a.nav-link {
        font-size: 20px;
        line-height: 1.2;
        padding: 0;
    }

    .sidenav ul li {
        padding: 10px 10px 0;
    }

    .amenitiesnewmenu:hover .collapse:not(.show) {
        display: none !important;
    }

    #accordion {
        display: inline-block;
        text-align: left;
        float: left;
        width: 100%;
    }

    .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: -1;
        top: 50%;
        right: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding: 140px 0;
        left: inherit;
    }

        .sidenav a:hover {
            color: #082c6a;
        }

        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }

    .myClass {
        width: 100%;
    }

    .amenities_icons {
        width: 55%;
        padding: 13px 7px;
    }

        .amenities_icons ul li {
            padding: 0 10px;
        }

    .border-ft::before {
        position: absolute;
        width: 1px;
        height: 227px;
        background-color: #000;
        content: '';
        right: 0px;
        top: -48px;
        bottom: 0;
    }

    #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
        width: 39px;
        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: 999;
    }

    .navbar {
        padding: 12px;
    }

    .navbar-collapse ul li {
        padding: 0px 13px;
    }

    .close {
        opacity: 1;
    }

    #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #941C2F;
        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;
    }

    .dropdwoen-sec {
        width: 100%;
        position: inherit;
        left: 0px;
        top: 2px;
        padding: 0px 0px;
        box-shadow: inherit;
        margin: 0;
    }
    /* Icon 4 */
    #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;
    }

    .nav-phone .icon {
        width: 30px;
        height: 30px;
        fill: #7E161F;
    }

    .plus-minus-toggle {
        cursor: pointer;
        height: 50px;
        position: absolute;
        right: 19px;
        top: -3px;
        float: right;
        width: 51px;
    }

        .plus-minus-toggle::before, .plus-minus-toggle::after {
            background: #941C2F;
            content: '';
            height: 3px;
            left: 12px;
            position: absolute;
            top: 33px;
            width: 21px;
            transition: transform 500ms ease;
        }

        .plus-minus-toggle::after {
            transform-origin: center;
        }

        .plus-minus-toggle.collapsed::before {
            transform: rotate(180deg);
        }

        .plus-minus-toggle.collapsed::after {
            transform: rotate(90deg);
        }

    .dropdwoen-sec ul li a {
        font-size: 2.5vw;
    }

        .dropdwoen-sec ul li a:hover, .dropdwoen-sec ul li.active a {
            background: #fff;
            color: #941C2F !important;
        }
    /*--End-Mobile Menu----*/
    .h1, h1 {
        font-size: 50px;
        line-height: 1.2;
    }

    .pt-150 {
        padding-top: 60px;
    }
    .pb-150 {
        padding-bottom: 60px;
    }
    .pr-100 {
        padding-right: 0;
    }

    .parallax-scroll {
        height: 72vh;
        background-size: 170% 750px !important;
        background-position-x: center;
        background-position-y: top;
    }

    .container-body-px {
        padding: 0 23px;
    }

    .center_border-box {
        padding: 30px 0;
        margin-bottom: 35px;
    }

    .loop.owl-loaded {
        padding: 50px 55px 0;
    }

    .room-sec .owl-nav {
        width: 93%;
        top: 50%;
    }

    .room-sec .owl-carousel .owl-nav .owl-next {
        right: -20px;
    }

    .room-sec .content-slide {
        padding: 38px 150px 0 38px;
    }

    .events-px-hm .carousel-caption {
        right: 70px;
        left: 26px;
    }

    .center_border-box::before {
        right: 15px;
    }

    .center_border-box::after {
        left: 15px;
    }

    .iframe-map iframe {
        height: 650px;
    }

    .ldeally_txt {
        padding-right: 0;
    }

    .pt-150.tab-pt {
        padding-top: 40px;
    }

    .activities_park .summer-pl-40 {
        padding-left: 0;
    }

    .activities_park .summer-pr-40 {
        padding-right: 0;
    }

    .footer_newslerter_sign {
        padding: 0 80px;
    }

    .footer_nav_bar.pt-150 {
        padding-top: 0px;
    }

    .footer_bg-img {
        background-size: 100% 35%;
        background-position: bottom;
    }

    .room_ficture_icons ul li {
        width: 44vw;
        font-size: 3.8vw;
        line-height: 1.2;
    }

    .boonnowright .btn {
        display: inline;
        padding: 15px 50px;
        font-size: 20px;
    }

    .boonnowright {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 80px;
        z-index: 1;
    }

    .slider-parallax-header.room-sec .owl-carousel .owl-nav .owl-prev {
        left: -27px;
        transform: rotate(0deg);
        width: 50px;
    }

    .slider-parallax-header.room-sec .owl-carousel .owl-nav .owl-next {
        right: -27px;
        transform: rotate(0deg);
        width: 50px;
    }

    .owl-px-h .owl-carousel .owl-stage-outer {
        padding-bottom: 30px;
    }

    .fun_facts .fs-70 {
        font-size: 70px;
    }

    .activities_icons_list ul {
        justify-content: space-between !important;
    }

        .activities_icons_list ul li p {
            height: 90px;
        }

        .activities_icons_list ul li {
            width: 200px;
            padding: 0;
        }

    .room-sec .owl-carousel .owl-nav .owl-prev {
        left: -20px;
    }

    .activitie_slider_sec .owl-nav {
        top: 50%;
    }

    .calendar_design .event-item {
        font-size: 20px;
        line-height: 1.2;
    }

    .calendar .accordion-body .calendar_design h3 {
        font-size: 35px;
    }

    .fs-30 {
        font-size: 24px;
    }

    .hoverimage-accordion .accordion-button::after {
        width: 38px;
    }

    .gallery-tab .nav-tabs .nav-link {
        font-size: 20px;
    }

    #faqsection .accordion-item h2 a {
        font-size: 24px;
        line-height: 1.2;
        padding: 14px 15px;
        height: 70px;
    }

    .privacypolicypage .collapse:not(.show) {
        display: none;
    }

    .privacy_table_content h2 a {
        font-size: 16px;
        background: #941C2F;
        border: solid 2px #941C2F;
        color: #fff;
        transition: all 0.35s;
        text-align: center;
        padding: 15px 57px;
    }

    .contact_map iframe {
        height: 550px;
    }

    .menu-option .img {
        margin-right: 30px;
    }

    .topbtn_newsl {
        z-index: 1;
        right: -66px;
    }

    .mobile.myClass {
        background: #fff;
    }

    .room-sec .content-slide h3 {
        font-size: 56px;
        line-height: 1.2;
    }

    .room-sec .content-slide p {
        font-size: 25px;
        line-height: 1.2;
    }

    .amenities-accordion .plus-minus-toggle.collapsed::before {
        transform: rotate(180deg);
    }

    .room-sec .owl-nav {
        opacity: 1;
    }

    .mob_left_tab.mobile-w {
        width: 49%;
        display: inline-block;
    }

    .parent_tabbing .tab_btn_mob.active, .tab_btn_mob:hover, .parent_tabbing .main_tabs li:hover, .parent_tabbing .main_tabs li.active {
        background: #00A5B2;
        color: #fff;
    }

    .news_letter_popup_container .content {
        padding: 50px 5%;
    }

    #map_div {
        height: 600px !important;
    }

    .insta-mobile-image {
        height: 380px;
        overflow: hidden;
    }

        .insta-mobile-image img {
            height: 100%;
            width: 100%;
        }

    .footer_nav_bar ul li a {
        font-family: flamenco;
    }
}


@media only screen and (max-width:767px) {
    .parallax-scroll {
        height: auto;
        background: none;
    }

    .pt-150 {
        padding-top: 40px;
    }
    .pb-150 {
        padding-bottom: 40px;
    }
    .room-sec .btn {
        margin-top: -26px;
    }

    .room-sec .learmore .btn {
        padding: 13px 22px;
        font-size: 16px;
    }

    #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
        margin: 22px 3px;
    }

    body {
        font-size: 20px;
    }

    .container-body-px {
        padding: 0 15px;
    }

    .fs-70 {
        font-size: 45px;
    }

    .h1, h1, .h2, h2 {
        font-size: 33px;
    }

    .center_border-box::after, .center_border-box::before {
        width: 36%;
    }

    .mobile_logo {
        width: 165px;
    }

    .fixed .mobile_logo {
        width: 140px;
    }

    .room-sec .owl-carousel .owl-nav .owl-next {
        width: 30px;
        height: 35px;
        right: -9px;
    }

    .room-sec .owl-carousel .owl-nav .owl-prev {
        width: 30px;
        height: 35px;
        left: -9px;
    }

    .loop.owl-loaded {
        padding: 50px 34px 0;
    }

    .room-sec .content-slide h3 {
        font-size: 46px;
        line-height: 1.2;
    }

    .room-sec .content-slide p {
        display: none;
    }

    .events-px-hm .carousel-caption {
        right: 20px;
        left: 20px;
    }

    .nav-px {
        padding: 0px 15px;
    }

    .fs-60 {
        font-size: 30px;
    }

    .room_ficture_icons ul li {
        width: 100%;
        font-size: 25px;
    }

    .insta .owl-carousel .owl-nav .owl-prev {
        width: 70px;
        height: 40px;
        border-radius: 50px 50px 0 0;
        left: -15px;
    }

    .insta .owl-carousel .owl-nav .owl-next {
        width: 70px;
        height: 40px;
        border-radius: 50px 50px 0 0;
        right: -15px;
    }

    .insta h4 {
        font-size: 22px;
    }

    .news_letter_popup_container .content {
        padding: 50px 5%;
    }

    .slider-parallax-header.room-sec .owl-carousel .owl-nav .owl-prev {
        left: -13px;
        ;
    }

    .slider-parallax-header.room-sec .owl-carousel .owl-nav .owl-next {
        right: -13px;
    }

    .booking-form {
        max-width: 90%
    }

    .head-book .select2-container {
        width: 100%;
    }

    .head-book ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    #bookNow .remove svg {
        width: 35px;
        height: 35px;
    }

    .head-book ul li label {
        font-size: 25px;
    }

    .head-book ul li input {
        font-size: 25px;
    }

    .footer_newslerter_sign {
        padding: 0 0px;
    }

    .activities_icons_list ul li {
        width: 172px;
    }

    .activities_icons_list ul {
        justify-content: center !important;
    }

    .activitie_slider_sec .owl-nav {
        top: 45%;
    }

    .room_features ul li {
        margin-bottom: 10px;
    }

    .calendar .accordion-body .calendar_design h3 {
        font-size: 25px;
    }

    .calendar_design .event-item {
        font-size: 16px;
    }

    .calendar .accordion-body .calendar_design {
        padding: 10px 14px;
    }

    .calendar .accordion-body {
        padding: 14px;
    }

    .fs-30 {
        font-size: 18px;
    }

    .icon-list li img {
        margin-right: 14px;
        width: 30px;
    }

    .icon-list li {
        margin-bottom: 8px;
        padding-bottom: 8px;
    }

    .hoverimage-accordion .accordion-button {
        height: 44px;
    }

        .hoverimage-accordion .accordion-button::after {
            width: 26px;
            height: 26px;
            background-size: 18px;
        }

    .nav-tabs .nav-link {
        border: inherit;
    }

    .dropdown dd {
        position: relative;
    }

    .dropdown dt a {
        color: #fff;
        background: #941C2F;
        display: block;
        width: 95%;
        margin: auto;
        padding: 14px 25px;
        border: 2px solid #941C2F;
        font-weight: 400;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        font-size: 20px;
    }

    .dropdown dd ul {
        background: #fff;
        display: none;
        list-style: none;
        padding: 0;
        position: absolute;
        left: 0px;
        top: -2px;
        width: 95%;
        z-index: 2;
        margin: auto;
        left: 0;
        right: 0;
        border-radius: 0;
        border: 2px solid #941C2F;
    }

    .gallery-tab ul li {
        padding: 0;
    }

    .dropdown dd ul li a {
        padding: 10px 25px;
        display: block;
        color: #0D1B3B;
        outline: none;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        font-weight: 100;
    }

        .dropdown dd ul li a:hover {
            background-color: #941C2F;
            color: #FFF;
            text-decoration: none;
        }

    .dropdown span.value {
        display: none;
    }

    .dropdown-arrow {
        position: absolute;
        right: 20px;
        transform: translateY(-50%);
        top: 13px;
        transition: all 0.3s ease;
        bottom: 0;
        margin: auto;
    }

    .sitemap-list li a {
        font-size: 23px;
        margin-bottom: 8px;
    }

    .sitemap-list li::before {
        left: -39px;
        height: 23px;
        width: 23px;
        top: 6px;
    }

    .sitemap-list {
        padding-left: 39px;
    }

    #faqsection .accordion-item h2 a {
        font-size: 18px;
        line-height: 26px;
        padding: 12px 13px;
        height: 67px;
    }

    .contact_map iframe {
        height: 450px;
    }

    .contact-list li {
        font-size: 17px;
    }

    .contact-information h4 {
        font-size: 25px;
    }

    .menu-option .img {
        margin-right: 26px;
        text-align: center;
    }

    .mob_left_tab .mob_tab_list {
        padding: 3px 10px;
        position: relative;
        z-index: 1;
        box-shadow: 0 0 3px;
    }

    .dropdwoen-sec ul li a {
        font-size: 18px;
    }

    .sidenav {
        padding: 100px 0;
    }

    .room-sec .content-slide {
        padding: 25px 92px 0 25px;
    }

    .mob_left_tab .mob_tab_head {
        height: 60px;
        font-size: 18px;
    }

    .tabbing_container .btn {
        width: 100%;
        font-size: 16px;
    }

    .cookies-statement {
        padding: 12px 15px;
    }

        .cookies-statement .cookies-btn ul li a {
            width: 158px;
        }

    .checkbox_design div {
        width: 100%;
    }

    div#map_div {
        height: 300px !important;
    }

    .gm-style .gm-style-iw-c {
        display: none !important;
    }

    #map_div {
        height: 350px !important;
    }

    .footer-badges {
        width: 80%;
        margin: 0 auto;
    }

    .topbtn_newsl {
        z-index: 1;
        right: -58px;
        font-size: 17px;
        padding: 5px 30px;
    }

    .boonnowright {
        bottom: 60px;
    }

    .insta-mobile-image {
        height: 375px;
        overflow: hidden;
    }

    .head-book ul li.arrive {
        width: 100%;
    }
}


@media only screen and (max-width:480px) {
}

@media only screen and (max-width:999px) {

    #pardon-progress-mobile {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 9999;
        background: #fff;
        text-align: center;
        padding: 3px 0;
        font-size: 20px;
    }

        #pardon-progress-mobile.show {
            display: block !important;
        }

            #pardon-progress-mobile.show + #myHeader {
                top: 45px;
            }
}

.dotshoeright .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 25px;
}

@media only screen and (max-width:767px) {

    #pardon-progress-mobile {
        font-size: 12px;
    }

        #pardon-progress-mobile.show + #myHeader {
            top: 38px;
        }
}
