
@media (max-width: 992px) {
    .dropdown-menu {
        background-color: transparent;
        border: none !important;
    }

    section{
        padding: 48px 0;
    }
    .hero-title {
        font-size: 32px;
    }

    .hero-text {
        font-size: 20px;
        padding: 0;
    }

    .start-box{
        position: relative !important;
        left: 0;
        width: 100%;
    }

    .work-right-shape::after,
    .work-right-shape::before  {
        display: none;
    }

    .bottom-shape::after,
    .cta-bottom-shape::after,
    .bottom-shape2::after,
    .proof-box::after {
    display: none;
}

.service-text-box {
    position: relative;
    width: 100%;
}

.expert-team-box img{
    max-width: 40px;
    max-height: 40px;
}

.testimonial-section::before {
   display: none;
}
.bottom-shape,
 .cta-bottom-shape,
  .bottom-shape2 {

    padding-bottom: 0;
}

.navbar-toggler-icon {
    width: 20px;
}
    
}

@media (max-width: 768px) {
    .logo-box a img{
        max-width: 70%;
    }
    .accordion {
        width: 100% !important;
    }

    .what-we-do::after {
        top: 100px;
    }

    .sectionPadding {
        padding: 48px 0;
    }

    .what-we-do img{
        border-radius: 30px !important;
    }
}

@media (max-width: 576px) {
    
.transparency-box1,
.transparency-box2,
.transparency-box3,
.transparency-box4{
font-size: 10px !important;
}

.transparency-box1::before {
    bottom: -38%;
}

.transparency-box1::after,
.transparency-box2::after,
.transparency-box3::after,
.transparency-box4::after{
    bottom: -38%;
}
}