.tab{
    margin-top: 30px;
}
.tab .nav-tabs{
    border:none;
    border-bottom: 1px solid #0e4862;
	padding-bottom:0;
}
.nav-tabs li a{
    padding: 15px 40px;
    border-top: 2px solid #41494b;
    border-right: 0px none;
    background: #a2ca23;
    color:#41494b;
    border-radius: 0px;
    margin-right: 0px;
    font-weight: bold;
    transition: all 0.3s ease-in 0s;
}
.nav-tabs li a:hover{
    border-bottom-color: #41494b;
    border-right: 0px none;
    background: #41494b;
    color: #fff;
}
.nav-tabs>li {
    float: left;
    margin-bottom: 0.8px;
}
.nav-tabs li a i{
    display: inline-block;
    text-align: center;
    margin-right:10px;
}
.nav-tabs li:last-child{
    border-right:none;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover{
    border-top: 3px solid #a2ca23;
    border-right: 1px solid #41494b;
    margin-top: -14px;
    color: #ffffff;
    padding: 22px 40px;
	background: #41494b;
}
.tab .tab-content{
    padding: 20px 0 0 0;
}
.tab .tab-content h3{
    margin-top: 0;
}
@media (max-width:920px) {
	.nav-tabs li a {
    	padding: 15px 30px;
	}
}
@media only screen and (max-width: 767px){
    .nav-tabs li{
        width:50%;
        margin-bottom: 0px;
		text-align:center;
    }
    .nav-tabs li a{
        padding: 10px 8px;
		font-size:14px;
		text-align: center;
    }
    .nav-tabs li.active a,
    .nav-tabs li.active a:focus,
    .nav-tabs li.active a:hover{
        padding: 10px 8px;
        margin-top: 0;
		font-size:14px;
		text-align: center;
    }
	.tab {
		margin-top: 0;
	}
}