/* ===== 11. Circle Progress Area CSS ===== */
.dt_circle_area {
  background-color: #fff;
  padding: 0;
}
.witr_cp_class {
  position: relative;
}
.witr_circle_area {
  text-align: center;
  margin-bottom: 30px;
}
.witr_cir_text {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  font-size: 22px;
  transform: translateX(-50%) translateY(-50%);
  font-weight: 700;
  color: #222222;
}
.witr_circle_title {
  margin-top: 10px;
}

.witr_circle_title h3{font-size: clamp(14px, 1.3vw, 24px);}


.witr_cp_class canvas{height: 110px !important;width: 110px !important;}