@charset "utf-8";
.head,
.gnav,
#sidr-left,
.bread,
.property-enquiry,
.property-footer,
.history,
.openhouse,
.branch,
.banner,
footer,
#totop {
    display: none;
}
.property p,
.property dt,
.property dd
.property li,
.property-message_text,
.property-summary dt,
.property-summary dd,
.property-detail_full dt,
.property-detail_full dd,
.property-detail_half dt,
.property-detail_half dd,
.property-detail_full dt,
.property-detail_full dd{
    font-size: 14px;
}
.property-point li {
    font-size: 18px;
}
body {
    -webkit-print-color-adjust: exact;
}
.content{
    width: 100%;
}
.property{
    padding: 30px 0;
}
.property-header_h2 {
    font-size: 21px;
}
.property-message_h5,
.property-message_text {
    flex-basis:100%;
    -webkit-flex-basis:100%;
    max-width:100%;
    margin-bottom: 10px;
}
.property-message_h5 {
    margin: 0 auto 5px;
    padding: 5px !important;
}
.property-message_h5 span br{
    display: none;
}
.property-message_text{
    padding: 10px;
}
.property-gallery_li, .property-area_li {
    flex-basis: 32.3%;
    -webkit-flex-basis: 32.3%;
    max-width: 32.3%;
}
@media print and (-ms-high-contrast: none) {
    body {
        zoom: 1.8;
        width: 1200px;
        transform: scale(0.5);
        transform-origin: 0 0;
    }
}