﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
}

.text-justify {
    text-align: justify;
}

:root {
    --black-color: #000000;
    --text-colorOne: #6a737c;
    --themeColorShadeOne: #005676;
    --themeColroShadeTwo: #EA2625;
}

.loanPage-HeaderTitle {
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
    font-style: normal;
    letter-spacing: 0em;
    color: var(--black-color);
}

.loanPage-HeadPara {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    font-style: normal;
    letter-spacing: 0em;
    color: var(--black-color);
}

.loanPage-HeaderSubTitle {
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
    font-style: normal;
    letter-spacing: 0em;
    color: var(--black-color);
}

.loanPage-InfoPoints {
}

    .loanPage-InfoPoints ol li {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
        font-variant:normal;
        letter-spacing:0em;
        color: var(--text-colorOne);
    }

        .loanPage-InfoPoints ol li strong {
            font-weight: 600;
        }

.show-read-more-article {
    height: 50px;
    min-height:50px;
    display: block;
    overflow-y: hidden;
}

.show-read-more-article-indexPage {
    height: 60px;
    min-height: 60px;
    display: block;
    overflow-y: hidden;
}
/*<!-------------------------------Loan Page ----------------------------->*/
.loan-page-section-bg {
    background-color: #d7f2fa;
    background-position: center center;
    background-repeat: repeat;
    background-size: contain;
}

.loan-page-section-bgTwo {
    background: #f5f9ff;
}

.loan-page-section-bgThree {
    /*background: linear-gradient(134.86deg,#0a4bff -24.61%,#5d0de1 94.89%);*/
    background: linear-gradient(134.86deg,#0A4BFF -24.61%,#A36EF7 94.89%);
}

.eltCt-loanSection{

}

    .eltCt-loanSection h4 {
        font-size: 20px;
        font-weight: 600;
        font-variant: normal;
        line-height: 1.6;
        letter-spacing: 0em;
        margin-bottom: 15px;
        color: #000000;
    }

.loan-page-section {
}

    .loan-page-section .section-title h2 {
        /*font-family: "Poppins", sans-serif;*/
        font-size: 28px;
        font-weight: 600;
        font-variant: normal;
        line-height: 1.6;
        letter-spacing: 0em;
        /*color: var(--theme-title-color);*/
    }

        .loan-page-section h4 {
            font-size: 20px;
            font-weight: 600;
            font-variant: normal;
            line-height: 1.6;
            letter-spacing: 0em;
            margin-bottom:15px;
            color:#fff;
        }

        .loan-page-section small {
            font-variant: normal;
            line-height: 1.6;
            letter-spacing: 0em;
            color:#fff;
        }

        .faq-widget .faq-body p, ol li {
            font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.6;
            text-align:justify;
            color: #6a737c;
        }

            .faq-widget .faq-body ol li{
                list-style:auto;
            }
            /*---------- loan section css ----------- */
            .pb-feature-section {
                /*margin-bottom: 40px;*/
            }

    .pb-feature-section .pb-feature {
        margin-bottom: 60px;
    }

.pb-feature .top-line,
.top-line {
    height: 2px;
    width: 40px;
    background-color: #1b1dc7;
    display: block;
    margin-bottom: 16px;
}

.pb-feature h3 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    font-variant: normal;
    letter-spacing: 0em;
    max-width: 100%;
    /*margin-bottom: 16px;*/
    /*color: #1b1dc7;*/
    color:var(--black-color);
}

.pb-feature p {
    /*font-size: 16px;
    line-height: 1.8;
    color: #69829f;
    margin-bottom: 16px;*/
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-variant: normal;
    letter-spacing: 0em;
    color: var(--text-colorOne);
}

ul#storeList {
    margin: 0 0 25px 0;
}

ul#storeListTwo {
    margin: 0 0 25px 0;
}

.product_customer ul li {
    /*background: url(../images/check_icon.svg) no-repeat 0 10px;*/
    background: url('../img/icon/check_icon.svg') no-repeat 0 10px;
    /*background-position:left left;*/
    background-repeat:no-repeat;
    list-style: none;
    color: #052f5f;
    font-size: 16px;
    /*line-height: 18px;*/
    line-height:1.5;
    padding: 8px 0 8px 30px;
}

.documentReq-content-check {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
}

.checkbox-div {
    background: #37b34a;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:.25rem;
    opacity: 1;
}

.documentReq-content-check p {
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    line-height: 1.6;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    opacity: 1;
    /*width: 416px;*/
}

.documentReq-content-check img{
   padding: 0 5px 0 5px;
}

.documentReq-content-check h4 {
    font-family: 'Roboto',sans-serif;
    font-size: 20px;
    line-height: 1.6;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}

.loan-faq-area .faq-widget .faq-header h4 {
    font-size: 18px;
    line-height: 1.6;
}

.education-loan-sectionOne{

}

.car-loan-sectionOne {
}

    .car-loan-sectionOne .feature-card-widget-6, .education-loan-sectionOne .feature-card-widget-6 {
        height: 208px;
    }

.unsecuredBusiness-loan-sectionOne{

}

    .unsecuredBusiness-loan-sectionOne .feature-card-widget-6, .balanceTransfer-loan-sectionOne .feature-card-widget-6, .workingcaptial-loan-sectionOne .feature-card-widget-6, .msme-loan-sectionOne .feature-card-widget-6 {
        height: 155px;
    }

.joinUsForm {
}

    .joinUsForm input, .joinUsForm textarea, .joinUsForm select {
        background: #fff;
        padding: 8px 15px;
        width: 100%;
        border: 1px solid #eeeeee;
        min-height: 45px;
        border-radius: .45rem;
    }

        .joinUsForm input[type=file]{
            padding:11px 15px 8px 15px;
        }


        .btn-custom-formOne {
            padding: 13px 20px;
            font-size: 16px;
            line-height: 16px;
            border: none;
            cursor: pointer;
            font-weight: 500;
            border-radius: 25px;
            -moz-border-radius: 25px;
            -webkit-border-radius: 25px;
            -o-border-radius: 25px;
            color: #fff !important;
            background: #EE3135;
        }

.feature-card-widget-6 h6{
    line-height:1.6;
}

.loan-a-property{

}

    .loan-a-property .feature-card-widget-6{
        height:220px;
    }

    @media (min-width: 768px) {
        .pb-feature-section .pb-feature p {
        max-width: 262px;
    }
}

/*-----------------------------Articles (blogs)  -----------------------------------*/
.post-details-widget .feature-list li::before{
    top:18%;
}

/*------------------------------- About Us --------------------------------------*/
.description-widget .desc-text p{
    font-size:16px;
    text-align:justify;
}

.footer.footer-2 {
    background-color: var(--themeColorShadeOne);
}

.pageHeader-section-title{
    
}
    .pageHeader-section-title h2 {
        font-size: 32px;
        line-height: 1.5;
    }

    .pageHeader-section-title p strong{
        font-size:18px;
    }

.form-helpText{
    margin-left:0.5rem;
}

.partnerFormParaOne{
    font-size:20px;
    text-align:justify;
}

.partnerFormParaTwo {
    font-size: 18px;
    text-align: justify;
}

.partner-bg-one {
    background-color: #d7f2fa;
}

.home-loanSectionImgOne {
    filter: contrast(0.2);
}

    .home-loanSectionImgTwo{
        filter:invert(1);
    }

.text-transform-none {
    text-transform: none;
}

.theme-btn.theme-btn-HomeContactUs::before {
    background-color:#EA2625;
}

.noUi-value {
    font-size: 14px;
    color: #ccc;
}

.privacyPolicy {
    font-family: "Roboto", sans-serif;
}

    .privacyPolicy strong {
        font-family: "Roboto", sans-serif;
        font-size: 18px;
    }

    .privacyPolicy .text-20 {
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        line-height: 1.5;
        text-align: justify;
    }

.about-features-section .feature .feature-content {
    width: -webkit-fill-available;
    padding-top: 15px;
}

.about-features-section .feature-widget-2 {
    padding: 35px;
}

.about-features-section .feature-widget-2 .feature-content h6 {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1rem;
}

    .about-features-section .feature-widget-2 .feature-content p {
        line-height:1.5;
    }

    .aboutUs-coreValues-section {
    }
    .aboutUs-coreValues-section .feature-card-widget-5 h4{
        text-align:center;
    }

    .aboutUs-coreValues-section .feature-card-widget-5 p {
        line-height:1.5;
        text-align:justify;
    }

.how-it-work .single-widget .widget-header{
    background-color:var(--themeColorShadeOne);
}

.how-it-work .single-widget.consultation .widget-header{
    background-color:var(--themeColroShadeTwo);
}

.aboutUs.how-it-work .widget-img img {
    width: 55px;
    filter: invert(1);
}

.aboutUs.how-it-work .widget-content .text {
    font-family: 'Roboto',sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    font-style: normal;
    letter-spacing: 0em;
    text-align:justify;
    /*color: var(--black-color);*/
    color:var(--text-colorOne);
}

.line-height1-5{
    line-height:1.5!important;
}

.anchorLink-color {
    color: #0050b2;
}

    .anchorLink-color:hover {
        color: #0050b2;
    }

.home-page .feature-card-widget-3 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 162px;
}

    .home-page .feature-card-widget-3 a {
        margin-top:auto;
    }

.footer.footer-2 .footer-top .f-widget-title{
    min-height:36px; /*//as height of text title*/
}

.calculator-widget .single-calculator-widget {
    /*padding: 42px 50px;*/
    padding-bottom: 25px;
}

/*----- For all mobile device - common mobile css -----*/
@media only screen and (min-width:320px) and (max-width:480px) {
    .pb-feature-section .pb-feature {
        margin-bottom: 20px;
    }

    .mobile-margin-zero{
        margin:0;
    }

    .car-loan-sectionOne .feature-card-widget-6{
        height:auto;
    }

    .unsecuredBusiness-loan-sectionOne .feature-card-widget-6, .balanceTransfer-loan-sectionOne .feature-card-widget-6, .workingcaptial-loan-sectionOne .feature-card-widget-6, .msme-loan-sectionOne .feature-card-widget-6, .loan-a-property .feature-card-widget-6 {
        height: auto;
    }

    .loanPage-HeadPara{
        text-align:justify;
    }

    .feature-calculator-col{
        overflow-x:scroll;
    }

    .loan-boxex{
        margin-right:1.5rem;
    }

    .loan-details-widget .loan-type{
        min-height:166px;
    }

        .pageHeader-section-title h2 {
            font-size: 28px;
        }

       /*form about us*/
    .feature-card-widget p, .feature-card-widget-2 p, .feature-card-widget-4 p, .feature-card-widget-5 p, .feature-card-widget-6 p, .feature-card-widget-7 p{
        text-align:justify;
        margin-bottom:.5rem;
    }

        .noUi-value{
            font-size:12px;
        }

    .footer.footer-2 .footer-top .f-widget-title {
        min-height: 0; 
    }

   /* .loan-details-widget .loan-type img{
        display:inline-block;
    }*/
}

/* ------- All Tab size ------- */
@media only screen and (min-width:481px) and (max-width:920px) {
    .feature-calculator-col {
        overflow-x: scroll;
    }

    .loan-boxex {
        margin-right: 1.5rem;
    }
}