#infographic .circle {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 40px;
  position: absolute;
  left: 50%;
}
#infographic :not(:nth-child(even)) .circle {
  transform: translateX(-100%);
}
#infographic .circle i {
  font-size: 5em;
  margin-bottom: 20px;
  color: currentColor;
}
#infographic article {
  max-width: 410px;
  margin-bottom: 20px;
  cursor: pointer;
  left: 50%;
  position: relative;
}
#infographic article header {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
#infographic article header i {
  display: flex;
  font-size: 2em;
  border-radius: 40%;
  background-clip: padding-box;
  padding: 14px;
  transition: transform 0.4s;
  color: #fff;
  border: 8px solid #ffffff;
  margin: -10px 0 -10px -20px;
}
#infographic article header h6 {
  text-transform: uppercase;
  margin: 0 30px;
  padding: 5px;
  direction: rtl;
}
#infographic article .body {
  background: var(--bgColor);
  padding: 0 10px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  max-height: 0;
  transition: max-height 0.5s, padding 0.5s;
  overflow: hidden;
}
#infographic article .body .btn {
  padding: 3px 10px;
  text-transform: uppercase;
}
#infographic :nth-child(even) article {
  text-align: right;
  transform: translateX(-100%);
}
#infographic :nth-child(even) article header {
  flex-flow: row-reverse;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
#infographic :nth-child(even) article header i {
  margin: -10px -20px -10px 0;
}
#infographic article[data-step="1"] {
  margin-left: 20px;
}
#infographic article[data-step="2"] {
  margin-left: 50px;
}
#infographic article[data-step="3"] {
  margin-left: 46px;
}
#infographic article[data-step="4"] {
  margin-left: 0;
}
#infographic article[data-step="5"] {
  margin-left: -60px;
}
#infographic article[data-step="6"] {
  margin-left: -40px;
}
#infographic article[data-step="7"] {
  margin-left: 50px;
}
#infographic article[data-step="8"] {
  margin-left: -60px;
}
#infographic article[data-step="9"] {
  margin-left: 0;
}
#infographic article[data-step="10"] {
  margin-left: 70px;
}
#infographic article[data-step="11"] {
  margin-left: 60px;
}
#infographic article[data-step="12"] {
  margin-left: 100px;
}
#infographic article[data-step="13"] {
  margin-left: 80px;
}
#infographic article[data-step="14"] {
  margin-left: 30px;
}
#infographic article[data-step="15"] {
  margin-left: -50px;
}
#infographic article[data-step="16"] {
  margin-left: -250px;
}
#infographic .one article header {
  background-color: rgb(255 192 150 / 35%);
  color: #8f2543;
  direction: ltr;
}
#infographic .one article header i {
  background-color: #eb6b17;
}
#infographic .two article header {
  background-color: rgba(0, 108, 99, 0.1);
  color: #006c63;
  direction: ltr;
}
#infographic .two article header i {
  background-color: #28a745;
}
#infographic .three article header {
  background-color: rgba(69, 80, 162, 0.1);
  color: #c30000;
  direction: ltr;
}
#infographic .three article header i {
  background-color: #c30000;
}
#infographic article:hover header i {
  transform: scale(1.05);
}
#infographic article.active header {
  border-bottom-right-radius: 0;
}
#infographic article.active header i {
  --opacity: 0.4;
  transform: scale(1) !important;
}
#infographic article.active .body {
  padding: 20px;
  max-height: 300px;
  border: 1px solid;
}
#infographic .two article.active header {
  border-bottom-left-radius: 0;
}
.text-wonder {
  color: #28a745;
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.text-danger {
  color: #c30000!important;
}
img.find-instructor-section-circle {
  position: absolute;
  left: 26%;
  width: 100px;
}
@media (max-width: 768px) {
  .circle {
    display: none!important;
  }
  img.find-instructor-section-circle {
    display: none;
  }
  #infographic article header i {
    font-size: 16px;
    border:4px solid #ffffff;
    padding: 10px;
  }
  #infographic article {
    width:100%;
    position:inherit;
    max-width: 300px!important;
    margin-bottom: 10px;
  }
  #infographic :nth-child(even) article {
    transform: none;
  }
  #infographic article[data-step="11"] {
    margin-right: 30px!important;
    margin-left: none;
  }
  #infographic article[data-step="12"] {
    margin-right: 30px!important;
    margin-left: none;
  }
  #infographic article[data-step="13"] {
    margin-right: 30px!important;
    margin-left: none;
  }
  #infographic article[data-step="14"] {
    margin-right: 30px!important;
    margin-left: none;
  }
  #infographic article[data-step="15"] {
    margin-right: 30px!important;
    margin-left: none;
  }
}