﻿
:root {
    --z-black: #000;
    --bg-gray: #e6e7e8;
}

*, html, body {
    font-family: 'Georama';
    font-size:18px;
}
/*.nfo_25_main .bg_gray {
    background-color: var(--bg-gray);
}*/
.no_style {
    margin: 0;
    nfo25_bfsi_active_container padding: 0;
    list-style: none;
}
/*.business-cycle-main.nfo-main-new.nfo_25_main section {
    padding: 40px 0px;
}*/
.assistance-sc input[type=checkbox] {
    left: 0;
    top: 0;
}
.red-dot-list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 5px;
}

    .red-dot-list li {
        position: relative;
    }

        .red-dot-list li::after {
            content: "";
            height: 3px;
            width: 3px;
            background-color: var(--red);
            border-radius: 50%;
            position: absolute;
            left: -5px;
            top: 10px;
        }

.circle_list.black li::before {
    top: 8px;
    height: 8px;
    width: 8px;
}
.circle_list.black li::before {
    border: 1px solid #000;
    background-color: #000;
}
.business-cycle-main .banner-sc img.mobile {
    display:none;
}
.nfo25_banner_content h3 {
    font-size:28px;
    font-family: 'Quantum Rise';
    font-weight:bold;
    text-transform:uppercase;
}

.nfo25_banner_content .invest_box p {
    color:var(--z-black);
}

.nfo25_form {
    box-shadow: none;
    padding:0;
}
    .nfo25_form .section_heading h2 {
        font-weight:400;
    }
        .nfo25_form .section_heading h2 span {
            text-decoration:none;

        }
        .nfo25_form .section_heading h2::before,
        .nfo25_form .section_heading h2::after{
            display: none;
        }
        .assistance-sc input[type=checkbox] {
            height: 18px;
            width: 18px;
        }

.nfo-main-new .read-more-txt {
    padding-left: 25px;
}

.section_heading h2 {
    font-size: 28px;
    line-height: 30px;
    color: var(--z-black);
    font-weight: bold;
    position:relative;

}

    .section_heading h2::before {
        content: "";
        height: 1px;
        width: 300px;
        background-color: var(--red);
        position: absolute;
        left: -30px;
        top: 50%;
        transform: translate(-100%, -50%);
    }
    .section_heading h2::after {
        content: "";
        height: 10px;
        width: 10px;
        background-color: var(--red);
        border-radius: 50%;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: translate(0, -50%);
    }
.section_heading h2 span {
    color: var(--red);
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    text-decoration:underline;
}
.sc_bottom-line {
    font-size: 14px;
    margin-top: 30px;
    font-weight: 500;
}


/*Banner*/

.nfo25_banner_content .invest_box {
    margin-bottom: 80px;
}
.nfo25_banner_content .invest_bttn a {
    font-size: 24px;
}
.nfo25_banner_content h4 {
    font-size: 32px;
    font-weight: bold;
}

.nfo25_banner_content ul li {
    font-size: 30px;
    line-height: 36px;
    padding: 4px;
}
    .nfo25_banner_content ul li span {
        font-size: 30px;
        line-height: 36px;
    }
.nfo25_banner_content .fund_offer p {
    font-size: 18px;
}
.nfo25_form .form_grid {
    column-gap: 20px;
}

.nfo25_form .submit {
    padding: 10px 40px;
    margin-left: 20px;
}
    .nfo25_form .submit a {
        font-size: 24px;
    }
.assistance-sc input.form-field {
    padding: 14px 24px !important;
}
.assistance-sc .input .astrick {
    top: 16px;
    left: 16px;
}
.nfo-main-new .read-more-txt .link {
    font-size:13px;
}
/*Downloades*/
.nfo25_downloads_sc ul li a {
    border: 1px solid var(--z-black);
}

    .nfo25_downloads_sc ul li a .icon_container img {
        width: 40px;
    }
.nfo25_downloads_sc.collaterals ul li {
    max-width: 240px;
}
.nfo25_downloads_sc .nfo25_downloads_box {
    padding-top: 65px;
}

    /*Evolved*/

.nfo25_bfsi_evolved_sc .section_heading h2 {
    margin-bottom: 80px;
}
nfo25_bfsi_evolved_sc .sc_bottom-line {
    margin-top: 50px;
}

.nfo25_bfsi_now_sc h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 30px;
}
.nfo25_bfsi_now_container {
    display: grid;
    grid-template-columns: repeat(4,auto);
    grid-template-rows: repeat(2,auto);
    gap: 14px;
}

    .nfo25_bfsi_now_container > li {
        border: 1px solid #818181;
        border-radius: 14px;
        padding: 10px 22px;
        position:relative;
    }

        .nfo25_bfsi_now_container > li:first-child {
            grid-row: span 2;
            grid-column: span 2;
        }
        .nfo25_bfsi_now_container > li:last-child {
            grid-column: span 2;
            display:flex;
            align-items:center;
        }
        .nfo25_bfsi_now_container > li .icon_container {
            margin-right:10px;
        }
        .nfo25_bfsi_now_container > li::before {
            height: 12px;
            width: 12px;
        }
        .nfo25_bfsi_now_container > li::after {
            height: 10px;
            width: 10px;
        }
.nfo25_bfsi_now_container img{
    width:50px;
}
    .nfo25_bfsi_now_container li *{
        font-weight:500;
    }
    .nfo25_bfsi_now_container > li:first-child p {
        color:var(--z-black);
    }
    .nfo25_bfsi_now_container li > span {
        height: 20px;
        width: 10px;
        background-color: var(--bg-gray);
        right: -3px;
        bottom: -1px;
        position: absolute;
    }
    .nfo25_bfsi_now_container > li::before,
    .nfo25_bfsi_now_container > li::after{
        content:"";
        position:absolute;
        background-repeat:no-repeat;
        background-size:100% 100%;
    }

    .nfo25_bfsi_now_container > li::before {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none"><path d="M32 18L4 34L4 2L32 18Z" fill="%23D43439"/></svg>');
        bottom: 0;
        right: 0px;
        transform: translate(0, 50%);
        height: 20px;
        width: 20px;
        z-index: 1;
    }
    .nfo25_bfsi_now_container > li::after {
        bottom: 18px;
        right: 0px;
        transform: translate(50%, 0);
        height: 14px;
        width: 14px;
        border-radius: 50%;
        border: 1px solid var(--red);
        background-color: var(--bg-gray);
    }
.nfo25_bfsi_active_sc .section_heading h2,
.nfo25_bfsi_trinity_sc .section_heading h2 {
    margin-bottom: 50px;
}
.nfo25_bfsi_active_container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    row-gap: 30px;
    align-items: flex-start;
    padding: 3px 21px;
    overflow: hidden;
}
    .nfo25_bfsi_active_container li {
        position: relative;
        border-bottom: 1px solid var(--red);
        border-left: 1px solid var(--red);
        padding: 0px 10px 10px 30px;
        grid-column: span 2;
        font-weight: 500;
    }
.nfo25_bfsi_active_sc li > span {
    position: relative;
    display: inline-block;
    width: fit-content;
    font-weight: 500;
}
    .nfo25_bfsi_active_sc li > span::before {
        content: "";
        position: absolute;
        height: 5px;
        width: 500px;
        bottom: -13px;
        background-color: var(--white);
        right: 0;
        transform: translate(100%, 0px);
    }
.nfo25_bfsi_active_container li > span::after {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    bottom: -13px;
    background-color: var(--red);
    right: 0;
}

/*.nfo25_bfsi_active_container li::before {
    position: relative;
}
        .nfo25_bfsi_active_container li::before {
            content: "";
            position: absolute;
            height:1px;
            width:40%;
            bottom:-1px;
            background-color:var(--white);
            right:0;
        }*/
        .nfo25_bfsi_active_container li:first-child {
            width: 400px;
        }

        .nfo25_bfsi_active_container li:nth-child(4) {
            grid-column: span 2 / span 2;
            grid-column-start: 2;
            max-width: 325px;
        }
        .nfo25_bfsi_active_container li:last-child {
            width: 360px;
        }
            .nfo25_bfsi_active_container li:last-child::before,
            .nfo25_bfsi_active_container li:nth-child(4)::before {
                width: 15%;
            }
            .nfo25_bfsi_active_container li:last-child:after,
            .nfo25_bfsi_active_container li:nth-child(4):after {
                right: 15%;
            }
    .nfo25_bfsi_active_container .icon_container {
        position: absolute;
        left: 0;
        top: 0;
        transform: translate(-50%, 0);
    }
    /*.nfo25_bfsi_active_container li::after {
        content: "";
        position: absolute;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        bottom: 0px;
        background-color: var(--red);
        right: 40%;
        transform: translate(0,50%);
    }*/

.nfo25_bfsi_trinity_sc h6 {
    font-size: 20px;
    font-weight: 700;
}
.nfo25_bfsi_trinity_sc .grid_container_one {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    max-width: 950px;
    margin: 0 auto;
}
    .nfo25_bfsi_trinity_sc .grid_container_one li {
        display:flex;
        flex-direction:column;
        justify-content:space-between;
        padding-bottom:30px;
        align-items:center;
        min-height:300px;
        background-repeat:no-repeat;
        background-size: 100% 90%;
        background-position: bottom;
        background-image:url(../../BFSI-Fund/images/NFO25_BFSI_TRINITY_1.png);
    }
        .nfo25_bfsi_trinity_sc .grid_container_one li:nth-child(2) {
            background-image: url(../../BFSI-Fund/images/NFO25_BFSI_TRINITY_2.png);
        }
        .nfo25_bfsi_trinity_sc .grid_container_one li:nth-child(3) {
            background-image: url(../../BFSI-Fund/images/NFO25_BFSI_TRINITY_3.png);
        }

.nfo25_bfsi_trinity_sc .grid_container_one li > div{
    text-align:center;
}
        .nfo25_bfsi_trinity_sc .grid_container_one li strong{
            margin-top:5px;
        }
        .nfo25_bfsi_trinity_sc .grid_container_two {
            display: grid;
            grid-template-columns: repeat(4,1fr);
            grid-gap: 16px;
            margin-top: 50px;
        }
.nfo25_bfsi_trinity_sc .grid_container_two li{
    padding:10px;
    background-image:url(../../BFSI-Fund/images/NFO25_BFSI_BOX_RED.png);
    background-repeat:no-repeat;
    background-size:100% 100%;

}
    .nfo25_bfsi_trinity_sc .grid_container_two li:nth-child(even) {
        background-image: url(../../BFSI-Fund/images/NFO25_BFSI_BOX_GREEN.png);
    }
    .nfo25_bfsi_trinity_sc .grid_container_two li > div {
        background-color: var(--white);
        padding: 5px;
        border-radius: 10px;
        text-align: center;
        height: 100%;
    }
.nfo25_bfsi_trinity_sc strong{
    display:block;
}
.nfo25_bfsi_trinity_sc *{
    line-height:18px
}
.nfo25_bfsi_trinity_sc .grid_container_two li .mobile {
    display: none;
}
.nfo25_bfsi_impact_container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-top: 40px;
}
    .nfo25_bfsi_impact_container li {
        display: flex;
        align-items: center;
        border-top: 1px solid #c0c0c0;
        border-bottom: 1px solid #c0c0c0;
    }

        .nfo25_bfsi_impact_container li:first-child {
            border-left: 1px solid #c0c0c0;
        }

        .nfo25_bfsi_impact_container li:last-child {
            border-right: 1px solid #c0c0c0;
        }
        .nfo25_bfsi_impact_container li .icon_container {
            padding: 30px 10px;
            background-color: #4da260;
        }
            .nfo25_bfsi_impact_container li .icon_container img {
                width:65px;
            }
    .nfo25_bfsi_impact_container li .content{
        padding: 10px 20px;
        padding-right:10px;
    }

/*SCHEME - ASSET ALLOCATION*/
.allocation_table thead th {
    font-weight: 600 !important;
}
.allocation_table thead th, .allocation_table tbody td {
    border-bottom: 1px solid #c9c9c9;
    font-weight: 500;
    border-right: 1px solid #c9c9c9;
}
.nfo25_allocation_sc .allocation_table > p {
    font-size: 20px;
    font-weight: 500;
    color: var(--z-black);
    margin-bottom: 10px;
}

.allocation_table thead th, .allocation_table tbody td {
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
}
    .allocation_table tbody td:first-child,
    .allocation_table thead tr:last-child th:first-child {
        border-right: 1px solid #c9c9c9 !important;
    }
.nfo25_scheme_sc.nfo-new-scheme_sc .scheme_table strong {
    font-weight: 600;
    font-size: 14px;
}

/*.nfo25_scheme_sc .nfo25_riskometer_container {
    padding: 0px 10px;
    border-radius: 10px;
    align-items: center;
}
    .nfo25_scheme_sc .nfo25_riskometer_container h4 {
        background-color: #eeeeee;
        width: 85%;
    }
    .nfo25_scheme_sc .nfo25_riskometer_container h5 {
        border-top: 1px solid #b8b8b7;
        border-bottom: 1px solid #b8b8b7;
        color: var(--black)
    }
    .nfo25_scheme_sc .nfo25_riskometer_container > div {
        padding: 0;
    }
.nfo25_riskometer_container > div:first-child {
    border-right: 0 !important;
    margin-right: 10px;
}
.nfo25_riskometer_container small {
    font-weight:500
}
.nf025_market_risk {
    margin-top: 12px !important;
}

.nf025_market_risk {
    font-size: 20px;
    font-weight: 500;
}*/

.hndcusror {
    font-size: 12px;
}
.nfo-new-scheme_sc .schemeDetailWrap {
    border: 1px solid #898888;
}
.scheme_table tr {
    border-bottom: 1px solid #bdbdbd;
}
.nfo25_scheme_sc.nfo-new-scheme_sc .schemeDetailWrap .left_col {
    border-right: 1px solid #bdbdbd !important;
}
.nfo25_bfsi_evolved_sc .mobile {
    display: none;
}
.bttn.submit .btn_hand {
    position: absolute;
    right: -32px;
    bottom: -30px;
    transform: scale(0.55);
}
.nfo25_footer .footer_band .band_txt {
    font-weight: 400;
}
.nfo25_riskometer_container small {
    font-size: 13px;
    font-weight: 500;
}

.bottom-line strong, .bottom-line a {
    font-size: 12px;
}
.nfo25_scheme_sc.nfo-new-scheme_sc .scheme-desc strong {
    font-size: 14px;
    line-height: 18px;
}

.nfo25_scheme_sc .schemeDetailWrap .right_col p {
    display:none;
}
/* Media Queries mmqq*/
@media (max-width:1199px) {
    *, html, body {
        font-size: 16px;
    }
    .nfo25_banner_content h3 {
        font-size: 24px;
    }
    .nfo25_bfsi_trinity_sc .grid_container_two {
        grid-gap: 8px;
    }
    .nf025_market_risk {    
        font-size: 18px;
    }
    .nfo25_bfsi_evolved_sc .section_heading h2 {
        margin-bottom: 50px;
    }
    .nfo25_bfsi_active_container li {
        width:unset !important;
    }
        .nfo25_bfsi_active_container li:first-child {
            width: 350px !important;
        }
        .nfo25_bfsi_active_container li:last-child {
            width: 300px !important;
        }
    .assistance-sc.nfo25 .section_heading h2, .assistance-sc.nfo25 .section_heading h2 span {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width:991px) {
    *, html, body {
        font-size: 14px;
    }
    .nfo25_banner_content .invest_box {
        padding: 14px 20px;
        width: 100%;
        margin-bottom: 50px;
    }
    .nfo25_banner_content h3 {
        font-size: 18px;
    }
    .nfo25_banner_content ul li,
    .nfo25_banner_content ul li span {
        font-size: 20px;
        line-height: 20px;
    }
    .nfo25_banner_content h4 {
        font-size: 26px;
    }
    .nfo25_form .submit a, .assistance-sc input.form-field {
        font-size: 16px !important;
    }
    .assistance-sc input.form-field {
        padding: 8px 14px !important;
    }
    .assistance-sc .input .astrick {
        top: 12px;
        left: 8px;
    }
    .nfo25_form .form_grid {
        column-gap: 10px;
    }
    .nfo25_form .submit {
        margin-left: 10px;
    }
    .nfo25_downloads_sc .nfo25_downloads_box {
        padding-top: 45px;
    }
    .nfo25_downloads_sc ul li a .icon_container img {
        width: 35px;
    }
    .nfo25_downloads_sc h3 svg {
        width: auto;
    }

    .section_heading h2,
    .section_heading h2 span {
        font-size: 24px;
        line-height: 24px;
    }


    .nfo25_bfsi_active_container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: unset;
    }
        .nfo25_bfsi_active_container li {
            grid-column: unset;
            width: unset !important;
        }
   
            .nfo25_bfsi_active_container li:nth-child(4) {
                grid-column: unset;
                grid-column-start: unset;
            }

    .nfo25_bfsi_trinity_sc .grid_container_one li {
        padding-bottom: 18px;
        min-height: 236px;
        background-size: 100% 85%;
    }
    .nfo25_bfsi_trinity_sc .grid_container_two {
        margin-top: 36px;
    }

    .nfo25_bfsi_impact_container li .icon_container {
        padding: 41px 10px;
    }
    .nfo25_bfsi_impact_container li .content {
        padding: 10px 12px;
    }

    .nfo25_allocation_sc .allocation_table > p {
        font-size: 16px;
        line-height: 18px;
    }

    .nfo25_scheme_sc .nfo25_riskometer_container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
        .nfo25_scheme_sc .nfo25_riskometer_container > div {
            padding: 14px !important;
        }

            .nfo25_scheme_sc .nfo25_riskometer_container > div:last-child {
                grid-column: span 2;
            }

    .nfo25_bfsi_now_sc h3 {
        font-size: 20px;
    }
    .nfo25_scheme_sc.nfo-new-scheme_sc .schemeDetailWrap .left_col {
        border-right: 0 !important;
    }
    .nfo-new-scheme_sc .schemeDetailWrap {
        border: 0;
        padding: 0;
    }
    .nfo25_scheme_sc.nfo-new-scheme_sc .schemeDetailWrap .left_col {
        border-right: 0;
        border-bottom: 1px solid #bdbdbd;
    }
    .nfo25_scheme_sc .nfo25_riskometer_container h5 {
        display: block;
    }
    .nfo25_scheme_sc .nfo25_riskometer_container {
        padding: 10px 0px;
    }
        .nfo25_scheme_sc .nfo25_riskometer_container > div:last-child {
            padding: 0 !important;
        }
            .nfo25_scheme_sc .nfo25_riskometer_container > div:last-child ul,
            .nfo25_scheme_sc .nfo25_riskometer_container > div:last-child small{
                padding: 0px 16px;
            }
    .nfo25_scheme_sc .schemeDetailWrap .right_col p {
        display: block;
    }
}

@media (max-width:767px) {
    .nfo25_bfsi_evolved_sc .sc_bottom-line {
        text-align: center;
    }
    .business-cycle-main .banner-sc img.desktop {
        display: none;
    }
    .business-cycle-main .banner-sc img.mobile {
        display: block;
    }
    .section_heading h2, .section_heading h2 span {
        font-size: 20px;
        line-height: 20px;
    }
    .section_heading h2::before,
    .section_heading h2::after,
    .nfo25_bfsi_evolved_sc .desktop {
        display: none;
    }
    .nfo25_banner_content h4 {
        font-size: 20px;
    }

    .nfo25_scheme_sc, .assistance-sc.nfo25 {
        background-color: #fff;
    }
    .nfo25_banner_content .invest_bttn a {
        font-size: 16px;
    }
    .nfo25_banner_content h3,
    .nfo25_banner_content .fund_offer p {
        font-size: 14px;
    }
    .nfo25_banner_content h4 {
        font-size: 24px;
    }
    .assistance-sc.nfo25 .section_heading h2, .assistance-sc.nfo25 .section_heading h2 span {
        font-size: 22px;
        line-height: 22px;
    }
    .section_heading h2 {
        padding: 0;
        transform: translate(0px, 0);
    }

    .nfo25_banner_content ul li, .nfo25_banner_content ul li span {
        min-width: 300px;
        margin: 0 auto;
    }
        .nfo25_banner_content ul li:last-child {
            margin-top: 5px;
        }
    .nfo25_form .form_grid {
        grid-template-columns: repeat(3, 1fr);
    }
        .nfo25_form .form_grid .checkbox_wrapper {
            grid-column: 1 / 4;
        }
    .nfo25_form .form_container {
        align-items: center;
    }
    .nfo25_form .submit {
        margin: 0;
        margin-top: 16px;
        padding: 6px 24px;
        border-radius: 50px;
    }
    .nfo25_downloads_sc.collaterals .nfo25_downloads_box {
        border: 1px solid #000;
        padding: 16px;
        padding-top: 45px;
        max-width: 85%;
    }
    .nfo25_downloads_sc.collaterals ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .nfo25_downloads_sc h3 {
        position: absolute;
        width: max-content;
        font-size: 20px;
        padding: 5px 20px;
    }
        .nfo25_downloads_sc h3 svg {
            width: 35px;
            margin-left: 5px;
        }

    .nfo25_downloads_sc.collaterals ul li {
        max-width: 150px;
    }
    .nfo25_downloads_sc ul li a {
        padding: 5px;
        padding-left: 10px;
    }
        .nfo25_downloads_sc ul li a .icon_container img {
            width: 28px;
        }
        .nfo25_downloads_sc ul li a span {
            font-size: 14px;
            line-height: 16px;
        }
    .nfo25_bfsi_evolved_sc .mobile{
        display:block;
    }

    .sc_bottom-line {
        font-size: 12px;
    }
    .nfo25_bfsi_now_sc h3 {
        font-size: 18px;
    }
    .nfo25_bfsi_now_container {
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(3, auto);
    }
        .nfo25_bfsi_now_container > li {
            padding: 10px 10px;
        }
    .nfo25_bfsi_now_container > li:first-child {
        grid-row: span 2;
        grid-column:span 2
    }
        .nfo25_bfsi_now_container > li:nth-child(2),
        .nfo25_bfsi_now_container > li:nth-child(3) {
            grid-column: unset;
        }
        .nfo25_bfsi_now_container > li:last-child {
            grid-column: span 3 
        }
        .nfo25_bfsi_now_container img {
            width: 35px;
        }

    .nfo25_bfsi_active_container {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: unset;
    }
        .nfo25_bfsi_active_container li,
        .nfo25_bfsi_active_container li:first-child,
        .nfo25_bfsi_active_container li:nth-child(4),
        .nfo25_bfsi_active_container li:last-child {
            width: 100% !important;
            max-width: unset;
        }


    .nfo25_bfsi_trinity_sc {
        background-color:var(--white) !important;
    }
    .nfo25_bfsi_trinity_sc .grid_container_one li {
        padding-bottom: 3px;
        min-height: 170px;
    }
    .nfo25_bfsi_trinity_sc h6 {
        font-size: 16px;
    }

    .nfo25_bfsi_trinity_sc .grid_container_two {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-gap: 16px;
    }
        .nfo25_bfsi_trinity_sc .grid_container_two li > div {
            padding: 10px 5px;
            text-align: left;
            display: flex;
            align-items: center;
            background-color: #f7f7f7;
        }
        .nfo25_bfsi_trinity_sc .grid_container_two li img {
            width: 40px;
            height: 40px;
            margin-right: 10px;
        }
        .nfo25_bfsi_trinity_sc .grid_container_two li:nth-child(3) {
            background-image: url(../../BFSI-Fund/images/NFO25_BFSI_BOX_GREEN_A.png);
        }
        .nfo25_bfsi_trinity_sc .grid_container_two li:nth-child(4) {
            background-image: url(../../BFSI-Fund/images/NFO25_BFSI_BOX_RED_A.png);
        }
        .nfo25_bfsi_trinity_sc .grid_container_two li .desktop {
            display: none;
        }
        .nfo25_bfsi_trinity_sc .grid_container_two li .mobile {
            display: inline-block;
        }
        .nfo25_bfsi_impact_container {
            grid-template-columns: repeat(1, 1fr);
            margin-top: 30px;
            gap: 10px;
        }
        .nfo25_bfsi_impact_container li {
            border: 1px solid #c0c0c0;
        }
            .nfo25_bfsi_impact_container li .icon_container {
                padding: 2px 13px;
            }
                .nfo25_bfsi_impact_container li .icon_container img {
                    width: 60px;
                }
    .bottom-line strong, .bottom-line a {
        font-size: 10px;
    }
    .nfo-new-scheme_sc .schemeDetailWrap {
        border: 0;
        padding: 0;
    }
}

@media (max-width:575px) {
    .desktop_slider {
        display: block;
    }

    *, html, body {
        font-size: 13px;
    }

    .c-no {
        right: 0px;
    }

    .nfo25_banner_content .fund_offer p {
        font-size: 12px;
    }

    .nfo25_banner_content .invest_box {
        padding-bottom: 22px !important;
    }

    .nfo25_banner_content .invest_bttn {
        padding: 4px 20px;
    }

        .nfo25_banner_content .invest_bttn a {
            font-size: 15px;
        }

    .nfo25_banner_content h4 {
        font-size: 20px;
    }

    .nfo25_bfsi_now_sc h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .nfo25_downloads_sc.collaterals .nfo25_downloads_box {
        max-width: 100%;
    }

    /*.nfo-new-scheme_sc .schemeDetailWrap .left_col, .nfo-new-scheme_sc .schemeDetailWrap .right_col,*/
    .nfo25_scheme_sc.nfo-new-scheme_sc .scheme-desc {
        padding: 5px !important;
    }

    .assistance-sc.nfo25 .section_heading h2, .assistance-sc.nfo25 .section_heading h2 span {
        font-size: 18px;
        line-height: 18px;
    }

    .nf025_market_risk {
        font-size: 12px;
        line-height: 14px;
    }

    .allocation_table thead th, .allocation_table tbody td {
        font-size: 12px;
        line-height: 14px;
    }

    .nfo25_scheme_sc.nfo-new-scheme_sc .scheme_table strong,
    .nfo25_scheme_sc.nfo-new-scheme_sc .scheme_table-nfo td,
    .nfo25_scheme_sc.nfo-new-scheme_sc .exit_load_list li,
    .nfo25_scheme_sc .schemeDetailWrap p,
    .nfo25_scheme_sc.nfo-new-scheme_sc .scheme-desc,
    .nfo25_scheme_sc.nfo-new-scheme_sc .scheme-desc strong {
        font-size: 11px;
    }
    .nfo25_scheme_sc .nfo25_riskometer_container {
        border: 1px solid var(--black);
    }
        .nfo25_scheme_sc .nfo25_riskometer_container > div:first-child {
            border-right: 1px solid var(--black);
        }
        .nfo25_scheme_sc .nfo25_riskometer_container > div:first-child,
        .nfo25_scheme_sc .nfo25_riskometer_container > div:nth-child(2){
            margin-bottom:0;
        }
}

@media (max-width:479px) {
    *, html, body {
        font-size: 12px;
    }
    .section_heading h2, .section_heading h2 span {
        font-size: 18px;
        line-height: 20px;
    }
    .nfo25_banner_content h4 {
        font-size: 18px;
    }
    .assistance-sc.nfo25 .section_heading h2, .assistance-sc.nfo25 .section_heading h2 span {
        font-size: 16px;
        line-height: 16px;
    }
    .assistance-sc input.form-field,
    .assistance-sc input.form-field::placeholder{
        padding: 3px 14px !important;
        font-size: 14px !important;
    }
    .assistance-sc .input .astrick {
        top: 3px;
    }
    .nfo25_downloads_sc h3 svg {
        width: 30px;
        height: 30px;
    }
    .nfo25_downloads_sc h3 {
        font-size: 16px;
        padding: 5px 20px;
    }
    .nfo25_bfsi_evolved_sc .section_heading h2,
    .nfo25_bfsi_active_sc .section_heading h2, .nfo25_bfsi_trinity_sc .section_heading h2 {
        margin-bottom: 30px;
    }
    .sc_bottom-line {
        font-size: 11px;
    }
    .nfo25_bfsi_now_sc h3 {
        font-size: 15px;
    }
    .nfo25_bfsi_trinity_sc h6 {
        font-size: 14px;
    }
    .nfo25_bfsi_trinity_sc .grid_container_one li {
        min-height: 130px;
    }
    .nfo25_bfsi_trinity_sc li div {
        line-height: 12px;
        font-size: 10px;
    }
    .nfo25_bfsi_trinity_sc .grid_container_two img {
        width: 30px;
    }
    .nfo25_bfsi_impact_container li .icon_container {
        padding: 7px 13px;
    }
    .nfo25_scheme_sc .nfo25_riskometer_container > div:first-child {
        min-width: unset;
    }
    .nfo25_scheme_sc .nfo25_riskometer_container > div:first-child,
    .nfo25_scheme_sc .nfo25_riskometer_container > div:nth-child(2) {
        padding: 0px 3px !important;
        margin: 0;
    }
    .nfo25_bfsi_active_container li {
        padding: 0px 10px 10px 24px;
    }
    .nfo25_bfsi_active_sc img{
        width:30px;
    }
    .nfo25_scheme_sc .nfo25_riskometer_container h4 {
        font-size: 11px;
        padding: 3px 3px;
        width: fit-content;
    }
    .nfo25_bfsi_trinity_sc .grid_container_two {
        grid-gap: 10px;
    }
    .nfo25_bfsi_trinity_sc .grid_container_two li {
        padding: 5px;
    }
        .nfo25_bfsi_trinity_sc .grid_container_two li img {
            margin-right: 5px;
        }
}

@media (max-width:359px) {
    .nfo25_banner_content h3 br {
        display:none;
    }
    .nfo25_bfsi_trinity_sc .grid_container_two li img {
        width: 30px;
        height: 30px;
    }
}