.pageHeader {
    text-align: center;
}

.homePage .secH {
    color: #F58220;
    font-size: 75px !important;
    font-weight: 400;
    line-height: 1.2;
}

.subH {
    color: #005BAA;
    font-size: 40px !important;
    font-weight: 700;
}


/* risk management section */
.riskMngSec {
    background-color: #F4F8FC;

    .pageHeader {
        text-align: left;
        margin-bottom: 20px;

        .secH {
            margin-bottom: 15px;
        }
    }

    .riskLeftCont {
        p {
            font-weight: 400;
        }
    }
}

/* risk management section ends */

/* BOD Section start */

.bodSec .secH {
    color: #000;
}

.colorIndexList ul {
    display: flex;
    flex-wrap: wrap;
}

.colorIndexList ul li {
    width: 50%;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.colorPick {
    top: 2px;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    border-radius: 50%;
    position: relative;
    display: inline-flex;
}

.colorIndexname {
    width: calc(100% - 35px);
}

.designationList ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

.designationList ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    width: 100%;
}

.designationList ul li .desgShort {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 700;
}

.bodBox {
    border: 2px solid #6FCCDD;
    padding: 25px;
    width: 70%;
    margin: 0px auto;
}

.bodSlider {
    margin-top: 40px;
    padding-bottom: 50px;
}

.bodSlider .slick-slide {
    /* margin-right: 30px; */
    padding: 0px 20px;
    height: auto;
}

.bodSlider .slick-list {
    padding-bottom: 20px;
}

.bg_55B79F {
    background-color: #55B79F;
}

.bg_99B463 {
    background-color: #99B463;
}

.bg_F58220 {
    background-color: #F58220;
}

.bg_084F62 {
    background-color: #084F62;
}

.bg_3783A1 {
    background-color: #3783A1;
}

.bg_26BCEE {
    background-color: #26BCEE;
}

.colorListDiv {
    border: 2px solid #6fccdd;
}

.seaGrnList {
    background-color: #55b79f;
}

.lemonList {
    background-color: #99b463;
}

.orangeList {
    background-color: #f58220;
}

.DgrnList {
    background-color: #084f62;
}

.skyList {
    background-color: #26bcee;
}

.colorList li span {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    min-width: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 13px;
}

.colorList {
    gap: 10px;
}

.colorList li {
    width: 100%;
    max-width: 23%;
}

.colorList li span {
    margin-right: 10px;
}

ul {
    list-style-type: none;
}

.bodMainSec {
    position: relative;
    padding-bottom: 30px;
}

.bodMainSec::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #939598;
}

.pointList {
    width: 100%;
    margin: 0;
    margin-top: 17px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: -10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.pointList li {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 13px;
    margin-right: 3px;
    margin-bottom: 0 !important;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.seaGrnLi {
    border: 3px solid #55b79f;
}

.lemonLi {
    border: 3px solid #99b463;
}

.orangeLi {
    border: 3px solid #f58220;
}

.DgrnLi {
    border: 3px solid #084f62;
}

.blueLi {
    border: 3px solid #3783a1;
}

.skyLi {
    border: 3px solid #26bcee;
}

.boardBoxDetPara {
    max-height: 150px;
    overflow-y: auto;
    padding-right: 10px;

    p{
        text-align: justify;
    }
}

.bodMainInn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.bodInnImg {
    width: 320px;
    height: 250px;
    position: relative;
}

.boardBoxFig {
    width: 100%;
    height: 100%;
}

.boardBoxFig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bodInnText {
    width: calc(100% - 320px);
}

/* BOD Section end */

/* Responsive */

@media (max-width:1650px) {
    .esgActionSec {
        & .figCont {
            p {
                min-height: 150px !important;
            }
        }
    }
}

@media (max-width: 1600px) {
    .homePage .secH {
        font-size: 60px !important;
    }
}

@media (max-width: 1440px) {
    .homePage .secH {
        font-size: 50px !important;
    }

    .bodBox {
        width: 80%;
    }

    .bodInnImg {
        width: 260px;
    }

    .bodInnText {
        width: calc(100% - 260px);
    }

    .boardBoxDet {
        h5.blueText {
            font-size: 20px !important;
        }
    }
}

@media (max-width: 1366px) {
    .designationList ul li .desgShort {
        width: 22px;
        min-width: 22px;
        height: 22px;
        font-size: 12px;
    }

    .valueArrow {
        right: 6px;
    }
}

@media (max-width: 1280px) {
    .bodInnImg {
        width: 230px;
    }

    .bodInnText {
        width: calc(100% - 230px);
    }

    .esgActionSec {
        & .figCont {
            p {
                min-height: 110px !important;
            }
        }
    }
}

@media (max-width: 1280px) {
    .boardBoxDetPara {
        max-height: 210px;
    }
}

@media (max-width: 1200px) {
    .esgActionSec {
        & .figCont {
            p {
                min-height: 130px !important;
            }
        }

        .btnWrap.mt_40 {
            margin-top: 30px !important;
        }
    }
}

@media (max-width:1140px) {
    .riskMngSec {
        .capList li {
            margin-bottom: 12px;
        }
    }
}

@media (max-width: 991px) {

    .homePage .secH {
        font-size: 42px !important;
    }

    .bodSec {
        .secH {
            margin-bottom: 20px !important;
        }
    }

    .bodBox {
        width: 100%;
    }

    .esgActionSec {
        & .figCont {
            p {
                min-height: auto !important;
            }
        }
    }

    .esgActionSec {
        .btnWrap {
            text-align: left !important;

            &.text-center {
                text-align: center !important;
            }
        }
    }

    .envWrap,
    .socWrap {
        margin-bottom: 20px;
    }

    .riskMngSec {
        .subcol_2 {
            margin-top: 10px;
        }
    }

    .imgBox {
        & a[data-fancybox] {
            &:hover {
                &::after {
                    transform: scale(0);
                }
            }
        }
    }

    .riskMngSec {
        .spl_pad_lft {
            padding-left: 0 !important;
        }
    }

    .riskMngSec {
        .subrow_1 {
            flex-direction: column-reverse;
        }
    }
}

@media (max-width:768px) {
    .h_100vh {
        height: 65vh;
    }
    .stakeHolderSec.h_100vh {
        height: 80vh;
    }
    .homePage{
        .stakeHolderSec.h_100vh {
            height: auto;
        }
    }
    .financialSec_2 {
        .imgBox.wid_70 {
            width: 100%;
        }
    }

    .bannerContent {
        bottom: 20px !important;
        right: 0 !important;
        align-items: center;
    }

    .bannerContent {
        .rlIcon {
            width: 10%;
        }
    }

    .bannerContent {
        .fz_70 {
            font-size: 28px !important;
        }
    }
}

@media (max-width: 640px) {
    .bodMainInn {
        flex-direction: column;
    }

    .bodSlider .slick-slide {
        padding: 0 10px;
    }

    .colorPick {
        margin-right: 6px;
    }

    .bodInnText {
        width: 100%;
    }

    .bodBox {
        width: 100%;
        max-width: 570px;
        padding: 20px 15px;
    }

    .bodInnImg {
        width: 100%;
        max-width: 500px;
        height: 300px;
        margin: 0px auto;
    }

    .boardBoxFig img {
        object-position: top;
    }

    .bodInnImg {
        max-width: none;
        height: auto;
        margin: 0px auto;
    }

    .bodSlider .slick-list {
        height: auto !important;
    }

    .bodMainSec {
        position: relative;
        padding-bottom: 15px;
    }

    .boardBoxDetPara {
        max-height: none;
        height: 140px;
        overflow: auto;
    }

    .shareHolderSec {
        & .blueBg {
            p {
                &.fz_26 {
                    font-size: 18px !important;
                }
            }
        }
    }

    .riskMngSec.customBlock {
        padding-bottom: 45px;
    }

    .aboutSec {
        height: 70vh;
        overflow: hidden;
    }
    .boardBoxFig img{
        height: auto;
    }

}

@media (max-width: 575px) {
    .bodSec {
        padding-bottom: 70px;
    }

    .homePage .secH {
        font-size: 36px !important;
    }

    .esgActionSec.pb_300 {
        padding-bottom: 120px !important;
    }

    .esgActionSec {
        .figCont {
            padding: 20px;
        }
    }

    /* .h_100vh {
      height: 50vh;
  } */
}

@media (max-width: 480px) {
    .colorIndexList ul {
        margin-bottom: 10px;
    }

    .colorIndexList ul li {
        width: 100%;
    }
}