
  /* .swiper-button-lock{
    display: block;
  } */
  .tab_menu_vdp {
    justify-content: space-between;
  }

  .tab_menu_vdp.fixed_tab {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 5px 12px;
    max-width: 1400px;
    z-index: 999;
    background: #fff;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  }

  .tab_menu_vdp_outer {
    height: 55px;
    /* border:1px solid red; */
  }

  #Overview,
  #Highlights,
  #Refund,
  #Spaces,
  #Reviews,
  #Amenities,
  #Meals_section,
  #Location,
  #Experiences,
  #FAQ {
    scroll-margin-top: 50px;
  }

  .mbimages img {
    #height: 600px;
    #object-fit: cover;
  }

  .banner_big_img img {
    max-height: 500px;
    object-fit: cover;
  }

  .banner_small_imgs img {
    max-height: 239px;
    object-fit: cover;
  }
  .booking_form_section{
    margin-bottom: 1rem;
  }


  .vas_cards {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.5rem;
  }

  .vas_cards p {
    margin-bottom: 0;
    font-size: 19px;
  }

  .vas_cards_imgs {
    width: 50px;
    height: 50px;
    border: 3px solid lightgray;
    padding: 3px;
  }

  .vas_cards_imgs img {
    width: 100%;
  }

  .section_heading_h {
    margin-bottom: 1.5rem;
    border-left: 5px solid pink;
    padding-left: 1rem;
  }

  .tab_menu_vdp {
    display: flex;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
    flex-wrap: wrap;
    gap: 15px;
  }

  .tab_menu_vdp a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 0;
    position: relative;
    transition: 0.3s;
  }

  /* Active Border */
  .tab_menu_vdp a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background: #b18457;
    /* Active border color */
    border-radius: 10px;
  }

  .tab_menu_vdp a.active {
    color: #b18457;
  }

  /* Optional Hover */
  .tab_menu_vdp a:hover {
    color: #b18457;
  }

  .gredient_bgcolor {
    background: linear-gradient(315.48deg,
        rgba(156, 205, 251, 0.2) -4.38%,
        rgba(252, 201, 148, 0.2) 107.18%);
  }

  .flex_cta_part {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    margin-bottom: 2.5rem;
    margin-top: 1.5rem;
  }

  .flex_cta_part p {
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 600;
  }

  .flex_cta_part button {
    background-color: rgb(230, 238, 249);
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 19px;
    font-weight: 600;
  }

  .flex_cta_part2 {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    margin-bottom: 2.5rem;
    margin-top: 1.5rem;
  }

  .flex_cta_part2 p {
    margin-bottom: 0;
    font-size: 16px;
  }

  .flex_cta_part2 button {
    background-color: rgb(230, 238, 249);
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 16px;
  }

  .basic_amenities {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
  }

  .basic_amenities_flex {
    /* border: 1px solid; */
    text-align: center;
  }

  .baf_img {
    width: 45px;
    height: 45px;
    border: 1px solid lightgray;
    padding: 5px;
    border-radius: 3px;
  }

  .baf_img img {
    width: 100%;
  }

  .great_for {
    /* border: 1px solid; */
    margin-bottom: 1.5rem;
  }

  .gffw600 {
    font-weight: 600;
  }

  .gffs_18 {
    font-size: 18px;
  }

  .gffs_18 img {
    width: 30px;
    background-color: lightblue;
    padding: 4px;
    border-radius: 100%;
  }

  .gfpl-1 {
    padding-left: 1rem;
  }

  .ba_div {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }

  .bad_bttn,
  .bad_bttn2 {
    background-color: #d7ebfd;
    padding: 7px 15px;
    border-radius: 5px;
  }

  .bad_bttn p {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
  }

  .bad_bttn2 p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
  }

  .ratingreview {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .ratingreview span {
    font-size: 18px;
  }

  .vad_p1 {
    font-size: 18px;
    margin-bottom: 2rem;
  }

  .villa_basic_details {
    padding-top: 1.5rem;
  }

  /* tsre_div_in */
  .tsre_div {
    overflow-x: auto;
    scrollbar-width: none;
  }

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

  .tsre_div_in {
    display: inline-flex;
    gap: 18px;
  }

  .tsre_cards {
    width: 210px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    flex-shrink: 0;
  }

  .tsre_cards img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
  }

  .tsre_cards::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.1));
  }

  /* Text */
  .tsre_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 0 10px;
  }

  .tsre_text h4 {
    margin: 0;
    font-family: math;
    /* font-size: 18px; */
  }

  .tsre_text p {
    margin: 5px 0 0;
    font-size: 14px;
  }

  .vavic_section {
    /* border: 1px solid; */
    padding: 1.5rem 0 0.7rem;
  }

  .vavic_section .vavic_p1 {
    font-size: 18px;
  }

  .fs18 {
    font-size: 18px;
  }

  /* tsre_div_in */

  /* rarpp1b */
  .rarpp1b {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
  }

  .rarpp2b {
    font-size: 18px;
    margin-bottom: 0;
  }

  .rarpp1 {
    font-size: 18px;
  }

  .rarp_section {
    padding: 1.5rem 0 0.7rem;
  }

  /* rarpp1b */

  /* esp_card_flex */
  .experience_section_part {
    padding: 1.5rem 0 0.7rem;
  }

  .esp_card_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
  }

  .esp_card_flex img {
    width: 32%;
  }

  /* esp_card_flex */

  /* near by villa */
  .custom_slider_section {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
  }

  /* TOP */
  .slider_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  /* COUNT */
  .slide_count {
    font-size: 22px;
    font-weight: 600;
  }

  /* BUTTON AREA */
  .slider_btns {
    display: flex;
    gap: 10px;
  }

  /* SWIPER */
  .mySwiper {
    overflow: hidden;
  }

  /* CUSTOM CARD WIDTH */
  .maxwidth325 {
    max-width: 325px !important;
    width: 100%;
    border-radius: 5px;
    margin-right: 27px !important;
  }

  .maxwidth420 {
    max-width: 400px !important;
    width: 100%;
    border-radius: 5px;
    margin-right: 27px !important;
  }

  .swiperslideborder {
    border: 1px solid lightgray;
  }

  /* CARD */
  .custom_card {
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
  }

  .custom_card_img2 {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
  }

  .custom_card_img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    display: block;
  }

  /* BUTTONS */
  .custom_next,
  .custom_prev {
    position: static !important;
    margin-top: 0 !important;

    width: 32px !important;
    height: 32px !important;

    border-radius: 50%;
    background: white;
    color: black;
  }

  .custom_next::after,
  .custom_prev::after {
    font-size: 12px !important;
    font-weight: 600;
  }

  .cc_card_content {
    padding: 15px;
  }

  .cc_card_content1 {
    font-size: 18px;
    padding: 1rem 0;
  }

  .cc_card_content1 ul {
    padding-left: 20px;
  }

  .cc_card_content1 ul li {
    margin-bottom: 10px;
  }

  /* near by villa */
  /* eys_section_div */
  .eys_section_div {
    padding: 1.5rem 0 0.7rem;
  }

  .eys_section_content_ul li {
    list-style-type: none;
    font-size: 18px;
  }

  .eys_section_content_ul {
    padding: 0;
  }

  /* HEADER */
  .eys_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  /* DROPDOWN ICON */
  .eys_toggle {
    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #f5f5f5;

    transition: 0.3s;
  }

  /* CONTENT HIDE DEFAULT */
  .eys_section_content {
    display: none;
    margin-top: 20px;
  }

  /* ACTIVE */
  .eys_section_div.active .eys_section_content {
    display: block;
  }

  /* ICON ROTATE */
  .eys_section_div.active .eys_toggle i {
    transform: rotate(180deg);
    transition: 0.3s;
  }

  /* eys_section_div */
  /* msd_div */
  .meals_section_div {
    padding: 1.5rem 0 1rem;
  }

  .msd_div img {
    width: 100%;
    border-radius:15px;
  }

  .viewmorebtn_dp {
    padding: 6px 12px;
    font-size: 18px;
    border: 1px solid lightgray;
    border-radius: 25px;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }

  /* msd_div */
  /* vl_locations */
  .vl_locations {
    border: 1px solid lightgray;
    padding: 20px;
    height: 280px;
  }

  .vl_locations ul {
    padding: 0;
  }

  .vl_locations ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .vl_locations ul li span img {
    margin-right: 7px;
  }

  .vl_btns_div {
    display: flex;
    margin-bottom: 20px;
  }

  .vl_btns_div_btn1 {
    border: 1px solid lightgray;
    padding: 7px 12px;
    border-radius: 5px;
    margin-right: 1rem;
    background-color: #d7ebfd;
    font-weight: 600;
    font-size: 17px;
  }

  .vl_btns_div_btn2 {
    border: 1px solid lightgray;
    padding: 7px 12px;
    border-radius: 5px;
    margin-right: 1rem;
    background-color: #fff;
    font-weight: 600;
    font-size: 17px;
  }

  .villa_location_div {
    padding: 1.5rem 0 1rem;
  }

  /* vl_locations */
  .banner_small_imgs{
    margin:8px 0;
  }
  .banner_small_imgs img {
    width: 100%;
    max-height: 288px;
    border-radius: 10px;
  }

  .banner_big_img {
    position: relative;
  }

  .spanvv,
  .spanvp {
    position: absolute;
    border: 1px solid lightgray;
    padding: 13px 20px;
    border-radius: 4px;

    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #0000007e;
  }

  .spanvp {
    right: 1rem;
    bottom: 3.1rem;
  }

  .spanvv {
    right: 12.2rem;
    bottom: 3.1rem;
  }

  .spanvv i,
  .spanvp i {
    margin-right: 0.5rem;
  }

  .banner_big_img img {
    width: 100%;
    margin: 8px 0;
    max-height: 600px;
    border-radius: 10px;
  }

  /* guest_reviews_section */
  .guest_reviews_section {
    padding: 1.5rem 0 1rem;
  }

  .grs_card1 {
    box-shadow: 0px 0px 8px 0px #4f4f4f1f;
    border-radius: 20px;
    text-align: center;
    padding: 1.5rem;
  }

  .grsc1 {
    position: relative;
    padding: 0 0 2rem;
  }

  .grsc1 img {
    width: 150px;
  }

  .grsc1a {
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    bottom: -5px;
    left: 45%;
    font-family: sans-serif;
  }

  .grsc1b {
    font-size: 40px;
  }

  .grsc2 {
    font-size: 18px;
    font-weight: 600;
  }

  .grsc3 {
    font-size: 18px;
  }

  .grs_card2 {
    box-shadow: 0px 0px 8px 0px #4f4f4f1f;
    border-radius: 20px;
    text-align: center;
    padding: 1.5rem;
  }

  .grs_card2 p:first-child {
    font-size: 19px;
    text-align: left;
    margin-bottom: 10px;
  }

  .grs_card2_in {
    background-color: #000;
    width: 100%;
    height: 127px;
    align-content: center;
    border-radius: 15px;
  }

  .gr_section_flex {
    display: flex;
    margin-top: 2rem;
  }

  .gr_section_flexp1 {
    width: 55%;
    border-right: 3px solid lightgray;
    overflow-x: hidden;
    padding: 1rem 0;
  }

  .gr_section_flexp2 {
    /* border: 1px solid red; */
    width: 45%;
    display: flex;
    gap: 15px;
    padding: 1rem;
  }

  .gr_section_flexp1 ul,
  .gr_section_flexp2 ul {
    display: flex;
    padding: 0;
    gap: 15px;
    margin-bottom: 0;
  }

  .gr_section_flexp1 ul li,
  .gr_section_flexp2 ul li {
    list-style-type: none;
    border: 1px solid #d8d8d8;
    padding: 5px 15px 6px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s ease;
    color: #444;
  }

  .gr_section_flexp1 ul li.active,
  .gr_section_flexp2 ul li.active {
    background: #e8f7ea;
    /* border-color: #4caf50; */
    color: #4caf50;
    position: relative;
    padding-left: 34px;
  }

  /* check icon */
  .gr_section_flexp1 ul li.active::before,
  .gr_section_flexp2 ul li.active::before {
    content: "✓";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: bold;
    color: #4caf50;
  }

  .gr_review_card_section {
    padding: 2rem 0;
  }

  .gr_review_card {
    box-shadow: 0px 0px 4px 0px #4f4f4f1f;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 1.5rem;
  }

  .gr_review_cardflex {
    display: flex;
    justify-content: space-between;
  }

  .grrcf {
    display: flex;
    gap: 15px;
  }

  .grrcf_icon {
    /* border: 1px solid; */
    background-color: #b18457;
    /* padding: 10px; */
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    align-content: center;
  }

  .grrcf_content h6 {
    margin-bottom: 5px;
  }

  .grrcf_content p {
    margin-bottom: 0;
  }

  .grrcf_ul {
    display: flex;
    padding: 0;
    list-style-type: none;
    gap: 15px;
    margin: 1rem 0 1.5rem;
  }

  .grrcf_ul li {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
  }

  .grrcf_ul li i {
    color: #219653;
  }

  .grrcf_btm {
    display: flex;
    justify-content: space-between;
  }

  /* guest_reviews_section */

  .modal-dialog-custom {
    max-width: 100%;
    margin: 0;
  }

  .modal-content-custom {
    border: none;
    border-radius: 0;
  }

  .mcmcc_div {
    /* border:2px solid red; */
    max-width: 992px;
    width: 100%;
    margin: auto;
  }

  .mbtags ul {
    padding: 0;
    list-style-type: none;
    display: flex;
  }

  .mbtags ul li {
    border: 1px solid lightgray;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 0.7rem;
  }

  .mbimages img {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 10px;
  }

  /* bsi_img_overlay */
  .bsi_img_overlay {
    position: relative;
    cursor: pointer;
    margin:22px 0 0;
    overflow: hidden;
    border-radius: 12px;
  }


  .bsi_img_overlay img {
    width: 100%;
    display: block;
    border-radius: 12px;
  }

  /* overlay */
  .bsi_img_overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 65%);
    z-index: 1;
  }

  .more_images_count {
    color: #fff;
    position: absolute;
    z-index: 10;
    font-size: 35px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    align-content: center;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* bsi_img_overlay */

  /* check_in_out_div */
  .booking_form_section {
    position: sticky;
    top: 10px;
    margin-top: 1.5rem;
    border-radius: 10px;
  }

  .booking_form_section_in {
    padding: 27px 27px 10px;
  }

  .check_in_out_div {
    display: flex;
    background-color: #fff;
    padding: 15px;
    border-radius: 7px;
  }

  .guestandroom {
    display: flex;
    flex-direction:column;
    gap: 15px;
    margin-top: 1rem;
  }

  .ciodf1 {
    border-right: 1px solid grey;
    width: 50%;
    padding-right: 15px;
  }

  .gar_div {
    width: 100%;
    background-color: #fff;
    border-radius: 7px;
    padding: 15px;
    position:relative;
  }

  .ciodf2 {
    width: 50%;
    padding-left: 15px;
  }

  .ciodf1p1,
  .ciodf1p3 {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    color: grey;
  }

  .ciodf1p2 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0;
    color: #343333;
    border: none;
    width: 100%;
  }

  .saleoffer_div {
    background-color: #fff;
    padding: 15px;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    border-radius: 7px;
    align-items: center;
  }

  .saleoffer_divin {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .green_textsod {
    color: #219653;
    margin-bottom: 0;
  }

  .sod_p1 {
    color: #1976d2;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
  }

  .formtotaldiv {
    display: flex;
    justify-content: space-between;
    background: #1e1e1e1f;
    border-radius: 0 0 15px 15px;
    padding: 16px 27px;
  }

  .fsbd_p1 p,
  .fsbd_p1 h5 {
    margin-bottom: 0;
    /* border: 1px solid; */
  }

  .fsbd_p1 h5 {
    font-size: 24px;
  }

  .bottomstripform {
    background-color: #e9f4ee;
    text-align: center;
    padding: 5px;
    margin-top: 12px;
  }

  .bottomstripform p {
    margin-bottom: 0;
    color: #219653;
  }

  .formsubmitbtn {
    background-color: #202020;
    color: #fff;
    padding: 20px;
    width: 100%;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 20px;
  }
 .guest-dropdown {
    right: 0;
    width: auto;
 }

.mcmcc_relative{
position:relative;
}
.mcmcc_absolute{
    position: fixed;
    background-color: #fff;
    z-index: 1;
    top: 0px;
    width: 100%;
    padding: 10px;
}




  /* check_in_out_div */
  @media(max-width:767.9px) {
.guest-dropdown{
width:320px;
right:12px;
}
    .gr_section_flex {
      display: flex;
      margin-top: 2rem;
      flex-direction: column;
    }

    .gr_section_flexp1 {
      width: 100%;
      border-right: none;
      overflow-x: hidden;
      padding: 1rem 0;
    }

    .gr_section_flexp2 {
      /* border: 1px solid red; */
      width: 100%;
      display: flex;
      gap: 15px;
      padding: 1rem;
    }

    .gr_section_flexp1 ul,
    .gr_section_flexp2 ul {
      display: flex;
      padding: 0;
      gap: 15px;
      margin-bottom: 0;
      flex-wrap: wrap;
    }

    .gr_section_flexp1 ul li,
    .gr_section_flexp2 ul li {
      list-style-type: none;
      border: 1px solid #d8d8d8;
      padding: 5px 15px 6px;
      font-size: 13px;
    }
    
  .mbtags ul {
    padding: 0;
    gap:10px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
  }


  }

