/* Responsiveness for Custom website */


@media only screen and (min-width : 1441px) and (max-width : 1680px) {

}

@media (min-width: 1200px) {
}


@media screen and  (max-width: 1024px) {
	.service_img:after {width:50%;right: -30px;top: -20px;margin: 0 auto;left: 0;}
}
@media screen and  (max-width: 1024px) {
	.service_img:after {right:-60px;}
}
@media screen and  (max-width: 600px) {
	.service_img:after {width: 100%;right:-30px;}
}