.custom-progress-bar {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.custom-progress-fill {
  background: #173a72;
  color: #fff;
  border-radius: 15px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
  width: 0%;
  font-size: 14px;
  transition: width .25s ease;
}

#gf_progressbar_wrapper_11, #gf_progressbar_wrapper_12 {
    margin-bottom: 20px;
}