Checkout

Test Mode Purchase Subtotal TotalTotal Due Today
/* MOBILE STICKY CALL BAR */ @media (max-width: 768px) { #sticky-call-bar { position: fixed; bottom: 0; left: 0; width: 100%; display: flex; z-index: 999999; background: #ffffff; box-shadow: 0 -2px 8px rgba(0,0,0,0.15); } #sticky-call-bar a { flex: 1; text-align: center; padding: 14px 0; font-size: 16px; font-weight: 600; color: #ffffff; text-decoration: none; } /* Button 1 — Blue (Local Line) */ #sticky-call-bar .call-local { background: #1A73E8; } /* Button 2 — Charcoal (SEO Hotline) */ #sticky-call-bar .call-seo { background: #333333; } }