.circleWrapper {
    width: 75%;
    height: 75%;
    border-radius: 100%;
    position: relative;
    margin: 50px auto;
}

ul.circleWrapper{
    list-style-type: none;
    padding: 0;
    display: block;
}

ul.circleWrapper li{
    display: block;
}
.circleFeature {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 9;
    width: 23%;
    height: 23%;
}

.circleBox {
    width: 50%;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;

}

.circleFeature:hover {
  /* background: #f5f5f5; */
  /* color: #fff; */
  padding: 6px;
  box-sizing: content-box;
  border: 2px solid #ff5a29;
}

.circleBox a {
  color: #ff5a29;
}

ul.circleWrapper li:first-child .circleBox {
    display: block;
}

.circleSelect {
    padding: 6px;
    box-sizing: content-box;
    border: 2px solid #ff5a29 !important;
}

.circleSelect:before,
.circleSelect:after {
  content: '';
  display: block;
  position: absolute;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  border: 1px dotted #ff5a29;
  border-radius: 50%;
}
.circleSelect:before {
  animation: ripple 2s linear infinite;
}

.circleSelect:after {
  animation: ripple 2s linear 1s infinite;
}

@keyframes ripple{
  0% { transform: scale(1); }
  50% { transform: scale(1.25); opacity:0.75; }
  100% { transform: scale(1.5); opacity:0; }
}



.circleFeature span{
    vertical-align: middle;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .circleWrapper:not(.noResponsive) {
        border-radius: 0;
        border:none;
        width: 100%;
        height: auto !important;
    }

    .circleWrapper:not(.noResponsive) li {
        margin-bottom: 20px;
    }
    .circleBox:not(.noResponsive){
        padding: 16px 10px;
        display: block !important;
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .circleFeature:not(.noResponsive){
        position: static;
        display: none ;
        width: 75px;
        height: 75px;
        line-height: 75px !important;
        margin: auto;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }


    .circleSelect:before,
    .circleSelect:after {
      animation: none;
      border: none;
    }

    .circleFeature {
      display: none;
    }

}



  .wStyle1{
      border: 3px dashed #ff5a29;
  }
  .fStyle1{
    background-color: #ff5a29;
    color: #fff;
    font-weight: 600;
  }
  .circle2 {
    box-sizing: border-box;
  }
  
  .fStyle2 {
    background: #fff;
    /* border: 2px dotted #aaa; */
    border: 2px dotted #ff5a29;
  }
  .wStyle2 {
    /* border: 2px dotted #aaa; */
    border: 2px dotted #ff5a29;
  }
  .innerStyle2{
    background-color: #f9f9f9;
    width: 70% !important;
    height: 70% !important;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    padding: 15% 22px;
    color: #504b47;
  }
  .innerStyle3{
    font-size: 25px;
    font-weight: 900;
  }
  .circleSelect3{
    background-color: #fafafa;
  }
  .fStyle4{
    background-color:  #00b786;
    color: #fff;
  }
  
  .fStyle4 span{
    font-size: 23px;
  }
  .wStyle4{
    border:2px solid #00b786;
  }
  
  .circleSelect4:after {
    content: "";
    width: 80%;
    height: 80%;
    border: 2px solid #fff;
    position: absolute;
    z-index: 999;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  @media screen and (max-width: 768px) {
    .innerStyle2 {
      background: none;
    }
  }