.header-bar {
    position: fixed;
    top: 60px;
    z-index: 1;
    width: 100%;
    background-color: #f1f1f1;
  }
  
.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
  }
  
  .progress-bar {
    height: 8px;
    background: #04AA6D;
    width: 0%;
  }
  @media only screen and (max-width: 600px) {
    .header-bar {
        top: 68px;
    }
}