.group-companies {
    .lineHeading {
        &::before {
            width: 360px;
            left: 138px;
            bottom: 90px;
        }

        &::after {
            width: 120px;
            left: 150px;
            top: 53px;
        }
    }

    .categoryCountWrap {
        background-color: #cdcfd0;
        padding: 30px;
        padding-top: 70px;
        margin-top: -70px;
        border-left: 1px solid #e31837;
        sup {
            top: -20px;
        }
    }

    .categoryHeading {
        img {
            height: 200px;
        }
    }

    .group-companies-sec-2 {
        height: 100vh;
        overflow: hidden;
        position: relative;
    }

    .pin-wrap {
        display: flex;
        height: 100vh;
        will-change: transform;
    }

    .panelItem {
        min-width: 600px;
        padding-right: 30px;
        display: flex;
        justify-content: center;
        position: relative;
        padding-top: 40px;

        .panelItemInner {
            height: 300px;
            position: relative;

            &::before {
                width: 2px;
                height: 100%;
                position: absolute;
                content: "";
                left: -8px;
                /* top: 53%; */
                background-color: #4d4d4f;
                bottom: -140px;
            }
        }

        .txtWrap {
            padding-bottom: 10px;
            position: relative;

            &::after {
                width: 60px;
                height: 2px;
                position: absolute;
                content: "";
                bottom: 0;
                left: 0;
                background-color: #e31837;
            }

            &::before {
                width: 2px;
                height: 200px;
                position: absolute;
                content: "";
                top: 100%;
                left: 0;
                background-color: #e31837;
            }
        }
    }

    .imgWrap {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 530px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
        }
    }

    .acceloGroupImg {
        width: 350px;
        position: absolute;
        right: 100px;
        bottom: 0;

        img {
            width: 100%;
        }
    }

    .acceloGroupTxt {
        position: absolute;
        bottom: 50px;
        left: 100px;
    }
}

/* start responsive */
@media(max-width: 1760px) {
    .group-companies {
        .imgWrap {
            height: 450px;
        }
    }
}
@media(max-width: 1600px) {
    .group-companies {
        .imgWrap {
            height: 330px;
        }
        .acceloGroupImg {
            width: 225px;
        }
    }
}
@media(max-width: 1366px) {
    .group-companies {
        .panelItem {
            .panelItemInner {
                .fz_24 {
                    font-size: 18px !important;
                }
            }
        }
    }
    
}
@media(max-width: 1280px) {
    .group-companies-sec-1 {
        padding-bottom: 0px;
        .row_1.mb_100 {
            margin-bottom: 58px !important;
        }
    }
    .group-companies {
        .panelItem {
            .panelItemInner {
                .fz_24 {
                    font-size: 18px !important;
                }
            }
        }
    }
}

@media(max-width: 1240px) {
    .acceloGroupTxt {
        width: 600px;
    }
}

@media(max-width: 1199px) {
    .group-companies {

        .acceloGroupTxt {
            left: 20px;
        }

        .acceloGroupImg {
            right: 20px;
        }
    }
}

@media(max-width: 1024px) {
    .group-companies {
        .acceloGroupTxt {
            h2 {
                font-size: 48px !important;
            }
        }
    }
}

@media(max-width: 991px) {
    .group-companies {
        .group-companies-sec-2 {
            height: auto;
            overflow: visible;
            padding-top: 20px;
            padding-bottom: 0;

            .container {
                max-width: 100%;
            }
        }

        .pin-wrap {
            flex-direction: column;
            height: auto;
        }

        .imgWrap {
            position: static;
        }

        .acceloGroupTxt {
            width: 400px;

            h2 {
                font-size: 42px !important;
            }
        }

        .acceloGroupImg {
            /* position: static;
            width: 98%;
            margin: 0 auto; */
        }

        .panelItem {
            min-width: 100%;
            padding-right: 0;

            .panelItemInner {
                height: auto;
                margin-bottom: 30px;

                h4 {
                    font-size: 22px !important;
                }

                &::before {
                    top: 0;
                    bottom: auto;
                }
            }

            .txtWrap {
                padding: 10px 0 0 10px;

                &::before {
                    top: 0;
                    height: 100%;
                }

                &::after {
                    bottom: auto;
                    top: 0;
                }
            }
        }
    }
}

@media(max-width: 768px) {
    .group-companies {
        .categoryHeading {
            img {
                height: 150px;
            }
        }

        .acceloGroupTxt {
            position: static;
            width: 100%;
            margin: 30px 0 15px;
            text-align: center;
            h2.whiteText{
                color: #000 !important;
            }
        }

        .acceloGroupImg {
            position: static;
            width: 76%;
            margin: 0 auto;
        }

        .group-companies-sec-2 {
            padding-bottom: 50px;
        }
    }
    
}

@media(max-width: 575px) {
    .group-companies {
        .imgWrap {
            height: 100%;
        }

        .acceloGroupImg {
            width: 98%;
        }
    }
}

@media(max-width: 480px) {
    .group-companies {
        .categoryHeading {
            h3 {
                font-size: 24px !important;
/* 
                span {
                    display: block;
                    margin-top: 10px;
                } */
            }

            img {
                height: 100px;
            }
        }

        .acceloGroupTxt {
            h2 {
                font-size: 34px !important;
            }
        }
        .categoryCountWrap {
            padding-top: 40px;
            margin-top: -40px;
        }
    }
    .group-companies-sec-1 {
        padding-bottom: 0px;
        .row_1.mb_100 {
            margin-bottom: 25px !important;
        }
    }
}

/* end responsive */