h2 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    font-feature-settings: 'liga' off;
    color: #243E56;
}

.contact-subheading {
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #4E6F87;
    padding-bottom:20px;
}

.contact-seperator {
    border: 1px solid #00A7C5;
    width: 50px;
    display: inline-block;
}

.address-side i{
    font-size:16px;
}

.address-side .heading {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;    
    font-feature-settings: 'liga' off;
    color: #00A7C5;
}

.address-side .subheading {
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;    
    font-feature-settings: 'liga' off;    
    color: #243E56;
}

.address-side .address-info,.address-phone,.address-fax,.address-email  {
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #4E6F87;
}

#contact-us-form{
    background: #F2F5F9;
    padding:1rem;
}

#contact-us-form .terms-text{
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;    
    font-feature-settings: 'liga' off;    
    color: #294B66;
}

#contact-us-form .form-header .fill-form-text{
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;    
    font-feature-settings: 'liga' off;    
    color: #243E56;
}

#contact-us-form .form-header .form-mandatory-text{
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;    
    text-align: center;
    font-feature-settings: 'liga' off;    
    color: #4E6F87;
}