.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
}

.property-block .thumbnail-img img {
    opacity: 1;
    height: 315px;
    width: 100%;
    object-fit: cover;
}

.post-image img {
    height: 270px;
    object-fit: cover;
    width: 100%;
}

.post-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-content h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}

#scroll {
    right: unset;
    left: 0;
    background: var(--theme-primary-color);
}

.anchorCls::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#whatsappScroll {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 100;
    width: 100px;
}

.property-overview .listing-price {
    font-size: 24px;
    font-weight: 700;
    text-align: right;
    color: var(--theme-primary-color);
    display: flex;
    flex-direction: column;
    font-family: var(--theme-highlight-font);
}

.property-grid-6 .listing-location {
    font-size: 14px;
}

.property-grid-6 .listing-price {
    border-radius: 5px;
}

/* .fa-vector-square {
    -webkit-text-stroke: 2px white;
} */

.flat-medium::before {
    font-size: 30px;
    line-height: 30px;
}