﻿.progress-bar-labels {
  margin-top: 43px;
  margin-bottom: 9px;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px; }

.progress-bar-label {
  font-size: 16px;
  text-align: center;
  color: #929292; }

.progress-bar-label.active {
  font-weight: bold;
  color: #4D4D4D; }

.progress-bar-box {
  height: 91px;
  background: #5ABEBE;
  position: relative;
  padding-top: 24px;
  border-radius: 10px;
  z-index: 5; }

.progress-bar-number {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #3C8080;
  line-height: 43px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff; }

.progress-bar-number.active {
  background: #ffffff;
  color: #5ABEBE; }

.progress-bar-numbers {
  margin-top: 0px;
  margin-bottom: 9px;
  justify-content: space-between;
  width: 100%;
  margin-left: 0px;
  padding-left: 20px;
  padding-right: 20px; }

.progress-container {
  position: absolute;
  margin-top: 17px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  z-index: -1; }

.progress {
  background-color: #3C8080 !important;
  height: 10px; }

.progress-bar {
  background-color: #ffffff !important;
  border-radius: 10px; }

@media (max-width: 767px) {
  .progress-bar-labels {
    margin-top: 20px; } }

@media (max-width: 767px) {
  .progress-bar-label {
    display: none; } }

@media (max-width: 767px) {
  .progress-bar-label.active {
    display: block; } }

@media (max-width: 767px) {
  .progress-bar-box {
    border-radius: 0px; } }
