		.float{
			position:fixed;
			width:40px;
			height:40px;
			bottom:35%;
			right:2%;
			background-color:#25d366;
			color:#FFF;
			border-radius:50px;
			text-align:center;
			font-size:22px;
			/* box-shadow: 2px 2px 3px #f5f4f4; */
			z-index:100;
			}
		.my-float{
			margin-top:5px;
		}
		.float-dark{
			position:fixed;
			width:38px;
			height:38px;
			bottom:75%;
			right:3%;
			background-color:#dee0df;
			color:#2e2d2d;
			border-radius:50px;
			text-align:center;
			font-size:16px;	
			z-index:100;
			}
		.my-float-dark{
			margin-top:5px;
		}