.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  /*background-color: #f1f1f1;*/
}

.progress-container {
  width: 100%;
  height: 5px;
  background: rgb(40,75,123);
  position: fixed;
  z-index: 25;
}

.progress-bar {
  height: 5px;
  background: #ff0000;
  /*linear-gradient(90deg, rgba(40,75,123,1) 0%, rgba(20,37,61,1) 100%);: 0%;*/
}

.progress-bar {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  /*background-color: #007bff;*/
  transition: width .6s ease;
}

