
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: auto;
	/* border-bottom: 1px solid #e0e0e0; */
	width: 100%;
	margin-top: -90px;
}
.text-center{
	text-align: center;
}
ul.tabs li + li { 
  margin-left: 83px;
}
ul.tabs li {
	display: inline-block;
	margin: 0;
	cursor: pointer;
	padding: 10px 18px;
	height: auto;
	line-height: 31px;
	font-size: 15px;
	font-weight: 400;
	color: #333;
	overflow: hidden;
	position: relative;
}
/* .tab_last { border-right: 1px solid #333; } */

ul.tabs li:hover {
	color: #333;
}

ul.tabs li.active {
	color: #e94d59;
	border-bottom: 1px solid #e94d59;

}

.tab_container {
	/* border: 1px solid #333;
	border-top: none; */
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
	margin-top: -7px;
	border-Top: 1px solid #e0e0e0;
}

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

.tab_drawer_heading { display: none; }

@media screen and (max-width:991px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #ccc;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 8px 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;
	}
	.d_active {
		background-color: #666;
		color: #fff;
	}
	.tab_container {
			margin-top: 8px;
	}
	.tab_container h3 {
		font-size: 20px;
		margin-top: 8px;
	}
}

@media screen and (max-width:320px){
	.tab_container h3 {
    font-size: 16px;
  }
	.lblsolutionCnt h4{
		font-size: 14px;
	}
}
