/* CSS Styling for WhatsApp Chat */	

.whatsappicon a i{font-size:1.5rem;}
.whatsappicon a{right:1.8rem; bottom:4.5rem;
z-index: 9999999;  position: fixed;
background-color: #ff8400;
border:solid 1px #ffb400;
font-weight: 400;
color: #000;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;

}	
.whatsappicon a:hover{color: #fff;
    background-color: #ffb400;
    border:solid 1px #f08215;}	
	