#tab-header .tabs-header-v2-buttons-mt {
	max-width: 720px; 
	overflow: hidden; 
	margin:0 auto;
	height: 40px;
  padding: 3px;
  border: 2px solid #44d62c;
  border-radius: 8px;
}
#tab-header .tabs-header-v2-buttons-mt button {
	float: left; 
	width: 25%; 
	min-width: auto; 
	margin: 0 !important;
	padding: 0;  
  height: 30px;
	font-size: 1.063rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 30px;
  color: #44d62c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease color;
  transition: 0.3s ease color;
  white-space: nowrap;
	border: 0;
}
#tab-header .tabs-header-v2-buttons-mt button.active {
	background-color: #44d62c; 
	color: #000;
	border-radius: 8px;
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}