

#whats-btn{
	position: fixed;
    right: 40px;
    bottom: 50px;
    z-index: 99999;
}
#whats-container{
	background-color: #4dc247;
	height: 63px;
    width: 63px;
    border-radius: 50%;
    overflow: hidden;
    /*box-shadow: 2px 2px 6px rgba(0,0,0,0.4);*/
    font-size: 28px;
    text-align: center;
    line-height: 63px;
    color: white;
}
#whats-btn svg{
	fill: white;
    width: 53px;
    height: 60px;
}

 @media only screen and (max-width: 500px){
	#whats-btn{
	    left: 20px;
	    bottom: 20px;
	}
	#whats-container{
		height: 65px;
	    width: 65px;
	}
	#whats-btn svg{
        width: 54px;
	    height: 63px;
	}
}