

@media screen and (max-width: 1200px) {

    .wrapper {
        padding: 0 30px;
    }


    header .navigate {
        justify-content: flex-end;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        height: 0;
        position: absolute;
        top: 100%;
        right: 0;
        transition: 0.8s all;
        padding: 43px 0;
        background-color: #FFFBEC;
        pointer-events: none;
    }

    header .navigate.open {
        opacity: 1;
        visibility: visible;
        height: auto;
        pointer-events: auto;
    }

    header .hum-box {
        display: block;
    }

    header .hum.open span:nth-child(1),
    header .hum.open span:nth-child(3) {
        position: absolute;
        top: 0;
    }

    header .hum.open span:nth-child(1){
        transform: rotate(45deg);
    }
    header .hum.open span:nth-child(2){
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    header .hum.open span:nth-child(3){
        transform: rotate(-45deg);
    }


    .main-preform-section {
        padding: 200px 0 0;
    }

    .main-preform-section .image {
        width: 395px;
    }


    .lender-section {
        padding: 70px 0 90px;
    }

    .lender-section .content {
        margin: 60px 0 30px;
    }

    .lender-section .content .item {
        width: 210px;
        min-width: 210px;
        margin: 0 15px 30px;
    }

    .lender-section .content .image {
        width: 90px;
        height: 90px;
    }


    /*------------------- Works Page -------------------*/

    .how-works-section .image {
        width: 383px;
    }

    .how-works-section .content {
        max-width: 500px;
    }

    .how-works-section .content p {
        margin: 30px 0 50px;
    }


    .easy-process-section .col-right {
        max-width: 500px;
    }


    .works-main-section {
        padding: 115px 0 0;
    }


    .register-online-section {
        padding: 75px 0 0;
    }

    .register-online-section .col-left,
    .register-online-section .col-right {
        width: 48%;
    }


    .faq-main-section .image {
        max-width: 440px;
    }


    .accordeon {
        padding: 50px 0;
    }


    /*------------------- Contact Page -------------------*/

    .contact-title-section .image {
        max-width: 400px;
    }


    /*------------------- Footer -------------------*/

    footer .preform-section {
        padding: 55px 0 0;
    }

    footer .preform-section .loanAmount {
        width: 150px;
        min-width: 150px;
        background-position: calc(100% - 15px) 50%;
    }

    footer .preform-section .pos-rel {
        margin: 0 10px;
    }

    footer .preform-section .field-email {
        width: 270px;
        max-width: 270px;
    }

    footer .preform-section .get-btn {
        width: 150px;
        min-width: 150px;
    }

    footer .menu {
        padding: 40px 0 0;
    }

    footer .material {
        padding: 10px 0 0;
    }

    footer .bot-row {
        padding: 30px 0;
    }

}

@media screen and (max-width: 950px) {

    .main-preform-section .flex-box {
        display: block;
    }

    .main-preform-section .image {
        position: relative;
        margin: 80px auto 0;
    }


    .lender-section .content {
        flex-wrap: wrap;
    }

    .lender-section .content .item {
        width: 45%;
        margin: 0 15px 50px;
    }

    .lender-section .content p {
        margin: 40px 0 0;
    }


    .how-works-section {
        background: none;
    }

    .how-works-section h1.desktop-visible {
        display: none;
    }

    .how-works-section h1.mobile-visible {
        display: block;
        margin: 0 0 40px;
    }

    .how-works-section .flex-box {
        display: block;
    }

    .how-works-section .content {
        max-width: 100%;
        margin: 40px 0 0;
    }

    .how-works-section .content:before {
        content: '';
        display: block;
        width: 120%;
        height: 500px;
        position: absolute;
        top: -540px;
        left: -50px;
        background: url("../img/bg-works-section.png") no-repeat 50% 50%;
        background-size: cover;
        z-index: 2;
    }

    .how-works-section .content .get-btn {
        margin: 0;
    }

    .how-works-section .image {
        margin: 0 auto;
        position: relative;
        z-index: 3;
    }


    .easy-process-section {
        padding: 100px 0;
    }

    .easy-process-section .flex-box {
        display: block;
    }

    .easy-process-section .col-left,
    .easy-process-section .col-right {
        max-width: 100%;
    }

    .easy-process-section .col-right {
        margin-left: 0;
    }

    .easy-process-section h1 {
        margin-bottom: 25px;
    }

    .easy-process-section p {
        margin-bottom: 35px;
    }

    .easy-process-section .mobile-visible {
        display: block;
    }
    .easy-process-section .desktop-visible {
        display: none;
    }


    .works-main-section .image {
        max-width: 300px;
    }


    .faq-main-section {
        background-size: 100% 270px;
    }

    .faq-main-section .image {
        max-width: 350px;
    }


    .contact-title-section .image {
        max-width: 300px;
    }


    .contact-main-section .form-title {
        display: block;
    }

    .contact-main-section p.required-text {
        margin: 30px 0 0;
        text-align: right;
    }

    .contact-main-section .box-fields {
        display: block;
    }

    .contact-main-section .form-container .left-fields,
    .contact-main-section .form-container .right-fields {
        max-width: 100%;
    }

    .contact-main-section .form-container .left-fields {
        margin: 0;
    }

    .contact-main-section .flex-bot-row.flex-box {
        display: block;
    }

    .contact-main-section .bot-form.flex-box {
        display: block;
    }

    .contact-main-section .contact-info,
    .contact-main-section .bot-form {
        max-width: 100%;
    }

    .contact-main-section .box-captcha {
        width: 304px;
    }

    .contact-main-section .get-btn {
        width: 100%;
        max-width: 304px;
        margin: 17px 0 0;
    }

    .contact-main-section .contact-info {
        margin: 0 0 20px;
    }


    .terms-contact-section .flex-box {
        display: block;
    }

    .terms-contact-section .image {
        margin: 0 auto;
    }

    .terms-contact-section .info {
        max-width: 100%;
        margin: 45px 0 0;
    }


    footer .preform-section .preform {
        width: 380px;
        max-width: 380px;
        display: block;
    }

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

    footer .preform-section .loanAmount,
    footer .preform-section .get-btn {
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px;
    }

    footer .preform-section .field-email {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    footer .navigate li {
        margin: 0 10px;
    }

    footer .navigate li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {

    header .header-info {
        display: none;
    }

    header .navigate .mobile-visible {
        display: block;
    }

    header .navigate.open {
        display: block;
        width: 100%;
        max-width: 320px;
        height: 100vh;
        padding: 120px 30px 60px;
        top: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.9);
    }

    header .navigate li {
        margin: 0 0 40px;
        padding: 0;
        border-left: none;
    }

    header .navigate li a {
        color: #ffffff;
    }

    header .navigate li a:hover  {
        background-color: #9a8239;
    }

    header .navigate li a.active:after {
        background-color: #ffffff;
        height: 5px;
        top: 110%;
    }

    header .navigate li a.get-btn {
        color: #000000;
    }

    header .phone-link a:hover {
        color: #ffffff;
    }

    header .phone-link .image path {
        fill: #ffffff;
    }

    header .phone-link p {
        color: #ffffff;
    }

    header .hum.open span {
        background-color: #ffffff;
    }


    .main-preform-section {
        padding: 160px 0 0;
    }

    .main-preform-section .box-preform {
        width: 100%;
    }

    .main-preform-section .image {
        width: 320px;
    }


    .register-online-section .flex-box {
        display: block;
    }

    .register-online-section .col-left,
    .register-online-section .col-right {
        width: 100%;
    }


    footer .logo {
        display: block;
        margin: 0 auto;
    }

    footer .preform-section .box-preform {
        margin: 45px 0 0;
    }

    footer .preform-section.flex-box {
        display: block;
    }

    footer .preform-section .preform {
        margin: 0 auto;
        width: 100%;
    }

    footer .navigate {
        justify-content: center;
        flex-wrap: wrap;
    }

    footer .navigate li,
    footer .navigate li:first-child,
    footer .navigate li:last-child{
        margin: 0 25px 25px;
    }
}

@media screen and (max-width: 600px) {

    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    h3 {
        font-size: 20px;
        line-height: 27px;
    }

    .wrapper {
        padding: 0 15px;
    }


    .main-preform-section .preform select,
    .main-preform-section .preform input,
    .main-preform-section .preform .get-btn,
    footer .preform-section .loanAmount,
    footer .preform-section .field-email,
    footer .preform-section .get-btn{
        height: 55px;
    }

    .main-preform-section .preform select {
        max-width: 100%;
    }

    .preform .pos-rel,
    .preform select {
        margin: 0 0 15px;
    }

    .preform input,
    .preform select {
        padding: 0 15px;
        font-size: 18px;
        line-height: 25px;
    }

    .preform input {
        padding: 0 24px;
    }

    .preform select {
        padding: 0 18px;
        font-weight: 900;
    }

    .preform input.error~.text-req {
        font-size: 14px;
        line-height: 19px;
    }


    header {
        padding: 13px 0;
    }

    header .logo {
        width: 155px;
        min-width: 155px;
        height: 41px;
    }

    header .phone-link {
        margin: 0;
    }


    .lender-section {
        padding: 30px 0 70px;
    }

    .lender-section .content .item {
        width: 100%;
        margin: 0 0 35px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .lender-section .content .image {
        margin: 0;
        width: 80px;
        min-width: 80px;
        height: 80px;
    }

    .lender-section .content p {
        margin: 0 0 0 50px;
        font-size: 18px;
        line-height: 22px;
        text-align: left;
    }


    .main-preform-section {
        padding: 80px 0 0;
    }

    .main-preform-section .box-preform {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }

    .main-preform-section .preform {
        margin: 30px 0 0;
    }

    .main-preform-section .preform .section {
        display: block;
    }

    .main-preform-section .preform .get-btn {
        width: 100%;
        margin: 0 auto;
    }

    .main-preform-section .image {
        margin: 45px auto 0;
        width: 212px;
    }


    .how-works-section .image {
        width: 60%;
        min-width: 170px;
        margin: 0;
    }

    .how-works-section .content p {
        margin: 0 0 24px;
        font-size: 18px;
        line-height: 25px;
    }


    .easy-process-section {
        padding: 40px 0;
        font-size: 18px;
        line-height: 25px;
    }

    .easy-process-section h1,
    .easy-process-section p {
        margin-bottom: 40px;
    }

    .easy-process-section .list .icon {
        width: 70px;
        min-width: 70px;
        height: 70px;
        margin-right: 24px;
    }


    .works-main-section h1 {
        margin: 0 20px 20px 0;
    }

    .works-main-section .image {
        max-width: 210px;
    }


    .register-online-section {
        padding: 35px 0 0;
        font-size: 14px;
        line-height: 19px;
    }

    .register-online-section article {
        font-size: 18px;
        line-height: 25px;
    }

    .register-online-section p {
        margin-bottom: 20px;
    }

    .register-online-section ul {
        margin-bottom: 30px;
    }

    .register-online-section ul li {
        margin-bottom: 20px;
    }


    .faq-main-section {
        padding: 60px 0 0;
        background-size: 100% 150px;
    }

    .faq-main-section h1 {
        margin: 0 20px 20px 0;
    }

    .faq-main-section .image {
        max-width: 220px;
    }


    .accordeon {
        padding: 35px 0 60px;
    }

    .accordeon .box-acc {
        margin: 0 0 10px;
    }

    .accordeon .ac-head {
        padding: 18px 60px 18px 10px;
    }

    .accordeon .ac-head:before {
        top: 30px;
        right: 14px;
    }

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

    .accordeon .ac-body {
        padding: 14px 10px 15px;
        font-size: 14px;
        line-height: 22px;
    }

    .accordeon .ac-body p,
    .accordeon .ac-body ul {
        margin: 0 0 10px;
        font-size: 14px;
        line-height: 19px;
    }


    .contact-title-section {
        padding: 75px 0 0;
    }

    .contact-title-section h1 {
        margin: 0 20px 20px 0;
    }


    .contact-main-section {
        padding: 30px 0 0;
    }

    .contact-main-section .form-container .sub-title {
        font-size: 18px;
        line-height: 25px;
    }

    .contact-main-section p.required-text {
        font-weight: 300;
    }

    .contact-main-section .box-fields {
        margin: 20px 0;
    }

    .contact-main-section .box-error-field {
        margin: 0 0 20px;
    }

    .contact-main-section .fieldText {
        height: 57px;
        font-size: 16px;
        line-height: 22px;
    }

    .contact-main-section textarea.fieldText {
        height: 302px;
    }

    .contact-main-section .field-helper {
        font-size: 16px;
        line-height: 22px;
    }

    .contact-main-section .fieldText:focus:not(.omForm-control_select)~.field-helper,
    .contact-main-section .fieldText:not(.omForm-control_select):not(:placeholder-shown)~.field-helper {
        font-size: 13px;
        line-height: 18px;
        top: 7px;
    }

    .contact-main-section .fieldText.error~label {
        font-size: 12px;
        line-height: 16px;
    }

    .contact-main-section .contact-info {
        font-size: 14px;
        line-height: 19px;
    }

    .contact-main-section .get-btn {
        width: 186px;
        height: 54px;
    }

    .contact-main-section .desc {
        padding: 30px 0;
    }

    .contact-main-section .desc h1 {
        margin-bottom: 15px;
    }

    .contact-main-section .desc p {
        font-size: 18px;
        line-height: 25px;
    }


    section.terms {
        padding: 85px 0 0;
    }

    section.terms h1 {
        margin-bottom: 15px;
    }

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


    footer .preform-section {
        padding: 25px 0 0;
    }

    footer .logo {
        width: 232px;
        min-width: 232px;
        height: 61px;
    }

    footer .navigate {
        display: block;
    }

    footer .navigate li,
    footer .navigate li:first-child,
    footer .navigate li:last-child {
        display: block;
        width: 100%;
        margin: 0 0 30px;
        text-align: center;
    }

    footer .navigate li a {
        font-size: 20px;
        line-height: 28px;
    }

    footer .material {
        font-size: 12px;
        line-height: 16px;
    }

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

    footer .material p {
        margin: 0 0 20px;
    }

    footer .bot-row {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 25px 0;
    }

    footer .bot-row .unsubscribe-link a,
    footer .bot-row .copyright {
        line-height: 28px;
        font-weight: 300;
    }

    footer .bot-row .unsubscribe-link a {
        font-size: 14px;
    }

    footer .bot-row .copyright {
        font-size: 12px;
    }
}
