.wrapper-sp{
  width: 90%;
  background: none;
  margin: 80px auto;
background: #18181d;
border-radius:100px;
box-shadow: 0 10px 15px 4px rgba(0, 0, 0, .3);
    background: url(../img/content-top-bg.png) center top repeat-x, url(../img/content-bottom-bg.png) center bottom repeat-x;
    background-color: #131621;
}

.wrapper-sp .tabs ul{
  width: 100%;
  height: 120px;
  display: flex;
    border-radius: 70px;
  border: 8px solid rgba(91, 44, 111, 0.3);
  box-shadow: 0px 7px #bb8fce, inset 0px 5px #884ea0, 0px 7px 12px #633974,
    inset 0px 3px 5px #633974;
  background: rgba(91, 44, 111, 0.9);
}

.wrapper-sp .tabs ul li{
  width: 100%;
  height: 120px;
  padding: 0 5px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  color: #8b9393;
  font-size: 14px;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  font-size:10px;
  font-weight:bold;
  padding-top:25px;
  filter:gray!important;-webkit-filter:grayscale(1)!important;filter:grayscale(1)!important;
  border-right:1px solid rgba(255,255,255,0.10);
}

.wrapper-sp .tabs ul li a span{
background-image:url('../img/hero-slider-mini-bg.png');
    display: block;
    width: 80px;
    height: 83px;
    position: relative;
    transition: 0.3s;
    margin: 0 auto;
    filter: brightness(100%) drop-shadow(0px 10px 20px rgba(81, 87, 156, 0.8));
}


.wrapper-sp .tabs ul li:first-child{
  border-top-left-radius: 3px;
}

.wrapper-sp .tabs ul li:last-child{
  border-top-right-radius: 3px;
}

.wrapper-sp .tabs ul li img{
      width: 50px;
    height:50px;
  display: block;
  z-index:0;
  border-radius:50%;
}

.wrapper-sp .content-sp{
  padding: 30px;
  height: 260px;
  border-radius: 3px;
}

.wrapper-sp .content-sp .tab_content-sp{
  font-size: 14px;
  line-height: 22px;
}

.wrapper-sp .tabs ul li.active{
  margin-top:0px;
  color: #44c8fe;
  padding-top:25px;
    filter:gray!important;-webkit-filter:grayscale(0)!important;filter:grayscale(0)!important;
	transform: scale(1.2);
  
}


