.d-view .card.border-0 {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 15px;
    padding: 10px;
    border-radius: 0.25rem;
    box-shadow: 0px 5px 20px 0px var(--box-shadow-blue);
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}
.d-view .card-img {
    /* max-width: 253px; */
    width: 40%;
    min-height: 100%;
    background-size: cover;
    background-position: 50%;
}
.d-view .card-body {
    max-width: 57%;
}
.d-view img.listing-img {
    height: 178px !important;
    height: 100%;
}
.d-view .listing-icons {
    column-gap: 5px;
}
.d-view li.icons-list {
    width: auto !important;
}
.d-view .listing-price {
    border-top: 0 !important;
    padding-top: 0px !important;
}
.d-view .price-p {
    font-size: 20px;
}
.d-view .prop-id  {
    text-align: end;
}
.d-view .prop-id span{
    background: #efefef;
    padding: 6px 10px;
    border-radius: 50px;
    color: #585858;
    font-weight: 600;
}
.d-view .card-body h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-details {
    flex-wrap: wrap;
}
.search-details {
    row-gap: 5px;
}

.bg-area {
    background-repeat: no-repeat;
    background-size: cover;
    height: 140px;
    background-position: center;
    background-color: #185769;
    /* background-blend-mode: overlay; */
    background-image: url(/images/listings_bg.webp);
}
.bg-area .centext {
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 140px;
    justify-content: center;
}
.properties-title-sect {
    /* background: #00000054; */
    padding: 1rem;
    border-radius: 5px;
}
.properties-t-h1 {
    font-size: 25px;
    margin-bottom: 0;
}
.properties-t-p {
    text-align: justify;
    margin: 15px 0;
}
.properties-t-p a {
    font-weight: bold;
    color: #c5a95e;
}
.properties-t-p a:hover {
    font-weight: bold;
    color: #4e4e4e;
}
@media screen and (max-width: 768px) {
    .bg-area {
        height: 90px;
    }
    .bg-area .centext {
        height: 90px;
    }
    .properties-title-sect {
        padding: 0.2rem;
    }
    .properties-t-h1 {
        font-size: 15px;
        margin-bottom: 0;
    }
    .properties-t-p {
        font-size: 10px;
        margin: 10px 0;
    }
}
/* .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    width: 100%;
} */
.search-details .inp-search, .search-details .select2 .select2-selection {
    border: 1px solid #E2E2E2 !important;
}
@media screen and (min-width: 1024px) {
    .input-group, input[type="number"], .select2 .select2-selection, #price-pop, #sq-pop {
        border: 1px solid #E2E2E2 !important;
        border-radius: 5px!important;
    }
}
.toggle-btn span {
    white-space: nowrap;
}