   /**
 * Tabs
 */
.tabs {
	    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* align-content: revert; */
    
}
.products-row{
    justify-content:center;
}
label.tab1{
    background-color:#dbdbdb;
}
.tabs label {
width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:0px;
    padding: 10px 4.5rem;
    margin-right: 0.0625rem;
    cursor: pointer;
    color: #fff;
    font-family: 'Aileron Light';
    font-size: 18px;
    line-height: 19px;
    font-weight: 700;
    transition: background-color ease 0.3s;
}
.product-list-num span {
    background: #000;
    color: white;
    border-radius: 50%;
    padding: 5px;
    margin-right: 15px;
}
.product-list {
   background: #ffffff;
    padding: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-div {
        background: #FFF;
    border: 1px solid #ccc;
    text-align: center;
}
button.product-single-btn a {
    color: white;
    font-family: 'Aileron';
}

button.product-single-btn {
    background: #3cb6e8;
    border: 0px;
    color: white;
    border-radius: 18px;
    padding: 3px 30px;
    margin-top: 15px;
}
p.product-blue {
    color: #79b8d8;
    font-family: 'Aileron';
    font-weight: 600;
}
.more-div img {
    max-width: 50px !important;
}
.tabs label .material-icons {
	margin-right: 0.3rem;
}
.tabs [type=radio]:checked + label img.icon-img {
    display:none;
}
.tabs [type=radio]:checked + label img.icon-hover {
    display:block !important;
}
.tabs .tab {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: none;
    color: #000;
    background-color:none;
   
}
.medical{
    background-color:#b4d069;
}
.industry{
    background-color:#ed6033;
}
.lab{
    background-color:#3fb5e7;
}
.all{
    background-color:#dbdbdb;
}
.tab2 [type=radio]:checked + label + .tab{
    background:red !important;
}

label.tab2 {
    background: #b4d069;
}
label.tab3 {
    background: #3fb5e7;
}
label.tab4 {
    background: #ed6033;
}
.tabs .tab > *:not(:last-child) {
	margin-bottom: 0.8rem;
}

.tabs [type=radio] {
	display: none;
}

.tabs [type=radio]:checked + label
	{
    background-color: none;
    color: #000000;
    /* border-top: 4px solid #0067b8; */
    
}
.brands-desc {
    padding: 25px 20px;
}
.tabs [type=radio]:checked + label + .tab {
	display: block;
}
.brands-desc p {
    font-size: 17px;
    line-height: 20px;
    font-family: 'Aileron';
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: transparent !important;
  color:#95a565;
  align-items:center;
}
ul.breadcrumb img {
    max-width: 25px;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
  text-transform: uppercase;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: ">";
  font-weight:800;
}
table.table-product {
    width: 100%;
    /* text-align: center; */
}
.row.product-inner-row p {
    line-height: 22px;
}
.product-thumn-title {
    padding: 30px 35px;
}
.product-thumn-title h5 {
    font-family: 'Aileron';
    font-weight: 700;
    margin-bottom: 15%;
}
.product-thumn-title h4 {
    font-family: 'Aileron';
    font-weight: 800;
}
h1.product-inner-head {
    color: #0e266d;
    font-size: 75px;
}
h3.product-main-bottom {
    font-family: 'Aileron';
    font-weight: 600;
}
tr.table-product-head {
    background: #b3d166;
}
.table-product th {
    padding: 10px 40px;
    border: 3px solid white;
}
button.product-enquiry-btn.full-width {
    background: #b4d365;
    color: white;
    font-family: 'Aileron';
    border: none;
    border-radius: 10px;
    padding: 5px 15px;
    margin-bottom: 9px;
}
.product-inner-thumb{
    border:2px solid #d7d7d7;
}
.table-product td {
   padding: 10px 40px;
    border: 3px solid white;
    background: #e2e2e2;
    font-family: 'Aileron';
}
ul.breadcrumb li a {
  color: #000000;
    text-decoration: none;
    font-family: 'Aileron Black';
    text-transform: uppercase;
    font-weight: 600;
}
ul.breadcrumb li a:hover {
  cursor:pointer;
}
hr.green-border-product {
    border-top: 8px solid #b5cf6d;
}
@media (min-width: 768px) {





	.tabs label {
		order: 1;
		width: auto;
	}

	.tabs .tab {
		order: 9;
	}

	.tabs [type=radio]:checked + label {
		border-bottom: none;
	}
	

}