    
<script>
function toggleConsultantPassword(fieldId, button) {
    const field = document.getElementById(fieldId);

    if (!field) {
        return;
    }

    if (field.type === 'password') {
        field.type = 'text';
        button.textContent = '🙈';
        button.setAttribute('aria-label', 'Hide password');
    } else {
        field.type = 'password';
        button.textContent = '👁️';
        button.setAttribute('aria-label', 'Show password');
    }
}
</script><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://gismedu.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://gismedu.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://gismedu.com/wp-sitemap-posts-courses-1.xml</loc></sitemap><sitemap><loc>https://gismedu.com/wp-sitemap-posts-lesson-1.xml</loc></sitemap><sitemap><loc>https://gismedu.com/wp-sitemap-posts-tutor_quiz-1.xml</loc></sitemap><sitemap><loc>https://gismedu.com/wp-sitemap-taxonomies-course-category-1.xml</loc></sitemap><sitemap><loc>https://gismedu.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
