/* 9px / 16 = 0.563rem */

/* 10px / 16 = 0.625rem */

/* 11px / 16 = 0.6875rem */

/* 12px / 16 = 0.75rem */

/* 13px / 16 = 0.8125rem */

/* 14px / 16 = 0.875rem */

/* 15px / 16 = 0.9375rem */

/* 16px / 16 = 1rem */

/* 17px / 16 = 1.0625rem */

/* 18px / 16 = 1.125rem */

/* 19px / 16 = 1.1875rem */

/* 20px / 16 = 1.25rem */

/* 21px / 16 = 1.3125rem */

/* 12px / 16 = 1.375rem */

/* 23px / 16 = 1.438rem */

/* 24px / 16 = 1.5rem */

/* 25px / 16 = 1.5625rem */

/* 26px / 16 = 1.625rem */

/* 27px / 16 = 1.688rem */

/* 28px / 16 = 1.75rem */

/* 29px / 16 = 1.8125rem */

/* 30px / 16 = 1.875rem */

.search .search-room-type {
  position: fixed;
  width: 100%;
  top: 70px;
  left: 0;
  background-color: #fff !important;
  z-index: 99;
  box-shadow: #00000014 0 1px 0;
  padding: 10px;
  transition: all 0.3s;
}

@media screen and (max-width: 576px) {
  .search .search-room-type {
    top: 137px;
  }
}

.search .search-room-type .room-types-div {
  margin-top: unset;
  min-height: unset;
}

.search .btn-show-amety {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .search .search-top-btn .filter-btn {
    padding: 15px !important;
    display: flex;
  }

  .search .search-top-btn span {
    display: none;
  }
}

.search .search-room-card-div .room-card-div {
  margin: unset !important;
  width: unset;
}

.search .search-card-static-div {
  margin-top: 200px;
}

@media screen and (max-width: 576px) {
  .search .search-card-static-div {
    margin-top: 250px;
  }
}

.search .card-sub-flex {
  margin-bottom: 20px;
}

.search .map-div {
  width: 40%;
  transition: 0.3s all;
  position: fixed !important;
  bottom: 7px;
  right: 0;
  top: 200px;
  border-radius: 15px 0 0px 15px;
}

.search .map-div iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.search .map-width-unset {
  width: 0;
  min-width: 0;
  padding: unset;
  transition: 0.3s all;
}

.search .card-full-width {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .search .card-full-width .col-xl-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .search .card-full-width .col-xl-4 {
    flex: 0 0 33% !important;
    width: 33% !important;
    max-width: 33% !important;
  }
}

@media screen and (min-width: 1400px) {
  .search .card-full-width .col-xxxl-3 {
    flex: 0 0 20% !important;
    width: 20% !important;
    max-width: 20% !important;
  }
}

.search .col-lg-5,
.search .col-lg-7 {
  transition: 0.2s all !important;
}

.search .mobile-map .mobile-map-btn {
  position: fixed;
  bottom: 20px;
  right: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: auto;
  z-index: 990;
}

.search .mobile-map .mobile-map-btn .btn-pink {
  box-shadow: #11111a1a 0px 4px 16px, #11111a0d 0px 8px 32px;
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 500;
}

.search .mobile-map .mobile-map-btn .btn-pink i {
  color: #fff;
}

.search .mobile-map .offcanvas-backdrop.show {
  opacity: 0.9 !important;
  background-color: #222 !important;
}

.search .offcanvas-map-modal {
  height: 85vh !important;
}

.search .offcanvas-map-modal .offcanvas-header {
  position: fixed;
  top: 0;
  right: 0;
}

.search .offcanvas-map-modal .canvas-map iframe {
  width: 100%;
  height: 100%;
}

.offcanvas-backdrop {
  pointer-events: none !important;
}

#map_canvas .slick-arrow,
.offcanvas-map-modal .slick-arrow {
  display: none !important;
}

#map_canvas .customBox,
.offcanvas-map-modal .customBox {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
  background-color: #fff;
  border-radius: 50px;
  padding: 6px 8px;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-size: 13px;
  transition: 0.2s all;
  z-index: 9999;
  margin: 24px 0 0 30px;
  line-height: 12px;
  transition: 0.2s all;
}

#map_canvas .customBox:hover,
.offcanvas-map-modal .customBox:hover {
  background-color: #FF6969 !important;
  color: #fff;
}

#map_canvas .slick-track img.slick-slide,
.offcanvas-map-modal .slick-track img.slick-slide {
  width: 300px !important;
  height: 180px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

#map_canvas .slick-list,
.offcanvas-map-modal .slick-list {
  border-radius: 15px 15px 0 0 !important;
}

#map_canvas .search-info,
.offcanvas-map-modal .search-info {
  padding: 0 10px 10px 10px;
}

#map_canvas .listing-location,
#map_canvas .search-price,
.offcanvas-map-modal .listing-location,
.offcanvas-map-modal .search-price {
  font-size: 13px;
}

#map_canvas .room-type-name,
.offcanvas-map-modal .room-type-name {
  font-size: 15px;
  color: #000;
}

.white-close-btn .btn-custom-close {
  border-color: #fff !important;
}

.white-close-btn .btn-custom-close i {
  color: #fff;
}

.listing-img .slick-list img {
  width: 100% !important;
  height: 180px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.filter-modal .modal-body {
  max-height: 75vh;
  overflow: auto;
}

.filter-content-div .filter-form-div .pricefilter-width {
  width: 99%;
}

.filter-content-div .filter-form-div .filter-dates .daterangepicker {
  width: -moz-max-content;
  width: max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  left: 0 !important;
  padding-top: unset !important;
}

@media screen and (max-width: 991px) {
  .filter-content-div .filter-form-div .filter-dates .daterangepicker {
    width: auto !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .filter-content-div .filter-form-div .filter-dates .daterangepicker .applyBtn {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 576px) {
  .filter-content-div .filter-form-div-1 .count-div ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    justify-content: space-between;
  }
}

.filter-content-div .count-div ul {
  padding: unset;
  list-style-type: none;
  margin-bottom: unset;
  display: flex;
  flex-wrap: wrap;
}

.filter-content-div .count-div ul li {
  margin: 0 10px 10px 0;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #dddddd;
  border-radius: 40px;
  transition: 0.2s all;
  background-color: #fff;
}

.filter-content-div .count-div ul li a {
  display: block;
  padding: 9px 25px;
  font-size: clamp(0.9rem, 0.9vw, 1.1rem) !important;
}

.filter-content-div .count-div ul li:hover {
  border-color: #222222;
}

.filter-content-div .count-div ul li.active {
  border: 1px solid #222222;
  transition: 0.2s all;
  background-color: #222222;
}

.filter-content-div .count-div ul li.active a {
  color: #fff;
}

.filter-content-div .count-div.room-type-div ul li {
  border-radius: 15px;
  margin: 0 15px 10px 0;
}

.filter-content-div .count-div.room-type-div ul li a {
  padding: 15px;
  width: 180px;
}

.filter-content-div .count-div.room-type-div ul li.active {
  border: 1px solid #222222;
  background-color: #c8c8c826;
}

.filter-content-div .form-switch .form-check-input {
  width: 48px !important;
  height: 32px;
  border-color: #7171719c;
  background-color: #7171719c;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  background-size: 35px;
}

.filter-content-div .form-switch .form-check-input:checked {
  background-color: #222222;
  border-color: #222222;
}

.filter-content-div .form-switch .form-check-input:focus {
  border-color: #7171719c;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e") !important;
}

.filter-content-div .bi-lightning-charge-fill {
  color: orange;
}

.filter-content-div .amety-check-div ul {
  padding: unset;
  list-style-type: none;
  margin-bottom: unset;
}

.filter-content-div .amety-check-div ul .form-checks {
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter-content-div .amety-check-div ul .form-check-input {
  border-color: #b0b0b0;
  min-width: 20px;
  height: 20px;
  margin-top: unset;
}

.filter-content-div .amety-check-div ul .form-check-input:checked {
  background-color: #222222 !important;
  border-color: #222222 !important;
}

.filter-content-div .amety-check-div ul li {
  display: inline-block;
  width: 48%;
  margin-bottom: 25px;
}

@media screen and (max-width: 576px) {
  .filter-content-div .w-50 {
    width: 100% !important;
  }

  .filter-content-div .offcanvas-body .p-2 {
    margin-left: inherit;
  }

  .filter-content-div .offcanvas-header {
    position: fixed;
    bottom: 5px;
    right: 15px !important;
  }
}

.search-map {
  position: sticky;
  top: 190px;
  height: 80vh;
}

.carousel-div:hover .room-arow-btn {
  transition: 0.2s all;
  opacity: 0.9;
  z-index: 9;
}

.carousel-div:hover .slick-next:hover,
.carousel-div:hover .slick-prev:hover {
  opacity: 1;
}

.center {
  position: relative;
}

.center .dual-range {
  --range-size: 9px;
  width: 100%;
  --handle-size: 2.5;
  height: var(--range-size);
  background: #ebe9e9;
  border-radius: 50px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.center .dual-range .highlight {
  position: absolute;
  height: var(--range-size);
  width: calc( calc(var(--x-2) - var(--x-1)) + calc(var(--range-size) * var(--handle-size)));
  left: var(--x-1);
  background: #050505;
  z-index: 1;
  border-radius: 50px;
}

.center .dual-range .handle {
  width: calc(var(--range-size) * var(--handle-size));
  height: calc(var(--range-size) * var(--handle-size));
  background: #fff;
  position: absolute;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: grab;
}

.center .dual-range .handle:active {
  cursor: grabbing;
}

.center .dual-range .handle.left {
  left: var(--x-1);
}

.center .dual-range .handle.right {
  left: var(--x-2);
}

.center .dual-range .handle::before {
  content: "$" attr(data-value);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #2c3137;
  border-radius: 20px;
  background: black;
  color: #fff;
  font-weight: bold;
  padding: 3px 5px;
}

.search-prop-type {
  min-height: 80px;
  width: calc(100% - 130px);
}

@media screen and (max-width: 991px) {
  .search-prop-type {
    width: calc(100% - 60px);
  }
}

.offcanvas-custom-footer .offcanvas-body .p-2 {
  margin-left: 60px;
}

.offcanvas-custom-footer .btn-terms {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  padding: 8px 10px !important;
  font-size: 14px;
  box-shadow: 0px 0px 15px -1px #cccccc !important;
  z-index: 98;
}

.offcanvas-custom-footer .btn-terms:active {
  background-color: #fff;
}

.offcanvas-custom-footer .btn-show-amety {
  box-shadow: 0px 0px 15px -1px #cccccc !important;
}

.offcanvas-custom-footer .btn-show-amety:hover {
  background-color: #fff;
}

.offcanvas-custom-footer .offcanvas-header {
  position: fixed;
  bottom: 5px;
}

.offcanvas-custom-footer .offcanvas-backdrop {
  opacity: 0.8 !important;
}

@media screen and (max-width: 576px) {
  .offcanvas-custom-footer .offcanvas-body .p-2 {
    margin-left: inherit;
  }

  .offcanvas-custom-footer .offcanvas-header {
    position: fixed;
    top: 5px;
    right: 15px !important;
  }
}

.page-contain-footer .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-contain-footer .pagination li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.page-contain-footer .pagination li a {
  border: unset;
  border-radius: 50%;
  color: #222222 !important;
  white-space: nowrap;
  background-color: transparent;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.page-contain-footer .pagination li a:hover {
  background-color: #f7f7f7;
}

.page-contain-footer .pagination li .makent-page {
  background-color: #222222;
  color: #fff !important;
  border-radius: 5px;
  width: 45px;
  height: 30px;
}

.page-contain-footer .pagination li .makent-page:hover {
  background-color: #222222;
}

.page-contain-footer .pagination li span {
  border: unset;
  border-radius: 50%;
  color: #222222 !important;
  white-space: nowrap;
  background-color: transparent;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.page-contain-footer li.active a {
  color: #fff !important;
  background-color: #222222 !important;
}

.results-count {
  font-size: 0.875rem;
  margin-left: 10px;
}

.room-carousels.exp-main-div .room-card-div .room-card-img {
  height: 380px !important;
}

.card-view-btn .cards {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-view-btn .map {
  display: none;
}

.card-view-btn.map-view {
  background-color: #222222;
  color: #fff;
  font-weight: bold !important;
}

.card-view-btn.map-view .map {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-view-btn.map-view .cards {
  display: none;
}

.search .makent-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.search .makent-map .map-div {
  width: 100% !important;
  bottom: 0;
  border-radius: 0;
  top: 170px;
}

@media screen and (max-width: 767px) {
  .search .makent-map .map-div {
    top: 235px;
  }
}

.search .makent-map .map-div.experience-map {
  top: 171px;
}

@media screen and (max-width: 767px) {
  .search .makent-map .map-div.experience-map {
    top: 239px;
  }
}

.search .makent-map.hide-map {
  opacity: 0;
  z-index: -1;
  display: none !important;
}

body:has(.hide-map) .btn-map .bi-list-ul::before {
  content: "\F47F" !important;
}

body:has(.hide-map) .btn-map .map-text {
  display: inline-block;
}

body:has(.hide-map) .btn-map .card-text {
  display: none;
}

.btn-map {
  padding: 14px 19px !important;
}

.btn-map .map-text {
  display: none;
}

.btn-map .card-text {
  display: inline-block;
}

body:has(.expand-nav) .search .search-room-type {
  box-shadow: unset;
  transition: all 0.3s;
}

.makent-instant .form-switch .form-check-input {
  background-position: -2px;
}

.makent-instant .form-switch .form-check-input:checked {
  background-position: 14px center;
}

