@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

.banner_award {
  display: flex !important;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  width: 90%;
}

.Awards-Sec {
  padding: 120px 138px 100px 138px;
}

.banner_pic_outer img {
  max-width: 100% !important;
}

.banner_pic_outer {
  margin-inline: 5px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.outerSlider {
  display: flex;
  align-items: center;
  justify-content: center;
}

.trusted-brands-heading {
  font-size: 22px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  margin: 0 14px 60px 14px;
  text-align: center;
}

.trusted-brands-sec {
  padding: 120px 138px;
}

.trusted-line-area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.line {
  border-bottom: 1px solid #a8a8a8;
  margin: -54px 0 0 0;
  width: 9%;
}

.trusted-brands-heading {
  font-size: 22px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  margin: 0 14px 60px 14px;
}

.leading-brands-pic img {
  width: 100%;
}

.awards-row2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  column-gap: 20px;
}

/* slick slide css */
.slick-disabled {
  opacity: 0.4 !important;
}

.prevIcon {
  margin-right: 6px;
}
.nextIcon {
  margin-left: 6px;
}

.commonSliderBtn {
  cursor: pointer;
}
/* flickering issues solved */
.slick-list {
  width: 92% !important;
}

/* .slick-dots{
  display: none !important;
} */
@media only screen and (max-width: 1200px) {

  .Awards-Sec,
  .trusted-brands-sec {
    padding: 70px 10px;
  }

  .prodHuntImg {
    height: auto !important;
  }

  .Awards-Sec {
    padding: 50px 24px;
  }

  .customerLoveUs {
    height: 138px !important;
  }
}

@media only screen and (max-width: 992px) {
  .customerLoveUs {
    height: 135px !important;
  }
}

@media only screen and (max-width: 768px) {
  .banner_pic_outer img {
    height: auto;
  }

  .trusted-brands-heading,
  .trusted-brands-heading {
    font-size: 16px;
    font-weight: 700;
    margin: 0 14px 26px 14px;
    line-height: 1.3;
  }

  .banner_pic_outer img {
    width: 75px !important;
  }

  .commonSliderBtn {
    width: 20px;
  }

  .prevIcon {
    margin-right: 10px;
  }

  .nextIcon {
    margin-left: 10px;
  }

  .customerLoveUs {
    height: 88px !important;
  }
}

@media screen and (max-width: 576px) {
  .banner_pic_outer {
    margin-inline: 2px;
  }

  .Awards-Sec,
  .trusted-brands-sec {
    padding: 70px 8px;
  }

  .Awards-Sec {
    padding-bottom: 0;
  }

  .banner_pic_outer img {
    width: 70px !important;
  }

  .customerLoveUs {
    height: 74px !important;
  }
}

@media only screen and (max-width:768px) {
  .newawardsec {
    padding: 80px 0;
}
}


.new-award-sec {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* padding: 60px 138px; */
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 60px;
  /* padding-bottom: 20px; */
}

.new-award-sec img{
  width: 116px;
  height: 124px;
}

@media screen  and (max-width: 910px){
  .new-award-sec{
    padding: 120px 40px;
  }
}

  @media screen and (max-width: 750px) {
    
  .new-award-sec {
      justify-content: center;
      padding: 20px;
  }

  .new-award-sec img {
      width: 100px;
      margin: 20px;

  }
}