.mobile-sticky-cta{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  display:flex;
  z-index:99999;
}

.mobile-sticky-cta a{
  flex:1;
  text-align:center;
  padding:14px 0;
  color:#fff;
  font-weight:700;
  font-size:16px;
  text-decoration:none;
}

.cta-call{
  background:#d10000;
}

.cta-whatsapp{
  background:#1bbf5c;
}

/* Desktop hide */
@media (min-width:769px){
  .mobile-sticky-cta{
    display:none;
  }
}
