.btn-main {
  color: #fff;
  background-color: #174299;
  border-color: #174299;
}

.btn-main:hover {
  color: #fff;
  background-color: #174299;
  border-color: #174299;
}

.btn-rounded {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 0;
}

.btn-main-s {
  color: rgb(53, 53, 53);
  background-color: #FFF;
  font-weight: bold;
  vertical-align: center;
  font-size: 17px;
}

.whatsappButton {
  display: inline-block;
  width: 100%;
  color: #FFF !important;
  background-color: #39b54a;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 15px;
  text-align: center;
  position: relative;
}

.whatsappButton:hover {
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.phoneCallButton {
  display: inline-block;
  width: 100%;
  color: #FFF !important;
  background-color: #174299;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 15px;
  text-align: center;
  position: relative;
}

.phoneCallButton:hover {
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}


.whatsappFloatButton{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF !important;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.whatsappFloatButton:hover{
  background-color:#25d366;
	color:#FFF !important;
}

.my-float{
	margin-top:16px;
}