.financial-highlights_numbs .container .infoNos {
    border-radius: 0px;
    border: none;
    padding: 0px;
    position: relative;
    display: block;
    height: auto;
    flex-direction: inherit;
    justify-content: inherit;
    background-color: #eaeef2;
    padding: 20px;
    border-radius: 20px;
    height: 430px;
    display: grid;
    place-content: space-between
}

.financial-highlights_numbs .container .infoNos:hover {
    box-shadow: none !important
}

.financial-highlights_numbs .container .infoNos h3 {
    letter-spacing: -0.2rem;
    font-size: 70px
}

.financial-highlights_numbs .container .infoNos h3 .cr {
    font-size: 40px
}

.financial-highlights_numbs .container .infoNos .growth {
    width: fit-content;
    border-radius: 20px;
    padding: 2px 10px;
    border: 1px solid #b3b3b3;
    font-weight: 500
}

.financial-highlights_numbs .container .infoNos p {
    font-size: var(--fs-22);
    line-height: 1.3;
    font-weight: var(--font-weight-500);
    color: var(--black);
    margin: 10px 0px 0px;
    letter-spacing: -0.02rem;
    padding-bottom: 15px;
    height: 100px;
    border-top: solid 1px rgba(0, 0, 0, .1);
    padding-top: 10px
}

@media(min-width: 1600px)and (max-width: 1919px) {
    .info_numb_col4_wrp .container .infoNos h3 {
        font-size: 65px
    }

    .info_numb_col4_wrp .container .infoNos p {
        font-size: 18px
    }
}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    .info_numb_col4_wrp .container .infoNos h3 {
        font-size: 65px
    }

    .info_numb_col4_wrp .container .infoNos p {
        font-size: 18px
    }

    .financial-highlights_numbs .container .infoNos h3 {
        font-size: 60px
    }

    .financial-highlights_numbs .container .infoNos p {
        font-size: 19px
    }

}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    .info_numb_col4_wrp .container .infoNos h3 {
        font-size: 60px
    }

    .info_numb_col4_wrp .container .infoNos p {
        font-size: 18px
    }

    .financial-highlights_numbs .container .infoNos h3 {
        font-size: 60px
    }

    .financial-highlights_numbs .container .infoNos p {
        font-size: 19px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    .pt-50 {
        padding-top: 30px
    }

    .pb-50 {
        padding-bottom: 30px
    }

    .info_numb_col4_wrp .container .infoNos h3 {
        font-size: 50px
    }

    .info_numb_col4_wrp .container .infoNos p {
        font-size: 15px
    }

    .financial-highlights_numbs .container .infoNos {
        margin-bottom: 25px
    }

    .financial-highlights_numbs .container .infoNos {
        height: 370px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .pt-50 {
        padding-top: 30px
    }

    .pb-50 {
        padding-bottom: 30px
    }

    .info_numb_col4_wrp .container .infoNos {
        margin-top: 20px
    }

    .info_numb_col4_wrp .container .infoNos h3 {
        font-size: 50px
    }

    .info_numb_col4_wrp .container .infoNos p {
        font-size: 15px
    }

    .financial-highlights_numbs .container .infoNos {
        margin-bottom: 20px
    }
}

@media(min-width: 320px)and (max-width: 767px) {
    .pt-50 {
        padding-top: 30px
    }

    .pb-50 {
        padding-bottom: 30px
    }

    .info_numb_col4_wrp .container .infoNos {
        margin-top: 20px
    }

    .info_numb_col4_wrp .container .infoNos h3 {
        font-size: 40px
    }

    .info_numb_col4_wrp .container .infoNos p {
        font-size: 15px
    }

    .financial-highlights_numbs .infoNos {
        margin-bottom: 20px;
    }
}

.fin-Charts {
    position: relative;
}

/* financial highlights Graph */
.tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
    flex-wrap: wrap
}

.tab {
    padding: 8px 8px;
    border-radius: 20px;
    border: 1px solid #cfd6dc;
    background: #f4f7f9;
    color: #999;
    cursor: pointer;
    font-size: 12px;
    white-space: nowrap
}

.tab.active {
    background: #ef2f38;
    border-color: #ef2f38;
    color: #fff
}

.chart-wrap {
    max-width: 590px;
    width: 100%
}

.chart-wrap canvas {
    width: 100% !important;
    height: 400px !important
}


.cagr {
    position: absolute;
    right: 10px;
    bottom: 11px
}

.cagr h4 {
    font-size: 28px;
    color: #000
}

.cagr small {
    display: block;
    font-size: 12px
}

/*  */

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    .cagr {
        position: relative;
        right: 0px;
        bottom: 0px;
        margin-bottom: 20px;
        text-align: right;
        padding-right: 20px;
    }

}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {

    /* .cagr { position: relative; right: 0px; bottom: 0px; margin-bottom: 20px; text-align: right; }
    .tabs {justify-content: center ;} */
    .chart-wrap {
        max-width: 560px;
    }
}

@media(min-width: 320px)and (max-width: 767px) {
    .cagr {
        position: relative;
        right: 0px;
        bottom: 0px;
        margin-bottom: 20px;
        text-align: right;
    }

    .tabs {
        justify-content: center;
    }


    .financial-highlights_numbs .container .infoNos {
        height: auto;
        width: 100%;
        display: block;
    }

    .financial-highlights_numbs .container .infoNos h3 {
        letter-spacing: -0.1rem;
        font-size: 48px;
    }

    .financial-highlights_numbs .container .infoNos p {
        font-size: 18px;
        height: auto;
    }

}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    .chart-wrap {
        max-width: 530px;
        width: 100%;
    }


    .tab {
        padding: 8px 6px;
        font-size: 11px;
    }


}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    .chart-wrap {
        max-width: 440px;
        width: 100%;
    }

    .tabs {
        gap: 9px;
    }

    .tab {
        padding: 8px 5px;
        font-size: 10px;
    }

}


/*  */