<!-- <script>
jQuery(function ($) {

  const popupSelector = '#pum-2048';

  function applySuccessUI() {

    const $popup = $(popupSelector);
    if (!$popup.length) return;

    const $form = $popup.find('.mc4wp-form');

    if ($form.hasClass('mc4wp-form-success')) {

      // run only once
      if ($popup.data('done')) return;

      $popup.find('.pum-content').html(
        '<div style="padding:25px;text-align:center;">' +
        '<h2>Thank you!</h2>' +
        '<p>Your submission was successful.</p>' +
        '</div>'
      );

      $popup.data('done', true);
    }
  }

  // Run when popup opens
  $(document).on('pumAfterOpen', function (e, popup) {

    if ($(popup).attr('id') === 'pum-2048') {
      setTimeout(applySuccessUI, 150);
    }
  });

});
</script> -->
<!-- <script>
jQuery(function($){

    // When Download button is clicked
    $(document).on('click', '.popup_dwn_btn_2', function(){
        console.log("btn2 workingggggggggggg..............")
        // Wait for popup to open
        setTimeout(function(){

            $('#pum-2048 input[name="worksheet"]').val('popup_dwn_btn_2');

        }, 200);

    });

});
</script> -->
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//mymathexperts.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://mymathexperts.com/post-sitemap.xml</loc>
		<lastmod>2026-07-09T14:31:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mymathexperts.com/page-sitemap.xml</loc>
		<lastmod>2026-07-13T11:10:59+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mymathexperts.com/testimonial-sitemap.xml</loc>
		<lastmod>2025-05-08T12:16:14+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mymathexperts.com/category-sitemap.xml</loc>
		<lastmod>2026-07-09T14:31:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mymathexperts.com/post_tag-sitemap.xml</loc>
		<lastmod>2026-03-24T10:09:31+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->