.bannerSliderSection .sliderSection .socialIcon {
  left: 38px;
}

/* .bannerSliderSection .caseStudy {
  height: 210px;
  display: flex;
}

.bannerSliderSection .caseStudy .search {
  width: 69%;
  padding: 0 65px;
}

.bannerSliderSection .caseStudy .search p {
  color: var(--primaryColor);
  margin-bottom: 7px;
}

.bannerSliderSection .caseStudy .search h2 {
  font-size: 25px;
  font-weight: 500;
}

.bannerSliderSection .caseStudy .caseStudyContent {
  width: 31%;
  background-color: var(--secondaryColor);
  align-items: center;
  color: var(--blackColor);
  font-size: 13px;
  text-transform: uppercase;
} */

.bannerSliderSection .bannerContent {
  background-color: #fafafa;
  padding: 70px 15px 80px 65px;
}

.bannerSliderSection .innerBannerContent {
  max-width: 550px;
  width: 100%;
}


.bannerSliderSection .innerBannerContent .btn-grp .fill-Btn {
  font-size: 12px;
  padding: 14px 30px;
  min-width: 135px;
}


.bannerSliderSection .bannerContent .info {
  max-width: 333px;
}

.bannerSliderSection .findRow {
  padding: 40px 30px 50px 65px;
  max-width: 577px;
}

.bannerSliderSection .findRow:after {
  content: "";
  height: 74px;
  width: 2px;
  background-color: var(--primaryColor);
  position: absolute;
  top: -35px;
  right: 0;
}

.bannerSliderSection .findRow h2 {
  font-size: 36px;
  color: #000;
  margin-bottom: 23px;
  font-weight: 500;
  line-height: 46px;
}

.bannerSliderSection .findRow .items {
  justify-content: space-between;
  max-width: 420px;
}

.bannerSliderSection .findRow .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bannerSliderSection .findRow .items .item span {
  font-size: 12px;
  margin-bottom: 24px;
  font-weight: 600;
  color: var(--blackColor);
  text-transform: uppercase;
}

/* .bannerSliderSection .findRow .items .item img {
  filter: invert(5%) sepia(79%) saturate(5740%) hue-rotate(112deg) brightness(56%) contrast(87%);
} */

@media screen and (max-width: 1199px) {
  .bannerSliderSection .bannerContent {
    padding: 40px 20px;
  }

  .bannerSliderSection .findRow {
    padding: 20px 20px;
  }

  .bannerSliderSection .caseStudy {
    height: 150px;
  }

  .bannerSliderSection .caseStudy .search {
    padding: 0 25px;
  }



  .bannerSliderSection .findRow h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .bannerSliderSection .findRow .items .item span {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 991px) {
  .bannerSliderSection .bannerContent {
    padding: 30px 20px;
  }

  .bannerSliderSection .fill-Btn {
    min-width: 150px;
  }

  .bannerSliderSection .findRow h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .bannerSliderSection .caseStudy .search {
    padding: 0 15px;
    width: 76%;
  }

  .bannerSliderSection .caseStudy .search h2 {
    font-size: 18px;
  }

  .bannerSliderSection .caseStudy .caseStudyContent {
    width: 24%;
  }
}

@media screen and (max-width: 900px) {

  .bannerSliderSection .innerBannerContent,
  .bannerSliderSection .bannerContent .info,
  .bannerSliderSection .findRow {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .bannerSliderSection .sliderSection .socialIcon {
    top: 20px;
    left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .bannerSliderSection .caseStudy .search {
    padding: 0 15px;
  }

  .bannerSliderSection .caseStudy {
    height: 110px;
  }

  .bannerSliderSection .bannerContent {
    padding: 30px 15px;
  }

  .bannerSliderSection .fill-Btn {
    min-width: 100%;
    padding: 11px 15px;
    margin-bottom: 10px;
  }

  .bannerSliderSection .innerBannerContent .btn-grp .border-Btn {
    flex: 1 1 auto;
  }
}