.leaflet-div-icon {
  background: none !important;
  border: none !important;
}

.text-15 {
  font-size: 0.9375rem;
  /*15px*/
  line-height: 1.25rem;
  /* 20px */
}

.text-10 {
  font-size: 0.625rem;
  /*10px*/
  line-height: 1rem;
  /* 16px */
}

.p-1 {
  padding: 1rem;
}

.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.preloader img.prl {
  position: absolute;
  top: 100px;
  width: auto;
}

input,
select,
textarea {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.min-w-min.p-1 {
  width: -moz-min-content !important;
  width: min-content !important;
}

.gmap-title {
  position: absolute;
  top: 10px;
  background: rgba(0, 0, 0, 0.5215686275);
  padding: 4px;
  color: white !important;
}

.gm-style-iw.gm-style-iw-c {
  padding-left: 17px;
}

.bg-top-center {
  background-position: top center;
}

.slick-lightbox-close,
button.slick-arrow {
  border: none !important;
  box-shadow: none !important;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.slick-lightbox-close:focus, .slick-lightbox-close:hover,
button.slick-arrow:focus,
button.slick-arrow:hover {
  border: none !important;
  outline: none !important;
  background-color: transparent !important;
}

#video iframe {
  width: auto !important;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: unset;
}

.d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .nex-filter span.d-none {
    display: inline-block !important;
  }
}
.nex {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}
.nex span {
  color: unset !important;
}
.nex .leaflet-control-zoom a {
  text-decoration: none;
}
.nex-advanced-container {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #ededed;
  padding: 16px;
}
.nex-items-container {
  container-type: inline-size;
  overflow-y: scroll;
  scroll-behavior: smooth;
  height: 90vh !important;
  flex: 1;
}
@media (max-width: 768px) {
  .nex-items-container {
    flex: 100%;
    height: 50vh !important;
    min-height: 250px;
  }
}
.nex-item {
  padding: 0 3px 6px 3px;
  width: 100%;
}
@container (min-width: 500px) {
  .nex-item {
    width: 50%;
  }
}
@container (min-width: 750px) {
  .nex-item {
    width: 33%;
  }
}
.nex input[type=text] {
  border: none !important;
  background: none !important;
  padding: 8px !important;
  font-size: 1rem !important;
  margin: auto;
}
.nex input[type=text]:focus-visible {
  outline: 1px solid #cfcfcf;
  border-radius: 0px;
}
.nex-input-label {
  color: darkgray;
  margin-bottom: 5px;
  font-size: 1rem;
}
button .nex-input-value {
  color: darkgray !important;
  padding: 0 6px;
  outline: none;
  height: 40px;
  font-size: 1rem !important;
  font-weight: 400;
}
button .nex-input-value::-moz-placeholder {
  color: #8f8f8f;
}
button .nex-input-value::placeholder {
  color: #8f8f8f;
}
button .nex-input-value.is--search {
  min-width: 260px;
  height: 38px;
  background: none;
  border: none;
}
.nex-input[type=number] {
  border: 1px solid rgb(226, 228, 228);
  width: 100px;
  max-height: 40px;
  flex-basis: 100px;
  max-width: 100px;
  -moz-appearance: textfield;
}
.nex-input[type=number]::-webkit-inner-spin-button, .nex-input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.nex-input-divider {
  display: flex;
  align-items: center;
  color: darkgray !important;
  font-weight: 400;
}
.nex-input-group {
  display: flex;
  gap: 8px;
  line-height: 1;
}
.nex-input-container {
  display: flex;
  align-items: center;
  max-width: 350px;
  border: 1px solid rgb(226, 228, 228);
  background-color: white;
}
.nex-input-icon {
  display: block;
  color: rgba(102, 102, 102, 0.6);
  height: 20px;
  width: 20px;
  flex-basis: 20px;
  margin-left: 6px;
  margin-right: 6px;
}
.nex-content {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
@media (max-width: 768px) {
  .nex-content {
    gap: 6px;
  }
}
.nex .top-row .filter-control .btn:hover {
  color: #fff !important;
}
.nex .top-row .filter-control .control-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 639px) {
  .nex .top-row .filter-control .control-group.nex-dropdown, .nex .top-row .filter-control .control-group.search {
    width: 100%;
  }
  .nex .top-row .filter-control .control-group.nex-dropdown .nex-input-container, .nex .top-row .filter-control .control-group.search .nex-input-container {
    max-width: 100%;
  }
  .nex .top-row .filter-control .control-group.nex-dropdown button, .nex .top-row .filter-control .control-group.nex-dropdown .nex-dropdown-list, .nex .top-row .filter-control .control-group.search button, .nex .top-row .filter-control .control-group.search .nex-dropdown-list {
    width: 100% !important;
    text-align: left;
  }
}
.nex .top-row .filter-control .main-control .filters-select {
  border-radius: 0px;
  padding: 0 5px;
  height: 2.5rem;
  cursor: pointer;
  border: 1px solid rgb(226, 228, 228);
  background: #fff;
  color: darkgray !important;
  font-size: 1rem !important;
  -webkit-appearance: none; /* Safari and Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='darkgray' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px; /* Adjust as needed */
  background-size: 10px;
  background-position: 92% 50%;
}
.nex .top-row .filter-control .main-control .filters-select option {
  background-color: #ffffff;
  color: #000;
}
.nex .top-row .filter-control .main-control .filters-select option:hover {
  background-color: #ffffff;
}
.nex .top-row .filter-control .main-control button.btn {
  border: none;
  box-shadow: none;
}
.nex .top-row .filter-control .main-control .all-prop-types {
  border: 1px solid rgb(226, 228, 228);
}
.nex .top-row .filter-control .main-control .all-prop-types .nex-dropdown-list {
  display: none;
  position: absolute;
  background-color: #ffffff;
  margin: 2px 0;
  list-style: none;
  width: 270px;
  padding: 10px;
  border: 1px solid rgba(158, 158, 158, 0.368627451);
  border-radius: 0px;
  max-height: 70vh;
  overflow: hidden auto;
}
.nex .top-row .filter-control .main-control .all-prop-types .nex-dropdown-list.is-open {
  display: block;
}
.nex .top-row .filter-control .main-control .all-prop-types .nex-dropdown-list-item {
  display: flex;
  align-items: flex-start;
  padding: 5px 0;
  gap: 6px;
  cursor: pointer;
  line-height: 1;
}
.nex .top-row .filter-control .main-control .all-prop-types .nex-dropdown-list-item__check {
  transform: translateY(3px);
}
.nex .top-row .filter-control .main-control .all-prop-types button:focus,
.nex .top-row .filter-control .main-control .filters-select:focus {
  outline: 1px solid rgb(195, 196, 196);
}
.nex .top-row .filter-control .extra-control #responsive-control .all-prop-types {
  display: block;
  position: relative;
}
.nex .top-row .filter-control .extra-control #responsive-control .all-prop-types ul {
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  margin: 2px 0;
  list-style: none;
  width: 270px;
  padding: 10px;
  border: 1px solid #9e9e9e;
  border-radius: 0px;
  max-height: 70vh;
  overflow: hidden auto;
}
.nex .top-row .filter-control .extra-control #responsive-control .filters-select {
  border-radius: 0px;
  padding: 0 5px;
  color: #ffffff;
  height: 2.5rem;
  cursor: pointer;
}
.nex .top-row .filter-control .extra-control #responsive-control .filters-select option {
  background-color: #ffffff;
  color: #000;
}
.nex .top-row .filter-control .extra-control #responsive-control .filters-select option:hover {
  background-color: #ffffff;
}
.nex .top-row .filter-control .extra-control .wrapper {
  display: flex;
  flex-direction: column;
}
.nex .top-row .filter-control .extra-control .wrapper .slider-block {
  padding: 16px;
}
.nex .top-row .filter-control .extra-control .wrapper .slider-block input {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.nex .top-row .filter-control .extra-control .wrapper .description {
  display: flex;
  justify-content: space-between;
}
.nex .top-row .filter-control .btn svg.arrow {
  width: 14px;
  position: relative;
  top: 6px;
  float: right;
  left: 4px;
}
.nex .top-row .filter-control .btn svg.settings {
  position: relative;
  top: 2px;
  float: left;
  right: 4px;
  width: 20px;
}
.nex .clicked {
  display: inline-block;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  animation-name: buzz-out;
  animation-duration: 0.81s;
  animation-timing-function: linear;
  animation-iteration-count: 2;
}
@keyframes buzz-out {
  9% {
    transform: translateX(5px) rotate(3deg);
  }
  19% {
    transform: translateX(-3px) rotate(-3deg);
  }
  29% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  58% {
    transform: translateX(-2px) rotate(-1deg);
  }
  67% {
    transform: translateX(2px) rotate(1deg);
  }
  79% {
    transform: translateX(-2px) rotate(-1deg);
  }
  89% {
    transform: translateX(1px) rotate(0);
  }
  99% {
    transform: translateX(-1px) rotate(0);
  }
}
.nex .info_content h1,
.nex .info_content h2,
.nex .info_content h3,
.nex .info_content h4,
.nex .info_content h5,
.nex .info_content h6,
.nex .info_content p {
  margin: unset;
}
.nex .info_content h4 {
  line-height: 1.25rem !important;
}
.nex .info_content .span-p {
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: block;
}
.nex .card-wrapper {
  border-radius: 0px;
  min-width: 210px;
}
.nex .card-wrapper .card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.nex .card-wrapper .span-p {
  margin: 0;
  display: block;
  text-align: left;
}
.nex .card-wrapper .card-title {
  font-size: 1rem;
  min-height: 3.5rem;
}
.nex .card-wrapper .address {
  min-height: 3.5rem;
}
.nex .card-wrapper .photo-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.nex .card-wrapper .photo-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.5s ease-in-out;
}
.nex .card-wrapper .photo-bg img[data-src] {
  opacity: 0;
}
.nex .card-wrapper .photo-bg .type {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  top: 0;
  left: 0;
  text-align: left;
  color: #ffffff !important;
  border-radius: 0px;
}
.nex .card-wrapper .photo-bg .price {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  padding: 0 10px;
  top: 7px;
  line-height: 0;
  right: 5px;
  color: #ffffff;
  border-radius: 0px;
}
.nex .card-wrapper .photo-bg .property-name {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  position: absolute;
  padding: 5px 5px;
  bottom: 5px;
  left: 0;
  color: #ffffff;
  border-radius: 0px;
}
.nex .card-wrapper .photo-bg .property-name .name {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  text-align: left;
}
.nex .card-wrapper .photo-bg .property-name .description {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.nex .card-wrapper a:hover + .photo-bg .property-name .description {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
  padding: 5px 0px;
  margin: 5px 0px;
  border-top: 1px solid white;
}
.nex .btn {
  background-color: #2196f3;
  color: #ffffff;
  padding: 5px 10px;
  text-decoration: none !important;
  border-radius: 0px;
  display: inline-block;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  height: 2.5rem;
  line-height: 1.75rem;
  font-size: 1rem !important;
}
.nex .btn:hover {
  background-color: #257bbf;
}
.nex .btn:active:not(.is--type-select) {
  background-color: #1a5980;
  transform: scale(0.95);
}
.nex .btn.is--type-select {
  background-color: #fff;
  border: 1px solid rgb(226, 228, 228);
}
.nex .btn-f-w {
  width: 100%;
}
.nex .cut-text2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nex .cut-text3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nex .cut-text4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nex .cut-text5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nex .map-container {
  height: 90vh;
  flex: 1;
  z-index: 1;
}
@media (max-width: 768px) {
  .nex .map-container {
    flex-basis: 100%;
    height: 50vh;
  }
}
.nex .map-container .map {
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.nex .nex-number-of-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.nex .branding {
  text-align: center;
}
.nex .branding img {
  width: 200px;
}

.nex-dropdown-group-title {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
}

.nex-dropdown-group-title__check {
  margin-right: 10px;
}

.nex-dropdown-arrow {
  position: relative;
  margin-left: auto;
  width: 8px;
  height: 8px;
  border: solid #666;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(45deg);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.nex-dropdown-group.open .nex-dropdown-arrow {
  transform: rotate(-135deg);
  top: 3px;
}

.nex-dropdown-group-items {
  display: none;
  margin-left: 20px; /* Indent child items */
}

.nex-dropdown-group.open .nex-dropdown-group-items {
  display: block;
}

.property-content {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  /*
  CSS TABS for the main interaction
  https://codepen.io/markcaron/pen/MvGRYV
  */
  /*
  END CSS TABS for the main interaction
  https://codepen.io/markcaron/pen/MvGRYV
  */
}
.property-content span {
  color: unset !important;
}
.property-content h1,
.property-content h2,
.property-content h3,
.property-content h4,
.property-content h5,
.property-content h6,
.property-content p {
  color: #000 !important;
  text-align: left !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  letter-spacing: initial !important;
}
.property-content p,
.property-content a {
  font-size: 1rem;
}
.property-content .overview-content .left {
  width: 100%;
  margin: auto;
}
@media (min-width: 1024px) {
  .property-content .overview-content .left {
    width: 66.666667%;
  }
}
.property-content .overview-content .left .property_images {
  margin: auto;
}
@media (min-width: 768px) {
  .property-content .overview-content .left .property_images {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.property-content .overview-content .left .property_images img {
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.property-content .overview-content .left .property_images .slick-prev {
  left: 0 !important;
}
.property-content .overview-content .left .property_images .slick-next {
  right: 0 !important;
}
.property-content .overview-content .left .property_images .slick-prev:before,
.property-content .overview-content .left .property_images .slick-next:before {
  color: #fff;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  opacity: 0;
}
.property-content .overview-content .left .property_images button.slick-arrow,
.property-content .overview-content .left .property_images button {
  border: none;
  box-shadow: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  z-index: 99;
  display: flex;
  height: 100%;
  align-items: center;
  align-content: center;
  width: 0px;
  transition: all 0.1s ease;
  flex-direction: row;
  justify-content: center;
}
.property-content .overview-content .left .property_images button.slick-arrow:focus, .property-content .overview-content .left .property_images button.slick-arrow:hover,
.property-content .overview-content .left .property_images button:focus,
.property-content .overview-content .left .property_images button:hover {
  border: none !important;
  outline: none !important;
}
.property-content .overview-content .left .property_images:hover button.slick-prev {
  background: rgba(0, 0, 0, 0.2);
}
.property-content .overview-content .left .property_images:hover button.slick-next {
  background: rgba(0, 0, 0, 0.2);
}
.property-content .overview-content .left .property_images:hover button.slick-arrow, .property-content .overview-content .left .property_images:hover button {
  width: 40px;
}
.property-content .overview-content .left .property_images:hover .slick-prev:before, .property-content .overview-content .left .property_images:hover .slick-next:before {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}
.property-content .overview-content .left .property_images:hover button.slick-arrow:hover {
  background: rgba(0, 0, 0, 0.5);
}
.property-content .overview-content .left .thumbnails {
  margin: auto;
  margin-left: 2rem !important;
  margin-right: 2rem !important;
  padding-top: 0.5rem;
  display: none;
}
@media (min-width: 640px) {
  .property-content .overview-content .left .thumbnails {
    display: block;
  }
}
.property-content .overview-content .left .thumbnails .thumbnail {
  aspect-ratio: 5/3;
  margin-left: 5px;
  padding: 5px;
  border: 1px solid #9e9e9e;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.property-content .overview-content .left .thumbnails .thumbnail img {
  width: 100%;
}
.property-content .overview-content .right {
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 768px) {
  .property-content .overview-content .right {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .property-content .overview-content .right {
    width: 33.333333%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.property-content .overview-content .right a.social {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  background: #fff;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.property-content .overview-content .right a.social svg {
  width: 12px;
  height: 12px;
  text-align: center;
  top: -4px;
  position: relative;
}
.property-content .overview-content .right .right-btn {
  display: block;
  width: 100%;
  padding: 5px;
  margin: 16px 0;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
}
.property-content .overview-content .right .right-btn:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.property-content .leaflet-control-zoom a {
  text-decoration: none;
}
.property-content .pdf {
  display: block;
}
.property-content .pdf img {
  float: left;
}
.property-content #overview .status {
  font-size: 40px;
  line-height: 0px;
  position: relative;
  top: 5px;
}
.property-content .property_description .wrapper {
  display: flex;
  flex-direction: column;
}
.property-content .property_description .representative .broker {
  display: flex;
}
.property-content .tabset > input[type=radio] {
  position: absolute;
  left: -200vw;
}
.property-content .tabset .tab-panel {
  display: none;
}
.property-content .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.property-content .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.property-content .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.property-content .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.property-content .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.property-content .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.property-content .tabset > label {
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 500;
  color: #7e7c7c;
  font-size: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0;
}
@media (min-width: 768px) {
  .property-content .tabset > label {
    padding: 0.75rem;
  }
}
.property-content .tabset > label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0);
}
.property-content .tabset > label:hover,
.property-content .tabset > input:focus + label {
  color: #000;
}
.property-content .tabset > label:hover::after {
  background: none;
}
.property-content .tabset > input:focus + label::after,
.property-content .tabset > input:checked + label::after {
  background: #000;
}
.property-content .tabset > input:checked + label {
  border-color: rgba(255, 255, 255, 0);
  border-bottom: 3px solid #fff;
  margin-bottom: -1px;
  color: #000;
}
.property-content .tab-panel {
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.property-content .tabset .rich-text ul {
  list-style-image: url("../images/check.svg");
}
.property-content .space {
  border: 1px solid #c9c9c9;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.property-content .space .header {
  border-bottom: 1px solid #c9c9c9;
  display: flex;
  justify-content: space-between;
  background-color: #e9e9e9;
  padding: 0.5rem;
}
.property-content .space .footer {
  border-top: 1px solid #c9c9c9;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
}
.property-content .space .rest-details {
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  justify-content: space-between;
}
.property-content .space .rest-details .prop {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.property-content .space .rest-details .prop-rate {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.property-content .space .rest-details .prop-rate .rate {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media (min-width: 640px) {
  .property-content .space .rest-details .prop {
    width: 47%;
  }
  .property-content .space .rest-details .prop-rate {
    width: 47%;
  }
}
