{"product_id":"mh-series","title":"Franklin Electric MH Series Horizontal Multi-Stage Booster Pump - Stainless Steel, 15-90 GPM, 1\/2-7.5 HP","description":"\u003c!-- TABS --\u003e\n\u003ch5\u003eDescription\u003c\/h5\u003e\n\u003cstyle\u003e\n\n  :root {\n    --crimson:    #B3122A;\n    --graphite:   #4A4A4F;\n    --cold-steel: #9B9EA3;\n    --ash:        #E1E3E6;\n    --card:       #C7CBD1;\n    --divider:    #B8BDC4;\n    --white:      #FFFFFF;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--ash);\n    color: var(--graphite);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* HERO BAND *\/\n  .hero {\n    background: var(--graphite);\n    color: var(--white);\n    padding: 48px 40px 44px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      -45deg,\n      transparent,\n      transparent 18px,\n      rgba(255,255,255,.025) 18px,\n      rgba(255,255,255,.025) 19px\n    );\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; max-width: 900px; }\n  .hero-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .hero-eyebrow::before {\n    content: \"\";\n    display: block;\n    width: 28px;\n    height: 2px;\n    background: var(--crimson);\n  }\n  .hero h1 {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: clamp(26px, 4vw, 40px);\n    font-weight: 900;\n    line-height: 1.1;\n    text-transform: uppercase;\n    letter-spacing: .01em;\n    margin-bottom: 10px;\n  }\n  .hero h1 em { font-style: normal; color: var(--crimson); }\n  .hero-sub {\n    color: var(--cold-steel);\n    font-size: 14px;\n    max-width: 560px;\n    margin-bottom: 28px;\n  }\n  .badge-row { display: flex; flex-wrap: wrap; gap: 8px; }\n  .badge {\n    background: rgba(255,255,255,.08);\n    border: 1px solid rgba(255,255,255,.15);\n    color: var(--cold-steel);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .07em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 2px;\n  }\n\n  \/* LAYOUT *\/\n  .wrapper { max-width: 960px; margin: 0 auto; padding: 36px 24px 64px; }\n  section { margin-bottom: 40px; }\n\n  \/* CROSS-SELL CALLOUT *\/\n  .cross-sell {\n    background: var(--white);\n    border-left: 4px solid var(--graphite);\n    padding: 18px 24px;\n    margin-bottom: 32px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 14px;\n  }\n  .cross-sell-text {\n    font-size: 14px;\n    color: var(--graphite);\n    line-height: 1.55;\n  }\n  .cross-sell-text strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 4px;\n  }\n  .cross-sell-link {\n    display: inline-block;\n    background: var(--graphite);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 20px;\n    text-decoration: none !important;\n    border-bottom: 2px solid var(--crimson);\n    transition: background .2s;\n    white-space: nowrap;\n  }\n  .cross-sell-link:hover { background: #2e2e33; color: var(--white) !important; }\n\n  \/* SECTION LABELS *\/\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 16px;\n  }\n  .section-label::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--divider);\n  }\n\n  \/* OVERVIEW CARD *\/\n  .overview-card {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 24px 28px;\n    border-radius: 0 2px 2px 0;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n  .overview-card p + p { margin-top: 12px; }\n  .overview-card a { color: var(--crimson) !important; font-weight: 700; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n  }\n  .feature-card {\n    background: var(--white);\n    padding: 20px 22px;\n    border-top: 3px solid var(--divider);\n    transition: border-color .2s, box-shadow .2s;\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .feature-card:hover {\n    border-top-color: var(--crimson);\n    box-shadow: 0 4px 16px rgba(0,0,0,.07);\n  }\n  .feature-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n    margin-bottom: 6px;\n  }\n  .feature-desc { font-size: 13px; color: #5a5a5f; line-height: 1.6; }\n\n  \/* TABLE WRAPPER *\/\n  .table-wrapper { width: 100%; overflow-x: auto; }\n\n  \/* MATERIALS GRID *\/\n  .materials-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));\n    gap: 14px;\n  }\n  .material-row {\n    background: var(--white);\n    padding: 16px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n    border-right: 3px solid var(--card);\n    min-width: 0;\n  }\n  .material-label {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .09em;\n    color: var(--cold-steel);\n  }\n  .material-value { font-size: 13px; font-weight: 700; color: var(--graphite); }\n  .material-std { font-size: 11px; color: var(--cold-steel); }\n\n  \/* SPEC TABLE *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--white);\n    font-size: 13px;\n  }\n  .spec-table th {\n    background: var(--graphite);\n    color: var(--white);\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 14px;\n    text-align: left;\n    border-bottom: 2px solid var(--crimson);\n  }\n  .spec-table td {\n    padding: 9px 14px;\n    border-bottom: 1px solid var(--divider);\n    color: var(--graphite);\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table tr:nth-child(even) td { background: var(--ash); }\n  .spec-table td:first-child { font-weight: 700; color: var(--crimson); }\n\n  \/* DOWNLOADS BLOCK *\/\n  .downloads-block {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 22px 26px;\n    margin-bottom: 24px;\n    box-sizing: border-box;\n    max-width: 100%;\n    overflow: hidden;\n  }\n  .downloads-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .downloads-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));\n    gap: 14px;\n  }\n  .download-card {\n    background: var(--ash);\n    padding: 16px 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    border-top: 2px solid var(--divider);\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .download-card-label {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n  }\n  .download-card-desc {\n    font-size: 12px;\n    color: #5a5a5f;\n    line-height: 1.55;\n    flex: 1;\n  }\n  .download-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 11px 16px;\n    text-decoration: none !important;\n    transition: background .2s;\n    white-space: normal;\n    max-width: 100%;\n    justify-content: center;\n    text-align: center;\n    align-self: flex-start;\n  }\n  .download-btn:hover { background: #8f0e22; color: var(--white) !important; }\n  .download-btn::before {\n    content: \"\\21E9\";\n    font-size: 14px;\n    line-height: 1;\n  }\n\n  \/* CALLOUT *\/\n  .callout {\n    background: #fff8f8;\n    border: 1px solid #f0c0c6;\n    border-left: 4px solid var(--crimson);\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .callout-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 8px;\n  }\n\n  \/* WARNING *\/\n  .warning {\n    background: #fff8e6;\n    border: 1px solid #f5d56b;\n    border-left: 4px solid #d4a017;\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .warning-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: #8a6800;\n    margin-bottom: 8px;\n  }\n\n  \/* INSTALLATION STEPS *\/\n  .install-steps {\n    background: var(--white);\n    padding: 24px 28px;\n    counter-reset: step;\n    list-style: none;\n  }\n  .install-steps li {\n    position: relative;\n    padding: 12px 0 12px 56px;\n    border-bottom: 1px solid var(--divider);\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--graphite);\n    counter-increment: step;\n    min-height: 44px;\n  }\n  .install-steps li:last-child { border-bottom: none; padding-bottom: 0; }\n  .install-steps li:first-child { padding-top: 0; }\n  .install-steps li::before {\n    content: counter(step, decimal-leading-zero);\n    position: absolute;\n    left: 0;\n    top: 12px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 16px;\n    font-weight: 900;\n    color: var(--crimson);\n    width: 40px;\n  }\n  .install-steps li:first-child::before { top: 0; }\n  .install-steps li strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .04em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  \/* CTA *\/\n  .cta-block {\n    background: var(--graphite);\n    padding: 36px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 20px;\n    border-top: 3px solid var(--crimson);\n  }\n  .cta-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 18px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .03em;\n    color: var(--white);\n    margin-bottom: 6px;\n  }\n  .cta-sub { font-size: 13px; color: var(--cold-steel); }\n  .cta-btn {\n    display: inline-block;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .1em;\n    padding: 14px 32px;\n    text-decoration: none !important;\n    transition: background .2s, transform .15s;\n    white-space: nowrap;\n  }\n  .cta-btn:hover { background: #8f0e22; color: var(--white) !important; transform: translateY(-1px); }\n\n  .contact-strip {\n    background: var(--graphite);\n    border-top: 1px solid rgba(255,255,255,.08);\n    display: flex;\n    gap: 28px;\n    flex-wrap: wrap;\n    padding: 16px 40px;\n  }\n  .contact-item { font-size: 12px; color: var(--cold-steel); display: flex; align-items: center; gap: 7px; }\n  .contact-item a { color: var(--cold-steel) !important; text-decoration: none !important; }\n  .contact-item a:hover { color: var(--white) !important; }\n  .contact-dot { width: 5px; height: 5px; background: var(--crimson); border-radius: 50%; flex-shrink: 0; }\n\n  @media (max-width: 640px) {\n    .hero { padding: 32px 20px 28px; }\n    .wrapper { padding: 28px 16px 48px; }\n    .cta-block { padding: 28px 20px; }\n    .contact-strip { padding: 14px 20px; }\n    .cross-sell { flex-direction: column; align-items: flex-start; }\n    .install-steps { padding: 18px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eFranklin Electric Booster Pump\u003c\/div\u003e\n\u003ch1\u003eMH Series Booster Pump\u003cbr\u003e\u003cem\u003eHorizontal Multi-Stage\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eMulti-stage booster pump with all 300 series stainless steel wetted components, across five nominal flow rates and two hydraulic families.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cdiv class=\"badge\"\u003e1\/2 – 7.5 HP\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e15 – 90 GPM\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eSingle \u0026amp; Three-Phase\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eNSF 372 Certified\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eUL \/ CSA Listed\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e225 °F Max Fluid Temp\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOverview\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cp\u003eMulti-stage booster pump designed for pressure boosting, with all 300 series stainless steel wetted components. Offered in five nominal flow rates across two hydraulic families, in single and three-phase, with horsepower sizes up to 7.5 HP.\u003c\/p\u003e\n\u003cp\u003eThe 15\/30\/45 GPM family covers residential and light commercial boosting with high-pressure capability to 140 psi. The 70\/90 GPM family is a compact close-coupled three-phase design for larger commercial duty.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eKey Advantages\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eAll 300 series stainless steel wetted components\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eAll 300 series stainless steel wetted components\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFKM mechanical shaft seal\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFKM mechanical shaft seal for added chemical resistance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePowered by high-quality\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePowered by high-quality, industry-proven, UL 778 approved indoor\/outdoor square flange motors\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eAvailable in 3 flow rates\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e15, 30, and 45 gpm.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003e5 motor hp size options in 1-phase\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e5 motor hp size options in 1-phase or 3-phase\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHigh-pressure capabilities – 140 psi\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHigh-pressure capabilities – 140 psi\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eAble to pump fluids at temperatures up\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eAble to pump fluids at temperatures up to 225 °F\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eCan operate in suction lift installation up\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eCan operate in suction lift installation up to 10 feet\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eNSF\/ANSI\/CAN 372 Certified\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNSF\/ANSI\/CAN 372 Certified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eCompact close-coupled design; robust and rust resist\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eCompact close-coupled design; robust and rust resistant; superior efficiency and performance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHeavy-duty oversized motor shaft\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHeavy-duty oversized motor shaft\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eImpellers and diffusers made of 300 series\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eImpellers and diffusers made of 300 series stainless steel for maximum durability\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eEasy maintenance\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEasy maintenance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRobust ball bearing fitted into the motor\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eRobust ball bearing fitted into the motor bracket for greater longevity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFlexible application baseplate\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFlexible application baseplate\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFloating neck ring in PPS\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFloating neck ring in PPS\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eStrong and leak-proof ball bearing fitted in\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eStrong and leak-proof ball bearing fitted in the motor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePumping of clear non-loaded fluids\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePumping of clear non-loaded fluids\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMechanical seal carbon\/silicon carbide\/EPDM\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eMechanical seal carbon\/silicon carbide\/EPDM\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eThree-phase, 2-pole motor efficiency class IE3; asyn\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eThree-phase, 2-pole motor efficiency class IE3; asynchronous, TEFC (Totally Enclosed, Fan-Cooled); P55 protection motor, insulation class F\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOrder Information\u003c\/div\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eItem\u003c\/th\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003cth\u003eHorse Power\u003c\/th\u003e\n\u003cth\u003eNominal Flow\u003c\/th\u003e\n\u003cth\u003ePhase\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e96061500\u003c\/td\u003e\n\u003ctd\u003e15FMH05S2\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96061501\u003c\/td\u003e\n\u003ctd\u003e15FMH07S3\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96063000\u003c\/td\u003e\n\u003ctd\u003e30FMH07S2\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e30 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96061502\u003c\/td\u003e\n\u003ctd\u003e15FMH1S4\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96063001\u003c\/td\u003e\n\u003ctd\u003e30FMH1S3\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e30 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96061503\u003c\/td\u003e\n\u003ctd\u003e15FMH15S5\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96063002\u003c\/td\u003e\n\u003ctd\u003e30FMH15S4\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e30 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96064500\u003c\/td\u003e\n\u003ctd\u003e45FMH15S2\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96061504\u003c\/td\u003e\n\u003ctd\u003e15FMH2S6\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96063003\u003c\/td\u003e\n\u003ctd\u003e30FMH2S5\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e30 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96064501\u003c\/td\u003e\n\u003ctd\u003e45FMH2S3\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96061511\u003c\/td\u003e\n\u003ctd\u003e15FMH07S3-T\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96063010\u003c\/td\u003e\n\u003ctd\u003e30FMH07S2-T\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e30 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96061512\u003c\/td\u003e\n\u003ctd\u003e15FMH1S4-T\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96063011\u003c\/td\u003e\n\u003ctd\u003e30FMH1S3-T\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e30 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96061513\u003c\/td\u003e\n\u003ctd\u003e15FMH15S5-T\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96063012\u003c\/td\u003e\n\u003ctd\u003e30FMH15S4-T\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e30 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96064510\u003c\/td\u003e\n\u003ctd\u003e45FMH15S2-T\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96061514\u003c\/td\u003e\n\u003ctd\u003e15FMH2S6-T\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96063013\u003c\/td\u003e\n\u003ctd\u003e30FMH2S5-T\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e30 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96064511\u003c\/td\u003e\n\u003ctd\u003e45FMH2S3-T\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96175070302\u003c\/td\u003e\n\u003ctd\u003e70FMH2P-63\u003c\/td\u003e\n\u003ctd\u003e4 HP\u003c\/td\u003e\n\u003ctd\u003e70 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96175070303\u003c\/td\u003e\n\u003ctd\u003e70FMH3P-63\u003c\/td\u003e\n\u003ctd\u003e5.5 HP\u003c\/td\u003e\n\u003ctd\u003e70 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96175090302\u003c\/td\u003e\n\u003ctd\u003e90FMH2P-63\u003c\/td\u003e\n\u003ctd\u003e5.5 HP\u003c\/td\u003e\n\u003ctd\u003e90 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96175070304\u003c\/td\u003e\n\u003ctd\u003e70FMH4P-63\u003c\/td\u003e\n\u003ctd\u003e7.5 HP\u003c\/td\u003e\n\u003ctd\u003e70 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96175090303\u003c\/td\u003e\n\u003ctd\u003e90FMH3P-63\u003c\/td\u003e\n\u003ctd\u003e7.5 HP\u003c\/td\u003e\n\u003ctd\u003e90 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eOrdering Notes\u003c\/div\u003e\n\u003cp\u003eThis series spans two distinct hydraulic families across 26 models. The 15\/30\/45 GPM family covers residential and light commercial boosting in single or three-phase up to 2 HP; the 70\/90 GPM family is three-phase only at 4, 5.5 and 7.5 HP. Confirm flow rate, horsepower and phase when ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"downloads-block\"\u003e\n\u003cdiv class=\"downloads-title\"\u003eDocumentation \u0026amp; Spec Sheets\u003c\/div\u003e\n\u003cdiv class=\"downloads-grid\"\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eMH Series 15-45 GPM Catalog\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eCatalog — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/MF2178_Horizontal_Multi-Stage_MH_15-45GPM__Series_Catalog.pdf?v=1785591234\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eMH Series 70-90 GPM Catalog\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eCatalog — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/MF5253_Horizontal_Multi-Stage_MH_70-90GPM_Series_Catalog.pdf?v=1785591262\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eMH Series Written Specs\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eWritten Specs — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M1736_MH_Series_Written_Specs.pdf?v=1785591274\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eMH Series Line Drawings\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eLine Drawings — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M1756_MH_Series_Line_Drawings.pdf?v=1785591331\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eMH Series Manual\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eOwner’s Manual — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106592101_MH_Series_Manual.pdf?v=1785591354\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eSpecification Source\u003c\/div\u003e\n\u003cp\u003eSpecifications, model numbers and Franklin item numbers on this page are taken from Franklin Electric published product data. Engineering-led pump sizing available — call 281.664.8000 or email sales@watermainsupply.com.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cdiv class=\"cta-text-group\"\u003e\n\u003cdiv class=\"cta-title\"\u003eReady to Order?\u003c\/div\u003e\n\u003cdiv class=\"cta-sub\"\u003eConfirm horsepower, phase, voltage and flow requirements before placing your order. Engineering-led pump sizing available.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"cta-btn\" href=\"https:\/\/www.watermainsupply.com\"\u003eShop Watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-strip\"\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"tel:2816648000\"\u003e281.664.8000\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"mailto:sales@watermainsupply.com\"\u003esales@watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003e© Watermain Supply — A division of E4 Industrial LLC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch5\u003eSubmittal\u003c\/h5\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/MF2178_Horizontal_Multi-Stage_MH_15-45GPM__Series_Catalog.pdf?v=1785591234\" rel=\"noopener\" target=\"_blank\"\u003eMH Series 15-45 GPM Catalog\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/MF5253_Horizontal_Multi-Stage_MH_70-90GPM_Series_Catalog.pdf?v=1785591262\" rel=\"noopener\" target=\"_blank\"\u003eMH Series 70-90 GPM Catalog\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M1736_MH_Series_Written_Specs.pdf?v=1785591274\" rel=\"noopener\" target=\"_blank\"\u003eMH Series Written Specs\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M1756_MH_Series_Line_Drawings.pdf?v=1785591331\" rel=\"noopener\" target=\"_blank\"\u003eMH Series Line Drawings\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106592101_MH_Series_Manual.pdf?v=1785591354\" rel=\"noopener\" target=\"_blank\"\u003eMH Series Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- \/TABS --\u003e","brand":"Franklin Electric","offers":[{"title":"1\/2 HP \/ 15 GPM \/ Single-Phase","offer_id":47289185730735,"sku":"15FMH05S2","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 15 GPM \/ Single-Phase","offer_id":47289185763503,"sku":"15FMH07S3","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 30 GPM \/ Single-Phase","offer_id":47289185796271,"sku":"30FMH07S2","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 15 GPM \/ Single-Phase","offer_id":47289185829039,"sku":"15FMH1S4","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 30 GPM \/ Single-Phase","offer_id":47289185861807,"sku":"30FMH1S3","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 15 GPM \/ Single-Phase","offer_id":47289185894575,"sku":"15FMH15S5","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 30 GPM \/ Single-Phase","offer_id":47289185927343,"sku":"30FMH15S4","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 45 GPM \/ Single-Phase","offer_id":47289185960111,"sku":"45FMH15S2","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 15 GPM \/ Single-Phase","offer_id":47289185992879,"sku":"15FMH2S6","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 30 GPM \/ Single-Phase","offer_id":47289186025647,"sku":"30FMH2S5","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 45 GPM \/ Single-Phase","offer_id":47289186058415,"sku":"45FMH2S3","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 15 GPM \/ Three-Phase","offer_id":47289186091183,"sku":"15FMH07S3-T","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 30 GPM \/ Three-Phase","offer_id":47289186123951,"sku":"30FMH07S2-T","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 15 GPM \/ Three-Phase","offer_id":47289186156719,"sku":"15FMH1S4-T","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 30 GPM \/ Three-Phase","offer_id":47289186189487,"sku":"30FMH1S3-T","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 15 GPM \/ Three-Phase","offer_id":47289186222255,"sku":"15FMH15S5-T","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 30 GPM \/ Three-Phase","offer_id":47289186255023,"sku":"30FMH15S4-T","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 45 GPM \/ Three-Phase","offer_id":47289186287791,"sku":"45FMH15S2-T","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 15 GPM \/ Three-Phase","offer_id":47289186320559,"sku":"15FMH2S6-T","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 30 GPM \/ Three-Phase","offer_id":47289186353327,"sku":"30FMH2S5-T","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 45 GPM \/ Three-Phase","offer_id":47289186386095,"sku":"45FMH2S3-T","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"4 HP \/ 70 GPM \/ Three-Phase","offer_id":47289186418863,"sku":"70FMH2P-63","price":6385.0,"currency_code":"USD","in_stock":true},{"title":"5.5 HP \/ 70 GPM \/ Three-Phase","offer_id":47289186451631,"sku":"70FMH3P-63","price":6385.0,"currency_code":"USD","in_stock":true},{"title":"5.5 HP \/ 90 GPM \/ Three-Phase","offer_id":47289186484399,"sku":"90FMH2P-63","price":6385.0,"currency_code":"USD","in_stock":true},{"title":"7.5 HP \/ 70 GPM \/ Three-Phase","offer_id":47289186517167,"sku":"70FMH4P-63","price":6385.0,"currency_code":"USD","in_stock":true},{"title":"7.5 HP \/ 90 GPM \/ Three-Phase","offer_id":47289186549935,"sku":"90FMH3P-63","price":6385.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/MH_Series_Group_Photo.webp?v=1785591854","url":"https:\/\/watermainsupply.com\/products\/mh-series","provider":"Watermainsupply","version":"1.0","type":"link"}