@media only screen and (max-width: 1199px) {
  .rs-banner.banner-style6 {
    padding: 200px 0 !important;
    background-position: top left 40% !important;
    background-size: contain;
    background-size: auto;
  }

  .rs-banner.banner-style6 .title {
    font-weight: 700;
    font-size: 110px;
    line-height: 1;
    margin-top: -140px;
  }

  .sec-title220 .title {
    font-size: 35px !important;
    color: #043d72 !important;
    margin-bottom: 18px !important;
  }
}

.progress_a {
  width: 150px;
  height: 150px;
  font-size: 30px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  line-height: 150px;
  margin: 20px;
}

.progress_a::after {
  content: "";
}

.progress_a .title {
  position: relative;
  z-index: 100;
}

.progress_a .overlay {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.progress_a .left,
.progress_a .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #dd2ea5;
  border-radius: 100px 0px 0px 100px;
  border-right: 0;
  transform-origin: right;
}

.progress_a .left {
  animation: load1 1s linear forwards;
}

.progress_a:nth-of-type(2) .right,
.progress_a:nth-of-type(3) .right {
  animation: load2 0.5s linear forwards 1s;
}

.progress_a:last-of-type .right,
.progress_a:first-of-type .right {
  animation: load3 0.8s linear forwards 1s;
}

@keyframes load1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

@keyframes load2 {
  0% {
    z-index: 100;
    transform: rotate(180deg);
  }

  100% {
    z-index: 100;
    transform: rotate(270deg);
  }
}

@keyframes load3 {
  0% {
    z-index: 100;
    transform: rotate(180deg);
  }

  100% {
    z-index: 100;
    transform: rotate(315deg);
  }
}
