
.floating-phone 	{
	position: fixed;
	right: 28px;
	bottom: 225px;
	text-decoration: none;
}

.floating-phone:hover,
.floating-phone:focus,
.floating-phone:active 	{
	text-decoration: none;
}

.floating-phone .icon-enquiries-call:before 	{
	content: "\e935";
	color: #fff;
	background: #C8102E;
	padding: 17px;
	border-radius: 250px;
	font-size: 26px;
	transition: all 0.2s;
	box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.2);
}

.floating-phone:hover .icon-enquiries-call:before	{
	background: #8d0f26;
}

.floating-phone .floating-text 	{
	float: left;
	background: #fff;
	color: rgb(6, 19, 43);
	padding: 10px 15px;
	display: block;
	position: relative;
	right: 14px;
	top: -14px;
	font-size: 17px;
	border-radius: 16px;
	box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.2);
    font-family: "Mulish", sans-serif;
    letter-spacing: -0.24px;
    font-weight: 300;
}

@media (max-width: 767px) {

	.floating-phone .floating-text 	{
		display: none;
	}

}
