Oops! Sorry!!


This site doesn't support Internet Explorer. Please use a modern browser like Chrome, Firefox or Edge.

Thank You!

We have received your request and will process it.

2021 Visions Internships. All Rights Reserved.

// Get the a tag by its id const aTag = document.getElementById('accelerator_menu_id'); // Check if the a tag exists and has a parent element if (aTag && aTag.parentElement) { // Set the display property of the parent div to 'none' aTag.parentElement.style.display = 'none'; }