.text-subhead {
  font-size: 48px !important;
}
.main-menu ul li a {
  display: block;
  color: #4f4f4f;
  font-weight: 700;
  padding: 20px 0;
  position: relative;
  /* font-size: 20px; */
}
.breadcrumb-title {
  width: 40%;
}
.progress-bar_1 {
  width: 150px;
  height: 150px;
  border-radius: 50%;

  background: radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(#e11d07 25%, #3f151c 0);
}
.progress-bar_2 {
  width: 150px;
  height: 150px;
  border-radius: 50%;

  background: radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(#e11d07 20%, #3f151c 0);
}
.progress-bar_3 {
  width: 150px;
  height: 150px;
  border-radius: 50%;

  background: radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(#e11d07 30%, #3f151c 0);
}
.progress-bar_4 {
  width: 150px;
  height: 150px;
  border-radius: 50%;

  background: radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(#e11d07 100%, #3f151c 0);
}
.radial_span {
  font-size: 38px;
  width: 100%;
  position: relative;
  top: -18%;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.radial {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.radial_heads {
  font-size: 20px;
  text-align: center;
}

.list-check {
  display: flex;
  gap: 20px;
}
@media (max-width: 1440px) {
  .breadcrumb-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .radial {
    width: 100%;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  h2 {
    font-size: 20px;
  }
  .breadcrumb-title h2 {
    font-size: 18px;
  }
  .about-title h2 {
    text-align: center;
  }
  .breadcrumb-title h2 {
    font-size: 30px;
    text-align: center;
  }
  .breadcrumb-area {
    background-position: left;
  }
  .breadcrumb-title {
    width: 100%;
  }
  .min_height_100 {
    min-height: 400px;
  }
  .about-title h2 {
    margin-top: 20px;
  }
}
