@import './variables.css';
@import './sections/header.css';
@import './sections/footer.css';
/* templates */
@import './page.css';
/* templates */

/* @media screen and (max-width: 576px) {
    .home main.home .container {
        margin: 0 0 150px;
    }
} */
/* @media screen and (max-width: 727px) {
    body {
        padding: 100px 0 0;
    }
    .home {
        top: 30px;
    }
} */

main{
    position: relative;
}
.otgs-development-site-front-end{
    display: none !important;
}
.wooco_components .wooco_component {
    padding: 0;
    border-bottom: none;
}
.dd-select {
    border-radius: 0;
    font-family: var(--lato);
}
.dd-option-selected {
    background: var(--main) !important;
    color: white !important;
}
.dd-option {
    font-family: var(--lato);
}
.dd-option-selected .dd-option-text {
    color: white !important;
}
.contact .form {
    font-size: 14px;
    color: var(--gray-text);
    padding-top: 20px;
    margin-top: 50px
}

.contact .form .nf-field-element textarea {
    height: 100px!important;
    resize: none;
}

.contact .form .label-above .nf-field-label {
    margin-bottom: 5px
}

.contact .form .ninja-forms-required-items {
    display: none
}

.contact .form .nf-before-form-content {
    display: none;
}

.contact .form .nf-field-container {
    margin-bottom: 20px
}

.contact .form .field-wrap {
    width: 100%
}

.contact .form .nf-form-content nf-fields-wrap nf-field {
    width: 100%;
    display: block;
    /* margin-right: 2% */
}

@media (min-width: 576px) {
    .contact .form .nf-form-content nf-fields-wrap nf-field:nth-child(1) {
        width: 48%;
        float: left;
        margin-right: 1%
    }
    .contact .form .nf-form-content nf-fields-wrap nf-field:nth-child(2) {
        width: 48%;
        float: right;
        margin-left: 1%
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .contact .form .nf-form-content nf-fields-wrap nf-field:nth-child(1) {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .contact .form .nf-form-content nf-fields-wrap nf-field:nth-child(2) {
        width: 100%;
        float: none;
        margin-left: 0
    }
}
@media (min-width: 768px) {
    .contact .form {
        margin-right: 10px;
    }
}

.contact .form #ninja_forms_field_6_div_wrap {
    width: 98%
}

.contact .form #ninja_forms_field_3_div_wrap {
    width: 98%
}

.contact .form #ninja_forms_field_3_div_wrap textarea {
    height: 100px
}

.contact .form .checkbox-wrap {
    width: 98%;
    color: var(--gray-text)
}

.contact .form input,.contact .form textarea {
    border: none;
    border-bottom: 1px solid #c4c4c4;
    padding: 4px 2px
}

.contact .form .submit-wrap input {
    color: var(--black);
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer
}

.contact .form .ninja-forms-response-msg {
    font-size: 16px;
    text-align: center
}

.contact .form .ninja-forms-error-msg {
    display: none
}

.contact .form .ninja-forms-field-error p {
    color: red
}

.nf-form-content {
    padding: 0 !important;
}
.nf-form-title { display: none !important;}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=submit]), .nf-form-content textarea {
    background: transparent !important;
    border-width: 0 0 1px 0 !important;
    border-color: #c4c4c4;
    height: auto !important;
}
.nf-after-field {
    position: relative !important;
    z-index: -1 !important;
}
input[type=submit] {
    height: auto !important;
}
@media (hover: hover) {
    input[type=submit]:hover {
        background: transparent !important;
        color: var(--black) !important;
    } 
}
.nf-error.field-wrap .nf-field-element:after {
    display: none !important;
}
.nf-pass.field-wrap .nf-field-element:after {
    display: none !important;
}
.fa-facebook-f:before {
    content: "\f39e" !important;
}
.checkbox-container.label-right label {
    font-family: var(--lato);
    font-size: 16px;
    font-weight: lighter;
}
.checkbox-container.label-right label a{
    text-decoration: underline;
}
.checkbox-container.label-right .field-wrap>div {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.checkbox-container.label-right label:before {
    cursor: pointer;
}
.nf-error .nf-error-msg {
    color: red;
    margin-top: 5px;
    display: inline-block;
}

.grecaptcha-badge {
    bottom: 70px !important;
}