.tab-treatment {
    margin:0px auto;width:550px;display: flex; gap:10px;   justify-content: center;  
}
.tab-treatment button img{position:relative;width:25px; padding-right:5px; margin-top:-5px;}
.city-icon{display:inline-block;}.city-icon-h{display:none;}
button.active .city-icon{display:none;}button.active .city-icon-h{display:inline-block;}

/* Style the buttons inside the tab */
.tab-treatment button {
    display: block;position:relative;
    background:#ffffff; 
	border: 1px solid #232323;
	border-radius: 8px;
    color: #232323;
    padding:12px 25px;
    width:max-content;
    outline: none;
    text-align:center;
    cursor: pointer;
    transition: 0.3s;
    font-size:18px;
}
/* Change background color of buttons on hover */

.tablinks .fa{color: #232323;}
.tab-treatment button.active.fa{color: #232323;}
/* Create an active/current "tab button" class */
.tab-treatment button.active {color:#ffffff; background: #0C589E;}

/* Style the tab content */
.tabcontent {
    padding: 0px;
    border:0px solid #ccc;
    width:100%;
    border-left: none;
    height:100%; 
}
.tab1{display:none;}
@media screen and (max-width:880px) {
.tabcontent{padding-top:10px;}
.tab-treatment{ width:100%;height:100%; margin:0px;}
.tab {width:100%; height:100%; margin-left:0%; margin-top:0px; border-bottom:0px solid #444; display:none;} 
.tab-treatment button{width:auto; font-size: 14px; display: flex; flex-direction: column; justify-content: center;
align-items: center; padding: 12px 14px;}
.city-icon{display:block;}button.active .city-icon-h{display:block;}
}