.form a{
    font-weight: 400 !important;
    margin: 0 0 20px 0;
    font-size: 16px;
}
.page-form i{
    font-size: 22px;
    opacity: .3;
}
.page-form h4{
    font-family: var( --secondary-font-family);
    font-weight: 400;
    font-size: 24px;
    margin: 0 0 30px 0;
}

.page.section-form{
    position: relative;
}
.page.section-form:before{
    opacity: .08;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;

}
/*FORM*/


/*Section Form*/
.form a, .form p{
    font-weight: 400 !important;
    margin: 0 0 20px 0;
    font-size: 14px;
}
.form p{
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.75;
}
.form h4{
    margin-top:15px;
    font-weight: 700;
    font-size: 14px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}
label{
    padding-top: 0px;
    margin-bottom: 0;
    font-family: var( --secondary-font-family);
    line-height: 1.6;
    font-size: 16px;
    display: block;
    font-weight: 700;
    color:  #555;
    font-weight: 700;
}
.iti__selected-dial-code, .select2-results__option, .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #333;
}
.flatpickr-innerContainer{
    background: var(--primary-text-color-inverse);
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month{
    color: var(--primary-text-color);
}
.custom-control-label{
    margin-right: 10px;
}
.form-check label{
  text-align: left;
}
input[type=checkbox], input[type=radio]{
margin:0px;
}
.form-control:focus {
    border-color: #ccc;
    border-bottom:1px solid rgba(0, 0, 0, 0.5);
    outline: 0;
    box-shadow: none !important;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.form-control::placeholder{
color:#000;
}

.form-control::-webkit-input-placeholder {
color: #000;
}
.form-control::-moz-placeholder {
color: #000;
}
.form-control:-ms-input-placeholder {
color: #000;
}
.form-control:-moz-placeholder {
color: #000;
}
textarea{
    height: 236px;
    max-height: 400px;
}

#map{
    height: 250px;
}
@media screen and (max-width: 425px) {
    #map{
        height: 200px;
    }
}
@media screen and (max-width: 992px) {
    label{
        text-align: left;
        margin-left: 0px;
    }
}