@import url('contact-page.css');

.news-letter-section { padding: 100px 0 50px; text-align: center; background-color: #283952; color: #fff !important; }
.news-letter-section h1 { max-width: 790px; margin: 0 auto 40px auto; }
.news-letter-section .sub-title { margin-top: 40px; }
.news-letter-section .dropdown-wrapper .select2-container--default .select2-selection--single { text-align: left; }
.news-letter-section .contact-form-wrapper { text-align: left; }
.news-letter-section p>a:hover { text-decoration: underline; }
.news-letter-section p, a { color: #fff; margin-bottom: 0; }
.news-letter-section .dropdown-wrapper .select2-results__option { color: #313131; }
.news-letter-section span.h4 { margin-bottom: 10px; display: block; }
.news-letter-section .sub-text { font-size: 18px; line-height: 1.5; max-width: 790px; margin: 0 auto; }
.news-letter-section .dropdown-wrapper .select2-container--default .select2-results__option[aria-selected=true]{
    color: #fff;
}
.news-letter-section .dropdown-wrapper .select2-container--default .select2-results__option--highlighted[aria-selected]{
    color: #8cc63f;
}

/* checkbox design 23-11-2023 start */
.news-letter-section .mc4wp-checkbox-contact-form-7 label{
    position: relative;
    padding-left: 28px;
    margin-bottom: 0;
}
.news-letter-section .mc4wp-checkbox-contact-form-7 input{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}
.news-letter-section .mc4wp-checkbox-contact-form-7 span::after{
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 6px;
    height: 13px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    visibility: hidden;
    transition: all .1s;
}
.news-letter-section .mc4wp-checkbox-contact-form-7 span::before{
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    height: 20px;
    width: 20px;
    /* border: 1px solid #FFF; */
    background-color: #FFF;
    border-radius: 4px;
}
.news-letter-section .mc4wp-checkbox-contact-form-7 input:checked + span::after{
    opacity: 1;
    visibility: visible;
    border-color: #283952;
}
.contact-form-wrapper .contact-us-form-wrapper .form-group.full-width{
    position: relative;
}

.news-letter-section .wpcf7-form.submitting .form-group.full-width .wpcf7-spinner{
    background-color: #8cc63f;
    display: block;
    margin: 0;
    top: 136% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

/* checkbox design 23-11-2023 end */
@media(max-width:1440px) {
    .news-letter-section { padding: 80px 0 50px; }
}
@media(max-width:1199px) {
    .news-letter-section { padding: 60px 0 50px; }
}
@media(max-width:767px) {
    .news-letter-section { padding: 40px 0; }
}