Privacy :
Users’ privacy is very important to FIMCL. The Company is committed to safeguard the information Users entrust to us.
The Information We Collect:
FIMCL may collect personally identifiable information from Users in a variety of ways, including, through online forms for ordering products and services, and other instances where Users are invited to volunteer such information. While not all of the information that we collect from Users is personally identifiable, it may be ‘associated’ with personally identifiable information that Users provide us through our Website. FIMCL may use “cookies” to track Users activity and usage of our Web site. While not all of the information that we collect from Users is personally identifiable, it may be ‘associated’ with personally identifiable information that Users provide us through our Website. FIMCL does not seek to collect sensitive personal information (such as information revealing personal preferences, political opinions, religious beliefs, health or other matters) through this Website.
How We Use Information:
FIMCL may use personally identifiable information collected through our Website to contact Users regarding products and services offered by the Company and otherwise to enhance Users’ experience with FIMCL.
Maintenance of Information:
FIMCL will make every effort to ensure that Information about users that is maintained on our systems is protected by regulatory authorities and using industry standard security measures.
// document.querySelectorAll('.wa-btn').forEach(function(btn){
// btn.addEventListener('click', function(){
// const content = this.previousElementSibling;
// const button = this;
// button.style.pointerEvents = "none";
// setTimeout(function(){
// content.classList.toggle('show');
// button.textContent = content.classList.contains('show')
// ? 'See less'
// : 'See more';
// button.style.pointerEvents = "auto";
// }, 200);
// });
// });
// document.addEventListener("DOMContentLoaded",function(){
// document.querySelectorAll(".read-more-btn").forEach(function(btn){
// btn.addEventListener("click",function(e){
// e.preventDefault();
// const content=this.previousElementSibling;
// content.classList.toggle("active");
// this.textContent=content.classList.contains("active")?"See less":"See more";
// });
// });
// });