body {
  overflow-x: hidden;
}

.holderCircle {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  margin: 60px auto;
  position: relative;
}


.dotCircle {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  z-index: 20;
}

.get-quote-button {
  padding: 6px 32px;
  font-style: italic;
  font-weight: bold;
  border: none;
  border-radius: 15px;
  outline: none;
  color: #cfcfcf !important;
  background-image: linear-gradient(to right, #156429, #29af51, #29af51, #156429);
  background-size: 300%;
  background-position: 0 0;
  transition: all .5s ease;
  cursor: pointer;
  text-decoration: none;
  width: max-content;
  margin-inline: auto;
}

.dotCircle .itemDot {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  background: #ffffff;
  color: #248138;
  border-radius: 20px;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  border: 2px solid #e6e6e6;
}

.dotCircle .itemDot .forActive {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.dotCircle .itemDot .forActive::after {
  content: '';
  width: 5px;
  height: 5px;
  border: 3px solid #56c74a;
  bottom: -31px;
  left: -14px;
  filter: blur(1px);
  position: absolute;
  border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
  content: '';
  width: 6px;
  height: 6px;
  filter: blur(5px);
  top: -15px;
  position: absolute;
  transform: rotate(-45deg);
  border: 6px solid #33bb35;
  right: -39px;
}

.dotCircle .itemDot.active .forActive {
  display: block;
}

.round {
  position: absolute;
  left: 40px;
  top: 45px;
  width: 410px;
  height: 410px;
  border: 2px dotted #219045;
  border-radius: 100%;
  -webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
  color: #ffffff;
  transition: 0.5s;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */
  background: #4ac767;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3ba961 0%, #33bb55 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3ba961 0%, #33bb55 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3ba961 0%, #33bb55 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1);
  /* IE6-9 */
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
  -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
}

.dotCircle .itemDot {
  font-size: 40px;
}

.contentCircle {
  width: 250px;
  border-radius: 100%;
  color: #222222;
  position: relative;
  top: 130px;
  left: 0%;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.contentCircle .CirItem {
  border-radius: 100%;
  color: #222222;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  font-size: 15px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin: auto;
  line-height: 250px;
}

.CirItem.active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  transition: 0.5s;
}

.contentCircle .CirItem i {
  font-size: 180px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -90px;
  color: #e0e0e0;
  opacity: 0.1;
}

.title-box .title {
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  z-index: -1;
}

.title-box span {
  text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
  font-weight: 800;
  color: #017835;
}

.title-box p {
  font-size: 17px;
  line-height: 2em;
  color: #c7c7c7;
}

.img-holder img {
  transition: all 900ms ease;
}

.img-holder img:hover {
  transform: translateY(-20px)scale(1.1);
  cursor: pointer;
  transition: all 900ms ease;
}

@media only screen and (min-width:300px) and (max-width:599px) {
  .holderCircle {
    /* width: 300px; height: 300px;*/
    margin: 110px auto;
  }

  .holderCircle::after {
    width: 100%;
    height: 100%;
  }

  .dotCircle {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .holderCircle {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    margin: 60px auto;
    position: relative;
  }

  .round {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    margin-top: 30px;
    width: 250px;
    height: 250px;
    border: 2px dotted #219045;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
  }

  .dotCircle .itemDot {
    font-size: 25px;
  }

  .dotCircle .itemDot {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    background: #ffffff;
    color: #248138;
    border-radius: 20px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
    border: 2px solid #e6e6e6;
  }

  .dotCircle .itemDot .forActive::before {
    content: '';
    width: 6px;
    height: 6px;
    filter: blur(5px);
    top: -15px;
    position: absolute;
    transform: rotate(-45deg);
    border: 6px solid #33bb35;
    right: -19px;
  }

  .contentCircle {
    top: 32%;
    left: 34%;
    width: 200px;
    margin: 0px auto;
    transform: translate(-50%, -50%);
  }

  .title-box p {
    font-size: 12px;
    line-height: 1.5em;
  }

  .CirItem h2 {
    font-size: 22px;
  }

  .contentCircle .CirItem i {
    font-size: 140px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px auto;
    opacity: 0.1;
  }
}

@media only screen and (min-width:600px) and (max-width:767px) {
  .holderCircle {
    /* width: 300px; height: 300px;*/
    margin: 110px auto;
  }

  .holderCircle::after {
    width: 100%;
    height: 100%;
  }

  .dotCircle {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {}

@media only screen and (min-width:992px) and (max-width:1199px) {}

@media only screen and (min-width:1200px) and (max-width:1499px) {}