/*------------------------------------------------
    //Progressbar
------------------------------------------------*/

.advanced_addons_radius_progressbar.type-1 .ProgressBar-circle,
.advanced_addons_radius_progressbar.type-1 .ProgressBar-background {
  fill: none;
  stroke: #2f2f2f;
  stroke-width: 10px;
  stroke-linecap: round;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  position: relative;
  z-index: 10;
}

.advanced_addons_radius_progressbar.type-1::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 12px;
    height: 132px;
    width: 132px;
    border: 2px solid #eeeeee;
    border-radius: 50%;
}

.advanced_addons_radius_progressbar.type-1 {
    display: inline-block;
}

.advanced_addons_radius_progressbar.type-1 .progress_bar_parcentage {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    color: #8d8d8d;
    font-size: 24px;
}

.advanced_addons_radius_progressbar.type-2 svg,
.advanced_addons_radius_progressbar.type-1 svg
{
    transform: rotate(-90deg);
        height: 155px;
}
.advanced_addons_radius_progressbar.type-3 svg{
    transform: rotate(-90deg);
    height: 180px;
    width: 180px;
}
.advanced_addons_radius_progressbar.type-3 .progress_bar_parcentage {
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    color: #6bc3c3;
    font-size: 18px;
    height: 70px;
    width: 70px;
    background: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 40px rgba(0,0,0,.40);
    z-index: 5;
    font-weight: 600;
}
.advanced_addons_radius_progressbar.type-2 .progress_bar_parcentage {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    color: #fff;
    font-size: 24px;
}
.progress-label.type-1 {
    font-size: 16px;
    color: #727272;
}
.progress-label.type-2 {
    letter-spacing: 5px;
    font-size: 14px;
}
.advanced_addons_radius_progressbar.type-2 .progress_bar_parcentage {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    color: #9f97ce;
    font-size: 18px;
    font-weight: 600;
}
.advanced_addons_radius_progressbar.type-2::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 155px;
    width: 155px;
    border: 12px solid #3b1d82;
    border-radius: 50%;
}
.advanced_addons_radius_progressbar.type-3::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    height: 170px;
    width: 170px;
    border: 51px solid #eaf6f6;
    border-radius: 50%;
}
.progress-label.type-3 {
    letter-spacing: 5px;
    font-size: 15px;
    color: #6bc3c3;
}

@media (max-width: 767px){
    .advanced_addons_radius_progressbar_outer.type-2 {
        margin-bottom: 20px;
    }
    .advanced_radius_progressbar_outer.type-3 {
    margin-bottom: 15px;
}
}