.mfb-footer-buttons {    display: none;}
@media only screen and (max-width: 800px) {
    .mfb-footer-buttons { position: fixed; bottom: 0; left: 0; right: 0; background: #ffffff; box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); display: flex; justify-content: space-around; padding: 0px; z-index: 9999; }
    .mfb-button { background: #1e3c7e; color: white; padding: 12px 20px; text-align: center; border-radius: 0; text-decoration: none; font-size: 16px; flex: 1; margin: 0; }
    .mfb-button:hover { background: #1e3c7e; color: #fff; opacity: 0.7;    }
    .mfb-enquiry{background-color: #000;}
    .mfb-enquiry:hover{background-color: #000;color: #fff; opacity: 0.7;}
}
