.block-progress-circle {
    text-align: center;
}

.block-progress-circle h4 {
    text-transform: uppercase;
    color: #00603F;
    letter-spacing: 0.05rem;
}

.circle-wrap {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background: #fefcff;
    border-radius: 50%;
    border: 1px solid #cdcbd0;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
    width: 200px;
    height: 200px;
    position: absolute;
    border-radius: 50%;
}
  
.circle-wrap .circle .mask {
    clip: rect(0px, 200px, 200px, 100px);
}
  
.circle-wrap .inside-circle {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: white;
    line-height: 165px;
    text-align: center;
    margin-top: 14px;
    margin-left: 14px;
    color: #00603F;
    position: absolute;
    z-index: 3;
    font-weight: 700;
    font-size: 3rem;
    border: 0px solid #cdcbd0;
}
  
/* color animation */
  
/* 3rd progress bar */
.mask .fill {
    clip: rect(0px, 100px, 200px, 0px);
    background-color: #ADBF00;
}