.pb-5 {
    padding-bottom: 1.25rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
}
.mb-5 {
    margin-bottom: 1.25rem !important;
}
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.fv-plugins-icon-container {
    position: relative;
}
.form-label {
    margin-bottom: .5rem;
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--bs-gray-800);
}
.form-label {
    font-size: 1.15rem !important;
    font-weight: 550 !important;
}
.form-label {
    margin-bottom: .5rem;
}
label {
    display: inline-block;
}
.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: var(--bs-danger);
    padding-left: .25rem;
    font-weight: 600;
}
.required::after {
    content: " *";
    color: red;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.form-control.form-control-solid {
    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-100);
    color: var(--bs-gray-700);
    transition: color .2s ease;
}
.form-control.form-control-solid, .form-control.mb-2.mb-md-0 {
    background-color: #f0f0f0 !important;
}
.form-control-lg {
    min-height: calc(1.5em + 1.65rem + 2px);
    padding: .825rem 1.5rem;
    font-size: 1.15rem;
    border-radius: .625rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: .775rem 1rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: var(--bs-gray-700);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid var(--bs-gray-300);
    border-radius: .475rem;
    box-shadow: false;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control.form-control-solid:focus, .form-control.mb-2.mb-md-0:focus {
    background-color: #414b67;
    border-color: #E60000 !important;
    color: var(--bs-gray-700);
    transition: color .2s ease;
    box-shadow: none;
}
.form-label {
    font-size: 1rem !important;
    font-weight: 550 !important;
}
#contact_form input::placeholder,
#contact_form textarea::placeholder {
  font-size: 0.9rem !important;
}
.form-check.form-check-solid .form-check-input:not(:checked) {
    background-color: var(--bs-gray-200);
    box-shadow: none;
}
.btn.btn-save {
    color: #fff !important;
    background-color: #E60000 !important;
    border-color: #E60000 !important;
}
