
            .wrapper{ max-width: 1024px; margin: 0px auto; float: none; }
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
  display:flex;
    align-items: center;
    justify-content: center;
  font-weight: 500;

}


ul.tabs li {
	float: left;
  margin-left: 10%;
	cursor: pointer;
	height: 31px;
	line-height: 31px;
	border-top: 1px solid #155bcd;
	border-left: 1px solid #155bcd;
	border-bottom: 1px solid #155bcd;
  border-right: 1px solid #155bcd;
	background-color: #ffffff;
	color: #155bcd;
	overflow: hidden;
	position: relative;
    border-radius: 40px;
  box-sizing: content-box;
  
}
 @media screen and (min-width: 541px)
   
   {
     ul.tabs li {
       
     padding-top: 6px;
  padding-bottom: 6px;
  padding-right:28px;
  padding-left:28px;
     }
}

.tab_last { border-right: 1px solid #155bcd; }

ul.tabs li:hover {
	background-color: #ffffff;
	color: #155bcd;
}

ul.tabs li.active {
	background-color: #155bcd;
	color: #ffffff;
	border: 1px solid #155bcd;
	display: block;
    box-sizing: content-box;

}

.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background-color: transparent;
	overflow: auto;
}

.tab_content {
	padding-right: 20px;
  	padding-left: 20px;
  	padding-top: 20px;
	display: none;
  background-color: transparent;
  padding-bottom: 0px
 }

.tab_accordion_heading { 
  display: none; 
}

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
}

	.tab_accordion_heading {
    display: none;
  		background-color: #ccc;
		color: #fff;
		border-top: 1px solid #e64a19;
		margin: 0;
		padding: 5px 20px;
		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;
	}
	.acc_active {
		background-color: #666;
		color: #fff;
    display: none;
	}
}
          
 @media screen and (max-width: 540px) {
 
ul.tabs li {
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 4px 18px;
  }
  }
        