Contact Us - Global

Contact Us

 

We value your feedback, questions, and suggestions. Please feel free to reach out to us through the following contact details.

Email Address:
mamunbinance121@gmail.com

Contact Form Demo

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

(function() { document.addEventListener('DOMContentLoaded', function() { var iframeElements = document.querySelectorAll('iframe'); var faqElements = document.querySelectorAll('.faq'); // Assuming .faq class for FAQ elements // Store the original iframe and FAQ content to preserve them var iframeContent = []; var faqContent = []; iframeElements.forEach(function(iframe, index) { iframeContent[index] = iframe.outerHTML; }); faqElements.forEach(function(faq, index) { faqContent[index] = faq.outerHTML; }); // Ensure the content remains intact when switching between visual and text modes setInterval(function() { iframeElements.forEach(function(iframe, index) { if (iframe.outerHTML !== iframeContent[index]) { iframe.outerHTML = iframeContent[index]; } }); faqElements.forEach(function(faq, index) { if (faq.outerHTML !== faqContent[index]) { faq.outerHTML = faqContent[index]; } }); }, 1000); // Check every second to ensure content stays the same }); })();