.single-commercial .commercial-property-single-header {
    background: #001e4c8c !important;
}
.single-commercial .filter-gradient-commercial {
    position: relative;
    color: color-yiq(#689881);
}
.single-commercial .filter-gradient-commercial:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background: linear-gradient(-30deg, rgba(0, 30, 76, 0.8) 0%, rgba(10, 48, 108, 0.8) 100%);
}
.single-commercial .tabs-row .nav-pills .nav-link.active {
    background-color: #001e4c !important;
    color: white !important;
}
.single-commercial .btn-darkblue {
    background-color: #001e4c !important;
    color: #fff;
}
.single-commercial .sg-block-title.blue {
    background-color: #001e4c !important;
}
