/*  -------------------------------------------------------------------------------------------------------- tags common  */
/*  -------------------------------------------------------------------------------------------------------- tags bootstrap  */
/*  =============== index ===============  */
#flow .text {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  #flow .text {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}
#flow h3 {
  color: #00adba;
  font-size: 25px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
@media (max-width: 767.98px) {
  #flow h3 {
    font-size: 22px;
  }
}
#flow .step img {
  width: 40%;
}
@media (min-width: 992px) {
  #flow .step img {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #flow .step img {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  #flow .step img {
    width: 40%;
  }
}
#flow .price h5 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#flow .price h5 strong {
  font-size: 30px;
}
#flow .price ul {
  margin-left: 0;
  padding-left: 20px;
}
#flow .bar, #flow .next, #flow .end {
  background-color: #eeeeef;
  background-position: center center;
  background-repeat: no-repeat;
  height: 26px;
  background-size: auto 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
#flow .next {
  background-image: url("/InspectionProcessFlowchart/img/i_arrow.svg");
}
#flow .end {
  background-image: url("/InspectionProcessFlowchart/img/i_end.svg");
}
#flow p {
  margin: 0;
  padding: 0;
}
#flow .alert-warning {
  font-size: 1.25rem;
  color: #000;
  font-weight: bold;
  background-color: #ffff66;
  letter-spacing: 1px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #flow .alert-warning {
    font-size: 1.25rem;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  #flow .alert-warning {
    font-size: 1.25rem;
    text-align: left;
  }
}
