.whatsapp-icon
     {
    position: fixed;
    bottom: 10px;
    right: 30px;
  /* background: rgb(0, 45, 88);*/
   background: white;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
   
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:100;
	    text-align: center;
}
			.whatsapp-icon i
			{
				font-size: 30px;
              color: green !important;
			    margin-top: 10px;
			}