@media(min-width:768px) {
  .hide_desktop {
    display: none;
  }

  .sidenav .closebtn {
    display: none;
  }
}

@media(max-width:767px) {

  .header_top,
  .header_btm {
    border: none !important;
  }

  .reserve_btn button {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: none;
    border-radius: 18px;
    padding: 10px 20px;
    color: white;
    background-color: #856649;
    box-shadow: 0 0 8px rgb(0 0 0 / 57%);
    width: 100%;
  }

  .reserve_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .header_menu {
    position: fixed;
    width: 0px;
    height: 100%;
    color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 24%);
    z-index: 99999;
    top: 0;
    right: 0;
    text-align: left;
    transition: 0.5s;
  }

  .hide_mobile {
    display: none;
  }

  .sidenav {
    display: none;
    position: fixed;
    width: 250px;
    background-color: #f1f1f1;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  }

  .header_menu ul {
    display: block !important;
  }

  .scroll_cont {
    display: none !important;
  }

  .scroll_cont .header_rate,
  .scroll_cont .header_review,
  .scroll_cont .header_btm_right,
  .scroll_cont .scroll_img {
    display: none !important;
  }

  .menuH {
    display: none;
  }

  .header_menu ul li a {
    color: black !important;
  }

  .open_menuH {
    display: block;
    position: fixed;
    width: 250px;
    background-color: #f1f1f1;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    padding: 10px;
  }

  .open_menuH1 {
    display: block;
    position: fixed;
    width: 250px;
    background-color: #f1f1f1;
    z-index: 1000;
    top: 0;
    /* left: 0; */
    height: 100%;
    overflow: auto;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    padding: 10px;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
  }

  .hamburger {
    display: block;
    color: white;
    /* Use a visible color */
    cursor: pointer
  }

  .scroll_cont .hamburger {
    color: black !important;
  }

  .header_btm {
    display: none !important;
  }

  .place_card_cont {
    flex-direction: column;
  }

  /* .scroll_cont {
    display: none !important;
  } */

  .signature_card_cont {
    flex-direction: column;
  }

  .restaurant_outer_img iframe {
    width: 100%;
  }

  .property_cont .property_header {
    padding: 0 !important;
  }

  .property_inner_cont {
    padding: 30px 0px !important;
  }

  .collapse_card {
    width: 100% !important;
  }

  .signature_card {
    height: 280px !important;
  }

  .location_cont .collapse_card {
    width: 100% !important;
  }

  .live_container {
    padding: 80px 0px 40px 0px !important;
  }

  .live_cont_right_inner {
    padding: 50px 0px !important;
  }

  .room_cont {
    padding: 100px 0px 50px 0px !important;
  }

  .main_container {
    /* padding-top: 77px !important; */
    padding-top: 148px !important;
  }

  /* .bannerSwiper .swiper-button-next,
  .swiper-button-prev {
    top: 66% !important;
  }

  .bannerSwiper .swiper-button-prev {
    left: 10% !important;
  }

  .bannerSwiper .swiper-button-next {
    right: 10% !important;
  }

  .bannerSwiper .swiper-pagination-bullet {
    width: 80px !important;
  }





  .mtrswiper .swiper-pagination-bullet {
    width: 100px !important;
  }

  .mtrswiper .swiper-button-prev {
    left: 10% !important;
  }

  .mtrswiper .swiper-button-next {
    right: 16% !important;
  }



  .mtrswiper .swiper-button-prev {
    margin-top: 33% !important;
  }



  .mtrswiper .swiper-button-next {
    margin-top: -66px !important;
  }





  .exploreswiper .swiper-button-prev {
    margin-top: 9px !important;
  } */

  .exceptional_cont {
    padding: 80px 0px 40px 0px !important;
  }

  .distinetiveSwiper .swiper-pagination-bullet {
    width: 40px !important;
  }

  .distinetiveSwiper .swiper-button-next {
    right: 3% !important;
  }

  .distinetiveSwiper .swiper-button-prev {
    left: 3% !important;
  }

  .bannerSwiper .swiper-pagination-bullet {
    width: 80px !important;
  }

  .mtrswiper .swiper-pagination-bullet {
    width: 100px !important;
  }

  .mtrswiper .swiper-pagination-bullets {
    margin-left: 0% !important;
  }

  .mtrswiper .swiper-pagination-fraction {
    margin-left: 0% !important;
  }

  .suitsRoomsSwiper .swiper-pagination-bullet {
    width: 80px !important;
  }

  .exploreswiper .swiper-pagination-bullet {
    width: 50px !important;
  }

  .room_detail_overview {
    padding: 20px !important;
  }

  .footer_cont {
    padding: 50px 0px 50px 0px !important;
  }

  .contact_us_left {
    padding: 0px !important;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .collapsible{
    font-size: 16px !important;
  }

  .gal_main,
  .gal_main1 {
    gap: 5px !important;
  }

  .gal_left,
  .gal_right,
  .gal_left1,
  .gal_right1 {
    gap: 5px !important;
  }

  .gal_sub_left,
  .gal_sub_right,
  .gal_sub_top,
  .gal_sub_btm,
  .gal_sub_top1,
  .gal_sub_btm1,
  .gal_sub_left1,
  .gal_sub_right1 {
    gap: 5px !important;
  }

  .gallery_image_cont {
    gap: 5px !important;
  }

  .welcome_paragraph_txt {
    text-align: justify;
  }

  .restaurant_outer_left_des {
    text-align: justify;
  }

  .distinetive_des {
    text-align: justify;
  }

  .eco_friendly_des {
    text-align: justify;
  }

  .footframe_cont_des {
    text-align: justify;
  }

  .place_card_des {
    text-align: justify;

  }

  .footframe_btm {
    padding: 0px 20px;
  }

  .footframe_cont_des {
    padding: 0px 20px;
  }

  .room_detail_card .row .col-sm-6 {
    margin-bottom: 20px;
  }

  .eco_friendly_right_cont {
    padding: 0px 20px;
  }

  .eco_friendly_des {
    margin-top: 20px;
  }

  .live_cont_right_des {
    text-align: justify !important;
  }

  .place_card_img img {
    width: 100%;
  }

  .live_cont_right_btn {
    text-align: center;
  }

  /* .property_inner_card {
    flex-direction: column;
    align-items: start;
  } */

  .welcome_header {
    font-size: 21px !important;
  }

  .location_cont_inner_btm {
    flex-direction: column;
  }

  .location_cont_btm_des {
    font-size: 21px !important;
  }

  .property_cont .property_header {
    font-size: 25px !important;
  }

  .media_header_inner_cont li a {
    font-size: 15px !important;
  }

  /* swiper */
  .bannerSwiper .swiper-button-next,
  .bannerSwiper .swiper-button-prev {
    /* top: 83% !important; */
    display: none !important;
  }

  .distinetiveSwiper .swiper-button-next,
  .distinetiveSwiper .swiper-button-prev {
    top: 78% !important;
  }


  .mtrswiper .swiper-button-next {
    right: 8% !important;
  }

  .mtrswiper .swiper-button-prev,
  .mtrswiper .swiper-button-next {
   display: none !important;
  }

  .exploreswiper .swiper-button-prev,
  .exploreswiper .swiper-button-next {
    /* margin-top: 6% !important; */
    display: none !important;
  }

  .mtrswiper .swiper-button-prev {
    left: -1% !important;
  }

  .mtrswiper .swiper-button-next {
    right: -1% !important;
  }

  .mtrswiper img {
    height: auto !important;
  }


  .room_contss .eco_friendly_right_cont {
    padding: 10px 0px !important;
  }

  .room_contss .eco_firnedly_cont {
    padding: 20px 0px !important;
  }
}

@media (min-width: 480px) and (max-width: 639px) {

  .gal_main,
  .gal_main1 {
    gap: 5px !important;
  }

  .gal_left,
  .gal_right,
  .gal_left1,
  .gal_right1 {
    gap: 5px !important;
  }

  .gal_sub_left,
  .gal_sub_right,
  .gal_sub_top,
  .gal_sub_btm,
  .gal_sub_top1,
  .gal_sub_btm1,
  .gal_sub_left1,
  .gal_sub_right1 {
    gap: 5px !important;
  }

  .gallery_image_cont {
    gap: 5px !important;
  }

  .temple_cont .room_slicker_img {
    display: block !important;
  }

  .welcome_paragraph_txt {
    text-align: justify;
  }

  .restaurant_outer_left_des {
    text-align: justify;
  }

  .distinetive_des {
    text-align: justify;
  }

  .eco_friendly_des {
    text-align: justify;
  }

  .footframe_cont_des {
    text-align: justify;
  }

  .place_card_des {
    text-align: justify;

  }

  .footframe_btm {
    padding: 0px 20px;
  }

  .footframe_cont_des {
    padding: 0px 20px;
  }

  .eco_friendly_right_cont {
    padding: 0px 20px;
  }

  .eco_friendly_des {
    margin-top: 20px;
  }

  .live_cont_right_des {
    text-align: justify !important;
  }

  .room_contss .eco_firnedly_cont {
    padding: 0px !important;
  }

  .live_cont_right_btn {
    text-align: center;
  }

  .welcome_header {
    font-size: 21px !important;
  }

  .location_cont_inner_btm {
    flex-direction: column;
  }

  .location_cont_btm_des {
    font-size: 21px !important;
  }

  .property_cont .property_header {
    font-size: 25px !important;
  }

  .place_card .place_card_img img {
    width: 100%;
  }

  .media_header_inner_cont li a {
    font-size: 15px;
  }

  /* swiper */
  .bannerSwiper .swiper-button-next,
  .bannerSwiper .swiper-button-prev {
    top: 84% !important;
    display: none !important;
  }

  .distinetiveSwiper .swiper-button-next,
  .distinetiveSwiper .swiper-button-prev {
    top: 88% !important;
  }


  .mtrswiper .swiper-button-next {
    right: 8% !important;
  }

  .mtrswiper .swiper-button-prev,
  .mtrswiper .swiper-button-next {
    /* margin-top: 68% !important; */
    display: none !important;
  }

  .exploreswiper .swiper-button-prev,
  .exploreswiper .swiper-button-next {
    margin-top: 19% !important;
    display: none !important;
  }

  .mtrswiper img {
    height: auto !important;
  }

}

@media (min-width: 640px) and (max-width: 767px) {
  .planner_cont_row .col-sm-4{
    width: 100%;
  }
  .gal_main,
  .gal_main1 {
    gap: 5px !important;
  }

  .gal_left,
  .gal_right,
  .gal_left1,
  .gal_right1 {
    gap: 5px !important;
  }

  .gal_sub_left,
  .gal_sub_right,
  .gal_sub_top,
  .gal_sub_btm,
  .gal_sub_top1,
  .gal_sub_btm1,
  .gal_sub_left1,
  .gal_sub_right1 {
    gap: 5px !important;
  }

  .gallery_image_cont {
    gap: 5px !important;
  }

  .temple_cont .room_slicker_img {
    display: block !important;
  }

  .temple_cont .suits-rooms .col-sm-4 {
    width: 100%;
  }

  .contact_cont .col-sm-4,
  .contact_cont .col-sm-8 {
    width: 100%;
  }

  .footframe_btm {
    padding: 0px 20px;
  }

  .footframe_cont_des {
    padding: 0px 20px;
  }

  .footframe_card .col-sm-4,
  .footframe_card .col-sm-8 {
    width: 100%;
  }

  .room_contss .eco_firnedly_cont {
    padding: 0px !important;
  }

  .eco_firnedly_cont .col-sm-6,
  .eco_firnedly_cont .col-sm-6 {
    width: 100%;
  }

  .signature_card_cont .col-sm-4,
  .footer_section_cont .col-sm-4 {
    width: 100%;
  }

  .location_cont_inner_btm {
    flex-direction: column;
  }

  .live_cont .col-sm-6,
  .restaurant_outer_cont .col-sm-6 {
    width: 100%;
  }

  .place_card .place_card_img img {
    width: 100%;
  }

  .media_header_inner_cont li a {
    font-size: 15px;
  }

  /* swiper */
  .bannerSwiper .swiper-button-next,
  .bannerSwiper .swiper-button-prev {
    top: 84% !important;
  }

  .distinetiveSwiper .swiper-button-next,
  .distinetiveSwiper .swiper-button-prev {
    top: 80% !important;
  }

  .mtrswiper .swiper-button-next {
    right: 8% !important;
  }

  .mtrswiper .swiper-button-prev,
  .mtrswiper .swiper-button-next {
    margin-top: 65% !important;
  }

  .mtrswiper img {
    height: auto !important;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .property_inner_cont{
    padding: 30px 0px !important;
  }
  .planner_cont_row .col-sm-4{
    width: 100%;
  }
  .signature_card_cont  .col-sm-4{
    width: 50%;
  }

  .contact_us_left {
    padding: 0px !important;
  }

  .room_detail_overview {
    padding: 20px !important;
  }

  .contact_cont .col-sm-4,
  .contact_cont .col-sm-8 {
    width: 100%;
  }

  .eco_firnedly_cont .col-sm-6,
  .eco_firnedly_cont .col-sm-6 {
    width: 100%;
  }

  .media_header_inner_cont li a {
    font-size: 13px;
  }

  .restaurant_outer_img iframe {
    width: 100%;
  }

  .place_container .place_card {
    width: 100%;
  }

  .place_card .place_card_img img {
    width: 100%;
  }

  .live_cont_right_inner {
    padding: 0px !important;
  }

  .place_card_cont {
    flex-direction: column;
  }

  /* swiper */
  .bannerSwiper .swiper-button-next,
  .bannerSwiper .swiper-button-prev {
    top: 37% !important;
  }

  .bannerSwiper .swiper-button-prev {
    left: 30% !important;
  }

  .bannerSwiper .swiper-button-next {
    right: 29% !important;
  }

  .exploreswiper .swiper-button-prev,
  .exploreswiper .swiper-button-next {
    margin-top: 10% !important;
  }

  .exploreswiper .swiper-button-prev {
    left: 10% !important;

  }

  .exploreswiper .swiper-button-next {
    right: 5% !important;

  }

  .distinetiveSwiper .swiper-button-next,
  .distinetiveSwiper .swiper-button-prev {
    top: 82% !important;
  }

  .distinetiveSwiper .swiper-button-next {
    right: 30% !important;
  }

  .distinetiveSwiper .swiper-button-prev {
    left: 30% !important;
  }

  .mtrswiper .swiper-button-prev,
  .mtrswiper .swiper-button-next {
    margin-top: 29% !important;
  }

  .header_btm_right {
    gap: 15px !important;
  }

  .header_btm_left .header_hotel_name {
    font-size: 11px !important;
  }

  .header_btm_left .five_star img {
    width: 45px;
  }

  .header_btm_left .header_review {
    font-size: 11px !important;
  }

  .header_btm_map a {
    font-size: 10px !important;
  }

  .header_btm_btn button {
    padding: 10px 15px !important;
  }

  .header_menu ul li a {
    font-size: 11px !important;
    margin-right: 0px !important;
  }

  .header_logo img {
    width: 100px !important;
  }

  .scroll_img img {
    width: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .place_card .place_card_img img {
    width: 100%;
  }

  .place_container .place_card {
    width: 100%;
  }

  .header_btm_right {
    gap: 15px !important;
  }

  .header_btm_left .header_hotel_name {
    font-size: 13px !important;
  }

  .header_btm_left .five_star img {
    width: 45px;
  }

  .header_btm_left .header_review {
    font-size: 11px !important;
  }

  .header_btm_map a {
    font-size: 13px !important;
  }

  .header_btm_btn button {
    padding: 10px 15px !important;
  }

  .header_menu ul li a {
    font-size: 13px !important;
    margin-right: 0px !important;
  }

  .header_logo img {
    width: 100px !important;
  }

  .scroll_img img {
    width: 45px;
  }

  .mtrswiper .swiper-button-prev,
  .mtrswiper .swiper-button-next {
    margin-top: 16% !important;
  }

  .mtrswiper img {
    height: 475px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1365px) {}