.module-content .contact-form .form-group {
    margin-left: auto;
    margin-right: auto;
}
.contact-form .form-actions {
    display: flex;
    justify-content: flex-start;
}
.contact-form .form-actions button{
    width: 200px;
    margin-top: 40px;
}
.contact-form{
    margin-bottom: 50px;
}
.contact-form label{
    font-family: 'Lato';
    font-weight: bold;
    font-size: 16px;
}
.contact-heading{
    font-family: 'Zilla Slab';
    font-weight: bold;
    font-size: 34px;
    color: #03AF82;
}
.contact-info{
    font-family: 'Lato';
    font-weight: 400;
    font-size: 18px;
    max-width: 476px;
    margin-bottom: 50px;

}
.contact-body{
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.contact-body .module{
    background: #F9FAF3;
    width: 700px;
    min-height: 700px;
}
.contact-body .module-content{
    padding: 20px 10% 20px 20px !important;
}
.contact-msg-heading{
    margin-top:70px !important;
}
.contact-msg-icons{

}
.contact-msg-adrs{
    max-width: 120px;
}
.contact-msg-email{

}
.contact-msg-heading2{
    margin-top: 140px !important;
}
.contact-msg-icons .mx-4{
    margin-right: 1.5rem !important;
    margin-left: 0rem !important;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 12px;
}
.contact-msg-icons .mx-4::before{
    font-size:28px;
}
.whitebg{
    background:white !important;
}
.contact-form .form-control {
    border: 2px solid black;
    border-radius: 5px;
    height: 40px;
}
.contact-form textarea{
    height: 250px !important;
}
