
  /* XXL: 1400px and up start*/
@media (min-width: 1400px) {
  .container{
    max-width: 1360px;
  }


}

  /* XXL: 1400px and up end */

  /* XL: 1200px - 1399.98px start*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
.container{
    max-width: 1260px;
}


}

  /* XL: 1200px - 1399.98px end*/

  /* LG: 992px - 1199.98px start*/
@media (min-width: 992px) and (max-width: 1199.98px) {
.container{
    max-width: 1260px;
}

 #bookingModal .modal-lg {
        max-width: 1000px;
    }

}

 /* LG: 992px - 1199.98px end*/


/* MD: 768px - 991.98px start*/
@media (min-width: 768px) and (max-width: 991.98px) {

    .amenities_main_div_box{
     grid-template-columns: repeat(2, 1fr) !important;
    }

    .amenities_section > .container{
        padding: unset !important;
    }


     .image_div_attraction > img{
        height: 250px !important;
    }

    .image_div_attraction{
        height: 250px !important;
    }

    .attraction_box_div_main_right{
        margin-top: 20px !important;
    }

    .main_div_some_points{
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    user-select: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}

.main_div_some_points:active{
    cursor: grabbing;
}

.main_div_some_points::-webkit-scrollbar{
    display: none;
}

.item_div_points{
    flex: 0 0 180px;
}

.footer_navbar_fixed_div{
    display: block !important;
}

.desktop_fixed_btn{
    display: none !important;
}



.mobile_view_header_div_main{
    display: block;
}

.header{
    display: none !important;
}

 .tariff_section {
        padding: 70px 0;
    }

    .tariff_heading h2 {
        font-size: 42px;
    }

}
/* MD: 768px - 991.98px end*/


/* SM: 576px - 767.98px start*/
@media (min-width: 576px) and (max-width: 767.98px) {

    .main_div_nested_data{
        padding-bottom: unset !important;
    }

    .our_room_section{
        padding-bottom: 20px !important;
    }

    .amenities_section{
        background: linear-gradient(90deg, rgba(15, 23, 42, 1) 100%, rgba(15, 23, 42, 1) 100%) !important;
    }

       .amenities_main_div_box{
     grid-template-columns: repeat(2, 1fr) !important;
    }
 .amenities_section > .container{
        padding: unset !important;
    }


     .attraction_box_div_main_right{
        margin-top: 20px !important;
    }

     .image_div_attraction > img{
        height: 250px !important;
    }

    .image_div_attraction{
        height: 250px !important;
    }

     .main_div_some_points{
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    user-select: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}

.main_div_some_points:active{
    cursor: grabbing;
}

.main_div_some_points::-webkit-scrollbar{
    display: none;
}

.item_div_points{
    flex: 0 0 180px;
}

.footer_navbar_fixed_div{
    display: block !important;
}


.desktop_fixed_btn{
    display: none !important;
}


  
.mobile_view_header_div_main{
    display: block;
}

.header{
    display: none !important;
}

    
.slider_section2{
    display: block !important;
}


.slider_section{
    display: none !important;
}

       .why_choose_us_list_main_div{
        padding-left: unset !important;
    }

     .tariff_section {
        padding: 55px 0;
    }

    .tariff_heading {
        margin-bottom: 30px;
    }

    .tariff_heading h2 {
        font-size: 36px;
    }

    .tariff_heading p {
        font-size: 13px;
    }

    .room_summary_row {
        margin-bottom: 30px;
    }

    .tariff_table_top {
        min-height: auto;

        padding: 18px 20px;

        flex-direction: column;
        align-items: flex-start;

        gap: 15px;
    }

    .tariff_table_top h3 {
        font-size: 27px;
    }

    .total_rooms {
        width: 100%;
        justify-content: center;
    }

    .tariff_table thead th,
    .tariff_table tbody td {
        padding: 14px 12px;
    }

    .tariff_table thead th:first-child,
    .tariff_table tbody td:first-child {
        padding-left: 18px;
    }

    .room_summary_card {
        padding: 20px;
    }

     .breadcrumb_title_section{
        padding: 70px 0px !important;
    }

}
/* SM: 576px - 767.98px end*/

 /* XS: <576px start*/
@media (max-width: 575.98px) {

     .main_div_nested_data{
        padding-bottom: unset !important;
    }

    .our_room_section{
        padding-bottom: 20px !important;
    }

      .amenities_section{
        background: linear-gradient(90deg, rgba(15, 23, 42, 1) 100%, rgba(15, 23, 42, 1) 100%) !important;
    }

       .amenities_main_div_box{
     grid-template-columns: repeat(2, 1fr) !important;
    }

 .amenities_section > .container{
        padding: unset !important;
    }

     .attraction_box_div_main_right{
        margin-top: 20px !important;
    }

     .image_div_attraction > img{
        height: 250px !important;
    }

    .image_div_attraction{
        height: 250px !important;
    }


     .main_div_some_points{
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    user-select: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}

.main_div_some_points:active{
    cursor: grabbing;
}

.main_div_some_points::-webkit-scrollbar{
    display: none;
}

.item_div_points{
    flex: 0 0 180px;
}

    .why_choose_us_list_main_div::before {
   
    left: 94px !important;
    
}


       .why_choose_us_list_main_div{
        padding-left: unset !important;
    }
     
.slider_section2{
    display: block !important;
}


.slider_section{
    display: none !important;
}

  

.footer_navbar_fixed_div{
    display: block !important;
}


.desktop_fixed_btn{
    display: none !important;
}


   

.mobile_view_header_div_main{
    display: block;
}
.header{
    display: none !important;
}


 .tariff_section {
        padding: 55px 0;
    }

    .tariff_heading {
        margin-bottom: 30px;
    }

    .tariff_heading h2 {
        font-size: 36px;
    }

    .tariff_heading p {
        font-size: 13px;
    }

    .room_summary_row {
        margin-bottom: 30px;
    }

    .tariff_table_top {
        min-height: auto;

        padding: 18px 20px;

        flex-direction: column;
        align-items: flex-start;

        gap: 15px;
    }

    .tariff_table_top h3 {
        font-size: 27px;
    }

    .total_rooms {
        width: 100%;
        justify-content: center;
    }

    .tariff_table thead th,
    .tariff_table tbody td {
        padding: 14px 12px;
    }

    .tariff_table thead th:first-child,
    .tariff_table tbody td:first-child {
        padding-left: 18px;
    }

    .room_summary_card {
        padding: 20px;
    }

    .breadcrumb_title_section{
        padding: 70px 0px !important;
    }

}
 /* XS: <576px end*/



/* =========================================
  tablet
========================================= */

@media (max-width: 991px) {

    .facilities_page_section {
        padding: 70px 0;
    }

    .facilities_page_heading h2 {
        font-size: 42px;
    }

    .facility_main_image {
        height: 380px;
    }

    .facility_main_content {
        padding: 35px;
    }

    .facility_parking {
        flex-wrap: wrap;
    }

    .parking_feature {
        width: 100%;

        margin-left: 87px;
        padding: 15px 0 0;

        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .15);
    }
}


/* =========================================
   mobile
========================================= */

@media (max-width: 767px) {

     .main_div_nested_data{
        padding-bottom: unset !important;
    }

    .our_room_section{
        padding-bottom: 20px !important;
    }

    .facilities_page_section {
        padding: 50px 0;
    }

    .facilities_page_heading {
        margin-bottom: 30px;
    }

    .facilities_page_heading h2 {
        font-size: 35px;
    }

    .facilities_page_heading p {
        font-size: 13px;
    }

    .facility_room_highlight {
        margin-bottom: 30px;
        border-radius: 14px;
    }

    .facility_main_image {
        height: 300px;
    }

    .facility_main_content {
        padding: 30px 22px;
    }

    .facility_room_number > strong {
        font-size: 60px;
    }

    .facility_room_number h3 {
        font-size: 35px;
    }

    .facility_card {
        min-height: auto;
        padding: 24px 20px;
    }

    .facility_parking {
        align-items: flex-start;

        padding: 25px 20px;
    }

    .parking_feature {
        margin-left: 0;
    }

    .special_offer_heading > h4{
        font-size: 30px !important;
    }

    .offer_content{
        padding: 20px !important;
    }

       .offer_box{
        margin-bottom: 20px !important;
    }

      .booking-form-wrapper {
        padding: 35px 20px 25px;
    }

    .booking-heading h2 {
        font-size: 27px;
    }

    .hotel-booking-modal {
        border-radius: 14px;
    }

    #bookingModal .modal-dialog {
        margin: 15px;
    }
   
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .facility_main_image {
        height: 250px;
    }

    .facility_room_number > strong {
        font-size: 52px;
    }

    .facility_room_number h3 {
        font-size: 30px;
    }

    .facility_small_points {
        flex-direction: column;
    }

    .facility_card {
        gap: 14px;
    }

    .facility_card_icon {
        width: 48px;
        height: 48px;
        flex: 0 0 48px;

        font-size: 16px;
    }

    .facility_card_content h3 {
        font-size: 22px;
    }

    .facility_parking {
        display: block;
    }

    .facility_parking_icon {
        margin-bottom: 15px;
    }

     .special_offer_heading > h4{
        font-size: 30px !important;
    }

    .offer_content{
        padding: 20px !important;
    }

    .offer_box{
        margin-bottom: 20px !important;
    }
}
/* css end */