h2 {
    font-weight: unset !important;
    font-size: 48px !important;
    padding-left: 44px !important;
}

@media (min-width: 320px) and (max-width: 480px) {
    h2 {
        font-size: 46px !important;
        padding-left: 0px !important;

    }
}



.hr {
    border-bottom: 1px solid #E4E4E4;
}

@media (max-width: 768px) {
    .hr {
        margin-top: 20px;
    }
}

p.content {
    padding-left: 38px;
}
@media (min-width: 320px) and (max-width: 1024px) {
    h2 {
        padding-left: 0px !important;
    }

    p.content {
        padding-left: 0px;
    }
}
/*--------------------------------------
   section-1
--------------------------------------*/
@media (min-width: 480px) and (max-width: 1024px) {
    #section-1 .col-md-pull-7 {
        display: flex;
        justify-content: center;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .imgResponsive {
        width: 100%;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    #section-1 .col-md-pull-7 .imgResponsive {
        width: 100%;
    }
}


/*--------------------------------------
    FORM
--------------------------------------*/
#section-form.tb {
    padding-top: 0;
}

#section-form .form-bg {
    padding-bottom: 20px !important;
}

#section-form form {
    margin-top: -20px !important;
}

#section-form label {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    padding-top: 10px;
}

#section-form .label-right {
    text-align: right;
}

#section-form .field {
    margin-bottom: 30px;
}

#section-form input,
#section-form select,
#section-form textarea {
    background-color: #f2f2f2;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;

}

#section-form .btn-default {
    background-color: #339999;
    font-size: 18px;
    color: #ffffff;
    font-weight: 900;
    border: 0;
    padding: 5px 50px;
}

#section-form i {
    margin-top: 10px;
    background-color: #f2f2f2;
    border: 1px solid #333333;
}

#section-form .checkbox a {
    color: #666666;
    text-decoration: underline !important;
}

#section-form form .row {
    margin-bottom: 0px;
}

@media (min-width: 320px) and (max-width: 1024px) {

    #section-form .label-right {
        text-align: left;
    }

}

@media only screen and (max-width: 768px) {
    #section-form .form-bg {
        margin-top: 10px;
    }

    #section-form form {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #section-form h3 {
        font-size: 20px;
    }

    #section-form .field {
        margin-bottom: 2px;
    }

    #section-form .form-group {
        margin-bottom: 5px;
    }

    #section-form .btn-default {
        width: 100%;
    }

}