@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.mfp-container,
.mfp-img {
  opacity: 0;
  animation: fadeInUpnew 0.8s forwards;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s forwards;
}

.fade-in:nth-child(1) {
  animation-delay: 0.3s;
}

.fade-in:nth-child(2) {
  animation-delay: 0.6s;
}

.fade-in:nth-child(3) {
  animation-delay: 0.9s;
}

.fade-in:nth-child(4) {
  animation-delay: 1.2s;
}

.fade-in:nth-child(5) {
  animation-delay: 1.5s;
}

.fade-in:nth-child(6) {
  animation-delay: 1.8s;
}

.fade-in:nth-child(7) {
  animation-delay: 2.1s;
}

.fade-in:nth-child(8) {
  animation-delay: 2.4s;
}

.fade-in:nth-child(9) {
  animation-delay: 2.7s;
}

.fade-in:nth-child(10) {
  animation-delay: 3s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUpnew {
  to {
    opacity: 1;
  }
}
html,
body {
  font-family: "Inter";
  box-sizing: border-box;
  color: #000002;
  scroll-behavior: smooth;
}

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

img {
  display: block;
  max-width: 100%;
}

.small-text {
  font-size: 12px;
}

.btn {
  transition: all 0.25s ease-in-out;
}
.btn:hover {
  background-color: #656566;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #fff;
}

.sk-header {
  border-bottom: 1px solid #e5e7eb;
}
.sk-header .navbar-brand {
  color: #000002;
  font-size: 18px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 31px;
}
.sk-header .navbar-brand img {
  width: 36px;
  display: inline-block;
  margin-right: 5px;
}
.sk-header .header-link {
  text-align: right;
}
.sk-header .header-link .top-link a {
  margin-right: 0px;
}
.sk-header .header-link a {
  color: #000002;
  font-size: 12px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 17px;
  text-align: right;
  margin: 0px 12px;
  display: inline-block;
}
.sk-header .header-link .bottom-link a {
  margin: 0px 4px;
}
.sk-header .header-link .bottom-link a:last-child {
  margin-left: 12px;
  text-decoration: underline;
}

.form-control::placeholder {
  color: #6f747a !important;
  opacity: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  right: 23px;
  font-size: 21px;
  padding: 0;
  top: 17px;
}

.guests .guests-dropdown {
  position: absolute;
  min-width: 370px;
  left: -15%;
  top: 69px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.14));
  border-radius: 20px;
  z-index: 9999;
  background: white;
  padding: 20px;
}
.guests .guests-dropdown .select-people .one {
  color: #000002;
  font-size: 16px;
  font-family: "Inter";
  line-height: 21px;
}
.guests .guests-dropdown .select-people .two {
  color: #6f747a;
  font-size: 12px;
  font-family: "Inter";
  line-height: 16px;
}
.guests .guests-dropdown .select-one {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f2f2f2;
}
.guests .guests-dropdown .select-two span {
  color: #000002;
  font-size: 16px;
  font-family: "Inter";
  line-height: 21px;
}

.guests input[type=checkbox].form-check-input {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  position: relative;
  transition: background 0.2s;
  width: 3rem;
  height: 1.5rem;
  border-radius: 9px;
}
.guests input[type=checkbox].form-check-input:checked {
  background: #1fcd6e;
  border-color: #1fcd6e;
}
.guests input[type=checkbox].form-check-input::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #111;
  border: none;
  position: absolute;
  left: 4px;
  top: 4px;
  transition: left 0.2s;
}
.guests input[type=checkbox].form-check-input:checked::before {
  left: 26px;
  background: #fff;
}

.home-filter-sec {
  padding: 50px 0px 33px;
  position: relative;
  z-index: 99;
}
.home-filter-sec:before {
  content: "";
  height: 1px;
  position: absolute;
  background: #dde1e4;
  bottom: 64px;
  left: 0;
  right: 0;
}
.home-filter-sec .home-filter-sec-sub {
  position: relative;
  margin: 0px 60px;
}
.home-filter-sec .home-filter-sec-sub .home-filter-sec-sub-input {
  border-radius: 100000px;
  border: 1px solid #dde1e4;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  width: calc(100% - 156px);
  position: relative;
  z-index: 1;
  background: #fff;
}
.home-filter-sec .home-filter-sec-sub .home-filter-sec-sub-input .form-label {
  color: #000002;
  font-size: 12px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 16px;
}
.home-filter-sec .home-filter-sec-sub .home-filter-sec-sub-input .form-control {
  color: #6f747a;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 17px;
  margin: 0px;
  padding: 0px;
  background: transparent !important;
  box-shadow: none !important;
}
.home-filter-sec .home-filter-sec-sub .home-filter-sec-sub-input .search-btn {
  border: 0;
  box-sizing: border-box;
  border-radius: 32px;
  color: #ffffff;
  background-color: #000002;
  outline: none;
  width: 49px;
  height: 49px;
  margin-right: 12px;
  transition: all 0.25s ease-in-out;
}
.home-filter-sec .home-filter-sec-sub .home-filter-sec-sub-input .search-btn:hover {
  opacity: 0.6;
}
.home-filter-sec .home-filter-sec-sub .home-filter-sec-sub-input .date-sec {
  width: 100%;
  position: relative;
}
.home-filter-sec .home-filter-sec-sub .home-filter-sec-sub-input .date-sec .click-destinations {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50px 0px 0px 50px;
}
.home-filter-sec .home-filter-sec-sub .home-filter-sec-sub-input .date-sec .filter-data-enter {
  border-radius: 0px !important;
  min-width: 200px;
}
.home-filter-sec .home-filter-sec-sub .home-filter-sec-sub-input .filter-data-enter {
  width: 100%;
  position: relative;
  padding: 10px 22px;
  transition: all 0.25s ease-in-out;
}
.home-filter-sec .home-filter-sec-sub .home-filter-sec-sub-input .filter-data-enter .click-destinations {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50px 0px 0px 50px;
}
.home-filter-sec .home-filter-sec-sub .home-filter-sec-sub-input .filter-data-enter .click-destinations.active {
  background: rgba(223, 223, 223, 0.1215686275);
}
.home-filter-sec .home-filter-sec-sub .home-filter-sec-sub-input .filter-data-enter:hover {
  background: #dfdfdf;
}
.home-filter-sec .home-filter-sec-sub .home-filter-sec-sub-input .filter-data-enter:hover .form-control {
  background: #dfdfdf;
}
.home-filter-sec .home-filter-sec-sub .home-filter-sec-sub-input .filter-data-enter:nth-of-type(2), .home-filter-sec .home-filter-sec-sub .home-filter-sec-sub-input .filter-data-enter:nth-of-type(3) {
  max-width: 200px;
}
.home-filter-sec .home-filter-sec-sub .home-filter-sec-sub-input .filter-data-enter:nth-of-type(1) {
  border-radius: 50px 0px 0px 50px;
}
.home-filter-sec .home-filter-sec-sub .home-filter-sec-sub-input .left-input {
  width: calc(100% - 49px);
}
.home-filter-sec .home-filter-sec-sub .filter-button {
  cursor: pointer;
  width: 126px;
  height: 62px;
  padding: 0px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #dde1e4;
  box-sizing: border-box;
  border-radius: 100000px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 21px;
  outline: none;
  position: relative;
  z-index: 1;
  transition: all 0.25s ease-in-out;
}
.home-filter-sec .home-filter-sec-sub .filter-button:hover {
  background-color: #f2f0f0;
}
.home-filter-sec .home-filter-sec-sub .filter-button img {
  width: 23px;
}
.home-filter-sec .product-list .property-card {
  border-radius: 10px;
  overflow: hidden;
  background: var(--secondorycolor);
  margin-bottom: 1rem;
}
.home-filter-sec .product-list .property-card .info-icon {
  width: 1rem;
}
.home-filter-sec .product-list .property-card img.card-img-top {
  height: 100%;
  max-height: 180px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}
.home-filter-sec .product-list .property-card .verified-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: black;
  color: white;
  font-size: 0.85rem;
  padding: 4px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
.home-filter-sec .product-list .property-card .card-body {
  padding: 10px;
}
.home-filter-sec .product-list .property-card .btn-link {
  font-size: 1rem;
  padding: 0;
}
.home-filter-sec .product-list .property-card .btn-link:hover {
  text-decoration: underline;
}
.home-filter-sec .sidebar-btn {
  font-family: var(--fontfamily);
  font-size: 14px;
  font-weight: 300;
  border-radius: 10px;
  padding: 8px 16px;
  margin-bottom: 7px;
  background: var(--primarycolor);
  color: var(--secondorycolor);
  border: none;
  transition: background 0.2s;
}
.home-filter-sec .sidebar-btn:hover, .home-filter-sec .sidebar-btn:active {
  background: #232323;
}
.home-filter-sec .location-option {
  transition: all 0.25s ease-in-out;
  margin-bottom: 4px;
}
.home-filter-sec .location-option:hover, .home-filter-sec .location-option.active {
  background-color: #dbdbdb !important;
}
.home-filter-sec .location-option .map-icon i {
  font-size: 26px;
  color: #6f747a;
}
.home-filter-sec .location-option input {
  color: #6f747a;
  font-size: 14px;
  font-family: "Inter";
  line-height: 18px;
  cursor: pointer;
}
.home-filter-sec .location-option {
  border: none;
}
.home-filter-sec .input-group input:focus {
  box-shadow: none;
}
.home-filter-sec .flatpickr-day.selected,
.home-filter-sec .flatpickr-day.startRange,
.home-filter-sec .flatpickr-day.endRange {
  background: #111 !important;
  color: #fff !important;
  border-radius: 50% !important;
}
.home-filter-sec .flatpickr-day {
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.home-filter-sec .flatpickr-weekdays,
.home-filter-sec .flatpickr-days {
  margin-bottom: 0.3em;
}
.home-filter-sec .guests .card {
  border-radius: 28px !important;
  position: absolute;
  top: 5rem;
  z-index: 9;
}
.home-filter-sec .guests .guests-btn {
  font-size: 18px;
  width: 32px;
  height: 32px;
  border: 1px solid #dde1e4;
  box-sizing: border-box;
  border-radius: 32px;
  color: #000000;
  background-color: #ffffff;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-filter-sec .guests .count-sec {
  color: #000002;
  font-size: 16px;
  font-family: "Inter";
  line-height: 21px;
  text-align: center;
  min-width: 20px;
}
.home-filter-sec .flatpickr-calendar {
  top: 14rem !important;
  min-width: 340px !important;
}
.home-filter-sec .flatpickr-calendar::before {
  content: " ";
  border-width: 0px;
}
.home-filter-sec span.flatpickr-weekday {
  font-weight: 400;
}

.location-dropdown {
  position: absolute;
  min-width: 410px;
  left: -15%;
  top: 69px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.14));
  border-radius: 20px;
  z-index: 9999;
  background: white;
  padding: 15px;
  max-height: 280px;
  overflow: auto;
}
.location-dropdown h4 {
  color: #212529;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 21px;
}
.location-dropdown .location-dropdown-class {
  width: 32px;
  height: 32px;
  border: 0;
  box-sizing: border-box;
  border-radius: 32px;
  color: #000000;
  background-color: #f2f2f2;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
}
.location-dropdown .location-dropdown-class:hover {
  background-color: #d5d5d5;
}
.location-dropdown .location-dropdown-class img {
  width: 14px;
  height: 14px;
}
.location-dropdown .input-group {
  height: 53px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1.25px solid #dde1e4;
  padding: 11px;
  margin-bottom: 2px;
}
.location-dropdown .input-group .btn {
  box-shadow: none;
}
.location-dropdown .input-group input {
  color: #757575;
  font-size: 14px;
  font-family: "Inter";
  line-height: 18px;
}

.properties-detail {
  margin-bottom: 18px;
}
.properties-detail .properties-detail-list span {
  color: #6f747a;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 25px;
  display: inline-block;
  margin-right: 12px;
}
.properties-detail .properties-detail-list .clear-btn {
  color: #6f747a;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 17px;
  background: transparent;
  border: none;
  text-decoration: underline;
}
.properties-detail .map-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-radius: 25px;
  box-shadow: 0px 0px 10px rgba(3, 3, 3, 0.1);
  background-color: #030303;
  color: #ffffff;
  font-size: 12px;
  font-family: "Inter";
  width: 102px;
  height: 26px;
  transition: all 0.25s ease-in-out;
}
.properties-detail .map-btn:hover {
  background-color: #000002;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  opacity: 0.6;
}
.properties-detail .map-btn img {
  display: inline-block;
  width: 20px;
}

.load-more-btn {
  cursor: pointer;
  width: 163px;
  height: 37px;
  padding: 0px 8px;
  border: 0;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #111828;
  color: #ffffff;
  font-size: 12px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 16px;
  outline: none;
  margin-top: 38px;
}

.map-view iframe {
  border-radius: 16px;
  overflow: hidden;
}

.product-list.add-scroll {
  max-height: 700px;
  overflow: auto;
}
.product-list .property-card {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  margin-bottom: 28px;
  transition: all 0.25s ease-in-out;
}
.product-list .property-card:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.product-list .property-card .img-sec {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.product-list .property-card .img-sec img {
  display: block;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
}
.product-list .property-card .img-sec .verified-badge {
  cursor: pointer;
  width: 84px;
  height: 20px;
  padding: 0px 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  border: 0;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(3, 3, 3, 0.1);
  background-color: #030303;
  color: #f2f2f2;
  font-size: 12px;
  font-family: "Inter";
  text-align: right;
  outline: none;
  line-height: 16px;
  position: absolute;
  right: 0;
  top: 18px;
}
.product-list .property-card .content-sec {
  padding: 16px 11px;
}
.product-list .property-card .content-sec .sub-title {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.product-list .property-card .content-sec .sub-title .title {
  color: #6f747a;
  font-size: 12px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 16px;
}
.product-list .property-card .content-sec .sub-title .rating-sec span {
  color: #000002;
  font-size: 10px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 13px;
  text-align: right;
}
.product-list .property-card .content-sec .sub-title .rating-sec .fa-solid {
  color: #ffcc00;
}
.product-list .property-card .content-sec .main-title {
  color: #000002;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0px;
}
.product-list .property-card .content-sec .villa-detail {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 7px 15px;
  flex-wrap: wrap;
}
.product-list .property-card .content-sec .villa-detail .villa-available {
  color: #6f747a;
  font-size: 10px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 13px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.product-list .property-card .content-sec .villa-detail .villa-available img {
  width: 15px;
  display: inline-block;
}
.product-list .property-card .content-sec .pricing-section {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  margin-top: 9px;
}
.product-list .property-card .content-sec .pricing-section .price {
  color: #000002;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 18px;
}
.product-list .property-card .content-sec .pricing-section .price span {
  color: #6f747a;
  font-size: 8px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 10px;
}
.product-list .property-card .content-sec .pricing-section .info-sec a {
  display: inline-block;
  color: #ff9500;
  font-size: 12px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 16px;
  text-align: right;
}
.product-list .property-card .content-sec .pricing-section .info-sec a .fa-phone {
  color: #ff9500;
  fill: #ff9500;
  font-size: 15px;
}

.flatpickr-calendar {
  border-radius: 10px !important;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.12);
  font-family: "Inter", sans-serif;
  padding: 0 10px 10px 10px;
  min-width: 375px;
  padding: 12px;
  min-width: 342px;
}
.flatpickr-calendar .flatpickr-current-month {
  font-weight: bold;
  font-size: 1.15em;
}
.flatpickr-calendar .flatpickr-innerContainer {
  justify-content: center !important;
  align-items: center !important;
  text-align: center;
}
.flatpickr-calendar .flatpickr-rContainer {
  margin: 0 auto !important;
  display: block;
  width: 307.875px;
}
.flatpickr-calendar .flatpickr-weekdays {
  width: 100%;
  display: flex;
  justify-content: center;
}
.flatpickr-calendar .flatpickr-weekdaycontainer {
  display: flex !important;
  justify-content: center !important;
  width: 307.875px;
  margin: 0 auto;
}
.flatpickr-calendar .flatpickr-days {
  display: flex !important;
  justify-content: center !important;
  width: 307.875px !important;
  margin: 0 auto;
}
.flatpickr-calendar .flatpickr-days .dayContainer {
  margin: 0 auto !important;
  width: 307.875px !important;
  min-width: 307.875px !important;
  max-width: 307.875px !important;
}

.footer-sec {
  border-top: 2px solid #c2c2c2;
  margin-top: 60px;
  padding: 32px 0px;
}
.footer-sec a {
  color: #6f747a;
  font-size: 12px;
  font-family: "Inter";
  line-height: 30px;
  text-decoration: none;
  display: block;
  transition: all 0.25s ease-in-out;
  display: inline-block;
}
.footer-sec a:hover {
  color: #000000;
}
.footer-sec p {
  color: #6f747a;
  font-size: 12px;
  font-family: "Inter";
  line-height: 18px;
  margin-bottom: 7px;
}
.footer-sec .doorloom {
  color: #6f747a;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 19px;
}
.footer-sec h4 {
  color: #6f747a;
  font-size: 12px;
  font-family: "Inter";
  line-height: 18px;
  margin-bottom: -5px;
}
.footer-sec .end-div {
  width: 209px;
  text-align: left;
  display: inline-block;
}
.footer-sec .end-div p {
  margin: 8px 0px 20px;
}
.footer-sec .sub-footer {
  text-align: right;
  margin-top: 30px;
}

#clientReviewList .modal-content {
  border-radius: 20px;
}
#clientReviewList .modal-content .modal-header h3 {
  font-size: 20px;
}
#clientReviewList .modal-content .modal-body {
  padding: 20px 40px;
  overflow-x: auto;
  overflow-x: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 119px);
}
#clientReviewList .modal-content .modal-body .short-by .form-select {
  width: 200px;
  font-size: 12px;
}
#clientReviewList .modal-content .modal-body .customer-say h3 {
  font-size: 17px;
  color: #2d2d2d;
}
#clientReviewList .modal-content .modal-body .customer-say p {
  font-size: 13px;
  margin-bottom: 32px;
  color: #373737;
}
#clientReviewList .modal-content .modal-body .client-review .card {
  border: 1px solid #e4e4e4;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
}

.popupphotos .photo-heading {
  color: #000002;
  font-size: 22px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 25px;
}
.popupphotos img {
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.popupphotos .photo-title {
  color: #000002;
  font-size: 13px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 21px;
  margin-top: 7px;
}
.popupphotos .photo-sec {
  padding-top: 30px;
}
.popupphotos .photo-sec .left-side {
  position: sticky;
  top: 0;
}
.popupphotos .photo-sec .left-side .sidebar-title {
  color: #353535;
  font-size: 18px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 6px;
  margin-top: 14px;
}
.popupphotos .photo-sec .left-side .sidebar-details {
  color: #6f747a;
  font-size: 13px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 20px;
  list-style: none;
  padding: 0px;
}

.client-review {
  margin-top: 15px;
}
.client-review .user-detail h6 {
  color: #000002;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 400;
}
.client-review .user-detail small {
  color: #6f747a;
  font-size: 12px;
  font-family: "Inter";
  font-weight: 400;
}
.client-review .user-detail .star-rating {
  margin-left: 9px;
}
.client-review .user-detail .star-rating .darkyellow {
  color: #ffcc00;
}
.client-review .user-detail .star-rating i {
  font-size: 11px;
}
.client-review p {
  color: #000002;
  font-size: 14px;
  font-family: "Inter";
  line-height: 25px;
}

.mfp-wrap {
  z-index: 99999 !important;
  background: #000;
  transition: all 0.25s ease-in-out;
}

.mfp-close {
  font-size: 16px !important;
  position: fixed !important;
  left: 20px !important;
  top: 20px !important;
  width: 100px !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: all 0.25s ease-in-out !important;
  border-radius: 10px !important;
  height: 34px !important;
  line-height: 34px !important;
}
.mfp-close:hover {
  background: #323232;
}

.mfp-zoom-out-cur {
  cursor: default !important;
}

#youtubevideos h3 {
  font-size: 20px;
}
#youtubevideos iframe {
  overflow: hidden;
  border-radius: 16px;
}

.property-details .rating-summary .darkyellow {
  color: #ffcc00;
}
.property-details .rating-summary .review-count {
  color: #000002;
  font-size: 14px;
  font-family: "Inter";
  line-height: 21px;
}
.property-details .rating-summary .review-count span {
  color: #6f747a;
}
.property-details .property-sec {
  margin-bottom: 18px;
  margin-top: 40px;
}
.property-details .property-sec .property-title {
  color: #000002;
  font-size: 26px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 36px;
}
.property-details .property-sec .bi-star-fill {
  font-size: 15px !important;
}
.property-details .property-sec .share-sec {
  text-align: end;
}
.property-details .property-sec .share-sec .btn {
  padding: 0px 8px;
  border: 1px solid #dde1e4;
  box-sizing: border-box;
  border-radius: 25px;
  color: #000000;
  font-size: 12px;
  font-family: "Inter";
  outline: none;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #fafafa;
}
.property-details .property-sec .share-sec .btn i {
  font-size: 15px;
}
.property-details .property-sec .share-sec .btn:first-child {
  margin-right: 4px;
}
.property-details .property-sec .share-sec .btn {
  transition: all 0.25s ease-in-out;
}
.property-details .property-sec .share-sec .btn:hover {
  border: 1px solid #656566;
  background-color: #656566;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #fff;
}
.property-details .property-details-banner {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(min(154px, 100%), 1fr));
  position: relative;
}
.property-details .property-details-banner div {
  position: relative;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.property-details .property-details-banner div::after {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.25s ease-in-out;
  z-index: 1;
}
.property-details .property-details-banner div:hover:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2784313725);
}
.property-details .property-details-banner .more-photos {
  height: 36px;
  padding: 0px 8px;
  box-sizing: border-box;
  border-radius: 10px;
  opacity: 0.9;
  box-shadow: 0px 0px 10px rgba(3, 3, 3, 0.1);
  background-color: #fff;
  color: #000002;
  font-size: 16px;
  font-family: "Inter";
  line-height: 21px;
  outline: none;
  position: absolute;
  right: 44px;
  bottom: 28px;
  width: 246px;
  transition: all 0.25s ease-in-out;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.14));
}
.property-details .property-details-banner .more-photos:hover {
  background-color: #656566;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #fff;
}
.property-details .property-details-banner .left-img {
  height: 505px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-sizing: border-box;
  background-image: url("../img/image.jpeg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  grid-column: span 5;
  grid-row: span 2;
}
.property-details .property-details-banner .right-img-one {
  grid-column: span 2;
  grid-row: span 1;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-sizing: border-box;
  background-image: url("../img/image-2.jpeg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.property-details .property-details-banner .right-img-two {
  grid-column: span 2;
  grid-row: span 1;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-sizing: border-box;
  background-image: url("../img/image.jpeg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.property-details .left-side-content {
  margin-top: 22px;
}
.property-details .left-side-content .villa-title {
  color: #000002;
  font-size: 22px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 16px;
}
.property-details .left-side-content .features-list .feature {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000002;
  font-size: 15px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 19px;
  margin-right: 8px;
  margin-bottom: 4px;
}
.property-details .left-side-content .features-list .feature i {
  font-size: 18px;
}
.property-details .left-side-content .tags-list .badge {
  color: #000002;
  font-size: 15px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 21px;
  padding: 0px;
}
.property-details .left-side-content .tags-list .badge img {
  border-radius: 32px;
  width: 27px;
  height: 24px;
  display: inline-block;
  margin-right: 3px;
}
.property-details .left-side-content .tags-list .click-to-see {
  color: #000002;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 21px;
  text-decoration: underline;
}
.property-details .left-side-content .sub-detail-title {
  color: #000002;
  font-size: 22px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 29px;
  margin: 35px 0px 20px;
}
.property-details .left-side-content .space-carousel {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 26px;
}
.property-details .left-side-content .space-carousel .owl-next-btn,
.property-details .left-side-content .space-carousel .owl-prev-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #dde1e4;
  box-sizing: border-box;
  border-radius: 32px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  color: #000000;
  background-color: #f2f2f2;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
}
.property-details .left-side-content .space-carousel .owl-next-btn:hover,
.property-details .left-side-content .space-carousel .owl-prev-btn:hover {
  border: 1px solid #bdbdbd;
  background-color: #bdbdbd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #fff;
}
.property-details .left-side-content .space-carousel .owl-next-btn img,
.property-details .left-side-content .space-carousel .owl-prev-btn img {
  width: 14px;
  height: 14px;
}
.property-details .left-side-content .mini-card {
  cursor: pointer;
}
.property-details .left-side-content .mini-card .img-sec {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border-radius: 9px;
  margin-bottom: 7px;
}
.property-details .left-side-content .mini-card .img-sec::after {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.25s ease-in-out;
  z-index: 1;
}
.property-details .left-side-content .mini-card .img-sec:hover:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2784313725);
}
.property-details .left-side-content .mini-card .mini-img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
}
.property-details .left-side-content .mini-card .mini-title {
  color: #000002;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 6px;
  margin-top: 14px;
}
.property-details .left-side-content .mini-card .mini-details {
  color: #6f747a;
  font-size: 13px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 20px;
}
.property-details .left-side-content .plane-text {
  color: #000002;
  font-size: 14px;
  font-family: "Inter";
  line-height: 25px;
  text-align: justify;
}
.property-details .left-side-content .experience {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 26px;
}
.property-details .left-side-content .experience .plane-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* Number of lines to show */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  /* Optional: adds ellipsis at the end */
}
.property-details .left-side-content .experience a {
  color: #000002;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 21px;
  text-decoration: underline;
}
.property-details .left-side-content .meal-sec {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 26px;
}
.property-details .left-side-content .meal-sec .badge {
  color: #000002;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 23px;
}
.property-details .left-side-content .amenities-sec {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 26px;
}
.property-details .left-side-content .amenities-sec .amenity-category {
  color: #000002;
  font-size: 18px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 21px;
}
.property-details .left-side-content .amenities-sec .amenity-category-list {
  color: #000002;
  font-size: 14px;
  font-family: "Inter";
  line-height: 21px;
  margin-bottom: 25px !important;
}
.property-details .left-side-content .amenities-sec .amenity-category-list div {
  margin-bottom: 6px;
}
.property-details .left-side-content .location {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 26px;
}
.property-details .left-side-content .location iframe {
  border-radius: 5px;
  overflow: hidden;
}
.property-details .left-side-content .reviews-sec {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 26px;
}
.property-details .left-side-content .reviews-sec .card {
  border-radius: 8px;
  border: 1px solid #dde1e4;
  box-shadow: none;
}
.property-details .left-side-content .reviews-sec .btn-outline {
  cursor: pointer;
  width: 210px;
  height: 46px;
  padding: 0px 8px;
  padding-right: 8px;
  padding-left: 8px;
  border: 1px solid #000002;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  font-family: "Inter";
  line-height: 21px;
  outline: none;
}
.property-details .left-side-content .video-sec {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 26px;
}
.property-details .left-side-content .video-sec .bi-play-circle-fill {
  cursor: pointer;
}
.property-details .left-side-content .video-sec .image-wrapper i {
  z-index: 9;
}
.property-details .left-side-content .video-sec .image-wrapper:after {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.25s ease-in-out;
  z-index: 1;
}
.property-details .left-side-content .video-sec .image-wrapper:hover::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2784313725);
}
.property-details .left-side-content .video-sec .owl-dots {
  text-align: end;
  padding-right: 25px;
}
.property-details .left-side-content .video-sec .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #c2c2c2;
  border-radius: 9999px;
  display: inline-block;
  margin: 0px 4px;
}
.property-details .left-side-content .video-sec .owl-dots .owl-dot.active {
  background-color: #000002;
}
.property-details .left-side-content .accessibility {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 26px;
}
.property-details .left-side-content .accessibility h6 {
  color: #000002;
  font-size: 14px;
  font-family: "Inter";
  margin: 0;
}
.property-details .left-side-content .accessibility small {
  color: #6f747a;
  font-size: 12px;
  font-family: "Inter";
  font-weight: 400;
}
.property-details .left-side-content .policies {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 26px;
}
.property-details .left-side-content .policies h6 {
  color: #000002;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 22px;
  padding-left: 30px;
  margin-bottom: 12px;
}
.property-details .left-side-content .policies ul {
  padding-left: 30px;
}
.property-details .left-side-content .policies ul li {
  color: #000002;
  font-size: 14px;
  font-family: "Inter";
  line-height: 21px;
  line-height: 23px;
}
.property-details .left-side-content .policies .note {
  padding-left: 30px;
  margin-bottom: 30px;
}
.property-details .left-side-content .policies .note p {
  color: #000002;
  font-size: 14px;
  font-family: "Inter";
  margin: 0px;
}
.property-details .left-side-content .policies .note p span {
  font-weight: 500;
}
.property-details .left-side-content .about-host .about-logo .about-main-logo {
  width: 108.2881413363px;
}
.property-details .left-side-content .about-host .about-logo span {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #dde1e4;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -14px;
  top: -8px;
}
.property-details .left-side-content .about-host .about-logo span img {
  width: 32px;
}
.property-details .left-side-content .about-host h6 {
  color: #000002;
  font-size: 18px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 20px;
}
.property-details .left-side-content .about-host p {
  color: #000002;
  font-size: 14px;
  font-family: "Inter";
  margin: 0px;
}
.property-details .left-side-content .about-host p span {
  color: #6f747a;
}
.property-details .left-side-content .about-host .social-icon {
  margin-top: 12px;
}
.property-details .left-side-content .about-host .social-icon a {
  display: inline-block;
}
.property-details .more-text {
  display: none;
}
.property-details .d-none {
  display: none !important;
}
.property-details .features-list,
.property-details .tags-list {
  gap: 12px;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.property-details .more-photos-btn {
  left: 0;
  right: 0;
  top: 80%;
  transform: translateY(-50%);
  text-align: center;
  background: rgba(221, 225, 228, 0.7215686275);
  font-size: 1rem;
  border-radius: 10px;
  padding: 6px 23px;
  margin: 0 3rem;
  border: none;
}
.property-details .map-frame {
  width: 100%;
  height: 400px;
}
.property-details .sidebar-card {
  background-color: #f8f8f8;
  border-radius: 14px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  max-width: 360px;
  margin: 32px 0 auto auto;
  position: sticky;
  top: 20px;
  padding: 24px 15px;
}
.property-details .sidebar-card .form-check-input:checked {
  background-color: #1fcd6e;
  border-color: #1fcd6e;
}
.property-details .sidebar-card .sidebar-title {
  color: #6f747a;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 17px;
}
.property-details .sidebar-card .sidebar-title span {
  color: #000002;
  font-size: 18px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 22px;
}
.property-details .sidebar-card .summary-detail {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #f2f2f2;
  padding: 12px 11px;
  margin-top: 13px;
}
.property-details .sidebar-card .form-label {
  font-size: 15px;
}
.property-details .sidebar-card .form-control,
.property-details .sidebar-card .form-select {
  font-weight: 500;
}
.property-details .sidebar-card .total-sec {
  color: #000000;
  font-size: 18px;
  font-family: "Inter";
  font-weight: 600;
  line-height: 23px;
}
.property-details .sidebar-card .total-sec span {
  color: #6f747a;
  font-size: 14px;
  font-family: "Inter";
  line-height: 18px;
  text-align: right;
  font-weight: 400;
}
.property-details .sidebar-btn {
  height: 46px;
  padding: 0px 8px;
  border: 1px solid #dde1e4;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #000002;
  color: #ffffff;
  font-size: 14px;
  font-family: "Inter";
  line-height: 24px;
  outline: none;
  margin-top: 15px;
  margin-bottom: 2px;
  width: 100%;
}
.property-details .sidebar-btn:hover, .property-details .sidebar-btn:active {
  background: #232323;
}
.property-details .sidebar-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
}
.property-details .sidebar-actions .btn {
  height: 46px;
  padding: 0px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #3b82f6;
  color: #ffffff;
  font-size: 14px;
  font-family: "Inter";
  line-height: 24px;
  outline: none;
  width: 50%;
}
.property-details .sidebar-actions .btn.whatsapp {
  background-color: #1fcd6e;
}
.property-details .sidebar-actions .btn.whatsapp:hover {
  background-color: #00b853;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.property-details .sidebar-actions .btn {
  transition: all 0.25s ease-in-out;
}
.property-details .sidebar-actions .btn:hover {
  background-color: #0c51c2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.property-details .sidebar-row {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 16px;
  margin-bottom: 8px;
}
.property-details .sidebar-row .form-switch .form-check-input {
  width: 52px;
}
.property-details .sidebar-row .form-check-input {
  height: 21px;
}
.property-details .sidebar-row .date-sec {
  color: #6f747a;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 18px;
  width: 50%;
}
.property-details .sidebar-row .date-sec .date-selected {
  height: 24px;
  border: 0;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #ffffff;
  color: #000002;
  font-size: 16px;
  font-family: "Inter";
  line-height: 21px;
  outline: none;
  width: calc(100% - 15px);
}
.property-details .sidebar-row .count-sec {
  width: 20px;
  text-align: center;
}
.property-details .sidebar-row label {
  flex: 1;
  min-width: 102px;
  padding-right: 5px;
  color: #000002;
  font-size: 16px;
  font-family: "Inter";
  line-height: 21px;
}
.property-details .sidebar-row label span {
  color: #6f747a;
  font-size: 12px;
  font-family: "Inter";
  line-height: 16px;
  display: block;
}
.property-details .sidebar-row .qty-btn {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: transparent;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  margin: 0 5px;
  transition: background 0.15s;
  outline: none;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.property-details .sidebar-row .qty-btn:active {
  background: #e5e9f7;
}
.property-details .sidebar-row .form-control {
  width: 35px;
  height: 28px;
  border-radius: 8px;
  color: #000002;
  font-size: 16px;
  font-family: "Inter";
  line-height: 21px;
  text-align: center;
  border: none;
  padding: 0;
  margin: 0 3px;
}
.property-details .switch input {
  padding: 8px;
}
.property-details .space-carousel {
  margin-top: 14px;
}
.property-details .space-carousel .owl-nav {
  position: absolute;
  top: -3rem;
  right: 1rem;
  width: 12%;
  display: flex;
  justify-content: space-between;
}
.property-details .space-carousel .owl-nav button.owl-prev,
.property-details .space-carousel .owl-nav button.owl-next {
  display: inline-block !important;
  /* force visible */
  opacity: 1;
  /* visible */
  cursor: pointer;
}
.property-details .space-carousel {
  /* Style when disabled */
}
.property-details .space-carousel .owl-nav button.owl-prev.disabled,
.property-details .space-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.5;
  /* faded look */
  cursor: not-allowed;
  /* indicate inactive */
}

#viewSample h3 {
  font-size: 18px;
}

.modal .modal-content {
  z-index: 999;
}

@media (max-width: 900px) {
  .photo-side-top,
  .photo-side-bottom {
    height: 77px;
  }
}
@media (max-width: 767px) {
  .photo-side-top,
  .photo-side-bottom {
    height: 50px;
  }
  .sidebar-card {
    margin-top: 28px;
  }
}
#readMoreText .modal-content {
  border-radius: 20px;
}
#readMoreText .modal-content .modal-body {
  padding: 40px;
  overflow: auto;
  max-height: calc(100vh - 92px);
}
#readMoreText .modal-content .modal-body p {
  margin: 0;
  color: #000002;
  font-size: 16px;
  font-family: "Inter";
  line-height: 25px;
  text-align: justify;
}

#filterModal .modal-content {
  border-radius: 20px;
}
#filterModal .modal-content .modal-body {
  padding: 21px 33px;
  overflow-y: auto;
  max-height: calc(100vh - 219px);
  overflow-x: hidden;
}
#filterModal .price-range {
  margin: 34px 0px;
  margin-top: 0px;
}
#filterModal .price-range .price-range-count {
  color: #6f747a;
  font-size: 15px;
  font-family: "Inter";
  line-height: 20px;
  font-weight: bold;
  margin-top: 2px;
}
#filterModal .price-range .slider-container {
  position: relative;
  width: 100%;
  height: 20px;
}
#filterModal .price-range .slider-container input[type=range] {
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  background: none;
}
#filterModal .price-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: auto;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #ffcc00;
  cursor: pointer;
  border: 1px solid #ffcc00;
}
#filterModal .price-range input[type=range]::-moz-range-thumb {
  pointer-events: auto;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #ffcc00;
  cursor: pointer;
  border: 1px solid #ffcc00;
}
#filterModal .price-range .slider-track {
  position: absolute;
  height: 3px;
  background: #ffcc00;
  width: 100%;
  top: 0;
  border-radius: 3px;
}
#filterModal label.title {
  color: #2b2b2b;
  font-size: 13px;
  font-family: "Inter";
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 12px;
}
#filterModal .input-gap .form-check {
  font-size: 13px;
  color: #6f747a;
}
#filterModal button.btn-close {
  position: absolute;
  right: 30px;
  background-color: #f2f2f2;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  border: 0;
  box-sizing: border-box;
  border-radius: 32px;
  color: #000000;
}
#filterModal h3 {
  color: #000002;
  font-size: 19px;
  font-family: "Inter";
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}
#filterModal .modal-content .inner-detail {
  padding: 0px 12px;
}
#filterModal .modal-content .modal-body {
  padding: 26px 35px;
}
#filterModal .modal-content .modal-body .input-gap {
  margin-top: 30px;
}
#filterModal .modal-content .modal-body .input-gap .room-count {
  color: #000002;
  font-size: 16px;
  font-family: "Inter";
  line-height: 21px;
  text-align: center;
  min-width: 20px;
}
#filterModal .modal-content .modal-footer {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  border: none;
}
#filterModal .modal-content .modal-footer .btn-border {
  cursor: pointer;
  width: 147px;
  height: 35px;
  padding: 0px 8px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  color: #030303;
  font-size: 13px;
  font-family: "Inter";
}
#filterModal .modal-content .modal-footer .btn-apply {
  cursor: pointer;
  width: 150px;
  height: 35px;
  padding: 0px 8px;
  border: 0;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #030303;
  color: #ffffff;
  font-size: 13px;
  font-family: "Inter";
}
#filterModal .form-check-input:checked {
  background-color: #000 !important;
  border-color: #000 !important;
}
#filterModal .form-check-input[type=radio]:checked {
  background-color: #111 !important;
  border-color: #111 !important;
}
#filterModal .form-check-input[type=radio] {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 1.2px solid black;
}
#filterModal .form-check-input[type=checkbox] {
  width: 15px;
  height: 15px;
  border-width: 1px;
  border-color: black;
}
#filterModal .btn-circle {
  font-family: var(--fontfamily);
  border-radius: 50% !important;
  width: 25px;
  height: 25px;
  font-size: 15px;
  padding: 0px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #ccc;
}
#filterModal .form-range::-webkit-slider-thumb {
  background: #ffe066;
}
#filterModal .form-range::-moz-range-thumb {
  background: #ffe066;
}
#filterModal .form-range::-ms-thumb {
  background: #ffe066;
}
#filterModal .form-range::-webkit-slider-thumb {
  box-shadow: 0 0 0 4px #fff, 0 1px 8px rgba(0, 0, 0, 0.13);
  border: 2.5px solid #ffe066;
}

@media (max-width: 1200px) {
  .property-details .property-details-banner {
    grid-template-columns: repeat(auto-fill, minmax(min(110px, 100%), 1fr));
  }
  .property-details .property-details-banner .more-photos {
    right: 34px;
    width: 192px;
  }
}
@media (max-width: 992px) {
  .mobile-view-map-grid {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .mobile-view-map-grid .map-view {
    margin-left: -20px;
    margin-right: -20px;
    min-height: 200px;
    height: 400px;
    position: relative;
    width: calc(100% + 40px);
  }
  .mobile-view-map-grid .map-view iframe {
    border: 0;
    border-radius: 0;
    position: absolute;
    left: 0px;
    height: 200px;
    right: 0;
  }
  .mobile-view-map-grid .map-view #properties-map {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 0;
    display: block;
  }
  .container {
    padding: 0px 20px;
  }
  .sk-header {
    border: none;
  }
  .sk-header .header-link {
    display: none;
  }
  #filterModal .modal-dialog {
    margin: 0;
  }
  #filterModal .modal-content {
    border-radius: 0px;
    padding-bottom: calc(0 + env(safe-area-inset-bottom));
  }
  #filterModal .modal-content .modal-header {
    text-align: left;
    justify-content: space-between !important;
  }
  #filterModal .modal-content .modal-header h3 {
    font-size: 15px;
  }
  #filterModal .modal-content button.btn-close {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border: 0;
    box-sizing: border-box;
    border-radius: 32px;
    color: #000000;
    background-color: #f2f2f2;
    font-size: 14px;
    background-size: 12px;
    right: 26px;
  }
  #filterModal .modal-content .modal-body {
    padding-bottom: 20px;
    padding-top: 0px;
    overflow: auto;
    height: calc(100vh - 250px);
    padding: 26px 5px;
  }
  #filterModal .price-range .slider-track {
    top: 0;
  }
  .home-filter-sec {
    padding: 10px 0px 20px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 24px;
  }
  .home-filter-sec::before {
    display: none;
  }
  .home-filter-sec .home-filter-sec-sub {
    margin: 0px 15px;
    gap: 15px;
    align-items: center;
  }
  .home-filter-sec .home-filter-sec-sub .home-filter-sec-sub-input {
    display: none !important;
  }
  .home-filter-sec .home-filter-sec-sub .mobile-search {
    background-color: #ffffff;
    border-radius: 100000px;
    border: 1px solid rgba(221, 225, 228, 0.5882352941);
    box-sizing: border-box;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
    width: calc(100% - 40px);
    padding: 9px 20px 10px;
    cursor: pointer;
  }
  .home-filter-sec .home-filter-sec-sub .mobile-search .location {
    color: #6f747a;
    font-size: 14px;
    font-family: "Inter";
    font-weight: 500;
    line-height: 18px;
    text-align: center;
  }
  .home-filter-sec .home-filter-sec-sub .mobile-search .location .selected-location {
    font-size: 14px;
    font-family: "Inter";
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: default;
    width: 100%;
    padding: 0px;
    padding-bottom: 4px;
  }
  .home-filter-sec .home-filter-sec-sub .mobile-search .other-detail {
    display: flex;
    color: #6f747a;
    font-size: 12px;
    font-family: "Inter";
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .home-filter-sec .home-filter-sec-sub .mobile-search .other-detail input {
    font-size: 11px;
    font-family: "Inter";
    font-weight: 500;
    text-align: center;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: default;
    width: 100%;
    padding: 0px;
    line-height: 7px;
    color: #6f747a;
    text-align: left;
  }
  .home-filter-sec .home-filter-sec-sub .mobile-search .other-detail .date {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6px;
  }
  .home-filter-sec .home-filter-sec-sub .mobile-search .other-detail .date .checkindate {
    text-align: start;
    width: 70px;
  }
  .home-filter-sec .home-filter-sec-sub .mobile-search .other-detail .date .checkoutdate {
    text-align: start;
    width: 0px;
  }
  .home-filter-sec .home-filter-sec-sub .mobile-search .other-detail .guestsd .guest-counts {
    text-align: right;
    color: #6f747a;
  }
  .home-filter-sec .home-filter-sec-sub .filter-button {
    width: 40px;
    height: 40px;
    background-color: rgba(165, 165, 165, 0.08);
    border: 1px solid rgba(221, 225, 228, 0.2705882353);
  }
  .home-filter-sec .home-filter-sec-sub .filter-button span {
    display: none !important;
  }
  #mobileSearch {
    overflow: hidden;
  }
  #mobileSearch .modal-dialog {
    margin: 0;
  }
  #mobileSearch .modal-content {
    border-radius: 0px;
    padding-bottom: calc(0 + env(safe-area-inset-bottom));
  }
  #mobileSearch .form-label {
    color: #6f747a;
    font-size: 13px !important;
    font-weight: 500 !important;
  }
  #mobileSearch input {
    font-size: 13px !important;
    font-weight: 500 !important;
  }
  #mobileSearch .modal-header {
    justify-content: end;
    border: none;
  }
  #mobileSearch .modal-header .btn-close {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border: 0;
    box-sizing: border-box;
    border-radius: 32px;
    color: #000000;
    background-color: #f2f2f2;
    font-size: 14px;
    background-size: 12px;
  }
  #mobileSearch .modal-body {
    padding-bottom: 20px;
    padding-top: 0px;
    overflow: auto;
    height: calc(100vh - 230px);
  }
  #mobileSearch .search-mobile-sec .flatpickr-calendar {
    box-shadow: none;
  }
  #mobileSearch .search-mobile-sec .flatpickr-calendar.arrowTop::before {
    display: none !important;
  }
  #mobileSearch .search-mobile-sec .flatpickr-calendar.arrowTop::after {
    display: none !important;
  }
  #mobileSearch .search-mobile-sec .guest-sec-for-mobile-on {
    background-color: #ffffff;
    border: 1.25px solid #dde1e4;
    box-sizing: border-box;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
    margin-top: 12px;
    overflow: hidden;
    border-radius: 20px;
  }
  #mobileSearch .search-mobile-sec .guest-sec-for-mobile-on .date-sec {
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    height: 53px;
    background-color: #ffffff;
    align-items: center;
    padding: 0px 21px;
  }
  #mobileSearch .search-mobile-sec .guest-sec-for-mobile-on .date-sec .form-label,
  #mobileSearch .search-mobile-sec .guest-sec-for-mobile-on .date-sec .form-control {
    padding: 0px;
    margin: 0px;
    text-align: end;
  }
  #mobileSearch .search-mobile-sec .guest-sec-for-mobile-on .date-sec .form-label {
    text-align: start;
  }
  #mobileSearch .search-mobile-sec .guest-sec-for-mobile-on .date-sec .select-lab {
    width: 40%;
  }
  #mobileSearch .search-mobile-sec .guest-sec-for-mobile-on .date-sec .filter-data-enter {
    display: flex;
    align-items: center;
    max-width: 155px;
    gap: 15px;
  }
  #mobileSearch .search-mobile-sec .guest-sec-for-mobile-on .date-sec .filter-data-enter input {
    text-align: end;
    color: #000;
  }
  #mobileSearch .search-mobile-sec input {
    outline: none;
    box-shadow: none;
  }
  #mobileSearch .search-mobile-sec .mobile-section-filter {
    border: 1.25px solid #dde1e4;
    box-sizing: border-box;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
  }
  #mobileSearch .search-mobile-sec .mobile-section-filter .flatpickr-calendar {
    box-shadow: none !important;
  }
  #mobileSearch .search-mobile-sec .location-dropdown {
    position: static;
    filter: none;
    border-radius: 0;
    min-width: 100%;
    max-height: inherit;
    overflow: auto;
  }
  #mobileSearch .search-mobile-sec .location-dropdown .list-group {
    max-height: 200px;
    overflow: auto;
  }
  #mobileSearch .search-mobile-sec .location-dropdown .list-group-item {
    border: none;
    font-size: 14px;
    cursor: default;
    margin-bottom: 2px;
  }
  #mobileSearch .search-mobile-sec .location-dropdown .list-group-item:hover, #mobileSearch .search-mobile-sec .location-dropdown .list-group-item.active {
    background: #ededed;
  }
  #mobileSearch .search-mobile-sec .location-dropdown .list-group-item:hover i, #mobileSearch .search-mobile-sec .location-dropdown .list-group-item.active i {
    color: #000000;
  }
  #mobileSearch .search-mobile-sec .location-dropdown .list-group-item input {
    cursor: pointer;
  }
  #mobileSearch .search-mobile-sec .location-dropdown .input-group {
    height: 43px;
    padding: 0px 11px;
  }
  #mobileSearch .search-mobile-sec .location-dropdown .input-group i {
    font-size: 12px;
  }
  #mobileSearch .search-mobile-sec .location-dropdown .input-group .form-control {
    padding: 0px 12px;
  }
  #mobileSearch .search-mobile-sec .location-dropdown .input-group button i {
    font-size: 14px;
  }
  #mobileSearch .search-mobile-sec .select-location {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    box-sizing: border-box;
    align-items: center;
    padding: 17px 21px;
    position: relative;
    background: #fff;
  }
  #mobileSearch .search-mobile-sec .select-location .form-label {
    color: #6f747a;
    font-family: "Inter";
    line-height: 18px;
  }
  #mobileSearch .search-mobile-sec .select-location .form-control {
    color: #000;
    font-family: "Inter";
    line-height: 18px;
    text-align: right;
    padding: 0px;
  }
  #mobileSearch .search-mobile-sec .guests {
    border: 1.25px solid #dde1e4;
    box-sizing: border-box;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 12px;
  }
  #mobileSearch .search-mobile-sec .guests .count-sec {
    min-width: 18px;
    text-align: center;
  }
  #mobileSearch .search-mobile-sec .guests .select-guests {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    box-sizing: border-box;
    align-items: center;
    padding: 17px 21px;
    position: relative;
    background: #fff;
  }
  #mobileSearch .search-mobile-sec .guests .guests-dropdown {
    position: static;
    filter: none;
    border-radius: 0;
    min-width: 100%;
    max-height: inherit;
    overflow: auto;
  }
  #mobileSearch .search-mobile-sec .guests .form-label,
  #mobileSearch .search-mobile-sec .guests .form-control {
    padding: 0px;
    margin: 0px;
  }
  #mobileSearch .search-mobile-sec .guests input {
    text-align: end;
    max-width: 150px;
  }
  #mobileSearch .modal-footer {
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    border: none;
  }
  #mobileSearch .modal-footer button {
    cursor: pointer;
    width: 100px;
    height: 37px;
    padding: 0px 8px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0);
    color: #030303;
    font-size: 14px;
    font-family: "Inter";
    line-height: 16px;
    outline: none;
  }
  #mobileSearch .modal-footer button.btn-apply {
    background-color: #030303;
    color: #e5e5e5;
  }
  .product-list .property-card .content-sec .pricing-section .price span {
    font-size: 10px;
  }
  .properties-detail .properties-detail-list span {
    font-size: 13px;
  }
  .properties-detail .properties-detail-list button {
    font-size: 11px;
  }
  .properties-detail .map-btn {
    font-size: 10px;
    width: 78px;
  }
  .properties-detail .map-btn img {
    width: 16px;
  }
  .footer-sec .sub-footer {
    text-align: center;
  }
  .footer-sec .end-div {
    width: auto;
  }
  .footer-sec .doorloom {
    font-weight: 500;
    font-size: 19px;
  }
  .property-details .property-sec .share-sec .btn {
    height: 24px;
    gap: 5px;
    margin-right: 0px !important;
    margin-bottom: 5px;
    font-size: 10px;
  }
  .property-details .property-sec .share-sec .btn i {
    font-size: 9px;
  }
  #readMoreText .modal-content .modal-body p {
    font-size: 14px;
    line-height: 23px;
  }
  .property-details .mobile-sticky-sec {
    display: flex;
    gap: 12px;
    align-items: flex-end;
    z-index: 9;
    position: relative;
  }
  .property-details .mobile-sticky-sec .price-for-long {
    width: calc(100% - 118px);
    cursor: pointer;
  }
  .property-details .mobile-sticky-sec .price-for-long .total-sec {
    line-height: 23px;
  }
  .property-details .mobile-sticky-sec .price-for-long .total-sec span {
    text-decoration: underline;
  }
  .property-details .mobile-sticky-sec .sidebar-actions {
    width: 117px;
  }
  .property-details .mobile-sticky-sec .sidebar-actions .btn {
    width: 50%;
  }
  .property-details .sidebar-card {
    position: fixed;
    bottom: 0;
    top: inherit;
    left: 0px;
    right: 0px;
    background-color: #ffffff;
    border-radius: 12px 12px 0px 0px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    margin: 0px;
    max-width: 100%;
    padding: 0px 18px 18px;
    border: none;
  }
  .property-details .sidebar-card .close-detail-sec {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border: 0;
    box-sizing: border-box;
    border-radius: 32px;
    color: #000000;
    background-color: #f2f2f2;
    background-size: 12px;
    right: 0px;
    position: absolute;
  }
  .property-details .sidebar-card .summary-detail {
    border: none;
  }
  .property-details .sidebar-card .sidebar-title {
    margin-top: 9px;
  }
  .property-details .sidebar-card .sidebar-title span {
    font-size: 15px;
  }
  .property-details .space-carousel .owl-nav {
    right: 2rem;
    gap: 10px;
  }
  .property-details .left-side-content .sub-detail-title {
    font-size: 18px;
  }
  .property-details .left-side-content .villa-title {
    font-size: 18px;
    margin-bottom: 11px;
  }
  .property-details .left-side-content .features-list .feature {
    font-size: 13px;
    margin-bottom: 0px;
  }
  .property-details .rating-summary .review-count {
    font-size: 12px;
  }
  .property-details .rating-summary .review-count span {
    font-size: 10px;
  }
  .property-details .property-sec .bi-star-fill {
    font-size: 12px !important;
  }
  .property-details .property-sec .property-title {
    font-size: 20px;
    line-height: 28px;
  }
  .property-details .property-details-banner .more-photos {
    right: 15px;
    left: 15px;
    width: auto;
  }
  .property-details .property-details-banner .right-img-one,
  .property-details .property-details-banner .right-img-two {
    display: none;
  }
  .property-details .property-details-banner .left-img {
    height: 350px;
    border: none;
    grid-column: span 4;
  }
  .mobile-hide {
    display: none !important;
  }
  .sticky-top-view {
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    height: 0;
  }
  .sticky-top-view.active {
    transform: translateY(0);
    /* Slide up to position */
    opacity: 1;
    height: auto;
  }
}
@media (min-width: 993px) {
  .mobile-search,
  .mobile-display {
    display: none !important;
  }
}
