.property-single .kg_property_single_page .kg_prirce_area {
    background: #fff !important;
    border: none !important;
}
.property-single .property-description.kg_property_single_page .kg_prirce_area span.kg_property_description_data {
    background-color: #f9f9ff;
    border: none;
    margin-bottom: 10px !important;
    display: flex !important;
    justify-content: space-between !important;
    font-weight: 700 !important;
    font-family: 'Roboto';
    color: #6E7488 !important;
    font-size: 16px !important;
}
.property-single .property-description.kg_property_single_page .kg_prirce_area  span.price.kg_property_description_data.kg_property_description_price {
    width: 49%;
    justify-content: flex-end !important;
}
.property-single .kg_property_single_page .kg_prirce_area span.inside_sales.status.kg_property_description_data.kg_property_description_inside_sales {
    width: 50%;
}
.property-single .property-description.kg_property_single_page .kg_prirce_area span.kg_property_description_data span {
    font-weight: 700;
    font-family: 'Roboto';
    color: #6E7488;
    font-size: 16px;
}
.property-single .property-description.kg_property_single_page .kg_prirce_area span.kg_property_description_data span.kg_property_description_title_data {
    font-weight: 400;
}
.property-single .property-description.kg_property_single_page .text {
    background-color: #f9f9ff !important;
    border: none !important;
    margin: 10px 15px 0;
    display: inline-block;
    width: -webkit-fill-available;
}
.property-single .property-description.kg_property_single_page .text p {
    margin: 0;
}
.property-single .property-description.kg_property_single_page .kg_prirce_area span.price.kg_property_description_data.kg_property_description_price.kg_property_sales_empty {
    width: 100%;
    justify-content: flex-start !important;
}
@media screen and (min-width: 991px) and (max-width: 1199px){ 
    .property-single .property-description.kg_property_single_page .kg_prirce_area  span.price.kg_property_description_data.kg_property_description_price {
        width: 100%;
        justify-content: flex-start !important;
    } 
    .property-single .kg_property_single_page .kg_prirce_area span.inside_sales.status.kg_property_description_data.kg_property_description_inside_sales {
        width: 100%;
    }
    }
    @media screen and (max-width: 767px){
        .property-single .property-description.kg_property_single_page .kg_prirce_area  span.price.kg_property_description_data.kg_property_description_price {
        width: 100%;
        justify-content: flex-start !important;
    } 
    .property-single .kg_property_single_page .kg_prirce_area span.inside_sales.status.kg_property_description_data.kg_property_description_inside_sales {
        width: 100%;
    }
    .property-single .kg_property_single_page .kg_prirce_area {
        padding: 0 !important;
    }
    .property-single .property-description.kg_property_single_page .text {
        margin: 0;
    }
}