﻿p {
    margin-bottom: 0px;
}
 
.main ul {
    margin: 0px;
}
.image-header-box {
    margin-top:170px;
    margin-bottom:0px;
    /*position: absolute;*/
    /*top: 145px;
    left: 0;*/
    width: 100%;
    height: 91px;
    text-align: center;
    background: rgb(14,52,106);
    background: linear-gradient(90deg, rgba(14,52,106,1) 0%, rgba(0,93,166,1) 50%, rgba(14,52,106,1) 100%);
    z-index: 10;
}

.image-header-text {
    font-family: 'Roboto-Medium';
    font-size: 56px;
    color: #ffffff;
    line-height: 91px;
}
.purchase_header_image {
    width: 100%;
    height: 499px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.image-main{
    width:100%;
}

.content {
    background-color: #ededed;
    text-align: center;
    padding: 5px 20px 0px 20px;
    margin: -10px 0 0 0;
}
.content-wrapper{   
    margin-top:35px;
   /* margin-bottom:45px;*/
}
.sub-header {
    font-family: 'Roboto-Bold';
    font-size: 28px;
    color: #005da6;
}
.sub-content {
    margin-top: 15px;
    margin-bottom: 15px;
}
.sub-content p{
    font-family: 'Roboto-Regular';
    font-size: 22px;
    color: #000000;
   
}
.question_item{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family:'Roboto-Medium';
    font-size:22px;
    color:#0000ee;
}
.questions_container {
    display: flex;
    justify-content: center;
    background-color: #ededed;
}
    .questions_container .wrapper {
       /* width: 50%;*/
        padding: 15px 0 40px 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
       /* column-gap: calc(100vw / 8);*/
    }

.u-mrg-btm-min{
    margin-bottom:20px;
}
.qualify_container {
    padding: 40px 0 35px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    gap: 20px;
}

    .qualify_container .qualify_icon {
        width: 60px;
        height: 60px;
    }

    .qualify_container h3.title {
        font-size: 28px;
        font-family: "Roboto-Bold";
        color: #005da6;
        text-align:center;
    }

    .qualify_container .description p {
        font-size:22px;
        font-family:'Roboto-Regular';
        margin-bottom: 0px;
    }
    .qualify_container .description {
        text-align: center;
        padding: 0 30px;
    }
    .qualify_container .footr {
        text-align: left;
        font-size: 12px;
        font-family: 'Roboto Condensed';
        margin-left: 14%;
    }
.bulletpoints{
    font-family:'Roboto-Regular';
        font-size:22px;
}

.bulletpoints li img{
    margin-top:-8px;
}
.qualify_container .bulletpoints ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

        .qualify_container .bulletpoints ul li sup {
            left: -10px;
        }

        .qualify_container .bulletpoints ul li:last-child {
            margin-bottom: 5px;
        }
     #bulletpoints ul li:nth-child(odd) {
        font-family: 'Roboto-Bold', sans-serif;
        color: #005da6;
        font-size: 24px;
        margin-bottom:0px;
    }

    .el_widget{
        padding-top:5px;
    }
    .el_icon{
        margin :15px 0px 5px 0px;
    }
.term-row{
    margin-top:20px;
}
.rate-row{
    margin-top:10px;
}
#bulletpoints ul li:nth-child(even) {
    font-family: 'Roboto-Regular', sans-serif;
    color: #000000;
    font-size: 22px;
    margin-left: 45px;
}

a.tag-phonenumber {
    color: #0000ee;
    font-family: "Roboto-Bold";
    font-size: 22px;
    /*text-decoration: underline;*/
}
    .buttontext, .qualify_container .buttontext a {
        text-decoration: none;
        background: linear-gradient(90deg, rgba(0,93,166,1) 0%, rgba(14,52,106,1) 50%, rgba(0,93,166,1) 100%);
        color: #ffffff;
        font-family: "Roboto-Medium";
        font-size: 18px;
        border-radius: 12px;
        width: 280px;
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
        border:none;
    }

    .qualify_container .red-arrow {
        width: 50px;
        height: 28px;
    }

    .header2{
        width:750px;
        height:429px;
    }
    .redarrow{
        width:50px;
        height:28px;
    }

.el_redarrow {
    width: 50px;
    height: 28px;
    margin:15px 0px 5px 0px;
}

.calc_container {
    background-color: #ededed;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 10% 25px 10%;
}

    .calc_container img.icon {
        width: 60px;
        height: 60px;
    }

    .calc_container .head_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .calc_container .head_wrapper .header {
            font-family: "Roboto-Bold";
            font-size: 28px;
            color: #005da6;
            margin: 20px 0;
        }

        .calc_container .head_wrapper .subheader p {
            margin: 0;
            text-align: center;
            font-family: "Roboto-Regular";
            font-size: 22px;
        }

        .calc_container .head_wrapper .subheader {
            margin: 0% 12%;
            text-align: center;
            font-family: "Roboto-Regular";
            font-size: 22px;
        }

    .calc_container .calc_wrapper {
        margin-top: 25px;
        display: flex;
        width: 100%;
    }

        .calc_container .calc_wrapper .calc_form {
            width: 40%;
        }

        .calc_container .calc_wrapper .form-calc .layout {
            margin-left: 0;
        }

        .calc_container .calc_wrapper .layout__item .info_icon {
            width: 20px;
            height: 20px;
        }

        .calc_container .calc_wrapper .layout__item .tooltip-icon:hover {
            opacity: 1;
        }

        .calc_container .calc_wrapper .layout__item .form__label {
            font-family: "Roboto-Regular";
            font-size: 22px;
            color: #005da6;
        }

        .calc_container .calc_wrapper .form-calc .form__field-square, .calc_container .calc_wrapper .form-calc .form__select-Square select {
            background-color: #ffffff;
            color: #000000;
            font-family:"Roboto-Regular"
        }

        .calc_container .calc_wrapper .form-calc .form__select-Square:after {
            background-color: #ffffff;
            color: #005da6;
            border-color: #000;
            background-image: url("../img/DropDownArrow_Desktop_53x60.png");
            content: '';
            background-repeat: no-repeat;
            background-position: center;
            width: 53px;
        }

        .calc_container .calc_wrapper .result_header {
            font-family: "Roboto-Bold";
            font-style: italic;
            font-size: 28px;
            color: #005da6;
            text-align: center; 
        }

        .calc_container .calc_wrapper .result_header_wrapper {
            grid-column: 1 / span 2;
            margin: 30px 0px;
        }

        .calc_container .calc_wrapper .calc-result {
            display: flex;
            flex-direction: column;
            justify-content: center;
            font-size: 35px;
            width: 55%;
           /* margin-left: 8%;*/
            margin-bottom:40px;
        }

            .calc_container .calc_wrapper .calc-result .result_icon {
                width: 167px;
                height: 165px;
                /*  margin-left: 2rem;*/
                margin-top: 10px;
            }
 
.result-payment{
    font-size:48px;
}
.calc-button {
    display: block;
    text-align: center;
    margin: 10px auto;
    color: #ffffff;
    font-family: 'Roboto-medium';
    font-size: 18px;
    width: 280px;
    height: 46px;
    border: none;
    border-radius: 10px;
    margin-top: 10px;
    background: rgb(0,93,166);
    background: linear-gradient(90deg, rgba(0,93,166,1) 0%, rgba(14,52,106,1) 50%, rgba(0,93,166,1) 100%);
}
.grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.grid_item {
}

.calc_container .calc_wrapper .calc-result .grid .value {
    padding-left: 15%;
}

.calc_container .calc_wrapper .calc-result .disclaimer {
    grid-column: 1 / span 2;
    width: 100%;
    padding: 0;
    margin-top:15px;
}
.disclaimer {
    font-family: 'Roboto Condensed';
    font-size: 12px;
    color: #000000
}

.gray-text{
    color:#c7c7c7;
}

/*@media (min-width: 1900px) {
    .flex-lg-nowrap {
        flex-wrap: nowrap;
    }
}
*/
.steps_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    padding:50px 0px;
}

    .steps_container .section_icon {
        width: 60px;
        height: 52px;
    }

    .steps_container .redarrow {
        width: 50px;
        height: 28px;
    }

    .steps_container .section_title {
        font-family: "Roboto-Bold";
        font-size: 28px;
        color: #005da6;
    }

    .steps_container .step {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
        .steps_container .step.first {
            padding: 0px 280px;
        }
        .steps_container .step .img {
            width: 40px;
            height: 40px;
            margin-bottom: 15px;
        }
        .steps_container .step.second,.step.third,.step.fourth{
            padding:0px 380px;
        }
        .steps_container .step.second .img {
            width: 32px;
            height: 40px;
            margin-bottom: 20px;
        }

        .steps_container .step .title {
            font-family: "Roboto-Bold";
            font-size: 24px;
            color: #005da6;
        }

        .steps_container .step .description {
            font-family: "Roboto-Regular";
            font-size: 22px;
            color: #000;
            text-align: center;
        }

            .steps_container .step .description a {
                text-decoration: underline;
                font-family: "Roboto-Bold";
                color: #0000ee;
            }

            .steps_container .step .description p {
                margin: 0;
                font-size:22px;
            }


.faq_container {
    display: flex;
    justify-content: center;
    padding: 45px;
    background-color: #ededed;
}

    .faq_container .section_icon {
        width: 60px;
        height: 60px;
    }

    .faq_container .wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 45px;
    }

        .faq_container .wrapper .faqs_wrapper {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

            .faq_container .wrapper .faqs_wrapper .faq_wrapper {
                width: 45vw;
            }

                .faq_container .wrapper .faqs_wrapper .faq_wrapper label#a {
                    margin-bottom: 0;
                    border-radius: 0;
                    background: #fff;
                    color: #505050;
                    border: 1px solid #000;
                    font-family: "Roboto-Regular";
                    font-weight: 500;
                    font-size: 22px;
                }

                .faq_container .wrapper .faqs_wrapper .faq_wrapper label[id=a]::after {
                    content: '';
                    background-image: url("../img/FAQClosedArrow_Desktop_19x34.svg");
                    width: 19px;
                    height: 34px;
                }

                .faq_container .wrapper .faqs_wrapper .faq_wrapper input:checked + label[id=a]::after {
                    content: '';
                    background-image: url("../img/FAQOpenArrow_Desktop_34x19.svg");
                    width: 34px;
                    height: 19px;
                }

                .faq_container .wrapper .faqs_wrapper .faq_wrapper .content {
                    padding: 0;
                    background: #fff;
                }

                    .faq_container .wrapper .faqs_wrapper .faq_wrapper .content .Accordion_copy {
                        font-family: "Roboto-Regular";
                        font-size: 22px !important;
                        color: #000000;
                        border: 1px solid #000;
                        padding: 16px 22px;
                        text-align:left;
                    }
.faq-header{
    font-family:'Roboto-bold';
    font-size:28px;
    color:#005da6;
}
label[id=a]::after {
    top: 15px; 
}
input:checked + label[id=a]::after {  
    top: 20px;
}
.redthumb {
    height: 60px;
    width: 60px;
}
.gs-title{
    font-family:'Roboto-bold';
    font-size:32px;
    color:#005da6;
}
.gray-strip{
    background-color:#ededed;
    margin-top:25px;
    padding:10px;
}
.getstarted_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    padding: 45px;
}

    .getstarted_container .title {
        font-family: "Roboto-Bold";
        font-size: 28px;
        color: #005da6;
        margin-bottom: 15px;
        text-align: center;
    }

    .getstarted_container .description {
        font-family: "Roboto-Regular";
        font-size: 22px;
        color: #000;
        text-align:center;
        margin:0px 170px;
    }

        .getstarted_container .description p {
            margin: 0;
            text-align: center;
        }

    .getstarted_container .button, .getstarted-footer .button,.button {
        text-decoration: none;
        background: linear-gradient(90deg, rgba(0,93,166,1) 0%, rgba(14,52,106,1) 50%, rgba(0,93,166,1) 100%);
        color: #ffffff;
        font-family: "Roboto-Medium";
        font-size: 18px;
        border-radius: 12px;
        width: 280px;
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.button a, .getstarted_container .button a, .getstarted-footer .button a {
    text-decoration: none;
}


.getstarted-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    padding: 45px;
    background-color:#ededed;
}

.tooltip-icon{
    top:5px;
}
 

/***************Responsive******************/

@media(max-width:600px) {
    .purchase_header_image {
        height: 220px;
    }
}

@media(max-width: 1023px) {
    p {
        line-height: 1rem;
    } 
    .purchase_header_image {
        height: 350px;
    }
    .break-line{
        display:block
    }


    .tooltip-icon {
        top: 0px;
    }

    .image-header-box {
        margin-top: 70px;
        height: 50px;
    }

    .image-header-text {
        font-size: 26px;
        line-height: 50px;
    }

    .sub-header {
        font-size: 23px;
        line-height: 1;
    }

    .content-wrapper {
        margin-top: 25px;
    }

    .content {
        padding: 5px 20px 10px 20px;
    }

    .sub-content {
        padding: 0px 2px;
    }

        .sub-content p {
            display: inline;
            margin: 0;
            padding: 0;
            font-size: 18px;
        }

            .sub-content p::after {
                content: " ";
            }
    .bulletpoints li img {
        margin-top: -4px;
    }
    .questions_container .wrapper {
        padding: 15px 10px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .questions_container img, .bulletpoints img, .qualify_icon, .icon_resp {
        border: 0;
        max-width: 12%;
    }

    .question_item {
        font-size: 18px;
    }

    .qualify_container {
        width: 100%;
        /*padding: 40px 0 25px 0;*/
    }

        .qualify_container .bulletpoints ul li {
            align-items: flex-start;
        }

        .qualify_container h3.title {
            font-size: 22px; 
        }

        .qualify_container .description p {
            font-size: 17px;
        }

    .bulletpoints {
        padding: 0px 20px;
    }

    #bulletpoints ul li:nth-child(odd) {
        font-size: 20px;
    }

    #bulletpoints ul li:nth-child(even) {
        font-size: 18px;
        margin-left: 45px;
    }
    /*iframe, img {
        border: 0;
        max-width: 7%;
    }*/
    .qualify_container .footr {
        text-align: left;
        font-size: 11px;
        margin-left: 0;
        padding: 0px 20px;
    }

    .calc_container {
        padding: 20px
    }

        .calc_container .head_wrapper .header {
            font-size: 22px !important;
            padding:0;
        }

        .calc_container .head_wrapper .subheader {
            margin: 0%;
            font-size: 19px;
        }

        .calc_container .calc_wrapper .layout__item .form__label {
            font-size: 18px;
        }

        .calc_container .calc_wrapper {
            display: inline;
            width: 90%;
        }

            .calc_container .calc_wrapper .calc_form {
                width: 100%;
            }

            .calc_container .calc_wrapper .result_header {
                font-size: 20px;
            }

            .calc_container .calc_wrapper .calc-result {
                display: flex;
                flex-direction: column;
                justify-content: center;
                font-size: 20px;
                width: 100%;
                /* margin-left: 8%; */
                margin-bottom: 40px;
            }

                .calc_container .calc_wrapper .calc-result .result_icon {
                    height: 90px
                }

    .result-payment {
        font-size: 28px;
    }

    .steps_container {
        padding-top: 30px;
        gap: 25px;
    }

        .steps_container .section_title {
            font-size: 22px;
            text-align: center;
        }

        .steps_container .step .title {
            font-size: 20px;
        }

        .steps_container .step.first, .step.second, .step.third, .step.fourth {
            padding: 0px 30px !important;
        }

        .steps_container .step .description, .steps_container .step .description p {
            font-size: 18px;
        }

    .faq-header {
        font-size: 22px;
    }

    .faq_container {
        padding: 30px;
    }

        .faq_container .wrapper .faqs_wrapper .faq_wrapper label#a {
            font-size: 18px;
            margin: 0 0px -2px 0px;
            padding-left:4%;
        }

        .faq_container .wrapper .faqs_wrapper .faq_wrapper {
            width: 90vw;
        }

        .faq_container .wrapper {
            gap: 20px;
        }

            .faq_container .wrapper .faqs_wrapper .faq_wrapper label[id=a]::after {
                top: 50%;
                transform: translateY(-50%);
            }

            .faq_container .wrapper .faqs_wrapper .faq_wrapper .content .Accordion_copy {
                font-size: 18px !important
            } 
    .getstarted_container {
        padding: 0px;
    }

    .getstarted-footer {
        gap: 20px;
        padding: 30px;
        margin-top:20px;
    }

    .getstarted_container .title {
        font-size: 22px;
    }

    .getstarted_container .description {
        font-size: 18px;
        text-align: left;
        margin: 0px 0px;
        padding: 0px 30px;
    }

    .gs-title {
        font-size: 27px;
        text-align: center;
    }

    .fill-loanpurpose {
        margin-bottom: 20px;
    }

    .grid {
        display: grid;
        grid-template-columns: 1fr 2fr;
    }

    a.tag-phonenumber{
        font-size:18px;
    }
}
    
@media (min-width:768px) and (max-width:1023px){
    .image-header-box { 
        height: 70px;
    }
    .image-header-text {
        font-size: 36px;
        line-height: 70px;
    }
    .qualify_container .footr { 
        margin-left: 10%; 
    }
}
@media (min-width:1024px) and (max-width:1439px){
        .image-header-text { 
            font-size: 45px; 
        }
        .content { 
            padding: 5px 80px 0px 80px; 
        }
        .sub-content p,.description p {
            display: inline;
        }
        .qualify_container .footr { 
            margin-left: 6%;
        } 
            .steps_container .step.first, .step.second, .step.third, .step.fourth {
                padding: 0px 170px !important;
            }
        .faq_container .wrapper .faqs_wrapper .faq_wrapper {
            width: 60vw;
        }
        .getstarted_container .description {            
            margin: 0px;
        }
        .calc_container .head_wrapper .subheader {
            margin: 0% 6%; 
            font-size: 18px;
        }
        .calc_container .calc_wrapper .calc-result {
            display: flex;
            flex-direction: column;
            justify-content: center;
            font-size: 27px;
            width: 60%;
            margin-left: 15%;
            margin-bottom: 40px;
        }
        .calc_container .calc_wrapper .result_header { 
            font-size: 24px; 
        }
        .result-payment {
            font-size: 40px;
        }
    }
/*@media(min-width:1921px){
    .image-header-box{
        height:110px;
    }
    .image-header-text { 
        font-size: 62px; 
        line-height: 110px;
    }
    .sub-header, .qualify_container h3.title, .calc_container .head_wrapper .header,
    .calc_container .calc_wrapper .result_header,
    .steps_container .section_title, .faq-header, .getstarted_container .title {
        font-size: 36px !important;
    }
    .question_item, #bulletpoints ul li:nth-child(even), .qualify_container .description p, .bulletpoints,
    .calc_container .head_wrapper .subheader,
    .calc_container .calc_wrapper .layout__item .form__label,
    .steps_container .step .title,
    .steps_container .step .description p, .steps_container .step .description,
    .faq_container .wrapper .faqs_wrapper .faq_wrapper label#a,
    .faq_container .wrapper .faqs_wrapper .faq_wrapper .content .Accordion_copy, a.tag-phonenumber {
        font-size: 26px;
    }
    #bulletpoints ul li:nth-child(odd){
        font-size:30px;
    }
    .sub-content p {
        font-size: 26px;
        line-height: 1.2;
    }

    .qualify_container .footr, .disclaimer {
        font-size: 16px;
    }
    .buttontext, .qualify_container .buttontext a, .getstarted_container .button, .getstarted-footer .button, .button {
        font-size: 22px;
        height:46px;
    }
    .calc_container .calc_wrapper .calc-result{
        font-size:40px;
    }
    .result-payment {
        font-size: 54px;
    }
    .getstarted_container .description { 
        font-size: 26px;        
        margin: 0 15%; 
    }
    .gs-title{
        font-size:38px;
    }
}*/

@media(max-width:800px) {
    .purchase_header_image {
        height: 250px;
    }
}

/*@media(min-width:1600px) {
    .purchase_header_image {
        height: 599px;
    }
}

@media(min-width:2000px) {
    .purchase_header_image {
        height: 799px;
    }
}*/

@media(max-width:419px) {
    .image-header-text {
        font-size: 24px !important;
    }

    .sub-header, .qualify_container h3.title, .calc_container .head_wrapper .header, .faq-header, .getstarted_container .title {
        font-size: 18px !important;
        line-height: 1;
    }
    .qualify_container h3.title, .qualify_container .description {
        margin: 0 4% !important;
    } 
    .sub-content{
        line-height:1rem;
    }
    .sub-content p, .question_item, .qualify_container .description p, #bulletpoints ul li:nth-child(even),
    #bulletpoints ul li:nth-child(odd) {
        font-size: 14px !important;
    }
    /*.calc_container .head_wrapper .header {
        font-size: 20px !important;
        text-wrap: nowrap;
    }*/
    
    .calc_container .head_wrapper .header {
        font-size: 18px !important;
        padding: 0;
        display: inline
    }

    .calc_container .head_wrapper .subheader { 
        font-size: 14px;
    }

        .calc_container .calc_wrapper .layout__item .form__label {
            font-size: 16px;
        }
     
    .form-calc, #p_loanTerm {
        font-size: 16px
    }
    .bulletpoints {
        padding: 0px 10px !important;
        font-size: 14px !important;
    }

        .bulletpoints li img {
            margin-top: -8px !important;
        }

        .bulletpoints img {
            border: 0;
            max-width: 8% !important;
        }

    #bulletpoints ul li:nth-child(even) {
        margin-left: 35px !important;
    }
    .calc_container {
        padding: 10px;
    }
    .calc_container .calc_wrapper .result_header {
        font-size: 16px !important;
    }

    .u-font-roboto-regular {
        font-size: 14px !important;
    }

    .u-font-roboto-bold{
        font-size:20px !important;
    }
    .result-payment {
        font-size: 24px !important;
    }
    .fill-loanpurpose {
        margin-bottom: 0px;
    }
    .steps_container, .qualify_container {
        padding: 25px 0;
    }
    .steps_container .step .title {
        font-size: 16px !important;
    }
        .steps_container .step.third .title {
            font-size: 15px !important;
        }
    .steps_container .step.first, .step.second, .step.third, .step.fourth {
        padding: 0px 20px !important;
    }
    .steps_container .section_title {
        font-size: 18px !important;
    }

    .steps_container .step .description, .steps_container .step .description p,
    .steps_container .step .description a {
        font-size: 16px;
        line-height:1.2rem;
    }


    .faq_container .wrapper .faqs_wrapper .faq_wrapper label#a {
        font-size: 14px !important; 
    }
    .faq_container .wrapper .faqs_wrapper .faq_wrapper .content .Accordion_copy {
        font-size: 14px !important;
    }

    .getstarted_container .description{
        font-size:14px;
    }
    .sub-content p {
        display: inline;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height:1rem;
    }

    p {
        line-height: 1rem;
    }
    .gs-title {
        font-size: 24px; 
    }
    .buttontext, .qualify_container .buttontext a, .calc-button{
        font-size: 14px;
        border-radius: 12px;
        width: 210px;
        height: 40px;
    }

    .questions_container .wrapper { 
        gap: 10px;
    }
}