.contact-info > a > span {
	margin-right: 10px;
	margin-left: 20px;
	/* border: 2px solid #0000001c; */
	padding: 10px;
	color: #5c5c5c;
	border-radius: 100%;
	font-size: 19px;
	float: left;
	/* background: #0d6efd; */
	/* box-shadow: 0 0 5px #0000004d; */
}

.contact-info > a {
	color: #000;
	line-height: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	clear: both;
}

.submitVirtualForm {
	padding: 0 25px;
	height: 46px;
	display: inline-block;
	line-height: 42px;
	border: 2px solid #222222;
	border-radius: 6px;
	background: #2a2a2a;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	border-radius: 0;
}
.submitVirtualForm:hover{
	border-color: transparent;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	color: #ffffff;
	border: 2px solid #0b5ab1;
	background: #0b5ab1;
}


.contact-info > a > b {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    margin-top: 5px;
    color: #4a4a4a;
}

.contact-info > a > p {
    margin: 0;
    display: block;
    font-size: 18px;
    color: black;
}
