
.tabbuttoncontainer{
position:relative;
width:600px;
height:100px;
margin:auto;
}

.tabbutton{
width:120px;
height:100px;
text-align:center;
background-color:#fff;
float:left;
cursor:pointer;
}

.tabbutton:hover{
background-color:#eeefed;
}

.tabbutton-active{
background-color:#eeefed;

}


.tabbutton .fa{
margin-top:20px;
margin-bottom:10px;
font-size:36px;
}





.tabcontainer{
width:80%;
position:relative;
margin:auto;
background-color:#FFFFFF;
padding:40px;
display:none;
}

#tabcontainer1{
display:table;
}


.tab-title{
font-size:30px;
font-family:"Times New Roman", Times, serif;
}


.service-hour{
color:#666;
float:left;
}


@media (max-width:768px){


.header{
margin-top:80px;

}

.tabbuttoncontainer{
width:100%;
height:110px;

}

.tabbutton{
width:20%;
height:110px;

}


.tabcontainer{
width:100%;
}


}






