/* Whatsapp Floating */
		.float {
		    position: fixed;
		    width: 160px;
		    height: 35px;
		    bottom: 40px;
		    background-color: #25d366;
		    color: #FFF;
		    border-radius: 50px;
		    text-align: center;	
		    font-size: 18px;	    
		    box-shadow: 3px 4px 3px #999;
		    left: 25px;
		    z-index: 100;
		}

		.my-float {
		    margin-top: 9px;
		    margin-left: 5px;
		    margin-right: 5px;
		}