.riskFrame_sec2 .subrow_1 {
    row-gap: 40px;
}

.riskFrameTop {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #005baa;
    padding-bottom: 6px;
}

.riskFrameIcon {
    width: 30px;
    height: auto;
}

.riskFrameIcon img {
    width: 100%;
    height: auto;
}

.corpInfoCol1 {
    border-right: 1px solid #939598;
    padding-right: 20px;
}

.corpInfoCol2 {
    padding-left: 20px;
}

.footprint_lst ul {
    column-count: 2;
}

.footprint_lst ul {
    list-style: none;
}

.capList li {
    position: relative;
    padding-left: 30px;
    line-height: 1.8;
}

.capList li:before {
    left: 0;
    top: 6px;
    content: '';
    width: 18px;
    height: 22px;
    position: absolute;
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.capList.grnLf li:before {
    background-image: url(../images/listBg/green_Lf.png);
}

.footprint_lst .numList span {
    position: absolute;
    left: -11px;
    top: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.bg_grn {
    background-color: #99b463;
}

.bg_sky {
    background-color: #4ec7e5;
}

.bg_brwn {
    background-color: #b38c67;
}

.col_grn {
    color: #3d8a79;
}

.col_brwn {
    color: #b38c67;
}

/* capitals */

.stHol_val_lst {
    ul {
        padding: 25px 20px;
        max-width: 80%;
        margin: 0 auto;
        gap: 15px;

        li {
            .stHol_val_icn {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                padding: 8px;
                
                img {
                    width: 42px;
                    height: auto;
                    object-fit: contain;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    mix-blend-mode: darken;
                }
            }

            p {
                width: calc(100% - 50px);
            }
            &:last-child{
                margin-bottom: 15px;
            }
        }
    }
}

.stHol_cap ul li {
    width: calc(33.33% - 10px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 15%;
}

.stHol_cap ul li .abt_val_icn img {
    width: 42px;
    height: auto;
}

.stHol_cap ul li p {
    width: calc(100% - 50px);
    text-align: left;
}

.lightBlueGrad {
    background: linear-gradient(to left, #edf7ff, #f6fbff);
}

.bg_f6fcf6 {
    background-color: #f6fcf6 !important;
}

.bg_transparent {
    background-color: transparent !important;
}

.bg_f9f1f2 {
    background-color: #f9f1f2 !important;
}

.bg_fef7e7 {
    background-color: #fef7e7 !important;
}

.bg_f6f4ef {
    background-color: #f6f4ef !important;
}

.bg_f5f9f9 {
    background-color: #f5f9f9 !important;
}

.bg_f4f8fc {
    background-color: #f4f8fc !important;
}

.bg_f9f6fa {
    background-color: #f9f6fa !important;
}

.bg_fcf7f5 {
    background-color: #fcf7f5 !important;
}

.bg_eff0f4 {
    background-color: #eff0f4 !important;
}

.bg_f5f6f8 {
    background-color: #f5f6f8 !important;
}

.capitalDiv {
    border-left: 1px solid #005baa;
    border-top: 1px solid #005baa;
    position: relative;
    padding-top: 15px;

    &::after {
        content: '';
        position: absolute;
        top: -15px;
        right: 0;
        width: 100%;
        height: 30px;
        background: linear-gradient(to left, #fff 60%, transparent);
    }

    h5 {
        padding-left: 20px;
    }

    .capitalDivInn {
        padding: 20px;

        .capitalDivInnColTop {
            border-bottom: 1px solid #005baa;
            padding-bottom: 20px;
        }

        .capitalDivInnColBtm {
            padding-top: 10px;
        }

        .capitalDivInnLft {
            border-right: 1px solid #005baa;
        }

        .capitalDivInnRt {
            padding-left: 20px;

            .capitalDivInnColTop {
                .col_1 {
                    border-right: 1px solid #005baa;
                }
            }
        }
    }

    .capitalDivInnIcon {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;

        .stHol_val_icn {
            width: 50px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 8px;

            img {
                display: flex;
                justify-content: center;
                align-items: center;
                mix-blend-mode: darken;
            }
        }
    }
}


.riskFrame_sec4 {
    .tableHolder {
        th {
            padding: 0 10px;
            white-space: nowrap;
        }
        td {
            padding: 5px;
        }
    }
}

/* Responsive */

@media (max-width: 1600px) {
    .stHol_val_lst {
        ul {
            justify-content: space-between;
            padding: 20px 15px;
        }
    }
}

@media (max-width: 1360px) {
    .stHol_val_lst {
        ul {
            justify-content: flex-start;
        }
    }

    .stHol_cap ul li {
        width: calc(33.33% - 10px);
    }
}

@media (max-width: 1199px) {
    .capList li {
        font-size: 17px;
        /* line-height: 2; */
    }
}

@media (max-width: 991px) {
    .stHol_val_lst {
        ul {
            max-width: 100%;
        }
    }
    .riskFrame_sec2 {
        .subrow_1 {
            row-gap: 30px;
        }

        .col_1 {
            .imgBox.pr_30 {
                padding-right: 0 !important;
            }
        }

        .riskFrameTop {
            gap: 12px;
            margin-bottom: 10px;
        }
    }

    .capList li {
        padding-left: 25px;
        line-height: 1.6;
    }

    .footprint_lst .numList span {
        width: 25px;
        height: 25px;
        font-size: 15px;
    }

    .stHol_val_lst {
        ul {
            justify-content: space-between;
        }
    }

    .stHol_cap ul li {
        width: 30%;
    }

    .capitalDiv {
        &::after {
            background: linear-gradient(to left, #fff 50%, transparent);
        }

        .capitalDivInn {
            .capitalDivInnLft {
                border: none;

                .capitalDivInnColBtm {
                    padding-top: 12px;
                    padding-bottom: 15px;
                    border-bottom: 1px solid #005baa;
                }
            }

            .capitalDivInnRt {
                .capitalDivInnColTop {
                    padding-bottom: 15px;
                    padding-top: 15px;
                }
            }
        }
    }
}

@media (max-width: 767px) {
    .capitalDiv {
        &::after {
            background: linear-gradient(to left, #fff 40%, transparent);
        }

        .capitalDivInn {
            .capitalDivInnRt {
                .capitalDivInnColTop {
                    .col_1 {
                        border: none;
                    }
                }
            }
        }

        .blueText.fz_24 {
            font-size: 22px !important;
        }

        .fz_20 {
            font-size: 18px !important;
        }
    }
}

@media (max-width: 575px) {
    .stHol_cap ul li {
        width: 48%;
    }

    .capitalDiv {
        &::after {
            background: linear-gradient(to left, #fff 25%, transparent);
        }
    }
}

@media (max-width: 480px) {
    .footprint_lst ul {
        column-count: 1;
    }

    .stHol_cap ul li {
        width: 100%;
    }

     .rsk_cat {
        flex-direction: column;

        li {
            width: 100%;
        }
    }
}