@media (max-width: 1399.98px) {
    .abt_main_cnt h2 {
        font-size: 40px;
    }

    nav.desk_nav .wrap {
        padding: 0 31px;
    }

    section.banner img {
        border-radius: 21px;
    }

    .spa_main_img img {
        width: 550px;
    }
}

@media (max-width: 1199.98px) {
    .room_list_main_cnt h3 {
        max-width: 100%;
    }

    .room_list_main_cnt {
        padding: 0 28px;
    }

    .book_bg h2 {
        font-size: 55px;
    }

    .rooms_main_sec_con h3 {
        font-size: 30px;
        max-width: 100%;
    }

    section.rooms_main_sec {
        margin-top: 70px;
    }

    section.book_sec_main {
        margin-top: 70px;
    }

    section.room_list_main {
        margin-top: 70px;
    }

    .video_main_sec {
        margin-top: 70px;
    }

    section.gallery {
        margin-top: 70px;
    }

    section.testimonial_main_sec {
        margin-top: 70px;
    }

    .desk_nav a.nav-link {
        margin-right: 29px;
    }

    .img_room_list_curve_left {
        border-radius: 0 0 0 80px;
    }

    .img_room_list_curve_right {
        border-radius: 0 0 80px 0;
    }

    .menu_main_list h3 {
        font-size: 18px;
    }

    .menu_main_list p {
        font-size: 16px;
    }

    .spa_main_card_cnt {
        max-width: 500px;
    }

    .spa_main_card_cnt h2 {
        max-width: 100%;
    }

    .spa_main_card_cnt h2 {
        font-size: 32px;
        margin-bottom: 14px;
    }

    .spa_main_card_cnt {
        padding: 54px 25px;
        ;
    }

    div#counter h3 span {
        font-size: 50px;
    }
}

@media (max-width: 991.98px) {
    .main_bg {
        border: none;
    }

    .mob_header {
        padding: 2px 0;
        /* border-top: 8px solid #6e6f71; */
        border-bottom: 1px solid #ccc;
        margin-bottom: 18px;
    }

    .header_top_fix {
        background: #122223;
        padding: 17px 0;
    }

    .header_top_fix img {
        width: 34px;
        border: 1px solid #fff;
        border-radius: 50%;
        background: #fff;
    }

    .header_top_fix button {
        border: 1px solid #fff;
        background: #fff;
        padding: 4px 14px;
        border-radius: 35px;
        font-size: 14px;
        font-weight: 600;
        color: #6e6f71;
    }

    .fixed-button {
        position: fixed;
        bottom: 30px;
        right: 0px;
        padding-right: 8px !important;
        color: #fff;
        visibility: visible;
        padding: 0;
        border-radius: 0;
        z-index: 1000;
        background: none;
        animation: unset;
    }


    .fixed-button img {
        width: 48px;
    }

    .navbar-brand img {
        height: 62px;
        width: auto;
        display: block;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .navbar-collapse {
        height: 100vh;
        border-top: 1px dashed #ccc;
        margin-top: 9px;
        text-align: center;
    }

    a.nav-link {
        color: #000 !important;
        font-size: 24px;
        font-weight: 600;
        padding: 0;
        width: 50%;
        margin: auto;
    }

    header .nav-item {
        padding: 18px 0;
        border-bottom: 1px dashed #ccc;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .nav_scroll {
        padding: 0 0 !important;
        box-shadow: 0 2px 10px -3px #00000033;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .navbar-toggler {
        float: right;
        border: none;
        padding-right: 0;
    }

    .navbar-toggler:active,
    .navbar-toggler:focus {
        outline: none;
    }

    .navbar-light .navbar-toggler-icon {
        width: 24px;
        height: 17px;
        background-image: none;
        position: relative;
        border-bottom: 2px solid #000;
        transition: all 300ms linear;
    }

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        width: 24px;
        position: absolute;
        height: 2px;
        background-color: #000;
        top: 0;
        left: 0;
        content: '';
        z-index: 2;
        transition: all 300ms linear;
    }

    .navbar-light .navbar-toggler-icon:after {
        top: 8px;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
        transform: rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
        transform: translateY(8px) rotate(-45deg);
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        border-color: transparent;
    }

    .abt_main_cnt {
        padding: 29px 0px;
        background-position: top;
    }

    .abt_main_cnt h2 {
        font-size: 30px;
    }

    .abt_main_cnt p {
        max-width: 100%;
    }

    .rooms_main_sec_con h3 {
        font-size: 23px;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .rooms_main_sec_con p {
        margin-bottom: 16px;
    }

    section.rooms_main_sec {
        margin-top: 50px;
    }

    section.book_sec_main {
        margin-top: 50px;
    }

    section.room_list_main {
        margin-top: 50px;
    }

    .video_main_sec {
        margin-top: 50px;
    }

    section.gallery {
        margin-top: 50px;
    }

    section.testimonial_main_sec {
        margin-top: 50px;
    }

    .book_bg h2 {
        font-size: 40px;
    }

    button.main_btn img {
        width: 29px;
    }

    .btn_bg_white {
        padding: 9px 8px;
        margin-top: 19px !important;
        border-radius: 7px;
    }

    .book_main_cnt {
        padding-bottom: 0;
    }

    .room_list_main_cnt {
        padding: 0 0;
    }

    .room_list_main_cnt h3 {
        font-size: 26px;
        max-width: 100%;
        margin-bottom: 12px;
    }

    .room_list_main_cnt p {
        margin-bottom: 16px;
    }

    section.room_list_main .row {
        margin-bottom: 37px;
    }

    section.video_main_sec h3 {
        max-width: 80%;
        font-size: 36px;
        margin: auto;
        margin-bottom: 11px;
    }

    section.video_main_sec p {
        max-width: 100%;
    }

    .video_main_sec {
        padding: 92px 25px;
    }

    section.video_main_sec img {
        width: 72px;
        margin-bottom: 13px;
    }

    section.gallery h2 {
        font-size: 32px;
    }

    section.gallery h4 {
        font-size: 14px;
    }

    .owl-carousel .owl-dots button {
        width: 10px;
        height: 10px;
    }

    #testimonial_slider h6 {
        font-size: 18px;
        max-width: 90%;
    }

    section.testimonial_main_sec h2 {
        font-size: 32px;
    }

    section.testimonial_main_sec h4 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    div#testimonial_slider .owl-nav img {
        width: 26px;
    }

    footer .border-end {
        border-color: #2c3a3b00 !important;
    }

    .ftr_lists {
        border-top: 1px solid #334142;
        margin-top: 9px;
    }

    .ftr_main_p {
        font-size: 20px !important;
    }

    .inner_banner_bg h1 {
        font-size: 35px;
    }

    .inner_banner_bg {
        height: 400px;
        border-radius: 13px;
    }

    .menu_nav_items_tab_cont .border-end {
        border: none !important;
    }

    section.food_menu_tabs_main {
        margin-top: 54px;
    }

    .menu_nav_items_tab li button {
        margin-bottom: 13px;
    }

    .menu_nav_items_tab_cont {
        padding-top: 32px !important;
        border-top: 1px dashed #ccc;
        margin-top: 0 !important;
    }

    .menu_main_list h3 {
        font-size: 18px;
    }

    .spa_main_card_cnt {
        max-width: 100%;
        position: unset;
        transform: unset;
        box-shadow: none;
        padding: 22px 0;
    }

    .spa_main_img img {
        width: 100%;
        object-fit: cover;
        max-height: 350px;
    }

    .spa_main_img {
        width: 100%;
    }

    .spa_main_card_cnt h2 {
        font-size: 27px;
        margin-bottom: 13px;
    }

    div#counter h3 span {
        font-size: 50px;
    }

    .abt_main_cnt h4 {
        font-size: 12px;
    }

    .text_counter.border-end {
        border: none !important;
    }
}

@media (max-width: 767.98px) {
    .rooms_main_sec_con p {
        margin-bottom: 16px;
        text-align: justify;
    }

    .rooms_main_sec_con h3 {
        font-size: 25px;
    }

    .book_bg {
        border-radius: 14px;
        padding: 23% 3%;
    }

    section.book_sec_main {
        padding: 40px 0;
    }

    section.video_main_sec h3 {
        max-width: 100%;
    }

    section.video_main_sec h3 {
        font-size: 30px;
    }

    .img_room_list_curve_left {
        border-radius: 0 0 0 50px;
    }

    .img_room_list_curve_right {
        border-radius: 0 0 50px 0;
    }

    section.main_cont_privacy h3 {
        margin-top: 16px;
        font-size: 19px;
    }

    .menu_nav_items_tab li button {
        margin: 0 4px;
        margin-bottom: 13px;
    }

    button.btn_bg_clr {
        padding: 5px 16px;
        font-size: 14px;
    }

    section.room_facility_sec h2 {
        font-size: 22px;
        margin-bottom: 38px !important;
    }

    section.room_facility_sec h2 {
        font-size: 23px;
    }

    #facility_slider_main img {
        height: 29px;
    }

    .card_room_stay {
        margin-top: 5px;
    }

    .text_counter {
        margin-bottom: 16px;
    }

    div#counter {
        margin-top: 45px;
    }

    .contact_inform_sec h3 {
        font-size: 25px;
    }

    .contact_form_sec h3 {
        font-size: 25px;
    }

    section.contact_sec {
        margin: 60px 0;
    }
}

@media (max-width: 575.98px) {
    .abt_main_cnt h2 {
        font-size: 25px;
    }

    .abt_main_cnt h4 {
        font-size: 14px;
    }

    .book_bg h2 {
        font-size: 33px;
    }

    .video_main_sec {
        padding: 92px 8px;
    }

    section.testimonial_main_sec {
        padding: 48px 0;
    }

    a.nav-link {
        font-size: 19px;
    }

    #overlay img {
        width: 80%;
        padding: 0 10px;
    }

    .card_contact_info h4 {
        font-size: 24px;
    }
}

@media screen and (max-width: 400px) {
    div#counter h3 span {
        font-size: 34px;
    }
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: auto;
    }
}


@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}


@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}


@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

@media screen and (max-width: 768px) {
    button.btn_bg_border {
        padding: 5px 16px;
        font-size: 14px;
    }
}