@media (max-width:991px){
    .banner-content {
        padding-right: 0px;
        text-align: center;
    }
    .banner-image {
        max-width: 80%;
        margin: 0 auto;
        margin-top: 50px;
    }
    .banner-content p {
        font-size: 20px;
        max-width: 100%;
    }
    .heroCounts {
        display: block;
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
        padding: 50px 20px;
    }
    .heroCountsSlide:not(:last-child){
        margin-bottom: 40px;
    }
    .hero__counts-dash{
display: none;
    }
    .serviceLeft {
        text-align: center;
        padding-top: 30px;
    }
    .ourTech {
        text-align: center;
    }
    .outertechBg.pulse {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .ourTechWrap {
        display: flex;
        justify-content: center;
    }
    .ourTechWrap .ourtechBox {
        background: lch(100 0 0 / 0.97);
        width: 120px;
        height: 120px;
        margin: 20px 6px;
    }
    ul.service-list {
        margin-top: 50px;
    }
    .ourWork .cocontent-sec {
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    .testimonialText {
        width: 100%;
    }
    .testimonialText::before, .testimonialText::after{
        font-size: 60px;
    }
}

@media (max-width:767px){
    .serviceLeftImg::after, .bannerSection::after{
        width: 90%;
    }
    .serviceMenu ul {
        list-style: none;
        display: inline-block;
    }
    .serviceMenu ul li a{
        margin-bottom: 20px;
    }
}