:root{
    --primary:#002d70;
    --secondary: green;
}
.btn.btn-secondary, .bg-secondary,.whatsAppBtn{
    background-color: var(--secondary) !important;
    background-color: var(--secondary) !important;
    color: #fff !important;
}
.footer-main{
    background-color:#222222 !important;
}
.propertyBox .content{
    text-align: center;
}
.detailpage-hero{
    position:relative;
}
.detailpage-hero:after{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.3);
}
.detailpage-hero>div{
    position:relative;
    z-index:2;
}
.text-secondary{
    color:var(--secondary) !important;
}






@media (max-width: 575.98px) {
    .logo {
        width: 94px;
        margin: 15px 0;
    }
    .section-specs .specsRow{
        flex-wrap: wrap;
    }
    .section-specs .specsRow li {
        padding: 15px 50px;
        border-right: 0px solid #ccc;
        border-bottom: 1px solid #ccc;
        width:100%;
    }
}