/* Tabs */
.tab {
  background:#EEEEEE; width:24%;padding:5px;border-radius:16px;height:100%;
}

 

.health-tab{width:100%; display:flex; gap:0px; padding:0px 0px 0px; margin:40px 0px 0px; height:100%; border-top: 1px solid #fff4;}
.health-tab button {display:flex;position:relative; 
  background-color: inherit; align-items:center; gap:20px;
  color: black; border-top:0px solid #fff4;
  padding:20px;
  width: 100%;font-size:18px; 
  border: inherit;  
  outline: none;
  cursor: pointer;
    margin-bottom:10px;
letter-spacing: 0.01em;
  color:#fff;}
.health-tab button img{width:40px;  height:40px;}
.health-tab button.active {color:#fff; border-top:1px solid #fff;}
.health-tab button:hover{color:#fff;}

 

 


/* 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;}


.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;border:0px solid #ccc;width:100%;border-left: none; padding:0px;height:100%;  display: none;}
.patientbox{padding: 0px;border:0px solid #ccc;width:100%;border-left: none; padding:0px;height:100%; }


@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{gap:0px; width: 100%;}.health-tab button{gap:10px;  width:max-content; font-size: 12px; flex: 0 0 auto; padding: 10px 5px; margin:0px; }
.health-tab button img{width:12px;  height:12px;}

 



}