a.contact-btn.whatsapp.text-decoration-none.text-success.mb-3 {
    width: 50px;
    height: 50px;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 33px;
    box-shadow: 2px 2px 3px #999;
}
i.fab.fa-whatsapp {
    color: #fff;
}
a.contact-btn.text-decoration-none.text-primary.mb-3 {
    width: 50px;
    height: 50px;
    background-color: #1a6284;
    border-radius: 50px;
    text-align: center;
    font-size: 31px;
    box-shadow: 2px 2px 3px #999;
}
i.fas.fa-phone-alt {
    color: #fff;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:120px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
header.pt-3.border-bottom.fixed-top.bg-white.shadow-sm {
    padding-bottom: 10px;
}
.my-float{
	margin-top:16px;
}