/* services-single-content */
.services-single-content {
  padding-top: 70px;
  padding-bottom: 40px;
}
.services-single-content .d-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services-single-content .sidebar {
  width: 320px;
}
.services-single-content .sidebar .sidebar-fixed {
  position: sticky;
  top: 100px;
}
.services-single-content .sidebar h3 {
  color: #000000;
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: 600;
}
.services-single-content .sidebar ul li {
  margin-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services-single-content .sidebar ul li:last-child {
  margin-bottom: 0px;
}
.services-single-content .sidebar ul li a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  -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);
  position: relative;
  padding-left: 28px;
}
.services-single-content .sidebar ul li a:hover {
  text-decoration: underline;
}
.services-single-content .sidebar ul li a.active {
  color: #6219FF;
}
.services-single-content .sidebar ul li a.active:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -3px;
  width: 20px;
  height: 20px;
  background-image: url(../../../img/arrow-circle-purple.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.services-single-content .content {
  width: 740px;
}
.services-single-content .content b {
  font-weight: 400;
}
.services-single-content .content span[id] {
  display: block;
  position: relative;
  visibility: hidden;
}
.services-single-content .content h2 {
  color: #000000;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 300;
}
.services-single-content .content img {
  width: 100%;
  margin-bottom: 60px;
  display: block;
  height: auto;
}
.services-single-content .content p {
  letter-spacing: 0.09px;
  line-height: 29px;
  color: #000000;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 25px;
  margin-top: 25PX;
}
.services-single-content .content p:nth-child(2) {
  margin-top: 0px;
}
.services-single-content .content p:last-child {
  margin-bottom: 0px;
}
.services-single-content .content p b {
  font-weight: 500;
}
.services-single-content .content h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1px;
  margin-bottom: 27px;
  line-height: 1.55;
}
.services-single-content .content ul {
  margin-bottom: 30px;
}
.services-single-content .content ul:last-child {
  margin-bottom: 0px;
}
.services-single-content .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-single-content .content ul li:last-child {
  margin-bottom: 0px;
}
.services-single-content .content ul li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -px;
  width: 20px;
  height: 20px;
  background-image: url(../../../img/arrow-circle-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.services-single-content .content ol {
  margin-top: 70px;
  margin-bottom: 25px;
}
.services-single-content .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-single-content .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-single-content .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-single-content .content ol li:last-child {
  margin-bottom: 0px;
}
.services-single-content .content ol li:last-child:after {
  display: none;
}
.services-single-content .content blockquote {
  background-color: #f3edff;
  padding: 15px 15px 20px 15px;
  margin: 0px;
  margin-bottom: 35px;
}
.services-single-content .content blockquote h4 {
  color: #6219ff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}
.services-single-content .content blockquote p {
  letter-spacing: 0.07px;
  line-height: 23px;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
}
.services-single-content .content blockquote p a {
  color: #6219FF;
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
  .services-single-content .content {
    width: 525px;
  }
  .services-single-content .sidebar {
    width: 270px;
  }
}
@media only screen and (max-width: 768px) {
  .services-single-content .sidebar {
    display: none;
  }
  .services-single-content .content {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {

}
@media only screen and (max-width: 375px) {

}