.g5plus-h-progress-bar {
  margin-top: 35px;
}
.g5plus-h-progress-bar small {
  font-size: 100%;
}
.g5plus-h-progress-bar .progress-bar-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  position: absolute;
  top: -30px;
  margin-left: -4px;
}
.g5plus-h-progress-bar .vc_label_units {
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  padding: 0;
  top: -30px;
  height: 24px;
  line-height: 24px;
  right: 0;
}
.g5plus-h-progress-bar.vc_progress_bar .vc_single_bar .vc_bar,
.g5plus-h-progress-bar.vc_progress_bar .vc_single_bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.g5plus-h-progress-bar.vc_progress_bar .vc_single_bar {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.g5plus-h-progress-bar.vc_progress_bar .vc_single_bar .vc_label {
  background: #fff;
}
.g5plus-h-progress-bar.vc_progress-bar-color-primary-color .vc_single_bar .vc_bar {
  z-index: 1;
}
.vc_progress_bar .vc_single_bar .vc_label {
  padding: 0;
  min-height: 1px;
}
.vc_progress_bar .vc_single_bar:last-child {
  margin-bottom: 0 !important;
}
