


@media only screen and (min-width : 992px) {
	a.footerphone {
		cursor: text;
		pointer-events: none;
	}
	a.footerphone:hover {
    	color: #000 !important;
	}

}

    /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    a.footerphone {
		cursor: text;
		pointer-events: none;
	}
	a.footerphone:hover {
    	color: #000 !important;
	}
}


/* banner Image  */

@media only screen and (min-width : 1600px) {
    .bannerImg {
		left: 0 !important;
	}
}

@media only screen and (max-width : 1600px) {
    .bannerImg {
		left: -589.178px !important;
	}
}



