Help
RSS
API
Feed
Maltego
Contact
Domain > medbilldefense.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2019-04-21
37.60.240.35
(
ClassC
)
2026-02-22
52.52.192.191
(
ClassC
)
Port 443
HTTP/1.1 200 OKAccept-Ranges: bytesAge: 1Cache-Control: public,max-age0,must-revalidateCache-Status: Netlify Edge; fwdmissContent-Length: 36300Content-Type: text/html; charsetUTF-8Date: Sun, 22 Feb 2026 15:13:36 GMTEtag: 21e634681020830e2fa00be41913bf4b-sslServer: NetlifyStrict-Transport-Security: max-age31536000X-Nf-Request-Id: 01KJ2YKH6EK90CAE371A2KDSDG !DOCTYPE html>html langen>head> meta charsetUTF-8> title>Med Bill Defense — Your Shield Against Medical Overcharges/title> meta nameviewport contentwidthdevice-width, initial-scale1> meta namedescription contentMed Bill Defense audits, negotiates, and reduces your medical bills. Free bill review with no upfront costs.> style> /* Reset & Base */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif; color: #1a1a2e; line-height: 1.7; background: #ffffff; } img { max-width: 100%; display: block; } a { color: inherit; text-decoration: none; } /* Color Palette */ :root { --navy: #0b1f3a; --navy-light: #132d52; --navy-mid: #1b3a6b; --accent: #2a6fdb; --accent-hover: #1d5bbf; --white: #ffffff; --off-white: #f4f7fb; --light-gray: #e8edf4; --text-dark: #1a1a2e; --text-muted: #4a5568; --success: #16a34a; } /* Navigation */ .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,0.08); } .nav-inner { max-width: 1140px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 64px; } .nav-logo { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 20px; color: var(--white); letter-spacing: -0.3px; } .nav-logo svg { flex-shrink: 0; } .nav-links { display: flex; align-items: center; gap: 32px; } .nav-links a { color: rgba(255,255,255,0.8); font-size: 15px; font-weight: 500; transition: color 0.2s; } .nav-links a:hover { color: var(--white); } .nav-cta { background: var(--accent) !important; color: var(--white) !important; padding: 9px 20px; border-radius: 6px; font-weight: 600 !important; transition: background 0.2s !important; } .nav-cta:hover { background: var(--accent-hover) !important; } /* Mobile nav toggle */ .nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; } .nav-toggle span { display: block; width: 24px; height: 2px; background: var(--white); margin: 6px 0; border-radius: 2px; transition: 0.3s; } /* Hero Section */ .hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%); color: var(--white); padding: 140px 24px 100px; text-align: center; position: relative; overflow: hidden; } .hero::before { content: ; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at 30% 50%, rgba(42,111,219,0.12) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(42,111,219,0.08) 0%, transparent 40%); pointer-events: none; } .hero-content { max-width: 800px; margin: 0 auto; position: relative; z-index: 1; } .hero-badge { display: inline-block; background: rgba(42,111,219,0.2); border: 1px solid rgba(42,111,219,0.4); color: #7db4f5; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; padding: 6px 16px; border-radius: 100px; margin-bottom: 24px; } .hero h1 { font-size: clamp(36px, 5vw, 56px); font-weight: 800; line-height: 1.15; margin-bottom: 20px; letter-spacing: -0.5px; } .hero p { font-size: clamp(17px, 2vw, 20px); color: rgba(255,255,255,0.8); margin-bottom: 36px; max-width: 600px; margin-left: auto; margin-right: auto; } .hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; } /* Buttons */ .btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 8px; font-size: 16px; font-weight: 600; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s, box-shadow 0.2s; } .btn:hover { transform: translateY(-1px); } .btn:active { transform: translateY(0); } .btn-primary { background: var(--accent); color: var(--white); box-shadow: 0 4px 14px rgba(42,111,219,0.35); } .btn-primary:hover { background: var(--accent-hover); box-shadow: 0 6px 20px rgba(42,111,219,0.4); } .btn-outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.3); } .btn-outline:hover { border-color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.05); } /* Trust Bar */ .trust-bar { background: var(--off-white); border-bottom: 1px solid var(--light-gray); padding: 28px 24px; } .trust-bar-inner { max-width: 1140px; margin: 0 auto; display: flex; justify-content: center; align-items: center; gap: 48px; flex-wrap: wrap; } .trust-item { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; color: var(--text-dark); } .trust-icon { width: 40px; height: 40px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .trust-icon svg { width: 20px; height: 20px; } /* Section Shared */ .section { padding: 80px 24px; } .section-header { text-align: center; max-width: 640px; margin: 0 auto 56px; } .section-label { display: inline-block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--accent); margin-bottom: 12px; } .section-header h2 { font-size: clamp(28px, 3.5vw, 40px); font-weight: 800; color: var(--navy); line-height: 1.2; margin-bottom: 16px; letter-spacing: -0.3px; } .section-header p { font-size: 17px; color: var(--text-muted); } /* How It Works */ .how-it-works { background: var(--white); } .steps-grid { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; } .step-card { text-align: center; padding: 40px 28px; border-radius: 12px; border: 1px solid var(--light-gray); background: var(--white); transition: box-shadow 0.3s, transform 0.2s; position: relative; } .step-card:hover { box-shadow: 0 8px 30px rgba(11,31,58,0.08); transform: translateY(-4px); } .step-number { width: 48px; height: 48px; border-radius: 50%; background: var(--navy); color: var(--white); display: inline-flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 800; margin-bottom: 20px; } .step-icon { width: 64px; height: 64px; background: var(--off-white); border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 20px; } .step-icon svg { width: 32px; height: 32px; color: var(--accent); } .step-card h3 { font-size: 22px; font-weight: 700; color: var(--navy); margin-bottom: 10px; } .step-card p { font-size: 15px; color: var(--text-muted); line-height: 1.6; } .step-connector { display: none; } /* Story / About */ .story-section { background: var(--off-white); } .story-grid { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; } .story-stat-box { background: var(--navy); color: var(--white); border-radius: 16px; padding: 48px 40px; text-align: center; } .stat-highlight { font-size: clamp(48px, 5vw, 64px); font-weight: 800; line-height: 1; margin-bottom: 8px; color: #7db4f5; } .stat-sub { font-size: 16px; color: rgba(255,255,255,0.7); margin-bottom: 32px; } .stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; border-top: 1px solid rgba(255,255,255,0.12); padding-top: 28px; } .stat-item-num { font-size: 28px; font-weight: 800; color: var(--white); } .stat-item-label { font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 2px; } .story-text h2 { font-size: clamp(28px, 3vw, 36px); font-weight: 800; color: var(--navy); line-height: 1.25; margin-bottom: 20px; } .story-text p { font-size: 16px; color: var(--text-muted); margin-bottom: 16px; } .story-text strong { color: var(--text-dark); } .credential-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--white); border: 1px solid var(--light-gray); padding: 10px 18px; border-radius: 8px; font-size: 14px; font-weight: 600; color: var(--navy); margin-top: 8px; } .credential-badge svg { color: var(--accent); width: 18px; height: 18px; } /* Services */ .services-section { background: var(--white); } .services-grid { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; } .service-card { display: flex; align-items: flex-start; gap: 16px; padding: 28px; border-radius: 12px; border: 1px solid var(--light-gray); background: var(--white); transition: box-shadow 0.3s; } .service-card:hover { box-shadow: 0 4px 20px rgba(11,31,58,0.06); } .service-card-icon { width: 44px; height: 44px; background: var(--off-white); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .service-card-icon svg { width: 22px; height: 22px; color: var(--accent); } .service-card h3 { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 6px; } .service-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; } /* FAQ */ .faq-section { background: var(--off-white); } .faq-grid { max-width: 760px; margin: 0 auto; } .faq-item { border-bottom: 1px solid var(--light-gray); padding: 24px 0; } .faq-item:first-child { border-top: 1px solid var(--light-gray); } .faq-question { width: 100%; background: none; border: none; text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 17px; font-weight: 600; color: var(--navy); padding: 0; font-family: inherit; line-height: 1.5; } .faq-question:hover { color: var(--accent); } .faq-question svg { width: 20px; height: 20px; flex-shrink: 0; margin-left: 16px; transition: transform 0.3s; color: var(--text-muted); } .faq-item.active .faq-question svg { transform: rotate(180deg); } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; } .faq-item.active .faq-answer { max-height: 200px; padding-top: 12px; } .faq-answer p { font-size: 15px; color: var(--text-muted); line-height: 1.7; } /* Contact Form Section */ .contact-section { background: var(--navy); color: var(--white); position: relative; overflow: hidden; } .contact-section::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 80% 20%, rgba(42,111,219,0.15) 0%, transparent 50%); pointer-events: none; } .contact-grid { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; position: relative; z-index: 1; } .contact-info h2 { font-size: clamp(28px, 3.5vw, 40px); font-weight: 800; line-height: 1.2; margin-bottom: 16px; } .contact-info p { font-size: 17px; color: rgba(255,255,255,0.7); margin-bottom: 32px; } .contact-benefits { list-style: none; } .contact-benefits li { display: flex; align-items: center; gap: 12px; font-size: 16px; color: rgba(255,255,255,0.85); margin-bottom: 16px; } .contact-benefits li svg { width: 20px; height: 20px; color: #4ade80; flex-shrink: 0; } .contact-form-card { background: var(--white); border-radius: 16px; padding: 40px; box-shadow: 0 20px 60px rgba(0,0,0,0.2); } .contact-form-card h3 { font-size: 22px; font-weight: 700; color: var(--navy); margin-bottom: 4px; } .contact-form-card .form-subtitle { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; } .form-group { margin-bottom: 18px; } .form-group label { display: block; font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 6px; } .form-group input, .form-group textarea, .form-group select { width: 100%; padding: 12px 14px; border: 1.5px solid var(--light-gray); border-radius: 8px; font-size: 15px; font-family: inherit; color: var(--text-dark); background: var(--white); transition: border-color 0.2s, box-shadow 0.2s; } .form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(42,111,219,0.12); } .form-group textarea { resize: vertical; min-height: 100px; } .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } .form-submit { width: 100%; padding: 14px 28px; background: var(--accent); color: var(--white); border: none; border-radius: 8px; font-size: 16px; font-weight: 700; cursor: pointer; transition: background 0.2s, transform 0.15s; margin-top: 4px; } .form-submit:hover { background: var(--accent-hover); transform: translateY(-1px); } .form-submit:active { transform: translateY(0); } .form-note { font-size: 12px; color: var(--text-muted); text-align: center; margin-top: 12px; } /* Footer */ .footer { background: var(--navy); border-top: 1px solid rgba(255,255,255,0.08); padding: 40px 24px; text-align: center; } .footer-inner { max-width: 1140px; margin: 0 auto; } .footer-brand { font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 8px; } .footer-disclaimer { font-size: 13px; color: rgba(255,255,255,0.45); max-width: 600px; margin: 0 auto; line-height: 1.6; } /* Responsive */ @media (max-width: 960px) { .story-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; } .services-grid { grid-template-columns: 1fr; } } @media (max-width: 768px) { .nav-links { display: none; } .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: var(--navy); padding: 20px 24px; gap: 16px; border-bottom: 1px solid rgba(255,255,255,0.08); } .nav-toggle { display: block; } .hero { padding: 120px 20px 72px; } .section { padding: 56px 20px; } .steps-grid { grid-template-columns: 1fr; max-width: 420px; } .trust-bar-inner { gap: 24px; } .form-row { grid-template-columns: 1fr; } .contact-form-card { padding: 28px 20px; } } @media (max-width: 480px) { .hero h1 { font-size: 30px; } .hero-actions { flex-direction: column; align-items: center; } .btn { width: 100%; justify-content: center; } .trust-bar-inner { flex-direction: column; gap: 16px; } } /style>/head>body>!-- Navigation -->nav classnav rolenavigation aria-labelMain navigation> div classnav-inner> a href# classnav-logo aria-labelMed Bill Defense Home> img srclogo.png altMed Bill Defense logo width28 height28 styleborder-radius:6px; object-fit:cover;> Med Bill Defense /a> button classnav-toggle aria-labelToggle menu onclickdocument.querySelector(.nav-links).classList.toggle(open)> span>/span>span>/span>span>/span> /button> div classnav-links> a href#how-it-works>How It Works/a> a href#about>About/a> a href#services>Services/a> a href#faq>FAQ/a> a href#contact classnav-cta>Free Bill Review/a> /div> /div>/nav>!-- Hero Section -->section classhero> div classhero-content> div classhero-badge>Medical Billing Advocacy/div> h1>Your Shield Againstbr>Medical Overcharges/h1> p>We audit your medical bills, negotiate with providers, and fight to save you thousands — with zero upfront cost./p> div classhero-actions> a href#contact classbtn btn-primary> Get a Free Bill Review svg width18 height18 viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2.5 stroke-linecapround stroke-linejoinround aria-hiddentrue>path dM5 12h14M12 5l7 7-7 7/>/svg> /a> a href#how-it-works classbtn btn-outline>See How It Works/a> /div> /div>/section>!-- Trust Bar -->section classtrust-bar aria-labelTrust indicators> div classtrust-bar-inner> div classtrust-item> div classtrust-icon> svg viewBox0 0 24 24 fillnone strokewhite stroke-width2 stroke-linecapround aria-hiddentrue>path dM12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z/>/svg> /div> No Upfront Costs /div> div classtrust-item> div classtrust-icon> svg viewBox0 0 24 24 fillnone strokewhite stroke-width2 stroke-linecapround aria-hiddentrue>path dM22 11.08V12a10 10 0 1 1-5.93-9.14/>path dM22 4 12 14.01l-3-3/>/svg> /div> $300,000+ Saved /div> div classtrust-item> div classtrust-icon> svg viewBox0 0 24 24 fillnone strokewhite stroke-width2 stroke-linecapround aria-hiddentrue>path dM17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2/>circle cx9 cy7 r4/>path dM23 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75/>/svg> /div> 50+ Clients Helped /div> div classtrust-item> div classtrust-icon> svg viewBox0 0 24 24 fillnone strokewhite stroke-width2 stroke-linecapround aria-hiddentrue>path dM4 19.5A2.5 2.5 0 0 1 6.5 17H20/>path dM6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z/>/svg> /div> MHA Credential /div> /div>/section>!-- How It Works -->section idhow-it-works classsection how-it-works> div classsection-header> div classsection-label>How It Works/div> h2>Three Simple Steps to Lower Bills/h2> p>Our proven process identifies errors and overcharges, then fights to get your bills reduced./p> /div> div classsteps-grid> div classstep-card> div classstep-number>1/div> div classstep-icon> svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround aria-hiddentrue>circle cx11 cy11 r8/>line x121 y121 x216.65 y216.65/>/svg> /div> h3>Audit/h3> p>We request your itemized bills and perform a thorough review, identifying billing errors, duplicate charges, and overcharges./p> /div> div classstep-card> div classstep-number>2/div> div classstep-icon> svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround aria-hiddentrue>path dM21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z/>/svg> /div> h3>Negotiate/h3> p>We handle all negotiations with hospitals and insurance companies, leveraging our expertise to secure the best possible reduction./p> /div> div classstep-card> div classstep-number>3/div> div classstep-icon> svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround aria-hiddentrue>line x112 y11 x212 y223/>path dM17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6/>/svg> /div> h3>Save/h3> p>You keep the savings. We only get paid a percentage of what we save you — if we cant reduce your bill, you owe nothing./p> /div> /div>/section>!-- About / Story -->section idabout classsection story-section> div classstory-grid> div classstory-stat-box> div classstat-highlight>97%/div> div classstat-sub>Bill reduction rate/div> div classstat-row> div> div classstat-item-num>$300K+/div> div classstat-item-label>Total Client Savings/div> /div> div> div classstat-item-num>$3K/div> div classstat-item-label>From a $136K Bill/div> /div> /div> /div> div classstory-text> h2>Born from Personal Experience/h2> p>A few years ago, the founder received a strong>$136,000 hospital bill/strong> for a 4-hour emergency room visit. After months of fighting with the insurance company and hospital, it was reduced to strong>$3,000/strong>./p> p>That experience inspired a pursuit of a strong>Masters in Healthcare Administration/strong> — to understand how the system works and to help others fight back against unfair medical charges./p> p>Today, Med Bill Defense has helped dozens of clients save hundreds of thousands of dollars on their medical bills./p> div classcredential-badge> svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround aria-hiddentrue>path dM22 11.08V12a10 10 0 1 1-5.93-9.14/>path dM22 4 12 14.01l-3-3/>/svg> Masters in Healthcare Administration /div> /div> /div>/section>!-- Services -->section idservices classsection services-section> div classsection-header> div classsection-label>Our Services/div> h2>Comprehensive Bill Defense/h2> p>From initial audit to final resolution, we handle every aspect of your medical billing dispute./p> /div> div classservices-grid> div classservice-card> div classservice-card-icon> svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround aria-hiddentrue>path dM14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z/>polyline points14 2 14 8 20 8/>line x116 y113 x28 y213/>line x116 y117 x28 y217/>/svg> /div> div> h3>Itemized Bill Review/h3> p>We request and review your complete itemized bill to uncover hidden errors, duplicate charges, and inflated line items./p> /div> /div> div classservice-card> div classservice-card-icon> svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround aria-hiddentrue>circle cx11 cy11 r8/>line x121 y121 x216.65 y216.65/>/svg> /div> div> h3>Overcharge Identification/h3> p>We compare charges against standard rates and identify any overcharges, upcoding, or unbundling practices./p> /div> /div> div classservice-card> div classservice-card-icon> svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround aria-hiddentrue>path dM21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z/>/svg> /div> div> h3>Provider Negotiation/h3> p>We negotiate directly with hospitals, clinics, and billing departments on your behalf to reduce your balance./p> /div> /div> div classservice-card> div classservice-card-icon> svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround aria-hiddentrue>path dM16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2/>rect x8 y2 width8 height4 rx1 ry1/>path dM9 14l2 2 4-4/>/svg> /div> div> h3>Insurance Appeals/h3> p>We file and manage appeals for wrongly denied insurance claims, fighting to get your covered charges paid./p> /div> /div> /div>/section>!-- FAQ -->section idfaq classsection faq-section> div classsection-header> div classsection-label>FAQ/div> h2>Frequently Asked Questions/h2> p>Everything you need to know about working with Med Bill Defense./p> /div> div classfaq-grid> div classfaq-item> button classfaq-question aria-expandedfalse onclickthis.parentElement.classList.toggle(active); this.setAttribute(aria-expanded, this.parentElement.classList.contains(active))> What is a medical bill advocate? svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2.5 stroke-linecapround stroke-linejoinround aria-hiddentrue>polyline points6 9 12 15 18 9/>/svg> /button> div classfaq-answer> p>A medical bill advocate reviews your medical bills to identify errors, overcharges, and negotiate reductions with hospitals or insurance companies on your behalf. We do not provide medical or legal advice./p> /div> /div> div classfaq-item> button classfaq-question aria-expandedfalse onclickthis.parentElement.classList.toggle(active); this.setAttribute(aria-expanded, this.parentElement.classList.contains(active))> How much do you charge? svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2.5 stroke-linecapround stroke-linejoinround aria-hiddentrue>polyline points6 9 12 15 18 9/>/svg> /button> div classfaq-answer> p>There are no upfront costs. We only get paid if we successfully save you money, based on a percentage of the savings. If we cant help, you pay nothing./p> /div> /div> div classfaq-item> button classfaq-question aria-expandedfalse onclickthis.parentElement.classList.toggle(active); this.setAttribute(aria-expanded, this.parentElement.classList.contains(active))> What do you need from me to get started? svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2.5 stroke-linecapround stroke-linejoinround aria-hiddentrue>polyline points6 9 12 15 18 9/>/svg> /button> div classfaq-answer> p>Just a copy of your itemized bill and any relevant insurance documentation is enough for us to start our review./p> /div> /div> div classfaq-item> button classfaq-question aria-expandedfalse onclickthis.parentElement.classList.toggle(active); this.setAttribute(aria-expanded, this.parentElement.classList.contains(active))> How long does the process take? svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2.5 stroke-linecapround stroke-linejoinround aria-hiddentrue>polyline points6 9 12 15 18 9/>/svg> /button> div classfaq-answer> p>Some bills are resolved in a few weeks; more complex cases may take a month or two. We keep you updated throughout the process./p> /div> /div> div classfaq-item> button classfaq-question aria-expandedfalse onclickthis.parentElement.classList.toggle(active); this.setAttribute(aria-expanded, this.parentElement.classList.contains(active))> Can you guarantee savings? svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2.5 stroke-linecapround stroke-linejoinround aria-hiddentrue>polyline points6 9 12 15 18 9/>/svg> /button> div classfaq-answer> p>No guarantees — but most clients do see substantial reductions. Well be transparent after reviewing your bill and let you know if we think we can help./p> /div> /div> div classfaq-item> button classfaq-question aria-expandedfalse onclickthis.parentElement.classList.toggle(active); this.setAttribute(aria-expanded, this.parentElement.classList.contains(active))> Do I have to talk to the hospital or insurance company? svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2.5 stroke-linecapround stroke-linejoinround aria-hiddentrue>polyline points6 9 12 15 18 9/>/svg> /button> div classfaq-answer> p>No. We handle all negotiations, appeals, and follow-ups on your behalf so you dont have to deal with the stress./p> /div> /div> /div>/section>!-- Contact Form -->section idcontact classsection contact-section> div classcontact-grid> div classcontact-info> h2>Get Your Freebr>Bill Review Today/h2> p>Submit your information and well review your medical bill at no cost. If we can help, well reach out with a plan to save you money./p> ul classcontact-benefits> li> svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2.5 stroke-linecapround aria-hiddentrue>path dM22 11.08V12a10 10 0 1 1-5.93-9.14/>path dM22 4 12 14.01l-3-3/>/svg> 100% free initial review /li> li> svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2.5 stroke-linecapround aria-hiddentrue>path dM22 11.08V12a10 10 0 1 1-5.93-9.14/>path dM22 4 12 14.01l-3-3/>/svg> No obligation to proceed /li> li> svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2.5 stroke-linecapround aria-hiddentrue>path dM22 11.08V12a10 10 0 1 1-5.93-9.14/>path dM22 4 12 14.01l-3-3/>/svg> Typically respond within 24 hours /li> li> svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2.5 stroke-linecapround aria-hiddentrue>path dM22 11.08V12a10 10 0 1 1-5.93-9.14/>path dM22 4 12 14.01l-3-3/>/svg> Your information is kept confidential /li> /ul> /div> div classcontact-form-card> h3>Get a Free Bill Review/h3> p classform-subtitle>Fill out the form and well be in touch./p> form methodPOST namebill-review> input typehidden nameform-name valuebill-review> p styledisplay:none>label>Dont fill this out: input namebot-field>/label>/p> div classform-row> div classform-group> label forfirstName>First Name/label> input typetext idfirstName namefirstName placeholderJane required> /div> div classform-group> label forlastName>Last Name/label> input typetext idlastName namelastName placeholderSmith required> /div> /div> div classform-group> label foremail>Email Address/label> input typeemail idemail nameemail placeholderjane@example.com required> /div> div classform-group> label forphone>Phone Number/label> input typetel idphone namephone placeholder(555) 123-4567> /div> div classform-group> label forbillAmount>Approximate Bill Amount/label> select idbillAmount namebillAmount required> option value disabled selected>Select a range/option> option valueunder-5000>Under $5,000/option> option value5000-10000>$5,000 – $10,000/option> option value10000-25000>$10,000 – $25,000/option> option value25000-50000>$25,000 – $50,000/option> option value50000-100000>$50,000 – $100,000/option> option valueover-100000>Over $100,000/option> /select> /div> div classform-group> label fordetails>Tell Us About Your Situation/label> textarea iddetails namedetails placeholderBriefly describe your medical bill and any issues youve encountered...>/textarea> /div> button typesubmit classform-submit>Submit for Free Review/button> p classform-note>We respect your privacy. Your information will never be shared./p> /form> /div> /div>/section>!-- Footer -->footer classfooter> div classfooter-inner> div classfooter-brand>Med Bill Defense/div> p classfooter-disclaimer>Med Bill Defense provides advocacy and consulting services and does not offer legal or medical advice. Results vary by case and no specific outcome is guaranteed./p> /div>/footer>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]