.kidsjoy_style-progressbar-content {
  position: relative;
  margin-bottom: 2.1875em;
}

.kidsjoy_style-progressbar-content:last-child {
  margin-bottom: 0;
}

.progress-value {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -45px;
  font-family: var(--highlight-font-family);
  font-size: var(--font-size-h5);
  color: var(--global-font-title);
}

.kidsjoy_style-progress-bar {
  border-radius: 1.125em;
  height: 0.75em;
  position: relative;
  width: 100%;
  margin: 0.625em 0 0;
  border-radius: 1.125em;
}

.kidsjoy_style-progress-bar .show-progress {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 1.125em;

}

.kidsjoy_style-progressbar-content .progress-title {
  font-family: var(--highlight-font-family);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-h5);
  letter-spacing: var(--letter-spacing-one);
  text-transform: capitalize;
  color: var(--global-font-title);
}

.kidsjoy_style-progress-orange-light .kidsjoy_style-progress-bar .show-progress{
  background-image: repeating-linear-gradient(-65deg, var(--color-theme-primary-light) 0 1.25em, var(--color-theme-primary) 1.25em 2.5em);
}

.kidsjoy_style-progress-yellow-light .kidsjoy_style-progress-bar .show-progress{
  background-image: repeating-linear-gradient(-65deg, var(--color-theme-yellow-light) 0 1.25em, var(--color-theme-yellow) 1.25em 2.5em);
}

.kidsjoy_style-progress-orange-light .kidsjoy_style-progress-bar{
  background: var(--color-theme-primary-light) none repeat scroll 0 0;
}

.kidsjoy_style-progress-yellow-light .kidsjoy_style-progress-bar{
  background: var(--color-theme-yellow-light) none repeat scroll 0 0;
}

@media(max-width: 767px){
  .kidsjoy_style-progressbar-box .progress-value, .kidsjoy_style-progressbar-content .progress-title{
    font-size: inherit;
  }

}