.contact-us-text{
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 1px;
}
.contact-us-wrapper{
    background-color: #202020;
    padding: 20px;
}
#contact-us-textarea{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 0;
    font-size: 16px;
    color: #000 !important;
    letter-spacing: 2px;
}
.contact-us-description {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 36px;
}
.contact-us-image{
    width: 100%;
    height:100%;
    border-radius: 3px;
}
.contact-us-image img{
    width: 100%;
    height: 100%;
    max-height: 600px;
    min-height: 600px;
    border-radius: 3px;
}
.helpEmail {
    color: #87ADF8;
}
/* .contact-us-form-wrapper input.form-control {
    height: 50px !important;
}  */
.divider{
    width: 100%;
    height:1px;
    margin: 40px auto;
    background-color:#3A3A3A;
}
section.custom-pt-1.user-registration-flow-wrapper.contact-us_wrapper_title {
    padding: 138px 0 !important;
}