
.tabs-new {
  background: #F5F5F5;
	display:inline-block;
	width:100%;
	width:100%;
}
.tabs-new .tab-navs {
    text-align: left;
	margin: 0;
	width: 100%;
	display: inline-block;
	padding: 10px 0px 0px;
	border:1px solid #ccc;
	box-sizing: border-box;
}
.tabs-new .tabcontent{
	border-radius:0px;
}
.tab-navs ul{
	padding-left: 17px;
}
.tabs-new .tab-navs li span {
  text-transform: uppercase;
  color: #212121;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tabs-new .tab-navs li:hover > span, .tabs-new .tab-navs li.active > span {
  color:#000;
  text-decoration:none;
}
.tabs-new .tab {
  display: none;
}
.tabs-new .tab.active {
  display: block;
}
.tabs-new .tab-navs li{
	list-style:none;
	width:auto;
	float: left;
	display: inline-flex;
}
.tabs-new .tab-navs li span{
	background-color: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 18px;
	padding: 10px 30px;
	background:#e9e9e9;
	margin-right: 8px;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
}
.tabs-new .tab-navs li.active span{
    background-color: #cf2025;
    color: #fff !important;
}
.tabs-new .tab-navs li.active span{
    background-color: #cf2025;
    color: #fff !important;
}
