#tabs{
margin:40px 0px;		
}

ul#tabNavigation {
 padding:0 0 0 0px;
  margin: 0;
  width: 100%;
  height: 60px;
}

ul#tabNavigation li {
 height: 60px;
  float: left;
  margin: 0 0 0 5px;
  list-style-type: none; 
  list-style:none;
}

ul#tabNavigation li a {
	

background:#3d5ae1;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  
  border:1px solid #3d5ae1;
  color: #ffffff;
  font-weight: 700;
text-transform: uppercase; 
font-family:"Oswald", sans-serif; 
letter-spacing:1px;
	font-size: 14px;
  text-decoration: none;
 display: block;
 box-sizing: content-box;
}

ul#tabNavigation li a.selected {
  border-bottom:5px solid #3d5ae1;
  color: #494a4e;
 background: transparent;
 outline: none;
       transition: 0.4s ease-in-out;
	  -webkit-transition: 0.4s ease-in-out;
	  -moz-transition: 0.4s ease-in-out;
}


.tab-classic{
  width:100%;
  height:auto;
  padding:20px 20px 50px 20px;
box-shadow: 0 0 50px 5px rgba(68, 88, 144, 0.12);
-webkit-box-shadow:0 0 50px 5px rgba(68, 88, 144, 0.12);
-moz-box-shadow:0 0 50px 5px rgba(68, 88, 144, 0.12);
border-left:4px solid #3d5ae1;
}

.tab-classic:hover {
 box-shadow:0 5px 15px rgba(0,0,0, .09);
-webkit-box-shadow:0 5px 15px rgba(0,0,0, .09); 
-moz-box-shadow:0 5px 15px rgba(0,0,0, .09);
}


.tab-classic li{
list-style:none; 
line-height:130%;
padding:5px 0px 5px 20px;
border-bottom:1px dashed rgba(0,0,0,0.01);
position: relative; 
font-size: 15px; 
letter-spacing:0.5px;
font-weight:400; 
color:#494a4e;
}
.tab-classic li:hover{
color:#000000;
}

.tab-classic li:last-child {	
border-bottom:none;		
}
 
.tab-classic li:before {
    content: "\f05d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffbc3a;
    font-size: 16px;
    position: absolute;
    left:-1px; 
	vertical-align: middle !important;
}

.tab-classic p{
	font-size: 15px; 
letter-spacing:0.3px;
font-weight:400; 
color:#494a4e;
font-family: 'Poppins', sans-serif;	
}

.tab-classic div{
font-size: 15px; 
letter-spacing:0.3px;
font-weight:400; 
color:#494a4e;
font-family: 'Poppins', sans-serif;	
}

.tab-classic h3{
font-size:24px;
font-weight:700;
line-height: 130%;
margin-bottom:20px;
z-index:1;
color:#494a4e;
font-family: 'Poppins', sans-serif; 
}

.tab-classic h3:after{
transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
content:"";
width:20px;
height:40px;
border-bottom:3px solid #3d5ae1;
  position: absolute;
  left:0;
  z-index:1;
}



.tab-classic h4{
font-size:20px;
font-weight:700;
line-height: 130%;
margin-bottom:15px;
z-index:1;
color:#47586c;
font-family: 'Poppins', sans-serif; 
}


 @media only screen and (max-width: 767px) {
ul#tabNavigation li a {
width:100%;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-align:center !important; padding:0px;
}
	ul#tabNavigation li {
  height: auto;
  float: none;
  margin: 0 0 5px 0;
}

ul#tabNavigation {
  height: auto; padding:0px;
}


.tab-classic h3{
font-size:18px;
}

.tab-classic h4{
font-size:16px;
}

}
