/* 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%; display:flex; gap:20px; padding:0px 7%; margin:0px; position:relative; z-index:6;}
.centres-tab button {width:25%; background:none;color:#fff; font-size:25px; border-bottom:1px solid #fff !important; text-align:left; font-family:Ubuntu Regular; border:0px; padding:7px 0px; margin:50px 0px 0px; position:relative;}
.centres-tab button.active {font-family: Ubuntu Bold; font-size:30px; border-bottom:2px solid #fff !important;}
.centres-tab button:hover{border-bottom:1px solid #fff !important;}



.packagesbox{padding: 0px;border:0px solid #ccc;width:100%;border-left: none; padding:0px;height:100%; }
.storiesbox{padding: 0px;border:0px solid #ccc;width:100%;border-left: none; padding:0px;height:100%;  display: none;}
.centrebox{padding: 0px; margin-top: -120px; width:100%;border-left: none; padding:0px;height:100%;  display: none;}
.navbox{padding: 0px; margin-top:0px; width:100%;border: none; padding:0px; height:100%;  display: none;}


/* 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 12px;
  width: 70%;
  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;}

.health-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;}.health-tab button{font-size: 16px; width:max-content;flex: 0 0 auto; margin-bottom:0px;}

.health-tab button.active span{font-size: 0px;}

.centres-tab{width:100%; display: flex; overflow-x: scroll;flex-wrap: initial; gap: 14px; justify-content: space-between; padding: 0px 20px;}.centres-tab button{width:max-content;flex: 0 0 auto; gap:15px; font-size:12px;  margin-bottom:0px; }.centres-tab button img{width:50px;height:50px;} 
.centres-tab button.active{font-size:16px;}



}
