@media only screen and (max-width: 991px){
	.top-header{
		text-align: center;
	}
	.top-contacts{
		margin-top: 0;
	}
	.top-contacts ul li{
		display: block;
		margin: 0;
		padding-bottom: 10px;
		text-align: center;
	}
	.top-contacts ul li strong {
		margin-right: 10px;
	}
	.about-us h1, .about-us h2, .contact-form-section h1 {
		font-size: 22px;
		padding: 0;
	}
	.services .heading-text p {
		margin: 0;
	}

}
@media only screen and (max-width: 767px){
	.about-us h1, .about-us h2, .contact-form-section h1 {
		font-size: 22px;
		padding: 0;
	}

}
@media only screen and (max-width: 617px){
	.timing ul li{
		text-align: center;
		display: block;
	}
	.head_top_main .social-links{
		text-align: center;
	}
}
