.tab_wrapper {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
	position: relative;
	float: none;
	clear: none;
	height:85vh;
	overflow-y: scroll;
	overflow-x: hidden;
}
/*bar style*/
.tab_wrapper::-webkit-scrollbar {
 width: 5px;
}
.tab_wrapper::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.tab_wrapper::-webkit-scrollbar-thumb {
 background-color: darkgrey;
 outline: 1px solid slategrey;
}
.tab_wrapper > ul {
	clear: none;
	margin-bottom: -3px;
	float: none;
	text-align: center;
	margin-left: -1px;
	margin-right: -1px;
	position: fixed;
	top: 60px;
	left: 0px;
	width: 100%;
}
.tab_wrapper > ul li {
	float: none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	margin-top: 0;
	margin-bottom: 10px;
	background-color:transparent;
	margin-left: 10px;
	margin-right: 10px;
	clear: none;
	display: inline-block;
	width: calc(30% - 20px);
	text-align: center;
}
.tab_wrapper > ul li.active {
	background-color:transparent;
	border-bottom:5px solid #fff;
}
.tab_wrapper .controller {
	display: block;
	overflow: hidden;
	clear: both;
	position: absolute;
	top: 0;
	right: 0;
}
.tab_wrapper .content_wrapper {
	float: left;
	width: 100%;
	box-sizing: border-box;
	z-index: 2;
}
.tab_wrapper .content_wrapper .tab_content {
	display: none;
	font-size: 16px;
	line-height: 28px;
}
.tab_wrapper .content_wrapper .accordian_header {
	display: none;
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	background-color: #E7E7E7;
	text-align: center;
	margin-bottom: 1px;
	font-size: 16px;
}
/*.tab_wrapper .content_wrapper .accordian_header.active {
	color: #fff;
	background-color: #90c320;
}
.tab_wrapper .content_wrapper .accordian_header.active:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -7.5px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 7.5px 0 7.5px;
	border-color: #90c320 transparent transparent transparent;
}
*/
.tab_wrapper img {
	max-width:100%;
	height:auto;
}
@media only screen and (min-width: 736px) {
.tab_wrapper > ul li {
 width: auto;
}
}
/*@media only screen and (max-width: 736px) {
.tab_wrapper > ul {
	display: none;

}
.tab_wrapper .content_wrapper {
	border-radius: 0;
	font-size: 10pt;
}
.tab_wrapper .content_wrapper .accordian_header {
	display: block;
	font-size: 16px;
}
.tab_wrapper .controller {
	display: none;
	font-size: 16px;
}
}*/
