.navigation.step-by-step {
  text-align: center;
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.navigation.step-by-step .active {
  background-color: #000;
}
.navigation.step-by-step .active i {
  color: #fff;
}
.navigation.step-by-step:after {
  content: " ";
  background-color: #E4E4E4;
  height: 3px;
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: -1;
}
.navigation.step-by-step div {
  width: 55px;
  height: 55px;
  background-color: #E4E4E4;
  border-radius: 55px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.navigation.step-by-step div i {
  font-size: 25px;
  color: #A9A9A9;
}

/*# sourceMappingURL=step-by-step.css.map */
