.tabs3 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 30%;
	float:left;
	position: relative;
	z-index: 4;
	border: 1px solid #ebebeb;
	border-right:none;
}
.tabs3 li {
	margin: 0;
	text-align: left;
	font-family: 'Raleway', sans-serif;
	border-bottom: 1px solid #ebebeb;
}
.tabs3 li:last-child {
	border:none;
}
.tabs3 li a {
	color: #272727;
	padding: 11px 5px 11px 15px;
	font-weight: 400;
	text-decoration: none;
	font-size: 14px;
	display:block;
	position:relative;
	
}
.tabs3 li.active a:after,
.tabs3 li a:hover:after
 {
    border-left: 7px solid #42454a;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    position: absolute;
    top: 40%;
    right: -14px;
}
.tabs3 li a:hover {
		background: #42454a;
    color: #ffffff;
    position: relative;
}
.tabs3 li.active a {
	background: #42454a;
    color: #ffffff;
    position: relative;
}
.tabs-content3 {
	float: left;
	width: 91%;
	padding: 5% 4% 3% 4%;
	text-align: left;
	margin-bottom: 40px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	position: relative;
	z-index: 3;
}
.tabs-content3 img.img_left2 {
	width: auto;
	margin-right: 25px;
	margin-bottom: 20px;
}
.tabs-content3 .tabs-panel {
	min-height:243px;
}
.tabs-content3 .tabs-panel3 .tab-title3 {
	display: none;
}
.tabs-content3.two {
	width: 70%;
	float:left;
	padding: 20px;
}
.tabs3.two li a {
	padding: 0px 20px;
}


/*	#Themes
//	================================================== */

#example-3 .tabs3 li {
width: 100px;
border: 1px solid #DDD;
border-right: 0;
background: #EEE;
cursor: pointer;
position: relative;
z-index: 999;
}
#example-3 .tabs3 li:last-child {
border-right: 1px solid #DDD;
}
#example-3 .tabs3 li.active {
border-bottom: 1px solid #FFF;
background: #FFF;
}
#example-3 .tabs-content3 {
border: 1px solid #DDD;
background: #FFF;
position: relative;
top: -1px;
z-index: 99;
}
#example-3 .tabs-content3 .tab-title {
color: #0b8593;
}


@media only screen and (min-width: 1000px) and (max-width: 1169px){

.tabs3 li a {
	padding: 0px 20px;
}
	
}

@media only screen and (min-width: 768px) and (max-width: 999px){

.tabs3 li a {

}

.tabs3.two li a {
	padding: 0px 10px;
}




}


@media only screen and (min-width: 480px) and (max-width: 767px){


}


@media only screen and (max-width: 479px){


.tabs-content3 img.img_left2 {
	width: 100%;
	margin-right: 0px;
}
.tabs3{
	width:100%;
}
.tabs-content3.two{
	width:100%;
	margin-top:20px;
}		
	
}

