.g5plus-h-progress-bar
{
  &.value_style0 .vc_label_units {
    left: 0;
    right: auto;
    text-align: left;
  }
  &.value_style1 .vc_label_units,
  &.value_style2 .vc_label_units,
  &.value_style3 .vc_label_units {
    left: -21px;
    right: auto;
  }
  &.value_style1 .vc_label_units:before {
    right: 15px;
    left: auto;
  }
  &.value_style2 .vc_label_units{
    left: 0;
    right: auto;
  }
  &.value_style3 .vc_label_units {
    left: -42px;
    right: auto;
  }
  &.value_style2 .vc_label_units:before,
  &.value_style3 .vc_label_units:before {
    border-right: 0;
    border-left: 10px solid transparent;
    right: 0;
    left: auto;

  }
  &.value_style3 .vc_label_units {
    left: 0;
    right: auto;
  }
  &.style2 .progress-bar-title,
  &.style4 .progress-bar-title {
    padding-right: 10px;
    padding-left: 0;
  }
  &.style4 .progress-bar-title {
    left: 15px;
    right: auto;
  }
}