.holderCircle {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  position: relative;
    margin: 0 auto;
}
.dotCircle {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  z-index: 20;
}
.dotCircle .itemDot {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  background: #ffffff;
  color: #7d4ac7;
  -webkit-border-radius: 15px 25px;
  -moz-border-radius: 15px 25px;
  border-radius: 15px 25px;
  text-align: center;
  line-height: 67px;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  border: 2px double #000000;
  transition: 0.5s;
}
.dotCircle .itemDot img {
    width: 50px;
}
.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;
   background: rgb(69,183,109);
background: linear-gradient(135deg, rgba(69,183,109,1) 0%, rgba(237,182,29,1) 50%, rgba(232,24,80,1) 100%); 
  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 #E81850;
  right: -39px;
}
.dotCircle .itemDot.active .forActive {
  display: block;
}
.round {
  position: absolute;
  left: 40px;
  top: 45px;
  width: 410px;
  height: 410px;
  border: 2px solid #1B1D50;
  background: rgb(69,183,109);
  background: linear-gradient(135deg, rgba(69,183,109,0.2) 0%, rgba(237,182,29,0.2) 50%, rgba(232,24,80,0.2) 100%); 
  border-radius: 100%;
  -webkit-animation: rotation 100s infinite linear;
}
.dotCircle .itemDot:hover, .dotCircle .itemDot.active {
  color: #ffffff;
     /*background: rgb(69,183,109);
   background: linear-gradient(135deg, rgba(69,183,109,1) 0%, rgba(237,182,29,1) 50%, rgba(232,24,80,1) 100%); */
    background: #FFEBC3;
    border: 2px double #E81850;
  -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);
  transition: 0.5s;
}
.dotCircle .itemDot {
  font-size: 40px;
}
.contentCircle {
  width: 250px;
  border-radius: 100%;
  color: #222222;
  position: relative;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.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;
}
.title-box .title {
  position: relative;
  z-index: -1;
}
.title-box span {
  font-weight: 600;
  color: #E81850;
  font-size: 28px;
}
.title-box p {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
    color: #343434;
}
@media only screen and (max-width:599px) {
    .holderCircle {
        display: none;
    }
}
@media only screen and (min-width:600px) {
    .moo-extensive-catalog-mbl {
        display: none;
    }
}
/*@media only screen and (min-width:600px) and (max-width:767px) {}
@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) {}*/
