.solution-partner-banner {
  background-image: url(./../assets/images/solution-partner-banner.png);
}
.solution-partner-banner .left-details h1 span {
  animation: typingErase 8s steps(22) infinite;
}
@keyframes typingErase {
  0% {
    width: 0ch;
  }
  30% {
    width: 22ch;
  }
  60% {
    width: 22ch;
  }
  90% {
    width: 0ch;
  }
  100% {
    width: 0ch;
  }
}

.service-common-heading {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.service-common-heading .icon-bg {
  background: rgba(230, 0, 37, 0.1019607843);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.service-common-heading h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  color: #1B1717;
  margin-bottom: 0px;
}
.service-common-heading h3 .red-text {
  color: var(--primary);
}
.service-common-heading p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.main-common-content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.main-common-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 20px;
}

.testing-service-wrapper .left-details {
  overflow: hidden;
}
.testing-service-wrapper .left-details .common-list-card {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  padding: 15px;
}
.testing-service-wrapper .left-details .common-list-card h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0px;
  color: var(--primary);
}
.testing-service-wrapper .left-details .common-list-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25.3px;
  letter-spacing: 0.51px;
  vertical-align: middle;
  color: #515151;
  margin-bottom: 0px;
}
.testing-service-wrapper .left-details .top-solution-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 23px;
}
.testing-service-wrapper .left-details .top-solution-wrapper .solution-common-cards {
  border-radius: 20px;
  width: 195px;
  height: auto;
  margin-bottom: 20px;
  border: 1px dashed #000;
  background-color: #fff;
}
.testing-service-wrapper .left-details .top-solution-wrapper .solution-common-cards .icon-container {
  border-radius: 20px 20px 0px 0px;
  padding: 0px 10px 30px 10px;
}
.testing-service-wrapper .left-details .top-solution-wrapper .solution-common-cards .icon-container .shade-bg.pink-shape {
  background-image: url(../assets/images/pink-shape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testing-service-wrapper .left-details .top-solution-wrapper .solution-common-cards .icon-container .shade-bg.black-shape {
  background-image: url(../assets/images/black-shape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testing-service-wrapper .left-details .top-solution-wrapper .solution-common-cards .icon-container .shade-bg svg {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(-10%);
}
.testing-service-wrapper .left-details .top-solution-wrapper .solution-common-cards .text-wrapper {
  background-color: #F0F0F0;
  padding: 5px 10px;
  border-radius: 0px 0px 20px 20px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testing-service-wrapper .left-details .top-solution-wrapper .solution-common-cards .text-wrapper p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #000000;
  margin-bottom: 0px;
  text-align: center;
}
.testing-service-wrapper .left-details .partner-solution-cards {
  margin-top: 5rem;
}
.testing-service-wrapper .left-details .partner-solution-cards .card-shade-bg {
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 19px;
  margin-bottom: 50px;
}
.testing-service-wrapper .left-details .partner-solution-cards .card-shade-bg.pink-shade {
  background-image: url(./../assets/images/partner-pink-shade.svg);
}
.testing-service-wrapper .left-details .partner-solution-cards .card-shade-bg.black-shade {
  background-image: url(./../assets/images/partner-black-shade.svg);
}
.testing-service-wrapper .left-details .partner-solution-cards .card-shade-bg .partner-common-card {
  border-radius: 27px;
  background: #FFF;
  box-shadow: 0px 4px 14.2px 0px rgba(0, 0, 0, 0.33);
  padding: 0px 12px 24px 12px;
}
.testing-service-wrapper .left-details .partner-solution-cards .card-shade-bg .partner-common-card .icon-bg {
  background-image: url(./../assets/images/icon-bg.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 190px;
  margin: auto;
  height: 110px;
  transform: translateY(-15px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.testing-service-wrapper .left-details .partner-solution-cards .card-shade-bg .partner-common-card .icon-bg img {
  width: 65%;
  height: auto;
  mix-blend-mode: darken;
  margin-left: 19px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testing-service-wrapper .left-details .partner-solution-cards .card-shade-bg .partner-common-card p {
  color: #515151;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0px;
  margin-top: 15px;
}/*# sourceMappingURL=solution-partner.css.map */