
.col-md-4 {
  max-width: 114px;
  padding-left: unset;
  padding-right: unset;
}

.progress__time {
  height: 100px;
  background:#ffffff;
  width: 100px;
  border-radius: 50%;
  position: relative;
}

.progressbar-text {
  position: absolute;
  bottom: 0;
  top: 50%;
  width: 50%;
  transform: translate(50%, -50%);
  font-size: 1rem;
}
.seconds {
  top: 48%;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
}


@media only screen and (max-device-width: 620px) {
  .progressbar-text {
    font-size: 0.8rem;
  }

  .seconds {
    font-size: 1.2rem;
  }
}


.progressbar-js-circle {
  width: 6.25rem;
}

.resend-new__otp {
  border: none;
  color: #29bbb0;
  background: #ffffff;
  padding: 0;
}
