body .main-page-wrapper {
    background-color: #F5F5F5 !important;
    position: relative;
}

body .main-page-wrapper > .container {
    max-width: 1623px !important;
    margin-right: 0 !important;
    padding: 8% 4% 0% 4%;
    background-color: #fff;
    margin-top: -80px;
    border-radius: 30px 0px 0px 0px;
}

body .section1 .btn.nf-fu-button-cancel {
    display: none !important;
}

@media (max-width: 1650px) {
    body .main-page-wrapper > .container {
        margin-left: 15px !important;
    }
}

body .section1 .nf-form-content {
    max-width: 100%;
}

body .section1 .text1 {
    font-family: 'Jura';
}

body .section1 .text1 strong {
    font-weight: 700;
    color: var(--wd-primary-color);
    font-size: 16px;
}

body .section1 .text1 p {
    font-size: 28px;
    font-weight: 200;
    line-height: 1.3;
    color: #858E9D;
    max-width: 991px;
}

body .section1 .nf-fu-progress {
    margin-top: 10px;
}

body .section1 .row1 {
    max-width: 991px;
}

body .section1 .woodmart-counter .counter-value {
    font-size: 100px;
    font-weight: 700 !important;
    color: #F48923;
    font-family: 'Jura';
}

body .section1 .woodmart-counter {
    width: max-content
}

body .section1 .woodmart-counter .counter-label {
    font-family: 'Jura';
    font-size: 14px;
    font-weight: 300;
    color: #858E9D;
    letter-spacing: 0.5px;
}

body .section1 .nf-form-fields-required {
    font-size: 12px;
    font-family: 'Jura';
    font-weight: 300;
    color: #4C4C4C;
}

body .section1 .nf-form-content .list-select-wrap .nf-field-element>div,
body .section1 .nf-form-content input:not([type=button]),
body .section1 .nf-form-content textarea,
body .section1 .nf-form-content .list-select-wrap .nf-field-element>div:focus,
body .section1 .nf-form-content input:not([type=button]):focus,
body .section1 .nf-form-content textarea:focus {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #858E9D;
    font-size: 16px;
    font-weight: 300;
    color: #858E9D;
    font-family: 'Jura';
}

body .section1 .nf-form-content .list-select-wrap .nf-field-element>div::placeholder,
body .section1 .nf-form-content input:not([type=button])::placeholder,
body .section1 .nf-form-content textarea::placeholder {
    background-color: transparent;
    border: 0px;
    font-size: 16px;
    font-weight: 300;
    color: #858e9d88;
    font-family: 'Jura';
}

body .section1 .nf-form-content label {
    font-size: 12px;
    font-weight: 400;
    color: #4C4C4C;
    font-family: 'Jura';
}

body .section1 .heading1 {
    color: #4C4C4C;
    font-family: 'Jura';
}

body .section1 .file_upload-wrap button {
    display: block;
    width: 100%;
    border-radius: 12px;
    background-color: #4C4C4C;
    color: #fff;
    font-family: 'Jura';
}

body .section1 .nf-form-content .list-select-wrap>div select {
    font-family: 'Jura';
}

body .section1 .nf-form-content input[type=button] {
    position: relative;
    color: #858E9D;
    border: 1px solid #858E9D;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    font-family: 'Jura';
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 20px 20px 40px;
    transform-origin: center;
    line-height: 1;
    min-height: unset;
    height: unset;
    box-shadow: none;
    border-radius: 300px;
}

body .section1 .nf-form-content input[type=button]:hover {
    background-color: #858E9D;
    color: #fff;
}

body .section1 .submit-wrap {
    width: max-content;
    position: relative;
}

body .section1 .submit-wrap:before {
    content: "";
    position: absolute;
    left: 24px;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    display: block;
    background-image: url(/wp-content/uploads/2023/01/cross-header.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: brightness(0.3);
    z-index: 2;
    pointer-events: none;
    transition: 0.3s;
}

body .section1 .submit-wrap:hover:before {
    transform: translateY(-50%) rotate(180deg);
    filter: brightness(1);
}

body .section1 .checkbox-wrap .nf-field-label label:after {
    background-color: #fff;
    border-radius: 4px;
    border-color: #858e9d83;
}

body .section1 .nf-error.field-wrap .nf-field-element:after {
    height: 38px;
    width: 38px;
    line-height: 38px;
}

body .section1 .nf-error .nf-error-msg,
body .section1 .nf-error-msg {
    font-size: 12px;
    font-family: 'Jura';
}

body .nf-fu-progress-bar {
    background-color: #f48923;
}

@media (max-width: 1199px) {
    body .section1 .text1 p {
        font-size: 25px;
        line-height: 31px;
    }
}

@media (max-width: 991px) {
    body .section1 .text1 p {
        max-width: 100%;
    }
}

@media (max-width: 800px) {
    body .section1 .submit-wrap:before {
        top: calc(50% - -5px);
    }
}

@media (max-width: 767px) {
    body .section1 .woodmart-counter .counter-value {
        font-size: 70px;
        text-align: left;
    }
}