@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');



  body {
      box-sizing: border-box;
      width: 100%;
  }

  #exampleModalregyourhotel .modal-dialog {
      top: 10%;
  }

  .register-hotelnow {
      margin: 5px 30px 10px 30px;
  }
  .register-hotelnow .box-regnow .div-ownerform{
    text-align: center;
  }
  .register-hotelnow .box-regnow .div-ownerform p{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: black;
  }
  .register-hotelnow .box-regnow input {
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #b7b3b3;
    border-radius: 5px;
    margin-bottom: 10px;
    outline: none;
    font-size: 11px;
     /* font-family: "Playfair Display", serif; */
    /* cursor: pointer; */
    box-shadow: 0px 4px 3px #d7d6d6; 
  }
  .register-hotelnow .box-regnow input::placeholder{
    color: black;
  }
  .register-hotelnow .box-regnow input:hover{
box-shadow: none;
  }
  .register-hotelnow .box-regnow .text {
    font-size: 11px;
    color: #515151;
    margin-bottom: 20px; 
    /* font-family: "Playfair Display", serif; */

  }

  .register-hotelnow .box-regnow .buuttob-sv {
      text-align: center;
  }

  .register-hotelnow .box-regnow .buuttob-sv button {
    border: none;
    background: black;
    color: white;
    height: 33px;
    width: 200px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.6px;
  }
  .register-hotelnow .box-regnow .buuttob-sv button:hover{
    background: none;
    border: 1px solid black;
    color: black;
  }

  .phonelink .div-menu {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      background: #ffffff;
      height: 40px;
  }

  .phonelink .div-menu .divlistnav {
      display: flex;
      align-items: center;
      gap: 20px;
  }

  .phonelink .div-menu .divlistnav .linavv p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-family: "Playfair Display", serif;
  }

  .phonelink .div-menu .divlistnav .linav .login {
      display: flex;
      align-items: center;
      gap: 5px;
  }
  .phonelink .div-menu .divlistnav .linavv{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .phonelink .div-menu .divlistnav i{
    color: rgb(0, 0, 0);
    font-size: 15px;
  }
  .phonelink .div-menu .divlistnav .linav .login i{
    padding-right: 5px;
    color: rgb(0, 0, 0);
    font-size: 15px;
  }
  .phonelink .div-menu .divlistnav .linav p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-family: "Playfair Display", serif;
  }

  .imagelogo img {
      /* width: 100%;
      height: 70px;
      object-fit: contain; */
      height: 55px;
      object-fit: contain;
      padding-left: 30px;
  }

  .header-section {
      position: sticky;
      top: 0px;
      width: 100%;
      z-index: 2;
      background: white;
  }

  .full-header .row-set {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 70px; 
      background: white;
  }

  .full-header .row-set .colsdr {
      width: 40%;
  }

  .full-header .row-set .header-thiedpart {
      width: 30%;
      background: #c2bcba;
      height: 100%;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .full-header .row-set .div-menu {
      display: flex;
      align-items: center;
      justify-content: end;
      width: 80%;
      background: #ffffff;
      height: 100%;
  }

  .full-header .row-set .div-menu .divlistnav {
      display: flex;
      align-items: center;
      gap: 20px;
      padding: 0px 20px;
  }
  .full-header .row-set .div-menu .divlistnav i{
    color: rgb(0, 0, 0);
    font-size: 14px;
    margin-top: 2px;
  }
  .full-header .row-set .div-menu .divlistnav i:hover{
    color: #c2bcba;
  }
  .full-header .row-set .div-menu .divlistnav .numvber{
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .full-header .row-set .div-menu .divlistnav .numvber p{
        font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    cursor: pointer;
         font-family: "Playfair Display", serif;
  }
  .full-header .row-set .div-menu .divlistnav .email{
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .full-header .row-set .div-menu .divlistnav .email p{
        font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    cursor: pointer;
         font-family: "Playfair Display", serif;
  }
  .phonelink {
      display: none;
  }

  .full-header .row-set .div-menu .divlistnav .linavv p {
      font-size: 15px;
      color: rgb(0, 0, 0);
      font-weight: 600;
    cursor: pointer;
         font-family: "Playfair Display", serif;
  }
  .full-header .row-set .div-menu .divlistnav .linavv {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .full-header .row-set .div-menu .divlistnav .linavv p:hover {
      color: #000000cf;
  }

  .full-header .row-set .div-menu .divlistnav .linav p {
      font-size: 15px;
      color: rgb(0, 0, 0);
      font-weight: 600;
      cursor: pointer;
           font-family: "Playfair Display", serif;
  }

  .full-header .row-set .div-menu .divlistnav .linav p:hover {
      color: #000000cf;
  }

  .full-header .row-set .div-menu .divlistnav .linav .login {
      display: flex;
      align-items: center;
      gap: 5px;
  }

  .full-header .row-set .header-thiedpart .div-thd .email {
      margin-bottom: 3px;
  }

  .full-header .row-set .header-thiedpart .div-thd .email p {
      font-size: 15px;
      font-weight: 500;
      color: white;
  }

  .full-header .row-set .header-thiedpart .div-thd .numvber p {
      font-size: 15px;
      font-weight: 500;
      color: white;
      background: black;
      padding: 2px 10px;
      border-radius: 5px;
      border: 1px solid black;
  }












  .div-filter-search-section {
      /* padding: 40px 0px; */
      height: 400px;
      background-image: var(--filter-search-background);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .div-set-filterhome  { 
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: center; 
    /* position: absolute; */
    top: 0px;
    background: darkgray; 
    width: 100%;
  }
  .div-set-filterhome .div-box-filterser {
    
    display: flex;
    align-items: center;
    justify-content: center; 
    border-radius: 0px;
    width: 100%; 
  }

  .div-box-filterser .div-mix {
      width: 250px;
      background: #ffffff;
      /* background: #D9D9D9; */
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      position: relative;
      /* border-radius: 5px; */
      /* overflow: hidden; */
      border: 1px solid  black;
  }
  .div-box-filterser .div-mix select{
    width: 100%;
    height: 100%;
    /* border-radius: 5px; */
    border: none;
    font-size: 13px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    margin: 0px 10px 0px 5px;
    outline: none;
    /* text-align: center; */
  }

  .div-box-filterser .div-mix .guest-room-sticky {
      /* position: absolute; */
      width: 100%;
      top: 50px;

      z-index: 3;
      background: white;
  }

  .div-box-filterser .div-mix .dropdown-menu {
      transform: translate3d(0px, 50px, 0px) !important;
      width: 100%;
      padding: 0px;
      border-radius: 5px;
  }

  .div-box-filterser .div-mix .guest-room-sticky .div-boxsd {
      padding: 10px 20px;
  }

  .div-box-filterser .div-mix .guest-room-sticky .div-boxsd .option-guest {
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      padding-bottom: 10px;
  }

  .div-box-filterser .div-mix .guest-room-sticky .div-boxsd .option-guest .room {
      font-size: 15px;
      font-weight: 500;
       font-family: "Playfair Display", serif;
  }

  .div-box-filterser .div-mix .guest-room-sticky .div-boxsd .room-rang {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 0px 10px 0px;
  }

  .div-box-filterser .div-mix .guest-room-sticky .div-boxsd .room-rang .pne {
      font-size: 14px;
      font-weight: 500;
       font-family: "Playfair Display", serif;
       color: #938f8f;
  }

  .div-box-filterser .div-mix .guest-room-sticky .div-boxsd .room-rang .product-count {
      display: flex;
      align-items: center;
  }

  .div-box-filterser .div-mix .guest-room-sticky .div-boxsd .room-rang .product-count button {
      height: 25px;
      width: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      padding-bottom: 3px;
      border: 1px solid black;
      background: white;
  }

  .div-box-filterser .div-mix .guest-room-sticky .div-boxsd .room-rang .product-count input {
      height: 27px;
      width: 30px;
      background: none;
  }

  .div-box-filterser .div-mix .guest-room-sticky .div-boxsd .addordetel {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0px 0px 0px;
  }

  .div-box-filterser .div-mix .dropdown-toggle-selectroom:hover {
      color: black;
  }

  .div-box-filterser .div-mix .dropdown-toggle::after {
      display: none;
  }

  .div-box-filterser .div-mix .guest-room-sticky .div-boxsd .addordetel .delet-room {
      color: #938f8f;
      font-size: 15px;
      font-weight: 500;
       font-family: "Playfair Display", serif;
  }

  .div-box-filterser .div-mix .guest-room-sticky .div-boxsd .addordetel .add-room {
      color: black;
      font-size: 15px;
      font-weight: 500;
       font-family: "Playfair Display", serif;
  }

  .div-box-filterser .div-mix input {
      width: 100%;
      height: 100%;
      background: #ffffff;
      border: none;
      outline: none;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
       font-family: "Playfair Display", serif;
      /* border-radius: 5px; */
  }

  .div-box-filterser .div-mix input::placeholder {
      font-size: 13px;
      font-weight: 400;
       font-family: "Playfair Display", serif;
      color: black;
      text-align: center;
  }

  .div-box-filterser .div-mix .div-date-set {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
  }

  .div-box-filterser .div-mix .div-date-set .date {
      font-size: 16px;
      font-weight: 400;
       font-family: "Playfair Display", serif;
  }

  .div-box-filterser .div-mix .div-room {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
  }

  .div-box-filterser .div-mix .div-room .date {
      font-size: 16px;
      font-weight: 400;
       font-family: "Playfair Display", serif;
  }

  .div-box-filterser .div-search button {
      background: #000000;
      width: 250px;
      height: 45px;
      border: none;
      cursor: pointer;
      color: white;
      font-size: 16px;
      font-weight: 600;
      /* border-radius: 5px; */
       font-family: "Playfair Display", serif;
       border: 1px solid black;
  }

  .div-box-filterser .div-search button:hover {
      background: #0000009f;  
  }



































  .heading-tittle {
      padding: 15px 0px;
      /* background: #c2bcba; */
      /* background: #f1f1f1; */
      background: linear-gradient(45deg, black, transparent);
      text-align: center;
  }

  .heading-tittle p {
      font-size: 27px;
      font-weight: 600;
      margin-bottom: 0px; 
      color: white;
       font-family: "Playfair Display", serif;
  }





















  .image-slider .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
  }





  .image-slider .mySwiper2 {
      /* height: 400px; */
      width: 100%;
  }

  .image-slider {
      display: flex;
      align-items: center;
      gap: 5px;

  }

  .image-slider .mySwiper {
      box-sizing: border-box;
  }

  .image-slider .mySwiper .swiper-slide {
      width: 100%;
      height: 100%;
      opacity: 0.4;
  }

  .image-slider .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
      border: 1px solid black;
  }

  .image-slider .mySwiper .swiper-slide-thumb-active:hover {
      border: 1px solid rgb(186, 184, 184);
  }

  .image-slider .slidersigntwo .swiper-slide img {

      width: 100%;
      height: 240px;
  }

  .image-slider .slidersingtwo .swiper-slide img {


      height: 100%;
      width: 100%;
      margin: auto;
      padding: 2px;
  }

  .image-slider .swiper-button-next {
      width: 40px;
      height: 40px;
      background: #e9327a;
      border-radius: 40px;
      display: none;
  }

  .image-slider .swiper-button-prev {
      width: 40px;
      height: 40px;
      background: #e9327a;
      border-radius: 40px;
      display: none;
  }

  .image-slider .swiper-button-next:after,
  .swiper-button-prev:after {
      content: 'next';
      font-size: 20px;
  }

  .image-slider .swiper-button-prev:after,
  .swiper-button-next:after {
      content: 'prev';
      font-size: 20px;
  }

  .image-slider .mySwiper {
      height: 240px;
      width: 70px;

  }

  .list-placesection {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0px 20px;
    /* background: #0000005e; */
    /* padding: 30px 15px 10px 15px; */
  }

  .list-placesection .package-list-s {
    box-shadow: 0px 15px 20px #e7e7e7;
    margin-bottom: 20px;
    border: 1px solid #ffffff;
    padding: 10px;
    background: #f9f9f9;
    cursor: pointer;
  }
  .list-placesection .package-list-s:hover{
    background: white;
    border: 1px solid black;
    box-shadow: none;
  }

  .list-placesection .row {
      --bs-gutter-x: 0.5rem;
  }

  .container-set-full {
    padding: 10px 15px 10px 15px;
    
  }
/* .container-set-full .div-check-bg{
    background-image: url(img/Property-Listing-01.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
} */
  .data-filterpro .box-contain .main-name {
      font-size: 20px;
      font-weight: 600;
       font-family: "Playfair Display", serif;
  }

  .data-filterpro .box-contain .div-locpin {
      font-size: 13px;
      font-weight: 400;
       /* font-family: "Playfair Display", serif; */
  }

  .data-filterpro .box-contain .div-setratting {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 0px 5px 0px;
  }

  .data-filterpro .box-contain .div-setratting .div-boxr {
    height: 20px;
    width: 35px;
    font-size: 14px;
    display: flex;
    align-items: center;
    background: green;
    border-radius: 4px;
    gap: 3px;
    justify-content: center;
  }

  .data-filterpro .box-contain .div-setratting .div-boxr p {
      margin-bottom: 0px;
      color: white;
      border-radius: 3px;
      font-size: 10px;
  }

  .data-filterpro .box-contain .div-setratting .div-boxr i {
      color: white;
      font-size: 8px;
  }

  .data-filterpro .box-contain .div-setratting .span {
      font-size: 12px;
      font-weight: 600;
       /* font-family: "Playfair Display", serif; */
  }

  .data-filterpro .box-contain .provide-ser {
      display: flex;
      flex-wrap: wrap;
      gap: 2px 15px;
      padding: 5px 0px 10px 0px;
  }

  .data-filterpro .box-contain .provide-ser .linul {
      display: flex;
      align-items: center;
      gap: 5px;
      cursor: pointer;
  }

  .data-filterpro .box-contain .provide-ser .linul .icno {
      margin-top: -4px;
  }

  .data-filterpro .box-contain .provide-ser .linul .icno i {
      font-size: 10px;
  }

  .data-filterpro .box-contain .provide-ser .linul p {
    font-size: 11px;
    margin-bottom: 0px;
    /* font-family: "Playfair Display", serif; */
    font-weight: 500;
  }

  .data-filterpro .box-contain .special-member .div-mem {
      display: flex;
      align-items: center;
      border: 1px solid #7e7c7c;
      width: fit-content;
      padding: 3px 10px 3px 3px;
      gap: 6px;
      border-radius: 2px;
      margin-bottom: 10px;
      cursor: pointer;
  }

  .data-filterpro .box-contain .special-member .div-mem img {
      width: 30px;
      height: 20px;
  }

  .data-filterpro .box-contain .special-member .div-mem p {
      margin-bottom: 0px;
      font-size: 12px;
      font-weight: 700;
  }

  /* .data-filterpro .box-contain .divview-alosdetail {
      display: flex;
      align-items: center;
      gap: 5px;
      justify-content: space-between;

  } */

  .data-filterpro .box-contain .view-det-but {
      width: fit-content;
      margin-top: 10px;
  }

  .data-filterpro .box-contain .view-det-but .view-btndetal {
      font-size: 12px;
      border: 1px solid black;
      padding: 4px 10px;
      font-weight: 700;
      font-family: 'Playfair Display';
      cursor: pointer;
  }

  .data-filterpro .box-contain .view-det-but .view-btndetal:hover {
      background: #c2bcba;
      color: white;
      border: 1px solid #c2bcba;
  }

  

  .data-filterpro .box-contain .div-ohter-footer .singleproduct-price .real-price {
      color: black;
      font-size: 16px;
       /* font-family: "Playfair Display", serif; */
      font-weight: 700;
  }

  .data-filterpro .box-contain .div-ohter-footer .singleproduct-price .less-price {
      color: #7D7D7D;
      font-size: 13px;
       /* font-family: "Playfair Display", serif; */
      text-decoration: line-through;
  }

  .data-filterpro .box-contain .div-ohter-footer .singleproduct-price .offerpec {
      color: black;
      font-size: 14px;
       /* font-family: "Playfair Display", serif; */
      font-weight: 600;
  }

  .data-filterpro .box-contain .div-ohter-footer .incuilde-tax p {
      margin-bottom: 0px;
      font-size: 11px;
      font-weight: 500;
      color: rgb(88, 88, 88);
       /* font-family: "Playfair Display", serif; */
  }































  a {
      color: #000000;
      text-decoration: none;
  }

  .banner-back .image {
      position: relative;
  }

  .banner-back .image img {
      width: 100%;
      height: 300px;
  }

  .banner-back .silider-carosel .carousel-inner img {
      width: 100%;
      height: 350px;
  }

  .banner-back .silider-carosel .carousel-inner .carousel-caption h5 {
      font-size: 45px;
      font-weight: 800;
      color: white;
      display: none;
       font-family: "Playfair Display", serif;
      position: absolute;
      bottom: 10%;
      left: 50%;
      transform: translate(-50%, 10%);
      font-size: 45px;
      font-weight: 800;
      color: white;
       font-family: "Playfair Display", serif;
      position: absolute;
      bottom: 50%;
      left: 50%;
      transform: translate(-50%, 50%);
      font-size: 50px;
      font-weight: 800;
      color: white;
       font-family: "Playfair Display", serif;
      position: absolute;
      bottom: 20px;
      left: 100px;
  }

  .banner-back .image .div-profileuserimg {
      position: absolute;
      bottom: 20px;
      left: 100px;
  }

  .banner-back .image .div-profileuserimg .icon-img {
      width: 70px;
      height: 70px;
      background: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .banner-back .image .div-profileuserimg .icon-img i {
      font-size: 25px;
  }

  .banner-back .image .btn-setfixed {
      position: absolute;
      bottom: 0px;
      right: 100px;
  }

  .banner-back .image .btn-setfixed .div-history {
      background: #000000;
      color: white;
      display: flex;
      align-items: center;
      padding: 10px 35px;
      font-size: 18px;
      font-weight: 600;
       font-family: "Playfair Display", serif;
  }


  .divdetail-addr {
      padding: 0px 0px 30px 0px;
      /* max-width: 800px;
margin: auto; */
  }

  .divdetail-addr .div-box-book {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 5px;
  }

  .divdetail-addr .div-box-book .divnameplace {
       font-family: "Playfair Display", serif;
      margin-block: 0px;
      font-size: 25px;
      font-weight: 700;
  }

  .divdetail-addr .div-box-book .book-btn-s button {
      background: black;
      color: white;
      height: 30px;
      width: 150px;
      font-size: 14px;
      border: none;
      border-radius: 7px;
       font-family: "Playfair Display", serif;
      font-weight: 600;
  }

  .divdetail-addr .div-box-book .book-btn-s button:hover {
      box-shadow: 0px 5px 12px #c2c0c0;
  }

  .divdetail-addr .other-detail-des .address .locat-sdd {
      font-size: 14px;
      color: #000000;
       font-family: "Playfair Display", serif;
      font-weight: 600;
      margin-bottom: 12px; 
  }

  .divdetail-addr .other-detail-des .address .description-more {
      font-size: 14px;
      color: #000000;
       font-family: "Playfair Display", serif;
      font-weight: 200;
  }

  .divdetail-addr .amanitiesdetail {
      padding: 20px;
  }

  .divdetail-addr .amanitiesdetail .div-headeranim {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 5px;
  }

  .divdetail-addr .amanitiesdetail .div-headeranim h2 {
       font-family: "Playfair Display", serif;
      margin-block: 0px;
      font-size: 25px;
      font-weight: 600;
  }

  .divdetail-addr .amanitiesdetail .div-headeranim .div-ratenow button {
    background: black;
      color: white;
      height: 30px;
      width: 150px;
      font-size: 14px;
      border: none;
      border-radius: 7px;
       font-family: "Playfair Display", serif;
      font-weight: 600;
  }

  .divdetail-addr .amanitiesdetail .div-headeranim .div-ratenow button:hover {
    background: none;
    border: 1px solid black;
    color: black;
  }

  .divdetail-addr .amanitiesdetail .divulamanitieslist {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 15px 30px;
      padding: 15px 0px 10px 0px;
  }

  .divdetail-addr .amanitiesdetail .divulamanitieslist .linul {
      display: flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;
  }

  .divdetail-addr .amanitiesdetail .divulamanitieslist .linul .icno i {
      font-size: 16px;
  }

  .divdetail-addr .amanitiesdetail .divulamanitieslist .linul p {
      margin-bottom: 0px;
      font-size: 15px;
       font-family: "Playfair Display", serif;
      font-weight: 300;
  }




.advertise-banner{
    width: 100%;
    /* height: 150px; */
    padding: 5px;
}
.advertise-banner img{
    width: 100%;
    height: 100%;  
}

  .all-login-section {

      max-width: 600px;
      margin: auto;
  }
  .booking-detail-page-section{
    padding: 30px 10px 30px 10px;
   
  }
.bg-spe{
    background-image: url(img/backtwo.png);
    background-repeat: no-repeat;
    background-size: cover;
}
  .all-login-section .login-section {
      padding: 20px 20px 20px 20px;
      /* border: 1px solid #d9d9d9; */
      box-shadow: 0px 10px 30px lightgrey;
      background: white;
      
  }

  .login-section .login-box .loginoption .login-google {
      display: flex;
      align-items: center;
      width: 290px;
      box-shadow: 0px 2px 7px #d5d5d5;
      margin: auto;
      padding: 0px 30px 0px 15px;
      height: 40px;
      justify-content: space-between;
      margin-bottom: 25px;
      border-radius: 4px;

  }

  .login-section .login-box .loginoption .login-google img {
      width: 20px;

  }

  .login-section .login-box .loginoption .login-google a {
      color: #000000;
      text-decoration: none;
  }

  .login-section .login-box .loginoption .login-google a:hover {
      color: black;
  }

  .login-section .login-box .loginoption .login-google a p {
      margin-bottom: 0px;
      font-size: 16px;
       font-family: "Playfair Display", serif;
      color: black;
  }

  .login-section .login-box .loginoption .login-facebook {
      background: black;
  }

  .login-section .login-box .loginoption .login-facebook .fa-square-facebook {
      color: white;
      font-size: 20px;
  }

  .login-section .login-box .loginoption .login-facebook a p {
      color: white;
  }

  .login-section .login-box .form-login form {
      text-align: center;
  }

  .login-section .login-box .form-login form .pheading-form {
      font-size: 25px;
       font-family: "Playfair Display", serif;
      padding: 10px 0px 20px 0px;
  }

  .login-section .login-box .form-login form input {
    width: 100%;
    margin-bottom: 15px;
    border: none;
    padding: 6px 10px 6px 20px;
    outline: none;
    background: #ffffff4f;
    color: #000000;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    font-size: 14px;
    box-shadow: 0px 5px 8px #e5e5e5;
    border: 1px solid rgb(223, 222, 222);
    
  }
  .login-section .login-box .form-login form input:hover {
    box-shadow: none;
    border: 1px solid black;
}
  
  .login-section .login-box .form-login form input::placeholder{
    color: black;
  }

  .login-section .login-box .form-login form button {
      width: 100%;
      border: none;
      background: #000000;
      color: white;
      font-size: 20px;
      height: 40px;
      font-weight: 600;
       font-family: "Playfair Display", serif;
      border-radius: 4px;
      cursor: pointer;
      margin-top: 20px;
  }

  .login-section .login-box .form-login form button:hover {
    background: none;
    color: black;
    border: 1px solid black;
  }















  .login-section .login-box .signupform form {
      text-align: center;
  }

  .login-section .login-box .signupform form .pheading-form {
      font-size: 25px;
       font-family: "Playfair Display", serif;
      padding: 0px 0px 20px 0px;
  }

  .login-section .login-box .signupform form input {
      width: 100%;
      margin-bottom: 20px;
      border: none;
      padding: 6px 10px 6px 20px;
      outline: none;
      background: #ffffff4f;
      color: #000000;
      font-weight: 500;
       font-family: "Playfair Display", serif;
      font-size: 14px;
      box-shadow: 0px 5px 8px #e5e5e5;
      border: 1px solid rgb(223, 222, 222);
      /* cursor: pointer; */
  }

  .login-section .login-box .signupform form input:hover {
      box-shadow: none;
      border: 1px solid black;
  }
  .login-section .login-box .signupform form input::placeholder{
    color: black;
  }

  .login-section .login-box .signupform form .signupbutton button {
      width: 220px;
      border: none;
      background: #000000;
      margin-top: 10px;
      color: white;
      font-size: 17px;
      height: 40px;
      font-weight: 600;
       font-family: "Playfair Display", serif;
      border-radius: 4px;
      cursor: pointer;
      border: 1px solid black;
  }

  .login-section .login-box .signupform form .signupbutton button:hover {
      background: none;
      color: black;
      border: 1px solid black;
  }



  #exampleModalbillsummary .dropdown-toggle::after {
      display: none;
  }

  #exampleModalbillsummary .guest-room-sticky .div-boxsd {
      padding: 0px 10px;
  }

  #exampleModalbillsummary .guest-room-sticky .div-boxsd .option-guest {
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      padding-bottom: 10px;
  }

  #exampleModalbillsummary .guest-room-sticky .div-boxsd .option-guest .room {
      font-size: 15px;
      font-weight: 500;
       font-family: "Playfair Display", serif;
  }

  #exampleModalbillsummary .guest-room-sticky .div-boxsd .room-rang {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 0px 10px 0px;
  }

  #exampleModalbillsummary .guest-room-sticky .div-boxsd .room-rang .pne {
      font-size: 12px;
      font-weight: 500;
       font-family: "Playfair Display", serif;
  }

  #exampleModalbillsummary .guest-room-sticky .div-boxsd .room-rang .product-count {
      display: flex;
      align-items: center;
  }

  #exampleModalbillsummary .guest-room-sticky .div-boxsd .room-rang .product-count button {
      height: 20px;
      width: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      padding-bottom: 3px;
      border: 1px solid black;
      background: white;
  }

  #exampleModalbillsummary .guest-room-sticky .div-boxsd .room-rang .product-count input {
      height: 20px;
      width: 30px;
      background: none;
      border: none;
      outline: none;
      text-align: center;
      font-size: 12px;
      font-weight: 400;
       font-family: "Playfair Display", serif;
  }

  #exampleModalbillsummary .guest-room-sticky .div-boxsd .addordetel {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0px 0px 0px;
  }

  #exampleModalbillsummary .guest-room-sticky .div-boxsd .addordetel .delet-room {
      color: #938f8f;
      font-size: 11px;
      font-weight: 400;
       font-family: "Playfair Display", serif;
  }

  #exampleModalbillsummary .guest-room-sticky .div-boxsd .addordetel .add-room {
      color: black;
      font-size: 11px;
      font-weight: 400;
       font-family: "Playfair Display", serif;
  }





  .bill-summary {
      background: #D9D9D9;
      border: 1px solid #0000001A;
      padding: 30px 0px;
  }

  .bill-summary .bill-content .heading-bill {
      text-align: center;
  }

  .bill-summary .bill-content .heading-bill p {
       font-family: "Playfair Display", serif;
      font-size: 23px;
      font-weight: 700;
      margin-bottom: 15px;
  }

  .bill-summary .bill-content .bill-lody .div-slect-giveby {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-bottom: 20px;
  }

  .bill-summary .bill-content .bill-lody .div-slect-giveby .Select-rooms p {
      margin-bottom: 0px;
      padding: 9px 0px;
      font-size: 15px;
      width: 250px;
      color: white;
       font-family: "Playfair Display", serif;
      font-weight: 600;
      background: #757575;
      cursor: pointer;
  }

  .bill-summary .bill-content .bill-lody .div-slect-giveby .Select-Guests p {
      margin-bottom: 0px;
      background: #757575;
      padding: 9px 0px;
      font-size: 12px;
      width: 160px;
      color: white;
       font-family: "Playfair Display", serif;
      font-weight: 600;
      cursor: pointer;
  }

  .bill-summary .bill-content .bill-lody .total-price p {
      margin-bottom: 15px;
      font-size: 20px;
      font-weight: 600;
      text-align: center;
       /* font-family: "Playfair Display", serif; */
  }

  .bill-summary .bill-content .last-bill-submit{
    text-align: center;
  }
  .bill-summary .bill-content .last-bill-submit button {
    background: #000000;
    border: none;
    width: 250px;
    color: white;
    font-size: 16px;
    height: 35px;
    font-weight: 600;
    border-radius: 4px;
  }

  .bill-summary .bill-content .last-bill-submit button:hover {
      background: #000000ae;
  }

  #exampleModalbillsummary .modal-body {
      padding: 0px;
  }




  .upload-idproofsection {
      background: #D9D9D9;
      border: 1px solid #0000001A;
      padding: 30px;
      text-align: center;
      margin: auto;
  }

  .upload-idproofsection .heading-bill p {
       font-family: "Playfair Display", serif;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 15px;
  }

  .upload-idproofsection .Select-rooms {
      position: relative;
  }

  .upload-idproofsection .Select-rooms p {
      margin-bottom: 0px;
      background: #757575;
      padding: 9px 0px;
      font-size: 12px;
      width: 160px;
      color: white;
       font-family: "Playfair Display", serif;
      font-weight: 600;
      cursor: pointer;
      margin: 0px auto 30px;
      text-align: center;
  }

  .upload-idproofsection .Select-rooms input {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 160px;
      height: 100%;
      opacity: 0;
      right: 0px;
      margin: auto;
      cursor: pointer;
  }

  .upload-idproofsection .last-bill-submit button {
      background: #000000;
      border: none;
      width: 100%;
      color: white;
      font-size: 15px;
      height: 35px;
      font-weight: 700;
      border-radius: 4px;
      cursor: pointer;
  }
  .upload-idproofsection .last-bill-submit button:hover{
background: rgba(0, 0, 0, 0.641);
  }

  #exampleModalratting .modal-body {
      padding: 0px;
  }

  #exampleModalidproof .modal-body {
      padding: 0px;
  }












  .ratting-section {
      padding: 30px;
      text-align: center;
  }

  .ratting-section .heading-bill {
      text-align: center;
  }

  .ratting-section .heading-bill p {
       font-family: "Playfair Display", serif;
      font-size: 25px;
      font-weight: 700;
  }

  .ratting-section form {
      margin-bottom: 10px;
  }

  .ratting-section form textarea::placeholder {
      color: white;
  }

  .ratting-section form textarea {
      background: #757575;
      color: white;
      padding: 10px 10px 10px 10px;
      width: 100%;
  }

  .ratting-section .last-bill-submit button {
      background: black;
      border: none;
      width: 100%;
      color: white;
      font-size: 15px;
      height: 35px;
      font-weight: 700;
      border-radius: 4px;
  }

  .ratting-section form .star-list {
      display: flex;
      align-items: center;
      gap: 10px;
      justify-content: center;
      margin: 10px 0px 15px 0px;
  }

  .ratting-section form .star-list i {
      font-size: 22px;
      color: #ffff17;
  }








  .product-three1 .image-wrap {
      position: relative;
      overflow: hidden;
      margin-bottom: 10px;
  }

  .product-three1 .image-wrap .image-cover {
      overflow: hidden;
      position: relative;
  }

  .product-three1 .image-wrap .image-cover img {
      display: block;
      -webkit-transform: scale(1);
      transform: scale(1);
      transition: transform .6s ease;
      margin: 0 auto;
      width: 100%;
  }

  .product-three1 .image-wrap:hover .image-cover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }

  .product-three1 .image-wrap .overlay {
      /* background: #50505036; */
      background: #46484a5e;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      bottom: 0px;
  }

  .product-three1 .image-wrap .content-wrap {
      position: absolute;
      display: block;
      overflow: hidden;
      bottom: 50%;
      left: 50%;
      transform: translate(-50%, 50%);
  }

  .product-three1 .image-wrap .info-box-title {
      color: #ffffff;
      text-shadow: 2px 2px 5px #000;
      font-style: normal;
       font-family: "Playfair Display", serif;
      font-size: 24px;

  }

  .div-section-second-cate .row {
      --bs-gutter-x: 0.5rem;
  }



  .order-histotrysection {
      padding: 30px 0px 30px 0px;
  }

  .order-histotrysection .box-history .contain-history {
    background: #f7f7f7;
    padding: 20px 20px 20px 20px;
    position: relative;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: 0px 10px 30px #d9d6d6;
    cursor: pointer;
}
.order-histotrysection .box-history .contain-history:hover{
    box-shadow: none;
}
  .order-histotrysection .box-history .contain-history .div-box .uploa-d-p {
      /* position: absolute;
top: 10px;
right: 40px; */
      padding-bottom: 15px;
  }

  .order-histotrysection .box-history .contain-history .div-box .uploa-d-p p {
      margin-bottom: 0px;
      background: #000000;
      color: white;
      border-radius: 3px;
      height: 30px;
      width: 130px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      cursor: pointer;
  }

  .order-histotrysection .box-history .contain-history .div-box .uploa-d-p p i {
      margin-left: 5px;
      font-size: 12px;
  }

  .order-histotrysection .box-history .contain-history .div-box .content-box .First {
      margin-bottom: 0px;
      font-size: 24px;
      font-weight: 600;
       font-family: "Playfair Display", serif;
      line-height: 28px;
  }

  .order-histotrysection .box-history .contain-history .div-box .content-box .second {
      margin-bottom: 0px;
      font-size: 18px;
      font-weight: 600;
       font-family: "Playfair Display", serif;
      line-height: 30px;
  }

  .order-histotrysection .box-history .contain-history .div-box .content-box .third {
      margin-bottom: 0px;
      font-size: 14px;
      font-weight: 600;
       font-family: "Playfair Display", serif;
      line-height: 20px;
  }

  .order-histotrysection .box-history .contain-history .div-box .content-box .dvi-buttons {
      padding: 20px 0px 0px 0px;
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      gap: 20px;
  }

  .order-histotrysection .box-history .contain-history .div-box .content-box .dvi-buttons .same-btns {
      width: 100%;
      text-align: center; 
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center; 
      font-size: 16px;
      font-weight: 600;
       font-family: "Playfair Display", serif;
      border-radius: 4px;
      cursor: pointer;
         border: 1px solid #000000;
      background: none;
      color: #000000;
  }

  .order-histotrysection .box-history .contain-history .div-box .content-box .dvi-buttons .same-btnd {
      width: 100%;
      text-align: center;
      
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center; 
      font-size: 16px;
      font-weight: 600;
       font-family: "Playfair Display", serif;
      border-radius: 4px;
      cursor: pointer;
             border: 1px solid #000000;
      background: none;
      color: #000000;
      
  }

  .order-histotrysection .box-history .contain-history .div-box .content-box .dvi-buttons .same-btnd:hover {
            border: none;
    background: blue;
    color: white;

  }

  .order-histotrysection .box-history .contain-history .div-box .content-box .dvi-buttons .same-btns:hover {
     border: none;
    background: blue;
    color: white;
  }



  .div-letternews {
      padding: 20px 0px 50px 0px;
  }

  .div-letternews .news-lettertittle {
      text-align: center;
  }

  .div-letternews .news-lettertittle p {
      font-size: 27px;
      margin-bottom: 20px;
      font-weight: 800;
       font-family: "Playfair Display", serif;
  }

  .newsletter-form {
      margin: 0 auto;
      gap: 10px;
      max-width: 600px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      background: #D9D9D9;
  }

  .newsletter-form .form-group {
      width: 100%;
      position: relative;
  }

  p {
      margin-bottom: 0px;
  }

  .newsletter-form .ot-btn {
      min-width: 150px;
      background-color: #000000;
      color: white;
      padding: 0.375rem 0.75rem;
      border: none;
       font-family: "Playfair Display", serif;
      font-weight: 600;
      height: 45px;
      cursor: pointer;
  }
  .newsletter-form .ot-btn:hover{
    background: rgba(0, 0, 0, 0.708);
  }
  .newsletter-form .form-controll {
      width: 100%;
      border: none;
      color: #000000;
      outline: none;
       font-family: "Playfair Display", serif;
      font-weight: 700;
      background: #D9D9D9;
      height: 45px;
      padding-left: 10px;
  }

  .newsletter-form .form-controll::placeholder {
      color: black;
  }

  .sticky-form-fill {
      padding: 30px;
      position: sticky;
      top: 100px;
  }

  .sticky-form-fill .form-set-uploadadder button {
      background: black;
      color: white;
      width: 100%;
      font-size: 14px;
      border: none;
      border-radius: 7px;
       font-family: "Playfair Display", serif;
      font-weight: 600;
      height: 40px;
      margin-bottom: 20px;
      cursor: pointer;
  }
  
  .sticky-form-fill .form-set-uploadadder button:hover{
    background: none;
    border: 1px solid black;
    color: black;
  }

  .sticky-form-fill .form-set-booknow button {
      background: black;
      color: white;
      width: 100%;
      font-size: 14px;
      border: none;
      border-radius: 7px;
       font-family: "Playfair Display", serif;
      font-weight: 600;
      height: 40px;
      margin-bottom: 20px;
      cursor: pointer;
      border: 1px solid black;
  }
  .sticky-form-fill .form-set-booknow button:hover{
background: none;
border: 1px solid black;
color: black;
  }

  .footer-section {
      width: 100%;
      background: #f1f1f1;
      padding: 60px 0px 20px 0px;
  }

  .footer-section .left-slidefooter .image {
      text-align: center;
  }

  .footer-section .left-slidefooter .image .tex {
      font-size: 13px;
      font-family: 'Playfair Display';
  }

  .footer-section .left-slidefooter .image img {
      width: 160px;
      margin-bottom: 20px;
  }

  .footer-section .left-slidefooter {
      margin-bottom: 20px;
  }

  .footer-section .center-list .div-list {
      margin-top: 20px;
  }

  .footer-section .center-list .div-list a p {
      margin-bottom: 8px;
      font-size: 15px;
      color: black;
      /* color: #2d2d2d; */
      font-family: 'Playfair Display';
      cursor: pointer;
      font-weight: 500;
  }

  .footer-section .center-list .div-list a p:hover {
      color: rgb(0, 0, 0);
      border-bottom: 1px solid rgb(0, 0, 0);
      width: fit-content;
  }

  .footer-tittle p {
      font-size: 20px;
      font-weight: 700;
       font-family: "Playfair Display", serif;
  }

  .footer-section .center-list {
      margin-bottom: 20px;
  }

  .footer-section .center-list .div-list-social {
      margin-top: 20px;
      display: flex;
      align-items: center;
      gap: 20px;
  }

  .footer-section .center-list .div-list-social i {
      font-size: 25px;
  }
















  .box-form-sictkk .listingPrice__numbers {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 10px;
  }

  .box-form-sictkk .listingPrice__numbers .listingPrice__finalPrice {
      color: #222;
      font-size: 20px;
      font-weight: 700;
      margin-right: 8px;
  }

  .box-form-sictkk .listingPrice__numbers .listingPrice__slashedPrice {
      text-decoration: line-through;
      font-size: 14px;
      color: #6d787d;
      margin-right: 8px;
  }

  .box-form-sictkk .listingPrice__numbers .listingPrice__percentage {
      font-size: 13px;
      font-weight: 600;
      color: #f5a623;
      line-height: 25px;
  }

  .box-form-sictkk .you-saved-box .div-flex-sa {
      margin-top: 24px;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-size: 14px;
  }

  .box-form-sictkk .you-saved-box .div-flex-sa .div-set .left {
      font-size: 14px;
      font-weight: 600;
      line-height: 1.14;
      color: #000000;
      margin-bottom: 3px;
  }

  .box-form-sictkk .you-saved-box .div-flex-sa .div-set .taxesin {
      font-size: 12px;
      font-weight: 400;
      color: #000000;
  }

  .box-form-sictkk .you-saved-box .div-flex-sa .div-set .privceact {
      font-size: 14px;
      font-weight: 600;
      line-height: 1.14;
      color: #000000;
  }

  


  .box-form-sictkk {
      margin: 20px 0px;
      padding: 20px 15px;
      background: whitesmoke;
      box-shadow: 0px 10px 30px #dfdddd;
  }

  .box-form-sictkk .div-box-second-form {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
  }

  .box-form-sictkk .div-box-second-form input {
      font-size: 12px;
      padding: 5px;
      border: none;
  }

  .box-form-sictkk .div-box-second-form .div-select-roomagain {
      position: relative;
  }


   

  .box-form-sictkk .dropdown-toggle-selectroom:hover {
      color: black;
  }

  .box-form-sictkk .dropdown-menu {
      transform: translate3d(-110px, 50px, 0px) !important;
      width: 220px;
      padding: 0px;
  }

  .box-form-sictkk .div-room {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
  }

  .box-form-sictkk .div-room .date {
      font-size: 14px;
      font-weight: 400;
       font-family: "Playfair Display", serif;
  }

  .div-select-roomagain .dropdown-toggle::after {
      display: none;
  }

  .box-form-sictkk .guest-room-sticky {
      position: absolute;
      width: 100%;
      top: 0px;
      z-index: 3;
      background: white;
  }

  .box-form-sictkk .guest-room-sticky .div-boxsd {
      padding: 10px;
  }

  .box-form-sictkk .guest-room-sticky .div-boxsd .option-guest {
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      padding-bottom: 10px;
  }

  .box-form-sictkk .guest-room-sticky .div-boxsd .option-guest .room {
      font-size: 15px;
      font-weight: 500;
       font-family: "Playfair Display", serif;
  }

  .box-form-sictkk .guest-room-sticky .div-boxsd .room-rang {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 0px 10px 0px;
  }

  .box-form-sictkk .guest-room-sticky .div-boxsd .room-rang .pne {
      font-size: 14px;
      font-weight: 500;
       font-family: "Playfair Display", serif;
  }

  .box-form-sictkk .guest-room-sticky .div-boxsd .room-rang .product-count {
      display: flex;
      align-items: center;
  }

  .box-form-sictkk .guest-room-sticky .div-boxsd .room-rang .product-count button {
      height: 25px;
      width: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      padding-bottom: 3px;
      border: 1px solid black;
      background: white;
  }

  .box-form-sictkk .guest-room-sticky .div-boxsd .room-rang .product-count input {
      height: 27px;
      width: 30px;
      background: none;
      border: none;
      outline: none;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
       font-family: "Playfair Display", serif;
  }

  .box-form-sictkk .guest-room-sticky .div-boxsd .addordetel {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0px 0px 0px;
  }

  .box-form-sictkk .guest-room-sticky .div-boxsd .addordetel .delet-room {
      color: #938f8f;
      font-size: 14px;
      font-weight: 400;
       font-family: "Playfair Display", serif;
  }

  .box-form-sictkk .guest-room-sticky .div-boxsd .addordetel .add-room {
      color: black;
      font-size: 14px;
      font-weight: 400;
       font-family: "Playfair Display", serif;
  }



  .banner-back .image .accountpageinfo {
      position: absolute;
      bottom: 50%;
      left: 50%;
      transform: translate(-50%, 50%);
      font-size: 50px;
      font-weight: 800;
      color: white;
           font-family: "Playfair Display", serif;
  }


  .banner-back .image .pagenameinfo {
      position: absolute;
      bottom: 10%;
      left: 50%;
      transform: translate(-50%, 10%);
      font-size: 45px;
      font-weight: 800;
      color: white;
           font-family: "Playfair Display", serif;
           text-shadow: 3px 2px 0px rgb(68, 67, 67);
  }



  .div-filter-search-section .div-set-filterhome{
    display: none;
}
.also-sticky {
    position: sticky;
    top: 70px;
    z-index: 12;
}













  @media (min-width: 576px) {
      #exampleModalratting .modal-dialog {
          max-width: 430px;
          margin: 1.75rem auto;
      }

      #exampleModalbillsummary .modal-dialog {
          max-width: 430px;
          margin: 1.75rem auto;
      }

      #exampleModalregyourhotel .modal-dialog {
          max-width: 450px;
          margin: 1.75rem auto;
      }

  }






  @media only screen and (max-width: 1300px) {
      .box-form-sictkk .div-box-second-form .div-select-roomagain {
          margin: 8px 0px 0px 0px;
      }
  }

  @media only screen and (max-width: 1025px) {
      .list-placesection {
          display: grid;
          grid-template-columns: repeat(1, minmax(0, 1fr));
          gap: 0px 2px;
      }

      .banner-back .image .pagenameinfo {
          font-size: 30px;
      }
  }

  @media only screen and (max-width: 993px) {
    .full-header .row-set .div-menu .divlistnav {
        
        gap:10px;
        padding:0px 15px 0px 0px ;
        
    }
    .full-header .row-set .div-menu .divlistnav .linav p {
        font-size: 11px;
    }
    .full-header .row-set .div-menu .divlistnav .numvber p {
        font-size: 11px;
    }
    .full-header .row-set .div-menu .divlistnav .email p {
        font-size: 11px;
    }
    .full-header .row-set .div-menu .divlistnav .linavv p {
        font-size: 11px;
    }
    .full-header .row-set .div-menu .divlistnav i { 
        font-size: 14px;
        margin-top: 0px;
    }
    .full-header .row-set .div-menu{
        width: 80%;  
    }
      .banner-back .image .accountpageinfo {
          font-size: 50px;
      }

      .divdetail-addr .div-box-book {
          margin-bottom: 10px;
      }

      /* .divdetail-addr{
width: 100%; 
padding: 20px;
} */
      .divdetail-addr .div-box-book .divnameplace {
          font-size: 25px;
      }

      .div-box-filterser .div-search button{
        width: 200px;
      }

  }


  @media only screen and (max-width: 767px) {
    .div-set-filterhome .div-box-filterser{
        flex-wrap: wrap;
    }
    .container-set-full {
        padding: 10px 10px 10px 10px;
    }
    
    .header-section{
        box-shadow: 0px 10px 20px #b8b8b8;
    }
    .full-header .row-set .div-menu .divlistnav i{
        font-size: 20px;
    }
    /* .div-box-filterser .div-search button{
        width: 220px;
    } */
    .full-header .row-set .div-menu .divlistnav {
        
        gap:40px; 
        padding: 0px;
    }
    .full-header .row-set .div-menu .divlistnav .numvber p {
        font-size: 13px;
        display: none;
    }
    .full-header .row-set .div-menu .divlistnav .email p {
        font-size: 13px;
        display: none;
    }
    .heading-tittle{
        padding: 10px 0px;
    }
    .heading-tittle p {
        font-size: 20px;
    }
    .sticky-form-fill{
        padding: 10px 10px;
    }
    .div-box-filterser .div-mix select{
        text-align: center;
    }
    .full-header .row-set .div-menu{
        width: 50%;
        justify-content: center;
    }
        .div-set-filterhome {
           
            width: min-content;
            top: auto;
            bottom: 15px;
      }
      .div-box-filterser  {
           gap: 5px 0px; 
      }

      .full-header .row-set .colsdr {
          width: 50%;
          text-align: center;
          /* padding-left: 10px; */
      }
      .full-header .row-set .div-menu .divlistnav .numvber{
        display: block;
    text-align: center;
      }
      .full-header .row-set .div-menu .divlistnav .email{
        display: block;
    text-align: center;
      }
      .imagelogo img {
          width: 135px; 
          padding-left: 0px;
      }

      /* .full-header .row-set{
        height: 80px;
    } */
      .full-header .row-set .header-thiedpart {
          width: 50%;
      }

      .full-header .row-set .header-thiedpart .div-thd .email p {
          font-size: 14px;
          font-weight: 500;
      }

      .full-header .row-set .header-thiedpart .div-thd .numvber p {
          font-size: 14px;
          font-weight: 500;
      }

      .newsletter-form {
          max-width: 380px;
          margin-top: 20px;
      }

      .full-header .row-set .div-menu .linavv{
          display: none !important;
      }
      .full-header .row-set .div-menu .linav{
          display: none;
      }

      .phonelink {
          display: block;
      }

      .product-three1 .image-wrap .info-box-title {
          font-size: 18px;
      }

      .image-slider .slidersigntwo .swiper-slide img {
          width: 100%;
          height: 240px;
      }

      .image-slider .mySwiper {
          height: 250px;
          width: 115px;
      }

      .upload-idproofsection {
          margin: 10px;
      }

      .divdetail-addr .amanitiesdetail .divulamanitieslist {
          grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .banner-back .image img {
          width: 100%;
          height: 200px;
      }

      .banner-back .silider-carosel .carousel-inner img {
          width: 100%;
          height: 190px !important;
      }

      .banner-back .silider-carosel .carousel-inner .carousel-caption h5 {
          font-size: 22px;
          font-weight: 700;
      }

      .banner-back .image .pagenameinfo {

          font-size: 20px;
      }

      .banner-back .image .accountpageinfo {
          font-size: 22px;
          bottom: 50%;
          transform: translate(-50%, 50%);
      }

      .banner-back .image .div-profileuserimg .icon-img {
          width: 50px;
          height: 50px;
      }

      .banner-back .image .div-profileuserimg .icon-img i {
          font-size: 20px;
      }

      .banner-back .image .btn-setfixed .div-history {
          padding: 8px 10px;
          font-size: 11px;
      }

      .banner-back .image .btn-setfixed {
          right: 25px;
      }

      .banner-back .image .div-profileuserimg {
          bottom: 8px;
          left: 45px;
      }

      /* .divdetail-addr{ 
padding: 10px;
} */

      .divdetail-addr .div-box-book .divnameplace {
          font-size: 20px;
      }

      .divdetail-addr .div-box-book {
          margin-bottom: 10px;
      }

      .divdetail-addr .other-detail-des .address .locat-sdd {
          font-size: 11px;
      }

      .divdetail-addr .other-detail-des .address .description-more {
          font-size: 11px;
      }

      .divdetail-addr .div-box-book .book-btn-s button {
          font-size: 11px;
          height: 25px;
          width: 85px;
      }

      .divdetail-addr .amanitiesdetail {
          padding: 10px;
      }

      .divdetail-addr .amanitiesdetail .div-headeranim h2 {
          font-size: 20px;
      }

      .divdetail-addr .amanitiesdetail .div-headeranim .div-ratenow button {
          font-size: 11px;
          height: 25px;
          width: 85px;
      }

      .divdetail-addr .amanitiesdetail .divulamanitieslist {
          gap: 15px 0px;
      }

      .divdetail-addr .amanitiesdetail .divulamanitieslist .linul p {
          font-size: 12px;
      }

      .divdetail-addr .amanitiesdetail .divulamanitieslist .linul .icno i {
          font-size: 12px;
      }

      .divdetail-addr .amanitiesdetail .divulamanitieslist .linul .icno {
          margin-top: -4px;
      }

      .divdetail-addr .amanitiesdetail .divulamanitieslist .linul {
          gap: 5px;
      }
      .also-sticky .div-set-filterhome{
        display: none;
      }
      .div-filter-search-section .div-set-filterhome{
        display: block;
    }
    .login-section .login-box .loginoption .login-google{
        width: 245px;
    }
    .all-login-section {
        max-width: 100%;
    }
  }

  
  @media only screen and (max-width: 400px) {
    .full-header .row-set{
        height: 55px;
    }
    .imagelogo img {
        width: 110px;
    }
    .phonelink .div-menu .divlistnav .linavv p {
        font-size: 12px;
    }
    .phonelink .div-menu .divlistnav i { 
        font-size: 11px;
    }
    .phonelink .div-menu .divlistnav .linavv { 
        gap: 5px;
    }
    .phonelink .div-menu .divlistnav .linav p {
        font-size: 12px;
    }
    .phonelink .div-menu .divlistnav .linav .login i {
        padding-right: 2px; 
        font-size: 11px;
    }
  }