.badges.sold{
    background-color: red !important;
    color:#FFF !important;
}

.btn-detail{
    border:#FFF 1px solid;
    color:#FFF;
    width:100%;
    margin:2px 0px;
}

.btn-detail:hover{
    color:#000;
    background-color: #FFF;
}

.sidebar-apri{
    margin-top:41%;
}

.display-none{
    display:none !important;
}

.property-leasestatus{
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}

.property-priceusd, .property-priceother, .table-price tr td{
    font-weight: bold;
    font-size: 18px;
    color: red;
}

.property-infoprice{
    font-weight: bold;
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    .sidebar-apri{
        margin-top:0% !Important;
    }
}
