*{
	margin:0px;
	padding: 0px;

}



.fab-container
{
	position:fixed;
	bottom: 25px;
	right: 25px;
	z-index: 999;
	cursor:pointer;
}

.fab-icon-holder
{
	width: 50px;
	height: 50px;
	border-radius:100%;
	
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);

}



.fab-icon-holder i
{
	display:flex;
	align-items: center;
	justify-content:center;
	height:100%;
	color:white;
	font-size:25px;
	font-weight:bold;
}

.fab
{
	width:60px;
	height: 60px;
	background-color: #197EFF;
}

.fab-options
{
	list-style-type: none;
	margin: 0;
	position: absolute;
	bottom: 70px;
	right: 0;
	opacity: 0;
	color: white;


}

.fab:hover + .fab-options,.fab-options:hover
{
	opacity: 1;
	color:white;
	

}



.facebook 
{
	background-color:#3b5998;
	opacity: 1;

}
.facebook:hover 
{
	background-color:#3b5998;
	opacity: 1;

}
.whatsapp
{
	background-color:#33CC66;
	opacity:1;
}
.whatsapp:hover
{
	background-color:#33CC66;
	opacity:1;
}

.phone
{
	background-color:#ff007a;
	opacity: 1;
	
}
.phone:hover
{
	background-color:#ff007a;
	opacity: 1;
	
}

.gmail
{
	background-color:#b23121
}


.fab-options li
{
	display:flex;
	justify-content:flex-end;
	padding: 5px;
	transition: all 0.3s ease;
	

}

.fab-label
{
	padding: 2px 5px;
	align-self: center;
	user-select: none;
	white-space:nowrap;
	border-radius: 3px;
	font-size: 16px;
	background-color: #666666;
	color: white;
	box-shadow:0 6px 20px rgba(0,0,0,0.2);
	margin-right: 10px;
}

