<!doctype html>
<html lang="en-US" itemscope itemtype="https://schema.org/WebPage" class="wpex-color-scheme-default">
<head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.5.1",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],this.interceptedClickListeners=[],this._interceptClickListeners(this),window.addEventListener("pageshow",e=>{this.persisted=e.persisted,this.everythingLoaded&&this._triggerLastFunctions()}),document.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventHandler,{passive:!0})),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(e=>window.removeEventListener(e,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!0),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}_interceptClickListeners(e){EventTarget.prototype.addEventListenerBase=EventTarget.prototype.addEventListener,EventTarget.prototype.addEventListener=function(t,i,r){"click"!==t||e.windowLoaded||i===e.clickHandler||e.interceptedClickListeners.push({target:this,func:i,options:r}),(this||window).addEventListenerBase(t,i,r)}}_disableOtherEventListeners(e,t){this.interceptedClickListeners.forEach(i=>{i.target===e&&(t?e.removeEventListener("click",i.func,i.options):e.addEventListener("click",i.func,i.options))}),e.parentNode!==document.documentElement&&this._disableOtherEventListeners(e.parentNode,t)}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach(t=>{let i=t.getAttribute("data-rocket-src");if(i&&0!==i.indexOf("data:")){0===i.indexOf("//")&&(i=location.protocol+i);try{let r=new URL(i).origin;r!==location.origin&&e.push({src:r,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}catch(n){}}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this.everythingLoaded=!0,this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}async _transformScript(e){if(await this._littleBreath(),!0===e.noModule&&"noModule"in HTMLScriptElement.prototype){e.setAttribute("data-rocket-status","skipped");return}return new Promise(t=>{let i;function r(){(i||e).setAttribute("data-rocket-status","executed"),t()}try{if(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)i=document.createElement("script"),[...e.attributes].forEach(e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),"data-rocket-src"===t&&(t="src"),i.setAttribute(t,e.nodeValue))}),e.text&&(i.text=e.text),i.hasAttribute("src")?(i.addEventListener("load",r),i.addEventListener("error",function(){i.setAttribute("data-rocket-status","failed"),t()}),setTimeout(()=>{i.isConnected||t()},1)):(i.text=e.text,r()),e.parentNode.replaceChild(i,e);else{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",r),e.addEventListener("error",function(){e.setAttribute("data-rocket-status","failed"),t()}),s?(e.removeAttribute("data-rocket-src"),e.src=s):e.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(e.text)))}}catch(a){e.setAttribute("data-rocket-status","failed"),t()}})}async _loadScriptsFromList(e){let t=e.shift();return t&&t.isConnected?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(i,r){return t[r].eventsToRewrite.indexOf(i)>=0&&!e.everythingLoaded?"rocket-"+i:i}function r(e,r){var n;!t[n=e]&&(t[n]={originalFunctions:{add:n.addEventListener,remove:n.removeEventListener},eventsToRewrite:[]},n.addEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.add.apply(n,arguments)},n.removeEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.remove.apply(n,arguments)}),t[e].eventsToRewrite.push(r)}function n(t,i){let r=t[i];t[i]=null,Object.defineProperty(t,i,{get:()=>r||function(){},set(n){e.everythingLoaded?r=n:t["rocket"+i]=r=n}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t;function i(t){return e.everythingLoaded?t:t.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}function r(r){if(r&&r.fn&&!e.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(r)),r([])};let n=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=i(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let t=arguments[0][e];delete arguments[0][e],arguments[0][i(e)]=t})),n.apply(this,arguments),this},e.allJQueries.push(r)}t=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){r(e)}})}async _pendingWebpackRequests(e){let t=document.querySelector("script[data-webpack]");async function i(){return new Promise(e=>{t.addEventListener("load",e),t.addEventListener("error",e)})}t&&(await i(),await e._requestAnimFrame(),await e._pendingWebpackRequests(e))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded"))}async _triggerWindowLoad(){await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(e=>e(window).trigger("rocket-jquery-load")),await this._littleBreath();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted}),this.windowLoaded=!0}_triggerLastFunctions(){document.onreadystatechange&&document.onreadystatechange(),window.onload&&window.onload(),window.onpageshow&&window.onpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(e=>setTimeout(e)):new Promise(e=>requestAnimationFrame(e))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>

<link rel="profile" href="http://gmpg.org/xfn/11">
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<meta name="generator" content="Total WordPress Theme v5.6.0">
<meta name="viewport" content="width=device-width, initial-scale=1">

	<!-- This site is optimized with the Yoast SEO Premium plugin v20.9 (Yoast SEO v27.7) - https://yoast.com/product/yoast-seo-premium-wordpress/ -->
	<title>Credit Repair Blog | Tips and Advice for Improving Your Credit</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&#038;subset=latin&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&#038;subset=latin&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&#038;subset=latin&#038;display=swap" /></noscript>
	<meta name="description" content="Learn to improve your credit with our credit repair blog. Helpful tips and strategies for fixing errors and paying down debt." />
	<link rel="canonical" href="https://mycreditgroup.com/blog/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="Blog" />
	<meta property="og:description" content="Learn to improve your credit with our credit repair blog. Helpful tips and strategies for fixing errors and paying down debt." />
	<meta property="og:url" content="https://mycreditgroup.com/blog/" />
	<meta property="article:publisher" content="https://www.facebook.com/MyCreditGroupLLC/" />
	<meta property="article:modified_time" content="2024-08-12T14:04:04+00:00" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@mycreditgroup" />
	<meta name="twitter:label1" content="Est. reading time" />
	<meta name="twitter:data1" content="2 minutes" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mycreditgroup.com\/blog\/","url":"https:\/\/mycreditgroup.com\/blog\/","name":"Credit Repair Blog | Tips and Advice for Improving Your Credit","isPartOf":{"@id":"https:\/\/mycreditgroup.com\/#website"},"datePublished":"2023-01-13T02:02:05+00:00","dateModified":"2024-08-12T14:04:04+00:00","description":"Learn to improve your credit with our credit repair blog. Helpful tips and strategies for fixing errors and paying down debt.","breadcrumb":{"@id":"https:\/\/mycreditgroup.com\/blog\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mycreditgroup.com\/blog\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mycreditgroup.com\/blog\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mycreditgroup.com\/"},{"@type":"ListItem","position":2,"name":"Blog"}]},{"@type":"WebSite","@id":"https:\/\/mycreditgroup.com\/#website","url":"https:\/\/mycreditgroup.com\/","name":"My Credit Group","description":"","publisher":{"@id":"https:\/\/mycreditgroup.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mycreditgroup.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mycreditgroup.com\/#organization","name":"My Credit Group","url":"https:\/\/mycreditgroup.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mycreditgroup.com\/#\/schema\/logo\/image\/","url":"","contentUrl":"","caption":"My Credit Group"},"image":{"@id":"https:\/\/mycreditgroup.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/MyCreditGroupLLC\/","https:\/\/x.com\/mycreditgroup"]}]}</script>
	<!-- / Yoast SEO Premium plugin. -->


<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link rel='stylesheet' id='js_composer_front-css' href='https://mycreditgroup.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=6.9.0' media='all' />
<style id="wp-block-library-inline-css">
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=/wp-includes/css/dist/block-library/common.min.css */
</style>
<style id="wp-block-categories-inline-css">
.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label:not(.screen-reader-text){display:block;width:100%}
/*# sourceURL=https://mycreditgroup.com/wp-includes/blocks/categories/style.min.css */
</style>
<style id="wp-block-heading-inline-css">
h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
/*# sourceURL=https://mycreditgroup.com/wp-includes/blocks/heading/style.min.css */
</style>

<style id="classic-theme-styles-inline-css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>

<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--accent: #6366f1;--wp--preset--color--on-accent: #fff;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-accent-color{color: var(--wp--preset--color--accent) !important;}.has-on-accent-color{color: var(--wp--preset--color--on-accent) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-accent-background-color{background-color: var(--wp--preset--color--accent) !important;}.has-on-accent-background-color{background-color: var(--wp--preset--color--on-accent) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-accent-border-color{border-color: var(--wp--preset--color--accent) !important;}.has-on-accent-border-color{border-color: var(--wp--preset--color--on-accent) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */
</style>


<link rel='stylesheet' id='wpex-style-css' href='https://mycreditgroup.com/wp-content/themes/Total/style.css?ver=5.6.0' media='all' />
<link rel='stylesheet' id='wpex-mobile-menu-breakpoint-max-css' href='https://mycreditgroup.com/wp-content/themes/Total/assets/css/wpex-mobile-menu-breakpoint-max.css?ver=5.6.0' media='only screen and (max-width:959px)' />
<link rel='stylesheet' id='wpex-mobile-menu-breakpoint-min-css' href='https://mycreditgroup.com/wp-content/themes/Total/assets/css/wpex-mobile-menu-breakpoint-min.css?ver=5.6.0' media='only screen and (min-width:960px)' />
<link rel='stylesheet' id='wpex-wpbakery-css' href='https://mycreditgroup.com/wp-content/themes/Total/assets/css/wpex-wpbakery.css?ver=5.6.0' media='all' />
<link rel='stylesheet' id='vcex-shortcodes-css' href='https://mycreditgroup.com/wp-content/themes/Total/assets/css/vcex-shortcodes.css?ver=5.6.0' media='all' />
<link rel='stylesheet' id='uacf7-form-style-css' href='https://mycreditgroup.com/wp-content/plugins/ultimate-addons-for-contact-form-7/assets/css/form-style.css?ver=7.0' media='all' />
<script type="rocketlazyloadscript" id="jquery-core-js" data-rocket-src="https://mycreditgroup.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" defer></script>
<script type="rocketlazyloadscript" id="jquery-migrate-js" data-rocket-src="https://mycreditgroup.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" defer></script>
<link rel="icon" href="https://mycreditgroup.com/wp-content/uploads/2023/02/32-1.webp" sizes="32x32"><link rel="shortcut icon" href="https://mycreditgroup.com/wp-content/uploads/2023/02/32-1.webp"><link rel="apple-touch-icon" href="https://mycreditgroup.com/wp-content/uploads/2023/02/57.webp" sizes="57x57" ><link rel="apple-touch-icon" href="https://mycreditgroup.com/wp-content/uploads/2023/02/76.webp" sizes="76x76" ><link rel="apple-touch-icon" href="https://mycreditgroup.com/wp-content/uploads/2023/02/120.webp" sizes="120x120"><link rel="apple-touch-icon" href="https://mycreditgroup.com/wp-content/uploads/2023/02/150.webp" sizes="114x114"><noscript><style>body:not(.content-full-screen) .wpex-vc-row-stretched[data-vc-full-width-init="false"]{visibility:visible;}</style></noscript><style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1676553250373{border-bottom-width: 1px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-bottom-color: #cccccc !important;border-bottom-style: solid !important;}.vc_custom_1677106536635{border-top-width: 1px !important;background-color: #f4faff !important;border-top-color: #e2e5f1 !important;border-top-style: solid !important;}.vc_custom_1677106577836{border-bottom-width: 1px !important;background-color: #f4faff !important;border-bottom-color: #e2e5f1 !important;border-bottom-style: solid !important;}.vc_custom_1674420431265{padding-top: 50px !important;}.vc_custom_1676824971977{margin-top: 60px !important;margin-right: 60px !important;margin-bottom: 60px !important;margin-left: 60px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;background-color: #6366f1 !important;border-left-style: solid !important;border-right-style: solid !important;border-top-style: solid !important;border-bottom-style: solid !important;border-radius: 10px !important;}.vc_custom_1673753576450{padding-top: 15px !important;}.vc_custom_1676553190148{padding-top: 20px !important;padding-bottom: 15px !important;}.vc_custom_1676825149126{padding-right: 25px !important;padding-left: 25px !important;}.vc_custom_1673753731246{margin-right: 25px !important;margin-left: 25px !important;}.vc_custom_1674418286736{padding-top: 20px !important;}.vc_custom_1676289913912{padding-top: 40px !important;}.vc_custom_1674418286736{padding-top: 20px !important;}.vc_custom_1676050479989{padding-top: 40px !important;}.vc_custom_1674418286736{padding-top: 20px !important;}.vc_custom_1676050522582{padding-top: 40px !important;}.vc_custom_1676824984915{padding-top: 50px !important;}.vc_custom_1723471413293{margin-top: 30px !important;margin-bottom: 30px !important;}</style><noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><style data-type="wpex-css" id="wpex-css">/*TYPOGRAPHY*/body{font-family:"Roboto",sans-serif;font-weight:400;font-style:normal;font-size:16px;color:#5f6368}.theme-button,input[type="submit"],button,#site-navigation .menu-button>a>span.link-inner,.woocommerce .button,.added_to_cart,.wp-block-search .wp-block-search__button,.wp-block-file a.wp-block-file__button{font-family:"Roboto",sans-serif;font-weight:400;text-transform:none}.header-aside-content{font-family:"Roboto",sans-serif;color:#202124}.main-navigation-ul .link-inner{font-family:"Roboto",sans-serif;font-weight:400;font-style:normal;font-size:14px;text-transform:uppercase}.main-navigation-ul .sub-menu .link-inner{font-family:"Lato",sans-serif}.wpex-mobile-menu,#sidr-main{font-family:"Roboto",sans-serif}.blog-entry-title.entry-title,.blog-entry-title.entry-title a,.blog-entry-title.entry-title a:hover{font-family:"Roboto",sans-serif;font-weight:400;font-size:36px;color:#202124}.blog-entry .meta{font-family:"Source Sans Pro",sans-serif;font-weight:400;font-size:18px;color:#464646}.blog-entry-excerpt{font-family:"Roboto",sans-serif;font-weight:300;font-size:16px;color:#5f6368}body.single-post .single-post-title{font-family:"Roboto",sans-serif;font-weight:400;font-size:46px;color:#202124}.single-post .meta{font-family:"Roboto",sans-serif;font-weight:400;font-size:16px;color:#464646}.site-breadcrumbs{font-family:"Lato",sans-serif}.sidebar-box .widget-title{font-family:"Source Sans Pro",sans-serif}h1,h2,h3,h4,h5,h6,.theme-heading,.page-header-title,.wpex-heading,.vcex-heading,.entry-title,.wpex-font-heading{font-family:"Roboto",sans-serif;font-weight:400;color:#464646;text-transform:uppercase}.theme-heading{font-family:"Roboto",sans-serif;font-weight:400}h1,.wpex-h1{font-family:"Roboto",sans-serif;font-weight:700;font-size:38px;color:#202124;line-height:45px;text-transform:none;margin-bottom:1px}h2,.wpex-h2{font-family:"Roboto",sans-serif;font-weight:400;font-style:normal;font-size:36px;color:#202124;text-transform:none}h3,.wpex-h3{font-family:"Lato",sans-serif;font-weight:600;font-size:22px;color:#333333}h4,.wpex-h4{font-family:"Lato",sans-serif}.single-blog-content,.vcex-post-content-c,.wpb_text_column,body.no-composer .single-content,.woocommerce-Tabs-panel--description{font-family:"Roboto",sans-serif;font-weight:400;font-size:16px;color:#464646}#footer-widgets{font-family:"Source Sans Pro",sans-serif;font-size:15px}.footer-widget .widget-title{font-family:"Source Sans Pro",sans-serif;font-weight:500;font-size:18px}#copyright{font-family:"Open Sans",sans-serif}#footer-bottom-menu{font-family:"Roboto",sans-serif}.vcex-heading{font-family:"Roboto",sans-serif;color:#464646}/*ADVANCED STYLING CSS*/:root{--wpex-bold:400}/*CUSTOMIZER STYLING*/:root{--wpex-accent:#6366f1;--wpex-accent-alt:#6366f1;--wpex-surface-1:#ffffff;--wpex-link-color:#6366f1;--wpex-hover-heading-link-color:#6366f1;--wpex-hover-link-color:#2125f2;--wpex-btn-border-radius:5px;--wpex-btn-color:#ffffff;--wpex-btn-bg:#6366f1;--wpex-hover-btn-bg:#4044ee;--wpex-btn-border-style:solid;--wpex-site-header-height:73px;--wpex-site-header-gutter:30px;--wpex-site-logo-max-height-ratio:0.5;--wpex-site-header-shrink-start-height:40px;--wpex-site-header-shrink-end-height:60px;--wpex-main-nav-height:29px;--wpex-main-nav-line-height:29px;--wpex-vc-column-inner-margin-bottom:40px}.page-header.wpex-supports-mods .page-header-title{color:#202124}#site-scroll-top{background-color:#5c1f87;color:#ffffff}:root,.boxed-main-layout.wpex-responsive #wrap{--wpex-container-width:1170px}.header-padding{padding-top:12px;padding-bottom:12px}#site-header,#searchform-header-replace{color:#3f3f40}#site-header{background-color:#ffffff}#site-header-sticky-wrapper{background-color:#ffffff}#site-header-sticky-wrapper.is-sticky #site-header{background-color:#ffffff}.boxed-main-layout #site-header-sticky-wrapper.is-sticky #site-header{background-color:#ffffff}.footer-has-reveal #site-header{background-color:#ffffff}#searchform-header-replace{background-color:#ffffff}.wpex-has-vertical-header #site-header{background-color:#ffffff}#site-header-flex-aside{--wpex-link-color:#f6a021;--wpex-hover-link-color:#f6a021;--wpex-hover-link-color:#f49200}.wpex-sticky-header-holder.is-sticky #site-header{opacity:1}#site-navigation-wrap{--wpex-main-nav-link-padding-x:10px;--wpex-main-nav-bg:#ffffff;--wpex-main-nav-link-color:#3f3f40;--wpex-hover-main-nav-link-color:#3f3f40;--wpex-active-main-nav-link-color:#3f3f40;--wpex-hover-main-nav-link-color:#000000;--wpex-active-main-nav-link-color:#000000}#searchform-dropdown{--wpex-dropmenu-colored-top-border-color:#30333f}#wpex-searchform-overlay{background-color:#30333f}#mobile-menu{--wpex-link-color:#ffffff;--wpex-hover-link-color:#ffffff}#sidebar{background-color:#ffffff}#sidebar li{border-color:#898989}#sidebar .modern-menu-widget{border-color:#898989}#sidebar .modern-menu-widget li ul{border-color:#898989}#sidebar #wp-calendar thead th{border-color:#898989}#sidebar #wp-calendar tbody td{border-color:#898989}.author-bio-avatar img{width:0px;height:0px}#footer-inner{padding-top:10px;padding-bottom:20px}#footer{--wpex-surface-1:#f3f6ff;background-color:#f3f6ff;color:#5f6368;--wpex-heading-color:#5f6368;--wpex-text-2:#5f6368;--wpex-heading-color:#5f6368;--wpex-link-color:#5f6368;--wpex-hover-link-color:#5f6368;--wpex-hover-link-color:#6366f1}.footer-widget .widget-title{padding-top:30px}#footer-bottom{background-color:#f3f6ff;color:#5f6368;--wpex-text-2:#5f6368}@media only screen and (min-width:960px){#site-logo .logo-img{max-width:270px}}@media only screen and (max-width:767px){:root,.boxed-main-layout.wpex-responsive #wrap{--wpex-container-width:767px}}@media only screen and (min-width:480px) and (max-width:767px){:root,.boxed-main-layout.wpex-responsive #wrap{--wpex-container-width:767px}}</style><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://mycreditgroup.com/wp-content/cache/min/1/v2/chargebee.js?ver=1723670717" data-cb-site="mycreditgroup"  defer></script>
</head>

<body class="wp-singular page-template page-template-templates page-template-no-sidebar page-template-templatesno-sidebar-php page page-id-9082 wp-custom-logo wp-embed-responsive wp-theme-Total wpex-theme wpex-responsive full-width-main-layout has-composer wpex-live-site site-full-width content-full-width svg-ticons hasnt-overlay-header page-header-disabled wpex-mobile-toggle-menu-icon_buttons has-mobile-menu wpex-no-js wpb-js-composer js-comp-ver-6.9.0 vc_responsive">

	
	
	
<a href="#content" class="skip-to-content">skip to Main Content</a><span data-ls_id="#site_top"></span>
	<div id="outer-wrap" class="wpex-overflow-hidden">
		
		<div id="wrap" class="wpex-clr">

			


	<header id="site-header" class="header-seven header-fixed-height wpex-dropdowns-shadow-one fixed-scroll wpex-z-99 custom-bg dyn-styles wpex-relative" itemscope="itemscope" itemtype="https://schema.org/WPHeader">

		
		<div id="site-header-inner" class="header-seven-inner container wpex-relative wpex-h-100 wpex-flex wpex-z-10"><div id="site-header-flex" class="wpex-flex wpex-justify-between wpex-items-center wpex-w-100">
<div id="site-logo" class="site-branding header-seven-logo wpex-flex wpex-items-center wpex-h-100">
	<div id="site-logo-inner" ><a id="site-logo-link" href="https://mycreditgroup.com/" rel="home" class="main-logo"><img src="https://mycreditgroup.com/wp-content/uploads/2023/02/MyCreditGroup-Logo-1-copy.webp" alt="MyCreditGroup Home Page" class="logo-img" width="260" height="65" data-no-retina data-skip-lazy fetchpriority="high"></a></div>

</div>
	
	<div id="site-navigation-wrap" class="navbar-style-seven wpex-max-h-100 wpex-mr-auto wpex-flush-dropdowns wpex-self-stretch wpex-stretch-megamenus hide-at-mm-breakpoint">

		<nav id="site-navigation" class="navigation main-navigation main-navigation-seven" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" aria-label="Main menu">

			
				<ul id="menu-main" class="main-navigation-ul dropdown-menu wpex-flex wpex-items-center sf-menu"><li id="menu-item-6274" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children dropdown menu-item-6274"><a><span class="link-inner">Services</span></a>
<ul class="sub-menu">
	<li id="menu-item-10107" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10107"><a href="https://mycreditgroup.com/services/process/"><span class="link-inner">How the Process Works</span></a></li>
	<li id="menu-item-10783" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10783"><a href="https://mycreditgroup.com/services/credit-repair/"><span class="link-inner">Credit Repair Services</span></a></li>
	<li id="menu-item-10105" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10105"><a href="https://mycreditgroup.com/services/debt-settlement/"><span class="link-inner">Debt Settlement</span></a></li>
	<li id="menu-item-10106" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10106"><a href="https://mycreditgroup.com/services/pay-for-delete/"><span class="link-inner">Pay for Delete</span></a></li>
</ul>
</li>
<li id="menu-item-4866" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4866"><a href="https://mycreditgroup.com/pricing/"><span class="link-inner">Prices</span></a></li>
<li id="menu-item-7842" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7842"><a href="https://mycreditgroup.com/faq/"><span class="link-inner">FAQ</span></a></li>
<li id="menu-item-10784" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10784"><a href="https://mycreditgroup.com/testimonials/"><span class="link-inner">Testimonials</span></a></li>
<li id="menu-item-10020" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10020"><a href="https://mycreditgroup.com/about/"><span class="link-inner">About</span></a></li>
<li id="menu-item-9318" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-9082 current_page_item menu-item-has-children dropdown menu-item-9318"><a href="https://mycreditgroup.com/blog/" aria-current="page"><span class="link-inner">Blog</span></a>
<ul class="sub-menu">
	<li id="menu-item-10116" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10116"><a href="https://mycreditgroup.com/credit-repair/"><span class="link-inner">Credit Repair</span></a></li>
	<li id="menu-item-10117" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10117"><a href="https://mycreditgroup.com/personal-finance/"><span class="link-inner">Personal Finance</span></a></li>
	<li id="menu-item-10118" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10118"><a href="https://mycreditgroup.com/industry-news/"><span class="link-inner">Industry News</span></a></li>
</ul>
</li>
<li id="menu-item-10121" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10121"><a href="https://mycreditgroup.com/contact/"><span class="link-inner">Contact</span></a></li>
</ul>
			
		</nav>

	</div>

	

<div id="site-header-flex-aside" class="wpex-flex wpex-items-center wpex-justify-end wpex-h-100 header-seven-aside">
    <div id="site-header-flex-aside-inner" class="header-aside-content wpex-flex wpex-flex-wrap wpex-items-center"><a href="https://mycreditgroup.com/free-consultation/" class="theme-button wpex-ml-20">Signup</a></div>
</div>
<div id="mobile-menu" class="wpex-mobile-menu-toggle show-at-mm-breakpoint wpex-flex wpex-items-center wpex-h-100">
	<div class="wpex-inline-flex wpex-items-center">
						<a href="#" class="mobile-menu-toggle" role="button" aria-label="Toggle mobile menu" aria-expanded="false"><span class="mobile-menu-toggle__icon wpex-flex"><span class="wpex-hamburger-icon wpex-hamburger-icon--inactive wpex-hamburger-icon--animate" aria-hidden="true"><span></span></span></span></a>			</div>
</div></div>
<div id="searchform-dropdown" data-placeholder="Search" data-disable-autocomplete="true" class="header-searchform-wrap header-drop-widget header-drop-widget--colored-top-border wpex-invisible wpex-opacity-0 wpex-absolute wpex-transition-all wpex-duration-200 wpex-translate-Z-0 wpex-text-initial wpex-z-10000 wpex-top-100 wpex-right-0 wpex-surface-1 wpex-text-2 wpex-p-15">
	
<form method="get" class="searchform" action="https://mycreditgroup.com/">
	<label>
		<span class="screen-reader-text">Search</span>
		<input type="search" class="field" name="s" placeholder="Search" />
	</label>
			<button type="submit" class="searchform-submit"><span class="wpex-svg-icon" aria-hidden="true"><svg height="20" width="20" fill="currentColor" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 30 32"><path d="M20.571 14.857q0-3.304-2.348-5.652t-5.652-2.348-5.652 2.348-2.348 5.652 2.348 5.652 5.652 2.348 5.652-2.348 2.348-5.652zM29.714 29.714q0 0.929-0.679 1.607t-1.607 0.679q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884 0.991-4.884 2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607z"></path></svg></span><span class="screen-reader-text">Submit</span></button>
</form></div></div>

		
	</header>



			
			<main id="main" class="site-main wpex-clr">

				
	<div id="content-wrap" class="container wpex-clr">

		
		<div id="primary" class="content-area wpex-clr">

			
			<div id="content" class="site-content wpex-clr">

				
				
					
						
<article id="single-blocks" class="single-page-article wpex-clr">
<div class="single-page-content single-content entry wpex-clr"><div class="vc_row wpb_row vc_row-fluid vc_custom_1676553250373 vc_row-o-content-middle vc_row-flex wpex-vc_row-has-fill no-bottom-margins wpex-vc-reset-negative-margin wpex-has-overlay wpex-vc-full-width-row wpex-vc-full-width-row--centered"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner vc_custom_1673753576450"><div class="wpb_wrapper"><div class="vc_empty_space"   style="height: 50px"><span class="vc_empty_space_inner"></span></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner"><div class="wpb_wrapper"><style>.vcex_6a26597e82b65{font-size:40px!important;}@media (max-width:767px){.vcex_6a26597e82b65{font-size:30px!important;}}</style><h1 class="vcex-heading vcex-module wpex-text-2xl wpex-font-normal wpex-m-auto wpex-max-w-100 vcex-heading-plain wpex-h1 wpex-block wpex-text-center aligncenter vc_custom_1676553190148 vcex_6a26597e82b65" style="color:#202124;font-family:&#039;Roboto&#039;,sans-serif;font-weight:400;text-transform:none;width:700px;"><span class="vcex-heading-inner wpex-inline-block wpex-clr">Credit Repair Blog</span></h1>
	<div style="color:#5f6368;font-family:'Roboto',sans-serif;font-size:18px;font-weight:400;" class="wpb_text_column has-custom-color wpex-child-inherit-color wpb_content_element  vc_custom_1676825149126" >
		<div class="wpb_wrapper">
			<p style="text-align: center;">The industry&#8217;s top credit repair and debt experts, offer their best advice, research, how-tos, and insights to help you level up your credit.</p>

		</div>
	</div>
<div class="vc_empty_space"   style="height: 50px"><span class="vc_empty_space_inner"></span></div><div class="vcex-module vcex-searchbar wpex-relative wpex-max-w-100 wpex-text-lg"><form method="get" class="vcex-searchbar-form wpex-flex wpex-justify-between wpex-gap-15" action="https://mycreditgroup.com/"><div class="vcex-searchbar-input-wrap wpex-flex-grow"><label><span class="screen-reader-text">Search blog posts</span><input value="" type="search" class="vcex-searchbar-input wpex-w-100 wpex-inherit-tracking wpex-inherit-text-transform vc_custom_1673753731246" name="s" placeholder="Search blog posts"></label></div><button class="vcex-searchbar-button wpex-w-25 wpex-py-0">Search</button></form></div><div class="vc_empty_space"   style="height: 50px"><span class="vc_empty_space_inner"></span></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div><div class="wpex-bg-overlay-wrap wpex-absolute wpex-inset-0 wpex-z-1 wpex-rounded-inherit"><span class="wpex-bg-overlay custom wpex-absolute wpex-inset-0 wpex-rounded-inherit" style="opacity:.5;"></span></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_empty_space"   style="height: 50px"><span class="vc_empty_space_inner"></span></div><div class="vcex-multi-buttons wpex-flex wpex-flex-wrap wpex-items-center wpex-gap-10 wpex-justify-center" style="font-size:16px;font-family:&#039;Roboto&#039;,sans-serif;font-weight:400;gap:25px;"><a href="https://mycreditgroup.com/personal-finance/" class="theme-button flat vcex-count-1" style="border-width:1px; background:#6366f1;" data-wpex-hover="{&quot;background&quot;:&quot;#4044ee&quot;}">Personal Finance</a><a href="https://mycreditgroup.com/credit-repair/" title="Deletions" class="theme-button flat vcex-count-2" style="border-width:1px; background:#6366f1;" data-wpex-hover="{&quot;background&quot;:&quot;#4044ee&quot;}">Credit Repair</a><a href="https://mycreditgroup.com/industry-news/" class="theme-button flat vcex-count-3" style="border-width:1px; background:#6366f1;" data-wpex-hover="{&quot;background&quot;:&quot;#4044ee&quot;}">Industry News</a></div><div class="vc_empty_space"   style="height: 50px"><span class="vc_empty_space_inner"></span></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid vc_row-o-content-bottom vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid vc_row-o-content-bottom vc_row-flex no-bottom-margins"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner vc_custom_1674418286736"><div class="wpb_wrapper"><h2 class="vcex-heading vcex-module wpex-text-2xl wpex-font-normal wpex-m-auto wpex-max-w-100 vcex-heading-plain wpex-h2 wpex-block wpex-p-0" style="color:#202124;font-family:&#039;Roboto&#039;,sans-serif;font-size:36px;font-weight:400;text-transform:none;"><span class="vcex-heading-inner wpex-inline-block wpex-clr">Credit Repair</span></h2></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element  vc_custom_1676289913912" >
		<div class="wpb_wrapper">
			<p style="text-align: right;"><a href="/credit-repair/">View All in Credit Repair →</a></p>

		</div>
	</div>
</div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vcex-module vcex-blog-grid-wrap wpex-clr"><div class="wpex-row vcex-blog-grid wpex-clr entries"><div class="vcex-blog-entry vcex-grid-item span_1_of_1 col-1 col post-10986 entry type-post has-media cat-270 cat-272"><div class="vcex-blog-entry-inner entry-inner wpex-first-mt-0 wpex-last-mb-0 wpex-clr"><div class="vcex-blog-entry-media entry-media overlay-parent overlay-parent-title-bottom"><a href="https://mycreditgroup.com/credit-repair/understanding-credit-reports/why-its-important-to-check-credit-report/" title="Why is it important to check your credit report"><img fetchpriority="high" decoding="async" class="vcex-blog-entry-img wpex-align-middle" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20550%20400'%3E%3C/svg%3E" alt="Why It&#039;s Important To Check Your Credit Report" width="550" height="400" data-lazy-src="https://mycreditgroup.com/wp-content/uploads/2023/03/why-its-important-to-check-your-credit-report-550x400.png"><noscript><img fetchpriority="high" decoding="async" class="vcex-blog-entry-img wpex-align-middle" src="https://mycreditgroup.com/wp-content/uploads/2023/03/why-its-important-to-check-your-credit-report-550x400.png" alt="Why It&#039;s Important To Check Your Credit Report" width="550" height="400"></noscript>
<div class="overlay-title-bottom theme-overlay wpex-absolute wpex-bottom-0 wpex-inset-x-0 wpex-bg-black wpex-py-10 wpex-px-20 wpex-text-white wpex-text-md wpex-text-center">
	Why is it important to check your credit report</div><i class="wpex-thumbnail-format-icon wpex-block wpex-right-0 wpex-bottom-0 wpex-mr-15 wpex-mb-15 wpex-absolute wpex-text-white wpex-text-center wpex-leading-none wpex-opacity-0 wpex-onload-opacity-100" aria-hidden="true"><span class="wpex-svg-icon" aria-hidden="true"><svg height="20" width="20" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 27 32"><path d="M26.214 6.786q0.5 0.5 0.857 1.357t0.357 1.571v20.571q0 0.714-0.5 1.214t-1.214 0.5h-24q-0.714 0-1.214-0.5t-0.5-1.214v-28.571q0-0.714 0.5-1.214t1.214-0.5h16q0.714 0 1.571 0.357t1.357 0.857zM18.286 2.429v6.714h6.714q-0.179-0.518-0.393-0.732l-5.589-5.589q-0.214-0.214-0.732-0.393zM25.143 29.714v-18.286h-7.429q-0.714 0-1.214-0.5t-0.5-1.214v-7.429h-13.714v27.429h22.857zM6.857 14.286q0-0.25 0.161-0.411t0.411-0.161h12.571q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143zM20 18.286q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571zM20 22.857q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571z"></path></svg></span></i></a></div></div></div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"><style>.wpex-post-cards.vcex_6a26597e878c4 .wpex-post-cards-featured-card-divider{border-color:#9e9e9e;}</style><div class="wpex-post-cards wpex-post-cards-blog-list_20 vcex_6a26597e878c4 wpex-relative"><div class="wpex-post-cards-inner"><div class="wpex-post-cards-loop wpex-post-cards-grid wpex-row wpex-clr"><div class="wpex-post-cards-entry post-9250 type-post col col-1 span_1_of_1 cat-271 cat-270"><div class="wpex-card wpex-card-blog-list_20"><div class="wpex-card-inner wpex-flex wpex-flex-col wpex-flex-grow wpex-md-items-center wpex-md-flex-row wpex-gap-15"><div class="wpex-card-media wpex-md-w-20 wpex-flex-shrink-0 wpex-self-stretch"><div class="wpex-card-thumbnail wpex-relative wpex-w-100 wpex-h-100"><a href="https://mycreditgroup.com/credit-repair/services/how-to-avoid-credit-repair-scams/"><img decoding="async" class="wpex-align-middle wpex-w-100 wpex-h-100 wpex-object-cover" alt="How To Spot Credit Repair Scams - MyCreditGroup" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" data-lazy-srcset="https://mycreditgroup.com/wp-content/uploads/2023/01/How-to-Spot-Credit-Repair-scams-150x150.png 150w, https://mycreditgroup.com/wp-content/uploads/2023/01/How-to-Spot-Credit-Repair-scams-150x150@2x.png 300w, https://mycreditgroup.com/wp-content/uploads/2023/01/How-to-Spot-Credit-Repair-scams-500x500.png 500w, https://mycreditgroup.com/wp-content/uploads/2023/01/How-to-Spot-Credit-Repair-scams-125x125.png 125w, https://mycreditgroup.com/wp-content/uploads/2023/01/How-to-Spot-Credit-Repair-scams-125x125@2x.png 250w, https://mycreditgroup.com/wp-content/uploads/2023/01/How-to-Spot-Credit-Repair-scams-150x150@2x.png 2x" width="150" height="150" data-lazy-src="https://mycreditgroup.com/wp-content/uploads/2023/01/How-to-Spot-Credit-Repair-scams-150x150.png"><noscript><img decoding="async" class="wpex-align-middle wpex-w-100 wpex-h-100 wpex-object-cover" alt="How To Spot Credit Repair Scams - MyCreditGroup" src="https://mycreditgroup.com/wp-content/uploads/2023/01/How-to-Spot-Credit-Repair-scams-150x150.png" srcset="https://mycreditgroup.com/wp-content/uploads/2023/01/How-to-Spot-Credit-Repair-scams-150x150.png 150w, https://mycreditgroup.com/wp-content/uploads/2023/01/How-to-Spot-Credit-Repair-scams-150x150@2x.png 300w, https://mycreditgroup.com/wp-content/uploads/2023/01/How-to-Spot-Credit-Repair-scams-500x500.png 500w, https://mycreditgroup.com/wp-content/uploads/2023/01/How-to-Spot-Credit-Repair-scams-125x125.png 125w, https://mycreditgroup.com/wp-content/uploads/2023/01/How-to-Spot-Credit-Repair-scams-125x125@2x.png 250w, https://mycreditgroup.com/wp-content/uploads/2023/01/How-to-Spot-Credit-Repair-scams-150x150@2x.png 2x" width="150" height="150"></noscript><i class="wpex-thumbnail-format-icon wpex-block wpex-right-0 wpex-bottom-0 wpex-mr-15 wpex-mb-15 wpex-absolute wpex-text-white wpex-text-center wpex-leading-none wpex-opacity-0 wpex-onload-opacity-100" aria-hidden="true"><span class="wpex-svg-icon" aria-hidden="true"><svg height="20" width="20" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 27 32"><path d="M26.214 6.786q0.5 0.5 0.857 1.357t0.357 1.571v20.571q0 0.714-0.5 1.214t-1.214 0.5h-24q-0.714 0-1.214-0.5t-0.5-1.214v-28.571q0-0.714 0.5-1.214t1.214-0.5h16q0.714 0 1.571 0.357t1.357 0.857zM18.286 2.429v6.714h6.714q-0.179-0.518-0.393-0.732l-5.589-5.589q-0.214-0.214-0.732-0.393zM25.143 29.714v-18.286h-7.429q-0.714 0-1.214-0.5t-0.5-1.214v-7.429h-13.714v27.429h22.857zM6.857 14.286q0-0.25 0.161-0.411t0.411-0.161h12.571q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143zM20 18.286q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571zM20 22.857q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571z"></path></svg></span></i></a></div></div><div class="wpex-card-details wpex-flex wpex-flex-col wpex-flex-grow"><h2 class="wpex-card-title wpex-heading wpex-text-md wpex-child-inherit-color"><a href="https://mycreditgroup.com/credit-repair/services/how-to-avoid-credit-repair-scams/">How to Avoid Credit Repair Scams</a></h2><div class="wpex-card-meta wpex-flex wpex-flex-wrap wpex-items-center wpex-gap-5 wpex-mt-5"><div class="wpex-card-date">January 14, 2023</div><span>&ndash;</span><div class="wpex-card-primary-term"><a href="https://mycreditgroup.com/credit-repair/services/" class="wpex-no-underline wpex-hover-underline wpex-text-current wpex-hover-text-1">Services</a></div></div></div></div></div></div><div class="wpex-post-cards-entry post-9231 type-post col col-1 span_1_of_1 cat-271 cat-270"><div class="wpex-card wpex-card-blog-list_20"><div class="wpex-card-inner wpex-flex wpex-flex-col wpex-flex-grow wpex-md-items-center wpex-md-flex-row wpex-gap-15"><div class="wpex-card-media wpex-md-w-20 wpex-flex-shrink-0 wpex-self-stretch"><div class="wpex-card-thumbnail wpex-relative wpex-w-100 wpex-h-100"><a href="https://mycreditgroup.com/credit-repair/services/fastest-way-to-repair-credit/"><img decoding="async" class="wpex-align-middle wpex-w-100 wpex-h-100 wpex-object-cover" alt="What Is The Fastest Way To Repair Your Credit?" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" data-lazy-srcset="https://mycreditgroup.com/wp-content/uploads/2023/01/fastest-way-to-repair-your-credit-1-150x150.webp 150w, https://mycreditgroup.com/wp-content/uploads/2023/01/fastest-way-to-repair-your-credit-1-150x150@2x.webp 300w, https://mycreditgroup.com/wp-content/uploads/2023/01/fastest-way-to-repair-your-credit-1-125x125.webp 125w, https://mycreditgroup.com/wp-content/uploads/2023/01/fastest-way-to-repair-your-credit-1-125x125@2x.webp 250w, https://mycreditgroup.com/wp-content/uploads/2023/01/fastest-way-to-repair-your-credit-1-150x150@2x.webp 2x" width="150" height="150" data-lazy-src="https://mycreditgroup.com/wp-content/uploads/2023/01/fastest-way-to-repair-your-credit-1-150x150.webp"><noscript><img decoding="async" class="wpex-align-middle wpex-w-100 wpex-h-100 wpex-object-cover" alt="What Is The Fastest Way To Repair Your Credit?" src="https://mycreditgroup.com/wp-content/uploads/2023/01/fastest-way-to-repair-your-credit-1-150x150.webp" srcset="https://mycreditgroup.com/wp-content/uploads/2023/01/fastest-way-to-repair-your-credit-1-150x150.webp 150w, https://mycreditgroup.com/wp-content/uploads/2023/01/fastest-way-to-repair-your-credit-1-150x150@2x.webp 300w, https://mycreditgroup.com/wp-content/uploads/2023/01/fastest-way-to-repair-your-credit-1-125x125.webp 125w, https://mycreditgroup.com/wp-content/uploads/2023/01/fastest-way-to-repair-your-credit-1-125x125@2x.webp 250w, https://mycreditgroup.com/wp-content/uploads/2023/01/fastest-way-to-repair-your-credit-1-150x150@2x.webp 2x" width="150" height="150"></noscript><i class="wpex-thumbnail-format-icon wpex-block wpex-right-0 wpex-bottom-0 wpex-mr-15 wpex-mb-15 wpex-absolute wpex-text-white wpex-text-center wpex-leading-none wpex-opacity-0 wpex-onload-opacity-100" aria-hidden="true"><span class="wpex-svg-icon" aria-hidden="true"><svg height="20" width="20" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 27 32"><path d="M26.214 6.786q0.5 0.5 0.857 1.357t0.357 1.571v20.571q0 0.714-0.5 1.214t-1.214 0.5h-24q-0.714 0-1.214-0.5t-0.5-1.214v-28.571q0-0.714 0.5-1.214t1.214-0.5h16q0.714 0 1.571 0.357t1.357 0.857zM18.286 2.429v6.714h6.714q-0.179-0.518-0.393-0.732l-5.589-5.589q-0.214-0.214-0.732-0.393zM25.143 29.714v-18.286h-7.429q-0.714 0-1.214-0.5t-0.5-1.214v-7.429h-13.714v27.429h22.857zM6.857 14.286q0-0.25 0.161-0.411t0.411-0.161h12.571q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143zM20 18.286q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571zM20 22.857q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571z"></path></svg></span></i></a></div></div><div class="wpex-card-details wpex-flex wpex-flex-col wpex-flex-grow"><h2 class="wpex-card-title wpex-heading wpex-text-md wpex-child-inherit-color"><a href="https://mycreditgroup.com/credit-repair/services/fastest-way-to-repair-credit/">What is the fastest way to repair your credit?</a></h2><div class="wpex-card-meta wpex-flex wpex-flex-wrap wpex-items-center wpex-gap-5 wpex-mt-5"><div class="wpex-card-date">January 14, 2023</div><span>&ndash;</span><div class="wpex-card-primary-term"><a href="https://mycreditgroup.com/credit-repair/services/" class="wpex-no-underline wpex-hover-underline wpex-text-current wpex-hover-text-1">Services</a></div></div></div></div></div></div><div class="wpex-post-cards-entry post-9229 type-post col col-1 span_1_of_1 cat-271 cat-270"><div class="wpex-card wpex-card-blog-list_20"><div class="wpex-card-inner wpex-flex wpex-flex-col wpex-flex-grow wpex-md-items-center wpex-md-flex-row wpex-gap-15"><div class="wpex-card-media wpex-md-w-20 wpex-flex-shrink-0 wpex-self-stretch"><div class="wpex-card-thumbnail wpex-relative wpex-w-100 wpex-h-100"><a href="https://mycreditgroup.com/credit-repair/services/worth-paying-someone-fix-credit/"><img decoding="async" class="wpex-align-middle wpex-w-100 wpex-h-100 wpex-object-cover" alt="Is It Worth Paying Someone To Fix Your Credit?" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" data-lazy-srcset="https://mycreditgroup.com/wp-content/uploads/2023/01/Pay-someone-to-fix-your-credit-jpg-150x150.webp 150w, https://mycreditgroup.com/wp-content/uploads/2023/01/Pay-someone-to-fix-your-credit-jpg-125x125.webp 125w, https://mycreditgroup.com/wp-content/uploads/2023/01/Pay-someone-to-fix-your-credit-jpg-125x125@2x.webp 250w, https://mycreditgroup.com/wp-content/uploads/2023/01/Pay-someone-to-fix-your-credit-jpg-150x150@2x.webp 300w, https://mycreditgroup.com/wp-content/uploads/2023/01/Pay-someone-to-fix-your-credit-jpg-150x150@2x.webp 2x" width="150" height="150" data-lazy-src="https://mycreditgroup.com/wp-content/uploads/2023/01/Pay-someone-to-fix-your-credit-jpg-150x150.webp"><noscript><img decoding="async" class="wpex-align-middle wpex-w-100 wpex-h-100 wpex-object-cover" alt="Is It Worth Paying Someone To Fix Your Credit?" src="https://mycreditgroup.com/wp-content/uploads/2023/01/Pay-someone-to-fix-your-credit-jpg-150x150.webp" srcset="https://mycreditgroup.com/wp-content/uploads/2023/01/Pay-someone-to-fix-your-credit-jpg-150x150.webp 150w, https://mycreditgroup.com/wp-content/uploads/2023/01/Pay-someone-to-fix-your-credit-jpg-125x125.webp 125w, https://mycreditgroup.com/wp-content/uploads/2023/01/Pay-someone-to-fix-your-credit-jpg-125x125@2x.webp 250w, https://mycreditgroup.com/wp-content/uploads/2023/01/Pay-someone-to-fix-your-credit-jpg-150x150@2x.webp 300w, https://mycreditgroup.com/wp-content/uploads/2023/01/Pay-someone-to-fix-your-credit-jpg-150x150@2x.webp 2x" width="150" height="150"></noscript><i class="wpex-thumbnail-format-icon wpex-block wpex-right-0 wpex-bottom-0 wpex-mr-15 wpex-mb-15 wpex-absolute wpex-text-white wpex-text-center wpex-leading-none wpex-opacity-0 wpex-onload-opacity-100" aria-hidden="true"><span class="wpex-svg-icon" aria-hidden="true"><svg height="20" width="20" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 27 32"><path d="M26.214 6.786q0.5 0.5 0.857 1.357t0.357 1.571v20.571q0 0.714-0.5 1.214t-1.214 0.5h-24q-0.714 0-1.214-0.5t-0.5-1.214v-28.571q0-0.714 0.5-1.214t1.214-0.5h16q0.714 0 1.571 0.357t1.357 0.857zM18.286 2.429v6.714h6.714q-0.179-0.518-0.393-0.732l-5.589-5.589q-0.214-0.214-0.732-0.393zM25.143 29.714v-18.286h-7.429q-0.714 0-1.214-0.5t-0.5-1.214v-7.429h-13.714v27.429h22.857zM6.857 14.286q0-0.25 0.161-0.411t0.411-0.161h12.571q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143zM20 18.286q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571zM20 22.857q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571z"></path></svg></span></i></a></div></div><div class="wpex-card-details wpex-flex wpex-flex-col wpex-flex-grow"><h2 class="wpex-card-title wpex-heading wpex-text-md wpex-child-inherit-color"><a href="https://mycreditgroup.com/credit-repair/services/worth-paying-someone-fix-credit/">Is paying someone to fix your credit worth it?</a></h2><div class="wpex-card-meta wpex-flex wpex-flex-wrap wpex-items-center wpex-gap-5 wpex-mt-5"><div class="wpex-card-date">January 14, 2023</div><span>&ndash;</span><div class="wpex-card-primary-term"><a href="https://mycreditgroup.com/credit-repair/services/" class="wpex-no-underline wpex-hover-underline wpex-text-current wpex-hover-text-1">Services</a></div></div></div></div></div></div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1677106536635 vc_row-o-content-bottom vc_row-flex wpex-vc_row-has-fill wpex-vc-reset-negative-margin wpex-vc-full-width-row wpex-vc-full-width-row--centered"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid vc_row-o-content-bottom vc_row-flex no-bottom-margins"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner vc_custom_1674418286736"><div class="wpb_wrapper"><h2 class="vcex-heading vcex-module wpex-text-2xl wpex-font-normal wpex-m-auto wpex-max-w-100 vcex-heading-plain wpex-h2 wpex-block wpex-p-0 wpex-mb-0" style="color:#3f3f40;font-family:&#039;Roboto&#039;,sans-serif;font-size:36px;font-weight:400;text-transform:none;"><span class="vcex-heading-inner wpex-inline-block wpex-clr">Personal Finance</span></h2></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element  vc_custom_1676050479989" >
		<div class="wpb_wrapper">
			<p style="text-align: right;"><strong><a href="/personal-finance/">View All in Personal Finance →</a><br />
</strong></p>

		</div>
	</div>
</div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1677106577836 wpex-vc_row-has-fill wpex-vc-reset-negative-margin wpex-vc-full-width-row wpex-vc-full-width-row--centered"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vcex-module vcex-blog-grid-wrap wpex-clr"><div class="wpex-row vcex-blog-grid wpex-clr entries"><div class="vcex-blog-entry vcex-grid-item span_1_of_1 col-1 col post-11001 entry type-post has-media cat-278 cat-257"><div class="vcex-blog-entry-inner entry-inner wpex-first-mt-0 wpex-last-mb-0 wpex-clr"><div class="vcex-blog-entry-media entry-media overlay-parent overlay-parent-title-center-boxed"><a href="https://mycreditgroup.com/personal-finance/managing-credit/interest-rates-and-your-credit-score/" title="Improving Your Credit Score Can Help lower Interest Rates"><img decoding="async" class="vcex-blog-entry-img wpex-align-middle" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20550%20380'%3E%3C/svg%3E" alt="Interest Rates | Improving Your Credit Score" width="550" height="380" data-lazy-src="https://mycreditgroup.com/wp-content/uploads/2023/12/Bannerbloginflation-550x380.webp"><noscript><img decoding="async" class="vcex-blog-entry-img wpex-align-middle" src="https://mycreditgroup.com/wp-content/uploads/2023/12/Bannerbloginflation-550x380.webp" alt="Interest Rates | Improving Your Credit Score" width="550" height="380"></noscript>
<div class="overlay-title-center-boxed theme-overlay wpex-absolute wpex-inset-0 wpex-transition-all wpex-duration-300 wpex-flex wpex-justify-center wpex-items-center">
	<div class="title wpex-bg-white wpex-m-25 wpex-p-25 wpex-text-md wpex-font-semibold wpex-text-black wpex-text-center">Improving Your Credit Score Can Help lower Interest Rates</div>
</div><i class="wpex-thumbnail-format-icon wpex-block wpex-right-0 wpex-bottom-0 wpex-mr-15 wpex-mb-15 wpex-absolute wpex-text-white wpex-text-center wpex-leading-none wpex-opacity-0 wpex-onload-opacity-100" aria-hidden="true"><span class="wpex-svg-icon" aria-hidden="true"><svg height="20" width="20" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 27 32"><path d="M26.214 6.786q0.5 0.5 0.857 1.357t0.357 1.571v20.571q0 0.714-0.5 1.214t-1.214 0.5h-24q-0.714 0-1.214-0.5t-0.5-1.214v-28.571q0-0.714 0.5-1.214t1.214-0.5h16q0.714 0 1.571 0.357t1.357 0.857zM18.286 2.429v6.714h6.714q-0.179-0.518-0.393-0.732l-5.589-5.589q-0.214-0.214-0.732-0.393zM25.143 29.714v-18.286h-7.429q-0.714 0-1.214-0.5t-0.5-1.214v-7.429h-13.714v27.429h22.857zM6.857 14.286q0-0.25 0.161-0.411t0.411-0.161h12.571q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143zM20 18.286q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571zM20 22.857q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571z"></path></svg></span></i></a></div></div></div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpex-post-cards wpex-post-cards-blog-list_20 wpex-relative"><div class="wpex-post-cards-inner"><div class="wpex-post-cards-loop wpex-post-cards-grid wpex-row wpex-clr"><div class="wpex-post-cards-entry post-11001 type-post col col-1 span_1_of_1 cat-278 cat-257"><div class="wpex-card wpex-card-blog-list_20"><div class="wpex-card-inner wpex-flex wpex-flex-col wpex-flex-grow wpex-md-items-center wpex-md-flex-row wpex-gap-15"><div class="wpex-card-media wpex-md-w-20 wpex-flex-shrink-0 wpex-self-stretch"><div class="wpex-card-thumbnail wpex-relative wpex-w-100 wpex-h-100"><a href="https://mycreditgroup.com/personal-finance/managing-credit/interest-rates-and-your-credit-score/"><img decoding="async" class="wpex-align-middle wpex-w-100 wpex-h-100 wpex-object-cover" alt="Interest Rates | Improving Your Credit Score" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" data-lazy-srcset="https://mycreditgroup.com/wp-content/uploads/2023/12/Bannerbloginflation-150x150.webp 150w, https://mycreditgroup.com/wp-content/uploads/2023/12/Bannerbloginflation-150x150@2x.webp 300w, https://mycreditgroup.com/wp-content/uploads/2023/12/Bannerbloginflation-125x125.webp 125w, https://mycreditgroup.com/wp-content/uploads/2023/12/Bannerbloginflation-125x125@2x.webp 250w, https://mycreditgroup.com/wp-content/uploads/2023/12/Bannerbloginflation-150x150@2x.webp 2x" width="150" height="150" data-lazy-src="https://mycreditgroup.com/wp-content/uploads/2023/12/Bannerbloginflation-150x150.webp"><noscript><img decoding="async" class="wpex-align-middle wpex-w-100 wpex-h-100 wpex-object-cover" alt="Interest Rates | Improving Your Credit Score" src="https://mycreditgroup.com/wp-content/uploads/2023/12/Bannerbloginflation-150x150.webp" srcset="https://mycreditgroup.com/wp-content/uploads/2023/12/Bannerbloginflation-150x150.webp 150w, https://mycreditgroup.com/wp-content/uploads/2023/12/Bannerbloginflation-150x150@2x.webp 300w, https://mycreditgroup.com/wp-content/uploads/2023/12/Bannerbloginflation-125x125.webp 125w, https://mycreditgroup.com/wp-content/uploads/2023/12/Bannerbloginflation-125x125@2x.webp 250w, https://mycreditgroup.com/wp-content/uploads/2023/12/Bannerbloginflation-150x150@2x.webp 2x" width="150" height="150"></noscript><i class="wpex-thumbnail-format-icon wpex-block wpex-right-0 wpex-bottom-0 wpex-mr-15 wpex-mb-15 wpex-absolute wpex-text-white wpex-text-center wpex-leading-none wpex-opacity-0 wpex-onload-opacity-100" aria-hidden="true"><span class="wpex-svg-icon" aria-hidden="true"><svg height="20" width="20" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 27 32"><path d="M26.214 6.786q0.5 0.5 0.857 1.357t0.357 1.571v20.571q0 0.714-0.5 1.214t-1.214 0.5h-24q-0.714 0-1.214-0.5t-0.5-1.214v-28.571q0-0.714 0.5-1.214t1.214-0.5h16q0.714 0 1.571 0.357t1.357 0.857zM18.286 2.429v6.714h6.714q-0.179-0.518-0.393-0.732l-5.589-5.589q-0.214-0.214-0.732-0.393zM25.143 29.714v-18.286h-7.429q-0.714 0-1.214-0.5t-0.5-1.214v-7.429h-13.714v27.429h22.857zM6.857 14.286q0-0.25 0.161-0.411t0.411-0.161h12.571q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143zM20 18.286q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571zM20 22.857q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571z"></path></svg></span></i></a></div></div><div class="wpex-card-details wpex-flex wpex-flex-col wpex-flex-grow"><h2 class="wpex-card-title wpex-heading wpex-text-md wpex-child-inherit-color"><a href="https://mycreditgroup.com/personal-finance/managing-credit/interest-rates-and-your-credit-score/">Improving Your Credit Score Can Help lower Interest Rates</a></h2><div class="wpex-card-meta wpex-flex wpex-flex-wrap wpex-items-center wpex-gap-5 wpex-mt-5"><div class="wpex-card-date">December 6, 2023</div><span>&ndash;</span><div class="wpex-card-primary-term"><a href="https://mycreditgroup.com/category/personal-finance/" class="wpex-no-underline wpex-hover-underline wpex-text-current wpex-hover-text-1">Personal Finance</a></div></div></div></div></div></div><div class="wpex-post-cards-entry post-10886 type-post col col-1 span_1_of_1 cat-257 cat-277"><div class="wpex-card wpex-card-blog-list_20"><div class="wpex-card-inner wpex-flex wpex-flex-col wpex-flex-grow wpex-md-items-center wpex-md-flex-row wpex-gap-15"><div class="wpex-card-media wpex-md-w-20 wpex-flex-shrink-0 wpex-self-stretch"><div class="wpex-card-thumbnail wpex-relative wpex-w-100 wpex-h-100"><a href="https://mycreditgroup.com/personal-finance/understanding-debt/credit-card-debt-record-levels/"><img decoding="async" class="wpex-align-middle wpex-w-100 wpex-h-100 wpex-object-cover" alt="Credit Card Balances At Record Levels" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" data-lazy-srcset="https://mycreditgroup.com/wp-content/uploads/2023/02/credit-card-debt-at-record-levels-150x150.webp 150w, https://mycreditgroup.com/wp-content/uploads/2023/02/credit-card-debt-at-record-levels-500x500.webp 500w, https://mycreditgroup.com/wp-content/uploads/2023/02/credit-card-debt-at-record-levels-150x150@2x.webp 300w, https://mycreditgroup.com/wp-content/uploads/2023/02/credit-card-debt-at-record-levels-125x125.webp 125w, https://mycreditgroup.com/wp-content/uploads/2023/02/credit-card-debt-at-record-levels-125x125@2x.webp 250w, https://mycreditgroup.com/wp-content/uploads/2023/02/credit-card-debt-at-record-levels-150x150@2x.webp 2x" width="150" height="150" data-lazy-src="https://mycreditgroup.com/wp-content/uploads/2023/02/credit-card-debt-at-record-levels-150x150.webp"><noscript><img decoding="async" class="wpex-align-middle wpex-w-100 wpex-h-100 wpex-object-cover" alt="Credit Card Balances At Record Levels" src="https://mycreditgroup.com/wp-content/uploads/2023/02/credit-card-debt-at-record-levels-150x150.webp" srcset="https://mycreditgroup.com/wp-content/uploads/2023/02/credit-card-debt-at-record-levels-150x150.webp 150w, https://mycreditgroup.com/wp-content/uploads/2023/02/credit-card-debt-at-record-levels-500x500.webp 500w, https://mycreditgroup.com/wp-content/uploads/2023/02/credit-card-debt-at-record-levels-150x150@2x.webp 300w, https://mycreditgroup.com/wp-content/uploads/2023/02/credit-card-debt-at-record-levels-125x125.webp 125w, https://mycreditgroup.com/wp-content/uploads/2023/02/credit-card-debt-at-record-levels-125x125@2x.webp 250w, https://mycreditgroup.com/wp-content/uploads/2023/02/credit-card-debt-at-record-levels-150x150@2x.webp 2x" width="150" height="150"></noscript><i class="wpex-thumbnail-format-icon wpex-block wpex-right-0 wpex-bottom-0 wpex-mr-15 wpex-mb-15 wpex-absolute wpex-text-white wpex-text-center wpex-leading-none wpex-opacity-0 wpex-onload-opacity-100" aria-hidden="true"><span class="wpex-svg-icon" aria-hidden="true"><svg height="20" width="20" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 27 32"><path d="M26.214 6.786q0.5 0.5 0.857 1.357t0.357 1.571v20.571q0 0.714-0.5 1.214t-1.214 0.5h-24q-0.714 0-1.214-0.5t-0.5-1.214v-28.571q0-0.714 0.5-1.214t1.214-0.5h16q0.714 0 1.571 0.357t1.357 0.857zM18.286 2.429v6.714h6.714q-0.179-0.518-0.393-0.732l-5.589-5.589q-0.214-0.214-0.732-0.393zM25.143 29.714v-18.286h-7.429q-0.714 0-1.214-0.5t-0.5-1.214v-7.429h-13.714v27.429h22.857zM6.857 14.286q0-0.25 0.161-0.411t0.411-0.161h12.571q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143zM20 18.286q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571zM20 22.857q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571z"></path></svg></span></i></a></div></div><div class="wpex-card-details wpex-flex wpex-flex-col wpex-flex-grow"><h2 class="wpex-card-title wpex-heading wpex-text-md wpex-child-inherit-color"><a href="https://mycreditgroup.com/personal-finance/understanding-debt/credit-card-debt-record-levels/">Credit Card Debt Hits Record High: What You Need to Know</a></h2><div class="wpex-card-meta wpex-flex wpex-flex-wrap wpex-items-center wpex-gap-5 wpex-mt-5"><div class="wpex-card-date">February 22, 2023</div><span>&ndash;</span><div class="wpex-card-primary-term"><a href="https://mycreditgroup.com/category/personal-finance/" class="wpex-no-underline wpex-hover-underline wpex-text-current wpex-hover-text-1">Personal Finance</a></div></div></div></div></div></div><div class="wpex-post-cards-entry post-10204 type-post col col-1 span_1_of_1 cat-276 cat-257"><div class="wpex-card wpex-card-blog-list_20"><div class="wpex-card-inner wpex-flex wpex-flex-col wpex-flex-grow wpex-md-items-center wpex-md-flex-row wpex-gap-15"><div class="wpex-card-media wpex-md-w-20 wpex-flex-shrink-0 wpex-self-stretch"><div class="wpex-card-thumbnail wpex-relative wpex-w-100 wpex-h-100"><a href="https://mycreditgroup.com/personal-finance/budgeting-tips/the-60-30-10-budget/"><img decoding="async" class="wpex-align-middle wpex-w-100 wpex-h-100 wpex-object-cover" alt="The 60/30/10 Budget" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" data-lazy-srcset="https://mycreditgroup.com/wp-content/uploads/2023/02/60-30-10-budget-150x150.png 150w, https://mycreditgroup.com/wp-content/uploads/2023/02/60-30-10-budget-500x500.png 500w, https://mycreditgroup.com/wp-content/uploads/2023/02/60-30-10-budget-150x150@2x.png 300w, https://mycreditgroup.com/wp-content/uploads/2023/02/60-30-10-budget-125x125.png 125w, https://mycreditgroup.com/wp-content/uploads/2023/02/60-30-10-budget-125x125@2x.png 250w, https://mycreditgroup.com/wp-content/uploads/2023/02/60-30-10-budget-150x150@2x.png 2x" width="150" height="150" data-lazy-src="https://mycreditgroup.com/wp-content/uploads/2023/02/60-30-10-budget-150x150.png"><noscript><img decoding="async" class="wpex-align-middle wpex-w-100 wpex-h-100 wpex-object-cover" alt="The 60/30/10 Budget" src="https://mycreditgroup.com/wp-content/uploads/2023/02/60-30-10-budget-150x150.png" srcset="https://mycreditgroup.com/wp-content/uploads/2023/02/60-30-10-budget-150x150.png 150w, https://mycreditgroup.com/wp-content/uploads/2023/02/60-30-10-budget-500x500.png 500w, https://mycreditgroup.com/wp-content/uploads/2023/02/60-30-10-budget-150x150@2x.png 300w, https://mycreditgroup.com/wp-content/uploads/2023/02/60-30-10-budget-125x125.png 125w, https://mycreditgroup.com/wp-content/uploads/2023/02/60-30-10-budget-125x125@2x.png 250w, https://mycreditgroup.com/wp-content/uploads/2023/02/60-30-10-budget-150x150@2x.png 2x" width="150" height="150"></noscript><i class="wpex-thumbnail-format-icon wpex-block wpex-right-0 wpex-bottom-0 wpex-mr-15 wpex-mb-15 wpex-absolute wpex-text-white wpex-text-center wpex-leading-none wpex-opacity-0 wpex-onload-opacity-100" aria-hidden="true"><span class="wpex-svg-icon" aria-hidden="true"><svg height="20" width="20" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 27 32"><path d="M26.214 6.786q0.5 0.5 0.857 1.357t0.357 1.571v20.571q0 0.714-0.5 1.214t-1.214 0.5h-24q-0.714 0-1.214-0.5t-0.5-1.214v-28.571q0-0.714 0.5-1.214t1.214-0.5h16q0.714 0 1.571 0.357t1.357 0.857zM18.286 2.429v6.714h6.714q-0.179-0.518-0.393-0.732l-5.589-5.589q-0.214-0.214-0.732-0.393zM25.143 29.714v-18.286h-7.429q-0.714 0-1.214-0.5t-0.5-1.214v-7.429h-13.714v27.429h22.857zM6.857 14.286q0-0.25 0.161-0.411t0.411-0.161h12.571q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143zM20 18.286q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571zM20 22.857q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571z"></path></svg></span></i></a></div></div><div class="wpex-card-details wpex-flex wpex-flex-col wpex-flex-grow"><h2 class="wpex-card-title wpex-heading wpex-text-md wpex-child-inherit-color"><a href="https://mycreditgroup.com/personal-finance/budgeting-tips/the-60-30-10-budget/">The 60/30/10 Budget</a></h2><div class="wpex-card-meta wpex-flex wpex-flex-wrap wpex-items-center wpex-gap-5 wpex-mt-5"><div class="wpex-card-date">February 13, 2023</div><span>&ndash;</span><div class="wpex-card-primary-term"><a href="https://mycreditgroup.com/personal-finance/budgeting-tips/" class="wpex-no-underline wpex-hover-underline wpex-text-current wpex-hover-text-1">Budgeting Tips</a></div></div></div></div></div></div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1674420431265 vc_row-o-content-bottom vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid vc_row-o-equal-height vc_row-o-content-bottom vc_row-flex no-bottom-margins"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner vc_custom_1674418286736"><div class="wpb_wrapper"><h2 class="vcex-heading vcex-module wpex-text-2xl wpex-font-normal wpex-m-auto wpex-max-w-100 vcex-heading-plain wpex-h2 wpex-block wpex-p-0 wpex-mb-0" style="color:#202124;font-family:&#039;Roboto&#039;,sans-serif;font-size:36px;font-weight:400;text-transform:none;"><span class="vcex-heading-inner wpex-inline-block wpex-clr">Industry News</span></h2></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element  vc_custom_1676050522582" >
		<div class="wpb_wrapper">
			<p style="text-align: right;"><a href="https://mycreditgroup.com/industry-news/"><strong>View All in Industry News →</strong></a></p>

		</div>
	</div>
</div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vcex-module vcex-blog-grid-wrap wpex-clr"><div class="wpex-row vcex-blog-grid wpex-clr entries"><div class="vcex-blog-entry vcex-grid-item span_1_of_1 col-1 col post-10986 entry type-post has-media cat-270 cat-272"><div class="vcex-blog-entry-inner entry-inner wpex-first-mt-0 wpex-last-mb-0 wpex-clr"><div class="vcex-blog-entry-media entry-media overlay-parent overlay-parent-title-bottom"><a href="https://mycreditgroup.com/credit-repair/understanding-credit-reports/why-its-important-to-check-credit-report/" title="Why is it important to check your credit report"><img fetchpriority="high" decoding="async" class="vcex-blog-entry-img wpex-align-middle" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20550%20400'%3E%3C/svg%3E" alt="Why It&#039;s Important To Check Your Credit Report" width="550" height="400" data-lazy-src="https://mycreditgroup.com/wp-content/uploads/2023/03/why-its-important-to-check-your-credit-report-550x400.png"><noscript><img fetchpriority="high" decoding="async" class="vcex-blog-entry-img wpex-align-middle" src="https://mycreditgroup.com/wp-content/uploads/2023/03/why-its-important-to-check-your-credit-report-550x400.png" alt="Why It&#039;s Important To Check Your Credit Report" width="550" height="400"></noscript>
<div class="overlay-title-bottom theme-overlay wpex-absolute wpex-bottom-0 wpex-inset-x-0 wpex-bg-black wpex-py-10 wpex-px-20 wpex-text-white wpex-text-md wpex-text-center">
	Why is it important to check your credit report</div><i class="wpex-thumbnail-format-icon wpex-block wpex-right-0 wpex-bottom-0 wpex-mr-15 wpex-mb-15 wpex-absolute wpex-text-white wpex-text-center wpex-leading-none wpex-opacity-0 wpex-onload-opacity-100" aria-hidden="true"><span class="wpex-svg-icon" aria-hidden="true"><svg height="20" width="20" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 27 32"><path d="M26.214 6.786q0.5 0.5 0.857 1.357t0.357 1.571v20.571q0 0.714-0.5 1.214t-1.214 0.5h-24q-0.714 0-1.214-0.5t-0.5-1.214v-28.571q0-0.714 0.5-1.214t1.214-0.5h16q0.714 0 1.571 0.357t1.357 0.857zM18.286 2.429v6.714h6.714q-0.179-0.518-0.393-0.732l-5.589-5.589q-0.214-0.214-0.732-0.393zM25.143 29.714v-18.286h-7.429q-0.714 0-1.214-0.5t-0.5-1.214v-7.429h-13.714v27.429h22.857zM6.857 14.286q0-0.25 0.161-0.411t0.411-0.161h12.571q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143zM20 18.286q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571zM20 22.857q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571z"></path></svg></span></i></a></div></div></div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpex-post-cards wpex-post-cards-blog-list_20 wpex-relative"><div class="wpex-post-cards-inner"><div class="wpex-post-cards-loop wpex-post-cards-grid wpex-row wpex-clr"><div class="wpex-post-cards-entry post-10986 type-post col col-1 span_1_of_1 cat-270 cat-272"><div class="wpex-card wpex-card-blog-list_20"><div class="wpex-card-inner wpex-flex wpex-flex-col wpex-flex-grow wpex-md-items-center wpex-md-flex-row wpex-gap-15"><div class="wpex-card-media wpex-md-w-20 wpex-flex-shrink-0 wpex-self-stretch"><div class="wpex-card-thumbnail wpex-relative wpex-w-100 wpex-h-100"><a href="https://mycreditgroup.com/credit-repair/understanding-credit-reports/why-its-important-to-check-credit-report/"><img decoding="async" class="wpex-align-middle wpex-w-100 wpex-h-100 wpex-object-cover" alt="Why It&#039;s Important To Check Your Credit Report" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" data-lazy-srcset="https://mycreditgroup.com/wp-content/uploads/2023/03/why-its-important-to-check-your-credit-report-150x150.png 150w, https://mycreditgroup.com/wp-content/uploads/2023/03/why-its-important-to-check-your-credit-report-150x150@2x.png 300w, https://mycreditgroup.com/wp-content/uploads/2023/03/why-its-important-to-check-your-credit-report-125x125.png 125w, https://mycreditgroup.com/wp-content/uploads/2023/03/why-its-important-to-check-your-credit-report-125x125@2x.png 250w, https://mycreditgroup.com/wp-content/uploads/2023/03/why-its-important-to-check-your-credit-report-150x150@2x.png 2x" width="150" height="150" data-lazy-src="https://mycreditgroup.com/wp-content/uploads/2023/03/why-its-important-to-check-your-credit-report-150x150.png"><noscript><img decoding="async" class="wpex-align-middle wpex-w-100 wpex-h-100 wpex-object-cover" alt="Why It&#039;s Important To Check Your Credit Report" src="https://mycreditgroup.com/wp-content/uploads/2023/03/why-its-important-to-check-your-credit-report-150x150.png" srcset="https://mycreditgroup.com/wp-content/uploads/2023/03/why-its-important-to-check-your-credit-report-150x150.png 150w, https://mycreditgroup.com/wp-content/uploads/2023/03/why-its-important-to-check-your-credit-report-150x150@2x.png 300w, https://mycreditgroup.com/wp-content/uploads/2023/03/why-its-important-to-check-your-credit-report-125x125.png 125w, https://mycreditgroup.com/wp-content/uploads/2023/03/why-its-important-to-check-your-credit-report-125x125@2x.png 250w, https://mycreditgroup.com/wp-content/uploads/2023/03/why-its-important-to-check-your-credit-report-150x150@2x.png 2x" width="150" height="150"></noscript><i class="wpex-thumbnail-format-icon wpex-block wpex-right-0 wpex-bottom-0 wpex-mr-15 wpex-mb-15 wpex-absolute wpex-text-white wpex-text-center wpex-leading-none wpex-opacity-0 wpex-onload-opacity-100" aria-hidden="true"><span class="wpex-svg-icon" aria-hidden="true"><svg height="20" width="20" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 27 32"><path d="M26.214 6.786q0.5 0.5 0.857 1.357t0.357 1.571v20.571q0 0.714-0.5 1.214t-1.214 0.5h-24q-0.714 0-1.214-0.5t-0.5-1.214v-28.571q0-0.714 0.5-1.214t1.214-0.5h16q0.714 0 1.571 0.357t1.357 0.857zM18.286 2.429v6.714h6.714q-0.179-0.518-0.393-0.732l-5.589-5.589q-0.214-0.214-0.732-0.393zM25.143 29.714v-18.286h-7.429q-0.714 0-1.214-0.5t-0.5-1.214v-7.429h-13.714v27.429h22.857zM6.857 14.286q0-0.25 0.161-0.411t0.411-0.161h12.571q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143zM20 18.286q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571zM20 22.857q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571z"></path></svg></span></i></a></div></div><div class="wpex-card-details wpex-flex wpex-flex-col wpex-flex-grow"><h2 class="wpex-card-title wpex-heading wpex-text-md wpex-child-inherit-color"><a href="https://mycreditgroup.com/credit-repair/understanding-credit-reports/why-its-important-to-check-credit-report/">Why is it important to check your credit report</a></h2><div class="wpex-card-meta wpex-flex wpex-flex-wrap wpex-items-center wpex-gap-5 wpex-mt-5"><div class="wpex-card-date">March 28, 2023</div><span>&ndash;</span><div class="wpex-card-primary-term"><a href="https://mycreditgroup.com/category/credit-repair/" class="wpex-no-underline wpex-hover-underline wpex-text-current wpex-hover-text-1">Credit Repair</a></div></div></div></div></div></div><div class="wpex-post-cards-entry post-10978 type-post col col-1 span_1_of_1 cat-270 cat-272"><div class="wpex-card wpex-card-blog-list_20"><div class="wpex-card-inner wpex-flex wpex-flex-col wpex-flex-grow wpex-md-items-center wpex-md-flex-row wpex-gap-15"><div class="wpex-card-media wpex-md-w-20 wpex-flex-shrink-0 wpex-self-stretch"><div class="wpex-card-thumbnail wpex-relative wpex-w-100 wpex-h-100"><a href="https://mycreditgroup.com/credit-repair/understanding-credit-reports/transunion-vs-equifax/"><img decoding="async" class="wpex-align-middle wpex-w-100 wpex-h-100 wpex-object-cover" alt="Transunion Vs. Equifax" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" data-lazy-srcset="https://mycreditgroup.com/wp-content/uploads/2023/03/Transunion-vs-Equifax-150x150.webp 150w, https://mycreditgroup.com/wp-content/uploads/2023/03/Transunion-vs-Equifax-150x150@2x.webp 300w, https://mycreditgroup.com/wp-content/uploads/2023/03/Transunion-vs-Equifax-125x125.webp 125w, https://mycreditgroup.com/wp-content/uploads/2023/03/Transunion-vs-Equifax-125x125@2x.webp 250w, https://mycreditgroup.com/wp-content/uploads/2023/03/Transunion-vs-Equifax-150x150@2x.webp 2x" width="150" height="150" data-lazy-src="https://mycreditgroup.com/wp-content/uploads/2023/03/Transunion-vs-Equifax-150x150.webp"><noscript><img decoding="async" class="wpex-align-middle wpex-w-100 wpex-h-100 wpex-object-cover" alt="Transunion Vs. Equifax" src="https://mycreditgroup.com/wp-content/uploads/2023/03/Transunion-vs-Equifax-150x150.webp" srcset="https://mycreditgroup.com/wp-content/uploads/2023/03/Transunion-vs-Equifax-150x150.webp 150w, https://mycreditgroup.com/wp-content/uploads/2023/03/Transunion-vs-Equifax-150x150@2x.webp 300w, https://mycreditgroup.com/wp-content/uploads/2023/03/Transunion-vs-Equifax-125x125.webp 125w, https://mycreditgroup.com/wp-content/uploads/2023/03/Transunion-vs-Equifax-125x125@2x.webp 250w, https://mycreditgroup.com/wp-content/uploads/2023/03/Transunion-vs-Equifax-150x150@2x.webp 2x" width="150" height="150"></noscript><i class="wpex-thumbnail-format-icon wpex-block wpex-right-0 wpex-bottom-0 wpex-mr-15 wpex-mb-15 wpex-absolute wpex-text-white wpex-text-center wpex-leading-none wpex-opacity-0 wpex-onload-opacity-100" aria-hidden="true"><span class="wpex-svg-icon" aria-hidden="true"><svg height="20" width="20" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 27 32"><path d="M26.214 6.786q0.5 0.5 0.857 1.357t0.357 1.571v20.571q0 0.714-0.5 1.214t-1.214 0.5h-24q-0.714 0-1.214-0.5t-0.5-1.214v-28.571q0-0.714 0.5-1.214t1.214-0.5h16q0.714 0 1.571 0.357t1.357 0.857zM18.286 2.429v6.714h6.714q-0.179-0.518-0.393-0.732l-5.589-5.589q-0.214-0.214-0.732-0.393zM25.143 29.714v-18.286h-7.429q-0.714 0-1.214-0.5t-0.5-1.214v-7.429h-13.714v27.429h22.857zM6.857 14.286q0-0.25 0.161-0.411t0.411-0.161h12.571q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143zM20 18.286q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571zM20 22.857q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571z"></path></svg></span></i></a></div></div><div class="wpex-card-details wpex-flex wpex-flex-col wpex-flex-grow"><h2 class="wpex-card-title wpex-heading wpex-text-md wpex-child-inherit-color"><a href="https://mycreditgroup.com/credit-repair/understanding-credit-reports/transunion-vs-equifax/">TransUnion vs Equifax &#8211; Which Score Matters More?</a></h2><div class="wpex-card-meta wpex-flex wpex-flex-wrap wpex-items-center wpex-gap-5 wpex-mt-5"><div class="wpex-card-date">March 9, 2023</div><span>&ndash;</span><div class="wpex-card-primary-term"><a href="https://mycreditgroup.com/category/credit-repair/" class="wpex-no-underline wpex-hover-underline wpex-text-current wpex-hover-text-1">Credit Repair</a></div></div></div></div></div></div><div class="wpex-post-cards-entry post-10964 type-post col col-1 span_1_of_1 cat-270 cat-271"><div class="wpex-card wpex-card-blog-list_20"><div class="wpex-card-inner wpex-flex wpex-flex-col wpex-flex-grow wpex-md-items-center wpex-md-flex-row wpex-gap-15"><div class="wpex-card-media wpex-md-w-20 wpex-flex-shrink-0 wpex-self-stretch"><div class="wpex-card-thumbnail wpex-relative wpex-w-100 wpex-h-100"><a href="https://mycreditgroup.com/credit-repair/services/remove-foreclosure-from-credit-report/"><img decoding="async" class="wpex-align-middle wpex-w-100 wpex-h-100 wpex-object-cover" alt="How To Remove A Foreclosure From Your Credit Report" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" data-lazy-srcset="https://mycreditgroup.com/wp-content/uploads/2023/03/How-to-remove-a-foreclosure-from-your-credit-report-150x150.webp 150w, https://mycreditgroup.com/wp-content/uploads/2023/03/How-to-remove-a-foreclosure-from-your-credit-report-150x150@2x.webp 300w, https://mycreditgroup.com/wp-content/uploads/2023/03/How-to-remove-a-foreclosure-from-your-credit-report-125x125.webp 125w, https://mycreditgroup.com/wp-content/uploads/2023/03/How-to-remove-a-foreclosure-from-your-credit-report-125x125@2x.webp 250w, https://mycreditgroup.com/wp-content/uploads/2023/03/How-to-remove-a-foreclosure-from-your-credit-report-150x150@2x.webp 2x" width="150" height="150" data-lazy-src="https://mycreditgroup.com/wp-content/uploads/2023/03/How-to-remove-a-foreclosure-from-your-credit-report-150x150.webp"><noscript><img decoding="async" class="wpex-align-middle wpex-w-100 wpex-h-100 wpex-object-cover" alt="How To Remove A Foreclosure From Your Credit Report" src="https://mycreditgroup.com/wp-content/uploads/2023/03/How-to-remove-a-foreclosure-from-your-credit-report-150x150.webp" srcset="https://mycreditgroup.com/wp-content/uploads/2023/03/How-to-remove-a-foreclosure-from-your-credit-report-150x150.webp 150w, https://mycreditgroup.com/wp-content/uploads/2023/03/How-to-remove-a-foreclosure-from-your-credit-report-150x150@2x.webp 300w, https://mycreditgroup.com/wp-content/uploads/2023/03/How-to-remove-a-foreclosure-from-your-credit-report-125x125.webp 125w, https://mycreditgroup.com/wp-content/uploads/2023/03/How-to-remove-a-foreclosure-from-your-credit-report-125x125@2x.webp 250w, https://mycreditgroup.com/wp-content/uploads/2023/03/How-to-remove-a-foreclosure-from-your-credit-report-150x150@2x.webp 2x" width="150" height="150"></noscript><i class="wpex-thumbnail-format-icon wpex-block wpex-right-0 wpex-bottom-0 wpex-mr-15 wpex-mb-15 wpex-absolute wpex-text-white wpex-text-center wpex-leading-none wpex-opacity-0 wpex-onload-opacity-100" aria-hidden="true"><span class="wpex-svg-icon" aria-hidden="true"><svg height="20" width="20" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 27 32"><path d="M26.214 6.786q0.5 0.5 0.857 1.357t0.357 1.571v20.571q0 0.714-0.5 1.214t-1.214 0.5h-24q-0.714 0-1.214-0.5t-0.5-1.214v-28.571q0-0.714 0.5-1.214t1.214-0.5h16q0.714 0 1.571 0.357t1.357 0.857zM18.286 2.429v6.714h6.714q-0.179-0.518-0.393-0.732l-5.589-5.589q-0.214-0.214-0.732-0.393zM25.143 29.714v-18.286h-7.429q-0.714 0-1.214-0.5t-0.5-1.214v-7.429h-13.714v27.429h22.857zM6.857 14.286q0-0.25 0.161-0.411t0.411-0.161h12.571q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143zM20 18.286q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571zM20 22.857q0.25 0 0.411 0.161t0.161 0.411v1.143q0 0.25-0.161 0.411t-0.411 0.161h-12.571q-0.25 0-0.411-0.161t-0.161-0.411v-1.143q0-0.25 0.161-0.411t0.411-0.161h12.571z"></path></svg></span></i></a></div></div><div class="wpex-card-details wpex-flex wpex-flex-col wpex-flex-grow"><h2 class="wpex-card-title wpex-heading wpex-text-md wpex-child-inherit-color"><a href="https://mycreditgroup.com/credit-repair/services/remove-foreclosure-from-credit-report/">How to remove a foreclosure from your credit report</a></h2><div class="wpex-card-meta wpex-flex wpex-flex-wrap wpex-items-center wpex-gap-5 wpex-mt-5"><div class="wpex-card-date">March 5, 2023</div><span>&ndash;</span><div class="wpex-card-primary-term"><a href="https://mycreditgroup.com/category/credit-repair/" class="wpex-no-underline wpex-hover-underline wpex-text-current wpex-hover-text-1">Credit Repair</a></div></div></div></div></div></div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1676824971977 wpex-vc_row-has-fill wpex-vc-reset-negative-margin wpex-has-overlay"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><h2 class="vcex-heading vcex-module wpex-text-2xl wpex-font-normal wpex-m-auto wpex-max-w-100 vcex-heading-plain wpex-h2 wpex-block wpex-text-center vc_custom_1676824984915" style="color:#ffffff;font-family:&#039;Roboto&#039;,sans-serif;font-size:36px;font-weight:400;text-transform:none;"><span class="vcex-heading-inner wpex-inline-block wpex-clr">Better credit starts here!</span></h2><div class="vc_custom_1723471413293 wpex-clr"><div class="theme-button-wrap textcenter wpex-clr"><a href="https://mycreditgroup.com/free-consultation/" class="vcex-button theme-button flat white align-center inline" style="background:#ffffff;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;color:#6366f1;font-size:18px;font-weight:400;border-radius:var(--wpex-rounded);font-family:&#039;Roboto&#039;,sans-serif;" data-wpex-hover='{&quot;background&quot;:&quot;#e5e5e5&quot;,&quot;color&quot;:&quot;#6366f1&quot;}' aria-label="Schedule a free consultation"><span class="theme-button-inner">SIgnup<span class="vcex-icon-wrap theme-button-icon-right"><span class="wpex-svg-icon" aria-hidden="true"><svg height="20" width="20" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 18 32"><path d="M10.908 16q0 0.232-0.179 0.411l-8.321 8.321q-0.179 0.179-0.411 0.179t-0.411-0.179l-0.893-0.893q-0.179-0.179-0.179-0.411t0.179-0.411l7.018-7.018-7.018-7.018q-0.179-0.179-0.179-0.411t0.179-0.411l0.893-0.893q0.179-0.179 0.411-0.179t0.411 0.179l8.321 8.321q0.179 0.179 0.179 0.411zM17.766 16q0 0.232-0.179 0.411l-8.321 8.321q-0.179 0.179-0.411 0.179t-0.411-0.179l-0.893-0.893q-0.179-0.179-0.179-0.411t0.179-0.411l7.018-7.018-7.018-7.018q-0.179-0.179-0.179-0.411t0.179-0.411l0.893-0.893q0.179-0.179 0.411-0.179t0.411 0.179l8.321 8.321q0.179 0.179 0.179 0.411z"></path></svg></span></span></span></a></div></div> </div></div></div><div class="wpex-bg-overlay-wrap wpex-absolute wpex-inset-0 wpex-z-1 wpex-rounded-inherit"><span data-bg="https://mycreditgroup.com/wp-content/uploads/2023/02/contact-bg-1.png" class="wpex-bg-overlay custom wpex-absolute wpex-inset-0 wpex-rounded-inherit rocket-lazyload" style="opacity:.4;"></span></div></div>
</div>

</article>
					
				
				
			</div>

			
		</div>

		
	</div>


			
		</main>

		
		


	
	    <footer id="footer" class="site-footer wpex-surface-dark" itemscope="itemscope" itemtype="https://schema.org/WPFooter">

	        
	        <div id="footer-inner" class="site-footer-inner container wpex-pt-40 wpex-clr">
<div id="footer-widgets" class="wpex-row wpex-clr gap-30">

	
	
		<div class="footer-box span_1_of_5 col col-1"><div id="wpex_info_widget-3" class="footer-widget widget wpex-pb-40 wpex-clr widget_wpex_info_widget"><div class="widget-title wpex-heading wpex-text-md wpex-mb-20">Contact</div><ul class="wpex-info-widget wpex-last-mb-0"><li class="wpex-info-widget-address wpex-flex wpex-mb-0"><div class="wpex-info-widget-icon wpex-mr-15"><span class="wpex-svg-icon" aria-hidden="true"><svg height="20" width="20" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 18 32"><path d="M13.714 11.429q0-1.893-1.339-3.232t-3.232-1.339-3.232 1.339-1.339 3.232 1.339 3.232 3.232 1.339 3.232-1.339 1.339-3.232zM18.286 11.429q0 1.946-0.589 3.196l-6.5 13.821q-0.286 0.589-0.848 0.929t-1.205 0.339-1.205-0.339-0.83-0.929l-6.518-13.821q-0.589-1.25-0.589-3.196 0-3.786 2.679-6.464t6.464-2.679 6.464 2.679 2.679 6.464z"></path></svg></span></div><div class="wpex-info-widget-data wpex-flex-grow wpex-last-mb-0"><p>431 N. Graham St. # 1772<br />
Stephenville, Texas 76401</p>
</div></li><li class="wpex-info-widget-email wpex-flex wpex-mb-0"><div class="wpex-info-widget-icon wpex-mr-15"><span class="wpex-svg-icon" aria-hidden="true"><svg height="20" width="20" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 32 32"><path d="M32 12.679v14.179q0 1.179-0.839 2.018t-2.018 0.839h-26.286q-1.179 0-2.018-0.839t-0.839-2.018v-14.179q0.786 0.875 1.804 1.554 6.464 4.393 8.875 6.161 1.018 0.75 1.652 1.17t1.688 0.857 1.964 0.438h0.036q0.911 0 1.964-0.438t1.688-0.857 1.652-1.17q3.036-2.196 8.893-6.161 1.018-0.696 1.786-1.554zM32 7.429q0 1.411-0.875 2.696t-2.179 2.196q-6.714 4.661-8.357 5.804-0.179 0.125-0.759 0.545t-0.964 0.679-0.929 0.58-1.027 0.482-0.893 0.161h-0.036q-0.411 0-0.893-0.161t-1.027-0.482-0.929-0.58-0.964-0.679-0.759-0.545q-1.625-1.143-4.679-3.259t-3.661-2.545q-1.107-0.75-2.089-2.063t-0.982-2.438q0-1.393 0.741-2.321t2.116-0.929h26.286q1.161 0 2.009 0.839t0.848 2.018z"></path></svg></span></div><div class="wpex-info-widget-data wpex-flex-grow"><a href="mailto:&#115;u&#112;&#112;or&#116;te&#97;&#109;&#64;&#109;&#121;c&#114;&#101;&#100;&#105;&#116;gr&#111;up&#46;com" class="wpex-inherit-color wpex-no-underline">email</a></div></li></ul></div></div>

	
	
	
		<div class="footer-box span_1_of_5 col col-3"><div id="custom_html-2" class="widget_text footer-widget widget wpex-pb-40 wpex-clr widget_custom_html"><div class="widget-title wpex-heading wpex-text-md wpex-mb-20">Company</div><div class="textwidget custom-html-widget"><a href="https://mycreditgroup.com/services/process/">Our Process</a><br />
<a href="https://mycreditgroup.com/services/debt-settlement/">Debt Settlement</a><br />
<a href="https://mycreditgroup.com/pricing/">Pricing</a><br />
<a href="https://mycreditgroup.com/about/">About</a><br />
<a href="https://mycreditgroup.com/free-consultation/">Free Consultation</a><br/>
<a href="https://mycreditgroup.com/contact/">Contact</a></div></div></div>

	
	
		<div class="footer-box span_1_of_5 col col-4"><div id="custom_html-3" class="widget_text footer-widget widget wpex-pb-40 wpex-clr widget_custom_html"><div class="widget-title wpex-heading wpex-text-md wpex-mb-20">Resources</div><div class="textwidget custom-html-widget"><a href="https://mycreditgroup.com/blog/">Blog</a><br />
<a href="https://mycreditgroup.com/faq/">FAQ</a><br />
<a href="https://mycreditgroup.com/privacy-policy/">Privacy Policy</a><br />
<a href="https://mycreditgroup.com/terms/">Terms of use</a><br />
<a href="https://mycreditgroup.com/sitemap/">Sitemap</a><br />
</div></div></div>

	
	
		<div class="footer-box span_1_of_5 col col-5"><div id="block-61" class="footer-widget widget wpex-pb-40 wpex-clr widget_block">
<h6 class="wp-block-heading" id="h-categories">Categories</h6>
</div><div id="block-58" class="footer-widget widget wpex-pb-40 wpex-clr widget_block widget_categories"><ul class="wp-block-categories-list wp-block-categories-taxonomy-category wp-block-categories">	<li class="cat-item cat-item-270"><a href="https://mycreditgroup.com/category/credit-repair/">Credit Repair</a>
<ul class='children'>
	<li class="cat-item cat-item-273"><a href="https://mycreditgroup.com/credit-repair/credit-score-mistakes/">Credit Score Mistakes</a>
</li>
	<li class="cat-item cat-item-275"><a href="https://mycreditgroup.com/credit-repair/debt-negotiation/">Debt Negotiation</a>
</li>
	<li class="cat-item cat-item-274"><a href="https://mycreditgroup.com/credit-repair/disputing-errors/">Disputing Errors</a>
</li>
	<li class="cat-item cat-item-271"><a href="https://mycreditgroup.com/credit-repair/services/">Services</a>
</li>
	<li class="cat-item cat-item-272"><a href="https://mycreditgroup.com/credit-repair/understanding-credit-reports/">Understanding Credit Reports</a>
</li>
</ul>
</li>
	<li class="cat-item cat-item-269"><a href="https://mycreditgroup.com/category/industry-news/">Industry News</a>
<ul class='children'>
	<li class="cat-item cat-item-281"><a href="https://mycreditgroup.com/industry-news/credit-score-updates/">Credit Score Updates</a>
</li>
	<li class="cat-item cat-item-282"><a href="https://mycreditgroup.com/industry-news/economy/">Economy</a>
</li>
	<li class="cat-item cat-item-280"><a href="https://mycreditgroup.com/industry-news/laws/">Laws</a>
</li>
</ul>
</li>
	<li class="cat-item cat-item-257"><a href="https://mycreditgroup.com/category/personal-finance/">Personal Finance</a>
<ul class='children'>
	<li class="cat-item cat-item-276"><a href="https://mycreditgroup.com/personal-finance/budgeting-tips/">Budgeting Tips</a>
</li>
	<li class="cat-item cat-item-278"><a href="https://mycreditgroup.com/personal-finance/managing-credit/">Managing Credit</a>
</li>
	<li class="cat-item cat-item-279"><a href="https://mycreditgroup.com/personal-finance/retirement-planning/">Retirement Planning</a>
</li>
	<li class="cat-item cat-item-277"><a href="https://mycreditgroup.com/personal-finance/understanding-debt/">Understanding Debt</a>
</li>
</ul>
</li>
	<li class="cat-item cat-item-1"><a href="https://mycreditgroup.com/uncategorized/">Uncategorized</a>
</li>
</ul></div></div>

	
	
	
</div></div>

	        
	    </footer>

	




	<div id="footer-bottom" class="wpex-py-20 wpex-text-sm wpex-surface-dark wpex-bg-gray-900 wpex-text-center">

		
		<div id="footer-bottom-inner" class="container"><div class="footer-bottom-flex wpex-clr">
<div id="copyright" class="wpex-last-mb-0">Copyright 2024 © - My Credit Group LLC. All Rights Reserved</div>
<nav id="footer-bottom-menu" class="wpex-mt-10" aria-label="Footer menu"></nav></div></div>

		
	</div>



	</div>

	
</div>


<a href="#outer-wrap" id="site-scroll-top" class="wpex-flex wpex-items-center wpex-justify-center wpex-fixed wpex-rounded-full wpex-text-center wpex-box-content wpex-transition-all wpex-duration-200 wpex-bottom-0 wpex-right-0 wpex-mr-25 wpex-mb-25 wpex-no-underline wpex-surface-2 wpex-text-4 wpex-hover-bg-accent wpex-invisible wpex-opacity-0" data-scroll-speed="1000" data-scroll-offset="100"><span class="wpex-svg-icon" aria-hidden="true"><svg height="20" width="20" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 32 32"><path d="M30.054 21.955l-2.964 2.946q-0.339 0.339-0.804 0.339t-0.804-0.339l-9.482-9.482-9.482 9.482q-0.339 0.339-0.804 0.339t-0.804-0.339l-2.964-2.946q-0.339-0.339-0.339-0.813t0.339-0.813l13.25-13.232q0.339-0.339 0.804-0.339t0.804 0.339l13.25 13.232q0.339 0.339 0.339 0.813t-0.339 0.813z"></path></svg></span><span class="screen-reader-text">Back To Top</span></a>


<nav class="mobile-toggle-nav wpex-mobile-menu mobile-toggle-nav--animate wpex-surface-1 wpex-hidden wpex-text-2 wpex-togglep-afterheader wpex-z-9999" aria-expanded="false" aria-label="Mobile menu" data-wpex-insert-after="#site-header">
	<div class="mobile-toggle-nav-inner container">
				<ul class="mobile-toggle-nav-ul wpex-h-auto wpex-leading-inherit wpex-list-none wpex-my-0 wpex-mx-auto"></ul>
		<div class="mobile-toggle-nav-search">
<div id="mobile-menu-search" class="wpex-relative wpex-pb-20">
	<form method="get" action="https://mycreditgroup.com/" class="mobile-menu-searchform">
		<label class="wpex-inherit-color">
			<span class="screen-reader-text">Search</span>
			<input type="search" name="s" autocomplete="off" placeholder="Search">
								</label>
		<button type="submit" class="searchform-submit"><span class="wpex-svg-icon" aria-hidden="true"><svg height="20" width="20" fill="currentColor" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 30 32"><path d="M20.571 14.857q0-3.304-2.348-5.652t-5.652-2.348-5.652 2.348-2.348 5.652 2.348 5.652 5.652 2.348 5.652-2.348 2.348-5.652zM29.714 29.714q0 0.929-0.679 1.607t-1.607 0.679q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884 0.991-4.884 2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607z"></path></svg></span><span class="screen-reader-text">Submit</span></button>
	</form>
</div></div>			</div>
</nav>
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/Total/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script type="text/html" id="wpb-modifications"></script><script type="rocketlazyloadscript" id="rocket-browser-checker-js-after">
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
//# sourceURL=rocket-browser-checker-js-after
</script>
<script id="rocket-preload-links-js-extra">
var RocketPreloadLinksConfig = {"excludeUris":"/(?:.+/)?feed(?:/(?:.+/?)?)?$|/(?:.+/)?embed/|/(index.php/)?(.*)wp-json(/.*|$)|/refer/|/go/|/recommend/|/recommends/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https://mycreditgroup.com","onHoverDelay":"100","rateThrottle":"3"};
//# sourceURL=rocket-preload-links-js-extra
</script>
<script type="rocketlazyloadscript" id="rocket-preload-links-js-after">
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());

//# sourceURL=rocket-preload-links-js-after
</script>
<script type="rocketlazyloadscript" id="hoverIntent-js" data-rocket-src="https://mycreditgroup.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2" defer></script>
<script id="wpex-superfish-js-extra">
var wpex_superfish_params = {"delay":"600","speed":"fast","speedOut":"fast"};
//# sourceURL=wpex-superfish-js-extra
</script>
<script type="rocketlazyloadscript" id="wpex-superfish-js" data-rocket-src="https://mycreditgroup.com/wp-content/themes/Total/assets/js/dynamic/wpex-superfish.min.js?ver=5.6.0" defer></script>
<script id="wpex-core-js-extra">
var wpex_theme_params = {"menuWidgetAccordion":"1","mobileMenuBreakpoint":"959","i18n":{"openSubmenu":"Open submenu of %s","closeSubmenu":"Close submenu of %s"},"stickyHeaderStyle":"standard","hasStickyMobileHeader":"","stickyHeaderBreakPoint":"960","stickyTopBarBreakPoint":"960","hasStickyTopBarMobile":"1","selectArrowIcon":"\u003Cspan class=\"wpex-select-arrow__icon wpex-svg-icon\" aria-hidden=\"true\"\u003E\u003Csvg height=\"20\" width=\"20\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" height=\"32\" viewBox=\"0 0 21 32\"\u003E\u003Cpath d=\"M19.192 12.286q0 0.232-0.179 0.411l-8.321 8.321q-0.179 0.179-0.411 0.179t-0.411-0.179l-8.321-8.321q-0.179-0.179-0.179-0.411t0.179-0.411l0.893-0.893q0.179-0.179 0.411-0.179t0.411 0.179l7.018 7.018 7.018-7.018q0.179-0.179 0.411-0.179t0.411 0.179l0.893 0.893q0.179 0.179 0.179 0.411z\"\u003E\u003C/path\u003E\u003C/svg\u003E\u003C/span\u003E","customSelects":".widget_categories form,.widget_archive select,.vcex-form-shortcode select","scrollToHash":"1","scrollToHashTimeout":"500","localScrollFindLinks":"1","localScrollTargets":"li.local-scroll a, a.local-scroll, .local-scroll-link, .local-scroll-link \u003E a","localScrollUpdateHash":"","localScrollHighlight":"1","localScrollSpeed":"1000","mobileMenuOpenSubmenuIcon":"\u003Cspan class=\"wpex-open-submenu__icon wpex-transition-all wpex-duration-300 wpex-svg-icon\" aria-hidden=\"true\"\u003E\u003Csvg height=\"20\" width=\"20\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" height=\"32\" viewBox=\"0 0 21 32\"\u003E\u003Cpath d=\"M19.192 12.286q0 0.232-0.179 0.411l-8.321 8.321q-0.179 0.179-0.411 0.179t-0.411-0.179l-8.321-8.321q-0.179-0.179-0.179-0.411t0.179-0.411l0.893-0.893q0.179-0.179 0.411-0.179t0.411 0.179l7.018 7.018 7.018-7.018q0.179-0.179 0.411-0.179t0.411 0.179l0.893 0.893q0.179 0.179 0.179 0.411z\"\u003E\u003C/path\u003E\u003C/svg\u003E\u003C/span\u003E"};
//# sourceURL=wpex-core-js-extra
</script>
<script type="rocketlazyloadscript" id="wpex-core-js" data-rocket-src="https://mycreditgroup.com/wp-content/themes/Total/assets/js/total.min.js?ver=5.6.0" defer></script>
<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://mycreditgroup.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script>
</body>
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1780898174 -->