.tabs_wrapper {
  margin: 0 auto;
  background: transparent;
}

ul.tabs4 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 8;
  padding: 0;
  width: 25%;
  min-width: 175px;
  list-style: none;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
ul.tabs4 li {
	margin: 0;
	cursor: pointer;
	padding: 10px 10px;
	color: #000;
	text-align: left;
	font-size:15px;
	line-height: 16px;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #fff;
	border: solid 1px #e50402;
	margin-bottom: 5px;
}
ul.tabs4 li:hover {
	background: #fff;
	border: solid 1px #e50402;
	color: #000;
}
ul.tabs4 li.active {
	background: #e50402;
	border: solid 1px #e50402;
	color: #fff;
}
.tab_container4 {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 9;
	width: 70%;
	margin-left: 30px;
	text-align: left;
}
.tab_container4 h3 {
    font-size: 16px;
    color: #1c1c1c;
    line-height: 16px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #e2e4e9;
}
.tab_content4 {
	padding-left: 0px;
	height: 100%;
	display: none;
}
.tab_drawer_heading4 {
	display: none;
}

ul.tabs3 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 8;
  padding: 0;
  width: 25%;
  min-width: 175px;
  list-style: none;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
ul.tabs3 li {
	margin: 0;
	cursor: pointer;
	padding: 10px 10px;
	color: #000;
	text-align: left;
	font-size:15px;
	line-height: 16px;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #fff;
	border: solid 1px #e50402 !important;
	margin-bottom: 5px;
}
ul.tabs3 li:hover {
	background: #fff;
	border: solid 1px #e50402 !important;
	color: #000;
}
ul.tabs3 li.active {
	background: #e50402;
	border: solid 1px #e50402;
	color: #fff;
}
ul.tabs4 li {
	margin: 0;
	cursor: pointer;
	padding: 10px 10px;
	color: #000;
	text-align: left;
	font-size:15px;
	line-height: 16px;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #fff;
	border: solid 1px #e50402 !important;
	margin-bottom: 5px;
}
ul.tabs4 li:hover {
	background: #fff;
	border: solid 1px #e50402 !important;
	color: #000;
}
ul.tabs4 li.active {
	background: #e50402;
	border: solid 1px #e50402;
	color: #fff;
}
.tab_container3 {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 9;
	width: 70%;
	margin-left: 30px;
	text-align: left;
}
.tab_container3 h3 {
    font-size: 16px;
    color: #1c1c1c;
    line-height: 16px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #e2e4e9;
}
.tab_container3 h3 a{
    font-size: 16px;
    color: #1c1c1c;
    text-decoration: none;
}
.tab_content3 {
	padding-left: 0px;
	height: 100%;
	display: none;
}
.tab_drawer_heading3 {
	display: none;
}
@media screen and (max-width: 992px) {
ul.tabs4 {
	display: none;
}

.tab_container4 {
	display: block;
	margin: 0 auto;
	width: 100%;
	border-top: none;
	border-radius: 0;
	padding: 0px 0px;
}
.tab_drawer_heading4 {
	background: #fff;
	border-radius: 0px;
	padding: 10px 10px;
	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;
	padding: 10px 10px;
	color: #000;
	text-align: left;
	font-size:15px;
	line-height: 16px;
    font-weight: 400;
	background: #fff;
	border: solid 1px #e2e4e9;
    margin-top: 0px;
    margin-bottom: 10px;
}
.tab_drawer_heading4:hover {
	background: #fff;
	border: solid 1px #e50402;
	color: #000;
}
.tab_content4 {
	padding: 0px 0px 10px 0px;
}
.d_active4 {
	background: #e50402;
	border: solid 1px #e50402;
	color: #fff;
}


ul.tabs3 {
	display: none;
}

.tab_container3 {
	display: block;
	margin: 0 auto;
	width: 100%;
	border-top: none;
	border-radius: 0;
	padding: 0px 0px;
}
.tab_drawer_heading3 {
	background: #fff;
	border-radius: 0px;
	padding: 10px 10px;
	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;
	padding: 10px 10px;
	color: #000;
	text-align: left;
	font-size:15px;
	line-height: 16px;
    font-weight: 400;
	background: #fff;
	border: solid 1px #e2e4e9;
    margin-top: 0px;
    margin-bottom: 10px;
}
.tab_drawer_heading3:hover {
	background: #fff;
	border: solid 1px #e50402;
	color: #000;
}
.tab_content3 {
	padding: 0px 0px 10px 0px;
}
.d_active3 {
	background: #e50402;
	border: solid 1px #e50402;
	color: #fff;
}

	
}