/* Track */
.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
  border-radius: 0;
  background: #e4e4e4;
}

/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #35baff;
  border-radius: 0;
}

/* Handle on hover */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #35baff;
}

.custom-scrollbar::-webkit-scrollbar-button {
  display: none;
}

.custom-scrollbar {
  scrollbar-color: #35baff #e4e4e4 !important;
  scrollbar-width: thin !important;
}

.single_property_page .property__single .property__media-wrap .property__media img.property__media-featured {
  aspect-ratio: 16/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single_property_page .property__single .property__info .property__action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1200px) {
  .single_property_page .property__single .property__info .property__action-buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
  }
}
.single_property_page .property__single .property__info .property__action-buttons .property__management-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single_property_page .property__single .property__info .property__action-buttons .property__brochure-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single_property_page .property__single .property__details .property__detail-title::before {
  display: none;
}
.single_property_page .property__single .property__details i {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  line-height: 22px;
  font-size: 22px;
  vertical-align: middle;
}
.dino-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 1200px) {
  .dino-link {
    left: 0;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
    -webkit-transform: none;
            transform: none;
  }
}
.dino-link img {
  height: 10px;
}

.custom-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 3px 20px;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
}
.custom-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.custom-btn .fa {
  display: inline-block;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}/*# sourceMappingURL=custom-styles.css.map */