
.why_absli_headtxt p {
    font-family: 'dev_med';
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #5D6167;
    width: 725px;
    margin: 0 auto 40px;
}

.why_absli_Wrapper .gi_sec_head h2 {
    margin-bottom: 16px;
}
.facilities_box img{
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
}
.why_absli_facilities_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    max-width: 1146px;
    margin: auto;
}
.facilities_box {
    width: 32%;
    text-align: center;
    margin-bottom: 40px;
    padding: 0px 34px;
}
.facilities_box p {
    font-family: 'dev_semi_bold';
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    width: 50%;
    margin: 0 auto;
}
.why_absli_Wrapper{
    padding: 120px 0 60px;
}
.eligibility_absli_Wrapper{
    padding: 120px 0;
    background: #F9F0D8;
}
.eligibility_main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
}
.eligibility_box {
    background: linear-gradient(95.38deg, rgba(255, 255, 255, 0.5) 15.33%, rgba(255, 255, 255, 0.3) 84.66%);
    border: 1px solid #FFFFFF;
    padding: 12px 16px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 50%;
    width: calc(50% - 10px);
}
.eligibility_box img{
    width: 48px;
    height: 48px;
}
.eligibility_box p{
    font-family: 'dev_med';
    font-size: 18px;
    line-height: 20px;
}
.eligibility_absli_left {
    width: 100%;
}
.eligibility_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.eligibility_absli_left .gi_sec_head h2{
    text-align: left;
    margin-bottom: 16px;
}
.eligibility_absli_left p{
    font-family: 'dev_med';
    font-size: 16px;
    line-height: 20px;
    color: #4F4F4F;
}
.coverage_box{
    border-radius: 24px;
    padding: 35px 28px;
    width: 100%;
    min-height: 286px;
}
.coverage_box img{
    width: 71px;
    height: 74px;
    margin-bottom: 30px;
}
.coverage_box.coverage_box1 {
    background: #D4E5D3;
}

.coverage_box.coverage_box2 {
    background: #FEF2D6;
}
.coverage_box.coverage_box3 {
    background: #ECDCEB;
}
.coverage_box.coverage_box4 {
    background: #F0E2D4;
}
.coverage_main {
    display: flex;
    align-items: center;
    justify-content: CENTER;
    gap: 20px;
    border-bottom: 1px solid hsl(0deg 0% 0% / 10%);
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.coverage_box h6{
    font-family: 'dev_semi_bold';
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}
.coverage_box p{
    font-family: 'dev_med';
    font-size: 14px;
    line-height: 18px;
    color: #111111;
    opacity: 0.5;
}
.riders_box img{
    width: 52px;
    height: 52px;
}
section.coverage_optn_Wrapper {
    background: #f7f7f7;
}
.riders_box {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 18%;
}
.riders_box p{
    font-family: 'dev_semi_bold';
    font-size: 18px;
    line-height: 20px;
}
.riders_sectn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.riders_sectn_main h5{
    font-family: 'dev_semi_bold';
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 28px;
}
.coverage_optn_Wrapper {
    padding: 120px 0;
}
.banner_absli_salaried .discount_perc{
    font-family: 'dev_semi_bold';
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}
.banner_absli_salaried .term_plan_offer_img img{
    width: 67px;
    height: 80px;
    position: relative;
    margin-top: 20px;
}
.banner_absli_salaried .term_plan_offer_box_main {
    position: relative;
}
.banner_absli_salaried .term_plan_offer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 70px;
}
.banner_absli_salaried .term_plan_offer_box_main h6{
    /* font-family: 'dev_bold'; */
    font-size: 63px;
    line-height: 70px;
    color: #8B151B;
    text-align: center;
    padding-left: 110px;
    margin-bottom: 34px;
    font-family: 'dev_semi_bold';
}
.banner_absli_salaried .term_plan_offer_box_main{
    position: relative;
}
.banner_absli_salaried .term_plan_offer_box_main::after{
    content: "";
    position: absolute;
    border: 1px solid #fff;
    background: rgba(203, 203, 203, 0.18);
    /* backdrop-filter: blur(14px); */
        backdrop-filter: blur(3px);
    height: 24px;
    width: calc(100% - 110px);
    top: 0;
    left: 110px;
    border-radius: 24px 24px 0px 0px;
    border-bottom: 0;
    z-index: 8;
    /* z-index: 99; */
}
.banner_absli_salaried .term_plan_offer_box {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 34px 25px;
    backdrop-filter: blur(3px);
}
.term_plan_offer_img::before{
    content: "";
    border: 1px solid #fff;
    background: #fefcfc;
    /* background: transparent; */
    width: 100%;
    position: absolute;
    height: 120px;
    top: 0;
    right: 0;
    border-radius: 0px 0px 24px 0px;
    border-left: 0;
    border-top: 00;
    /* background: url(../images/gradients.png); */
}
.term_plan_offer_img::after{
    content: "";
    width: 24px;
    position: absolute;
    height: 100%;
    top: 120px;
    right: initial;
    border-radius: 24px 0px 0px 24px;
    border-left: 0;
    left: 0px;
    border-right: 0;
    border-top: 000000;
    border: 1px solid #fff;
    background: rgba(203, 203, 203, 0.18);
    border-right: 0;

    
}
.banner_absli_salaried .term_plan_offer_box::after{
    content: "";
    border: 1px solid #fff;
    background: rgba(203, 203, 203, 0.18);
    width: calc(100% - 24px);
    position: absolute;
    height: 196px;
    top: 24px;
    right: 0;
    border-radius: 0px 0px 24px 0px;
    height: calc(100% - 24px);
    border-top: 0;
    left: 24px;
    border-left: 0;
    backdrop-filter: blur(0px);
    
}
.banner_absli_salaried .bannercoin {
    width: 99px;
    height: 65px;
    opacity: 4.5;
    transform: rotate(-5deg);
    position: absolute;
    left: -89px;
    z-index: 9;
    margin-top: 20px;
}
.banner_absli_salaried .terms_applied {
    text-decoration: underline;
}
.term_plan_offer_box p{
    font-family: 'dev_med';
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    opacity: 0.9;
}
.banner_stats_wrapper_new.banner_stats_wrapper {
    padding: 37px 0px;
}
.banner_stats_wrapper_new .stats_main h3 {
    font-size: 35px;
    line-height: 39px;
}
.banner_stats_wrapper_new .stats_main p {
    font-size: 16px;
}
.homeload_body.absli_loan_body .banner_absli_salaried .banner_creative {
    max-width: 100%;
    top: -21%;
    right: -30%;
    opacity: 0.7;
}
.homeload_body.absli_loan_body .banner_absli_salaried .banner_creative_family {
    max-width: 52%;
    top: 0%;
    right: -20%;
    position: absolute;
    height: 382px;
    z-index: 5;
    /* z-index: 99; */
}
.term_plan_offer_img {
    width: 130px;
    /* height: 80px; */
    position: absolute;
    text-align: center;
    z-index: 4;
}
.term_plan_offer_box1 {
    position: relative;
}
/* .banner_absli_salaried .banner_caption h1 {
    font-size: 68px;
}
.banner_absli_salaried .banner_caption p {
    font-size: 20px;
} */
.banner_absli_salaried .term_plan_offer_box_main::after {
    width: calc(100% - 130px);
    left: 130px;
} 


.health-insurance-body .desk_banner {
    height: auto;
    object-fit: cover;
    object-position: 0 40px;
}






.health-insurance-body .banner_absli_salaried .term_plan_offer_box_main::after {
    left: 0;
}
.health-insurance-body .term_plan_offer_img {
    right: 0;
}
.health-insurance-body .banner_absli_salaried .term_plan_offer_box::after {
    border:0;
    border-radius: 0px 0px 0px 24px;
    left: 0;
}
.health-insurance-body .term_plan_offer_img::after{
    right: 0;
    border-radius: 0px 24px 24px 0px;
    border: 0;
    left: initial;
}
.health-insurance-body .term_plan_offer_img::before {
    border-radius: 0px 0px 24px 24px;
}
.health-insurance-body .banner_absli_salaried .term_plan_offer_box_main h6 {
    text-align: left;
    padding-left: 0px;
}
.health-insurance-body .banner_absli_salaried .term_plan_offer_box_main h6 {
    font-size: 42px;
    line-height: 50px;
}
.health-insurance-body .term_plan_offer_box p {
    font-size: 16px;
    line-height: 20px;
}
.health-insurance-body .banner_absli_salaried .term_plan_offer_img img {
    width: 60px;
    height: 60px;
}
.health-insurance-body .term_plan_offer_img::before {
    height: 100px;
}
.health-insurance-body .term_plan_offer_img::after {
    top: 100px;
    height: 92px;
}
.health-insurance-body .banner_absli_salaried .term_plan_offer_box_main::after {
    border: 0;
    background: rgba(203, 203, 203, 0.18);
}
.health-insurance-body  .banner_creative {
    max-width: 363px;
}

/* .banner-items-wrapper:before {
    content: "";
    position: absolute;
    background: url("assets/images/health_insurance/banner_desktop.png;");
    width: 100%;
    height: 100%;
} */



/* business loan */
.businessloan_box img{
    width: max-content;
    margin-bottom: 24px;
}
.businessloan_box h6{
    font-family: 'dev_semi_bold';
    color: #1F1F1F;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
}
.businessloan_box p{
    font-family: 'dev_med';
    color: #7E7E7E;
    font-size: 16px;
    line-height: 20px;
}
.buy-business-loan.why-choose-cf::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 0 78%;
    background-size: cover;
    z-index: -1;
    background: url("../images/business/bg-business-loan.png");
    background-size: cover;
}
.businessloan_box {
    /* background: transparent;
    backdrop-filter: blur(8px);
    padding: 20px;
    border-radius: 24px;
    border: 2px solid #FFFFFF;
    overflow: hidden;
    width: 19%;
    display: flex;
    flex-direction: column; */
    width: 19%;
    position: relative;
    display: flex
;
    flex-direction: column;
    /* gap: 40px; */
    border-radius: 24px;
    border: 2px solid #fff;
    overflow: hidden;
    z-index: 0;

    padding: 20px;
    border-radius: 24px;
    border: 2px solid #FFFFFF;
    overflow: hidden;
}
.businessloan_box::before{
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #CBCBCB47;
    filter: blur(8px);
    opacity: 0.8; */

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #CBCBCB47;
    filter: blur(8px);
    z-index: -1;
    opacity: 0.8;
}
.buy-business-loan .business-loan-wrap {
    display: flex;
    /* align-items: flex-start; */
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}


.business-loan-eligibility::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 0 78%;
    background-size: cover;
    z-index: -1;
    background: url("../images/business/bg-eligibility-criteria.png");
    background-size: cover;
}
.criteria_box_wrap{
    box-shadow: 0px 0px 30px 0px #5853370F;
    backdrop-filter: blur(10px);
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    padding: 24px 28px;
    width: 48%;
    background: #48484814;


}
.criteria_box_wrap h5{
    font-family: "dev_semi_bold";
    font-size: 30px;
    line-height: 33px;
    color: #111111;
    margin-bottom:24px;
}
.criteria_box{
    padding: 16px;
    background: #FFFFFF;
    border-radius: 14px;
    display: flex;
    gap: 18px;
    justify-content: flex-start;
    width: 49%;
    align-items: flex-start;
}
.criteria_box img{
    width: auto;
}
.criteria_box h6 {
    font-family: "dev_semi_bold";
    font-size: 16px;
    line-height: 18px;
    color: #111111;
    margin-bottom: 8px;
}
.criteria_box p {
    font-family: "dev_reg";
    font-size: 14px;
    line-height: 16px;
    color: #111111;
    opacity: 0.6;
}


.eligibility_criteria {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.criteria_box_section {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    flex-wrap: wrap;
}
.business-loan-eligibility .gi_sec_head p{
    font-family: "dev_med";
    font-size: 24px;
    line-height: 32px;
    color: #828282;
    margin-bottom: 60px;
}

.apply_loan_left h4{
    font-family: "dev_semi_bold";
    font-size: 52px;
    line-height: 57px;
}
.apply_loan_sectn {
    display: flex;
    justify-content: space-around;
    gap: 80px;
    margin-bottom: 64px;
    /* flex-wrap: wrap; */
}
.self-emp-box {
    background: #EAEAEA4D;
    padding: 40px 27px;
    border-radius: 24px;
    /* width: 360px; */
    width: 418px;
}
.self-emp-box-sectn {
    display: flex;
    gap: 14px;
    justify-content: space-between;
}
.self-emp-box h5{
    font-family: "dev_semi_bold";
    font-size: 24px;
    line-height: 30px;
    color: #111111;
    margin-bottom: 14px;
}
.self-emp-box p{
    font-family: "dev_reg";
    font-size: 14px;
    line-height: 16px;
    color: #111111;
}
.funds_steps_wrap h3{
    font-family: "dev_semi_bold";
    font-size: 32px;
    line-height: 35px;
    color: #1F1F1F;
    opacity: 0.9;
    margin-bottom: 30px;
}
.criteria_box_wrap h5{
    font-size: 30px;
    line-height: 33px;
    color: #111111;
    font-family:  "dev_semi_bold";
    margin-bottom: 24px;
}
.funds_steps_box .step_num {
    font-family: "dev_bold";
    font-size: 70px;
    line-height: 77px;
    background: linear-gradient(180deg, #FCF4F5 0%, rgba(139, 21, 27, 0.86) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.funds_steps_box .step_num_content{
    font-size: 20px;
    line-height: 22px;
    font-family: "dev_med";
    color: #1F1F1F;
}  
.funds_steps_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    width: 25%;
    position: relative;
}
.funds_steps {
    display: flex;
    align-items: center;
    gap: 10px;
}
.funds_steps_box::before {
    content: "";
    /* border: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 100%); */
    width: 50%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 99;
    right: 0;
    /* border: 1px dotted transparent;
    border-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 100%); */
    background: url("../images/business/funds-line.png");
    height: 1px;
    background-repeat: no-repeat;
    background-position: center right;
    /* width: 164px; */
    background-size: cover;
}
.apply-loan::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 0 78%;
    background-size: cover;
    z-index: -1;
    background: url("../images/business/bg-apply-loan.png");
    background-size: cover;
}
.funds_steps_box:last-child::before{
display: none;
}
.funds_steps_box.funds_steps_box_01 .step_num_content{
    width: 40%;
}
.funds_steps_box.funds_steps_box_02 .step_num_content{
    width: 40%;
}
.funds_steps_box.funds_steps_box_03 .step_num_content{
    width: 40%;
}
.funds_steps_box.funds_steps_box_04 .step_num_content{
    width: 40%;
}
.funds_steps_box.funds_steps_box_01::before {
    width: 60%;
}
.img_cofounder {
    width: 70px;
    position: relative;
    margin-bottom: 15px;
}
.self-emp-box_img{
    position: relative;
}
/* responsive starts here */
@media screen and (max-width: 1832px){
    .health-insurance-body .term_plan_offer_img::after {
        height: 87px;
    }
    .health-insurance-body .banner-items-wrapper>.custom-container {
        grid-template-columns: 60.5% auto;
    }
    /* .health-insurance-body .banner_absli_salaried .term_plan_offer_box_main h6 {
        font-size: 38px;
        line-height: 45px;
    } */
/* .banner_absli_salaried .term_plan_offer {
    margin-top: 40px;
} */
/* .banner_absli_salaried .banner_caption h1 {
    font-size: 60px;
} */
.health-insurance-body .banner_creative {
    max-width: 360px;
}

}

@media screen and (max-width: 1650px){
    .health-insurance-body .banner_absli_salaried .term_plan_offer_box::after {
        border: 0;
        border-radius: 0px 0px 0px 24px;
        left: 0;
        height: 164px;
    }
    .banner_stats_wrapper.four_grid_stats {
        margin-top: 0%;
    }
    .health-insurance-body .banner_creative {
        right: 30px;
    }
    .health-insurance-body .banner_creative {
        max-width: 333px;
        top: -1px;
    }
    .health-insurance-body .banner_absli_salaried .term_plan_offer_box_main h6 {
        font-size: 34px;
        line-height: 45px;
    }
    .health-insurance-body .banner_absli_salaried .banner_caption h1 {
        font-size: 52px;
    }
    .banner_absli_salaried .banner_caption h1 {
        font-size: 60px;
    }
    .banner_absli_salaried .term_plan_offer {
        margin-top: 37px;
    }
    .homeload_body.absli_loan_body .banner_absli_salaried .banner_creative_family {
        height: 330px;
    }
    .term_plan_offer_box p {
        font-size: 19px;
    }
}
@media screen and (max-width: 1600px){
    .health-insurance-body .term_plan_offer_box p {
        font-size: 16px;
        line-height: 20px;
        padding-top: 20px;
    }
    .health-insurance-body .banner_absli_salaried .term_plan_offer_box_main h6 {
        font-size: 27px;
        line-height: 30px;
    }
    .health-insurance-body .banner_absli_salaried .banner_caption h1 {
        font-size: 42px;
    }
    .banner_absli_salaried .banner_caption p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1550px){
    .health-insurance-body .banner_absli_salaried .term_plan_offer_box::after {
        height: 177px;
    }
    .health-insurance-body .term_plan_offer_img::after {
        height: 100px;
    }
}
@media screen and (max-width: 1536px){
    .funds_steps_box.funds_steps_box_04 .step_num_content {
        width: 50%;
    }
    .funds_steps_box.funds_steps_box_03 .step_num_content {
        width: 43%;
    }
    .funds_steps_box.funds_steps_box_01::before {
        width: 50%;
    }
    .funds_steps_box.funds_steps_box_02::before {
        width: 40%;
    }
    .funds_steps_box.funds_steps_box_03::before {
        width: 40%;
    }
    .funds_steps_box.funds_steps_box_04::before {
        width: 40%;
    }
    .businessloan_box {
        width: 18.5%;
    }
    /* .banner_content_Wrapper {
        gap: 20px;
    } */
    .health-insurance-body .banner_absli_salaried .term_plan_offer_img img {
        width: 50px;
        height: 50px;
    }
    .health-insurance-body .term_plan_offer_box p {
        padding-top: 0px;
    }
    .health-insurance-body .banner_absli_salaried .term_plan_offer_box::after {
        height: 157px;
    }
    .health-insurance-body .term_plan_offer_img::after {
        top: 79px;
    }
    .health-insurance-body .term_plan_offer_img::after {
        height: 102px;
    }
    .health-insurance-body .term_plan_offer_img::before {
        height: 78px;
    }
    .health-insurance-body .banner_creative {
        max-width: 334px;
    }
    .banner_absli_salaried .term_plan_offer_img img {
        margin-top: 13px;
    }
}
@media screen and (max-width: 1500px){
    .banner_stats_wrapper.four_grid_stats {
        margin-top: 5%;
    }
    .health-insurance-body .banner_creative {
        max-width: 294px;
        top: -1px;
    }
    .health-insurance-body .banner-items-wrapper>.custom-container {
        grid-template-columns: 66.5% auto;
    }
    /* .banner-items-wrapper>.custom-container {
        grid-template-columns: 790px auto;
    } */
}
@media screen and (max-width: 1480px) {
    .banner_stats_wrapper.four_grid_stats {
        margin-top: 0%;
    }
    .health-insurance-body .banner_creative {
        max-width: 282px;
        top: -1px;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1500px) {
    .homeload_body.absli_loan_body .banner_absli_salaried .banner_creative_family {
        max-width: 45%;
    }
    .banner_absli_salaried .term_plan_offer {
        margin-top: 6px !important;
    }
    /* .banner_absli_salaried .term_plan_offer_box::after{
        height: 171px !important;
    } */
    .term_plan_offer_img::after {
        /* height: 95px !important;
        top: 100px; */
    }
}
/* 1440 */
@media screen and (max-width: 1440px){
    .funds_steps_box.funds_steps_box_04 .step_num_content {
        width: 65%;
    }
    .funds_steps_box.funds_steps_box_03 .step_num_content {
        width: 45%;
    }
    .self-emp-box {
        width: 360px;
    }
    .apply_loan_left h4 {
        font-size: 47px;
        line-height: 52px;
    }
    .eligibility_criteria {
        gap: 40px;
    }
    .health-insurance-body .desk_banner, .lap_body .desk_banner {
        height: 650px;
    }
    .health-insurance-body .banner-items-wrapper>.custom-container {
        grid-template-columns: 60.5% auto;
    }
    .health-insurance-body .banner_creative {
        max-width: 245px;
        margin-top: -54px;
    }
    .health-insurance-body .banner_creative {
        right: 66px;
    }
    .health-insurance-body .term_plan_offer_box p {
        padding-top: 11px;
    }
    .health-insurance-body .banner_absli_salaried .term_plan_offer_box::after {
        height: 152px;
    }
    .health-insurance-body .term_plan_offer_img::after {
        height: 97px;
    }
    /* .banner_absli_salaried .term_plan_offer_box::after{
        height: 171px !important;
    } */
    .term_plan_offer_box1{
        height: 195px;
    }
    .term_plan_offer_box p {
        font-size: 16px;
    }
    .homeload_body.absli_loan_body .banner_absli_salaried .banner_creative_family {
        height: 268px;
    }
    .banner_absli_salaried .banner_caption h1 {
        font-size: 52px;
    }
    .banner_absli_salaried .banner_caption p {
        font-size: 16px;
    }
    .why_absli_headtxt p{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 40px;
    }
    .why_absli_Wrapper .gi_sec_head h2 {
        margin-bottom: 16px;
    }
    .facilities_box img{
        width: 70px;
        height: 70px;
        margin-bottom: 16px;
    }
    .why_absli_facilities_wrapper {
        gap: 20px;
        max-width: 1146px;
        margin: auto;
    }
    .facilities_box {
        width: 32%;
        text-align: center;
        margin-bottom: 40px;
        padding: 0px 34px;
    }
    .facilities_box p{
        font-size: 16px;
        line-height: 18px;
    }
    .why_absli_Wrapper{
        padding: 120px 0 60px;
    }
    .eligibility_absli_Wrapper{
        padding: 120px 0;
    }
    .eligibility_main {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 60px;
    }
    .eligibility_box {
        padding: 12px 16px;
        gap: 12px;
        width: 50%;
        width: calc(50% - 10px);
    }
    .eligibility_box img{
        width: 48px;
        height: 48px;
    }
    .eligibility_box p{
        font-family: 'dev_med';
        font-size: 18px;
        line-height: 20px;
    }
    .eligibility_absli_left {
        width: 100%;
    }
    .eligibility_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    .eligibility_absli_left .gi_sec_head h2{
        text-align: left;
        margin-bottom: 16px;
    }
    .eligibility_absli_left p{
        font-family: 'dev_med';
        font-size: 16px;
        line-height: 20px;
        color: #4F4F4F;
    }
    .coverage_box{
        border-radius: 24px;
        padding: 35px 28px;
        width: 100%;
        min-height: 286px;
    }
    .coverage_box img{
        width: 71px;
        height: 74px;
        margin-bottom: 30px;
    }
    .coverage_box.coverage_box1 {
        background: #D4E5D3;
    }
    


    .coverage_main {
        gap: 20px;
        border-bottom: 1px solid hsl(0deg 0% 0% / 10%);
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
    .coverage_box h6{
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .coverage_box p{
        font-size: 14px;
        line-height: 18px;
    }
    .riders_box img{
        width: 52px;
        height: 52px;
    }
    .riders_box {
        gap: 12px;
        width: 18%;
    }
    .riders_box p{
        font-size: 18px;
        line-height: 20px;
    }
    .riders_sectn {
    }
    .riders_sectn_main h5{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 28px;
    }
    .coverage_optn_Wrapper {
        padding: 120px 0;
    }
    .banner_absli_salaried .discount_perc{
        font-size: 16px;
        line-height: 20px;
    }
    .banner_absli_salaried .term_plan_offer_img img{
        width: 47px;
        height: 60px;
        margin-top: 20px;
    }
    .banner_absli_salaried .term_plan_offer {
        margin-top: 10px;
    }
    .banner_absli_salaried .term_plan_offer_box_main h6{
        font-size: 48px;
        line-height: 53px;
        padding-left: 110px;
        margin-bottom: 34px;
    }

    .banner_absli_salaried .term_plan_offer_box_main::after{
        content: "";
        /* backdrop-filter: blur(14px); */
        height: 24px;
        width: calc(100% - 110px);
        top: 0;
        left: 110px;
        border-bottom: 0;
    }
    .banner_absli_salaried .term_plan_offer_box {
        padding: 34px 25px;
    }
    .term_plan_offer_img::before{
        content: "";
        width: 100%;
        height: 100px;
        top: 0;
        right: 0;
    }
    .term_plan_offer_img::after{
        content: "";
        width: 24px;
        height: 95px;
        top: 100px;
        right: initial;
        left: 0px;
    
        
    }
    .banner_absli_salaried .term_plan_offer_box::after{
        content: "";
        border: 1px solid #fff;
        background: rgba(203, 203, 203, 0.18);
        width: calc(100% - 24px);
        height: 196px;
        top: 24px;
        right: 0;
        border-radius: 0px 0px 24px 0px;
        height: calc(100% - 24px);
        border-top: 0;
        left: 24px;
        border-left: 0;
        
    }
    .banner_absli_salaried .bannercoin {
        width: 99px;
        height: 65px;
        transform: rotate(-5deg);
        left: -89px;
        margin-top: 20px;
    }
    .term_plan_offer_box p{
        font-size: 16px;
        line-height: 20px;
    }
    .banner_stats_wrapper_new.banner_stats_wrapper {
        padding: 37px 0px;
    }
    .banner_stats_wrapper_new .stats_main h3 {
        font-size: 35px;
        line-height: 39px;
    }
    .banner_stats_wrapper_new .stats_main p {
        font-size: 16px;
    }
    .homeload_body.absli_loan_body .banner_absli_salaried .banner_creative {
        top: -21%;
        right: -30%;
    }
    .homeload_body.absli_loan_body .banner_absli_salaried  .banner_creative_family{
        max-width: 45%;
        top: 0%;
        right: 2%;
    }
    .term_plan_offer_img {
        width: 110px;
        height: 60px;
    }

    
}
@media screen and (max-width: 1366px) {
    .funds_steps_box.funds_steps_box_03::before {
        width: 34%;
    }
    .funds_steps_box.funds_steps_box_03 .step_num_content {
        width: 50%;
    }
    .funds_steps_box.funds_steps_box_02::before {
        width: 33%;
    }
    .funds_steps_box.funds_steps_box_02 .step_num_content {
        width: 50%;
    }
    .funds_steps_box.funds_steps_box_01::before {
        width: 44%;
    }
    .eligibility_criteria {
        gap: 20px;
    }
    .health-insurance-body .term_plan_offer_img::after {
        height: 96px;
    }
    /* .health-insurance-body .banner_absli_salaried .term_plan_offer_box::after {
        height: 177px;
    } */
    .banner_stats_wrapper.four_grid_stats {
        margin-top: 0%;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
	.contruction_finance .unique_offerings_main_wrapper {
    margin-top: 0;
}
    .health-insurance-body .banner_form_wrapper {
        height: auto;
    }
    .unique_offerings_main_wrapper {
        padding-top: 30px;
    }
 
    .banner_absli_salaried .term_plan_offer_img img {
        width: 47px;
        height: 60px;
    }
    .term_plan_offer_img::after {
        /* height: 95px !important; */
        top: 100px;
    }
    .term_plan_offer_box p {
        font-size: 16px;
        line-height: 20px;
    }
    .banner_absli_salaried .term_plan_offer_box_main h6 {
        font-size: 48px;
        line-height: 53px;
        padding-left: 110px;
    }
    .term_plan_offer_img {
        /* width: 130px;
        height: 80px; */
    }
    .term_plan_offer_img::before {
        height: 100px;
    }
    .banner_absli_salaried .banner_caption h1 {
        font-size: 52px;
    }
    .banner_absli_salaried .banner_caption p {
        font-size: 16px;
    }
    .banner_absli_salaried .discount_perc {
        font-size: 16px;
    }
    .homeload_body.absli_loan_body .banner_absli_salaried .banner_creative_family {
        height: auto;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1480px) {
    .why_absli_headtxt {
        padding: 0px 175px;
    }
    .banner_absli_salaried .banner_caption h1 {
        width: 70%;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
    /* .banner_stats_wrapper.four_grid_stats {
        margin-top: 10% !important;
    } */
    .riders_box p {
        font-size: 16px;
        line-height: 18px;
    }
    .eligibility_box p {
        font-size: 16px;
        line-height: 18px;
    }
    .eligibility_absli_Wrapper, .coverage_optn_Wrapper {
        padding: 60px 0;
    }
    .why_absli_Wrapper {
        padding: 60px 0 20px;
    }
    .banner_absli_salaried .stats_main h3 {
        font-size: 35px;
        line-height: 39px;
    }
    .banner_absli_salaried .stats_main p {
        font-size: 16px;
        line-height: 16px;
        color: #111111;
        opacity: 0.7;
    }
    .facilities_box p {
        font-size: 14px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.contruction_finance .banner_stats_wrapper.four_grid_stats {
    margin-top: -40px !important;
}
    .banner_stats_wrapper.four_grid_stats {
        margin-top: 10% !important;
    }
    .health-insurance-body .banner_creative {
        max-width: 325px !important;
        top: -1px;
    }
    .health-insurance-body .banner_caption {
        width: 50%;
    }
    .why_absli_Wrapper {
        padding: 60px 0 0px;
    }
    .eligibility_absli_Wrapper , .coverage_optn_Wrapper{
        padding: 60px 0;
    }
    .gi_sec_head h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .coverage_main {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .riders_box p {
        font-size: 14px;
        line-height: 18px;
    }
    .riders_box img {
        width: 40px;
        height: 40px;
    }
    .riders_box {
        gap: 10px;
        width: 19%;
    }
    .riders_sectn {
        gap: 10px;
    }
    .coverage_main {
        align-items: flex-start;
    }
    .coverage_box img {
        width: 66px;
        height: 69px;
        margin-bottom: 20px;
    }
    .coverage_box h6 {
        font-size: 16px;
        line-height: 18px;
    }
    .facilities_box {
        width: 31.8%;
        margin-bottom: 30px;
        padding: 0px 20px;
    }
    .facilities_box p {
        font-size: 14px;
        line-height: 16px;
    }
    .eligibility_main {
        gap: 30px;
    }
    .eligibility_box p {
        font-size: 16px;
        line-height: 18px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1439px) {

    .term_plan_offer_img::after {
        height: 90px;
    }
    .term_plan_offer_box p br{
        display: none;
    }
    .banner_absli_salaried .term_plan_offer_box_main h6 {
        font-size: 40px;
        line-height: 43px;
        padding-left:80px;
        margin-bottom: 24px;
    }
    .term_plan_offer_box p {
        font-size: 14px;
        line-height: 18px;
        padding-top: 20px;
    }
    .banner_absli_salaried .term_plan_offer_box {
        padding: 34px 20px;
    }
    .term_plan_offer_img::after {
        /* height: 110px; */
    } 
    .term_plan_offer_img {
        width: 80px;
    }
    .banner_absli_salaried .term_plan_offer_box_main::after {
        width: calc(100% - 80px);
        left: 80px;
    }
}
/* @media screen and (max-width: 1440px){
    .term_plan_offer_box1{
        height: 195px;
    }
} */
@media screen and (max-width: 1280px){
    .funds_steps_box .step_num {
        font-size: 59px;
        line-height: 67px;
    }
    .funds_steps_box .step_num_content {
        font-size: 18px;
        line-height: 20px;
    }
    .self-emp-box {
        width: 320px;
    }
    .business-loan-eligibility .gi_sec_head p {
        font-size: 20px;
        line-height: 26px;
    }
    .criteria_box_wrap h5 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .health-insurance-body .desk_banner, .lap_body .desk_banner {
        height: 590px;
    }
    .banner_absli_salaried .term_plan_offer_img img {
        margin-top: 15px;
    }
    .banner_absli_salaried .term_plan_offer_box {
        padding: 34px 20px 15px;
    }
    .term_plan_offer_box1 {
        height: auto;
    }
    .health-insurance-body .term_plan_offer_box p {
        padding-top: 8px;
    }
    .banner_absli_salaried .banner_caption p {
        font-size: 14px;
    }
    .health-insurance-body .term_plan_offer_img::after {
        height: 95px;
    }
    .health-insurance-body .banner_creative {
        max-width: 240px;
        top: 0px;
    }
    .health-insurance-body .banner_absli_salaried .banner_caption h1 {
        font-size: 36px;
    }
    /* .banner_stats_wrapper.four_grid_stats {
        margin-top: 0% !important;
    } */
    /* .unique_offerings_main_wrapper {
        padding-top: 30px;
    } */
    .banner_absli_salaried .term_plan_offer_box::after {
        height: 150px !important;
    }
    .banner_absli_salaried .term_plan_offer {
        margin-top: 10px;
    }
    .img_cofounder{width: 55px;}
    .self-emp-box h5{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .funds_steps_wrap h3{
        font-size: 22px;
        line-height: 24px;
    }
    .businessloan_box h6{
        font-size: 20px;
        line-height: 22px;
    }
}
@media screen and (max-width: 1250px){
    .health-insurance-body .banner_absli_salaried .banner_caption h1 {
        font-size: 40px;
    }
.health-insurance-body .banner_creative {
    max-width: 240px !important;
    top: 133px;
    /* max-width: 204px;
    top: -1px; */
}
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
    .banner_stats_wrapper.four_grid_stats {
        margin-top: 15% !important;
    }
    .term_plan_offer_img.term_plan_offer_img_two::after {
        height: 90px !important;
    }
    .banner_absli_salaried .term_plan_offer_box_main {
        height: 190px;
    }
    .banner_absli_salaried .term_plan_offer_box::after {
        max-height: 185px;
        height: 165px;
    }
    .term_plan_offer_img.term_plan_offer_img_two::after {
        height: 88px !important;
    }
    .banner_absli_salaried .banner_caption p {
        font-size: 14px;
    }
    .banner_absli_salaried .term_plan_offer {
        margin-top: 10px;
    }

}
@media screen and (max-width: 1200px){
    .self-emp-box {
        width: auto;
    }
    .apply_loan_left h4 {
        font-size: 37px;
        line-height: 42px;
    }
    .apply_loan_sectn {
        gap: 40px;
    }
    .businessloan_box {
        width: 30%;
    }
    .health-insurance-body .banner_absli_salaried .term_plan_offer_box_main h6 {
        font-size: 24px;
        line-height: 27px;
    }
}

@media screen and (max-width: 1100px){
    .funds_steps_box.funds_steps_box_03 .step_num_content {
        width: 52%;
    }
    .funds_steps_box.funds_steps_box_04 .step_num_content {
        width: 70%;
    }z
    .funds_steps_box.funds_steps_box_03 .step_num_content {
        width: 60%;
    }
    .funds_steps_box.funds_steps_box_02 .step_num_content {
        width: 60%;
    }
    .criteria_box {
        width: 48%;
    }
    .term_plan_offer_box p {
        padding-top: 8px !important;
    }
    /* .health-insurance-body .banner_absli_salaried .term_plan_offer_box_main h6 {
        font-size: 31px;
        line-height: 40px;
    } */
    /* .banner_stats_wrapper.four_grid_stats {
        margin-top: 16% !important;
    } */
    .banner_absli_salaried .term_plan_offer_img img {
        margin-top: 16px;
    }
    .term_plan_offer_box p {
        padding-top: 0px;
    }
    .term_plan_offer_img::after {
        top: 85px;
    }
    .term_plan_offer_img::before {
        content: "";
        width: 100%;
        height: 85px;
        top: 0;
        right: 0;
    }
    /* .banner_absli_salaried .term_plan_offer_box::after {
        height: 152px !important;
    } */
    .health-insurance-body .term_plan_offer_img.term_plan_offer_img_two::after {
        height: 90px !important;
    }
}
@media screen and (max-width: 1024px){
    .funds_steps_box.funds_steps_box_03 .step_num_content {
        width: 56%;
    }
    .health-insurance-body .term_plan_offer_box p {
        padding-top: 10px;
    }
    .banner_absli_salaried .term_plan_offer_box::after {
        height: 150px !important;
    }
    .health-insurance-body .term_plan_offer_box p {
        font-size: 14px;
        line-height: 17px;
    }
    .health-insurance-body .term_plan_offer_img::after {
        top: 84px;
    }
    .health-insurance-body .term_plan_offer_img.term_plan_offer_img_two::after {
        height: 90px !important;
    }
    .health-insurance-body .banner_absli_salaried .term_plan_offer_img img {
        width: 50px;
        height: 50px;
    }
    .health-insurance-body .term_plan_offer_img::before {
        height: 84px;
    }
    .health-insurance-body .banner_absli_salaried .term_plan_offer_box_main h6 {
        font-size: 24px;
        line-height: 30px;
    }
    /* .health-insurance-body .banner_stats_wrapper.four_grid_stats {
        margin-top: 20% !important;
    } */
    .img_cofounder {
        width: 46px;
    }
    .self-emp-box h5 {
        font-size: 20px;
        line-height: 22px;
    }

}
@media screen and (max-width: 991px){
	
	.why_absli_headtxt p{width: auto;}
    .self-emp-box {
        padding: 30px 24px;
    }
    .funds_steps_box::before {
        transform: rotate(90deg);
    }
    .funds_steps_box.funds_steps_box_01::before {
        width: 100%;
        left: 0;
    }
    .funds_steps_box.funds_steps_box_02::before {
        width: 100%;
        left: 0;
    }
    .funds_steps_box.funds_steps_box_03::before {
        width: 100%;
        left: 0;
    }
    .funds_steps_box.funds_steps_box_04::before {
        width: 100%;
        left: 0;
    }

    .funds_steps_box .step_num {
        width: 45px;
    }
    .business-loan-new.homeload_body .mob_banner {
        height: 898px;
    }
    .funds_steps_wrap h3 {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 15px;
    }
    .funds_steps_box::before{
        display: none;
    }
    .funds_steps_box.funds_steps_box_01 .step_num_content {
        width: 100%;
    }
    .funds_steps_box.funds_steps_box_02 .step_num_content {
        width: 100%;
    }
    .funds_steps_box.funds_steps_box_03 .step_num_content {
        width: 100%;
    }
    .funds_steps_box.funds_steps_box_04 .step_num_content {
        width: 100%;
    }
    .funds_steps {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .funds_steps_box {
        width: 100%;
    }
    .banner_absli_salaried .term_plan_offer_box {
        backdrop-filter: blur(0px);
    }
    .self-emp-box h5 {
        font-size: 20px;
        line-height: 26px;
    }
    .apply_loan_left h4 {
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }
    .apply_loan_sectn {
        flex-direction: column;
        gap: 0;
        margin-bottom: 30px;
    }
    .criteria_box_wrap h5 {
        font-size: 24px;
        line-height: 26px;
    }
    .business-loan-eligibility .gi_sec_head p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    .criteria_box {
        width: 49%;
    }
    .criteria_box_wrap {
        width: 100%;
		        padding: 20px 20px;
    }
    .eligibility_criteria{
        flex-direction: column;
    }
    .businessloan_box {
        width: 48%;
    }
    .health-insurance-body .otp_verified_wrapper img{
        top: -40px !important;
        position: relative;
        text-align: center;
        padding: 0;
    }
    .thankyou_body_new .tu_form_main_Wrapper {
        height: auto !important;
    }
    .thankyou_body_new.thankyou_body .ty_banner_wrapper .mob_banner {
        height: 100vh;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .thankyou_body_new .tu_form_Wrapper h2 {
        margin-top: 20px;
    }
    .thankyou_body_new.thankyou_body .ty_banner_wrapper .thankyou_wrapper {
        padding: 30px 20px;
    }
    .thankyou_body_new .thankyou_grid.tu_form_active .thankyou_wrapper h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .thankyou_body_new .thankyou_grid {
        display: block;
    }
    .health-insurance-body .mob_banner {
        height: 630px;
    }
    .web-view{
        display: none !important;
    }
    .mob-view{
        display: block !important;
    }
    .banner_absli_salaried .term_plan_offer {
        gap: 10px;
    }
    .term_plan_offer_box p {
        padding-top: 6px !important;
    }
    .health-insurance-body .banner_creative {
        max-width: 12%;
    }
    .banner_caption {
        width: 50%;
    }
    .coverage_box {
        min-height: auto;
    }
    .coverage_main {
        flex-direction: column;
    }
    .eligibility_box {
        width: 100%;
    }
    .eligibility_main {
        gap: 40px;
        flex-direction: column;
    }

    .contruction_finance .why_absli_facilities_wrapper {
    display: grid;
    grid-template-columns: auto;
    max-width: max-content;
}

    .contruction_finance .facilities_box p{
    width: 90%;
    font-size: 16px;
}
    
    .why_absli_facilities_wrapper {
        flex-direction: column;
    }
    .facilities_box {
        width: 100%;
    }
    .homeload_body.absli_loan_body .banner_absli_salaried .banner_creative_family {
        max-width: 20%;
        right: 3% !important;
        height: auto !important;
    }
    .banner_absli_salaried .term_plan_offer_box::after{
        border: 0;
    }
    .absli_loan_body .banner_stats_wrapper {
        margin-top: 80px;
    }
    .health-insurance-body.absli_loan_body .banner_stats_wrapper{
        margin-top: 30px;
    }
    .absli_loan_body .banner_absli_salaried .term_plan_offer {
        margin-top: 20px !important;
    }
    .absli_loan_body .unique_offerings_main_wrapper {
        padding: 0px 16px;
    }
    .absli_loan_body .term_plan_offer_box p br{
        display: none;
    }
    .absli_loan_body .banner_absli_salaried .term_plan_offer_box::after {
        height: auto !important;
    }
    .absli_loan_body .banner_absli_salaried .term_plan_offer {
        padding-left: 0px !important;
    }
    .absli_loan_body .term_plan_offer_box1 {
        height: auto;
        padding: 16px 20px;
        border-radius: 24px;
    }
    .absli_loan_body .banner_absli_salaried .term_plan_offer_box_main h6{
        padding-left: 0 !important;
        text-align: left;
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 24px;
    }
    .health-insurance-body .term_plan_offer_box p {
        font-size: 12px;
        line-height: 14px;
    }
    .absli_loan_body .term_plan_offer_box1 {
        height: auto;
        background: rgba(203, 203, 203, 0.18);
    }
    .banner_absli_salaried .term_plan_offer_box::after {
        background:transparent;
        border-top: 0;
    }
    .absli_loan_body .banner_absli_salaried .term_plan_offer_box {
        padding: 0;
    }
    .absli_loan_body .term_plan_offer_box1 {
        height: auto;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 20px;
    }
    .term_plan_offer_box1 {
        height: auto;
    }
    .term_plan_offer_img {
        width: auto;
        height: auto;
        position: relative;
        text-align: left;
    }
    .term_plan_offer_img::before{
        display: none;
    }
    .banner_absli_salaried .term_plan_offer_img img {
        margin-top: 0;
        width: 36px !important;
        height: 36px !important;
    }
    .banner_absli_salaried .term_plan_offer_box_main::after{
        display: none;
    }
    .term_plan_offer_img.term_plan_offer_img_two::after{
        display: none;
    }
    .term_plan_offer_img::before{
        display: non;
    }
    .why_absli_headtxt p br{
        display: none;
    }
    .banner_absli_salaried .banner_caption h1 {
        font-size: 28px !important;
        line-height: 28px;
    }
    .banner_absli_salaried .term_plan_offer {
        margin-top: 124px;
        padding-left: 30px;
    }
    .why_absli_Wrapper , .eligibility_absli_Wrapper , .coverage_optn_Wrapper{
        padding: 50px 0;
    }
    .riders_box {
        width: auto;
    }
    .riders_box p {
        font-size: 14px;
        line-height: 16px;
    }
    .coverage_main {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .riders_box img {
        width: 42px;
        height: 42px;
    }
    .coverage_main {
        align-items: flex-start;
    }
    .coverage_box img {
        width: 61px;
        height: 64px;
        margin-bottom: 20px;
    }
    .coverage_box h6 {
        font-size: 16px;
        line-height: 18px;
    }
    .eligibility_box p {
        font-size: 16px;
        line-height: 18px;
    }
    /* .facilities_box {
        width: 31%;
        padding: 0px 20px;
    } */
    .banner_stats_wrapper_new .stats_main h3 {
        font-size: 20px;
        line-height: normal;
    }
    .banner_absli_salaried .banner_caption h1 {
        font-size: 28px;
    }
    .funds_steps_box .step_num_content {
        font-size: 14px;
        line-height: 16px;
    }
    .funds_steps_box .step_num {
        font-size: 50px;
        line-height: 60px;
    }
    .funds_steps_box{gap: 0;}

}






@media screen and (max-width: 768px) {
    .health-insurance-body .banner_creative {
        max-width: 177px !important;
        top: 41px;
    }
    .health-insurance-body .mob_banner {
        /* height: 630px; */
        height: 740px;
    }
    .health-insurance-body .banner_creative {
        max-width: 18%;
    }
}
@media screen and (max-width: 576px){
    .homeload_body .mob_banner {
        height: 898px;
    }
    .health-insurance-body .banner_creative {
        max-width: 200px !important;
        top: 24px !important;
        right: 0px !important;
    }
    .self-emp-box h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .self-emp-box p {
        font-size: 12px;
        line-height: 14px;
    }
    .self-emp-box-sectn {
        flex-direction: column;
    }
    .criteria_box {
        width: 100%;
    }
    .buy-business-loan .business-loan-wrap {
        gap: 10px;
    }
    .businessloan_box {
        width: 100%;
    }
    .health-insurance-body .mob_banner {
        height: 840px;
    }
    .banner_creative {
        right: 20px !important;
        max-width: 132px !important;
        top: -20px !important;
    }
    /* .banner_stats_wrapper.four_grid_stats {
        margin-top: 35% !important;
    } */
    .health-insurance-body .banner_caption {
        width: 60%;
    }
    .health-insurance-body .banner_creative {
        max-width: 30%;
    }
    .banner_absli_salaried .term_plan_offer {
        flex-direction: column;
    }
    .homeload_body.absli_loan_body .banner_absli_salaried .banner_creative_family {
        max-width: 40%;
        right: 6%;
        height: 212px;
    }
    .buy-business-loan.why-choose-cf::before{
        background: url(../images/business/bg-business-loan-mob.png);
    }
}
@media screen and (max-width: 428px) {
    .health-insurance-body .mob_banner {
        height: 890px;
    }
    .business_loan_body .banner_wrapper .banner_caption {
        width: 75%;
    }
    .business_loan_body .banner_wrapper .banner_creative {
        max-width: 100px !important;
        top: 20px !important;
    }
}
@media screen and (max-width: 428px) {
    .business-loan-new.homeload_body .mob_banner {
        height: 877px;
    }
    .health-insurance-body .banner_creative {
        max-width: 191px !important;
        top: 60px !important;
        right: 0px !important;
    }
}
@media screen and (max-width: 414px) {
    .business-loan-new.homeload_body .mob_banner {
        height: 877px;
    }
    .health-insurance-body .banner_creative {
        max-width: 191px !important;
        top: 31px !important;
        right: 0px !important;
    }
}
@media screen and (max-width: 375px) {
    .business-loan-new.homeload_body .mob_banner {
        height: 877px;
    }
    .health-insurance-body .banner_creative {
        max-width: 181px !important;
        top: 73px !important;
        right: 0px !important;
    }
    .health-insurance-body .mob_banner {
        height: 960px;
    }
    .health-insurance-body .banner_creative {
        max-width: 40%;
    }
    .health-insurance-body .banner_stats_wrapper.four_grid_stats {
        margin-top: 0% !important;
    }
}

@media screen and (max-width: 360px) {
    .business-loan-new.homeload_body .mob_banner {
        height: 1005px;
    }
    .health-insurance-body .banner_creative {
        max-width: 195px !important;
        top: 73px !important;
        right: 0px !important;
    }
    .health-insurance-body .banner_stats_wrapper.four_grid_stats {
        margin-top: 0% !important;
    }
    .health-insurance-body .banner_creative {
        max-width: 34%;
    }
    .health-insurance-body .mob_banner {
        height: 970px;
    }
}

@media screen and (min-width: 992px){
    .funds_steps_box.funds_steps_box_01 .step_num_content br{display: none;}
}

.web-view{
    display: block;
}
.mob-view{
    display: none;
}
/* .health-insurance-body .banner_creative {
    max-width: 340px;
} */