.form-field-group h3 {
    text-align: left;
    font-family: Montserrat;
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 1em;
    color: #505050;
    opacity: 1;
    display: block;
    width: 100%;
    margin-bottom: 2em;
}

.form-field-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-field-group * {
    font-family: Montserrat;
    box-sizing: border-box;
}

.form-field-group ::-webkit-input-placeholder,
.form-field-group input {
    color: black;
    font-size: 1em;
    line-height: 1.3em;
    opacity: 1;
}

.form-field-group ::-moz-placeholder,
.form-field-group input {
    color: black;
    font-size: 1em;
    line-height: 1.3em;
    opacity: 1;
}

.form-field-group :-ms-input-placeholder,
.form-field-group input {
    color: black;
    font-size: 1em;
    line-height: 1.3em;
    opacity: 1;
}

.form-field-group ::placeholder,
.form-field-group input {
    color: #505050 !important;
    font-size: 15px;
    line-height: 1.3em;
    opacity: 1;
}

textarea {
    color: #505050 !important;
}

textarea,
textarea:placeholder,
textarea::placeholder,
textarea::-webkit-input-placeholder,
textarea:placeholder-shown {
    line-height: 20px;
}

span.wpcf7-form-control-wrap .wpcf7-text {
    padding-top: 17px;
    padding-bottom: 17px;
}

.form-field-group input {
    border-color: #505050 !important;
    border-bottom-width: 2px;
    /*height: 2.66em;*/
    padding-left: 0px;
}

.NFI-wrapper input {
    border: none;
    color: black;
}

.NFI-wrapper .NFI-button {
    background-color: #522a73;
    padding: 0.5em;
    color: white;
    margin-right: 0.5em;
    border: 2px solid transparent;
    transition: all 0.5s;
}

.NFI-wrapper .NFI-button:hover {
    background-color: transparent;
    border: 2px solid #522a73;
    color: #522a73;
}

.NFI-wrapper {
    display: flex !important;
    align-items: center;
}

.form-field-group .field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.form-field-group .field {
    margin-right: 1.3em;
}

.form-field-group .field label {
    font-weight: 700;
    font-size: 20px !important;
    color: #505050;
    font-size: inherit;
    margin-bottom: 0.75em;
}

.form-field-group .field select:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: red;
}

.choices.custom-choices .choices__inner.choices__inner {
    background: none;
    font-size: inherit;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 2px solid black;
    min-height: 2.66em;
    padding: 10px;
    line-height: 1em;
    position: relative;
    padding-left: 0px;
}

.choices.custom-choices {
    font-size: inherit;
}

.choices.custom-choices .choices__inner .choices__list--single {
    padding: 0px;
}

.custom-choices.choices[data-type*="select-one"]::after {
    content: '';
    height: auto;
    width: auto;
    border-style: none;
    border-color: none;
    border-width: none;
    position: absolute;
    right: 0px;
    margin-top: 0px;
    pointer-events: none;
    content: '\f107';
    font-family: 'FontAwesome';
    height: 100%;
    font-size: 22px;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1em;
    color: #05BBB7;
}

.choices.custom-choices * {
    color: black;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0px;
    margin-bottom: 1.5em;
    position: relative;
}

.wpcf7-form-control.wpcf7-checkbox,
.wpcf7-form-control.wpcf7-acceptance {
    margin-left: 0px;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
    display: block;
    content: "";
    font-family: 'FontAwesome';
    width: 1.5em;
    height: 1.5em;
    border: 2px solid #ACACAC;
    margin-right: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input:checked~.wpcf7-list-item-label:before,
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input:checked~.wpcf7-list-item-label:before {
    background-color: #05BBB7;
    border-color: #05BBB7;
    content: "\f00c";
    font-family: 'FontAwesome';
    color: white;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #505050;
}

.wpcf7-form-control ::-webkit-input-placeholder {
    color: #505050;
}

.wpcf7-form-control ::-moz-placeholder {
    color: #505050;
}

.wpcf7-form-control :-ms-input-placeholder {
    color: #505050;
}

.wpcf7-form-control ::placeholder {
    color: #505050;
}

div.wpcf7.wpcf7 .wpcf7-submit:disabled {
    /* cursor: not-allowed; */
    /* background: black; */
    /* opacity: 0; */
}

.wpcf7-form-control.wpcf7-checkbox [type='checkbox'],
.wpcf7-form-control.wpcf7-acceptance [type='checkbox'] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    z-index: 49;
    width: 100%;
    height: 100%;
}

span.wpcf7-form-control-wrap textarea.wpcf7-textarea {
    padding-left: 0px;
    border-color: black;
    border-bottom-width: 2px;
}

.wpcf7-form input[type='submit'] {
    font-family: Montserrat;
    color: #522A73 !important;
    font-size: 22px;
    line-height: 1em;
    background: transparent;
    border: 3px solid #522A73 !important;
    border-top-color: rgb(82, 42, 115);
    border-right-color: rgb(82, 42, 115);
    border-bottom-color: rgb(82, 42, 115);
    border-left-color: rgb(82, 42, 115);
    -webkit-transition: all 1s;
    transition: all 1s;
    display: inline-block;
    min-width: auto;
    min-height: auto;
    height: auto;
    width: 368px;
    font-weight: bold;
    padding-bottom: 16px;
    padding-top: 16px;
}

.wpcf7-form input[type='submit']:hover {
    font-family: Montserrat;
    color: white !important;
    font-size: 22px;
    line-height: 1em;
    background: #522A73;
}

.choices__inner {
    border-radius: 0 !important;
    padding-top: 19px !important;
    padding-bottom: 19px !important;
}

.form-field-group>a {
    width: 100%;
}

.form-field-group label {
    margin-bottom: 0px;
}

@media only screen and (max-width: 780px) {
    .form-field-group .field.field {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
    .form-field-group {
        margin-bottom: 17px;
    }
    .wpb_wrapper>h1 {
        margin-bottom: 30px !important;
    }
    .form-field-group h3 {
        text-align: left;
        font-family: Montserrat;
        letter-spacing: 0px;
        font-size: 20px;
        line-height: 1em;
        color: #505050;
        opacity: 1;
        display: block;
        width: 100%;
        margin-bottom: 26px;
    }
    span.wpcf7-form-control-wrap.wpcf7-form-control-wrap {
        margin-bottom: 26px;
    }
    .form-field-group input {
        border-color: #707070 !important;
        border-bottom-width: 2px;
        /* height: 2.66em; */
        padding-left: 0px;
    }
    .choices.custom-choices .choices__inner.choices__inner {
        background: none;
        font-size: inherit;
        border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-bottom: 2px solid #707070;
        font-size: inherit;
        padding: 17px;
        padding-left: 10px;
        line-height: 1em;
        position: relative;
        padding-left: 0px;
    }
    .wpcf7-form input[type='submit'] {
        width: 100%;
        margin-right: 0;
        background: #522A73;
        color: #ffffff !important;
    }
}