@media (max-width: 991px) {
    .process-icon-2::after {
        display: none;
    }

    .deliver_box.cd2,
    .deliver_box.cd4 {
        margin-top: 0;
    }

    .team-top-img,
    .team-top-txt {
        text-align: center;
    }

    .team-top-img {
        margin-bottom: 20px ;
    }
}

@media (max-width: 768px) {

    .section-pd {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .banner-area .bnr-cont h1 {
        font-size: 45px;
    }

    .banner-area .bnr-img {
        padding-left: 0;
        margin-top: 20px;
    }

    .about-thumb-wrapper .main {
        margin-bottom: 20px;
    }

    .about-thumb-wrapper .shape-1,
    .about-thumb-wrapper .shape-2,
    .about-thumb-wrapper .shape-3,
    .about-thumb-wrapper .shape-4 {
        display: none;
    }

    .about-wrapper-list ul li {
        float: none;
        width: 100%;
    }

    .about-wrapper-list ul li:nth-child(even) {
        padding-left: 0;
    }

    .service-nav button {
        position: static;
    }

    .contact-breadcrumb-box {
        padding: 40px 30px 40px;
    }

    .contact-breadcrumb-wrapper {
        padding-top: 35px;
        padding-left: 0;
    }

    .contact-breadcrumb-content {
        padding-right: 0;
    }

    .contact-breadcrumb-social {
        display: none;
    }

    .contact-breadcrumb-item {
        padding: 30px 30px;
    }

    .about-area {
        padding-bottom: 60px;
    }


}

@media (max-width: 575px) {
    .banner-area {
        padding: 60px 0 80px;
    }

    .inner-bnr {
        padding: 60px 0;
    }

    .banner-area .bnr-cont h6 {
        font-size: 14px;
    }

    .section-title {
        font-size: 34px;
        line-height: 44px;
    }

    .contact-breadcrumb-item-content a {
        font-size: 15px;
    }

    .cta-bg-wrapper {
        padding: 20px;
    }

    .cta-email input {
        padding-right: 52%;
    }

    .cta-email a {
        padding: 16px 16px;
    }

    .cta-title {
        margin-bottom: 20px;
    }

    .testimonial-item-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .faq-tab-content {
        padding: 20px;
    }

    .faq-counter-wrapper {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .testimonial-nav {
        display: none;
    }
}