.visible-xs{
	display: none !important;
}
.hidden-xs{
	display: block !important;
}
@media(max-width: 767px){
	.visible-xs{
		display: block !important;
	}
	.hidden-xs{
		display: none !important;
	}
}
@media(max-width: 1440px){
	body,html{
		font-size: 14px;
	}
}
@media(max-width: 1366px){
	body,html{
		font-size: 13px;
	}
}
@media(max-width: 1280px){
	body,html{
		font-size: 12px;
	}
}
@media(max-width: 1200px){
	body,html{
		font-size: 11px;
	}
}
@media(max-width: 1024px){
	body,html{
		font-size: 10px;
	}
}
@media(max-width: 768px){
	.navbar-light .navbar-nav .nav-link:hover:before,
	.navbar-light .navbar-nav .nav-link:focus:before,
	.navbar-light .navbar-nav .nav-link.active:before{
		left: 0;
		right: 0;
	}
	.navbar-nav .dropdown-menu{
		box-shadow: none;
		padding: 1rem 2rem;
	}
}
@media(max-width: 767px){
	body,html{
		font-size: 11px;
	}
	.order{
		order: initial;
	}
	.header .flexer h1{
		font-size: 2.5rem;
	}
	.service_section .row{
		margin-bottom: 2.5rem;
	}
	.service_section h2,.customer_section h2, .about_section h2{
		font-size: 2rem;
	}
	.service_section h3{
		font-size: 1.75rem;
		text-transform: capitalize;
	}
	.subscribe_section h3{
	    text-align: center;
	    margin-top: 0;
	    margin-bottom: 2rem;
	}
	footer .footer_top h2{
		margin-top: 1rem;
		font-size: 1.75rem;
	}
	footer .footer_top .social{
	    margin-top: 0;
	    margin-bottom: 2rem;
	}
	.heading_section .flexer{
		height: 400px;
	}
	.form_section iframe{
		height: 300px;
	}
}
@media(max-width: 576px){
	body,html{
		font-size: 12px;
	}
}
@media(max-width: 400px){
	body,html{
		font-size: 10px;
	}
}