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

.opertion-center-container .left-details .top-banner-img {
  margin-bottom: 3rem;
}
.opertion-center-container .left-details .top-banner-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.opertion-center-container .left-details .common-heading-keyfeature {
  margin-bottom: 40px;
}
.opertion-center-container .left-details .common-heading-keyfeature h3 {
  margin-bottom: 0px;
  color: #1B1717;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.opertion-center-container .left-details .common-heading-keyfeature h3 span {
  color: var(--primary);
}
.opertion-center-container .left-details .question-ans-wrapper {
  margin-bottom: 50px;
}
.opertion-center-container .left-details .question-ans-wrapper h3 {
  color: #1B1717;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}
.opertion-center-container .left-details .question-ans-wrapper h3 span {
  color: var(--primary);
}
.opertion-center-container .left-details .question-ans-wrapper p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}
.opertion-center-container .left-details .key-feaure-wrapper .key-feature-card-wrapper {
  background-color: #fff;
  padding: 0px 8px 8px;
  margin-bottom: 4rem;
  height: calc(100% - 60px);
  border: 1px dashed #000;
}
.opertion-center-container .left-details .key-feaure-wrapper .key-feature-card-wrapper.pink-border {
  border-bottom: 7px solid var(--primary);
}
.opertion-center-container .left-details .key-feaure-wrapper .key-feature-card-wrapper.black-border {
  border-bottom: 7px solid #000000;
}
.opertion-center-container .left-details .key-feaure-wrapper .key-feature-card-wrapper .top-float-icon {
  width: 140px;
  height: 120px;
  margin: auto;
  transform: translateY(-16px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-image: url(./../assets/images/key-feature-shape.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
.opertion-center-container .left-details .key-feaure-wrapper .key-feature-card-wrapper .top-float-icon svg {
  width: 69px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(15px);
}
.opertion-center-container .left-details .key-feaure-wrapper .key-feature-card-wrapper h3 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.opertion-center-container .left-details .key-feaure-wrapper .key-feature-card-wrapper p {
  color: #515151;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 10px;
}
.opertion-center-container .left-details .key-benifit-operation {
  margin: 3rem 0px;
}
.opertion-center-container .left-details .key-benifit-operation ul {
  padding: 0px;
  margin: 0px;
}
.opertion-center-container .left-details .key-benifit-operation ul li {
  list-style-type: none;
}
.opertion-center-container .left-details .key-benifit-operation ul li .benifit-card {
  padding: 15px;
  border-radius: 15px;
  background: #F3F3F3;
  margin-bottom: 25px;
}
.opertion-center-container .left-details .key-benifit-operation ul li .benifit-card h4 {
  color: var(--primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
.opertion-center-container .left-details .key-benifit-operation ul li .benifit-card p {
  color: #515151;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0px;
}/*# sourceMappingURL=operation-center.css.map */