.phone-icon .icon{
	color: #ec9595;
  font-size: 5.6rem;
  line-height: 7.6rem;
}
.phone-icon{
	top: 80%;
	display: none;
	background-color: #dc3030;
	color: #A8D1E1;
	position: fixed;
	bottom: 4%;
	right: 3.44%;
	z-index: 33;
	border-radius: 50%;
	font-size: 2.4rem;
	text-align: center;
	height: 7.6rem;
	min-width: 7.6rem;
	width: 7.6rem;
	padding: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 766px){
	.phone-icon{
		display: block;
	}
}