
@font-face {
    font-family: Ubuntu-Bold;
    src: url('../fonts/Ubuntu-Bold.ttf');
}
.select2-selection.select2-selection--single {
    padding: 9px 7px;
    height: 50px;
    border: 1px solid rgba(128, 128, 128, 0.2);
}
.rh_contact__form .rh_contact__input .error{
    background: unset !important;
    color:red !important;
}
label.error{
    padding: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
}
.rh_page {
    width: 100% !important;
    margin: auto;
}
.select2.select2-container.select2-container--default{
    width: 100% !important;
}

.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;
}