.our-blogs-banner-wrapper {
  background-image: url(./../assets/images/blog-banner-bg.png);
}

.testing-service-wrapper {
  margin-bottom: 3rem;
}
.testing-service-wrapper .left-details h1 .typing {
  animation: typingErase 8s steps(5) infinite;
}
@keyframes typingErase {
  0% {
    width: 0ch;
  }
  30% {
    width: 6ch;
  }
  /* full text typed */
  60% {
    width: 6ch;
  }
  /* hold */
  90% {
    width: 0ch;
  }
  /* erased */
  100% {
    width: 0ch;
  }
}
.testing-service-wrapper .left-details .common-blog-card img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.testing-service-wrapper .left-details .common-blog-card .blog-details {
  background-color: #fff;
  box-shadow: 0px 4px 9.2px 1px rgba(0, 0, 0, 0.168627451);
  border-radius: 15px;
  padding: 15px;
  padding-bottom: 5px;
  width: 85%;
  margin: auto;
  margin-top: -65px;
  z-index: 99;
  position: relative;
  margin-bottom: 15px;
}
.testing-service-wrapper .left-details .common-blog-card .blog-details h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24.3px;
  letter-spacing: 0.51px;
  vertical-align: middle;
  color: #787878;
  display: flex;
  align-items: center;
}
.testing-service-wrapper .left-details .common-blog-card .blog-details h4 img {
  width: 18px;
  height: 18px;
  -o-object-fit: none;
     object-fit: none;
  margin-right: 10px;
  border-radius: 0px;
}
.testing-service-wrapper .left-details .common-blog-card .blog-details p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.23px;
  vertical-align: middle;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 0px;
}
.testing-service-wrapper .left-details .common-blog-card .blog-details .right-arrow {
  border: 0px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px;
  margin-left: auto;
  display: block;
}
.testing-service-wrapper .left-details .common-blog-card .blog-details .right-arrow svg {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.testing-service-wrapper .left-details .common-blog-card .blog-details .right-arrow:hover svg path {
  stroke: #fff;
}
.testing-service-wrapper .left-details .common-blog-card .blog-details .right-arrow:hover svg rect {
  stroke: var(--primary);
  fill: var(--primary);
}
.testing-service-wrapper .left-details .blog-detail-content {
  margin-bottom: 5rem;
}
.testing-service-wrapper .left-details .blog-detail-content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.testing-service-wrapper .left-details .blog-detail-content .blog-time-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}
.testing-service-wrapper .left-details .blog-detail-content .blog-time-detail .date-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}
.testing-service-wrapper .left-details .blog-detail-content .blog-time-detail p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24.3px;
  letter-spacing: 0.51px;
  margin-bottom: 0px;
  color: #787878;
  display: flex;
  align-items: center;
  gap: 5px;
}
.testing-service-wrapper .left-details .blog-detail-content .blog-time-detail p img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0px;
}
.testing-service-wrapper .left-details .blog-detail-content h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 40px;
  color: #191C1F;
  margin-bottom: 20px;
}
.testing-service-wrapper .left-details .blog-detail-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 15px;
}

.lastest-blog {
  padding-top: 3rem;
}/*# sourceMappingURL=blog.css.map */