/*Remove unwanted phone hyperlink*/
.no-phone a{
	color:inherit;
    text-decoration:none;
    pointer-events: none;
   	cursor: default;
}
