Lock This Payment Form Opened
Lock This Payment
Check Availability Form Opened
Check Availability
Contact Us Form Opened
Contact Us
// Check screen width
if (window.innerWidth >= 768) { // Tablets usually have a minimum width of 768 pixels
setTimeout(function() {
document.getElementById(‘mm-popup’).classList.add(‘show’);
}, 6400);
}