.aboutUsSec {
    .aboutImg {
        width: 100%;
        height: auto;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 30px !important;
        }
    }

    .secH {
        margin-bottom: 10px;
    }

    .list-group-check {
        column-count: 2;
        margin-top: 40px;

        li {
            margin-bottom: 20px;
            padding-left: 40px;
            position: relative;

            &::before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 26px;
                height: 26px;
                background-size: 100%;
                background-image: url(../images/product-details/check-mark\ 1.png);
            }
        }
    }
}

.prosSec {
    background: #F0F0F0;
    padding: 0;

    .secH {
        padding-right: 80px;
    }

    .advantages {
        ul {
            column-count: 2;
            margin-top: 40px;

            li {
                display: flex;
                gap: 15px;
                align-items: center;
                margin-bottom: 20px;
                font-family: "Poppins";
                font-size: 18px;

                &>span{
                    width: 40px;
                    max-height: 40px;
                }
                &>strong{
                    width: calc(100% - 55px);
                }
            }
        }
    }

    .rightCon {
        width: 100%;
        height: auto;

        .imgCon {
            width: 100%;
            height: 700px;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
}

.applicationSec {
    background: #B70800;
    padding-bottom: 160px;

    .container-max {
        width: 98%;
    }

    .heading {
        width: 100%;
        max-width: 55%;
        margin: 0px auto;

        .secH {
            color: #fff;
            margin-bottom: 40px;
        }

        .subH {
            color: #B70800;
            background: #fff;
            font-weight: 500;
        }
    }

    .swiper {
        width: 100%;
        height: 100%;
    }
}

.supportSec {
    .leftCon {
        padding-right: 60px;

        .astItem {
            display: flex;
            gap: 30px;
            position: relative;

            &:first-child {
                text-align: right;
                margin-bottom: 160px;
            }

            &:nth-child(2) {
                text-align: right;
            }

            &::before {
                content: '';
                position: absolute;
                top: 36%;
                right: -190px;
                background-image: url(../images/product-details/dot-arrow.png);
                background-repeat: no-repeat;
                background-size: 100%;
                height: 120px;
                width: 240px;
            }

            &:nth-child(2) {
                &::before {
                    transform: scaleY(-1);
                    top: -50%;
                }
            }
        }
    }

    .imgCon {
        width: 100%;
        height: 500px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center bottom;
        }
    }

    .rightCon {
        padding-left: 60px;

        .astItem {
            display: flex;
            gap: 30px;
            position: relative;

            &:first-child {
                margin-bottom: 160px;
            }

            &::before {
                content: '';
                position: absolute;
                top: 36%;
                left: -200px;
                background-image: url(../images/product-details/dot-arrow.png);
                background-repeat: no-repeat;
                background-size: 100%;
                height: 120px;
                width: 240px;
                transform: scaleX(-1);
            }

            &:nth-child(2) {
                &::before {
                    content: '';
                    position: absolute;
                    top: -50%;
                    left: -200px;
                    background-image: url(../images/product-details/dot-arrow.png);
                    background-repeat: no-repeat;
                    background-size: 100%;
                    height: 120px;
                    width: 240px;
                    transform: scaleX(-1) scaleY(-1);
                }
            }

        }
    }

    .astItem {
        .textCon {
            .paraText {
                height: 115px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 4;
            }
        }
    }

    .iconCon {
        width: 78px;
        min-width: 78px;
        height: 78px;
        background: #F0F0F0;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 13px;
    }
}


/* Responsive */

@media (max-width: 1738px) {
    .supportSec {
        .leftCon {
            .astItem {
                &::before {
                    right: -175px;
                    width: 200px;
                }
            }
        }

        .rightCon {
            .astItem {
                &::before {
                    left: -190px;
                    width: 200px;
                }

                &:nth-child(2) {
                    &::before {
                        left: -185px;
                        width: 200px;
                    }
                }
            }
        }
    }
}

/* 1738 ends */


@media (max-width: 1600px) {
    .supportSec {
        .leftCon {
            .astItem {
                gap: 15px;

                &::before {
                    right: -145px;
                    width: 170px;
                }
            }
        }

        .rightCon {
            .astItem {
                gap: 15px;

                &::before {
                    left: -160px;
                    width: 170px;
                }

                &:nth-child(2) {
                    &::before {
                        left: -150px;
                        width: 170px;
                    }
                }
            }
        }
    }
}

/* 1600 ends */


@media (max-width: 1440px) {
    .supportSec {
        .leftCon {
            .astItem {
                &::before {
                    right: -125px;
                    width: 175px;
                }
            }
        }

        .rightCon {
            .astItem {
                &::before {
                    left: -145px;
                    width: 175px;
                }

                &:nth-child(2) {
                    &::before {
                        left: -135px;
                        width: 175px;
                    }
                }
            }
        }

        .astItem {
            .textCon {
                .paraText {
                    height: 125px;
                    -webkit-line-clamp: 5;

                    p {
                        font-size: 16px;
                        line-height: 26px;
                    }
                }
            }
        }
    }
}

/* 1440 ends */


@media (max-width: 1360px) {
    .applicationSec {
        .heading {
            max-width: 100%;
        }
    }
}

/* 1360 ends */

@media (max-width: 1280px) {

    /* about section */
    .aboutUsSec {
        .list-group-check {
            margin-top: 25px;

            li {
                font-size: 16px;
            }
        }
    }

    /* application section */
    .prosSec {
        .secH {
            padding-right: 50px;
            margin-bottom: 15px;
        }
    }

    .supportSec {
        .leftCon {
            .astItem {
                &::before {
                    right: -95px;
                    width: 130px;
                }

                &:first-child {
                    margin-bottom: 95px;
                }
            }
        }

        .rightCon {
            .astItem {
                &::before {
                    left: -120px;
                    width: 130px;
                }

                &:first-child {
                    margin-bottom: 95px;
                }

                &:nth-child(2) {
                    &::before {
                        left: -100px;
                        width: 130px;
                    }
                }
            }
        }
    }
}

/* 1280 ends */


@media (max-width: 1199px) {

    .prosSec {
        padding-top: 60px;

        .headingWrap {
            text-align: center;

            .secH {
                padding-right: 0;
            }
        }

        .rightCon {
            .imgCon {
                height: 450px;

                img {
                    object-fit: contain;
                }
            }
        }
    }


    .supportSec {
        .iconCon {
            width: 50px;
            min-width: 50px;
            height: 50px;
            img {
                width: 35px;
                height: 35px;
                object-fit: contain;
            }
        }

        .imgCon {
            height: 200px;
        }

        .leftCon {
            .astItem {
                &::before{
                    top: 18%;
                }
                &:first-child {
                    margin-bottom: 30px;
                }
            }
        }

        .rightCon {
            .astItem {
                &:first-child {
                    margin-bottom: 30px;
                    &::before{
                        top: 18%;
                    }
                }
            }
        }
    }
}

/* 1199 ends */


@media (max-width: 1100px){
    .supportSec {
        .astItem {
            .textCon {
                .paraText {
                    p {
                        font-size: 15px;
                        line-height: 25px;
                    }
                }
            }
        }
        .leftCon {
            .astItem {
                &::before {
                    right: -80px;
                    width: 110px;
                }
            }
        }
        .rightCon {
            .astItem {
                &::before {
                    left: -90px;
                    width: 110px;
                }
                &:nth-child(2) {
                    &::before {
                        left: -80px;
                        width: 110px;
                    }
                }
            }
        }
    }
}

@media (max-width: 991px) {

    /* advantage section */
    .prosSec {
        .advantages {
            ul {
                li {
                    font-size: 16px;
                }
            }
        }
    }

    .supportSec {
        .iconCon {
            margin: 0px auto;
        }
        .supportImg{
            order: 1;
            .imgCon{
                width: auto;
                height: 350px;
                img{
                    object-fit: contain;
                }
            }
        }
        .supportLeft{
            order: 2;
            .leftCon {
                padding-right: 0;
                .astItem {
                    flex-direction: column-reverse;
                    text-align: center !important;
                }
            }
        }
        .supportRight{
            order: 3;
            .rightCon{
                padding-left: 0;
                text-align: center;
                .astItem {
                    flex-direction: column;
                }
            }
        }
        .astItem{
            margin-bottom: 40px !important;
            &::before{
                content: normal !important;
            }
            .textCon {
                .paraText {
                    height: auto;
                    -webkit-line-clamp: inherit;
                    overflow: visible;
                }
            }
        }
    }
}


@media (max-width: 575px) {

    /* about section */
    .aboutUsSec {
        .list-group-check {
            column-count: 1;

            li {
                padding-left: 30px;

                &::before {
                    width: 20px;
                    height: 20px;
                }
            }
        }
    }


    /* advantage section */
    .prosSec {
        .advantages {
            ul {
                column-count: 1;
                margin-top: 40px;
            }
        }
    }
}

/* 575 ends */