body{
	font-family: Ariall;
	font-size: 14px;
}

.classwhite a:link {
  text-decoration: none;
  color: #FFF;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.classwhite a:visited {
  text-decoration: none;
  color: #FFF;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.classwhite a:active {
  text-decoration: none;
  color: #FFF;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.classwhite a:hover {
  text-decoration: none;
  color: #fad98d;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.float-container {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 999999;
	cursor: pointer;

}

.float-icon-holder {
	width: 50px;
	height: 50px;
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
	border-radius: 100%;
}

.call{
	background: #284ab8;
}

.whatsapp{
	background: #32a83a;
}
.float-icon-holder:hover{
	opacity: 0.8;
}

.float-icon-holder i {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 25px;
	color: #ffffff;
}

.float {
	width: 60px;
	height: 60px;
	background: #d23f31;
}

.float-options {
	list-style-type: none;
	margin: 0;

	position: absolute;
	bottom: 70px;
	right: 0;

	opacity: 0;

	transition: all 0.3s ease;
	transform: scale(0);
	transform-origin: 85% bottom;
}

.float:hover + .float-options, .float-options:hover {
	opacity: 1;
	transform: scale(1);
}

.float-options li {
	display: flex;
	justify-content: flex-end;
	padding: 5px;
}

.float-label {
	padding: 2px 5px;
	align-self: center;
	user-select: none;
	white-space: nowrap;
	border-radius: 3px;
	font-size: 16px;
	background: #666666;
	color: #ffffff;
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
	margin-right: 10px;
}






