* {
  box-sizing: border-box;
}

ul.tabsc {
  font-size: 0;
  position: relative;
  padding: 0;
  width: 100%;
  margin: 10px auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

ul.tabsb {
  font-size: 0;
  position: relative;
  padding: 0;
  width: 100%;
  margin: 10px auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

ul.tabsa {
  font-size: 0;
  position: relative;
  padding: 0;
  width: 100%;
  margin: 10px auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}



ul.tabsb li {
  display: inline-block;
  width: 33%;
  height: 40px;
  background-color: #5caebd;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #f5f5f5;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

ul.tabsa li {
  display: inline-block;
  width: 50%;
  height: 40px;
  background-color: #5caebd;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #f5f5f5;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

ul.tabsc li {
  display: inline-block;
  width: 50%;
  height: 40px;
  background-color: #5caebd;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #f5f5f5;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  cursor: pointer;
} 
ul.tabsb .slider2{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  border-radius:4px;
}
/*  tab */

ul.tabsa .slider1 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  border-radius:4px;
}
/*  tab */

ul.tabsc .slider3 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  border-radius:4px;
}

.taba {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  position: absolute;
  opacity: 1;
}

.tabb {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  position: absolute;
  opacity: 1;
}

.tabc {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  position: absolute;
  opacity: 1;
}

.tabEffect {
  -webkit-animation: tabDrop .6s linear;
          animation: tabDrop .6s linear;
}

@-webkit-keyframes tabDrop {
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes tabDrop {
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}


div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontenta {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.tabcontenta {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

.tabcontentb {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.tabcontentb {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

.tabcontentc {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.tabcontentc {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
/*text-style*/

