#front_page_txt{
	padding: 20px;
	margin-left:auto;
	margin-right:auto;
}

#nav-main{
	z-index:5;	
}

ul.nav-ul{
	list-style: none;
}

.right{
	float: right;
}

#appoinment-login{
	background-color: #fff;
}

#logo{
	padding-top:25px;
	padding-left: 22px;
}

.sub-menu{
	display:none;
	background-color: #fff;
	width:100%;
	border-top: 1px solid #eceff1;
}

.sub-menu-item{
	margin: 4px;
	width:50%;
}

.sub-menu-item:hover{
	background-color:#f5f5f5;
	color: #6ab344;
}

.drop-down{
	outline: none;
	border-right: 1px solid #b0bec5; 
}

.container{
	display:flex;
	flex-wrap:wrap;
}

.has-v-divider{
	border-right: 1px solid #b0bec5;
}

ul.nav-ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#hamburger-menu, #slide-menu-logo{
	display:none;
}

.tabs, .drop-down{
    padding: 10px 10px;
	outline: none;
	text-align:left;
}

#footer-time, #footer-contact{
	width: 35%;
}

#footer-copyright{
	width:30%;
}

#footer-copyright{
	text-align:right;
	font-size:12px;
}


.fancy-cover{
	padding: 30px;
	margin-top: 20px;
	width:90%;
	font-weight: 100;
	line-height: 1.2;
	color: #263238;
	margin-left:auto;
	margin-right:auto;
}

.white-box{
	background-color: #fff;
}

.blue-box{
	color:#fff;
	background-color:#0066b3;
}

.green-box{
	color:#fff;
	background-color:#6ab344;
}

.title_pointer{
    font-weight: 600;
	font-size:18px;
    color:#6ab344;
}

.med_text{
	font-size:20px;
    font-weight: 900;
}

.emphasize{
	color: #dd5347;
    font-weight: 600;
}

.contact_box{
	border: 2px solid #e4e4e4;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 rgba(255,255,255,.6), inset 0 0 3px 0 rgba(0,0,0,.1);
    padding: 7px;
    font-size: 16px;
    width: 300px;
	margin-bottom:10px;
}

.just_txt{
    font-size: 17px;
	width:100%;
	font-weight: 300;
    line-height: 1.3em;
	text-align:justify;
	letter-spacing:normal;
}


#nav2{
	padding-top: 67px;
}

/* Style the tab */
.tab, .tab_green {
    overflow: hidden;
    border: 1px solid #ccc;
	background-color: #0066b3;
}

.tab button, .tab_green button{
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
	color: #fff;
}

.tab button:hover {
    background-color: #6ab344;
	color: #fff;
}

.tab button.active {
    background-color: #6ab344;
}

.tab_green{
	background-color:#fff;
	color: #0066b3;
}

.tab_green button{
	color: #0066b3;
}

.tab_green button:hover{
	border-bottom: 5px solid #0066b3;
}

.tab_green button.active {
	border-bottom: 5px solid #0066b3;
}

.tabcontent, .tab_test_content {
    display: none;
    border-top: none;
    border: 1px solid #ccc;
}

/* END of Style the tab */


/* Table styling */
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 8px;
}

th.mid, td.mid {
    text-align: center;
}

tr:nth-child(even){background-color: #f2f2f2}

tr:nth-child(odd){background-color: #fff}

th {
    background-color: #6ab344;
    color: white;
}

thead, tbody,tr { 
    display:table;
    width:100%;
    table-layout:fixed;
	}

tbody {
    display:block;
	max-height: 700px;
    overflow-y:auto;
}

/* End Table styling */


