Contact

Address

1003 Bhoomi Gardenia 2 Plot No.10 ,Sector 20 Navi Mumbai Pincode:-410218 Maharashtra.

Mobile

9753222250

Mail Us

info@researchmart.in

CONTACT

Send a Message

HAVE ANY QUERY? SEND US A NOTE USING THE FORM BELOW.

    Get In Touch

    Address

    Hyderabad -50, Telangana.
    Timings:
    Tue- Fri - 10.30 am to 5.30 pm
    Sat & sun - 9.30am to 7.00pm
    Monday Holiday

    Mail

    contact@consulting.artem.co.in

    Mobile

    9666666425

    Website

    http://artem.co.in/

    Our Location

    OUR BUSINESS ADDRESS IS BELOW.
    document.addEventListener("DOMContentLoaded", function () { const roots = document.querySelectorAll( ".widget_categories, .wp-block-categories, .elementor-widget-wp-widget-categories, .elementor-widget-categories" ); roots.forEach(root => { const childUls = root.querySelectorAll("ul.children"); childUls.forEach(ul => { const li = ul.closest("li"); if (!li) return; // mark parent li.classList.add("has-children"); // don't add button twice if (li.querySelector(":scope > .cat-toggle-btn")) return; // insert a toggle button after the first link/text const a = li.querySelector(":scope > a"); const btn = document.createElement("button"); btn.type = "button"; btn.className = "cat-toggle-btn"; btn.setAttribute("aria-label", "Toggle subcategories"); btn.textContent = "▾"; btn.addEventListener("click", function (e) { e.preventDefault(); e.stopPropagation(); const open = li.classList.toggle("is-open"); btn.textContent = open ? "▴" : "▾"; }); if (a) { a.insertAdjacentElement("afterend", btn); } else { li.insertAdjacentElement("afterbegin", btn); } }); }); });