.why-invest-card {
    height: 100%;
    text-align: center;
    margin-bottom:50px;
}

.why-invest-card__icon i {
    font-size: 100px;
    color: black;
    margin-bottom: 20px;
}

.why-invest-card__title {
    margin-bottom: 12px;
    font-size: 20px;
}

.why-invest-card__desc {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
}

span {
    display: inline-block;
}

.why-invest {
    background-color: hsl(var(--white));
}

.wff-section {
    padding-top:100px;
    padding-bottom:100px;
}

.bgg-color {
    background-color: lightgray;
}

.property--card {
    --bs-card-border-width: 0px;
    --bs-card-border-radius: 12px;
    --bs-card-inner-border-radius: 12px;
    --bs-card-spacer-y: 32px;
    --bs-card-spacer-x: 32px;
    height: 100%;
}

@media screen and (max-width: 1399px) { 
    .property--card {
    --bs-card-spacer-y: 24px;
    --bs-card-spacer-x: 24px;
}
}

@media screen and (max-width: 1199px) {
    .property--card {
    --bs-card-spacer-y: 16px;
    --bs-card-spacer-x: 16px;
}
}

.property--card .card-img-top {
    overflow: hidden;
}

.card-img, .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
}

a {
    display: inline-block;
    transition: 0.2s linear;
    text-decoration: none;
    color: hsl(var(--base));
}

.property--card .card-img-top img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.property--card .card-body-top {
    margin-bottom: 32px;
}

@media screen and (max-width: 1199px) {
.property--card .card-body-top {
    margin-bottom: 16px;
}
}

.property--card .card-body-bottom {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 16px 8px;
    margin-top: 32px;
}

@media screen and (max-width: 1199px) {
.property--card .card-body-bottom {
    margin-top: 16px;
}
}

@media (max-width: 767px) {
.property--card .card-title {
    font-size: 18px;
}
}

.property--card .card-title a {
    font-weight: 600;
    line-height: 150%;
}


.property--card .card-title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.property--card .card-meta--one .card-meta__item {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 767px) {
.property--card .card-meta--one .card-meta__item i {
    font-size: 1rem;
}
}

.property--card .card-meta--one .card-meta__item i {
    font-size: 1.125rem;
    color: hsl(var(--base));
}

.property--card .card-meta--one .card-meta__item .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.property--card .card-meta--two {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
.property--card .card-meta--two {
    gap: 8px 16px;
}
}

.card-progress__bar {
    border-radius: 10px;
    background-color: grey;
    height: 10px;
}

.card-progress__thumb {
    height: 100%;
    border-radius: 10px;
    background-color: #0c5ca3;
}

.card-progress__label {
    font-size: 12px;
    font-weight: 500;
    line-height: 117%;
    color: #727272;
    margin-top: 10px;
    margin-bottom:15px;
}

.property--card .card-meta--two .card-meta__item .text {
    font-size: 15px;
    color: hsl(var(--base));
    font-weight: 700;
    line-height: 150%;
}

.property--card .card-meta--two .card-meta__item .subtext {
    color: hsl(var(--gray-two));
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
}

.btn--sm {
    padding: 10px 20px;
}

@media screen and (max-width: 575px) {
.btn--sm {
    padding: 7px 14px;
}
}

.btn--base {
    background-color: #0c5ca3;
}

@media screen and (max-width: 1199px) {
.btn--sm {
    padding: 8px 16px;
}
}

@media screen and (max-width: 424px) {
.btn {
    padding: 12px 24px;
}
}

.btn {
    font-weight: 500;
    font-family: var(--body-font);
    color: white;
    padding: 15px 30px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    line-height: 1;
    white-space: nowrap;
}


.property--card .card-price {
    color: hsl(var(--gray-two));
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
}

@media screen and (max-width: 1399px) {
.property--card .card-price {
    font-size: 17px;
}
}

@media screen and (max-width: 1199px) {
.property--card .card-price {
    font-size: 16px;
}
}


ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cardd {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-box-shadow: ;
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    border-radius: 10px;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    margin-bottom:50px;
}

.justify-content-center {
    justify-content: center;
}



/*Properties*/

.breadcrumb {
    min-height: 185px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.breadcrumb::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgb(139 137 137 / 5%);
    z-index: -1;
}


element.style {
    background-image: url(https://script.viserlab.com/realvest/assets/images/frontend/breadcrumb/65c469d….png);
}
@media screen and (max-width: 424px) {
.breadcrumb {
    min-height: 140px;
}
}

.bg-pattern {
    position: relative;
}

.bg-pattern::before {
    left: 0;
    bottom: 0;
    background-image: url(../images/thumbs/pattern-bottom-left.png);
}

.bg-pattern::before, .bg-pattern::after {
    content: "";
    width: 100%;
    height: 100%;
    max-width: 570px;
    max-height: 630px;
    display: inline-block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    opacity: 0.4;
}

.bg-pattern::after {
    right: 0;
    top: 0;
    background-image: url(../images/thumbs/pattern-top-right.png);
}

.property-details__title {
    margin-bottom: 16px;
    font-size: 3rem;
    font-weight: 600;
}

@media screen and (max-width: 991px) {
.property-details__title {
    margin-bottom: 0px;
}
}

.property-details-meta__item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.property-details-meta__item .text {
    font-size: 1.5rem;
    color: gray;
    font-weight: 500;
    line-height: 100.32%;
}

.property-details__block {
  border-radius: 14px;
  background-color: #f1f1f1;
}


.property-details__block:not(:first-child) {
  padding: 24px;
}

.property-details__block:first-child {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  overflow: hidden;
  padding-bottom: 32px;
}



.property-details__block .title {
  line-height: 150%;
  margin-bottom: 10px;
}

.property-details__block .custom--accordion .accordion-item:first-child .accordion-button {
  padding-top: 0px;
}

.property-details__block .custom--accordion .accordion-item:last-child .accordion-button {
  padding-bottom: 0px;
}

.property-details__block .custom--accordion .accordion-item:last-child .accordion-body {
  padding-top: 20px;
}

.property-details__block .custom--accordion .accordion-button {
  padding-left: 0px;
  padding-right: 0px;
}

.property-details__block .custom--accordion .accordion-body {
  padding-left: 12px;
  padding-right: 12px;
}


.property-details__buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-0 {
    margin-bottom: 0;
}

.property-details__buttons .btn {
    width: 100%;
    font-size: 1.25rem;
    font-weight: 400;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

@media screen and (max-width: 424px) {
.property-details__buttons .btn {
    width: 100%;
    padding: 15px 0px !important;
    font-size: 1rem;
}
}

@media screen and (max-width: 991px) {
.property-details__buttons .btn {
    width: auto;
    font-size: 1.125rem;
}
}

@media screen and (max-width: 424px) {
.property-details-sidebar {
    max-width: 320px;
}
}

@media screen and (max-width: 575px) {
.property-details-sidebar {
    max-width: 350px;
}
}

@media screen and (max-width: 991px) {
.property-details-sidebar {
    max-width: 380px;
    height: 100%;
    min-height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1050;
    transform: translateX(-100%);
    transition: 0.3s linear;
    background-color: hsl(var(--white));
    border-right: 1px solid hsl(var(--black)/0.08);
}
}

.property-details__block:not(:first-child) {
    padding: 24px;
}

@media screen and (max-width: 991px) {
.property-details__title {
    margin-bottom: 0px;
}
}

.slick-initialized.slick-slider {
    margin-left: -12px;
    margin-right: -12px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 575px) {
.property-details__thumb {
    margin-top: 16px;
}
}

@media screen and (max-width: 767px) {
.property-details__thumb {
    margin-left: -8px !important;
    margin-right: -8px !important;
}
}

@media screen and (max-width: 1199px) {
.property-details__thumb {
    max-width: 100%;
}
}


.property-details__thumb {
    max-width: 73%;
    margin-top: 32px;
    margin-left: auto !important;
    margin-right: auto !important;
}







/* ================================= Property Page Css Start ==================== */
.property-page-inner {
  display: flex;
  align-items: start;
  gap: 0px 56px;
}

@media screen and (max-width: 1199px) {
  .property-page-inner {
    gap: 0px 28px;
  }
}

.property-page-sidebar {
  width: 340px;
  flex-shrink: 0;
  position: sticky;
  top: 100px;
  padding: 24px;
  border-radius: 12px;
  background-color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
  .property-page-sidebar {
    width: 300px;
  }
}

@media screen and (max-width: 991px) {
  .property-page-sidebar {
    width: 100%;
    max-width: 350px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    border-right: 1px solid hsl(var(--black)/0.08);
    background-color: hsl(var(--white));
    z-index: 1001;
    padding: 32px;
    transition: 0.3s linear;
  }

  .property-page-sidebar.show {
    transform: none;
  }

  .property-page-sidebar .filter-form .form--control {
    background-color: #F8F8F8;
  }
}

@media screen and (max-width: 374px) {
  .property-page-sidebar {
    padding: 24px;
  }
}

.property-page-sidebar .close-btn {
  font-size: 1.25rem;
  padding: 0;
  display: none;
  border-radius: 50%;
  color: hsl(var(--black)/0.7);
  position: absolute;
  top: 25px;
  right: 32px;
}

@media screen and (max-width: 991px) {
  .property-page-sidebar .close-btn {
    display: block;
  }
}

@media screen and (max-width: 374px) {
  .property-page-sidebar .close-btn {
    top: 17px;
    right: 24px;
  }
}

.property-page-sidebar .close-btn:focus,
.property-page-sidebar .close-btn:hover {
  color: hsl(var(--black));
}

.property-page-content {
  width: 100%;
}

.property-page-content .btn--filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.property-cards {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
}

@media screen and (max-width: 1199px) {
  .property-cards {
    gap: 24px;
  }
}

@media screen and (max-width: 575px) {
  .property-cards {
    grid-template-columns: auto;
  }
}

/* ================================= Property Page Css End ====================== */
/* ================================= Property Details Page Css Start ============ */
.property-details .row--one {
  margin-bottom: 42px;
}

@media screen and (max-width: 991px) {
  .property-details .row--one {
    margin-bottom: 32px;
  }
}

.property-details__title {
  margin-bottom: 16px;
}


.property-details__buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 991px) {
  .property-details__buttons {
    gap: 8px;
  }
}

@media screen and (max-width: 374px) {
  .property-details__buttons {
    gap: 8px;
  }
}

.property-details__buttons .btn {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 991px) {
  .property-details__buttons .btn {
    width: auto;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 424px) {
  .property-details__buttons .btn {
    width: 100%;
    padding: 15px 0px !important;
    font-size: 1rem;
  }
}

.property-details__block:not(:first-child) {
  padding: 24px;
}

.property-details__block:first-child {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  overflow: hidden;
  padding-bottom: 32px;
}



.property-details__block .title {
  line-height: 150%;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
  text-transform: capitalize;
}

.property-details__block .custom--accordion .accordion-item:first-child .accordion-button {
  padding-top: 0px;
}

.property-details__block .custom--accordion .accordion-item:last-child .accordion-button {
  padding-bottom: 0px;
}

.property-details__block .custom--accordion .accordion-item:last-child .accordion-body {
  padding-top: 20px;
}

.property-details__block .custom--accordion .accordion-button {
  padding-left: 0px;
  padding-right: 0px;
}

.property-details__block .custom--accordion .accordion-body {
  padding-left: 12px;
  padding-right: 12px;
}

.property-details__slider-img {
  width: 100%;
  height: 100%;
  max-height: 840px;
  max-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.property-details__slider .slick-arrow {
  z-index: 1;
  width: 40px;
  height: 40px;
  border-width: 0px;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  position: absolute;
  font-size: 1.5625rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.property-details__slider .slick-arrow.slick-prev {
  left: 28px;
}

.property-details__slider .slick-arrow.slick-next {
  right: 28px;
}

@media screen and (max-width: 575px) {
  .property-details__slider .slick-arrow {
    width: 36px;
    height: 36px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 374px) {
  .property-details__slider .slick-arrow {
    width: 28px;
    height: 28px;
    font-size: 0.875rem;
  }
}

.property-details__thumb {
  max-width: 73%;
  margin-top: 32px;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 1199px) {
  .property-details__thumb {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .property-details__thumb {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
}

@media screen and (max-width: 575px) {
  .property-details__thumb {
    margin-top: 16px;
  }
}

.property-details__thumb-img {
  width: 100%;
  height: 100%;
  max-width: 120px;
  max-height: 72px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
}

.property-details__thumb .slick-slide {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.property-details__thumb .slick-slide:not(.slick-current) {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .property-details__thumb .slick-slide {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}


.property-details__map {
  width: 100%;
  border-radius: 8px;
  height: 340px;
  border: none;
}

@media screen and (max-width: 575px) {
  .property-details__map {
    height: 240px;
  }
}

@media screen and (max-width: 424px) {
  .property-details__map {
    height: 180px;
  }
}

.property-details__investors {
  margin-top: 20px;
}

.property-details__cards {
  margin-top: 20px;
}

.property-details-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.property-details-meta__item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.property-details-meta__item .icon {
  font-size: 1rem;
  color: hsl(var(--base));
}


.property-details-amenities {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}

@media screen and (max-width: 575px) {
  .property-details-amenities {
    gap: 10px 20px;
  }
}

.property-details-amenities__item .text {
  color: hsl(var(--base));
  font-weight: 600;
  line-height: 162.5%;
}

@media screen and (max-width: 991px) {
  .property-details-sidebar {
    max-width: 380px;
    height: 100%;
    min-height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1050;
    transform: translateX(-100%);
    transition: 0.3s linear;
    background-color: hsl(var(--white));
    border-right: 1px solid hsl(var(--black)/0.08);
  }

  .property-details-sidebar.show {
    transform: none;
  }
}

@media screen and (max-width: 575px) {
  .property-details-sidebar {
    max-width: 350px;
  }
}

@media screen and (max-width: 424px) {
  .property-details-sidebar {
    max-width: 320px;
  }
}

@media screen and (max-width: 374px) {
  .property-details-sidebar {
    max-width: 100%;
  }
}

.property-details-sidebar .close-btn {
  font-size: 1.25rem;
  padding: 0;
  color: hsl(var(--black)/0.7);
  position: absolute;
  top: 24px;
  right: 24px;
  display: none;
}

@media screen and (max-width: 991px) {
  .property-details-sidebar .close-btn {
    display: block;
    top: 16px;
    right: 16px;
  }
}

.property-details-sidebar .close-btn:focus,
.property-details-sidebar .close-btn:hover {
  color: hsl(var(--black));
}

.property-details-sidebar .block-heading__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.block-heading__title {
    font-size: 2rem;
    font-weight: 600;
    
}
.property-details-sidebar .block-heading__title {
  line-height: 150%;
  margin-bottom: 0px;
}

.property-details-sidebar .block-heading__subtitle {
  color: hsl(var(--base));
  font-weight: 500;
  line-height: 150%;
  margin-top: 16px;
}

.property-details-sidebar .block-heading__arrows .slick-arrow {
  width: 26px;
  height: 26px;
  border-width: 0px;
  color: hsl(var(--base));
  background-color: hsl(var(--base-l-900));
  font-size: 0.8125rem;
}

.property-details-sidebar .block-heading__arrows .slick-arrow:not(:last-child) {
  margin-right: 16px;
}

.property-details-sidebar__block {
  padding: 24px;
  border-radius: 8px;
  background-color: #f1f1f1;
}

@media screen and (max-width: 991px) {
  .property-details-sidebar__block {
    padding: 16px;
  }
}


.property-details-amount-info {
  margin-top: 10px;
}

.property-details-amount-info__item {
  color: hsl(var(--gray-two));
  font-weight: 500;
  line-height: 150%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 424px) {
  .property-details-amount-info__item {
    font-size: 1.4rem;
  }
}

.property-details-amount-info__item:not(:last-child) {
  border-bottom: 1px solid hsl(var(--base-l-900)/0.5);
}

.property-details-amount-info__item:first-child {
  border-top: 1px solid hsl(var(--base-l-900)/0.5);
}

.property-details-amount-info__item:last-child {
  padding-bottom: 0px;
}

.property-details-investor__wrapper {
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 424px) {
  .property-details-investor__wrapper {
    gap: 8px;
  }
}

.property-details-investor__thumb {
  max-width: 95px;
  max-height: 95px;
}

.property-details-investor__thumb a {
  width: 100%;
  height: 100%;
}

.property-details-investor__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 8px;
}

.property-details-investor__content .name {
  margin-bottom: 0px;
}

.property-details-investor__content .name a {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 150%;
}

@media screen and (max-width: 424px) {
  .property-details-investor__content .name a {
    font-size: 1rem;
  }
}

.property-details-investor__content .name a:hover,
.property-details-investor__content .name a:focus {
  color: hsl(var(--base));
}

.property-details-investor__content .designation {
  width: 100%;
  color: hsl(var(--gray-two));
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
}

@media screen and (max-width: 424px) {
  .property-details-investor__content .designation {
    font-size: 0.8125rem;
  }
}

.property-details-investor__content .meta-list {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .property-details-investor__content .meta-list {
    margin-top: 12px;
  }
}

@media screen and (max-width: 1199px) {
  .property-details-investor__content .meta-list {
    gap: 12px;
  }
}

.property-details-investor__content .meta-list__item {
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 1199px) {
  .property-details-investor__content .meta-list__item {
    gap: 6px;
  }
}

@media screen and (max-width: 424px) {
  .property-details-investor__content .meta-list__item {
    font-size: 0.8125rem;
  }
}

.property-details-investor__content .meta-list__item .icon {
  color: hsl(var(--base));
  display: inline-block;
}

.property-details-investor__content .meta-list__item .text {
  line-height: 150%;
  white-space: nowrap;
}

.property-details-investor__content .meta-list__item:last-child .text {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.property-details-card {
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 424px) {
  .property-details-card {
    gap: 12px;
  }
}

.property-details-card:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 424px) {
  .property-details-card:not(:last-child) {
    margin-bottom: 16px;
  }
}

.property-details-card__thumb {
  max-width: 115px;
  max-height: 85px;
  flex-shrink: 0;
}

@media screen and (max-width: 424px) {
  .property-details-card__thumb {
    max-width: 90px;
  }
}

.property-details-card__thumb a {
  width: 100%;
  height: 100%;
}

.property-details-card__thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.property-details-card__content {
  width: 100%;
}

.property-details-card__content .title {
  margin-bottom: 4px;
}


.property-details-card__content .location {
    font-size: 1.5rem;
    font-weight: 500;
    color: gray;
    
}
.property-details-card__content .title a {
  font-size: 15px;
  font-weight: 600;
  line-height: 150%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 424px) {
  .property-details-card__content .title a {
    font-size: 1.6rem;
  }
}

.property-details-card__content .title a:hover,
.property-details-card__content .title a:focus {
  color: hsl(var(--base));
}

.property-details-card__content .location {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

@media screen and (max-width: 424px) {
  .property-details-card__content .location {
    font-size: 1.4rem;
  }
}

.property-details-card__content .price {
  color: hsl(var(--base));
  font-weight: 700;
  line-height: 150%;
}

@media screen and (max-width: 424px) {
  .property-details-card__content .price {
    font-size: 1.4rem;
  }
}

/* ================================= Property Details Page Css End ============== */


.label {
    color:#333333;
    font-size:14px;
}



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*Slider end*/