#questionnaire .banner_questionnairebody {
    font-family: Manrope, sans-serif;
    color: #020504;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

* {
    outline: none;
}

h1 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 2.6em;
    line-height: 1.2;
    font-weight: 600;
}

h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 2em;
    line-height: 1.2;
    font-weight: 800;
}

h3 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 1.8em;
    line-height: 1.2;
    font-weight: 800;
}

p {
    margin-bottom: 30px;
}

#ty {
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

#ty .banner_txt p {
    margin: 0;
}

#ty .container {
    height: 100%;
}

#questionnaire .container {
    background-image: none;
    height: auto;
}

#questionnaire .content.banner_c {
    padding-top: 80px;
}

#questionnaire .banner_questionnaire {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

#questionnaire .banner_questionnaire h1 {
    font-size: 3em;
    line-height: 1.2;
}

iframe {
    height: 380px !important;
    margin: -30px 0 0 0;
}

.big-container {
    overflow: hidden;
}

.header {
    /* background: #020606; */
}

.banner_txt {
    width: 45%;
}

.banner_img {
    display: none;
}

.banner_wr.privacy {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.banner_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.content.banner_c.privacy {
    max-width: 1280px;
}

.privacy p a {
    color: inherit;
}

.light-bulb {
    position: absolute;
    left: auto;
    top: 0;
    right: 32%;
    bottom: auto;
    width: 130px;
}

.short {
    margin-bottom: 20px;
    font-size: 1.4em;
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
}

.cta {
    padding: 23px 70px;
    border-radius: 30px;
    background-color: #ffbc42;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #020504;
    font-size: 0.9em;
    line-height: 1;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cta:hover {
    background-color: #020504;
    color: #fff;
}

.cta.mirror:hover {
    background-color: #fff;
    color: #020504;
}

.content {
    width: 80%;
    max-width: 1480px;
    margin-right: auto;
    margin-left: auto;
}

.content.banner_c {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content.header_c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content.section_c {
    max-width: 1280px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.content.steps_c {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content.loans_c {
    max-width: 1180px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.content.security_c {
    padding-top: 60px;
    padding-bottom: 120px;
    color: #fff;
}

.content.eligibility_c {
    max-width: 760px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.content.footer_c {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
    font-size: 0.8em;
    line-height: 1.3;
}

.container {
    background-image: url('../images/hero.jpg');
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.container.privacy {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
}

.banner_small_p {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 0.5em;
    line-height: 1.5;
    font-weight: 400;
}

.banner_p {
    margin-bottom: 40px;
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: 400;
}

.section {
    background-color: #f4f5f5;
}

.section_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section_h_wr {
    width: 77%;
    margin-right: auto;
    margin-left: auto;
}

.green_txt {
    color: #119da4;
    font-weight: 800;
}

.green_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.green_line {
    margin-left: 10px;
}

.section_txt {
    width: 50%;
}

.half {
    width: 50%;
}

.help {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.help_box {
    width: 33%;
}

.help_txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.steps {
    background-color: #f4f5f5;
}

.steps_wr {
    text-align: center;
}

.steps_txt {
    width: 600px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    text-align: center;
}

.steps_txt.second {
    width: 800px;
    margin-bottom: 0px;
}

.steps_txt p:last-of-type {
    margin-bottom: 0
}

.steps_txt.second p:last-of-type {
    margin-bottom: 0
}

.loans_wr {
    text-align: center;
}

.loans_box_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.loans_h {
    margin-bottom: 60px;
}

.loans_box {
    width: 23%;
}

.loans_box p:last-of-type {
    margin-bottom: 0
}

.loan_img {
    margin-bottom: 40px;
}

.loan_box_h {
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: 800;
}

.arrow_img {
    margin-top: 60px;
}

.security {
    background-image: url('../images/security-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.security_wr {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.eligibility_wr {
    margin-right: auto;
    margin-left: auto;
}

.eligibility_txt {
    margin-bottom: 60px;
    text-align: center;
}

.eligibility_p {
    width: 560px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.eligibility_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 35px;
    background-color: #f1f3f3;
}

.eligibility_row.last {
    margin-bottom: 0px;
}

.eligibility_row_txt {
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: 800;
}

.row_img {
    margin-right: 30px;
}

.section_p {
    margin-bottom: 0px;
}

.text-block {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #818383;
}

.copyright {
    font-weight: 400;
}

.list {
    margin-bottom: 60px;
    padding-left: 40px;
    list-style-type: decimal;
}

.list-item {
    margin-bottom: 10px;
}

.footer_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

.footer {
    background-color: #020606;
}

.footer_link {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    text-decoration: none;
}

.footer_link:hover {
    text-decoration: underline;
}

.steps_box_wr {
    width: 60%;
    margin-left: 60px;
}

.steps_box {
    position: relative;
    margin-bottom: 30px;
    padding: 30px 50px 30px 90px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 1px 20px 5px rgb(0 0 0 / 5%);
    text-align: left;
}

.steps_box p:last-of-type {
    margin-bottom: 0
}

.steps_box.last {
    margin-bottom: 0px;
}

.steps_box.margin {
    margin-left: 50px;
}

.box_h {
    margin-bottom: 20px;
    font-size: 1.3em;
    line-height: 1.2;
    font-weight: 800;
}

.step-img {
    position: absolute;
    left: 20px;
    top: 20px;
    right: auto;
    bottom: auto;
}

.steps_holder {
    margin-bottom: 60px;
    background-image: url('../images/steps-img.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.extra_b {
    font-weight: 800;
}

@media screen and (min-width: 1280px) {
    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 2.3em;
    }

    h3 {
        font-size: 2em;
    }

    .light-bulb {
        width: 140px;
    }

    .short {
        font-size: 1.6em;
    }

    .content.banner_c.privacy {
        padding-bottom: 80px;
    }

    .content.banner_c {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .content.steps_c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .content.loans_c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .help {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .eligibility_row_txt {
        font-size: 1.2em;
    }

    .steps_box_wr {
        width: 50%;
        margin-left: 80px;
    }
}

@media screen and (min-width: 1440px) {
    h1 {
        font-size: 3.6em;
    }

    h2 {
        font-size: 2.6em;
    }

    h3 {
        font-size: 2.2em;
    }

    .short {
        margin-bottom: 40px;
        font-size: 1.8em;
    }

    .content.banner_c {
        padding-bottom: 160px;
    }

    .content.section_c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .content.steps_c {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .content.loans_c {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .content.security_c {
        padding-top: 80px;
        padding-bottom: 160px;
    }

    .content.eligibility_c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .banner_p {
        font-size: 1.2em;
    }

    .help {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .loans_h {
        margin-bottom: 80px;
    }

    .loans_box {
        width: 22%;
    }

    .loan_box_h {
        font-size: 1.2em;
    }

    .eligibility_row_txt {
        font-size: 1.3em;
    }

    .steps_box_wr {
        width: 40%;
        margin-left: 100px;
    }

    .steps_holder {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 1920px) {
    h1 {
        font-size: 4em;
    }

    h2 {
        font-size: 2.9em;
    }

    h3 {
        font-size: 2.4em;
    }

    .short {
        font-size: 2em;
    }

    .content.banner_c.privacy {
        padding-bottom: 100px;
    }

    .content.banner_c {
        padding-top: 100px;
        padding-bottom: 200px;
    }

    .content.section_c {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .content.steps_c {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .content.loans_c {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .content.security_c {
        padding-top: 100px;
        padding-bottom: 200px;
        color: #fff;
    }

    .content.eligibility_c {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .help {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .steps_wr {
        border-radius: 8px;
    }

    .loan_box_h {
        font-size: 1.3em;
    }

    .steps_box_wr {
        margin-left: 120px;
    }
}

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

    br {
        display: none;
    }

    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.6em;
    }

    .banner_txt {
        width: 100%;
        margin-bottom: 40px;
    }

    .banner_img {
        display: block;
    }

    .banner_wr {
        display: block;
    }

    .light-bulb {
        display: none;
    }

    .short {
        margin-bottom: 20px;
        font-size: 1.2em;
    }

    .content.banner_c {
        display: block;
    }

    .content.footer_c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .container {
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .banner_p {
        font-size: 1em;
    }

    .section_wr {
        display: block;
    }

    .section_h_wr {
        width: 100%;
        margin-bottom: 40px;
    }

    .section_txt {
        width: 100%;
    }

    .half {
        width: 100%;
    }

    .help_box {
        display: none;
    }

    .help_txt {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .steps_txt {
        width: auto;
    }

    .steps_txt.second {
        width: auto;
    }

    .loans_box {
        width: 45%;
        margin-bottom: 40px;
    }

    .loans_box.last {
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }

    .loan_box_h {
        font-size: 1em;
    }

    .arrow_img {
        display: none;
    }

    .security_wr {
        width: auto;
    }

    .eligibility_row_txt {
        font-size: 1em;
    }

    .steps_box_wr {
        width: 100%;
        margin-left: 0px;
    }

    .steps_holder {
        background-color: #f4f5f5;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }
}

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

    #questionnaire .container {
        height: 100%;
    }

    #questionnaire .banner_questionnaire h1 {
        font-size: 2em;
    }

    iframe {
        height: 400px !important;
        margin: 0 0 40px 0;
    }

}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 1.7em;
    }

    h3 {
        font-size: 1.5em;
    }

    .banner_txt {
        width: 100%;
    }

    .short {
        font-size: 1.1em;
    }

    .content.banner_c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.section_c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.steps_c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.loans_c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.security_c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.eligibility_c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.footer_c {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .container {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .help {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .loans_h {
        margin-bottom: 40px;
    }

    .loans_box {
        width: 100%;
    }

    .security {
        background-color: #000;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .eligibility_p {
        width: auto;
    }

    .eligibility_row_txt {
        font-size: 0.9em;
    }

    .row_img {
        margin-right: 20px;
    }

    .terms {
        margin-bottom: 10px;
    }

    .text-block {
        margin-left: 0px;
        padding-left: 0px;
        border-left-style: none;
    }

    .copyright {
        margin-bottom: 10px;
    }

    .footer_wr {
        display: block;
        text-align: center;
    }

    .footer_links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .steps_box {
        padding-right: 40px;
    }

    .steps_box.margin {
        margin-left: 0px;
    }

    .steps_holder {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.4em;
    }

    h3 {
        font-size: 1.2em;
    }

    .banner_txt {
        margin-bottom: 0px;
    }

    .short {
        font-size: 1em;
    }

    .cta {
        width: 100%;
    }

    .green_wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .green_line {
        margin-top: 10px;
        margin-left: 0px;
    }

    .steps_box {
        padding-right: 20px;
        padding-left: 20px;
    }

    .step-img {
        position: static;
        margin-bottom: 20px;
    }

    .image {
        display: none;
    }

    #questionnaire .banner_questionnaire h1 {
        font-size: 1.8em;
    }

    #ty {
        height: 100vh;
    }

    iframe {
        height: 430px !important;
        margin: -40px 0 40px 0;
    }
    #questionnaire .banner_questionnaire {width:100%}
    #questionnaire .content.banner_c {padding-top: 0px;}
    #questionnaire .banner_questionnaire h1 {margin-bottom:10px}
    #questionnaire .banner_questionnaire p {padding-bottom:30px}
}
