body{
    font-family: Arial, sans-serif;
    background:#ededed;
    color:#111;
}

a{
    text-decoration:none;
}

.top-bar{
    background:#2ea74a;
    padding:20px 0;
}

.logo{
    max-height:50px;
}

.location-area{
    margin-top:12px;
    color:#fff;
    font-size:14px;
}

.location-area a{
    color:#fff;
    font-weight:700;
}

.divider{
    margin:0 10px;
}

.hero-section{
    padding:70px 0;
}

.hero-title{
    font-size:60px;
    font-weight:800;
    line-height:1;
    margin-bottom:10px;
}

.hero-title span,
.section-title span,
.service-title span,
.cta-section h2 span{
    display:inline-block;
    color:#2ea74a;
    font-style:italic;
    font-weight:400;
}

.city-title{
    margin-bottom:30px;
    font-weight:700;
}

.hero-text{
    font-size:22px;
    line-height:1.8;
    margin-bottom:30px;
}

.phone-btn{
    display:inline-block;
    padding:10px 28px;
    border:2px solid #2ea74a;
    border-radius:40px;
    color:#2ea74a;
    margin-bottom:30px;
}

.hero-image img{
    border-radius:15px;
}

.booking-box{
    background:#f6f6f6;
    border:2px solid #2ea74a;
    border-radius:20px;
    padding:30px;
}

.booking-box h2{
    color:#2ea74a;
    margin-top:0;
    margin-bottom:25px;
}

.booking-box h4{
    font-weight:700;
    margin-top:25px;
}

.form-control{
    border:none;
    border-bottom:1px solid #999;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    margin-bottom:20px;
    padding-left:0;
}

.form-control:focus{
    box-shadow:none;
    border-color:#2ea74a;
}

.submit-btn,
.cta-btn{
    background:#7de04f;
    border:none;
    padding:12px 28px;
    border-radius:6px;
    font-weight:700;
    color: black;
}

.section-space{
    padding:90px 0;
}

.section-title h2{
    font-size:60px;
    font-weight:800;
    margin-bottom:50px;
}

.work-card{
    background:#fff;
    border:3px solid #2ea74a;
    border-radius:18px;
    padding:25px;
}

.work-card h3{
    color:#2ea74a;
    font-size:38px;
    margin-top:50px;
}

.work-card p{
    font-size:22px;
    line-height:1.7;
}

.why-section{
    background:#355437;
    padding:90px 0;
    color:#fff;
}

.white h2{
    color:#fff;
}

.why-box{
    text-align:center;
}

.why-box i{
    font-size:40px;
    color:#7de04f;
    margin-bottom:20px;
}

.why-box h4{
    font-size:28px;
    margin-bottom:15px;
}

.why-box p{
    font-size:18px;
    line-height:1.6;
}

.map-img{
    border-radius:12px;
}

.service-title{
    font-size:58px;
    font-weight:800;
    margin-top:0;
}

.green-text{
    color:#2ea74a;
    font-size:42px;
}

.zip-list{
    list-style:none;
    padding:0;
    margin-top:30px;
}

.zip-list li{
    font-size:34px;
    margin-bottom:10px;
}

.customers-section h4{
    margin-top:20px;
    color:#2ea74a;
    font-size:28px;
}

.customer-icon{
    height:120px;
}

.cta-section{
    padding:100px 0;
}

.gusty-img{
    width:200px;
    margin-bottom:30px;
}

.cta-section h2{
    font-size:62px;
    font-weight:800;
    margin-bottom:25px;

}

.cta-section p{
    max-width:850px;
    margin:0 auto 35px;
    font-size:22px;
    line-height:1.8;
}

.footer-section{
    background:#2ea74a;
    color:#fff;
    padding:60px 0;
}

.footer-logo{
    max-width:180px;
}

.footer-section h3{
    font-style:italic;
    margin:20px 0;
}

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#fff;
}

@media(max-width:991px){

    .hero-title,
    .section-title h2,
    .service-title,
    .cta-section h2{
        font-size:42px;
    }

    .hero-text,
    .work-card p,
    .cta-section p{
        font-size:18px;
    }

    .booking-box{
        margin-top:50px;
    }

    .why-box{
        margin-bottom:40px;
    }

}
