@font-face {
    font-family: 'Rupee';
    src: url('../fonts/Rupee.woff2') format('woff2'),
        url('../fonts/Rupee.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georama SemiExpanded';
    src: url('../fonts/GeoramaSemiExpanded-Bold.woff2') format('woff2'),
        url('../fonts/GeoramaSemiExpanded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georama SemiExpanded';
    src: url('../fonts/GeoramaSemiExpanded-SemiBold.woff2') format('woff2'),
        url('../fonts/GeoramaSemiExpanded-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quantum Rise';
    src: url('../fonts/QuantumRise-Bold.woff2') format('woff2'),
        url('../fonts/QuantumRise-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quantum Rise';
    src: url('../fonts/QuantumRise-Regular.woff2') format('woff2'),
        url('../fonts/QuantumRise-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georama SemiExpanded';
    src: url('../fonts/GeoramaSemiExpanded-Light.woff2') format('woff2'),
        url('../fonts/GeoramaSemiExpanded-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quantum Rise';
    src: url('../fonts/QuantumRise-Medium.woff2') format('woff2'),
        url('../fonts/QuantumRise-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georama SemiExpanded';
    src: url('../fonts/GeoramaSemiExpanded-Regular.woff2') format('woff2'),
        url('../fonts/GeoramaSemiExpanded-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georama SemiExpanded';
    src: url('../fonts/GeoramaSemiExpanded-Medium.woff2') format('woff2'),
        url('../fonts/GeoramaSemiExpanded-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quantum Rise';
    src: url('../fonts/QuantumRise-Light.woff2') format('woff2'),
        url('../fonts/QuantumRise-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georama SemiExpanded';
    src: url('../fonts/GeoramaSemiExpanded-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/GeoramaSemiExpanded-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


.ff_rupee {
    font-family: 'Rupee';
    font-weight: normal;
}

.ff_georama_700 {
    font-family: 'Georama SemiExpanded';
    font-weight: bold;
}

.ff_georama_600 {
    font-family: 'Georama SemiExpanded';
    font-weight: 600;
}

.ff_georama_400 {
    font-family: 'Georama SemiExpanded';
    font-weight: normal;
}

.ff_georama_500 {
    font-family: 'Georama SemiExpanded';
    font-weight: 500;
}

.ff_georama_300 {
    font-family: 'Georama SemiExpanded';
    font-weight: 300;
}

.ff_quantum_700 {
    font-family: 'Quantum Rise';
    font-weight: bold;
}

.ff_quantum_500 {
    font-family: 'Quantum Rise';
    font-weight: 500;
}

.ff_quantum_400 {
    font-family: 'Quantum Rise';
    font-weight: normal;
}

.ff_quantum_300 {
    font-family: 'Quantum Rise';
    font-weight: 300;
}

.ff_quantum_500 {
    font-family: 'Quantum Rise';
    font-weight: 500;
}

body {
    font-family: 'Georama SemiExpanded';
    font-weight: normal;
    color: #231f20;
}


.redText {
    color: #e31837;
}

.redBg {
    background-color: #e31837 !important;
}

.p_5 {
    padding: 5px;
}

.whiteText {
    color: #ffffff;
}

.darkGrayText {
    color: #4d4d4f;
}

.whiteBorder {
    border: 1px solid #fff;
}

.darkGrayBg {
    background-color: #4d4d4f !important;
}

.grayBg {
    background-color: #77787b !important;
}

.greenText {
    color: #40ae49;
}

.bg_e2163a {
    background-color: #e2163a;
}

.borderHeading {
    position: relative;

    h4 {
        width: auto;
        display: inline-block;
        background-color: #e2163a;
        z-index: 1;
        position: relative;
        padding-right: 10px;
    }

    &::after {
        width: 98%;
        height: 2px;
        position: absolute;
        right: 0;
        background-color: #fff;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "";
    }
}

.lineHeading {
    display: inline-block;
    width: auto;

    &::before {
        content: "";
        position: absolute;
        width: 245px;
        height: 5px;
        background: #e31837;
        top: auto;
        left: 140px;
        bottom: 54px;
        transform: rotate(-23deg) skew(-20deg) translate(-120%, 0);

    }

    &::after {
        content: "";
        position: absolute;
        width: 120px;
        height: 5px;
        background: #e31837;
        left: 56%;
        bottom: auto;
        right: auto;
        top: 53px;
        transform: rotate(-23deg) skew(-20deg) translate(100%, 0%);
    }

    h2 {
        font-size: 45px !important;

        span {
            font-size: 36px !important;
        }
    }
}

.mb_0 {
    margin-bottom: 0px !important;
}

.redArrowList {
    li {
        padding-left: 40px;
        position: relative;

        &::before {
            width: 30px;
            height: 30px;
            position: absolute;
            content: "";
            background: url(../images/about-this-report/li-arrow.png) no-repeat center center;
            left: 0;
        }
    }

    &.whiteArrowList {
        li {
            color: #fff;

            &:before {
                filter: brightness(0) invert(1);
            }
        }
    }
}

.lineBorderBox {
    padding-left: 40px;
    padding-top: 20px;
    position: relative;
    padding-bottom: 30px;

    &::before {
        position: absolute;
        content: "";
        left: 20px;
        height: 100%;
        width: 1px;
        background-color: #231f20;
        top: 0;
    }

    &::after {
        position: absolute;
        content: "";
        left: 0px;
        height: 1px;
        width: 40px;
        background-color: #231f20;
        top: 0;
    }
}

.mainHead {
    display: flex;
    align-items: flex-start;

    .leftHeading {
        text-align: right;
        padding-right: 15px;
    }

    .rightHead {
        padding-top: 50px;
        padding-left: 20px;
        position: relative;

        &::before {
            width: 2px;
            height: 70%;
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            background-color: #e31837;
        }
    }
}

.count_2 {
    column-count: 2;
}

.numBlockBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;

    .leftText {
        padding-left: 60px;
        position: relative;
        padding-right: 10px;

        &::before {
            width: 50px;
            height: 30px;
            position: absolute;
            content: "";
            background: url(../images/common/rightTopArrow.png) no-repeat center top;
            background-size: 100%;
            left: 0;
            top: 0;
        }
    }
}

.boxHeading {
    position: relative;
    margin-bottom: 10px;

    h4 {
        width: auto;
        display: inline-block;
        color: #fff;
        background-color: #e54a4d;
        padding: 5px 10px;
        position: relative;
        z-index: 1;
    }

    &::after {
        width: 100%;
        height: 1px;
        position: absolute;
        right: 0;
        content: "";
        background-color: #4d4d4f;
        top: 50%;
        transform: translateY(-50%);
    }
}

.dotLineHeading {
    position: relative;

    h3 {
        display: inline-block;
        width: auto;
        background-color: #fff;
        position: relative;
        z-index: 1;
        padding-right: 10px;
    }

    &::before {
        width: 98%;
        height: 1px;
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        background-color: #4d4d4f;
    }

    &::after {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        border: 1px solid #4d4d4f;
    }
}

.redBorderText {
    border-left: 2px solid #e31837;
    padding-left: 20px;
}

.redArrowBox {
    border-right: 1px solid #e31837;
    border-radius: 0 0 35px 0;
    overflow: hidden;

    .redArrowHeading {
        background-color: #e1163a;
        padding: 15px 20px;
        padding-right: 40px;
        clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
    }

    .redArrowBoxContent {
        padding-right: 15px;

        .innerText {
            position: relative;
            padding-bottom: 10px;

            &::before {
                width: 60px;
                height: 2px;
                position: absolute;
                content: "";
                background-color: #e1163a;
                bottom: 0;
                left: 0;
            }
        }
    }
}

.h_100 {
    height: 100%;
}

.doubleBorderBtmBox {
    .dotBorderHeading {
        padding-right: 30px;
        position: relative;

        &::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            background-color: #4d4d4f;
            bottom: 10px;
            right: 0;
        }

        h4 {
            width: auto;
            display: inline-block;
            background-color: #fff;
            position: relative;
            padding-right: 20px;
            margin-bottom: 0px;
            z-index: 1;

            &::after {
                position: absolute;
                content: "";
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background-color: #fff;
                border: 1px solid #4d4d4f;
                bottom: 6px;
                right: 0;
            }
        }
    }

    .doubleBorderContent {
        padding-top: 25px;
        border-right: 1px solid #4d4d4f;
        padding-bottom: 10px;
        position: relative;
        margin-top: -11px;
        padding-right: 20px;
        position: relative;

        &::after {
            width: 80px;
            height: 1px;
            position: absolute;
            content: "";
            background-color: #4d4d4f;
            bottom: -17px;
            right: -4px;
            transform: rotate(-25deg);
        }

        &::before {
            width: 50px;
            height: 3px;
            position: absolute;
            content: "";
            background-color: #e31837;
            bottom: -17px;
            right: 25px;
            transform: rotate(-25deg);
        }
    }
}

.susTableHeading {
    display: flex;
    align-items: center;
    padding-left: 10px;
    border-left: 4px solid #4d4d4f;
    gap: 10px;

    .susIcon {
        border: 1px solid #4d4d4f;
        padding: 10px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
    }
}

.tableWrap {
    table {
        width: 100%;
        border: 1px solid #77787b;
        border-spacing: 0px;

        th,
        td {
            padding: 15px;
        }

        th {
            background-color: #4d4d4f;
            color: #fff;
            border-right: 1px solid #fefefe;

            &:last-child {
                border-right: none;
            }
        }

        td {
            vertical-align: top;
        }
    }
}

.mob_1024 {
    display: none;
}

.wid_20 {
    width: 20%;
}

.border-none {
    border: none !important;
}

/* start pagination */
.pagiWrap {
    display: flex;
    padding: 20px 50px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #cccccc;

    .pagiNav {
        position: relative;
        transition: 0.3s;
        width: 40px;
        height: 40px;
        display: flex;
        z-index: 100;
        align-items: center;
        background-color: #e31937;
        border-radius: 50px;
        justify-content: center;

        .pagiico {
            transition: 0.6s;
            z-index: 11;
            color: #000;
            font-size: 24px;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        &.leftPagi {

            &:hover {
                justify-content: flex-start;
                padding-left: 6px;

                .pagiLink {
                    padding-left: 5px;
                    width: calc(100% - 30px);
                }
            }
        }

        &.rightPagi {

            &:hover {
                justify-content: flex-start;
                padding-right: 6px;
                flex-direction: row-reverse;


                .pagiLink {
                    padding-right: 5px;
                    padding-left: 10px;
                    width: calc(100% - 30px);
                }
            }
        }

        .pagiLink {
            color: #FFF !important;
            text-decoration: none;
            font-size: 0;
            line-height: 1.2;
            font-weight: 500;
            position: relative;
            z-index: 0;
            opacity: 0;
            cursor: pointer;
            transition: ease-out 0.4s;
        }

        &:hover {
            width: 280px;

            .pagiLink {
                opacity: 1;
                transition: ease-in 0.4s;
                font-size: 13px;
            }
        }
    }
}

/* end pagination */

/* start responsive */
@media(max-width: 1680px) {

    /* number */
    .numBlock {
        h3.fz_48 {
            font-size: 38px !important;
        }
    }
}

@media (max-width: 1440px) {
    .customBlock {
        padding-top: 60px;
        padding-bottom: 60px;
    }



    p {
        font-size: 16px !important;
    }

    ul li {
        font-size: 16px;
    }

    .lineHeading {
        h2 {
            font-size: 44px !important;

            span {
                font-size: 32px !important;
            }
        }
    }

    /* number */
    .numBlock {
        h3.fz_48 {
            font-size: 32px !important;
        }
    }
}

@media(max-width: 1280px) {
    body {
        font-size: 14px;
    }

    p {
        font-size: 14px !important;
    }

    ul li {
        font-size: 14px;
    }

    ul li:not(:last-child) {
        margin-bottom: 7px;
    }

    .fz_22 {
        font-size: 20px !important;
    }

    .fz_24 {
        font-size: 22px !important;
    }

    .curveBoxHeading {
        h4 {
            font-size: 20px;
        }
    }

    .redBorderText {
        margin-top: 0px !important;
        /* 
        h3 {
            font-size: 20px !important;
        } */
    }

    .lineHeading {
        h2 {
            font-size: 38px !important;

            span {
                font-size: 26px !important;
            }
        }
    }

    .numBlock {
        h3 {
            font-size: 42px !important;

            span.fz_48 {
                font-size: 42px !important;
            }
        }

        h3.fz_48 {
            font-size: 28px !important;
        }
    }


    .lineHeading {
        &::before {
            content: normal;
        }

        &::after {
            content: normal;
        }
    }
}

@media(max-width: 1279px) {
    .mb_100 {
        margin-bottom: 20px !important;
    }
}

@media(max-width: 1200px) {
    .container-max {
        max-width: 100%;
    }
}

@media(max-width: 1199px) {


    .numBlock {
        h3 {
            font-size: 34px !important;

            span {
                &.fz_24 {
                    font-size: 20px !important;
                }
            }

            span.fz_48 {
                font-size: 34px !important;
            }
        }
    }



}

@media (max-width: 991px) {
    .redBorderText {
        padding-left: 12px;
    }

    /* 
    ul li:not(:last-child) {
        margin-bottom: 8px;
    } */

    .lineHeading {

        h2 {
            font-size: 34px !important;

            span {
                font-size: 26px !important;
            }
        }
    }

    .mb_100 {
        margin-bottom: 20px !important;
    }

    .curveBoxHeading {
        margin-bottom: 8px !important;

        h4 {
            font-size: 18px;
        }
    }

    .pagiWrap {
        padding: 20px 20px;
    }

}

@media(max-width: 575px) {
    .customBlock {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mainHead {
        flex-direction: column;

        & .rightHead {
            padding-top: 15px;
            padding-left: 0;

            &::before {
                width: 20%;
                height: 2px;
            }
        }

        .leftHeading {
            text-align: left;

            p {
                padding-bottom: 5px;

                br {
                    display: none;
                }
            }
        }
    }

    .lineHeading {
        h2 {
            font-size: 32px !important;

            span {
                font-size: 22px !important;
            }

        }
    }

    /* number */
    .numBlock {
        h3.fz_48 {
            font-size: 24px !important;
        }
    }
}

@media (max-width: 480px) {
    .numBlock {
        h3 {
            font-size: 30px !important;
        }

        span.fz_48 {
            font-size: 34px !important;
        }
    }

    /* 
    .lineHeading {

        h2 {
            font-size: 27px !important;

            span {
                font-size: 20px !important;
            }
        }
    } */

    .pagiWrap {
        .pagiNav {
            width: 35px;
            height: 35px;

            .pagiico {
                width: 27px;
                height: 27px;
                font-size: 20px;
            }
        }
    }
}

@media(max-width: 420px) {
    /* .lineHeading {

        h2 {
            font-size: 22px !important;

            span {
                font-size: 18px !important;
            }
        }
    } */
}