
  .progressbar {
    margin-bottom: 30px;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px;
    padding-bottom:30px;
  }

    .progressbar li {
      list-style-type: none;
      width: 20%;
      float: left;
      position: relative;
      font-weight: 400
    }

    .progressbar #step1:before {
      content: "1";
    }

    .progressbar #step2:before {
      content: "2";
    }

    .progressbar #step3:before {
      content: "3";
    }

    .progressbar #step4:before {
      content: "4";
    }

    .progressbar #step5:before {
      content: "5";
    }

    .progressbar li:before {
      width: 17px;
      height: 17px;
      line-height: 3px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 11px;
      border: 4px solid grey;
      border-radius: 50%;
      margin: auto;
      color: #000;
      background: white;
    }

    .progressbar li:after {
      content: '';
      width: 100%;
      height: 2px;
      background: #455A64;
      position: absolute;
      left: 0;
      top: 21px;
      z-index: -1;
      top: 50%;
    }

    .progressbar li:last-child:after {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      position: absolute;
      left: -50%
    }

    .progressbar li:first-child:after {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      position: absolute;
      left: 50%
    }

    .progressbar li:last-child:after {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px
    }

    .progressbar li:first-child:after {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px
    }

    .progressbar li.visited:before {
      background: green;
      color: white;
      border: 4px solid green;
    }

    .progressbar li.active:before {
      border: 4px solid green;
    }

    .progressbar li.active:after, .progressbar li.visited:after {
      background: green;
    }

    .progressbar li div {
      position: absolute;
      top: -23px;
      font-size: 13px;
      width: 100%;
      text-align: center;
      font-weight: 600;
    }
	
	.progressbar {
    margin-bottom: 30px;
    color: #455a64;
    padding-left: 0;
    margin-top: 30px;
    padding-bottom: 30px;
    padding-left: 16%;
    }