/*Fixed overlap issue from 3d floor plan image covering pricing*/

.leaseleads-floor-plan__price p { margin-top: 30px!important; line-height:30px; }

.leaseleads-price-stroke:after {
    background-color: #b02323 !important;
}
.leaseleads-floor-plan__price p span:nth-of-type(2) {
    color: #b02323;
}