/*
.select2-selection {
    border: none !important;
    background-color: #f1f1f1 !important;
}
textarea.form-control {
    height: auto;
    background-color: #f1f1f1 !important;
}
*/
    .heading {
    color: #e01c28;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.19444;
    font-weight: 800;
    font-family: "Barlow Condensed", sans-serif;

}
label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: bold;
    font-size: 16px !important;

}
h3 {
  font-size: 26px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.btn-btn-primary1 {
    margin-left: -50px;
    margin-top: 16px;
    background-color: #f50303;
    border-radius: 0;
    padding: 10px 20px;
    border: 1px solid #f50303;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: white;
    transform: all 0.6s ease-in;
}
    .btn-btn-primary1:hover{
  
    border: 1px solid #f50303;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
    font-size: 14px;

}

a:hover {
    color: #fbac16;
    text-decoration: none;
}
.form-control {
    border: 1px solid #d8d8d8 !important;
}

 .req {
        color: red;
    }