.product-suite {
    .lineHeading {
        &::before {
            width: 340px;
            bottom: 85px;
        }

        &::after {
            left: 155px;
        }
    }

    .suiteTextWrap {
        padding-right: 50px;
        padding-left: 40px;
    }
}

.imgBox.h_100 {
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

.borderRight {
    border-right: 1px solid #cecece;
}

.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: 5px;
                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);
        }
    }
}

.offerWrap {
    .offerProductImg {
        border-right: 1px solid #4d4d4f;
        padding-right: 20px;
        border-top: 1px solid #4d4d4f;
        position: relative;

        &::after {
            position: absolute;
            right: -6px;
            content: "";
            width: 60px;
            height: 1px;
            background-color: #4d4d4f;
            bottom: -18px;
            transform: rotate(-35deg);
        }

        figure {
            margin-bottom: 0px;
            position: relative;
            margin-top: -10px;
            padding-right: 5px;
            background-color: #fff;
            position: relative;

            &::after {
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background-color: #fff;
                border: 1px solid #4d4d4f;
                content: "";
                position: absolute;
                right: -5px;
                top: 6px;
            }

            img {
                width: 100%;
            }
        }
    }

    .offerProductTitle {
        padding-right: 60px;
        padding-top: 15px;
    }
}

.bg_4d4d4f {
    background-color: #4d4d4f;
}

.applicationAreas {
    padding: 30px;

    .applicationAreasInner {
        padding-bottom: 20px;
        border-left: 1px solid #fff;

        .arrowText {
            align-items: flex-start;

            img {
                width: 40px;
                max-height: none;
                height: auto;
            }

            p {
                width: calc(100% - 40px);
                padding-left: 10px;
            }
        }
    }
}

.facilityProductTitle {
    display: flex;
    align-items: center;
    padding-right: 60px;
    flex-wrap: wrap;
    padding-top: 15px;

    .leftWrap {
        width: 50%;
        padding-right: 10px;
        border-right: 2px solid #e31837;
    }

    .rightWrap {
        width: 50%;

        .rightWrapInner {
            position: relative;
            padding-left: 35px;

            &::before {
                width: 100%;
                height: 2px;
                position: absolute;
                content: "";
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                background-color: #e31837;
            }

            p {
                padding-left: 15px;
                background-color: #fff;
                position: relative;
                z-index: 1;
            }
        }
    }
}

.borderHeading {
    &::before {
        width: 8px;
        height: 8px;
        position: absolute;
        right: 0;
        border-radius: 50%;
        background-color: #e31837;
        z-index: 1;
        border: 2px solid #fff;
        top: 50%;
        transform: translateY(-50%);
        content: "";
    }
}

.topBorderTextWrap {
    padding-top: 15px;
    position: relative;

    &::before {
        width: 60px;
        height: 3px;
        content: "";
        position: absolute;
        background-color: #fff;
        top: 0;
        left: 0;
    }
}

.keyOfferingImg {
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

.hallmark {
    text-align: center;

    .hallmarkIcon {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        border-radius: 50%;
        background-color: #e31837;
        display: flex;
        justify-content: center;
        align-items: center;
        align-items: center;
        text-align: center;
        margin-bottom: 10px;
        padding: 14px;

        img {
            mix-blend-mode: lighten;
        }
    }
}

.applicationAreasAbs {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
}

.textBorderBottom {
    padding-bottom: 20px;
    border-bottom: 1px solid #4d4d4f;
}

/* start responsive */

@media(max-width: 1440px) {
    .about_mahindra_1 {
        .row_2 {
            p.fz_24 {
                font-size: 20px !important;
            }
        }
    }

    .applicationAreas {
        & .applicationAreasInner {
            h4.fz_22 {
                font-size: 20px !important;
            }

            & .arrowText {
                img {
                    width: 34px;
                }
            }
        }
    }
}

@media(max-width: 1366px) {
    .facilityProductTitle {
        .rightWrap {
            .rightWrapInner {
                padding-left: 20px;
            }
        }
    }
}

@media(max-width: 1280px) {
    .about_mahindra_1 {
        .row_1 {
            margin-bottom: 50px !important;
        }

        .row_2 {
            p.fz_24 {
                font-size: 18px !important;
            }
        }
    }

    .offerImgWrap {

        .offerProductTitle {
            font-size: 20px !important;
        }

        .rightWrap {
            p {
                font-size: 20px !important;
            }
        }
    }

    .offmob {
        .facilityProductTitle {
            .rightWrap {
                .rightWrapInner {
                    padding-left: 10px;

                    p {
                        font-size: 20px !important;
                    }
                }
            }

        }
    }

    .uspWrap {
        .redboxPointWrap {
            h4.fz_22 {
                font-size: 20px !important;
            }
        }
    }
}

@media(max-width: 1199px) {

    .about_mahindra_2,
    .about_mahindra_4 {
        .row_1 {
            h2 {
                font-size: 50px !important;
            }
        }
    }

    .about_mahindra_3,
    .about_mahindra_5 {
        .suiteImg {
            margin-bottom: 30px;
        }
    }
}

@media(max-width: 991px) {
    .about_mahindra_1 {
        .row_1 {
            margin-bottom: 30px !important;
        }
    }

    .about_mahindra_2,
    .about_mahindra_4 {
        .row_1 {
            h2 {
                font-size: 44px !important;
            }
        }
    }

    .row20_gap_991 {
        row-gap: 20px;
    }
}

@media(max-width: 768px) {
    .about_mahindra_1 {
        .row_2 {
            &.mb_50 {
                margin-bottom: 0px !important;
            }
        }
    }

    .about_mahindra_2,
    .about_mahindra_4 {
        .row_1 {
            h2 {
                font-size: 36px !important;
            }
        }

    }



    .redboxPointWrap {
        &.mb_30 {
            margin-bottom: 0 !important;
        }

        &.p_30 {
            padding: 20px;
        }

        .borderHeading {
            &.mb_20 {
                margin-bottom: 15px !important;
            }
        }

        .topBorderTextWrap {
            &.mb_20 {
                margin-bottom: 15px !important;
            }
        }
    }

    .applicationAreas {
        padding: 15px;
    }

    .facilityProductTitle {
        flex-direction: column;
        align-items: flex-start;

        .leftWrap {
            border-bottom: 2px solid #e31837;
            border-right: unset;
            width: 100%;
            padding-right: 0;
            padding-bottom: 10px;
        }

        .rightWrap {
            width: 100%;

            .rightWrapInner {
                text-align: left !important;
                padding-left: 0;

                p {
                    padding-left: 0;
                    margin-top: 10px;
                    text-align: left !important;
                    font-size: 18px !important;
                }

                &::before {
                    width: 2px;
                    height: 20px;
                    top: 0;
                    transform: translateY(0);
                }
            }
        }
    }

    .offmob {
        & .facilityProductTitle {
            & .rightWrap {
                .rightWrapInner {
                    padding-left: 0;
                }
            }
        }
    }

    .offerImgWrap {
        .offerProductTitle {
            font-size: 18px !important;
        }
    }

    .redboxPointWrap {
        h4.fz_22 {
            font-size: 18px !important;
        }
    }

    .applicationAreas {
        .applicationAreasInner {
            padding-bottom: 0px;
        }
    }
}

@media(max-width: 767px) {
    .product-suite {
        .suiteTextWrap {
            padding-right: 0;
            padding-left: 15px;
        }
    }

    .row20_gap_767 {
        row-gap: 20px;
    }

    .offerWrap {
        .applicationAreas {
            margin-top: 20px;
        }
    }

    .uspWrap {
        &.uspMobBx {
            .imgBox {
                margin-top: 20px;
                width: 100%;
                height: auto;

                img {
                    width: 100%;
                    height: auto;
                }
            }
        }
    }

    .about_mahindra_5 {
        .offerWrap {
            &.mb_30 {
                margin-bottom: 10px !important;
            }

            .applicationAreas {
                margin-top: 0;
            }
        }
    }
}

@media(max-width: 575px) {
    .applicationAreasAbs {
        position: static;
        margin-top: 20px;
        width: 100%;
    }
}

@media(max-width: 480px) {
    .eachHallMark {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;

        &:not(:last-child) {
            margin-bottom: 30px;
        }
    }
}