.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: #3c3c3c;
	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 #e2e4e9;
	margin-bottom: 5px;
}
ul.tabs4 li:hover {
	background: #fff;
	border: solid 1px #be9d44;
	color: #3c3c3c;
}
ul.tabs4 li.active {
	background: #be9d44;
	border: solid 1px #be9d44;
	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: 20px;
	color: #be9d44;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: solid 1px #e2e4e9;
}
.tab_content4 {
	padding-left: 50px;
	height: 100%;
	display: none;
}
.tab_drawer_heading4 {
	display: none;
}

@media screen and (max-width: 900px) {
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;
	font-size: 16px;
	color: #748289;
	line-height: 16px;
	border: solid 1px #dadfe6;
	margin-bottom: 5px;
	margin-top: 0px;
}
.tab_drawer_heading4:hover {
	background: #fbf8ee;
	border: solid 1px #fbf8ee;
	color: #30210a;
}
.tab_content4 {
	padding: 0px 0px 10px 0px;
}
.d_active4 {
	background: #fbf8ee;
	border: solid 1px #fbf8ee;
	color: #30210a;
}
	
}