.lineHeading {
    &::before {
        width: 386px;
        bottom: 98px;
    }

    &::after {
        top: 58px;
        left: 110px;
    }
}

.gap_10 {
    gap: 10px;
}

.lightRedBg {
    background-color: #f9d0c5;
}

.lightGrayBg {
    background-color: #d1d3d4;
}

.whiteBtmBr {
    border-bottom: 1px solid #fff;
}


.redBtmBr {
    border-bottom: 1px solid #e1163a;
}

.strategicSec1 {
    .redArrowBox {
        .redArrowHeading {
            clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
            display: flex;
            align-items: center;

            h4 {
                padding-left: 15px;
            }
        }

    }

    .redArrowBoxIcon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: #e31837;
        display: flex;
        align-items: center;
        position: absolute;
        right: 0px;
        bottom: 0px;
        justify-content: center;
        padding: 12px;

        img {
            mix-blend-mode: lighten;
        }
    }

    .eachLineBx {
        &:not(:last-child) {
            .paraArrow {
                position: relative;

                &::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: -15px;
                    width: 1px;
                    height: 100%;
                    background-color: #e1163a;

                }
            }
        }
    }
}

.GrayRudBx {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #fff;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.redCapBxWrap {
    display: flex;
    flex-wrap: wrap;

    .redCapBxLft {
        width: 100%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;

        .redCapLst {
            width: calc(50% - 10px);
        }
    }

    .redCapBxRgt {
        width: 100%;
        -ms-flex: 0 0 calc(100% - 40%);
        flex: 0 0 calc(100% - 40%);
        max-width: calc(100% - 40%);
    }
}

.redCapBxRgContHd {
    width: 100%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;

    h5 {
        display: flex;
        align-items: flex-end;
    }
}

.redCapBxRgContBd {
    width: 100%;
    -ms-flex: 0 0 calc(100% - 30%);
    flex: 0 0 calc(100% - 30%);
    max-width: calc(100% - 30%);
}

.redCir {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #e1163a;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.sdgList {
    gap: 5px;
}

/* start responsive */

@media(max-width: 1280px) {
    .strategicPage {
        .strategicSecTp {
            .row_1.mb_100 {
                margin-bottom: 50px !important;
            }
        }
    }

    .strategicSec1 {
        .redArrowBox {
            .redArrowHeading {
                padding: 10px 20px;
                h4 {
                    font-size: 22px !important;
                }
            }
            
        }
    }
}

@media(max-width:1024px) {
    .mob_1024 {
        display: block;
    }

    .desk_1024 {
        display: none;
    }

    .tableWrap {
        table {
            td {
                display: block;
                width: 100%;

                h4 {
                    background-color: #010101;
                    font-size: 16px !important;
                    padding: 10px;
                    margin-bottom: 15px;
                    color: #fff;
                }
            }
        }
    }

    .strategicPage {
        .mb_100 {
            margin-bottom: 0px !important;
        }
    }
}

@media(max-width:991px) {
    .strategicPage {
        .strategicSecTp {
            .row_1.mb_100 {
                margin-bottom: 30px !important;
            }
        }
    }

    .strategicSec1 {
        .redArrowBox {
            .redArrowHeading {
                h4 {
                    font-size: 20px !important;
                }
            }
            .redArrowBoxContent {
                h5 {
                    font-size: 18px !important;
                }
            }
        }

        .eachLineBx {
            margin-bottom: 30px;
            padding-bottom: 30px;

            &:last-child {
                margin-bottom: 0px;
            }

            &:not(:last-child) {
                .paraArrow {
                    &::after {
                        top: auto;
                        right: 0;
                        width: 100%;
                        height: 1px;
                        background-color: #e1163a;
                        bottom: -40px;
                    }
                }
            }
        }
    }

    .redCapBxWrap {
        .redCapBxLft {
            width: 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .redCapBxRgt {
            width: 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .redCapBxRgContHd {
            h5 {
                align-items: center;
            }
        }
    }
}

@media(max-width:768px) {
    .strategicSec1 {
        & .eachLineBx {
            &:not(:last-child) {
                & .paraArrow {
                    &::after {
                        bottom: -30px;
                    }
                }
            }
        }
    }

    .redCapBxRgContHd {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .redCapBxRgContBd {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .redArrowBox {
        .redArrowBoxContent {
            &.mb_50 {
                margin-bottom: 20px !important;
            }
        }
    }

    .col_5.mb_50 {
        margin-bottom: 0px !important;
    }

    .mt_30 {
        margin-top: 0px !important;
    }
}