.tab-treatment {
    width:auto;display: flex; gap:10px;
    min-height:90%;margin-left:25%; margin-right:25%; margin-top:30px;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-color:#ffffff;box-shadow:1px 5px 10px rgba(0,0,0,0.1);
    color:#000000;
    padding:12px 5px;
    width:20%;
    border: none;
    outline: none;
    text-align:center;
    cursor: pointer;
    transition: 0.3s;
    font-size:18px;
	float: left;border-radius:10px;
	border:1px solid #ffffff;
}
/* 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:#FF6800; border:1px solid #FF6800;}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px;
    border:0px solid #ccc;
    width:100%;
    border-left: none; padding-top:40px;
    height:100%;margin-bottom:30px;
}
.tab1{display:none;}
@media screen and (max-width:880px) {
.tabcontent{padding-top:10px;}
.tab-treatment{ width:100%;height:100%; margin:0px; padding-top: 14px;}
.tab {width:100%; height:100%; margin-left:0%; margin-top:0px; border-bottom:0px solid #444; display:none;} 
.tab-treatment button{width:24%; font-size: 14px; display: flex; flex-direction: column; justify-content: center;
align-items: center;}
.city-icon{display:block;}button.active .city-icon-h{display:block;}
}
