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

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


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


/*max-width mobile starts*/
@media (max-width: 1024px){

.slide_description_wrapper{min-height: 220px !important}
	.slide_description_wrapper .slide_description{
		padding: 10px 10px 20px 0px !important;
	}
	.slide_description h3{
		color:#0465D6 !important;
		font-size: 25px !important;
		text-shadow: none !important;
		line-height: 30px !important;
	}
	.clients-slider h2{margin-top: 20px !important;}

	.brand-img {height: 100px !important; margin-bottom: 20px !important;}

	.page_footer.section_padding_bottom_50{
		padding-bottom: 5px !important
	}

	.tab-box .tabs li{
		display: block !important;
		margin-bottom: 2px;
	}
	.mechanical-tab{width: 100% !important}
	.section_padding_top_100 > [class*="container"] { padding-top: 50px !important;}
	.section_padding_bottom_100 > [class*="container"] { padding-bottom: 50px !important;}
	.plumbing-jobs img {-webkit-box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.75);}

}/*max-width mobile ends*/