@media screen and (max-width: 1500px) {
    .process-section ul li {
        padding: 50px 30px;
    }

    .process-section ul li:nth-child(1) {
        width: 35%;
    }

    .process-section ul li:nth-child(1) .box {
        width: 100%;
        min-width: 100%;
    }

    .process-section ul li:nth-child(2),
    .process-section ul li:nth-child(3) {
        width: 20%;
        min-width: 20%;
    }

    .process-section ul li:nth-child(4) {
        width: 25%;
    }

    .process-section ul li:nth-child(4) .box {
        width: 100%;
        min-width: 100%;
    }

    .process-section ul h3 {
        height: 87px;
    }

    .process-section ul .icon {
        height: 80px;
    }

    .help-section .col-left img {
        max-width: 90%;
        right: 70px;
    }

    .prefooter-section {
        padding: 50px 0;
    }

    .prefooter-section h3 {
        display: none;
    }

    .prefooter-section form.preform-footer {
        margin: 0 0 0 20px;
    }

    .prefooter-section form.preform-footer button {
        width: 150px;
        min-width: 150px;
    }
}

@media screen and (max-width: 1300px) {
    h2 {
        font-size: 42px;
        line-height: 62px
    }

    .header-main-section .col-left {
        padding: 250px 30px 0 30px;
    }

    .header-main-section .col-left:after {
        width: 500px;
        height: 500px;
        top: -250px;
        right: -250px;
    }

    .header-main-section .col-right {
        padding: 170px 30px 0 30px;
    }

    .header-main-section .col-right ul {
        left: 70px;
    }

    .process-section ul p, .process-section ul strong {
        font-size: 16px;
        line-height: 22px;
    }

    .process-section ul {
        flex-wrap: wrap;
    }

    .content .process-section ul li,
    .content .process-section ul li,
    .content .process-section ul li,
    .content .process-section ul li {
        width: 50%;
        min-width: 50%;
    }

    .help-section .col-left img {
        right: 30px;
    }

    .help-section .col-right:after {
        bottom: -250px;
        right: -250px;
        width: 500px;
        height: 500px;
    }

    .info-section .col-right:after {
        top: -150px;
        right: -150px;
        width: 300px;
        height: 300px;
    }

    .help-section .col-right .box {
        width: 100%;
        min-width: 100%;
        margin: 0;
        padding: 150px 50px;
    }

    .info-section .col-left .box,
    .info-section .col-right .box {
        width: 100%;
        min-width: 100%;
        margin: 0;
        padding: 100px 50px;
    }

    .register-section .box:before {
        left: -50px;
    }

    .header-all-section .col-left {
        padding: 170px 0 90px;
    }

    .header-all-section.faq .col-right:after {
        width: 400px;
        height: 400px;
        bottom: -180px;
        right: 2%;
    }

    .form-section .wrapper {
        padding: 0 50px;
    }

    .form-section .box-contact {
        width: 60%;
    }

    .form-section .box-img {
        width: 38%;
    }

    .contact-thankyou {
        height: 600px;
        align-items: flex-end;
    }

    .contact-thankyou .box {
        margin: 0 0 140px;
    }
}

@media screen and (max-width: 1200px) {
    .steps-section ul li span {
        width: 78px;
        min-width: 78px;
        height: 78px;
    }

    .help-section .col-right .box {
        padding: 120px 50px;
    }

    .prefooter-section form.preform-footer .pos-rel {
        width: 350px;
        min-width: 350px;
        margin: 0 10px;
    }

    .header-all-section.works .col-left:after {
        width: 300px;
        height: 300px;
        top: -200px;
    }

    .form-section:before {
        width: 70%;
        height: 70%;
    }

    .form-section .box-bottom {
        display: block;
        margin: 0;
    }

    .form-section .box-bottom p {
        width: 80%;
        margin: 30px 0;
    }

    .form-section .box-bottom .box-captcha {
        transform-origin: left center;
    }

    .form-section .box-bottom .btn-submit {
        width: 220px;
        min-width: 220px;
    }
}

@media screen and (max-width: 1100px) {
    h1 {
        font-size: 50px;
        line-height: 64px;
    }

    .steps-section ul {
        display: block;
        margin: 50px 0 0;
    }

    .steps-section ul li {
        justify-content: flex-start;
        margin: 0 0 30px;
    }

    .content .steps-section ul li p {
        max-width: 400px;
    }

    .help-section .col-right .box {
        padding: 90px 50px;
    }

    .help-section .col-right:after {
        bottom: -150px;
        right: -150px;
        width: 300px;
        height: 300px;
    }

    .info-section .col-right:after {
        top: -100px;
        right: -100px;
        width: 200px;
        height: 200px;
    }

    .info-section .col-left .box,
    .info-section .col-right .box {
        padding: 90px 50px;
    }

    .header-all-section .col-left {
        padding: 150px 0 60px;
    }

    .header-all-section .col-left h1 {
        margin: 0 0 30px;
    }

    .form-section .box-table {
        display: block;
    }

    .form-section .box-table .left .box-field:last-child {
        margin: 0 0 15px;
    }

    .form-section .box-table .left, .form-section .box-table .field-text {
        width: 100%;
    }

    .form-section .box-contact {
        width: 100%;
        max-width: 530px;
        z-index: 2;
    }

    .form-section .box-img {
        width: 50%;
        position: absolute;
        bottom: 0;
        right: -5%;
        z-index: 1;
    }
}

@media screen and (max-width: 1000px) {
    .logo {
        width: 130px;
        height: 43px;
    }

    .steps-section {
        padding: 90px 0;
    }
}

@media screen and (max-width: 950px) {
    .wrapper {
        padding: 0 30px;
    }

    .header-main-section .col-left {
        padding: 180px 30px 100px 30px;
    }

    .header-main-section .col-left:after {
        width: 400px;
        height: 400px;
        top: -200px;
        right: -200px;
    }

    .header-main-section .col-right ul {
        left: 40px;
    }

    header .menu ul li a {
        font-size: 12px;
        line-height: 14px;
    }

    header .menu ul.navigate li {
        margin: 0 30px 0 0;
    }

    header .menu ul.navigate li.border-right:after {
        height: 15px;
        top: calc(50% - 5px);
        right: -15px;
    }

    header .menu li.cont-tel a, header .menu li.cont-tel p {
        font-size: 12px;
        line-height: 14px;
    }

    header .menu li.cont-tel span {
        font-size: 14px;
        line-height: 20px;
    }

    header .menu li.cont-tel a img {
        max-width: 35px;
        margin: 0 10px 0 0;
    }

    header .menu ul li a.get-btn {
        width: 100px;
        height: 40px;
        border-radius: 20px;
        font-size: 12px;
        line-height: 14px;
    }

    form.preform .section {
        display: block;
    }

    form.preform .section button {
        width: 100%;
        min-width: 100%;
        margin: 20px 0 0;
    }

    .help-section .col-right .box {
        padding: 50px 30px;
    }

    .help-section p,
    .info-section p {
        margin: 30px 0 0;
    }

    .info-section .col-left .box,
    .info-section .col-right .box {
        padding: 50px 30px;
    }

    .prefooter-section .wrapper,
    .prefooter-section form.preform-footer,
    .prefooter-section h3 {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .prefooter-section h3 {
        margin: 20px 0;
    }

    .prefooter-section form.preform-footer {
        max-width: 500px;
        margin: 0 auto;
    }

    .prefooter-section form.preform-footer .pos-rel,
    .prefooter-section form.preform-footer select,
    .prefooter-section form.preform-footer input,
    .prefooter-section form.preform-footer button {
        width: 100%;
    }

    .prefooter-section form.preform-footer .pos-rel {
        margin: 20px 0;
    }

    p.text-req {
        font-size: 13px !important;
        line-height: 18px;
        color: #EE6352 !important;
        position: absolute;
        left: 0;
        bottom: -18px;
    }

    .header-all-section .col-left {
        padding: 110px 0 40px;
    }
}

@media screen and (max-width: 900px) {
    .form-section:before {
        width: 80%;
        height: 80%;
    }
}

@media screen and (max-width: 850px) {
    h1 {
        font-size: 42px;
        line-height: 62px;
    }
}

@media screen and (max-width: 800px) {
    .contact-thankyou {
        height: 500px;
    }
}

@media screen and (max-width: 750px) {
    h1 {
        font-size: 42px;
        line-height: 50px;
    }

    h2 {
        font-size: 30px;
        line-height: 41px;
    }

    h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .box-hum {
        display: block;
    }

    header .menu ul li a, header .menu li.cont-tel p {
        font-size: 18px;
    }

    .cont-tel, .box-btn, header .menu ul.navigate li.border-right:after {
        display: none;
    }

    header .menu ul.navigate {
        padding: 25px 0;
        display: none;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        width: 260px;
        height: 100vh;
        background: rgba(0, 0, 0, 0.9);
        margin: 0;
        overflow: auto;
        padding: 120px 30px 18px 30px;
    }

    header .menu ul.navigate.open-menu+ul .hum span {
        background: #fff;
    }

    header .menu ul.navigate li {
        display: block;
        margin: 0 0 20px;
        text-align: left;
    }

    header .menu ul.navigate a {
        color: #fff;
    }

    header .menu ul.navigate li.btn-mob, header .menu ul.navigate li.cont-tel {
        display: block;
    }

    header .menu ul.navigate li.cont-tel {
        position: absolute;
        bottom: 70px;
        left: 30px;
    }

    .wrapper {
        padding: 0 20px;
    }

    header {
        height: 90px !important;
    }

    .header-main-section {
        flex-direction: column-reverse;
    }

    .header-main-section .col-left, .header-main-section .col-right {
        width: 100%;
    }

    .header-main-section .col-left {
        display: block;
        padding: 30px 20px;
    }

    .header-main-section .col-left:after {
        display: none;
    }

    .header-main-section .col-left .box-preform {
        margin: 0 auto;
    }

    .header-main-section .col-right {
        padding: 30px 20px 0;
    }

    .header-main-section .col-right:after {
        content: '';
        display: block;
        position: absolute;
        width: 400px;
        height: 400px;
        top: -200px;
        right: -200px;
        background: #61AE57;
        border-radius: 50%;
        z-index: 0;
    }

    .header-main-section .col-right img {
        position: relative;
        margin-left: auto;
        max-width: 70%;
        z-index: 2;
    }

    .header-main-section .col-right ul {
        top: 35%;
        left: 45px;
    }

    .page-home header .logo path {
        fill: #ffff;
    }

    .process-section ul {
        display: block;
    }

    .process-section ul li {
        padding: 30px 20px;
    }

    .process-section ul li:nth-child(1),
    .process-section ul li:nth-child(2),
    .process-section ul li:nth-child(3),
    .process-section ul li:nth-child(4) {
        width: 100%;
        min-width: 100%;
    }

    .process-section ul .icon {
        min-width: 61px;
        height: 61px;
        margin: 0 20px 0 0;
    }

    .process-section ul li .box.flex-box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .steps-section {
        padding: 40px 0;
    }

    .help-section {
        display: block;
    }

    .help-section .col-left, .help-section .col-right,
    .info-section .col-left, .info-section .col-right {
        width: 100%;
    }

    .help-section .col-left {
        height: 300px;
    }

    .help-section .col-left img {
        max-height: 320px;
        right: calc(50% - 160px);
    }

    .help-section .col-right .box,
    .info-section .col-left .box, .info-section .col-right .box {
        padding: 40px 20px;
    }

    .info-section {
        flex-direction: column-reverse;
    }

    .prefooter-section form.preform-footer .pos-rel {
        min-width: 280px;
    }

    footer .foot-nav {
        padding: 25px 0;
    }

    footer .foot-nav ul {
        display: block;
        text-align: center;
    }

    footer .material {
        margin: 20px 0;
    }

    footer .material h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 20px;
    }

    footer .material p {
        font-size: 13px;
        line-height: 18px;
        margin: 0 0 15px;
    }

    footer .foot-nav ul li a {
        font-size: 16px;
        line-height: 40px;
    }

    header .menu.black ul li a {
        color: #fff;
    }

    header .menu.black ul li a.get-btn {
        border-color: #fff;
    }

    .header-all-section .wrapper {
        display: block;
    }

    .header-all-section .col-left,
    .header-all-section .col-right {
        width: 100%;
    }

    .header-all-section .col-left {
        display: block;
        padding: 100px 0 40px;
    }

    .header-all-section .col-left .box-text {
        width: 100%;
        margin: 0;
    }

    .header-all-section .col-right img {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .header-all-section.works .col-left:after {
        width: 240px;
        height: 240px;
        top: -180px;
        right: calc(50% - 120px);
    }

    .header-all-section.faq .col-right:after {
        right: calc(50% - 200px);
    }

    .questions-section {
        padding: 50px 0;
    }

    .ac-head {
        padding: 25px 60px 25px 25px;
    }

    .ac-head h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .ac-body {
        padding: 10px 25px 25px;
    }

    .ac-body li, .ac-body p {
        font-size: 14px;
        line-height: 20px;
    }

    .ac-head:after {
        right: 25px;
    }

    .form-section .wrapper {
        display: block;
        padding: 0 20px;
    }

    .form-section .box-contact {
        max-width: 100%;
    }

    .form-section .box-img {
        width: 100%;
        position: static;
        justify-content: center;
    }

    .form-section .box-bottom p {
        width: 100%;
    }

    .form-section .box-bottom .btn-submit {
        width: 50%;
        min-width: 140px;
    }

    .form-section:before {
        width: 700px;
        height: 700px;
    }

    .contact-thankyou {
        height: 390px;
    }

    .contact-thankyou .box {
        margin: 0 0 30px;
    }

    .terms-section {
        padding: 80px 0 30px;
    }

    .terms-section h1 {
        margin: 40px 0;
    }

    .terms-section p,
    .terms-section strong {
        font-size: 14px;
        line-height: 20px;
    }

    .terms-section p {
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 500px) {
    .header-main-section .col-right ul {
        top: 45%;
    }

    .header-main-section .col-right img {
        max-width: 65%;
    }

    .help-section p,
    .info-section p,
    .info-section .col-left p {
        font-size: 13px;
    }

    .form-section {
        padding: 110px 0 0 0;
    }

    .form-section .box-bottom .box-flex {
        display: block;
    }

    .form-section .box-bottom .box-captcha {
        transform: scale(1);
        transform-origin: center;
        text-align: center;
    }

    .form-section .box-bottom .box-captcha #feedCaptcha {
        display: inline-block;
    }

    .form-section .box-bottom .btn-submit {
        width: 100%;
        margin: 30px 0 0;
    }
}

@media screen and (max-width: 450px) {
    .header-main-section .col-right ul {
        top: 40%;
        left: 20px;
    }

    .header-main-section .col-right img {
        margin: 40px 0 0 auto;
    }

    .header-all-section.faq .col-right:after {
        width: 300px;
        height: 300px;
        bottom: -140px;
        right: calc(50% - 150px);
    }
}

@media screen and (min-width: 2000px) {
    .form-section .wrapper {
        padding: 0 0 0 180px;
    }
}

@media screen and (max-width: 750px) and (max-height: 450px) {
    header .menu ul.navigate {
        height: calc(100vh + 1px);
        padding: 60px 30px 18px 30px;
    }

    header .menu ul.navigate li.cont-tel {
        position: static;
        margin: 50px 0 0;
    }
}