.nav-item .active{
    color: #f6c44c;
}

/*.full-name input{
    margin-left: 10px;
    margin-right: 10px;
}
.contact-us-form input{
    margin-left: 10px;
    margin-right: 10px;
}
.contact-us-form textarea{
    margin-left: 10px;
    margin-right: 10px;
}*/
.contact-us{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #e4e3e2;
}
.contact-us-section{
    width: 80%;
}

.contact-us-form{
    width:85%;
    padding-top: 10px;
}
.queries-section h4{
    font-family: HelveticaLight;
    font-weight: 600;
    color: #2b2929c2;
    font-size: 1.30em;
    letter-spacing: 0.02em;
}
.queries-section a{
    text-decoration: underline;
    font-family: Helvetica;
    font-weight: 600;
    color: #000;
    font-size: 1.0em;
    letter-spacing: 0.02em;
}
.queries-sub-section{
    padding-top: 20px;
}
.queries-sub-section h4{
    font-family: HelveticaLight;
    font-weight: 600;
    color: #2b2929c2;
    font-size: 1.30em;
    letter-spacing: 0.02em;
}
.contact-us-details{
    padding-top: 20px;
}
.contact-us-details h4{
    padding-bottom: 10px;
    font-family: Helvetica;
    font-weight: 600;
    color: #2b2929c2;
    font-size: 1.2em;
    letter-spacing: 0.02em;
}
.contact-us-details i{
    padding-right: 15px;

}

.street-name{
    padding-left: 37px;
}
.fa-mobile-alt{
    padding-left: 5px;
}
.email-us{
    text-decoration: underline;
}
.email-us a{
    color: #2b2929c2;
}
.btn-primary{
    background-color: #4a7c11;
    font-family: Helvetica;
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 0.05em;
}
.contact-us-form input,
.contact-us-form textarea {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #0d18006b;
    
}
::placeholder{
    font-family: Helvetica;
    font-weight: 500;
    color: #0d1800;
}
@media only screen and (max-width: 700px){
    .contact-us-form{
        width: 95%;
    }
    .contact-us-section{
        width: 90%;
    }
}
@media only screen and (max-width: 768px){
    .customer-name{
        margin-bottom: 20px;
    }
}