/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {


}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {

}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

#toplogo {
	width: 100%;
	max-width: 50%;
	flex: 50%;
}
#topnav {
	display: none;
}	
#topbtn {
	width: 100%;
	max-width: 50%;
	flex: 50%;
}
#toplogo img {
	width: 100%;
	max-width: 130px;
	margin-top: 3px;
}
.mean-container a.meanmenu-reveal {
	margin-top: -56px;
	right: -10px !important;
}	
 .login_btn {
	position: relative;
	top: 25px;
	padding-right: 55px;
}
.login_btn a {
	padding: 0px 14px;
	font-size: 12px;
}	
.slider-content h1 {
	font-size: 30px;
}
.about-me-content h2 {
	font-size: 40px;
	line-height: 50px;
}
.fl-table td, .fl-table th {
	padding: 4px;
	font-size: 12px;
}
.fl-table td {
	font-size: 12px;
}	
#inner_banner {
	margin-top: 80px;
}	
}

 
/* small mobile :320px. */
@media (max-width: 767px) {
#toplogo {
	width: 100%;
	max-width: 50%;
	flex: 50%;
}
#topnav {
	display: none;
}	
#topbtn {
	width: 100%;
	max-width: 50%;
	flex: 50%;
}
#toplogo img {
	width: 100%;
	max-width: 130px;
	margin-top: 3px;
}
.mean-container a.meanmenu-reveal {
	margin-top: -56px;
	right: -10px !important;
}	
 .login_btn {
	position: relative;
	top: 25px;
	padding-right: 55px;
}
.login_btn a {
	padding: 0px 14px;
	font-size: 12px;
}	
.slider-content h1 {
	font-size: 30px;
}
.about-me-content h2 {
	font-size: 40px;
	line-height: 50px;
}	
#table_left .fl-table thead th:nth-child(2n+1){
	width: 100%;
}
#table_left .fl-table thead th:nth-child(2n+2){
	width: 100%;
}
#table_left .fl-table thead th:nth-child(2n+3){
	width: 100%;
}
#table_left .fl-table thead th:nth-child(2n+4){
	width: 100%;
}

#table_right .fl-table thead th:nth-child(2n+1){
	width: 100%;
}
#table_right .fl-table thead th:nth-child(2n+2){
	width: 100%;
}
#inner_banner {
	margin-top: 80px;
}
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}




}
