.contact-form .form-control {
    border: 1px solid !important;
}

/* Chosen (bundled by theme) — match the form-control look for the country select */
#module-sd_customform-display .chosen-container {
    width: 100% !important;
    font-size: 14px;
}
#module-sd_customform-display .chosen-container-single .chosen-single {
    height: auto;
    min-height: 38px;
    line-height: 28px;
    padding: 4px 26px 4px 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
    color: #2b2e34;
}
#module-sd_customform-display .chosen-container-single .chosen-single span {
    margin-right: 26px;
}
#module-sd_customform-display .chosen-container-single .chosen-single div {
    top: 0;
    right: 6px;
    height: 100%;
    display: flex;
    align-items: center;
}
#module-sd_customform-display .chosen-container-single .chosen-default {
    color: #9ea3ab;
}
#module-sd_customform-display .chosen-container .chosen-drop {
    border: 1px solid #ced4da;
    border-top: none;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
#module-sd_customform-display .chosen-container .chosen-results li.highlighted {
    background-color: #25b9d7;
    background-image: none;
    color: #fff;
}
#module-sd_customform-display .chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #25b9d7;
    background-image: none;
}

.contact-form {
    background: unset !important;
}

#module-sd_customform-display .custom-flex {
    flex-direction: column;
}



.custom_form_right {
    position: relative;
    left: 47rem;
}

#module-sd_customform-display .required_label:after {
    content: '*';
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px;
}

#module-sd_customform-display .section-title {
    padding: 3rem 0;
}

#module-sd_customform-display .form-field {
    margin-bottom: 3rem;
}
#module-sd_customform-display .btn-primary {
    margin-top: 3rem;
}

#module-sd_customform-display .filestyle .btn-primary {
    border-radius: 0;
    margin-top: 0;
}

#module-sd_customform-display .diaplaynone{
    display:none;
}
#module-sd_customform-display .error{
    color:red;
    display:block
}

@media (max-width: 1024px) {
    #module-sd_customform-display .form-field {
        margin-bottom: 1.5rem;
    }
    #module-sd_customform-display .btn-primary {
        margin-top: 1.5rem;
    }
}

/*    Advanced Captcha */
.pa-captcha-field-row {
    margin-bottom: 7px;
}

#pa-captcha-refesh img {
    width: 20px;
    height: 20px;
}

#pa-captcha-refesh {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    margin-right: 5px;
}

input[name="captcha"] {
    display: none;
}

div.form-group.row #pa_captcha, .pa-captcha-field-row #pa_captcha {
    margin-top: 1rem;
}

.captcha_pwd_recovery.pwd_recovery.page_password.ver17 .pa-captcha-img {
    margin-left: 15px;
}

.captcha_pwd_recovery.pwd_recovery.page_password.ver17 {
    margin: 0;
}

.captcha_pwd_recovery:not(.ver17) label {
    width: 100%;
}

.captcha_pwd_recovery:not(.ver17) .pa-captcha-inf {
    clear: both;
    width: 100%;
}
/* Thank-you / redirect landing page (Sd_CustomformThankYouModuleFrontController) */
.sd-customform-thankyou {
    padding: 40px 0 60px;
}

.sd-customform-thankyou .sd-thankyou-title {
    margin: 0 0 20px;
    text-align: center;
    font-weight: 600;
}

.sd-customform-thankyou .sd-thankyou-content {
    font-size: 16px;
    line-height: 1.6;
}

.sd-customform-thankyou .sd-thankyou-content > *:first-child {
    margin-top: 0;
}

.sd-customform-thankyou .sd-thankyou-content > *:last-child {
    margin-bottom: 0;
}
