@media(max-width: 750px){
    .box-cover-image1{
        display: none;
    }
    .wpestate_header_image{
        background: url('/static/theme/bg-props-list.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}


.property_unit_type2 .property_location a{
    font-weight: 700;
    align-items: center;
    -moz-column-gap: var(--wp-estate-card-details-gap-option,var(--wp_estate_card_details_gap));
    column-gap: var(--wp-estate-card-details-gap-option, var(--wp_estate_card_details_gap));
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--wp-estate-card-details-alignment-option, var(--wp_estate_card_details_alignment));
    margin-bottom: 10px;
    align-items: center;
}

.uppercase{
    text-transform: uppercase;
}

.property_listing.property_unit_type2 .property_agent_wrapper span {
    font-size: 11px !important;
}


.add-favorites{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    z-index: 999;
}
.add-favorites.in-prop{
    position: inherit;
    color: #56425e;
    right: 0;
    bottom: inherit;

}

.add-favorites:hover{
   color: #ffffff70;
}

.add-favorites.in-prop:hover{
    color: #56425e70;
}

@media (max-width: 700px) {
    .prop-thumb {
        width: 365px;
    }
}