


.switch-section {
  width: 98%;
  height: 45px;
  border-radius: 50px;
  background-color: #2F2F2F;
  margin: 5px auto;
	margin-top: 8px;
  position: relative;
}

.switch {
  float: left;
  height: 45px;
  width: 25%;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  position: relative;
  z-index: 99;
	font-size: 16px;
  color: #ffffff;
}

.active {
  transition: color ease-in-out .3s;
  color: #ffffff;
}

.switch-bg {
  position: absolute;
  width: 25%;
  height: 45px;
  background-color: #2F2F2F;
  border-radius: 50px;
  left: 0;
}



