.services-tabs {
  border-top: 1px solid #E3E3E3;
  padding-top: 40px;
  padding-bottom: 60px;
}
.services-tabs .services-tabs-content h5 {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 17px;
}
.services-tabs .d-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services-tabs .d-flex-row .left {
  width: 345px;
  margin-right: 90px;
}
.services-tabs .d-flex-row .right {
  width: 740px;
}
.services-tabs .d-flex-row .right .tabs-content {
  display: none;
}
.services-tabs .d-flex-row .right .tabs-content.active {
  display: block;
}
.services-tabs .tabs-content blockquote {
  background-color: #f3edff;
  padding: 15px 15px 20px 15px;
  margin: 0px;
  margin-bottom: 35px;
}
.services-tabs .tabs-content blockquote h4 {
  color: #6219ff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}
.services-tabs .tabs-content blockquote p {
  letter-spacing: 0.07px;
  line-height: 23px;
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 0px;
}
.services-tabs .tabs-content blockquote p a {
  color: #6219FF;
  text-decoration: underline;
  cursor: pointer;
}
.services-tabs .tabs-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services-tabs .tabs-caption li {
  margin-bottom: 7px;
}
.services-tabs .tabs-caption li:last-child {
  margin-bottom: 0px;
}
.services-tabs .tabs-caption li a {
  border: 1px solid #6219ff;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.services-tabs .tabs-caption li.active a {
  background-color: #f3edff;
  border: 1px solid transparent;
}
.services-tabs .tabs-caption li a:hover {
  background-color: #f3edff;
}
.services-tabs .tabs-caption li a h3 {
  color: #6219ff;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
}
.services-tabs .tabs-caption li a p {
  letter-spacing: 0.07px;
  line-height: 21px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
.services-tabs .tabs-content h2 {
  color: #000000;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 300;
}
.services-tabs .tabs-content p {
  letter-spacing: 0.09px;
  line-height: 29px;
  color: #000000;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 25px;
  margin-top: 25px;
}
.services-tabs .tabs-content span[id] {
  display: block;
  position: relative;
  visibility: hidden;
}
.services-tabs .tabs-content h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1px;
  margin-bottom: 27px;
  line-height: 1.55;
}
.services-tabs .tabs-content ol {
  margin-top: 70px;
  margin-bottom: 25px;
}
.services-tabs .tabs-content ol li {
  margin-bottom: 55px;
  color: #000000;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.09px;
  line-height: 29px;
  position: relative;
  list-style: none;
}
.services-tabs .tabs-content ol li:before {
  content: 'Step ' counter(item);
  counter-increment: item;
  color: #6219ff;
  font-size: 13px;
  font-weight: 600;
  width: 60px;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f3edff;
  position: absolute;
  top: -40px;
  left: 0px;
}
.services-tabs .tabs-content ol li:after {
  content: '';
  position: absolute;
  width: 20px;
  left: -20px;
  top: -25px;
  height: calc(100% + 29px + 25px);
  border: 1px dashed #f3edff;
  border-right: 0px;
}
.services-tabs .tabs-content ol li:last-child {
  margin-bottom: 0px;
}
.services-tabs .tabs-content ol li:last-child:after {
  display: none;
}
.services-tabs .tabs-content ul {
  margin-bottom: 30px;
}
.services-tabs .tabs-content ul:last-child {
  margin-bottom: 0px;
}
.services-tabs .tabs-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  color: #000000;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.09px;
  position: relative;
  padding-left: 28px;
  line-height: 1.35;
}
.services-tabs .tabs-content ul li:last-child {
  margin-bottom: 0px;
}
.services-tabs .tabs-content ul li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  background-image: url(../../../img/arrow-circle-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1200px) {
  .services-tabs .d-flex-row .left {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 992px) {
    
}
@media only screen and (max-width: 768px) {
  .services-tabs .d-flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services-tabs .d-flex-row .left {
    margin-right: 0px;
    width: 100%;
  }
  .services-tabs .d-flex-row .right {
    width: 100%;
  }
  .services-tabs .tabs-caption {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .services-tabs .tabs-caption li {
    width: 47%;
  }
  .services-tabs .tabs-caption li a p {
    display: none;
  }
  .services-tabs .tabs-caption li a h3 {
    margin-bottom: 0px;
  }
  .services-tabs .tabs-caption li a {
    padding: 10px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 576px) {

}
@media only screen and (max-width: 375px) {

}
