*{margin: 0px; padding: 0px; box-sizing: border-box;}

:root {
 --bgcolor: #F6F6F6;
 --red: #ED1B23;
 --textcolor: #565656;
}
body{
   font-family: 'Montserrat', sans-serif;
}
    /*----swiper-slider----*/
  .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: transparent;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
      .swiper-slide img {
        display: block;
        width: 100%;
        height: 40%;
        object-fit: cover;
      }
      .swiper-slide {
        width: 80%;
      }
      .swiper-slide:nth-child(2n) {
        width: 60%;
      }
      .swiper-slide:nth-child(3n) {
        width: 40%;
      }

      /*-------accordian------*/
      .accordion-button {
    padding: 0px;
    font-weight: bold;
    border: 0;
    font-size: 18px;
    color: #333333;
    text-align: left;
    border-bottom: 1px solid #ddd; 
}
.accordion-button:focus {
    box-shadow: none;
    border: none;
}
.accordion-button:not(.collapsed) {
    background: none;
    color: #dc3545;
}
.accordion-body {
    padding: 15px;
    background-color: #f6f6f6;
}
.accordion-button::after {
    width: auto;
    height: auto;
    content: "+";
    font-size: 40px;
    background-image: none;
    font-weight: 100;
    color: #1b6ce5;
    transform: translateY(-4px);
}
.accordion-button:not(.collapsed)::after {
    width: auto;
    height: auto;
    background-image: none;
    content: "-";
    font-size: 48px;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
}
/*---header----*/
header.top_header {
    position: fixed;
    width: 100%;
    top: 0px;
    background-color: #FFFFFF;
    z-index: 999;
}
.logo a img {
    padding: 10px 0px;
    width: 20%;
}

.contact_wrap a {
    text-decoration: none;
    color: #fff;
    background-color: #128C7E;
    padding: 13px 22px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    text-align: center;
}
.contact_wrap a:hover {
    background-color: var(--red);
}
.contact_wrap a span.cont_icon img {
    width: 14%;
}
/*------banner--------*/
section.tml_banner {
    background-color: #FFE9ED;
    padding-top: 170px;
    position: relative;
}
.bg_cont_main h2 {
    font-size: 70px;
    font-weight: 900;
    color: var(--red);
    margin: 0px;
}
.bg_cont_main p {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    margin: 0px;
}
.bg_cont_btn {
    padding-top: 35px;
}
.bg_cont_btn p {
    font-size: 22px;
    font-weight: 600;
    color: var(--red);
}
.bg_cont_btn a {
    text-decoration: none;
    color: #fff;
    background-color: var(--red);
    padding: 16px 14px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
}   
.bg_cont_btn a span img {
    width: 35px;
}   
span.img2 a img {
    max-width: 15%;
}
.bg_img {
    text-align: right;
}
.bg_cont_btn a:hover {
    background-color: #000000;
}
/*----testimonal-----*/

.custom_arrow {
    width: 65%;
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testi-form_head {
    padding-top: 30px;
}
section.testimonial {
    background-color: #F6F6F6;
    padding: 50px 0px;
    position: relative;
}
.testi_slide_bar h3 {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: var(--red);
    padding: 10px 0px 15px 0px;
}
.testimonial_wrap {
    display: block;
    padding: 0px 50px;
    border-radius: 12px;
    background-color: #fff;
}
.testimonia-top {
    display: block;
    text-align: center;
}
.testimonia-top img {
    padding: 30px 100px 30px 100px;
}
.testimonia-top p {
    font-size: 16px;
    line-height: 20px;
    color: #727272;
    font-family: 'Montserrat',Regular;
    text-align: center;
}
.testimonia-footer {
    padding-bottom: 30px;
}
.testimonia-footer {
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    grid-gap: 10px;
    align-items: center;
}
.testimonia-footer_icon {
    border-right: 1px solid #727272;
    padding-right: 10px;
    display: block;
}
.testimonia-footer .testimonia-footer_icon img {
    width: 35px;
    height: auto;
    display: block;
}
.testimonia-footer_cont {
    text-align: left;
}
.testimonia-footer_cont h5 {
    font-size: 18px;
    margin: 0px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: var(--red);
}
.testimonia-footer_cont a {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #727272;
    margin: 0px;
    text-decoration: none;
}
/*------2nd-row-----*/
.testi-form_head form h3 {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: var(--red);
    padding: 35px 0px 20px 0px;
}
.form-group {
    margin-bottom: 25px;
}
.form-group input {
    padding: 28px 15px;
    border-radius: 12px;
    border: 1px solid #707070;
    color: #727272;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat',Bold;
}
.form-group button {
    border: none;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Montserrat',Bold;
    color: #fff;
    background-color: var(--red);
    border-radius: 8px;
    padding: 20px;
    width: 100%;
}
/*-----repaymentbar-----*/
section.repayment {
    background-color: #FFFFFF;
    padding: 50px 0px;
}
.repayment_right_bar {
    text-align: left;
}
.repayment_left_bar h3 {
    font-size: 38px;
    font-weight: 600;
    color: var(--red);
    font-family: 'Montserrat',Bold;
    margin-bottom: 30px;
}
.repayment_frm {
    margin-bottom: 18px;
}
.repayment_frm input {
    padding: 28px 15px;
    border-radius: 12px;
    border: 1px solid #707070;
}
.repayment_frm_new {
    margin-bottom: 18px;
}
.repayment_frm_new input {
    padding: 16px 15px;
    border-radius: 12px;
    border: 1px solid #707070;
}
.repayment_frm input.check {
    width: 20px;
    height: 20px;
}
.repayment_frm span {
    padding-left: 8px;
    font-size: 16px;
    color: #5D5D5D;
    font-family: 'Montserrat',Regular;
}
.submit button {
    border: none;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background-color: var(--red);
    border-radius: 8px;
    padding: 12px 45px;
}
/*----tml-----*/
section.tml {
    background-color: #F6F6F6;
    padding-top: 50px;
    margin-bottom: 50px;
}
.tml_lef-bar h3 {
    font-size: 60px;
    font-weight: 600;
    color: var(--red);
    line-height: 64px;
    font-family: 'Montserrat',Bold;
    margin-bottom: 20px;
}
.tml_lef-bar p {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Montserrat',Bold;
    color: #555555;
    line-height: 34px;
    text-align: left;
}
/*------money-save-----*/
section.money_save {
    background-color: #fff;
    padding-bottom: 50px;
}
.saving_detail .saving_detail_img {
    background: #FFE8E8;
    text-align: center;   
    border-radius: 8px;
    /* height: 310px; */
    position: relative;
    padding: 30px 33px 0 33px;
   
}
.saving_detail_img {}
.saving_detail .saving_detail_img img {
    /* position: absolute;
    content: '';
    bottom: 0px;
    right: 50px; */
width: 90%;

}
.saving_detail h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--red);
    margin-top: 20px;
}
.saving_detail p {
    font-size: 16px;
    color: #565656;
    font-family: 'Montserrat',Regular;
}
/*-----about-tml-----*/
section.about_tml {
    background-color: #F6F6F6;
    padding-top: 175px;
}
section.about_tml h1 {
    font-size: 38px;
    font-weight: 600;
    font-family: 'Montserrat',Bold;
    color: var(--red);
    margin-bottom: 25px;
}

section.about_tml h3 {
    font-size: 38px;
    font-weight: 600;
    font-family: 'Montserrat',Bold;
    color: var(--red);
    margin-bottom: 25px;
}
.test1 h4 {
    font-size: 24px;
    color: var(--red);
    font-weight: 600;
    font-family: 'Montserrat',Bold;
}
.test1 p {
    font-size: 16px;
    color: #565656;
}
.paper_work {
    background-color: #fff;
    border-radius: 12px;
}
.paper_work {
    background-color: #fff;
    border-radius: 12px;
    align-items: center;
    margin: 50px 0px;
} 
.paper_work_img img {
    padding: 20px 60px;
}
.paper_work_cont h4 {
    color: var(--red);
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat',Bold;
}
.paper_work_cont p {
    padding-right: 24px;
    font-size: 16px;
    font-family: 'Montserrat',Regular;
    color: #565656;
}
/*----------*/
.loan_work h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--red);
    margin-top: 15px;
}
.loan_work p {
    font-size: 16px;
    font-family: 'Montserrat',Regular;
    color: #565656;
    padding-right: 30px;
}
/*------------*/
.circle_bar {
    background-color: #fff;
    padding: 50px 0px;
    border-radius: 16px;
    margin-bottom: 50px;
}
.steps_head {
    text-align: center;
}
.steps_head h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--red);
}
.steps {
    display: flex;
    justify-content: space-around;
    padding-top: 40px;
}
.circle_steps {
    background-color: #fff;
    border: 4px solid #8F8F8F;
    border-radius: 50%;
    text-align: center;
    width: 300px;
    height: 300px;
    align-items: center;
}
.top_circle {
    background-color: #8F8F8F;
    width: 50%;
    height: 17%;
    text-align: center;
    border-radius: 50%;
    padding: 20px 20px 10px 20px;
    margin-left: 74px;
    margin-top: -1px;
}
.circle_steps h5 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: 'Montserrat',Regular;
}
.circle_steps img {
    margin-top: 30px;
}
.circle_steps p {
    font-size: 16px;
    color: var(--red);
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px;
}
.circle_steps a {
    text-decoration: none;
    font-family: 'Montserrat',Regular;
    font-size: 16px;
    color: var(--red);
    font-weight: 600;
}
.steps span {
    width: 80px;
    background-color: #ccc;
    color: #8F8F8F;
    height: 2px;
    border: 1px solid;
    margin-top: 160px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.steps span i {
    position: absolute;
    top: -8px;
    right: -4px;
}
.desk_none {
    text-align: center;
    margin-bottom: 15px;
}
/*---------*/
.result {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 6px 14px;
}
.result1 {
    padding: 11px 14px;
}
.result_pic {
    text-align: center;
    padding: 30px 30px;
}
.result h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--red);
    font-family: 'Montserrat',Bold;
}
.result p {
    font-size: 16px;
    font-family: 'Montserrat',Regular;
    color: #565656;
}
/*------------------*/
.one_report_pic {
    text-align: left;
}
.one_report_cont h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--red);
    font-family: 'Montserrat',Bold;
}
.one_report_cont p {
    font-size: 16px;
    font-family: 'Montserrat',Regular;
    color: #565656;
}
/*-------------*/
.benefit_wrap_pic {
    background-color: #FFE8E8;
    height: 428px;
    border-radius: 8px;
    text-align: center;
    padding-top: 25px;
}
.benefit_wrap_cont {
    margin-top: 20px;
    padding: 0px 25px;
}
.benefit_wrap_cont h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--red);
}
.benefit_wrap_cont p {
    font-size: 16px;
    color: #565656;
    font-family: 'Montserrat',Regular;
}
/*---------------*/
.funds_wrap_cont p {
    font-size: 16px;
    font-family: 'Montserrat',Regular;
    color: #565656;
}
.funds_wrap_cont h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--red);
    font-family: 'Montserrat',Bold;
}
/*=-----------*/
.expert_wrap {
    background-color: #fff;
    border-radius: 12px;
    padding: 36px;
}
.expert_wrap h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--red);
}
.expert_wrap p {
    font-size: 16px;
    font-family: 'Montserrat',Regular;
    color: #565656;
}
/*----------------*/
.blogs_info {
    text-align: left;
    padding: 30px;
    background-color: #fff;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
section.questions {
    position: relative;
    background-color: #f6f6f6;
}
section.questions h3 {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: var(--red);
    padding: 10px 0px 15px 0px;
}
section.blog {
    position: relative;
    background-color: #f6f6f6;
}
.custom_arrow.second {
    top: 58%;
}
.team h5 {
    font-size: 12px;
    font-weight: 600;
    color: var(--red);
}
.blogs_info h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--red);
    font-family: 'Montserrat',Bold;
}
.blogs_info p {
    color: #707070;
    font-family: 'Montserrat',Regular;
    font-size: 16px;
}
.blogs_info a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: var(--red);
    font-family: 'Montserrat',Regular;
}

.blog {
    background: #EFEFEF 0% 0% no-repeat padding-box;
    padding: 50px 10px;
}

.blog-wrap {
    background: #fff;
    position: relative;
}

.blog-wrap .blog-img {
    position: relative;
}

.blog-wrap .blog-img .date-attr {
    position: absolute;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 13px 0px 0px 0px;
    display: inline-block;
    right: 0;
    bottom: 0;
    padding: 8px 20px;
    font: normal normal normal 14px/22px Montserrat;
    letter-spacing: 0px;
    color: #ED1B23;
}

.blog-wrap .blog-content {
    padding: 15px 25px;
}

.blog-wrap .blog-content .blog-author {
    font: italic normal normal 14px/20px Montserrat;
    letter-spacing: 0px;
    color: #727272;
}

.blog-wrap .blog-content .blog-title {
    font: normal normal bold 20px/24px Montserrat;
    letter-spacing: 0px;
    color: #ED1B23;
    margin: 10px 0;
}

.blog-wrap .blog-content p {
    text-align: left;
    font: normal normal normal 14px/20px Montserrat;
    letter-spacing: 0px;
    color: #727272;
}

.blog-wrap .blog-content p a {
    color: #ED1B23;
    text-decoration: none;
    font-weight: bold;
}
.swiper-button-prev {
    color: var(--red);
    left: -100px;
}
.swiper-button-next {
    color: var(--red);
    right: -100px;
}
/*----------------*/
.question {
    padding: 0px 13px;
    background-color: var(--red);
    color: #fff;
    margin-bottom: 15px;
}
.answer {
    background-color: #fff;
    color: #707070;
    padding: 0px 30px 15px 30px;
}
.answer a {
    text-decoration: none;
    color: var(--red);
    font-weight: 600;
}
.question::after {
    color: #fff;
}
.question:not(.collapsed) {
    background-color: var(--red);
    color: #fff;
}
.accordion_btn {
    text-align: center;
    padding: 45px 0px;
}
.accordion_btn a {
    text-decoration: none;
    color: #fff;
    background-color: var(--red);
    padding: 20px 40px;
    font-weight: 600;
    font-size: 22px;
    border-radius: 10px;
}
.accordion_btn a:hover {
    background-color: #000000;
}
/*-------footer-------*/
section.footer {
    background-color: #3A3A3A;
    padding: 28px 0px;
}
.footer_icon {
    text-align: center;
}
.footer_icon .contact_info a {
    text-decoration: none;
    color: #fff;
    background-color: #128C7E;
    padding: 7px 16px 10px 16px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
}
.footer_icon span.cont_icon img {
    width: 8%;
}
.icons{padding-top: 30px;}
.icons span a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    margin-right: 20px;
}
.icons span a.last_icon{margin-right: 0px;}
.footer_icon .contact_info a:hover {
    background-color: var(--red);
}
/*-----footer-line----------*/
section.footer_line {
    background-color: #000000;
    padding: 10px 0px;
}
.p_line p {
    margin: 0px;
    font-size: 12px;
    font-family: 'Montserrat',Regular;
    color: #FFFFFF;
}
/*--------------*/
.why_test_head {
    padding-top: 70px;
}
.loan_work {
    margin-bottom: 50px;
}
.result_bar {
    padding-bottom: 50px;
}
.one_report_bar {
    padding-bottom: 50px;
}
.need_fund_bar {
    padding: 70px 0px;
}
/*.blogs_slide {*/
/*    padding: 50px 0px;*/
/*}*/
/*---------------*/

/* form css */

.form-section h1 {
    text-align: center;
    font: normal normal bold 30px/48px Montserrat;
    letter-spacing: 0px;
    color: #ED1B23;
    margin: 50px 0px 35px 0;
    font-size: 38px;
}

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

.saving_img {
    padding: 60px;
}

.form-section-input .input-wrap {
    height: 70%;
    border: 1px solid #707070;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 40px;
}

.form-section-input .input-wrap label {
    text-align: left;
    font: normal normal bold 24px/36px Montserrat;
    letter-spacing: 0px;
    color: #727272;
    position: absolute;
    background: transparent;
    padding: 0px;
    transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.form-section-input .input-wrap input[type="text"],
.form-section-input .input-wrap input[type="text"]:focus,
.form-section-input .input-wrap input[type="text"]:active {
    width: 100%;
    padding: 10px 0;
    border: none;
    outline: none;
    background: transparent;
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    color: #707070;
}

.form-section-input .input-wrap input[type="number"],
.form-section-input .input-wrap input[type="number"]:focus,
.form-section-input .input-wrap input[type="number"]:active {
    width: 100%;
    padding: 10px 0;
    border: none;
    outline: none;
    background: transparent;
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    color: #707070;
}

.form-section-input .input-wrap input:focus+label,
.form-section-input .input-wrap input:valid+label {
    text-align: left;
    font: normal normal normal 20px/24px Montserrat;
    letter-spacing: 0px;
    color: #727272;
    transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    top: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #f4f4f4;
    padding: 0 10px;
}

.submit-wrap button {
    width: 100%;
    padding: 30px;
    border: none;
    border-radius: 10px;
    background: #ED1B23 0% 0% no-repeat padding-box;
    font: normal normal bold 24px/36px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}

/* end form css */
.contact_wrap span.cont_icon {
    padding-right: 8px;
}
.desk_none i{display: none;}


/*--------media-queary------*/



@media(max-width: 1600px){
    .custom_arrow {
        width: 76%;
    }
}


@media(max-width: 1024px){
    .testimonial_wrap {
        padding: 0px 15px;
        border-radius: 10px;
    }
    .top_circle {
        text-align: center;
        margin-left: 68px;
      
    }
    .circle_bar {
     
        padding: 50px 15px;
       
    }
    .circle_steps img {
        margin-top: 20px;
    }
    .circle_steps {
        width: 250px;
        height: 250px;
      
    }
section.about_tml { padding-top: 155px;}

}
@media(max-width: 991px){
    section.about_tml h1 {
        font-size: 28px; text-align: center;
    }
    section.about_tml h3 {
        font-size: 28px; text-align: center;
    }
    section.questions h3 {
        font-size: 28px;
    }
    
    .steps {
        justify-content: space-around;
        padding-top: 25px;
        margin: 0 auto;
        display: table;
    }
    .steps span {
        width: 80px;
        margin: 25px 20px;
    }

    .bg_cont_main h2 {
        font-size: 48px;
    }
    .bg_cont_main p {
        font-size: 20px;
        margin: 7px 0;
    }
    .bg_cont_btn p {
        font-size: 20px;
    }
   
    section.tml_banner {
        padding-top: 150px;
        padding-bottom: 30px;
    }
    header.top_header {
        padding: 13px 0;
    }
    section.testimonial {
        padding: 30px 0px;
    }
    .testi_slide_bar h3 {
        font-size: 28px;
    }
    .form-section h1 {
        margin: 35px 0px 25px 0;
        font-size: 28px;
    }
    .form-section-input .input-wrap {
        height: 60%;
        padding: 7px;
        margin-bottom: 30px;
    }

    .form-section-input .input-wrap label{font-size: 20px;}
    .submit-wrap button {
        padding: 12px;
        border: none;
      font-size: 20px; font-weight: 600;
    }
    .repayment_left_bar h3 {
        font-size: 28px;
    }
    .submit button {
        font-size: 18px;
        padding: 10px 20px;
    }
    .tml_lef-bar h3 {
        font-size: 28px;
        line-height: 34px;
    }
    .tml_lef-bar p {
        font-size: 18px;
        line-height: 28px;
    }
    .tml_lef-bar p br {
        display: none;
    }
    .saving_detail h4 {
        font-size: 20px;
    }
    /* .saving_detail .saving_detail_img img {
        right: 0;
    } */




}

@media(max-width: 575px){

    .desk_none i {
    display: block;
    font-size: 24px;
    color: #8F8F8F;
    font-weight: 600;
}
    .steps span{display: none;}
    header.top_header {
        padding: 7px 0;
    }
    .swiper-button-next {
        right: 0;
    }
    .swiper-button-prev {
        left: 0;
    }
    .testimonial_wrap {
        padding: 0px 15px;
    }
    
.contact_wrap a span.cont_icon img { width: 12%;}
.custom_arrow {
    top: 20%;
    width: 95%;
    z-index: 1;
}
section.tml_banner {padding-top: 145px;}
.bg_img span.img2 img {
    position: absolute;
    bottom: 0;
    right: 25px;
}
.bg_cont {
    padding: 30px 10px;
}
span.img1 img {
    padding: 0 30px;
}
section.testimonial {
    padding: 30px 0px;
}
.testimonia-top img {
    padding: 15px 0 15px 0;
    width: 30%;
    margin: 0 auto;
}

.testi_slide_bar {
    padding: 0 30px;
}
.custom_arrow .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 26px;
}
.custom_arrow .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    font-size: 26px;
}
.testi_slide_bar h3 {
    font-size: 28px;
}
.testimonia-footer_cont h5 {
    font-size: 16px;
}
.form-section h1 {
    text-align: center;
    letter-spacing: 0px;
    color: #ED1B23;
    margin: 30px 0px 30px 0;
    font-size: 28px;
    line-height: 34px;
}
.form-section-input .input-wrap {
    padding: 10px;
    margin-bottom: 20px;
}
.form-section-input .input-wrap {
    height: auto;
}
/*.form-section-input .input-wrap input[type="number"], .form-section-input .input-wrap input[type="number"]:focus, .form-section-input .input-wrap input[type="number"]:active {
    
    padding: 0px 0;
}*/

.form-section-input .input-wrap label {
    font-size: 20px;
    font-weight: 400;
}
.tml_lef-bar h3 br{display: none;}

.tml_lef-bar h3 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
}
section.tml {
    padding: 30px 10px;
    
}
.tml_lef-bar p br {
    display: none;
}
section.money_save {
    padding: 0px 10px;
}
section.about_tml h1 {
    font-size: 24px;
}
section.about_tml h3 {
    font-size: 24px;
}
.test1 h4 {
    font-size: 18px;
}
.need_fund_bar {
    padding: 0px 0px;
}

section.questions h3 {
    font-size: 28px;
}
section.questions {
    padding-top: 30px;
}
.contact_wrap a {
    padding: 10px 15px;
    font-size: 16px;
}

.saving_detail .saving_detail_img {
    height: auto;
}
.saving_detail .saving_detail_img img {
    position: relative;
}
.saving_detail {
    padding-bottom: 30px;
}
.saving_detail h4 {
    font-size: 20px;
    text-align: center;
}
section.about_tml {
    background-color: #F6F6F6;
    padding: 140px 10px 30px;
}
.steps {
    margin: 0 auto;
    display: table;
}
.circle_steps{width: 280px; height: 280px; margin-bottom: 25px;}

.circle_steps img {
    width: 25%;
}
.circle_steps a {
    font-size: 18px;
}
.circle_steps p {
    font-size: 18px;
}
.circle_steps img {
    margin: 20px 0;
}

.logo a img {
    padding: 10px 0px;
    width: 70%;
}
.submit-wrap button {
    width: 100%;
    padding: 13px;
    border: none;
    border-radius: 7px;
    font-size: 20px;
    font-weight: 600;
}

.submit-wrap {
    margin: 0 auto;
    display: table;
}
section.tml {
    margin-bottom: 30px;
}
.repayment_left_bar h3 {
    font-size: 28px;
    text-align: center;
    margin-top: 30px;
}
.benefit_wrap_pic {
    height: auto;
}
.benefit_wrap_cont {
    margin-top: 30px;
    padding: 0px 0px;
}
.one_report_bar {
    padding-bottom: 30px;
}
.repayment_frm input {
    padding: 13px 15px;
}

.bg_cont_main h2 {
    text-align: center;
    font-size: 40px;
}
.bg_cont_main p {
    text-align: center;
}
.bg_cont_btn p {
    text-align: center;
}
.bg_cont_btn a {
    padding: 8px 15px;
    display: inline-block;
}

.bg_cont_btn {
    text-align: center;
}
.submit-wrap button {
    padding: 7px 15px;
    display: inline-block;
    font-size: 18px;
}
.repayment_frm {
    margin-bottom: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.submit {
    text-align: center;
}
.tml_lef-bar p {
    text-align: center;
}
.saving_detail {
    text-align: center;
    display: block;
}
.test1 {
    text-align: center;
}

.paper_work_img img {
    padding: 0 10px;
}
.paper_work {
    padding: 10px;
    display: block !important;
    text-align: center;
}
.loan_work {
    text-align: center;
}
.loan_work {
    margin-bottom: 30px;
}
.result.result1 {
    text-align: center;
}
.result {
    text-align: center;
}
.one_report_cont h4 {
    margin-top: 30px;
    text-align: center;
}
.one_report_cont h4 br{display: none;}
.benefit_wrap {
    text-align: center;
}
.one_report_cont p{text-align: center;}
.funds {
    text-align: center;
}
.expert_wrap {
    text-align: center;
    padding: 20px;
    margin-top: 30px;
}
.accordion-item {
    border: none;
}
.accordion-flush .accordion-item .accordion-button {
    padding: 7px 10px;
}
.accordion_btn a {
    padding: 7px 20px;
    font-size: 18px;
    display: inline-block;
}
.accordion_btn {
    text-align: center;
    padding: 15px 0 30px 0;
}
.footer_logo img {
    width: 50%;
}
/*.footer_icon span.cont_icon img {*/
/*    width: 8%;*/
/*    margin-right: 10px;*/
/*}*/
.footer_icon .contact_info a {
    padding: 10px 15px;
    font-size: 17px;
}
.paper_work_cont {
    margin-top: 20px;
}
.loan_work h4 {
    font-size: 20px;
}

.funds_img {
    margin: 30px 0px;
}
.blogs_info {
    padding: 15px;
    text-align: center;
}
.answer {
    padding: 0px 15px 15px 15px;
}

}

@media(max-width:448px){
    section.tml_banner {
        padding-top: 160px;
    }
    input#principal_amt_words {
        background: transparent;
    }
    .paper_work_cont h4 {
        font-size: 20px;
    }
    .footer_icon .contact_info a {
        padding: 10px 10px;
        font-size: 16px;
        display: block;
    }
    .footer_icon span.cont_icon img {
        width: 12%;
    }
    .footer_logo img {
        width: 70%;
    }

    
}

/* Merge CSS  */



.lang {
    display: flex;
    justify-content: flex-end;
}

.lang ul {
    margin: -1px 0 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
    min-width: 200px;
}

.lang ul li {
    display: inline-block;
}

.lang ul li a {
    text-align: center;
    padding: 3px 0;
    font-weight: 300;
}

.lang ul li:first-child a {
    background: #ED1B23;
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    border: solid 1px #ED1B23;
    justify-content: center;
    text-decoration: none;
    border-bottom-left-radius: 5px;
}

.lang ul li:last-child a {
    background: #fff;
    color: #ED1B23;
    display: flex;
    align-items: center;
    width: 100%;
    border: solid 1px #ED1B23;
    justify-content: center;
    text-decoration: none;
    border-bottom-right-radius: 5px;
}

.call-action a,
.call-action a:hover {
    text-align: right;
    font: normal normal bold 23px/30px Montserrat;
    letter-spacing: 0px;
    color: #221F20;
    margin-top: 20px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    float: right;
    margin-bottom: 20px;
}

.call-action img {
    margin-right: 10px;
}

.package-wrap {
    padding: 110px 0 80px;
}

.banners {
    background: #FFE9ED;
    padding: 100px 0;
}

.banner_txt .inner_text {
    display: block;
    margin: 25px 0;
}

.banner_txt .inner_text .b_title {
    text-align: left;
    font: normal normal bold 78px/50px Montserrat;
    letter-spacing: 0px;
    color: #ED1B23;
    display: block;
    text-transform: uppercase;
}

.banner_txt .inner_text .sub_title {
    text-align: left;
    display: block;
    font: normal normal bold 30px/36px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    padding: 10px 0 0;
}

.banners .container {
    position: relative;
}

.banners .container .need-icon {
    width: 130px;
    height: 130px;
    position: absolute;
    right: 0;
    bottom: -101px;
}

.form-section h1 {
    text-align: center;
    font: normal normal bold 30px/48px Montserrat;
    letter-spacing: 0px;
    color: #ED1B23;
}

/*.form-section-input {*/
/*    padding: 80px 0 100px;*/
/*}*/

.saving_img {
    padding: 60px;
}

.form-section-input .input-wrap {
    height: 70%;
    border: 1px solid #707070;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 40px;
}

.form-section-input .input-wrap label {
    text-align: left;
    font: normal normal bold 24px/36px Montserrat;
    letter-spacing: 0px;
    color: #727272;
    position: absolute;
    background: transparent;
    padding: 0px;
    transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.form-section-input .input-wrap input[type="text"],
.form-section-input .input-wrap input[type="text"]:focus,
.form-section-input .input-wrap input[type="text"]:active {
    width: 100%;
    padding: 10px 0;
    border: none;
    outline: none;
    background: transparent;
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    color: #707070;
}

.form-section-input .input-wrap input[type="number"],
.form-section-input .input-wrap input[type="number"]:focus,
.form-section-input .input-wrap input[type="number"]:active {
    width: 100%;
    padding: 10px 0;
    border: none;
    outline: none;
    background: transparent;
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    color: #707070;
}

.form-section-input .input-wrap input:focus+label,
.form-section-input .input-wrap input:valid+label {
    text-align: left;
    font: normal normal normal 20px/24px Montserrat;
    letter-spacing: 0px;
    color: #727272;
    transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    top: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #fff;
    padding: 0 10px;
}

.submit-wrap button {
    width: 100%;
    padding: 30px;
    border: none;
    border-radius: 10px;
    background: #ED1B23 0% 0% no-repeat padding-box;
    font: normal normal bold 24px/36px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.apply-loan .loan-title {
    text-align: left;
    font: normal normal bold 30px/45px Montserrat;
    letter-spacing: 0px;
    color: #ED1B23;
}

.apply-loan .formapply {
    margin: 30px 0;
}

.slider-bar {
    width: 100%;
    margin-top: 50px;
}

.apply-loan .formapply .form-action input[type="text"],
.apply-loan .formapply .form-action input[type="email"],
.apply-loan .formapply .form-action input[type="date"],
.apply-loan .formapply .form-action input[type="number"]{
    width: 100%;
    border-radius: 10px;
    padding: 16px 15px;
    border: solid 1px #707070;
    font-size: 1.2rem;
    outline: none;
}

.apply-loan .formapply .form-action {
    margin-bottom: 20px;
}

.apply-loan .formapply .form-action button {
    background: #ED1B23 0% 0% no-repeat padding-box;
    border-radius: 10px;
    border: none;
    font: normal normal bold 22px/30px Montserrat;
    letter-spacing: 0.75px;
    color: #FFFFFF;
    text-transform: uppercase;
    width: 230px;
    height: 70px;
}

.view-btn {
    margin: 80px 0 0;
    text-align: center;
}

.view-btn .view-all {
    background: #ED1B23 0% 0% no-repeat padding-box;
    border-radius: 10px;
    font: normal normal bold 24px/30px Montserrat;
    letter-spacing: 0.75px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
}

.package-container {
    background: #F3F3F3 0% 0% no-repeat padding-box;
    border-radius: 18px;
    padding: 40px;
    position: relative;
    margin: 75px 0 0;
}

.package-container .package-tips {
    width: 140px;
    height: 140px;
    background: #ED1B23 0% 0% no-repeat padding-box;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal bold 30px/36px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    position: absolute;
    top: -74px;
}

.package-container .package-img {
    margin: 50px 0 20px;
    padding: 20px;
    text-align: center;
}

.package-container .package-title {
    text-align: center;
    font: normal normal bold 30px/36px Montserrat;
    letter-spacing: 0px;
    color: #ED1B23;
}

.package-container .package_folder {
    margin: 30px 0;
    padding: 30px 0 10px;
    text-align: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 24px;
    min-height: 194px;
}

.package-container .package_folder .packge-folder-subtitle {
    text-align: center;
    letter-spacing: 0px;
    color: #727272;
    font: normal normal 18px/24px Montserrat;
}

.package-container .package_folder .package-amt {
    text-align: center;
    letter-spacing: 0px;
    color: #727272;
    font: normal normal bold 18px/24px Montserrat;
}

.package-container .package_folder .extra-dec {
    text-align: center;
    /*margin-top: 30px;*/
    margin-top: 12px;
    letter-spacing: 0px;
    color: #727272;
    font: normal normal normal 14px/20px Montserrat;
}

.package-container .view-btn {
    margin: 50px 0;
}

.package-container .view-btn a {
    display: inline-block;
    width: 80%;
}

footer {
    background: #3A3A3A 0% 0% no-repeat padding-box;
    padding: 50px 0;
}

footer .footer-logo {
    max-width: 200px;
}

footer .footer-dec {
    color: #fff;
    margin-top: 30px;
}

footer .footer-dec p {
    font: normal normal normal 14px/20px Montserrat;
}

footer .footer-dec .footer-titel {
    font: normal normal bold 30px/36px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

footer .footer-nav {}

footer .footer-nav ul {
    margin: 0;
    padding: 0;
}

footer .footer-nav ul li {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

footer .footer-nav ul li a {
    text-align: left;
    font: normal normal bold 20px/24px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-decoration: none;
}

footer .footer-nav ul li a span {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #ED1B23;
    border-radius: 100px;
    font-size: 1.5rem;
    transform: rotate(-35deg);
    color: #ED1B23;
    margin-right: 10px;
}

footer .footer-nav ul li a span svg {
    font-size: 16px;
}

footer .footer-nav ul.social li {
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    width: auto;
}

footer .footer-nav ul.social li a {
    width: 40px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}

.footer-copy {
    background: #000;
    text-align: center;
}

.footer-copy p {
    margin: 0;
    color: #fff;
    font: normal normal normal 14px/20px Montserrat;
    padding: 20px 10px;
}


/*TMP Style*/

.red {
    color: #ED1B23 !important;
}

header.policy,
.policy-banner {
    background: #f1f1f1;
    padding: 50px 0;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
}

header.fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    padding: 5px 0;
    z-index: 999;
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.1);
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
}

.tmp-action {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tmp-action span {
    text-align: left;
    font: normal normal bold 24px/36px Roboto;
    letter-spacing: 0px;
    color: #ED1B23;
}

.user-infomation .hello-user {
    text-align: left;
    font: normal normal bold 40px/48px Roboto;
    letter-spacing: 0px;
    color: #221F20;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #c1c1c1;
}

.user-infomation .hello-user span {
    color: #ED1B23;
}

.user-infomation .greeting-post .greeting_txt {
    font: normal normal bold 30px/36px Montserrat;
    letter-spacing: 0px;
    color: #221F20;
}

.user-infomation .greeting-post p {
    font: normal normal bold 18px/22px Roboto;
    letter-spacing: 0px;
    color: #221F20;
    max-width: 80%;
}

.policy-banner .slider-bar.container {
    margin: 50px 0;
}

.compare-box {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.compare-box a, .compare-box a:hover {
    text-decoration: none;
}
.compare-box .box_img {
    padding: 20px;
    width: 323px;
    height: 260px;
    display: flex;
    align-items: center;
}

.compare-box .box-title {
    text-align: center;
    font: normal normal bold 24px/30px Roboto;
    letter-spacing: 0px;
    color: #ED1B23;
    padding: 0;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.tmp-section * {
    text-align: center;
    letter-spacing: 0px;
    color: #ED1B23;
    text-transform: uppercase;
}

.tmp-section h2 {
    margin: 50px 0 0;
    font: normal normal bold 30px/36px Roboto;
}

.insurance {
    margin: 30px 0 0;
}

.insurance-inner {
    background: #fff;
    width: 100%;
    padding: 20px 30px;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
}

.insurance-inner .line-bar {
    position: relative;
}

.insurance-inner .line-bar::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #c8c8c8;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.insurance-inner .insurance-table .inner-table {
    height: 60px;
    display: inline-flex;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    border-bottom: solid 1px #c8c8c8;
    font: normal normal normal 18px/24px Roboto;
    color: #5D5D5D;
}

.insurance-inner .insurance-table .inner-table .txt-table {
    white-space: nowrap;
}

.insurance-inner .insurance-table .inner-table span {
    font: normal normal bold 18px/24px Roboto;
    color: #ED1B23;
}

.insurance-inner .insurance-table .inner-table:last-child {
    border-bottom: solid 0px #c8c8c8;
}

.exp-wrap .exp-title {
    text-align: left;
    font: normal normal bold 32px/38px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #ED1B23 0% 0% no-repeat padding-box;
    padding: 20px 30px;
}

.exp-wrap .exp-item {
    background: #fff;
    margin: 10px auto 0;
    display: inline-grid;
    align-items: center;
    width: 100%;
    grid-template-columns: 100px 1fr 100px;
    gap: 0;
}

.exp-wrap .exp-item .exp-img {
    padding: 15px;
    text-align: center;
}

.exp-wrap .exp-item .exp-txt {
    text-align: left;
    font: normal normal bold 18px/22px Roboto;
    letter-spacing: 0px;
    color: #434343;
}

.exp-wrap .exp-item .exp-condition {
    display: inline-flex;
    background: #DBDBDB;
    align-items: center;
    justify-content: center;
    height: 100%;
    font: normal normal bold 24px/30px Roboto;
    color: #434343;
    text-transform: uppercase;
}

.exp-wrap .exp-item .exp-condition:is(.false) {
    color: #ED1B23;
}

.exp-wrap.expl .exp-item {
    grid-template-columns: 1fr;
    padding: 15px;
    min-height: 97px;
}

.what-you-can-do span svg {
    width: 150px !important;
    height: 150px;
    background: #ED1B23;
    color: #fff;
    padding: 40px;
    border-radius: 100px;
}

.what-you-can-do span {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.what-you-can-do span span {
    font: normal normal bold 32px/38px Roboto;
    letter-spacing: 0px;
    color: #C90008;
    padding: 30px 0;
}

.what-you-can-do .what-txt {
    background: #fff;
    margin: 10px 0;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font: normal normal bold 22px/30px Montserrat;
    letter-spacing: 0px;
    color: #434343;
}

.tmp-section p {
    font: normal normal normal 16px/24px Roboto;
    letter-spacing: 0px;
    padding: 5px 0 0;
    color: #221F20;
    text-transform: none;
    margin-bottom: 2rem;
}

.tmp-section p strong {
    color: #221F20;
}

.row-title {
    background: #ED1B23 0% 0% no-repeat padding-box;
    font: normal normal bold 24px/29px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 10px 0;
    text-align: center;
}

.compare-table {
    margin: 15px 0;
    width: 100%;
}

.compare-table thead tr th span {
    background: #444444 0% 0% no-repeat padding-box;
    text-align: center;
    font: normal normal bold 18px/22px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 10px;
    width: 100%;
    display: block;
}

.compare-table tbody tr td span {
    background: #fff;
    padding: 10px;
    width: 100%;
    display: inline-flex;
    text-align: center;
    min-height: 70px;
    align-items: center;
    justify-content: center;
}

.compare-table thead tr th,
.compare-table tbody tr td {
    padding: 5px;
    box-sizing: border-box;
}

.compare-table thead tr th:first-child span {
    font: normal normal bold 14px/17px Roboto;
    letter-spacing: 0px;
    color: #fff;
    text-align: left;
}

.compare-table tbody tr td span img {
    max-height: 40px;
}
.compare-table thead tr td:first-child{
    padding: 0 5px;
}
.compare-table thead tr td span {
    background-color: #fff;
    text-align: center;
    height: 44px;
    padding: 0 10px;
    display: block;
    width: 97%;
    margin: 0 5px;
}
.compare-table thead tr td:first-child span {
    background: #444444 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    padding: 10px;
    margin: 0;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
.compare-table tbody tr td:first-child span {
    background: #444444 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    padding: 10px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.compare-table tbody tr td:first-child span .subtable,
.compare-table tbody tr td span .subtable {
    width: 100%;
    text-align: left;
}

.compare-table tbody tr td:first-child span .subtable tr {
    border-bottom: solid 1px #ffffff4f;
}

.compare-table tbody tr td:first-child span .subtable tr td {
    font: normal normal normal 14px/17px Roboto;
    letter-spacing: 0px;
    color: #fff;
}

.compare-table tbody tr td:first-child span .subtable tr:first-child td {
    font: normal normal bold 14px/17px Roboto;
    letter-spacing: 0px;
    color: #fff;
}

.compare-table tbody tr td span .subtable tr {
    border-bottom: solid 1px #f1f1f1;
}

.compare-table tbody tr td span .subtable tr:last-child {
    border-bottom: solid 0px #fff;
}

.compare-table tbody tr td span .subtable tr:first-child td {
    font: normal normal bold 14px/17px Roboto;
    letter-spacing: 0px;
    color: #4A4A4A;
}

.compare-table tbody tr td span .subtable tr td {
    font: normal normal normal 14px/17px Roboto;
    letter-spacing: 0px;
    color: #4A4A4A;
}

.compare-table tbody tr td span .subtable.double-data tr td:last-child {
    position: relative;
}

.compare-table tbody tr td span .subtable.double-data tr:first-child td::before {
    display: none;
}

.compare-table tbody tr td span .subtable.double-data tr td:last-child::before {
    content: '';
    position: absolute;
    background: #f1f1f1;
    height: 100%;
    left: -20px;
    border-left: solid 5px #fff;
    width: 11px;
    z-index: 999;
    top: 4px;
    border-right: solid 5px #fff;
}

.compare-table tbody tr td span .subtable tr td .grid-data {
    display: grid;
    grid-template-columns: 1fr 30px 1fr;
}

.compare-table tbody tr td span .subtable tr td .grid-data td {
    font: normal normal normal 14px/17px Roboto;
}

.compare-table tbody tr td span .subtable tr td .grid-data .line-bar {
    background: transparent;
    position: relative;
}

.compare-table tbody tr td span .subtable tr td .grid-data table {
    width: 100%;
}

.compare-table tbody tr td span .subtable tr td .grid-data table {
    width: 100%;
    padding: 0;
    margin: 0;
}

.compare-table tbody tr td span .subtable tr td .grid-data .line-bar::before {
    width: 1px;
    content: '';
    position: absolute;
    left: 50%;
    height: 100%;
    background: #f1f1f1;
    transform: translateX(-50%);
}

.feature {
    background: #8E8E8E 0% 0% no-repeat padding-box;
    text-align: center;
    font: normal normal bold 18px/22px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 15px 0;
}

.feature-grid ul {
    margin: 0;
    padding: 0;
}

.feature-grid ul li {
    display: inline-flex;
    width: 100%;
    position: relative;
}


/* .compare-table tbody tr:nth-child(4) td:first-child span {
    background: #ED1B23 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    padding: 10px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
} */

.compare-table tbody tr:nth-child(4) td:first-child span .feature-table,
.compare-table tbody tr:nth-child(4) td span .feature-table {
    width: 100%;
    text-align: left;
}

.compare-table tbody tr:nth-child(4) td:first-child span .feature-table tr {
    border-bottom: solid 1px #f1f1f14d;
}

.compare-table tbody tr:nth-child(4) td:first-child span .feature-table tr:last-child {
    border-bottom: solid 0px #f1f1f1;
}

.compare-table tbody tr:nth-child(4) td:first-child span .feature-table tr td {
    position: relative;
    padding: 10px 30px 10px 10px;
    color: #fff;
}

.compare-table tbody tr:nth-child(4) td:first-child span .feature-table tr td span {
    position: absolute;
    right: 10px;
    background: transparent;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.compare-table tbody tr:nth-child(4) td span .feature-table tr td {
    text-align: left;
    font: normal normal normal 14px/17px Roboto;
    letter-spacing: 0px;
    color: #4A4A4A;
    padding: 10px 5px;
}

.compare-table tbody tr:nth-child(4) td span .feature-table tr td:is(.heading) {
    font: normal normal bold 14px/17px Roboto;
    letter-spacing: 0px;
    color: #ED1B23;
}

.compare-table tbody tr:nth-child(4) td span .feature-table tr {
    border-bottom: solid 1px #f1f1f1;
}

.compare-table tbody tr:nth-child(4) td span .feature-table tr:last-child {
    border-bottom: solid 0px #f1f1f1;
}

.recommednations {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    font: normal normal normal 12px/20px Roboto;
    letter-spacing: 0px;
    color: #5D5D5D;
    padding: 15px;
    min-height: 100px;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.recommednations.first-reco {
    margin: 50px 0 20px;
}

.recommednations .middle {
    width: 100%;
}

.recommednations .font-extra {
    font: normal normal bold 14px/20px Roboto;
    letter-spacing: 0px;
    color: #ED1B23;
}

.chat-pic {
    max-width: 50%;
    margin: -100px auto 0;
}

.logic-wrap {
    max-height: 540px;
    overflow-y: scroll;
}

.logic-table {
    width: 90%;
}

.logic-wrap .subtitle {
    margin-top: 20px;
    font: normal normal bold 16px/20px Roboto;
    letter-spacing: 0px;
    color: #ED1B23;
}

.logic-wrap::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
    border-radius: 16px;
}

.logic-wrap::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 16px;
}

.logic-wrap::-webkit-scrollbar-track:hover {
    background-color: #cccccc border-radius: 16px;
}

.logic-wrap::-webkit-scrollbar-thumb {
    background-color: #ED1B23;
    border-radius: 16px;
}

.logic-wrap::-webkit-scrollbar-button {
    display: none;
}

.logic-wrap .logic-title {
    text-align: left;
    font: normal normal bold 30px/37px Roboto;
    letter-spacing: 0px;
    color: #ED1B23;
    margin-bottom: 15px;
}

.logic-wrap p {
    text-align: left;
    padding-top: 5px;
    font: normal normal normal 14px/20px Roboto;
    letter-spacing: 0px;
    color: #333;
}

.logic-wrap p.subheading {
    font: normal normal bold 16px/20px Roboto;
    color: #333;
}

.logic-wrap p span {
    color: #ED1B23;
}

.logic-table.premium tbody tr:nth-child(3) td {
    font-size: 14px;
    line-height: 20px;
}

table.nutrition-table {
    width: 100%;
}

table.nutrition-table tr {
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    gap: 10px;
}

table.nutrition-table tr td:first-child {
    background: #ED1B23 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    padding: 10px;
    width: 100%;
    display: inline-grid;
    align-items: center;
    position: relative;
    grid-template-columns: 1fr 20px;
}

table.nutrition-table tr td:first-child span {
    width: auto;
    background: transparent;
    padding: 0;
    cursor: pointer;
    min-height: 20px;
}

table.nutrition-table tr td {
    background: #fff 0% 0% no-repeat padding-box;
    color: #333;
    padding: 10px;
    width: 100%;
    height: 68px;
    font: normal normal normal 14px/17px Roboto;
    display: inline-flex;
    align-items: center;
    border-bottom: solid 1px #f1f1f1;
    transition: all ease-in 10ms;
    -webkit-transition: all ease-in 10ms;
    -moz-transition: all ease-in 10ms;
}

table.nutrition-table tr td.heading:is(.active), table.nutrition-table tr td.heading-view:is(.active) {
    font: normal normal bold 14px/17px Roboto;
    letter-spacing: 0px;
    color: #ED1B23;
    transition: all ease-in 1s;
    -webkit-transition: all ease-in 1s;
    -moz-transition: all ease-in 1s;
}

/*table.logic-table.premium tbody tr:nth-child(3) td span {
    background: #fff;
    font: normal normal bold 16px/24px Roboto;
    letter-spacing: 0px;
    color: #221F20;
    padding: 10px;
    display: inline-block;
    width: 100%;
}*/
.logic-table.premium tbody tr td:first-child span {
    width: 200px;
    max-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
table.logic-table.premium tbody tr:nth-child(3) td {
    padding: 5px;
}

table.logic-table.premium tbody tr td span {
    min-height: 80px;
    text-align: center;
    font-size: 16px !important;
}

table.logic-table.premium tbody tr td span {
    background: #fff 0% 0% no-repeat padding-box;
    font: normal normal bold 16px/24px Roboto;
    letter-spacing: 0px;
    color: #221F20;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.logic-table.premium tbody tr td span {
    background: #fff;
    font: normal normal bold 16px/24px Roboto;
    letter-spacing: 0px;
    color: #221F20;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.logic-wrap .logic-table thead tr td span {
    background: #ED1B23 0% 0% no-repeat padding-box;
    font: normal normal bold 16px/24px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 10px;
    width: 100%;
    display: inline-block;
}

.logic-wrap .logic-table tr td {
    padding: 5px;
    text-align: center;
}

table.logic-table tbody tr:nth-child(1) td span, table.logic-table tbody tr:nth-child(2) td span, table.logic-table.premium tbody tr:nth-child(3) td span, table.logic-table.premium tbody tr:nth-child(4) td span {
    background: #fff;
    font: normal normal bold 16px/24px Roboto;
    letter-spacing: 0px;
    color: #221F20;
    padding: 10px;
    display: inline-flex;
    width: 100%;
    max-height: 50px;
    align-items: center;
    justify-content: center;
}

table.logic-table tbody tr:nth-child(3) td {
    text-align: left;
    font: normal normal normal 14px/20px Roboto;
    letter-spacing: 0px;
    padding: 20px 10px;
}

table.logic-table tbody tr:nth-child(3) td span {
    font: normal normal bold 14px/16px Roboto;
    color: #ED1B23;
    width: auto;
    padding: 0;
    background: transparent;
}

table.logic-table tbody tr td span {
    background: #E5E5E5 0% 0% no-repeat padding-box;
    font: normal normal bold 16px/24px Roboto;
    letter-spacing: 0px;
    color: #221F20;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.sub-title {
    font: normal normal bold 16px/20px Roboto;
    letter-spacing: 0px;
    padding-top: 20px;
    display: inline-block;
    color: #ED1B23;
}

.dish {
    font: normal normal bold 16px/36px Roboto;
    letter-spacing: 0px;
    color: #373737;
    margin-top: 30px;
}

.download-btn {
    text-align: center;
    margin: 50px 0;
}

.download-btn a {
    background: #ED1B23 0% 0% no-repeat padding-box;
    padding: 15px 30px;
    border-radius: 10px;
    font: normal normal bold 24px/30px Montserrat;
    letter-spacing: 0.75px;
    text-decoration: none;
    color: #FFFFFF;
    margin: 0 10px;
    display: inline-block;
}

.download-btn a:hover {
    text-decoration: none;
    color: #fff;
    background: #720a13;
}

.t-conditions {
    font: normal normal bold 14px/20px Roboto;
    letter-spacing: 0px;
    color: #373737;
}

.whatsapp {
    position: fixed;
    width: 80px;
    height: 80px;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #1BD741;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.whatsapp a,
.whatsapp a:hover {
    color: #fff;
    font-size: 56px;
    width: 80px;
    height: 80px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.what-mob-heading {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}

.exp-qution-wrap .exp-inner {
    display: grid;
    grid-template-columns: 1fr 50px;
}

.exp-qution-wrap {
    margin-top: 10px;
}

.exp-qution-wrap .exp-inner span {
    padding: 10px;
    background: #fff;
}

.exp-qution-wrap .exp-inner span:first-child {
    font: normal normal bold 16px/20px Roboto;
    color: #434343;
}

.exp-qution-wrap .exp-inner span:last-child {
    background: #dfdede;
    text-align: center;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    color: #434343;
}

.exp-qution-wrap .exp-inner span:is(.false) {
    color: #ed1b23;
}

.exp-qution-wrap .explained {
    background: #fff;
    margin-top: 10px;
    padding: 10px;
}

.exp-qution-wrap .explained .explained-title {
    color: #ed1b23;
    font-weight: 600;
}


/*End TMP Style*/

@media (max-width: 1279px) {
    .compare-box .box_img {
        padding: 20px;
        width: 100%;
        height: auto;
        display: flex;
    }
}

@media (max-width: 992px) {
    table.nutrition-table tr td {
    justify-content: center;
}
    header.policy,
    .policy-banner {
        background: #f1f1f1;
        padding: 20px 0;
    }
    header.fixed {
        position: fixed;
        width: 100%;
        background: #fff;
        padding: 5px 0;
        z-index: 999;
        box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.1);
        transition: all ease-in 200ms;
        -moz-transition: all ease-in 200ms;
        -webkit-transition: all ease-in 200ms;
    }
    .tmp-action span {
        font: normal normal bold 18px/36px Roboto;
    }
    .what-you-can-do .what-txt {
        font: normal normal bold 18px/26px Montserrat;
    }
    .banner_txt .inner_text .b_title {
        font: normal normal bold 50px/30px Montserrat;
    }
    .banner_txt .inner_text .sub_title {
        font: normal normal bold 20px/20px Montserrat;
    }
    .form-section-input .input-wrap label {
        font: normal normal bold 18px/30px Montserrat;
    }
    .apply-loan .loan-title {
        text-align: center;
    }
.tmp-section h2 {
    margin: 50px 0 10px;
    font: normal normal bold 30px/36px Roboto;
}
    .exp-wrap .exp-title {
        text-align: left;
        font: normal normal bold 24px/36px Roboto;
        letter-spacing: 0px;
        color: #FFFFFF;
        background: #ED1B23 0% 0% no-repeat padding-box;
        padding: 20px 30px;
    }
    .exp-wrap .exp-item .exp-txt {
        text-align: left;
        font: normal normal bold 14px/20px Roboto;
        letter-spacing: 0px;
        color: #434343;
    }
    .exp-txt-normal {
        font: normal normal normal 14px/20px Roboto;
    }
    .chat-pic {
        max-width: 80%;
        margin: 50px auto 0;
    }
    .logic-pics {
        margin: 0px auto 50px;
    }
    .insurance {
        margin: 30px auto 50px;
    }
    .table.nutrition-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    table.nutrition-table.col3 tr {
    gap: 0;
    display: grid;
    grid-template-columns: 200px 1fr 1fr 1fr;
}
    table.nutrition-table tr {
    gap: 0;
    display: grid;
    grid-template-columns: 200px 1fr 1fr 1fr 1fr;
}
    table.nutrition-table tr td {
    height: 150px;
}
.compare-box .box_img {
    padding: 20px;
    width: 350px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
}

@media (max-width:767px) {
.compare-box .box_img {
    padding: 20px;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
    section {
        padding: 100px 0 30px;
    }
    .call-action a,
    .call-action a:hover {
        font: normal normal bold 18px/30px Montserrat;
    }
    .blog-wrap .blog-img img {
        object-fit: unset;
        width: 100%;
    }

    header .col-lg-6.col-md-5.col-0 {
        display: none;
    }
    .banners {
        padding: 30px 0;
    }
    .banner_txt .inner_text .b_title {
        text-align: center;
        font: normal normal bold 36px/36px Montserrat;
    }
    .banner_txt .inner_text .sub_title {
        text-align: center;
        font: normal normal bold 20px/20px Montserrat;
    }
    .call-action {
        font: normal normal bold 20px/30px Montserrat;
    }
    .form-section h1 {
        font: normal normal bold 24px/30px Montserrat;
    }
    .form-section-input {
        padding: 30px 0 50px;
    }
    .apply-loan .loan-title {
        text-align: center;
        font: normal normal bold 20px/26px Montserrat;
    }
    .apply-loan .formapply .form-action {
        margin-bottom: 20px;
        text-align: center;
    }
    .accordion {
        overflow-anchor: none;
        margin-top: 30px;
    }
    .view-btn {
        margin: 30px 0 0;
        text-align: center;
    }
    .package-wrap {
        padding: 20px 0;
    }
    .form-section-input .input-wrap label {
        font: normal normal bold 16px/24px Montserrat;
    }
    .form-section-input .input-wrap input:focus+label,
    .form-section-input .input-wrap input:valid+label {
        font: normal normal normal 14px/20px Montserrat;
    }
    footer .footer-nav {
        width: 100%;
        text-align: center;
    }
    footer .footer-nav ul {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    footer .footer-nav ul li {
        width: auto;
        margin-bottom: 30px;
    }
    footer .footer-nav ul.social {
        display: inline-flex;
        max-width: 200px;
        margin: 0 auto;
    }
    footer .footer-nav ul.social li {
        margin: 0;
    }
    /*tmp*/
    header.policy,
    .policy-banner {
        background: #f1f1f1;
        padding: 0;
    }
    header.fixed {
        position: fixed;
        width: 100%;
        background: #fff;
        padding: 5px 0;
        z-index: 999;
        box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.1);
        transition: all ease-in 200ms;
        -moz-transition: all ease-in 200ms;
        -webkit-transition: all ease-in 200ms;
    }
    .tmp-action span {
        text-align: right;
        font: normal normal bold 14px/20px Roboto;
    }
    .user-infomation .hello-user {
        font: normal normal bold 30px/30px Roboto;
        padding-bottom: 10px;
    }
    .user-infomation .greeting-post p {
        max-width: 100%;
    }
    .user-infomation .greeting-post .greeting_txt {
        margin-bottom: 20px;
    }
    .tmp-section h2 {
        margin: 0px 0 0;
        font: normal normal bold 24px/36px Roboto;
    }
    .insurance-inner {
        grid-template-columns: 1fr;
        margin: 30px 0;
    }
    .exp-wrap .exp-title {
        text-align: center;
        font: normal normal bold 20px/20px Roboto;
        letter-spacing: 0px;
        color: #FFFFFF;
        background: #ED1B23 0% 0% no-repeat padding-box;
        padding: 20px 30px;
        margin: 10px 0;
    }
    .exp-wrap .exp-item {
        grid-template-columns: 1fr;
    }
    .exp-wrap .exp-item .exp-txt {
        text-align: center;
        font: normal normal bold 16px/20px Roboto;
        letter-spacing: 0px;
        color: #434343;
        padding: 0px 0 15px;
    }
    .exp-wrap .exp-item .exp-condition {
        padding: 30px 0;
    }
    .policy-banner {
        padding: 30px 0;
    }
    .what-you-can-do {
        margin: 50px 0 0;
    }
    .compare-table tbody tr td span,
    .compare-table tbody tr:nth-child(4) td:first-child span {
        width: 200px;
    }
    .recommednations,
    .recommednations.first-reco {
        margin: 10px 0;
    }
    .chat-pic {
        max-width: 100%;
        margin: 30px 0 0;
    }
    .logic-wrap {
        max-height: 100%;
        overflow: inherit;
        margin: 50px 0;
    }
    .logic-wrap .logic-table thead tr td span,
    table.logic-table tbody tr td span {
        font: normal normal bold 12px/24px Roboto;
    }
    table.logic-table tbody tr:nth-child(1) td span,
    table.logic-table tbody tr:nth-child(2) td span {
        font: normal normal bold 12px/20px Roboto;
    }
    .download-btn a {
        margin: 15px 0;
        width: 100%;
    }
    .download-btn {
        text-align: center;
        margin: 20px 0;
    }
    .insurance-inner .insurance-table:last-child {
    border-top: solid 1px #c8c8c8;
}
.compare-table tbody tr td:first-child span {
    width: 200px;
}
}
.footer-dec {
    color: #fff;
    margin-top: 30px;
}

.footer-dec .footer-titel {
    font: normal normal bold 30px/36px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
/* Blog Page          */
.banner-area {
    width: 100%;
    float: left;
    background: #FFE9ED;
    min-height: 15%;
    margin-bottom: 20px;
}

.banner-text h1 {
    color: #ED1B23;
    margin-top: 100px;
    font-size: 65px;
    font-weight: 600;
}

.block_imgs {
    margin-right: 4px;
    width: 200px;
    height: 100%;
    position: relative;
}
.block_imgs img {
    width: 200px;
    height: 144px;
}
.block_title {
    padding: 2px;
    color: #ed1b23;
    font-size: 20px;
    /*padding-bottom: 10px;*/
    /* padding-top: 10px; */
    /*margin-top: 10px;*/
    font-weight: 600;
}

.block3 {
    /*padding-top: 8px;*/
    border-top-left-radius: 8px;
    right: 0;
    bottom: 0;
    /* top: 0; */
    /*position: absolute;*/
    /* float: right; */
    width: 100px;
    background: white;
    border-radius: 0px,10px, 0px 0px;
    padding-left: 8px;
}
.block_content {
    padding: 2px;
    /* height: 11.5em; */
    /* height: 144px; */
    /*color: #898788;*/
    font-size: 14px;
    font-weight: 300;
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 7; */
    /* -webkit-box-orient: vertical; */
    /* padding-bottom: 16px; */
    /* display: block; */
    /* text-overflow: ellipsis; */
    /* word-wrap: break-word; */
    overflow: hidden;
    /* line-height: 1.8em; */
    text-align: justify;
    /*margin-bottom: 0px !important;*/
}
.block_content p {
    margin-bottom: 0px;
    font-size: 13px;
    color: gray;
    font-weight: 200;
}

.blog-right-area a {
    text-decoration: none;
    color: #000;
}
.block22 {
    /*margin: 8px;*/
    border: 1px solid #e2e2f2;
    background: #ffe9ed;
}

.block2 {
    display: flex !important;
    flex-direction: row !important;
    position: relative !important;
}
@media only screen and (max-width: 768px) {
.block_imgs{
    margin-right: 4px;
    width: 100px;height: 100%;    
    position: relative;
    }
            
.block_imgs img{
    width: 100px;
    height: 100%;
}

.blogs{
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    }
}

.tooltipss {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltipss .tooltiptext {
  visibility: hidden;
  width: 100px;
  font-size: 12px;
  background-color: #ed1b23;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
}

.tooltipss:hover .tooltiptext {
  visibility: visible;
}



@media only screen and (max-width: 1400px) {
.slider-bar {margin-top: 30px;}
}

@media only screen and (max-width: 1100px) {
.slider-bar {margin-top: 15px;}
}

@media only screen and (max-width: 700px) {
.slider-bar {margin-top: 110px;}
}

ul.list-style-1, ul.list-style-1 li{list-style:disc;}
ul.list-style-1{margin:20px 0 0 0;     padding-left: 20px;}
.section-tp-margn{padding-top:165px;}
.section-tp-margn section.questions{padding:30px 0px;}
.section-tp-margn .expert_wrap{text-align:left; margin-top:10px;}   

@media only screen and (max-width: 700px) {
.section-tp-margn{padding-top:150px;}
}	