.safewayContest_timer_content_right .circles-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.safewayContest_timer_content_right .loader {
    position: relative;
    user-select: none;
    box-sizing: border-box;
    width: 150px;
    height: 150px;
}
.safewayContest_timer_content_right .loader-bg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    border: 5px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.safewayContest_timer_content_right .safewayContest-holder-one {
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
    width: 50%;
    height: 50%;
    background: transparent;
    box-sizing: border-box;
}
.safewayContest_timer_content_right .safewayContest-holder-two {
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
    box-sizing: border-box;
}
.safewayContest_timer_content_right .loader-safewayContest {
    width: 200%;
    height: 200%;
    border-radius: 50%;
    border: 5px solid rgb(135, 206, 235);
    box-sizing: border-box;
}  
.safewayContest_timer_content_right .animate-0-25-a {
    transform: rotate(90deg);
    transform-origin: 100% 100%;
}
.safewayContest_timer_content_right .animate-0-25-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.safewayContest_timer_content_right .animate-25-50-a {
    transform: rotate(180deg);
    transform-origin: 100% 100%;
}
.safewayContest_timer_content_right .animate-25-50-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.safewayContest_timer_content_right .animate-50-75-a {
    transform: rotate(270deg);
    transform-origin: 100% 100%;
}
.safewayContest_timer_content_right .animate-50-75-b {
    transform: rotate(-90deg);
    transform-origin:100% 100%;
}
.safewayContest_timer_content_right .animate-75-100-a {
    transform: rotate(0deg);
    transform-origin: 100% 100%;
}
.safewayContest_timer_content_right .animate-75-100-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.safewayContest_timer_content_right .text {
    text-align: center;
    font-size: 20px;
    color: rgb(135, 206, 235);
    font-weight: bold;  
}

.safewayContest_timer_content_right .loader-bg {
  border-color: rgba(255,255,255,0.2);
}

.safewayContest_timer_content_right .loader-safewayContest {
  border-color: rgb(135, 206, 235);
}

.safewayContest_timer_content_right .yellow .loader-bg {
  border-color: rgba(255,255,255,0.1);
}
.safewayContest_timer_content_right .yellow .text {
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-family: "cera_probold", sans-serif;
  font-weight: 700;
}
.safewayContest_timer_content_right .yellow .loader-safewayContest {
  border-color: #fff;
}
.safewayContest_timer_content_right .yellow.circle-loaded-75 .text {
  color: #fff !important;
}
.safewayContest_timer_content_right .yellow.circle-loaded-75 .loader-safewayContest {
  border-color: #fff !important;
}

@media(max-width:767px) {
.safewayContest_timer_content_right .yellow .text {
      line-height: 1.15 !important;
  }
}
@media(max-width:479px) {
  .safewayContest_timer_content_right .yellow .text {
    font-size: 13px !important;
}
}
@media(max-width:375px) {
  .safewayContest_timer_content_right .yellow .text {
      font-size: 12px !important;
  }
  .safewayContest_timer_content_right .loader {
    height: 105px !important;
    width: 105px !important;
  }
  .safewayContest_timer_content_right .yellow .text {
    font-size: 11px !important;
}
}