
@font-face {
    font-family: Ubuntu-Bold;
    src: url('../fonts/Ubuntu-Bold.ttf');
}
.rh_form__item .error{
    margin: unset !important;
}
.col-md-6 {
    float: left;
    width: 47%;
    margin: 0 6px;

}

@media all and (max-width: 600px) {
    .col-md-6 {
        float: none;
        width: 100%;
        margin: 0;
    }
}

.chosen-container-single .chosen-single {
    height: 54px;
    font-size: 16px;
    padding: 12px;
    background: unset;
    border: 1px solid rgba(28, 157, 146);
}

.chosen-container {
    margin-bottom: 13px;
}

.chosen-container-single .chosen-single div b {
    margin-top: 11px;
}

.error {
    padding: 0;
}

.iti__selected-flag{
    height: 45px;
}

#phone{
    padding-left: 45px;
}
.rh_page {
    width: 100% !important;
    margin: auto;
}
.rh_form__item label.error{
    position: relative !important;
    bottom: 0px;
}

.contact100-form-title {
    display: block;
    font-family: Ubuntu-Bold;
    font-size: 30px;
    color: #403866;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 49px;
}