.tabs{
    width:100%;
    height:auto;
    margin:0 auto;
}

/* tab list item */
.tabs .tabs-list{
    list-style:none;
    margin:0px;
    padding:0px;
}
@media only screen and (max-width: 767px){
	.tabs .tabs-list li{width:32.75% !important;}
}
.tabs .tabs-list li{
    width:33.1%;
    float:left;
    margin:0px;
    margin-right:2px;
    padding:15px 5px;
    text-align: center;
    background-color:#063b8b;
    border-radius:3px;
}
.tabs .tabs-list li:hover{
    cursor:pointer;
}
.tabs .tabs-list li a{
    text-decoration: none;
    color:white;
	font-family: "Poppins", sans-serif;
}

/* Tab content section */
.tabs .tab{
    display:none;
    width:100%;
    min-height:250px;
    height:auto;
    border-radius:3px;
    padding:20px 15px;
    background-color:#e8eff3;
    color:darkslategray;
    clear:both;
}
.tabs .tab h3{
    border-bottom:3px solid #063b8b;
    letter-spacing:1px;
    font-weight:normal;
    padding:5px;
	margin-top:0px;
	font-size: 20px;
}
.tabs .tab p{
    line-height:24px;
    letter-spacing: 1px;
	font-family: "Poppins", sans-serif;
}

/* When active state */
.active{
    display:block !important;
}
.tabs .tabs-list li.active{
    background-color:#001c41 !important;
    color:#fff !important;
}
.active a{
    color:black !important;
}

/* media query */
@media screen and (max-width:360px){
    .tabs{
        margin:0;
        width:96%;
    }
    .tabs .tabs-list li{
        width:32% !important;
    }
	.tabs .tabs-list li {
    font-size: 12px !important;}
}

span.list-number{color:#fff;}

.hero-list::after {background-color:#063b8b;}

.active a {
    color: #fff !important;
}
.owl-dots{display: none;}

/*------------------------------------------*/
/*   OPTION LIST
/*------------------------------------------*/

.hero-list {
  position: relative;
}

.hero-list::after {
  content: "";
  display: block;
  position: absolute;
  /*background-color: #fff;*/
  width: 10px;
  height: 10px;
  border-radius: 100%;
  bottom: -15px;
  left: 15px;
  z-index: 3;
}

.hero-list::before {
  content: "";
  display: block;
  position: absolute;
  background-color:#063b8b;
  height: 100%;
  top: 15px;
  left: 19px;
  width: 2px;
  z-index: 3;
}

/*------------------------------------------*/
/*   List Box
/*------------------------------------------*/ 
.list-box {
  padding-right: 20px;
  margin-bottom: 30px;
}

.list-box h5 {
  line-height: 1.4;
  letter-spacing: -0.25px; 
  padding-left: 60px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.list-box h5 span {
  font-weight: 300;
}

span.list-number {
  position: absolute;
  width: 40px;
  height: 40px;  
  background-color: #063b8b;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 20px;  
  line-height: 40px;
  font-weight: 900;
  z-index: 99;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; 
}