html { 
    overflow-x: hidden;
}  
body{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;

} 
a,a:hover{
    text-decoration: none;
}
.contactus-wrap {
    padding: 40px 0 20px;
}
.block-heading{
    font-size: 21px;
    line-height: 30px;
    font-weight: 500;
    color: #007E64;
    text-transform: uppercase;
}
.block-heading::before{
    content: "";
    display: inline-block;
    width: 25px;
    height: 2px;
    background-color: #007E64;
    margin-right: 20px;
    margin-bottom: 6px;    
}
.title {
    font-size: 39px;
    font-weight: bold;
    line-height: 52px;
    padding-top: 12px;
    max-width: 790px;
}
.description {
    font-size: 25px;
    line-height: 33px;
    max-width: 745px;
    padding-top: 10px;
}

.call-btn, .quote-btn {
    text-align: center;
    color: #ffffff;
    background-color: #000B6B;
    font-size: 32px;
    line-height: 48px;
    font-weight: 500;
    padding: 15px 14px;
    border-radius: 6px;
    text-decoration: none;
    width: 100%;
    max-width: 432px;
    height: 92px;
    margin-top: 35px;
    transition: background-color 0.8s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    box-shadow: 0 4px 6px rgb(0 0 0 / 16%);
}
.call-btn a,
.quote-btn a{
    color: #ffffff;
}
.call-btn a img {
    margin-right: 25px;
    height: 56px;
    width: 47px;
}
.quote-wrap{
     padding: 35px 0;
}
.mailus-wrap{
    padding-bottom: 40px;
}
.mail-link {
    font-size: 14px;
    line-height: 19px;
    padding-top: 40px;
    
}
.mail-link a{
    color: #000B6B;
}
.mail-link a img {
    width: 26px;
    height: 16px;
    margin-right: 10px;
}
.container-border{
   
    border: solid 1px #d1d1d1;
}