
.contact-form{
    /* background: url(../img/new-img-contact.jpg) no-repeat left #fff; */
    background: url(../img/img-contact-desktop.jpg) no-repeat left #fff;
    background-size: cover;
    background-size: 45% 100%;
    padding: 40px  40px 40px 15px;
}
.form-contact{
    padding:30px  0px 0; 
    font-size: 14px;
} 
.form-contact .select2-container {
    width: 100% !important;
}
.form-contact .noUi-horizontal .noUi-tooltip {
   color: #111;
}
.form-contact .advance-search  select, .form-contact .advance-search input{
   margin:0 0 7px;
}
.select2-container--default .select2-selection--single{
   border: 1px solid rgb(195, 195, 195);
   height: auto; 
}
 
.form-contact input::placeholder,  .form-contact textarea::placeholder{
    font-size: 14px;
    color: #C3C3C3;
}
.form-contact input,  .form-contact textarea{
    color: #222;
}
.form-contact textarea{
    height: 120px;
}
.form-contact .select2-selection--single .select2-selection__rendered{
    font-size: 14px;
   padding-top:4px;
   text-align: left;
}

.form-contact .noUi-connects {
   background: #ccc;
}
.form-contact .btn-form-submit {
     
    width: 50%;
    background: #212c68;
    display: flex;
    text-align: center;
    color: white;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    padding: 8px 0px;
    font-family: NexaReg;
    font-size: 14px;
    transition: 300ms ease;
}
.form-contact .btn-form-submit:hover:not(:disabled) {
    background: #4b5baf;
}
.form-contact .btn-form-submit:disabled{
    opacity: 0.7;
    cursor: not-allowed;
}

.lds-ring {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    margin: 3px;
    border: 3px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* .submit-loading.lds-ring{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
   */
@media (max-width: 991px) {
    .contact-form{
        /* background: url(../img/new-img-contact.jpg) no-repeat left #fff; */
        padding: 40px  15px 25px 15px;

    }
}
@media (max-width: 767px) {
    .contact-form{
        padding: 0;
        background: url(../img/img-contact-mobile.jpg) no-repeat top #fff;
        background-size: contain;
        padding-top: 60%;
    }
    .form-contact .btn-form-submit {
        width: 100%;
    }
    .contact-form > .row {
        
        padding:30px 0;
        margin:0;
    }
}
