.service-banner {
  background-image: url(./../assets/images/service-banner-bg.png);
}

.service-common-heading {
  margin-top: 5rem;
}
.service-common-heading h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1B1717;
  margin-bottom: 16px;
}
.service-common-heading h3 span {
  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 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 .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-service-wrapper {
  background-image: url(./../assets/images/our-service-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 440px;
  margin-bottom: 3rem !important;
  position: relative;
  display: flex;
  align-items: normal;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.testing-service-wrapper .left-details .top-service-wrapper .card-service {
  width: 32%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  gap: 1rem;
  height: 50%;
}
.testing-service-wrapper .left-details .top-service-wrapper .card-service h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: normal;
  margin-bottom: 0px;
  color: #000;
  margin-top: 2.2rem;
}
.testing-service-wrapper .left-details .top-service-wrapper .card-service svg {
  width: 58px;
  height: auto;
}
.testing-service-wrapper .left-details .top-service-wrapper .card-service svg path {
  fill: #000000;
}
.testing-service-wrapper .left-details .top-service-wrapper .card-service:nth-child(1) h4 {
  color: var(--primary);
}
.testing-service-wrapper .left-details .top-service-wrapper .card-service:nth-child(1) svg path {
  fill: var(--primary);
}
.testing-service-wrapper .left-details .top-service-wrapper .card-service:nth-child(3) h4 {
  color: var(--primary);
}
.testing-service-wrapper .left-details .top-service-wrapper .card-service:nth-child(3) svg path {
  fill: var(--primary);
}
.testing-service-wrapper .left-details .top-service-wrapper .card-service:nth-child(4) {
  justify-content: flex-start;
  gap: 35px;
}
.testing-service-wrapper .left-details .top-service-wrapper .card-service:nth-child(4) h4 {
  margin-top: 20px;
}
.testing-service-wrapper .left-details .top-service-wrapper .card-service:last-child {
  gap: 2.6rem;
  justify-content: flex-start;
}
.testing-service-wrapper .left-details .top-service-wrapper .card-service:last-child h4 {
  margin-top: 12px;
}/*# sourceMappingURL=service.css.map */