ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #333;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 21px;
	height: 31px;
	line-height: 31px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #666;
	color: #ccc;
	overflow: hidden;
	position: relative;
}



.tab_container {
	border: 1px solid #333;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	
	overflow: auto;
}

.tab_content {
	padding: 30px;
	display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 768px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		 background-color: #f8f8f8 !important;
		border-top: 1px solid #333;
		margin: 0 0 0px 0;
		padding: 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;  
    background: transparent;
    font-family: 'Poppins', sans-serif;font-weight: 300;
    border: none;
    font-size: 14.8px;text-align: center;
	}
	.main-tab{margin-bottom: 10px;}


	/*.tab_content{margin-bottom: 20px;}*/



	.d_active {
		background-color: #666;
	}
}