/**
 *  Contact Us
 */

.contact-us {
    padding: 60px 22px;
    background-color: var(--blue);
    display: block;
    position: relative;
}

.contact-us-container {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.contact-us-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-us .contact-us-header .title-blue {
    color: #fff;
}

.contact-us-holder label {
    color: #fff;
    padding-left: 0;
}

.contact-us-holder {
    display: inline-block;
    padding: 20px 18px;
    width: 50%;
    float: left;
    padding-left: 0;
}

.contact-form-wrapper {
    margin-bottom: 30px;
    display: block;
    clear: both;
}

.contact-form-name {
    margin-bottom: 20px;
    margin-top: 38px;
    display: flex;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

input[type='text'].wpcf7-form-control,
input[type='email'].wpcf7-form-control {
    border: none;
    padding: 10px 20px;
    width: 100%;
    border-bottom: 1px solid rgba( 25, 41, 65, 0.28 );
    cursor: pointer;
}

.contact-us-text-input {
    background-color: white;
    padding: 10px;
    border-bottom: 1px solid rgba( 25, 41, 65, 0.28 );
    height: 117px;
}

.contact-us-text-input label {
    font-weight: bold;
    margin-bottom: 20px;
}

textarea.wpcf7-form-control {
    border: none;
    background: none;
}

.wpcf7-form-control {
    border: none;
}

input[type='text'].wpcf7-form-control:hover,
input[type='text'].wpcf7-form-control:active,
input[type='text'].wpcf7-form-control:focus,
input[type='email'].wpcf7-form-control:hover,
input[type='email'].wpcf7-form-control:active,
input[type='email'].wpcf7-form-control:focus {
    border-left: 3px solid #f8cc41;
    padding-left: 17px;
}

.contact-textarea {
    height: 115px;
}

.contact-us-links {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    justify-content: flex-end;
    font-weight: bold;
    align-items: center;
}

.wpcf7-textarea {
    height: 45px;
    margin-top: 20px;
    width: 100%;
}

.contact-form-email,
.contact-form-phone,
.contact-form-half {
    width: 48%;
    float: left;
}

.contact-form-email,
.form-half-left {
    margin-right: 4%;
}

.contact-us-links a {
    margin: 10px;
    color: #fff;
    transition: var(--transition);
}

@media (hover: hover) {
    .contact-us-links a:hover {
        color: rgba(255, 255, 255, .6);
        transition: var(--transition);
    }
}

.contact-us-links span {
    font-size: 18px;
    font-weight: normal;
    color: rgba(255, 255, 255, .6);
}

.contact-us-text-input {
    margin-top: 31px;
}

.contact-us-submit-button {
    margin-top: 35px;
    text-align: right;
    padding-right: 0;
    margin-right: 0;
    width: 150px;
    float: right;
}

.contact-us-submit-button-btn,
.wpcf7-submit {
    border: none;
    padding: 20px 30px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #f7cb40;
    color: white;
    transition: background-color 0.3s;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
}

.contact-us-submit-button-btn:hover,
.wpcf7-submit:hover {
    background-color: #f8e6aa;
    width: 100%;
}

.wpcf7-submit:active,
.wpcf7-submit:link,
.wpcf7-submit:visited {
    width: 100%;
    background-color: #f8cc41;
}

.contact-us-link-mobile {
    display: none;
}

.cf7-form-4.invalid {
    border: none;
}

.wpcf7-not-valid-tip {
    font-size: 11px;
    text-align: right;
    margin-top: 10px;
    color: red;
}

span.wpcf7-form-control-wrap.your-message .wpcf7-not-valid-tip {
    margin-top: 24px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
    padding: 0.2em 1em;
    color: red;
}

.contact-us-holder label {
    display: block;
    width: 100%;
}

.contact-us-holder
    textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #bfc3ca;
    height: 75px;
}

.contact-us-holder input::-webkit-input-placeholder {
    font-weight: 600;
}

.contact-us-holder input::-moz-placeholder {
    font-weight: 600;
}

.contact-us-holder input:-ms-input-placeholder {
    font-weight: 600;
}

.contact-us-holder input::-ms-input-placeholder {
    font-weight: 600;
}

.contact-us-holder input::placeholder,
.contact-us-holder label {
    font-weight: 600;
}


.contact-form .choices__list.choices__list--single .choices__item--selectable {
    font-weight: bold;
}

.contact-form .choices__input,
.contact-form .choices__list--dropdown .choices__item {
    font-size: 16px;
}

/* Grey Color */

.contact-us.gray {
    background-color: #f7f7f7;
}

.contact-us.gray .contact-us-header .title-blue,
.contact-us.gray .contact-us-holder label {
    color: var(--grey);
}

.contact-us.gray .contact-us-links span {
    color: rgba(99, 99, 102,.26)
}

.contact-us.gray .contact-us-links a {
    color: var(--blue);
}

.form-row {
    margin-bottom: 20px;
}


@media (hover: hover) {
    .contact-us.gray .contact-us-links a:hover {
        color: var(--hover-blue);
    }
}

@media ( max-width: 920px ) {
    .contact-us {
        padding: 60px 30px;
        position: relative;
    }

    .contact-us-container {
        display: block;
        width: 100%!important;
        margin: 0 auto;
        padding: 0 20px;
    }

    .contact-us-holder {
        display: inline-block;
        padding: 20px 0px;
        width: 100%;
        float: none;
    }

    .contact-us-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .contact-us-header h2 {
        font-size: 35px;
        font-weight: 800;
    }

    .contact-us-links {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0;
        justify-content: flex-end;
        font-weight: bold;
        align-items: center;
        height: 40px;
    }

    .contact-form-email,
    .contact-form-phone,
    .contact-form-half {
        width: 48%;
        float: left;
    }

    .contact-form-email,
    .form-half-left {
        margin-right: 4%;
    }

    .contact-us-text-input {
        margin-top: 0;
    }

    .contact-us-link-mobile {
        display: none;
    }
}

@media ( max-width: 599px ) {
    .contact-us {
        padding: 60px 10px 100px;
    }

    .contact-us-header {
        display: block;
        text-align: center;
    }

    .contact-us-links {
        display: none;
    }

    .contact-form-email,
    .contact-form-phone,
    .contact-form-half {
        margin-bottom: 20px;
    }

    .contact-us-holder {
        padding: 0;
    }

    .contact-us-text-input {
        margin-top: 0;
    }

    .contact-us-submit-button,
    .contact-us-submit-button-btn {
        width: 100%;
    }

    .contact-us-link-mobile {
        display: block;
        margin-top: 0;
    }

    .contact-us-link-mobile-btn {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        padding: 10px;
        border-top: 1px solid var(--white-hover);
        transition: box-shadow 0.3s;
    }

    .contact-us-link-mobile-btn:last-child {
        border-bottom: 1px solid var(--white-hover);
    }

    .contact-us.gray .contact-us-link-mobile-btn {
        color: var(--grey);
        border-top: 1px solid #dedede;
    }

    .contact-us.gray .contact-us-link-mobile-btn:last-child {
        border-bottom: 1px solid #dedede;
    }

    .contact-us-link-mobile-btn:hover {
        box-shadow: 0 1px 10px rgba( 100, 100, 100, 0.5 );
    }

    .contact-us-link-mobile-btn span {
        line-height: 38px;
        vertical-align: middle;
    }

    .contact-us-btn {
        width: 38px;
        height: 38px;
        background-color: #f8cc41;
        color: white;
        text-align: center;
        line-height: 38px;
        vertical-align: middle;
    }

    .contact-form-email,
    .contact-form-phone,
    .contact-form-half {
        width: 100%;
        float: none;
    }

    .contact-form-email,
    .form-half-left {
        margin-right: 0;
    }

    .contact-form .choices[data-type*='select-multiple'] .choices__input {
        max-width: 10ch;
        min-width: 100% !important;
    }
}

@media (min-width: 600px) {
    .contact-form-email-holder {
        margin-bottom: 30px;
        display: block;
    }
}

@media (max-width: 767px) {
    .contact-form .contact-form-name {
        margin-top: 10px;
    }

    .contact-form .contact-form-wrapper:first-child {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media ( min-width: 768px ) {
    .contact-form-name {
        margin-bottom: 30px;
        margin-top: 0px;
    }
    
}

@media ( min-width: 1025px ) {
    .contact-us-holder + .contact-us-holder {
        padding-right: 0;
        padding-left: 20px;
    }

    .contact-form-name {
        margin-bottom: 30px;
    }

    .contact-us-text-input {
        margin-top: 0;
    }

    .contact-us-holder label {
        padding: 0;
    }

    .contact-form .choices__input {
        margin-bottom: 0;
    }
    
    .contact-form .choices[data-type*='select-multiple'] .choices__inner {
        padding: 11px 15px;
    }

    section.contact-us.full-width .contact-us-container {
    width: 60%;
}
}


.contact-us.blue  .label-upload-wrap {
    color: #fff;
  
}

.contact-us.blue  .label-upload-wrap label{
    margin-right: 10px;
}