@media (max-width: 1200px)
{
div.phoneNo
	{
	display:none;
	}
div.phoneNo_tablet
	{
	display:block;
	}


.mobileThirteenNumber
	{
	display:block;
	}
.desktopThirteenNumber
	{
	display:none;
	}

	.requestVisit_header, .contactHeaderPhoneWrap 
	{
		width: 160px;
	}

	.headerContactImgWrap 
	{
		width: 200px;
	}

}