.progress-bar-wrap {
  max-width: 100%;
  width: 210px;
}
.progress-bar {
  position: relative;
  width: 100%;
  margin: 0px;
  background: transparent;
  color: #212121;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar .progress-bar__body {
  position: absolute;
  right: 50%;
  width: 100%;
  top: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}
.progress-bar .progress-bar__body:after {
  content: '%';
}
.progress-bar .progress-bar__stroke,
.progress-bar .progress-bar__trail {
  stroke-linejoin: round;
}
.progress-bar-horizontal {
  text-align: left;
  margin-bottom: 30px;
}
.progress-bar-horizontal > svg {
  margin-top: 7px;
}
.progress-bar-horizontal .progress-bar__body {
  width: auto !important;
  top: -18px;
  right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.progress-bar-radial {
  position: relative;
  padding-bottom: 100%;
}
.progress-bar-radial > svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  border: 2px solid #ffffff;
  overflow: hidden;
}
.progress-bar-radial .progress-bar__stroke,
.progress-bar-radial .progress-bar__trail {
  stroke-location: outside;
}
.progress-bar-radial.progress-zero .progress-bar__stroke {
  stroke-dasharray: 279, 280 !important;
}
.progress-bar-radial.progress-full .progress-bar__stroke {
  stroke-dasharray: 280, 280 !important;
}
.progress-bar-radial .progress-bar__body {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 48px;
  font-weight: 300;
  line-height: 60px;
}
@media (max-width: 1850px) {
  .progress-bar-radial .progress-bar__body {
    font-size: 30px;
    line-height: 36px;
  }
}
.progress-bar-default .progress-bar__stroke {
  stroke: #2da5ee;
}
.progress-bar-default .progress-bar__trail {
  stroke: #212121;
}
.progress-bar-default.progress-bar-radial .progress-bar__stroke {
  stroke: #2da5ee;
}
.progress-bar-default.progress-bar-radial .progress-bar__trail {
  stroke: #212121;
}