/* Tabs */
.tab {
  background:#EEEEEE; width:24%;padding:5px;border-radius:16px;height:100%;
}
.health-tab{width:40%; padding:5px; border-radius:16px;}
.health-tab button {display:flex; align-items: flex-start; flex-direction: column;position:relative; 
 background: rgba(230, 230, 230, 0.6);border-radius:200px; gap:0px;
  color:#000000;
  padding:15px 65px 15px 15px;
  width:auto;font-size:18px; 
  border: inherit; font-family: Ubuntu Bold;
  outline: none;
  cursor: pointer;
    margin-bottom:10px; }
.health-tab button img{width: 35px;  height: 35px;  position: absolute;  right:12px;  top: 10px;}

.health-tab button span{width:100%; display:none;}
.health-tab button.active span{width:100%; display:block; font-family: Plus Jakarta Sans Light; font-size:16px; text-align:left;}
.health-tab button.active img{display:none;}
.health-tab button.active {width:100%; background: rgba(230, 230, 230, 0.6); border-radius:20px;}
.health-tab button:hover{background:rgba(230, 230, 230, 0.6);}


 
.centres-tab{width:100%; padding:0px 0px; margin:0px; position:relative; z-index:6;}
.centres-tab button {width: 100%;
    display: flex; justify-content: space-between;
    gap: 12px;
    align-items: center;
    border: 1px solid #ececec;
    border-radius: 6px;
    padding: 4px 10px;
    margin: 0px 0px 5px;
    position: relative;}
.centres-tab button.active {background:#050c4d; color:#fff; border: 1px solid #ececec;}
.centres-tab button:hover{ border: 1px solid #ececec;}
.home-news-bulletin .centrebox{display:none;}
.centrelinks.active .fa-chevron-down::before{content: "\f077";}



#hometop-section .tab-treatment {background:#faf0e4;  margin: 0px auto;  width: 70%;  display: flex;  gap: 10px;  justify-content: center;  border-radius:30px;  padding:4px;  position: relative;  box-shadow:0px 2px 14px 0px rgba(0, 0, 0, 0.10); top: -40px;  z-index: 666;}
.tab-treatment button img{position:relative;width:25px; padding-right:5px; margin-top:-5px;}
 

/* Style the buttons inside the tab */
.tab-treatment button {
    display: block;position:relative;
    background:#ffffff; 
	border: 1px solid #CCC;
	border-radius:30px;
    color:#000000;
    padding:7px 10px;
    width:25%;
    outline: none;
    text-align:center;
    cursor: pointer;
    transition: 0.3s;
    font-size:16px;
}
/* Change background color of buttons on hover */

.tablinks .fa{color:#000;}
.tab-treatment button.active.fa{color:#000;}
/* Create an active/current "tab button" class */
.tab-treatment button.active {color:#ffffff; background:#001c55; }

@media (min-width: 64rem){.translated-ltr .tab-treatment button{font-size:16px !important;}
}
@media (min-width:90rem){.translated-ltr .tab-treatment button{font-size:16px !important;}
}


#locations-tab-slider button {width:max-content; background:none; color:#fff7; font-size:25px; line-height:22px; height:60px; border-bottom:1px solid #fff7 !important; text-align:left; font-weight:400; border:0px; padding:7px 20px; margin:0px 0px 0px; position:relative;}
#locations-tab-slider button.active {font-weight:400; color:#fff;  border-bottom:3px solid #fff !important;}
#locations-tab-slider button:hover{border-bottom:3px solid #fff !important;}



.packagesbox{padding: 0px;border:0px solid #ccc;width:100%;border-left: none; padding:0px;height:100%; position: relative;}
 


/* Style the buttons inside the tab */
.tab button {
  display: block;position:relative; 
  background-color: inherit;border-radius:12px;
  color: black;
  padding:14px;
  width: 100%;font-size:16px; font-weight:bold;
  border: inherit;
  outline: none;
  text-align: left;
  cursor: pointer;
    margin-bottom: 0px;
letter-spacing: 0.01em;
  color:#8B8B8B;
}

 
.tab button img{width:24px; height:auto; position:absolute; right:20px; top:33px; display:none;}
/* Change background color of buttons on hover */
.tab button:hover {color:#222222;} 
.tab button:hover img{display:block;}
.tab button.active img{display:block;}
/* Create an active/current "tab button" class */
.tab button.active {background:#fff; color:#222222;}

/* Style the tab content */
.tabcontent {
  float: left;
  padding:0px;
  width:100%;
  border-left: none;
  height: 100%;
  display: none;
}
.tab1{display:none;}





@media screen and (max-width:880px) {
.tabcontent{width:100%; padding: 0px 1px;}
.tab{width:100%; display: flex; overflow-x: scroll;flex-wrap: initial;gap: 14px;justify-content: left; /* flex-wrap: wrap; */padding-bottom: 15px;padding-right: 15px;}.tab button{width:max-content;flex: 0 0 auto; margin-bottom:0px;}

 

#hometop-section .tab-treatment{width: 100%; gap:3px; padding:10px 0px; top:0px;}.tab-treatment button{width: max-content; padding:5px 10px; font-size:11px;}
 

}