.how-to-navigate {
    .how-to-Sec1 {
        background-size: 100%;
        background-position: center bottom;
        background-repeat: no-repeat;
        padding-bottom: 400px;
        background-color: #f9fafd;
        position: relative;
        &:before {
            width: 100%;
            left: 0;
            height: 100%;
            background-image: linear-gradient(0deg, transparent 0 20%, #ffffffd9 70% 100%);
            content: "";
            top: 0;
            position: absolute;
        }

        .lineHeading {
            &::before {
                left: 85px;
            }

            &:after {
                left: 61%;
                top: 55px;
            }
        }
    }

    .how-to-Sec2 {
        overflow: hidden;
        padding-bottom: 970px;

        .recyckingBg {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center bottom;
            }
        }

        .lineHeading {
            &::before {
                width: 210px;
                left: 25px;
                bottom: 120px;
            }

            &::after {
                width: 120px;
                left: 275px;
                top: 53px;
            }
        }
    }

    .doubleLineText {
        min-height: 42px;
        position: relative;
        padding-left: 15px;

        &::before {
            width: 1px;
            height: 100%;
            background-color: #e31837;
            position: absolute;
            content: "";
            left: 6px;
            top: 0;
        }

        &::after {
            width: 1px;
            height: 50%;
            background-color: #e31837;
            position: absolute;
            content: "";
            left: 0px;
            bottom: 0;
        }
    }

}

.mobTpImg {
    display: none;
}


/* start responsive */
@media(max-width: 1600px) {
    .how-to-navigate {
        .how-to-Sec2 {
            overflow: hidden;
            padding-bottom: 1140px;
        }
    }
}
@media(max-width: 1024px) {

    .how-to-navigate {
        .how-to-Sec1 {
            background-image: none !important;
            background-position: unset;
            padding-bottom: 0;
        }

        .mobTpImg {
            display: block;
            height: 400px;
            width: 100%;

            img {
                width: 100%;
                height: 100%;
                object-position: bottom;
                object-fit: cover;
            }
        }

        .how-to-Sec2 {
            padding-bottom: 0;
            .recyckingBg {
                position: static;
                height: 500px;
                margin-top: 20px;

                img {
                    object-position: bottom;
                }
            }
        }
    }
}

@media(max-width: 991px) {
    .fz_24 {
        font-size: 22px !important;
    }

    .fz_28 {
        font-size: 26px !important;
    }

    .fz_22 {
        font-size: 20px !important;
    }

    .how-to-Sec1 {
        .mb_50 {
            margin-bottom: 30px !important;
        }
    }

    .group-companies-sec-1 {
        .mb_100 {
            margin-bottom: 80px !important;
        }
    }

    .how-to-Sec2 {
        .lineHeading {
            h2 {
                text-align: left !important;

                br {
                    display: none;
                }
            }
        }
    }
}
@media(max-width: 767px) {
    .how-to-navigate {
        .how-to-Sec2 {
            .recyckingBg {
                position: static;
                height: auto;
                margin-top: 20px;
            }
        }
    }
}
@media(max-width: 480px) {
    .fz_24 {
        font-size: 20px !important;
    }

    .fz_28 {
        font-size: 24px !important;
    }

    .fz_22 {
        font-size: 18px !important;
    }

    .how-to-Sec2 {
        .lineHeading {
            h2 {
                font-size: 28px !important;
            }
        }
    }
    .how-to-navigate {
        .mobTpImg {
            height: auto;
        }
    }
}

/* end responsive */