@media only screen and (max-width: 1170px) {
	.navigation-box ul li a {
		padding: 15px 11px 16px;
	}

	.table-responsive {
		border: none;
	}

}

@media (max-width: 567px) {
	.contact-no {
		padding: 10px 5px;
		font-size: 18px !important;
	}

	.mean-container .mean-nav {
		margin-top: -114px !important;
	}
}

@media only screen and (max-width: 450px) {

	.contact-no svg {
		width: 14px;
		height: 14px;
	}

	.mean-container a.meanmenu-reveal {
		padding: 5px 0px px;
		top: -153px
	}

	.table-responsive {
		border: none;
	}

}

@media (max-width: 415px) {

	.contact-no {
		font-size: 16px !important;
	}
}

@media (max-width: 375px) {

	.contact-no {
		
		padding: 10px 5px;
		font-size: 12px !important;
	}
	.mean-container .mean-nav {
		margin-top: -120px !important;
	}
}

@media only screen and (max-width: 1024px) {
	.navigation-box ul li a {
		padding: 15px 10px 16px;
	}

	.table-responsive {
		border: none;
	}

}


@media only screen and (max-width: 980px) {
	.logo-box-mdl {
		width: 50%;
	}

	.navigation-box ul li a {
		padding: 15px 9px 16px;
	}

	.table-responsive {
		border: none;
	}

}


@media only screen and (max-width: 800px) {
	.logo-box-mdl {
		width: 65%;
	}

	.table-responsive {
		border: none;
	}

}

@media only screen and (max-width: 480px) {
	.logo-box-mdl {
		width: 100%;
	}

	.table-responsive {
		border: none;
	}

	.desktop-none {
		display: block;
	}

	.mobile-none {
		display: none;
	}
}

@media only screen and (max-width: 360px) {
	.logo-box-mdl {
		width: 100%;
	}

	.table-responsive {
		border: none;
	}
}

@media only screen and (max-width: 320px) {
	.logo-box-mdl {
		width: 100%;
	}

	.table-responsive {
		border: none;
	}
}