.donut-desktop-holder .donut-holder {
  position: relative;
  height: 800px;
}

.donut-holder {
  position: relative;
}

.donut.donut1 {
  position: absolute;
  top: 0;
  left: 160px;
  width: 396px;
  z-index: 1;
}

.donut.donut1 a {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  top: 10%;
}

.donut {
  transition: all 0.3s ease-in-out;
}

.donut:hover {
  transform: scale(1.1);
  transform-origin: center center;
}

.donut.donut2 {
  position: absolute;
  left: 480px;
  top: 80px;
  width: 240px;
  z-index: 1;
}

.donut.donut2 a {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 40px;
  right: 0;
  width: 50%;
  margin: 0 auto;
  top: 30%;
}

.donut.donut3 {
  position: absolute;
  left: 372px;
  top: 430px;
  width: 321px;
  z-index: 1;
}

.donut.donut3 a {
  text-align: center;
  color: #fff;
  position: absolute;
  left: -90px;
  right: 0;
  width: 50%;
  margin: 0 auto;
  top: 18%;
}

.donut.donut4 {
  position: absolute;
  left: 20px;
  top: 430px;
  width: 321px;
  z-index: 1;
}

.donut.donut4 a {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: -90px;
  width: 50%;
  margin: 0 auto;
  top: 25%;
}

.donut.donut5 {
  position: absolute;
  left: 0;
  top: 80px;
  width: 240px;
  z-index: 1;
}

.donut.donut5 a {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 40px;
  width: 50%;
  margin: 0 auto;
  top: 30%;
}

.donut a i {
  display: block;
}

.donut.donut3 a i {
  position: relative;
  right: -90px;
  top: 0px;
}

.donut.donut4 a i {
  position: relative;
  left: -90px;
  top: -15px;
}

.full-circle {
  display: none;
}

.shape-image-holder img {
  max-width: initial !important;
}

.donut.donut1 .shape-image-holder {
  position: absolute;
  left: -22px;
  top: 0;
  z-index: 999;
  opacity: 1;
  transition: 1s ease-in;
  display: none;
}
.donut.donut1:hover .shape-image-holder {
  display: block;
  position: absolute;
  left: -21px;
  top: -2px;
  z-index: 999;
  opacity: 1;
}

.donut.donut1:hover .shape {
  display: block;
  opacity: 0;
}

.donut.donut1 .shape-image-holder a {
  text-align: left;
  line-height: 16px;
  top: 30%;
  width: 60%;
}

.donut.donut1 .shape-image-holder a span {
  padding-top: 10px;
  border-bottom: 2px solid #ed8b00;
  display: inline-block;
}

.donut.donut2 .shape-image-holder {
  position: absolute;
  left: -24px;
  top: -21px;
  opacity: 1;
  transition: 1s ease-in;
  display: none;
}
.donut.donut2:hover .shape-image-holder {
  display: block;
  position: absolute;
  left: -24px;
  top: -21px;
  opacity: 1;
}

.donut.donut2:hover .shape {
  display: block;
  opacity: 0;
}

.donut.donut2 .shape-image-holder a {
  text-align: left;
  line-height: 16px;
  top: 50%;
  width: 62%;
  left: 28%;
}

.donut.donut2 .shape-image-holder a span {
  padding-top: 10px;
  border-bottom: 2px solid #ed8b00;
  display: inline-block;
}

.donut.donut3 .shape-image-holder {
  position: absolute;
  left: -20px;
  top: -20px;
  opacity: 1;
  transition: 1s ease-in;
  display: none;
}
.donut.donut3:hover .shape-image-holder {
  display: block;
  position: absolute;
  left: -20px;
  top: -20px;
  opacity: 1;
}

.donut.donut3:hover .shape {
  display: block;
  opacity: 0;
}

.donut.donut3 .shape-image-holder a {
  text-align: left;
  line-height: 16px;
  top: 50%;
  width: 60%;
  left: 0%;
}

.donut.donut3 .shape-image-holder a span {
  padding-top: 10px;
  border-bottom: 2px solid #ed8b00;
  display: inline-block;
}

.donut.donut4 .shape-image-holder {
  position: absolute;
  left: -20px;
  top: -20px;
  opacity: 1;
  transition: 1s ease-in;
  display: none;
}
.donut.donut4:hover .shape-image-holder {
  display: block;
  position: absolute;
  left: -20px;
  top: -20px;
  opacity: 1;
}

.donut.donut4:hover .shape {
  display: block;
  opacity: 0;
}

.donut.donut4 .shape-image-holder a {
  text-align: left;
  line-height: 16px;
  top: 50%;
  width: 60%;
  left: 20%;
}

.donut.donut4 .shape-image-holder a span {
  padding-top: 10px;
  border-bottom: 2px solid #ed8b00;
  display: inline-block;
}

.donut.donut5 .shape-image-holder {
  position: absolute;
  left: -6px;
  top: -24px;
  opacity: 1;
  transition: 1s ease-in;
  display: none;
}
.donut.donut5:hover .shape-image-holder {
  display: block;
  position: absolute;
  left: -6px;
  top: -24px;
  opacity: 1;
}

.donut.donut5:hover .shape {
  display: block;
  opacity: 0;
}

.donut.donut5 .shape-image-holder a {
  text-align: left;
  line-height: 16px;
  top: 50%;
  width: 70%;
  left: 10%;
}

.donut.donut5 .shape-image-holder a span {
  padding-top: 10px;
  border-bottom: 2px solid #ed8b00;
  display: inline-block;
}

.donut-mobile-holder > .donut-mobile {
  display: none;
}

.donut-mobile-holder a {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.donut-mobile-holder a span {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  padding: 0 0 0 10px;
}

.donut-mobile-holder .donut-mobile-image img {
  width: 100%;
}

.donut-mobile-holder .donut-mobile-image {
  position: relative;
}

.donut-mobile-holder .donut-mobile-image a {
  position: relative;
  bottom: 0;
  left: 0;
  color: #fff;
  display: inline-block;
  margin: 0 0 0 16px;
}

.donut-mobile-holder .donut-mobile-image a.btn {
  padding-left: 0;
  padding-right: 0;
}

.donut-mobile-holder .donut-mobile-image a.btn::after {
  bottom: 2px;
}

.donut-mobile-holder .donut-mobile-image a.btn:hover::after {
  bottom: 0;
}

.donut-mobile-holder .donut-mobile-image .hr-text {
  position: absolute;
  bottom: 15px;
  z-index: 2;
}

.donut-mobile-holder .donut-mobile-image .hr-text p {
  color: #fff;
  margin-left: 15px;
}

.donut-mobile-holder .donut-mobile-image a span {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 10px 0 0 0;
  border-bottom: 2px solid #ed8b00;
}

.img-overlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
}

@media screen and (min-width: 980px) {
  .donut-desktop-holder .donut-holder {
    width: 720px;
    margin: 0 auto;
    margin-top: 50px;
  }
}

@media screen and (min-width: 576px) and (max-width: 979px) {
  .donut-desktop-holder .donut-holder {
    width: 520px;
    margin: 0 auto;
    height: 570px;
    margin-top: 50px;
  }

  .donut.donut1 {
    left: 110px;
  }

  .donut.donut1 a {
    width: 80%;
    font-size: 12px;
    line-height: 16px;
  }

  .donut.donut1,
  .donut.donut1 svg.shape {
    width: 290px;
    height: auto;
  }

  .donut.donut2 {
    left: 340px;
    top: 60px;
  }

  .donut.donut2 a {
    width: 70%;
    font-size: 12px;
    line-height: 16px;
  }

  .donut.donut2,
  .donut.donut2 svg.shape {
    width: 170px;
    height: auto;
  }

  .donut.donut3 {
    left: 262px;
    top: 310px;
  }

  .donut.donut3 a {
    top: 6%;
    font-size: 12px;
    line-height: 16px;
    width: 56%;
  }

  .donut.donut3 a i {
    top: 20px;
  }

  .donut.donut3,
  .donut.donut3 svg.shape {
    width: 230px;
    height: auto;
  }

  .donut.donut4 {
    top: 310px;
    left: 12px;
  }

  .donut.donut4 a {
    font-size: 12px;
    line-height: 16px;
    top: 10%;
  }

  .donut.donut4 a i {
    top: 15px;
  }

  .donut.donut4,
  .donut.donut4 svg.shape {
    width: 230px;
    height: auto;
  }

  .donut.donut5 {
    top: 60px;
  }

  .donut.donut5 a {
    width: 60%;
    font-size: 12px;
    line-height: 16px;
    top: 25%;
  }

  .donut.donut5,
  .donut.donut5 svg.shape {
    width: 170px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .donut a span {
    display: none;
  }

  .donut.donut1 a {
    top: 30%;
  }

  .donut.donut2 a,
  .donut.donut5 a {
    top: 45%;
  }

  .donut.donut3 a i {
    right: -40px;
    top: 50px;
  }

  .donut.donut4 a i {
    left: -20px;
    top: 35px;
  }

  .donut.donut1:hover .shape-image-holder,
  .donut.donut2:hover .shape-image-holder,
  .donut.donut3:hover .shape-image-holder,
  .donut.donut4:hover .shape-image-holder,
  .donut.donut5:hover .shape-image-holder {
    display: none;
  }

  .donut.donut1:hover .shape,
  .donut.donut2:hover .shape,
  .donut.donut3:hover .shape,
  .donut.donut4:hover .shape,
  .donut.donut5:hover .shape {
    display: block;
    opacity: 1;
  }

  .donut.donut1 .shape-image-holder,
  .donut.donut2 .shape-image-holder,
  .donut.donut3 .shape-image-holder,
  .donut.donut4 .shape-image-holder,
  .donut.donut5 .shape-image-holder {
    display: none;
  }
}

@media (max-width: 575px) {
  .donut-desktop-holder .donut-holder {
    width: 305px;
    margin: 0 auto;
    height: 340px;
  }

  .donut.donut1 {
    left: 67px;
    top: 23px;
  }

  .donut.donut1,
  .donut.donut1 svg.shape {
    width: 170px;
    height: auto;
  }

  .donut.donut2 {
    left: 202px;
    top: 57px;
  }

  .donut.donut2,
  .donut.donut2 svg.shape {
    width: 100px;
    height: auto;
  }

  .donut.donut3 {
    left: 160px;
    top: 206px;
  }

  .donut.donut3,
  .donut.donut3 svg.shape {
    width: 135px;
    height: auto;
  }

  .donut.donut4 {
    top: 206px;
    left: 10px;
  }

  .donut.donut4,
  .donut.donut4 svg.shape {
    width: 135px;
    height: auto;
  }

  .donut.donut5 {
    top: 55px;
  }

  .donut.donut5,
  .donut.donut5 svg.shape {
    width: 100px;
    height: auto;
  }

  .donut.donut2 a,
  .donut.donut5 a {
    top: 30%;
    left: 16px;
  }

  .donut.donut1 a {
    top: 10%;
  }

  .donut.donut3 a {
    left: 0;
  }

  .donut.donut3 a i,
  .donut.donut4 a i {
    position: initial;
  }

  .donut.donut4 a {
    right: 0;
  }

  .donut.donut1 a i svg,
  .donut.donut2 a i svg,
  .donut.donut3 a i svg,
  .donut.donut4 a i svg,
  .donut.donut5 a i svg {
    width: 50px;
  }
}

@media screen and (min-width: 576px) and (max-width: 979px) {
  .donut.donut1:hover .shape-image-holder {
    left: -18px;
    top: -8px;
  }
  .donut.donut1 .shape-image-holder img,
  .donut.donut1:hover .shape-image-holder img {
    width: 328px;
  }

  .donut.donut2:hover .shape-image-holder {
    position: absolute;
    left: -22px;
    top: -24px;
  }
  .donut.donut2 .shape-image-holder img,
  .donut.donut2:hover .shape-image-holder img {
    width: 200px;
  }
  .donut.donut2 .shape-image-holder a {
    top: 47%;
    width: 54%;
    left: 27%;
  }

  .donut.donut3:hover .shape-image-holder {
    position: absolute;
    left: -10px;
    top: -21px;
  }
  .donut.donut3 .shape-image-holder img,
  .donut.donut3:hover .shape-image-holder img {
    width: 260px;
  }
  .donut.donut3 .shape-image-holder a {
    line-height: 16px;
    top: 36%;
    width: 53%;
    left: -13%;
  }

  .donut.donut4:hover .shape-image-holder {
    position: absolute;
    left: -19px;
    top: -18px;
  }
  .donut.donut4 .shape-image-holder img,
  .donut.donut4:hover .shape-image-holder img {
    width: 260px;
  }
  .donut.donut4 .shape-image-holder a {
    top: 35%;
    width: 48%;
    left: -3%;
  }

  .donut.donut5:hover .shape-image-holder {
    left: -14px;
    top: -24px;
  }
  .donut.donut5 .shape-image-holder img,
  .donut.donut5:hover .shape-image-holder img {
    width: 200px;
  }
  .donut.donut5 .shape-image-holder a {
    top: 50%;
    width: 62%;
    left: 5%;
  }
}
