.com-spproperty.view-property .spproperty-feature-item .title-wrapper .spproperty-title {
    font-size: 24px;
}
.sp-select ul>li {
    font-size: 18px ;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 15px;
}

.com-spproperty.view-property .spproperty-feature-item .title-wrapper {
    flex: 0 0 200px;
}

#sp-footer, #sp-bottom {
    padding-left: 15px !important;
}

body.site input[type="text"], body.site input[type="email"], body.site input[type="url"], body.site input[type="date"], body.site input[type="password"], body.site input[type="search"], body.site input[type="tel"], body.site input[type="number"], body.site select, body.site textarea.sppb-form-control, body.site textarea  {
    color: #353535;
    background-color: #f9f9f9 !important;
    border: 0px solid !important;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding-right: 40px;
    line-height: 90px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    transition: 0.3s;
}

.com-spproperty.view-property .spproperty-overview-list {
    border: 1px solid #D8D8D8;
    padding: 34px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #242424;
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
}


.com-spproperty.view-property .spproperty-overview-list>div:not(:last-child) {
    margin-right: 20px;
}