@media only screen and (max-width: 1235px) {
  .service-img-arrow1 {
    right: 5px;
  }
  .products-container {
    padding-bottom: 80px;
  }
  .news-section {
    --x: 600px;
  }
}
@media only screen and (max-width: 1200px) {
  .news-section {
    --x: 400px;
  }
  .about-container {
    --x: 500px;
  }
  .service-img-arrow1 {
    right: 2px;
    height: 45px;
    width: 45px;
  }
  .client-card {
    min-height: 180px;
  }
}
@media only screen and (max-width: 1020px) {
  .about-sec-wrapper > img {
    top: 20px;
  }
  .products-container {
    padding-top: 60px;
  }
  .client-card {
    min-height: 160px;
  }

  element.style {
  }
  .slick-slide img {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .carousel-text p {
    width: 60%;
  }
  .carousel-text h1 {
    font-size: 40px;
  }
  .impact-section-blur {
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.6);

    min-height: 550px;
    padding: 0 40px;
    border-radius: 30px;
  }
  .impact-section-blur > div {
    width: 60%;
  }
  .impact-section-div {
    height: 60% !important;
  }
  .impact-section-col {
    margin-bottom: 60px;
  }
  .impact-card1 {
    margin-bottom: 40px;
  }
  .about-container {
    --x: 350px;
  }
  .service-img-arrow1 {
    right: 2px;
    height: 30px;
    width: 30px;
    bottom: -17px;
  }

  .service-img-arrow {
    position: absolute;
    bottom: -25px;
    height: 45px;
    width: 45px;
    right: 0px;
  }

  .footer-section h4 {
    margin-top: 20px;
  }
  .news-section {
    --x: 200px;
  }
  .client-card {
    padding: 15px;
  }
  .service-card-inner {
    
    height: 430px;
}
}

@media only screen and (max-width: 800px) {
  .carousel-text {
    align-items: center;
    padding-left: 0px;
    text-align: center;
  }

  .product-section2 {
    display: block;
  }
  .about-sec-wrapper > img {
    top: 35px;
  }
  .section-sub-text {
    width: 100%;
  }
  .product-section {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .service-card-inner {
    
    height: auto;
}
  .service-img-arrow1 {
    bottom: -35px;
    height: 70px;
    width: 70px;
    right: 10px;
  }
  .products-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-sub-text {
    width: 100% !important;
  }
  .footer-img {
    /* width: 75% !important; */
  }
  .news-section,
  .about-container {
    mask: none;
  }
  .about-sec-wrapper > img {
    top: -45px;
    z-index: -1;
  }
  .section-heading {
    text-align: center;
  }
  .client-card {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .service-img-arrow {
    position: absolute;
    bottom: -18px;
    height: 30px;
    width: 30px;
    right: 0px;
  }
}

@media only screen and (max-width: 576px) {
  .carousel {
    height: 100vh;
  }
  .product-section {
    height: 300px;
  }
  .carousel-text {
    align-items: center;
    padding-left: 0px;
    text-align: center;
  }
  .impact-section-div {
    flex-direction: column;
  }
  .impact-card-wrapper {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
  }
  .impact-card2,
  .impact-card4,
  .impact-card3,
  .impact-card5 {
    text-align: center;
    width: 80% !important;
  }
  .impact-section-blur {
    padding: 50px;
  }
  .footer-img {
    width: 50% !important;
  }
  .footer-section h4 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 475px) {
  .service-card h4 {
    font-size: 18px;
  }
  .service-img-arrow1 {
    bottom: -28px;
    height: 60px;
    width: 60px;
  }

  .products-container {
    border-radius: 20px;
  }
  .section-sub-text {
    font-size: 16px;
    line-height: 20px;
  }
  .section-heading {
    font-size: 24px;
    font-weight: bold;
  }

  .service-img-arrow {
    position: absolute;
    bottom: -24px;
    height: 50px;
    width: 50px;
    right: 5px;
  }

  .footer-img {
    width: 50% !important;
    margin-bottom: 40px;
  }
  .carousel-text h1 {
    font-size: 24px;
    width: 100%;
  }
  .carousel-text p {
    
    width: 100%;
  }
  .about-sec-wrapper > img {
    top: -30px;
  }
  .service-img-arrow1 {
    bottom: -28px;
    height: 55px;
    width: 55px;
  }
  .carousel {
    height: 80vh;
}
.carousel-text {
  
  /* justify-content: end;
  padding-bottom: 60px; */
}

}


@media only screen and (max-width: 430px) {
    .service-img-arrow {
       
        bottom: -26px;
       
        right: 0px;
    }
  }
@media only screen and (max-width: 400px) {
  .service-img-arrow1 {
    bottom: -28px;
    height: 50px;
    width: 50px;
    right: -1px;
  }
  .section-heading {
    font-size: 24px;
  }
  .section-sub-text {
    font-size: 14px;
    line-height: normal;
  }
  .impact-section-blur {
    padding: 20px 20px 50px 20px;
  }
  .products-container {
    border-radius: 10px;
  }
  .service-card h4 {
    font-size: 16px;
  }
  .service-section {
    margin-bottom: 40px;
  }
  .impact-section-blur > div {
    width: 100%;
  }
  .news-section {
    padding: 20px 10px;
    margin-bottom: 100px;
  }

  .service-img-arrow {
    position: absolute;
    bottom: -24px;
    height: 40px;
    width: 40px;
    right: 1px;
  }

  .footer-section a {
    font-size: 14px;
  }
  .footer-section h4 {
    font-size: 16px;
 
}
.footer-p{
  font-size: 14px;
}

.service-img-arrow1 {

  right: 4px;
}


    .service-img-arrow {
        
        bottom: -24px;
        height: 50px;
        width: 50px;
        right: 2px;
    }
    

.achievement {
 
    padding-bottom: 50px;
}

.service-col > p {
    margin-bottom: 50px;
}
}




