/* extra small pm-progress */
.pm-progress-all .pm-progress-cont.pm-progress-ex-sm div:nth-child(1){
    height: 35px;
    width: 35px;
    animation: rotate 0.8s infinite linear;
    border: 2px solid #1C4879;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
}
.pm-progress-all .pm-progress-cont.pm-progress-ex-sm div:nth-child(2) {
    width: 0px;
    height: 0;
    border-style: solid;
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #D39E36 transparent;
    position: absolute;
    left: 13.5px;
    top: 6px;
}
.pm-progress-all .pm-progress-cont.pm-progress-ex-sm div:nth-child(3) {
    width: 13.5px;
    height: 0;
    border-style: solid;
    border-width: 0px 2.5px 5px 2.5px;
    border-color: transparent transparent #1C4879 transparent;
    position: absolute;
    left: 11px;
    top: 13.5px;
}
.pm-progress-all .pm-progress-cont.pm-progress-ex-sm div:nth-child(4) {
    width: 20px;
    height: 0;
    border-style: solid;
    border-width: 0px 2.9px 5px 2.9px;
    border-color: transparent transparent #1C4879 transparent;
    position: absolute;
    left: 7.5px;
    top: 20.5px;
}

/* small pm-progress */
.pm-progress-all .pm-progress-cont.pm-progress-sm div:nth-child(1){
    height: 48px;
    width: 48px;
    animation: rotate 0.8s infinite linear;
    border: 3px solid #1C4879;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
}
.pm-progress-all .pm-progress-cont.pm-progress-sm div:nth-child(2) {
    width: 0px;
    height: 0;
    border-style: solid;
    border-width: 0 5.9px 9px 5.9px;
    border-color: transparent transparent #D39E36 transparent;
    position: absolute;
    left: 18.5px;
    top: 7px;
}
.pm-progress-all .pm-progress-cont.pm-progress-sm div:nth-child(3) {
    width: 20.4px;
    height: 0;
    border-style: solid;
    border-width: 0px 4px 7px 4px;
    border-color: transparent transparent #1C4879 transparent;
    position: absolute;
    left: 14.2px;
    top: 18px;
}
.pm-progress-all .pm-progress-cont.pm-progress-sm div:nth-child(4) {
    width: 31px;
    height: 0;
    border-style: solid;
    border-width: 0px 4px 7px 4px;
    border-color: transparent transparent #1C4879 transparent;
    position: absolute;
    left: 9px;
    top: 27px;
}

/* medium pm-progress */
.pm-progress-all .pm-progress-cont div:nth-child(1){
    height: 70px;
    width: 70px;
    animation: rotate 0.8s infinite linear;
    border: 4px solid #1C4879;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
}
.pm-progress-all .pm-progress-cont div:nth-child(2) {
    width: 0px;
    height: 0;
    border-style: solid;
    border-width: 0 7px 12px 7px;
    border-color: transparent transparent #D39E36 transparent;
    position: absolute;
    left: 28px;
    top: 8px;
}
.pm-progress-all .pm-progress-cont div:nth-child(3) {
    width: 32px;
    height: 0;
    border-style: solid;
    border-width: 0px 8px 12px 8px;
    border-color: transparent transparent #1C4879 transparent;
    position: absolute;
    left: 19px;
    top: 22px;
}
.pm-progress-all .pm-progress-cont div:nth-child(4) {
    width: 50px;
    height: 0;
    border-style: solid;
    border-width: 0px 8px 12px 8px;
    border-color: transparent transparent #1C4879 transparent;
    position: absolute;
    left: 10px;
    top: 36px;
}

.pm-progress-all {
  /* background-color: #fff; */
  display: table;
  /* width: 68px; */
  border-radius: 50%;
  /* height: 68px; */
}

.pm-progress-all .pm-progress-cont {
  position:relative;
  height: 50px;
  width: 50px;
}

.pm-progress-all .pm-progress-ex-sm {
	height: 20px;
	width: 30px;
}
