Thank you
Thank you for choosing to download our brochure.
An email will be on its way to you soon with your download link.
// Start the 5-second timer after the page has fully loaded
setTimeout(function() {
// Redirect to another URL
window.location.href = 'https://khironclinics.com/your-brochure'; // Replace with your target URL
}, 5000); // 5000 milliseconds = 5 seconds
};