  .cpb-container {
      width: 100%;
      margin-top:20px;  }
  .cpb-progressbar {
      width:100%;
      margin:0;
  }
  
  .cpb-progressbar li {
      list-style-type: none;
      width: 33%;
      float: left;
     /*  font-size: 90%; */
      position: relative;
      text-align: center;
      color: #7d7d7d;
  }
  .cpb-progressbar li:before {
      width: 40px;
      height: 40px;
      line-height: 40px;
      border: 2px solid #7d7d7d;
      display: block;
      text-align: center;
      margin: 0 auto 5px auto;
      border-radius: 50%;
      background-color: white;
  }
  
  .cpb-1:before{
  font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f234";
  }
  
  .cpb-2:before{
    font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f007";
  } 
  
  .cpb-3:before{
    font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f124";
  } 
  
  .cpb-progressbar li:after {
      width: 100%;
      height: 2px;
      content: '';
      position: absolute;
      background-color: #7d7d7d;
      top: 20px;
      left: -50%;
      z-index: -1;
  }
  .cpb-progressbar li:first-child:after {
      content: none;
  }
  .cpb-progressbar li.cpb-active {
      color: #55b776;
      }
      
   .cpb-progressbar li.cpb-next {
      color: #CC5500;
      }
      
    
  .cpb-progressbar li.cpb-active:before {
      border-color: #55b776;
      font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f00c";
  }
  
  .cpb-progressbar li.cpb-next:before {
      border-color: #CC5500;
    }
  
  .cpb-progressbar li.cpb-active + li:after {
      background-color: #55b776;
  }
