.button-wp{
  z-index: 9999 !important;
  position: fixed;
  border-radius: 5px;
  bottom: 20px;
  left: 25px;
  padding: 5px;
  background: #25D366;
  color: white;
  cursor: pointer;
  box-shadow: 2px 2px 6px #4d4d4d;
  text-decoration: none;
  width: 72px;
  height:72px;
  font-size: 3rem;
  border-radius: 50%;
}
.button-wp:hover{
  color: #fff;
  background-color: #1bab51;
}

.all-numbers{
  bottom: 98px;
  left: 25px;
  position: fixed;
  z-index: 9999;
}

.whatsapp-lead-link{
  display: block;
  margin: 10px 5px;
  left: 25px;
  text-decoration: none;
  border-radius: 5px;
  padding: 5px 20px 5px 10px;
  background: #25D366 ;
  color: white;
  cursor: pointer;
  box-shadow: 2px 2px 6px #4d4d4d;
  display: flex!important;
  align-items: center!important;
}

.whatsapp-lead-link:hover{
  color: #fff;
  background-color: #1bab51;
}

.icon-whatsapp-lead-link{
  vertical-align: middle;
  font-size: 1.5rem;
  margin-right: 8px;
}

.features-icon .lni{
  font-size: 30px !important;
  color: #0067f4;
}

.card-footer .features-btn {
    color: #0067f4;
    font-size: 16px;
    font-weight: 700;
}

#services .card-header{
  border-bottom: 0;
}

#services .card-footer{
  border-top: 0;
}

#services .card{
  border: 0;
}

.card-body > p.text {
    font-size: 14px;
    line-height: 20px;
    color: #121212;
    margin-top: 16px;
}
