<script type="text/javascript">(function() {

    function TheGemAdvancedAnimation() {
        this.animateClass = 'thegem-advanced-animation';
        this.animatedClass = 'thegem-advanced-animation-animated';
    }

    TheGemAdvancedAnimation.prototype = {
        initialize: function () {
            let items =  document.querySelectorAll('.'+this.animateClass);

            if ('IntersectionObserver' in window) {
                let intersectionObserver = new IntersectionObserver((entries, observer)=>{
                    entries.forEach((entry)=> {
                        if (entry.isIntersecting) {
                            this.startAnimation(entry.target);
                            intersectionObserver.unobserve(entry.target);
                        }
                    });
                });

                items.forEach((item)=>{
                    intersectionObserver.observe(item);
                });
            } else {
                items.forEach((item)=>{
                    this.startAnimation(item);
                });
            }
        },

        startAnimation: function (element) {
            if (element.classList.contains(this.animateClass)) {
                setTimeout(() => {
                    element.classList.remove(this.animateClass);
                    element.classList.add(this.animatedClass);
                }, 300);
            }
        }
    };

    window.theGemAdvancedAnimation= new TheGemAdvancedAnimation();
    document.addEventListener('DOMContentLoaded', function() {
        window.theGemAdvancedAnimation.initialize();
    });

    if (window.parent.vc) {
        window.parent.vc.events.on('shortcodeView:updated', function (event) {
            let element = event.view.el.querySelector('.thegem-advanced-animation');
            window.theGemAdvancedAnimation.startAnimation(element);
        });

        window.parent.vc.events.on('app.render', function () {
            window.theGemAdvancedAnimation.initialize();
        });
    }
})();</script>{"id":25549,"date":"2022-02-12T03:52:57","date_gmt":"2022-02-12T03:52:57","guid":{"rendered":"https:\/\/taxservicecentermd.com\/frequently-asked-questions\/"},"modified":"2022-03-10T21:01:35","modified_gmt":"2022-03-10T21:01:35","slug":"frequently-asked-questions","status":"publish","type":"page","link":"https:\/\/taxservicecentermd.com\/en\/frequently-asked-questions\/","title":{"rendered":"FREQUENTLY ASKED QUESTIONS"},"content":{"rendered":"<p>[vc_row][vc_column width=&#8221;5\/6&#8243;][vc_column_text]<\/p>\n<h5><strong>WHEN WILL I RECEIVE MY REFUND?<\/strong><\/h5>\n<p>[\/vc_column_text][vc_column_text]The IRS typically processes tax returns and sends refunds within 6-8 weeks. Most clients receive their refunds in an average of 21 days, however, this depends on the complexity of your return and the credits you are eligible to receive. To ensure you receive your refund faster, make sure you choose the option to have your refund be directly deposited into your bank account.<\/p>\n<p><strong>You can check that status of your refund by clicking below:\u00a0 <\/strong>[\/vc_column_text][vc_row_inner content_placement=&#8221;middle&#8221;][vc_column_inner]<div class=\"gem-button-container gem-button-position-inline thegem-button-69e1b09a239ab69\"  ><a class=\"gem-button gem-button-size-small gem-button-style-flat gem-button-text-weight-normal gem-button-icon-position-left\"data-ll-effect=\"drop-right-without-wrap\" style=\"border-radius: 10px;background-color: #bd0000;color: #ffd507;\" onmouseleave=\"this.style.backgroundColor='#bd0000';this.style.color='#ffd507';\" onmouseenter=\"this.style.backgroundColor='#232323';this.style.color='#ffffff';\" href=\"https:\/\/sa.www4.irs.gov\/irfof\/lang\/en\/irfofgetstatus.jsp\" target=\"_blank\"><i class=\"gem-print-icon gem-icon-pack-elegant \">&#x45;<\/i>IRS FEDERAL REFUND<\/a><\/div> <div class=\"gem-button-container gem-button-position-inline thegem-button-69e1b09a23a053517\"  ><a class=\"gem-button gem-button-size-small gem-button-style-flat gem-button-text-weight-normal gem-button-icon-position-left\"data-ll-effect=\"drop-right-without-wrap\" style=\"border-radius: 10px;background-color: #bd0000;color: #ffd507;\" onmouseleave=\"this.style.backgroundColor='#bd0000';this.style.color='#ffd507';\" onmouseenter=\"this.style.backgroundColor='#232323';this.style.color='#ffffff';\" href=\"https:\/\/interactive.marylandtaxes.gov\/INDIV\/refundstatus\/home.aspx\" target=\"_blank\"><i class=\"gem-print-icon gem-icon-pack-elegant \">&#x45;<\/i>MARYLAND REFUND<\/a><\/div> <div class=\"gem-button-container gem-button-position-inline thegem-button-69e1b09a23a469345\"  ><a class=\"gem-button gem-button-size-small gem-button-style-flat gem-button-text-weight-normal gem-button-icon-position-left\"data-ll-effect=\"drop-right-without-wrap\" style=\"border-radius: 10px;background-color: #bd0000;color: #ffd507;\" onmouseleave=\"this.style.backgroundColor='#bd0000';this.style.color='#ffd507';\" onmouseenter=\"this.style.backgroundColor='#232323';this.style.color='#ffffff';\" href=\"https:\/\/mytax.dc.gov\/_\/\" target=\"_blank\"><i class=\"gem-print-icon gem-icon-pack-elegant \">&#x45;<\/i>DC REFUND<\/a><\/div> <div class=\"gem-button-container gem-button-position-inline thegem-button-69e1b09a23a808756\"  ><a class=\"gem-button gem-button-size-small gem-button-style-flat gem-button-text-weight-normal gem-button-icon-position-left\"data-ll-effect=\"drop-right-without-wrap\" style=\"border-radius: 10px;background-color: #bd0000;color: #ffd507;\" onmouseleave=\"this.style.backgroundColor='#bd0000';this.style.color='#ffd507';\" onmouseenter=\"this.style.backgroundColor='#232323';this.style.color='#ffffff';\" href=\"https:\/\/www.individual.tax.virginia.gov\/IOP\/#\/refund\" target=\"_blank\"><i class=\"gem-print-icon gem-icon-pack-elegant \">&#x45;<\/i>VIRGINIA REFUND<\/a><\/div> [\/vc_column_inner][\/vc_row_inner]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-bottom: 55px;\"><\/div>[vc_row_inner][vc_column_inner][vc_column_text]<\/p>\n<h5><strong>WHAT SHOULD I BRING TO DO MY TAXES?<\/strong><\/h5>\n<p>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][vc_single_image image=&#8221;25106&#8243; img_size=&#8221;medium&#8221; onclick=&#8221;custom_link&#8221; img_link_target=&#8221;_blank&#8221; link=&#8221;http:%2F%2Ftaxservicecentermd.com%2Fwp-content%2Fuploads%2F2022%2F02%2Fque-traer-para-hacer-mi-tax.pdf|&#8221; css=&#8221;.vc_custom_1644681412143{margin-bottom: 5px !important;border-bottom-width: 5px !important;padding-bottom: 5px !important;padding-left: 25px !important;}&#8221;]<div class=\"gem-button-container gem-button-position-inline thegem-button-69e1b09a23ac81340\"  ><a class=\"gem-button gem-button-size-small gem-button-style-flat gem-button-text-weight-normal gem-button-icon-position-left\"data-ll-effect=\"drop-right-without-wrap\" style=\"border-radius: 10px;background-color: #bd0000;color: #ffd507;\" onmouseleave=\"this.style.backgroundColor='#bd0000';this.style.color='#ffd507';\" onmouseenter=\"this.style.backgroundColor='#232323';this.style.color='#ffffff';\" href=\"https:\/\/taxservicecentermd.com\/wp-content\/uploads\/2022\/03\/What-to-bring-to-file-my-tax.pdf\" target=\"_blank\"><i class=\"gem-print-icon gem-icon-pack-fontawesome \">&#xf0f6;<\/i>SEE LIST OF DOCUMENTS<\/a><\/div> <div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-bottom: 55px;\"><\/div>[vc_row_inner][vc_column_inner][vc_column_text]<\/p>\n<h5><strong>HOW MUCH DOES IT COST TO DO MY TAXES WITH YOU?<\/strong><\/h5>\n<p>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][vc_column_text]Our prices are based on the complexity of your return and filing status. We pride ourselves on offering fair prices while providing superior service.<\/p>\n<p><strong>To learn more, you can visit us at our office or contact us, we will be more than happy to give you a more personalized quote on our pricing.<\/strong>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-bottom: 55px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/6&#8243;][\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column width=&#8221;5\/6&#8243;][vc_column_text] WHEN WILL I RECEIVE MY REFUND? [\/vc_column_text][vc_column_text]The IRS typically processes tax returns and sends refunds within 6-8 weeks&#8230;.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"_links":{"self":[{"href":"https:\/\/taxservicecentermd.com\/en\/wp-json\/wp\/v2\/pages\/25549"}],"collection":[{"href":"https:\/\/taxservicecentermd.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/taxservicecentermd.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/taxservicecentermd.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/taxservicecentermd.com\/en\/wp-json\/wp\/v2\/comments?post=25549"}],"version-history":[{"count":13,"href":"https:\/\/taxservicecentermd.com\/en\/wp-json\/wp\/v2\/pages\/25549\/revisions"}],"predecessor-version":[{"id":25608,"href":"https:\/\/taxservicecentermd.com\/en\/wp-json\/wp\/v2\/pages\/25549\/revisions\/25608"}],"wp:attachment":[{"href":"https:\/\/taxservicecentermd.com\/en\/wp-json\/wp\/v2\/media?parent=25549"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}