
.position { position:absolute; top: 10px; left: 50%; margin-left: -30px; z-index: 10;
  float: left;
}

.progress-bar {
  position: relative;
  height: 60px;
  width: 60px;
}
.mk-567 { clear: both;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 3.3;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1000;}
.progress-bar div {
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.progress-bar div span {
  position: absolute;
  font-family: Arial;
  font-size: 25px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  left: 5px;
  top: 5px;
  text-align: center;
  border-radius: 50%;
  background-color: white; text-indent: -999999px;
}

.progress-bar .background { background-color: #b3cef6; }

.progress-bar .rotate {
  clip: rect(0 30px 60px 0);
  background-color: #4b86db;
}

.progress-bar .left {
  clip: rect(0 30px 60px 0);
  opacity: 1;
  background-color: #b3cef6;
}

.progress-bar .right {
  clip: rect(0 30px 60px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}
 @keyframes 
toggle {  0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
