{"id":86,"date":"2023-02-03T09:31:46","date_gmt":"2023-02-03T09:31:46","guid":{"rendered":"https:\/\/bhsmain.wpengine.com\/?page_id=86"},"modified":"2026-02-26T05:48:08","modified_gmt":"2026-02-26T05:48:08","slug":"home","status":"publish","type":"page","link":"https:\/\/bluflame.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"86\" class=\"elementor elementor-86\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e231099 e-con-full e-flex e-con e-parent\" data-id=\"e231099\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b3d602 elementor-widget elementor-widget-template\" data-id=\"7b3d602\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"page\" data-elementor-id=\"39478\" class=\"elementor elementor-39478\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-745637f e-con-full e-flex e-con e-parent\" data-id=\"745637f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da2223a elementor-widget elementor-widget-global elementor-global-35888 elementor-widget-rds-hero-widget\" data-id=\"da2223a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rds-hero-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>  \n        @media only screen and (max-width: 767px){\n            .home_banner{  \n\t\t\tbackground-image: url(https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/hero\/m-home-banner@2x.webp);\n                  background-size: cover;\n                  background-repeat: no-repeat;\n                  background-position: center center !important;\n                  }\n        }\n        @media only screen and (min-width: 768px) and (max-width: 1024px){\n            .home_banner{  \n               background-image: url(https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/hero\/home-banner@2x.webp);\n                  background-size: cover;\n                  background-repeat: no-repeat;\n                  background-position: center center !important;\n                  }\n        }\n        @media only screen and (min-width: 1025px){\n            .home_banner{  \n\t\t\tbackground-image: url(https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/hero\/home-banner@2x.webp);\n                  background-size: cover;\n                  background-repeat: no-repeat;\n                  background-position: center center !important;\n            }\n        }\n<\/style><div class=\"container-fluid py-lg-0 home_banner px-lg-3 px-0\">\n    <div class=\"position-relative\">\n        <div class=\"container py-4\">\n            <div class=\"row pb-lg-0 pb-2 align-items-lg-center\">\n                <div class=\"col-md-8\">\n                                                                <span class=\"display1\">Bluflame Service Co.<\/span>\n                                                                <span class=\"display2 pb-lg-3 mb-lg-1 pb-2\">Bringing The Heat in Toledo Since 1954<\/span>\n                                                                <a href=\"https:\/\/bluflame.com#\" class=\"btn btn-primary mw-227 mh-53\" onclick=\"NeticScheduler.open()\">Schedule Service<\/a>\n                                    <\/div>\n                <div class=\"col-lg-4\">\n                                            <div class=\"shadow-xl d-lg-block d-none border-top-tertiary pt-lg-3 pt-4 pb-lg-4 hero_banner_form_background border_form home_form_a\">\n                                                            <h5 class=\"d-block pt-lg-1 pb-lg-1 text-center\">Request Service<\/h5>\n                                                                                            <script>\n        \/\/Select Option Script\n            var x, i, j, selElmnt, a, b, c;\n            \/*look for any elements with the class \"custom-select\":*\/\n            function bc_update_select_design() {\n                x = document.querySelectorAll(\".dropdown-select .ginput_container_select\");\n                for (i = 0; i < x.length; i++) {\n                    selElmnt = x[i].getElementsByTagName(\"select\")[0];\n                    \/*for each element, create a new DIV that will act as the selected item:*\/\n                    a = document.createElement(\"DIV\");\n                    a.setAttribute(\"class\", \"select-selected rounded-0\");\n                    a.setAttribute(\"tabindex\", 0);\n                    a.innerHTML = selElmnt.options[selElmnt.selectedIndex].innerHTML;\n                    x[i].appendChild(a);\n                    \/*for each element, create a new DIV that will contain the option list:*\/\n                    b = document.createElement(\"DIV\");\n                    b.setAttribute(\"class\", \"select-items select-hide\");\n                    for (j = 1; j < selElmnt.length; j++) {\n                        \/*for each option in the original select element,\n                         create a new DIV that will act as an option item:*\/\n                        c = document.createElement(\"DIV\");\n                        c.innerHTML = selElmnt.options[j].innerHTML;\n                        b.appendChild(c);\n                    }\n                    x[i].appendChild(b);\n                    \/*For form keydown and up*\/\n                }\n            }\n            function closeAllSelect(elmnt) {\n                \/\/ console.log('click');\n                \/*a function that will close all select boxes in the document,\n                 except the current select box:*\/\n                var x, y, i, arrNo = [];\n                x = document.getElementsByClassName(\"select-items\");\n                y = document.getElementsByClassName(\"select-selected\");\n                for (i = 0; i < y.length; i++) {\n                    if (elmnt == y[i]) {\n                        arrNo.push(i);\n                    } else {\n                        y[i].classList.remove(\"select-arrow-active\");\n                    }\n                }\n                for (i = 0; i < x.length; i++) {\n                    if (arrNo.indexOf(i)) {\n                        x[i].classList.add(\"select-hide\");\n                    }\n                }\n            }\n            \/*if the user clicks anywhere outside the select box,\n             then close all select boxes:*\/\n\n            window.onload = (event) => {\n                bc_update_select_design();\n                document.addEventListener(\"click\", closeAllSelect);\n            };\n        <\/script>\n        <script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n<\/script>\n\n                <div class='gf_browser_unknown gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework contact_form_short_wrapper floating_labels_wrapper' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_3' ><style>#gform_wrapper_3[data-form-index=\"0\"].gform-theme,[data-parent-form=\"3_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg width='640' height='640' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style>\n                        <div class='gform_heading'>\n                            <h3 class=\"gform_title\">Home Banner<\/h3>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_3' id='gform_3' class='contact_form_short floating_labels' action='\/wp-json\/wp\/v2\/pages\/86' data-formid='3' novalidate>\t\t\t\t\t<div style=\"display: none !important;\" class=\"akismet-fields-container gf_invisible\" data-prefix=\"ak_\">\n\t\t\t\t\t\t<label>&#916;<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label>\n\t\t\t\t\t\t<input type=\"hidden\" id=\"ak_js_1\" name=\"ak_js\" value=\"110\" \/>\n\t\t\t\t\t\t<script>\ndocument.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );\n<\/script>\n\n\t\t\t\t\t<\/div>\n                        <div class='gform-body gform_body'><ul id='gform_fields_3' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id=\"field_3_6\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gf_left_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_3_6'>First Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_6' id='input_3_6' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_3_7\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gf_right_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_3_7'>Last Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_7' id='input_3_7' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_3_2\" class=\"gfield gfield--type-email gfield--input-type-email gf_left_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_3_2'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_2' id='input_3_2' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/li><li id=\"field_3_3\" class=\"gfield gfield--type-phone gfield--input-type-phone gf_right_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_3_3'>Phone<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_3' id='input_3_3' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_3_4\" class=\"gfield gfield--type-select gfield--input-type-select gf_left_half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_3_4'>Service Needed<\/label><div class='ginput_container ginput_container_select'><select name='input_4' id='input_3_4' class='large gfield_select'     aria-invalid=\"false\" ><option value='' ><\/option><option value='Heating' >Heating<\/option><option value='Air Conditioning' >Air Conditioning<\/option><option value='Air Quality' >Air Quality<\/option><option value='Water Heaters' >Water Heaters<\/option><\/select><\/div><\/li><li id=\"field_3_15\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gf_right_half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_3_15'>How Did You Hear About Us?<\/label><div class='ginput_container ginput_container_select'><select name='input_15' id='input_3_15' class='large gfield_select'     aria-invalid=\"false\" ><option value='' ><\/option><option value='TV Commercial' >TV Commercial<\/option><option value='Social Media' >Social Media<\/option><option value='Referral' >Referral<\/option><option value='Other' >Other<\/option><option value='Online' >Online<\/option><option value='Direct Mail' >Direct Mail<\/option><option value='Community Event' >Community Event<\/option><option value='Existing Customer' >Existing Customer<\/option><option value='Print Ad' >Print Ad<\/option><\/select><\/div><\/li><li id=\"field_3_11\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_3_11'>Message<\/label><div class='ginput_container ginput_container_text'><input name='input_11' id='input_3_11' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_3_9\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-full signup_checkbox field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Marketing Consent<\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_3_9'><li class='gchoice gchoice_3_9_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_9.1' type='checkbox'  value='true' checked='checked' id='choice_3_9_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_3_9_1' id='label_3_9_1' class='gform-field-label gform-field-label--type-inline'>Yes! Sign me up for marketing emails and texting. Texting opt-in information is not shared with any third parties.<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_3_12\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><p style=\"color: #949CA1;\" class=\"text_11 line_height_15 font_alt_1 color_black\">By submitting this form and signing up for texts, you agree to receive informational messages (appointment reminders, account notifications, etc.) from Bluflame Service Co. at the number provided. Msg &amp; data rates may apply. Msg frequency varies. Unsubscribe at any time by replying STOP and no further messages will be sent. Reply HELP for help. For more information checkout our <a href=\"https:\/\/bluflame.com\/privacy-policy\/\" class=\"text_11 line_height_15 font_alt_1 color_black text-decoration-underline\">Privacy Policy<\/a>.<\/p><\/li><\/ul><\/div>\n        <div class='gform-footer gform_footer top_label'> <div class='text-center pt-2'><button class='btn btn-primary min-w-182 h-lg-52 w-lg-100 rds_gform_submit' id='gform_submit_button_3'>Send<\/button><\/div> <input type='hidden' name='gform_ajax' value='form_id=3&amp;title=1&amp;description=1&amp;tabindex=0&amp;theme=legacy&amp;styles=[]&amp;hash=e1cdc5c29d7e33e0889d81e7d280ba4e' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_3' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_3' id='gform_theme_3' value='legacy' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_3' id='gform_style_settings_3' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_3' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='3' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='a8uE7MBJtxDKMMV6kXzPOdDBO+u6FkkYw\/HMxz0dtcAALvhUzZi7CiT3A\/SzExtDcDU6jQLWmx2hEWtqKdtajnhCiZstoVoZtoc2o2SO2sEEg8Y=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_3' value='WyJbXSIsImY5MjU5YTA2ZmU4N2I3NGI2Nzc1MzdlMjllNDViYTE0Il0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_3' id='gform_target_page_number_3' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_3' id='gform_source_page_number_3' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_3' id='gform_ajax_frame_3' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 3, 'https:\/\/bluflame.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_3').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_3');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_3').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_3').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_3').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_3').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_3').val();gformInitSpinner( 3, 'https:\/\/bluflame.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [3, current_page]);window['gf_submitting_3'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_3').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [3]);window['gf_submitting_3'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_3').text());}else{jQuery('#gform_3').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"3\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_3\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_3\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_3\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 3, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n                        <\/div>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-00159af e-con-full e-flex e-con e-parent\" data-id=\"00159af\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2813c46 elementor-widget elementor-widget-global elementor-global-35952 elementor-widget-rds-services-widget\" data-id=\"2813c46\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rds-services-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"d-lg-none pt-lg-5 pb-0 pt-5\">\n    <div class=\"container-fluid pb-lg-5 pb-4\">\n        <div class=\"container abc\">\n            <div class=\"row\">\n                <div class=\"col-lg h-lg-250 h-lg-250\">\n                    <a href=\"https:\/\/bluflame.com\/heating\/\" class=\"d-block shadow-sm border-top-tertiary-lg-10 no_hover_underline px-lg-3 h-100 service_block border-md-6  pt-lg-0\">\n                    <div class=\"d-flex d-lg-block align-items-center text-lg-center py-lg-2 px-lg-0 px-4 py-1\">\n                    <div class=\"w-100 d-lg-block d-flex align-items-center  py-lg-5\">\n                    <div class=\"col-lg-12 col-2\">\n                    <i class=\"icon-fire3 color_primary text_60 line_height_70 sm_text_26 sm_line_height_60 service_block_icon\"><\/i>\n                    <\/div>\n                    <div class=\"col-lg-12 col-8\">\n                    <h6 class=\"h7 mb-lg-2 mb-0 mt-lg-4 pt-lg-1\">Heating<\/h6>\n                    <\/div>\n                    <div class=\"col-lg-12 col-2 text-end\">\n                    <i class=\"true_black icon-chevron-right4 sm_text_20 sm_line_height_60 d-lg-none d-inline-block\"><\/i>\n                    <\/div>\n                    <\/div>\n                    <\/div>\n                    <\/a>\n                    <\/div><div class=\"col-lg h-lg-250 h-lg-250\">\n                    <a href=\"https:\/\/bluflame.com\/air-conditioning\/\" class=\"d-block shadow-sm border-top-tertiary-lg-10 no_hover_underline px-lg-3 h-100 service_block border-md-6  pt-lg-0\">\n                    <div class=\"d-flex d-lg-block align-items-center text-lg-center py-lg-2 px-lg-0 px-4 py-1\">\n                    <div class=\"w-100 d-lg-block d-flex align-items-center  py-lg-5\">\n                    <div class=\"col-lg-12 col-2\">\n                    <i class=\"icon-air-conditioner3 color_primary text_60 line_height_70 sm_text_26 sm_line_height_60 service_block_icon\"><\/i>\n                    <\/div>\n                    <div class=\"col-lg-12 col-8\">\n                    <h6 class=\"h7 mb-lg-2 mb-0 mt-lg-4 pt-lg-1\">Air Conditioning<\/h6>\n                    <\/div>\n                    <div class=\"col-lg-12 col-2 text-end\">\n                    <i class=\"true_black icon-chevron-right4 sm_text_20 sm_line_height_60 d-lg-none d-inline-block\"><\/i>\n                    <\/div>\n                    <\/div>\n                    <\/div>\n                    <\/a>\n                    <\/div><div class=\"col-lg h-lg-250 h-lg-250\">\n                    <a href=\"https:\/\/bluflame.com\/air-quality\/\" class=\"d-block shadow-sm border-top-tertiary-lg-10 no_hover_underline px-lg-3 h-100 service_block border-md-6  pt-lg-0\">\n                    <div class=\"d-flex d-lg-block align-items-center text-lg-center py-lg-2 px-lg-0 px-4 py-1\">\n                    <div class=\"w-100 d-lg-block d-flex align-items-center  py-lg-5\">\n                    <div class=\"col-lg-12 col-2\">\n                    <i class=\"icon-wind3 color_primary text_60 line_height_70 sm_text_26 sm_line_height_60 service_block_icon\"><\/i>\n                    <\/div>\n                    <div class=\"col-lg-12 col-8\">\n                    <h6 class=\"h7 mb-lg-2 mb-0 mt-lg-4 pt-lg-1\">Air Quality<\/h6>\n                    <\/div>\n                    <div class=\"col-lg-12 col-2 text-end\">\n                    <i class=\"true_black icon-chevron-right4 sm_text_20 sm_line_height_60 d-lg-none d-inline-block\"><\/i>\n                    <\/div>\n                    <\/div>\n                    <\/div>\n                    <\/a>\n                    <\/div><div class=\"col-lg h-lg-250 h-lg-250\">\n                    <a href=\"https:\/\/bluflame.com\/water-heaters\/\" class=\"d-block shadow-sm border-top-tertiary-lg-10 no_hover_underline px-lg-3 h-100 service_block border-md-6  pt-lg-0\">\n                    <div class=\"d-flex d-lg-block align-items-center text-lg-center py-lg-2 px-lg-0 px-4 py-1\">\n                    <div class=\"w-100 d-lg-block d-flex align-items-center  py-lg-5\">\n                    <div class=\"col-lg-12 col-2\">\n                    <i class=\"icon-fire-smoke3 color_primary text_60 line_height_70 sm_text_26 sm_line_height_60 service_block_icon\"><\/i>\n                    <\/div>\n                    <div class=\"col-lg-12 col-8\">\n                    <h6 class=\"h7 mb-lg-2 mb-0 mt-lg-4 pt-lg-1\">Water Heaters<\/h6>\n                    <\/div>\n                    <div class=\"col-lg-12 col-2 text-end\">\n                    <i class=\"true_black icon-chevron-right4 sm_text_20 sm_line_height_60 d-lg-none d-inline-block\"><\/i>\n                    <\/div>\n                    <\/div>\n                    <\/div>\n                    <\/a>\n                    <\/div><div class=\"col-lg h-lg-250 h-lg-250\">\n                    <a href=\"https:\/\/bluflame.com\/financing\/\" class=\"d-block shadow-sm border-top-tertiary-lg-10 no_hover_underline px-lg-3 h-100 service_block border-md-6  pt-lg-0\">\n                    <div class=\"d-flex d-lg-block align-items-center text-lg-center py-lg-2 px-lg-0 px-4 py-1\">\n                    <div class=\"w-100 d-lg-block d-flex align-items-center  py-lg-5\">\n                    <div class=\"col-lg-12 col-2\">\n                    <i class=\"icon-sack-dollar3 color_primary text_60 line_height_70 sm_text_26 sm_line_height_60 service_block_icon\"><\/i>\n                    <\/div>\n                    <div class=\"col-lg-12 col-8\">\n                    <h6 class=\"h7 mb-lg-2 mb-0 mt-lg-4 pt-lg-1\">Financing<\/h6>\n                    <\/div>\n                    <div class=\"col-lg-12 col-2 text-end\">\n                    <i class=\"true_black icon-chevron-right4 sm_text_20 sm_line_height_60 d-lg-none d-inline-block\"><\/i>\n                    <\/div>\n                    <\/div>\n                    <\/div>\n                    <\/a>\n                    <\/div>  \n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n<div class=\"d-none position-relative d-lg-block pt-lg-5 pb-0 pt-4\">\n    <div class=\"container-fluid pb-lg-5 pb-4 px-0 pt-lg-4\">\n        <div class=\"container\">\n            <div id=\"rds_services_swiper\" class=\"swiper  p-3 pb-lg-4\">\n                <div class=\"abc swiper-wrapper \"> \n                    <div class=\"swiper-slide shadow-sm  mh-lg-260  border-top-tertiary-lg-10 h-lg-260\">\n                    <a href=\"https:\/\/bluflame.com\/heating\/\" class=\"d-block no_hover_underline px-lg-3 h-100 service_block\">\n                    <div class=\"d-flex d-lg-block align-items-center text-lg-center py-lg-2 px-lg-0 px-4 py-1\">\n                    <div class=\"w-100 d-lg-block d-flex align-items-center  py-lg-5\">\n                    <div class=\"col-lg-12 col-2\">\n                    <i class=\"icon-fire3 color_primary text_60 line_height_70 sm_text_30 sm_line_height_26 service_block_icon\"><\/i>\n                    <\/div>\n                    <div class=\"col-lg-12 col-8\">\n                    <h6 class=\"h7 mb-lg-2 mb-0 mt-lg-4 pt-lg-1 \">Heating<\/h6>\n                    <\/div>\n                    <div class=\"col-lg-12 col-2 text-end\">\n                    <i class=\"true_black icon-chevron-right4 sm_text_20 sm_line_height_60 d-lg-none d-inline-block\"><\/i>\n                    <\/div>\n                    <\/div>\n                    <\/div>\n                    <\/a>\n                    <\/div><div class=\"swiper-slide shadow-sm  mh-lg-260  border-top-tertiary-lg-10 h-lg-260\">\n                    <a href=\"https:\/\/bluflame.com\/air-conditioning\/\" class=\"d-block no_hover_underline px-lg-3 h-100 service_block\">\n                    <div class=\"d-flex d-lg-block align-items-center text-lg-center py-lg-2 px-lg-0 px-4 py-1\">\n                    <div class=\"w-100 d-lg-block d-flex align-items-center  py-lg-5\">\n                    <div class=\"col-lg-12 col-2\">\n                    <i class=\"icon-air-conditioner3 color_primary text_60 line_height_70 sm_text_30 sm_line_height_26 service_block_icon\"><\/i>\n                    <\/div>\n                    <div class=\"col-lg-12 col-8\">\n                    <h6 class=\"h7 mb-lg-2 mb-0 mt-lg-4 pt-lg-1 \">Air Conditioning<\/h6>\n                    <\/div>\n                    <div class=\"col-lg-12 col-2 text-end\">\n                    <i class=\"true_black icon-chevron-right4 sm_text_20 sm_line_height_60 d-lg-none d-inline-block\"><\/i>\n                    <\/div>\n                    <\/div>\n                    <\/div>\n                    <\/a>\n                    <\/div><div class=\"swiper-slide shadow-sm  mh-lg-260  border-top-tertiary-lg-10 h-lg-260\">\n                    <a href=\"https:\/\/bluflame.com\/air-quality\/\" class=\"d-block no_hover_underline px-lg-3 h-100 service_block\">\n                    <div class=\"d-flex d-lg-block align-items-center text-lg-center py-lg-2 px-lg-0 px-4 py-1\">\n                    <div class=\"w-100 d-lg-block d-flex align-items-center  py-lg-5\">\n                    <div class=\"col-lg-12 col-2\">\n                    <i class=\"icon-wind3 color_primary text_60 line_height_70 sm_text_30 sm_line_height_26 service_block_icon\"><\/i>\n                    <\/div>\n                    <div class=\"col-lg-12 col-8\">\n                    <h6 class=\"h7 mb-lg-2 mb-0 mt-lg-4 pt-lg-1 \">Air Quality<\/h6>\n                    <\/div>\n                    <div class=\"col-lg-12 col-2 text-end\">\n                    <i class=\"true_black icon-chevron-right4 sm_text_20 sm_line_height_60 d-lg-none d-inline-block\"><\/i>\n                    <\/div>\n                    <\/div>\n                    <\/div>\n                    <\/a>\n                    <\/div><div class=\"swiper-slide shadow-sm  mh-lg-260  border-top-tertiary-lg-10 h-lg-260\">\n                    <a href=\"https:\/\/bluflame.com\/water-heaters\/\" class=\"d-block no_hover_underline px-lg-3 h-100 service_block\">\n                    <div class=\"d-flex d-lg-block align-items-center text-lg-center py-lg-2 px-lg-0 px-4 py-1\">\n                    <div class=\"w-100 d-lg-block d-flex align-items-center  py-lg-5\">\n                    <div class=\"col-lg-12 col-2\">\n                    <i class=\"icon-fire-smoke3 color_primary text_60 line_height_70 sm_text_30 sm_line_height_26 service_block_icon\"><\/i>\n                    <\/div>\n                    <div class=\"col-lg-12 col-8\">\n                    <h6 class=\"h7 mb-lg-2 mb-0 mt-lg-4 pt-lg-1 \">Water Heaters<\/h6>\n                    <\/div>\n                    <div class=\"col-lg-12 col-2 text-end\">\n                    <i class=\"true_black icon-chevron-right4 sm_text_20 sm_line_height_60 d-lg-none d-inline-block\"><\/i>\n                    <\/div>\n                    <\/div>\n                    <\/div>\n                    <\/a>\n                    <\/div><div class=\"swiper-slide shadow-sm  mh-lg-260  border-top-tertiary-lg-10 h-lg-260\">\n                    <a href=\"https:\/\/bluflame.com\/financing\/\" class=\"d-block no_hover_underline px-lg-3 h-100 service_block\">\n                    <div class=\"d-flex d-lg-block align-items-center text-lg-center py-lg-2 px-lg-0 px-4 py-1\">\n                    <div class=\"w-100 d-lg-block d-flex align-items-center  py-lg-5\">\n                    <div class=\"col-lg-12 col-2\">\n                    <i class=\"icon-sack-dollar3 color_primary text_60 line_height_70 sm_text_30 sm_line_height_26 service_block_icon\"><\/i>\n                    <\/div>\n                    <div class=\"col-lg-12 col-8\">\n                    <h6 class=\"h7 mb-lg-2 mb-0 mt-lg-4 pt-lg-1 \">Financing<\/h6>\n                    <\/div>\n                    <div class=\"col-lg-12 col-2 text-end\">\n                    <i class=\"true_black icon-chevron-right4 sm_text_20 sm_line_height_60 d-lg-none d-inline-block\"><\/i>\n                    <\/div>\n                    <\/div>\n                    <\/div>\n                    <\/a>\n                    <\/div> \n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n            <div class=\"swiper-pagination swiper-pagination-service swiper-pagination-service d-none d-lg-block \"><\/div>\n    <\/div>\n<script>\n    var numImage1 = jQuery('.abc .col-lg').length;\n    if (numImage1 <= 3) {\n        jQuery('.abc .row').addClass('justify-content-center');\n    }\n    jQuery(document).ready(function () {\n        var CountSlider = \"5\";\n        var loop = false;\n        if (CountSlider > 4) {\n            loop = true;\n        }\n        if (CountSlider < 4) {\n            jQuery(\".abc.swiper-wrapper\").addClass(\"justify-content-center\");\n        }\n        var swiper = new Swiper('#rds_services_swiper', {\n            loop: loop,\n            slidesPerView: 4,\n            spaceBetween: 0,\n            noSwiping: true,\n            allowSlidePrev: true,\n            allowSlideNext: true,\n            autoplay: {enabled: true},\n            navigation: {\n                nextEl: \".swiper-button-next-services\",\n                prevEl: \".swiper-button-prev-services\",\n            },\n            pagination: {\n                el: \".swiper-pagination-service\",\n                clickable: true,\n\n            },\n            breakpoints: {\n                1024: {\n                    slidesPerView: 4,\n                    spaceBetween: 21.31,\n                    noSwiping: true,\n                    allowSlidePrev: true,\n                    allowSlideNext: true,\n                    autoplay: {\n                        enabled: true,\n                        delay: 5000\n                    },\n                },\n                768: {\n                    slidesPerView: 4,\n                    spaceBetween: 21,\n                    noSwiping: true,\n                    allowSlidePrev: true,\n                    allowSlideNext: true,\n                    autoplay: {\n                        enabled: true,\n                        delay: 5000\n                    },\n                },\n                640: {\n                    slidesPerView: 4,\n                    spaceBetween: 21,\n                    noSwiping: true,\n                    allowSlidePrev: true,\n                    allowSlideNext: true,\n                    autoplay: {\n                        enabled: true,\n                        delay: 5000\n                    },\n                }\n            },\n        });\n       \n  \n\n    });\n<\/script>\n\t\t\t\t<div class=\"d-lg-none d-block\">\n\t\t\t\t\t<div class=\"d-none\">\n    <div class=\"container-fluid mt-lg-n15-3 px-lg-3 px-0\">\n        <div class=\"container\">\n            <div class=\"row\">\n                <div class=\"col-12 px-0 px-lg-3\">\n                    <div class=\"shadow-xl border-top-tertiary pt-lg-3 pt-4 pb-4 hero_banner_form_background border_form home_form_a\">\n                        <h5 class=\"d-block pt-lg-1 text-center\">\n                            Request Service                        <\/h5>\n                        <h3 class=\"d-block pb-lg-2 text-center\">\n                                                    <\/h3>\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f86c67 e-con-full e-flex e-con e-parent\" data-id=\"4f86c67\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-899c574 elementor-widget elementor-widget-global elementor-global-34464 elementor-widget-rds-global-promotion-widget\" data-id=\"899c574\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rds-global-promotion-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"d-block pb-lg-5\">\n<div class=\"container-fluid pb-lg-5 pb-4\">\n         <div class=\"container px-0 px-lg-3\">\n         <div class=\"row mx-0\">\n            <div class=\"homepage_coupon col-lg-12 px-0 pt-lg-5 mt-4 pb-lg-4 px-0\">\n                              <h5 class=\"mb-0 pb-2 text-center \">Our Deals<\/h5>\n                                             <h4 class=\"text-center d-block pb-lg-3 pb-4\">Save On Your Next Service<\/h4>\n                              <div class=\"coupon_slider px-3 position-relative\">\n                  <div class=\"swiper home-coupon-swiper-899c574 d-lg-block d-none\">\n                     <div class=\"swiper-wrapper\">\n                    <div class=\"swiper-slide h-auto\">\n                    <div class=\"h-coupan-100 p-lg-2 p-2 border-danger border-dashed-5 border-lg-dashed-5 coupon_name d-flex flex-column justify-content-between\">\n                        <div class=\"pt-3 p-2 text-center w-100 h-100 d-flex flex-column h-100 align-items-center\" style=\"background-color: #233e83;\">\n                                                            <h4 class=\"mb-0 pb-lg-3 pt-1 py-3 coupon_title coupon_offer text_30 line_height_31\">10% Off<\/h4>\n                                                                                        <span class=\"d-block text-center px-lg-0 px-3 pt-lg-0 pt-2 coupon_subtitle coupon_heading text_18 line_height_20\">Plumbing Services<\/span>\n                                                                                        <span class=\"d-block text-center my-lg-1 coupon_sub_heading text_18 line_height_20\"> <\/span>\n                                                                                        <span class=\"py-2 d-block coupon_expiry text_17 line_height_21 font_default\">Expires 04\/30\/2026<\/span>\n                                                        <span class=\"d-block text_18 line_height_23 true_white text-center text_semibold text-uppercase moreinfo pb-1\"><span>More info<\/span><i class=\"icon-plus1 text_18 line_height_23 ms-2\"><\/i><\/span>\n                            <div class=\"readmore d-none\">\n                                                                    <span class=\"d-block coupon_disclaimer px-2\"> <\/span>\n                                                            <\/div>\n                        <\/div>\n\n                        <a data-bs-toggle=\"modal\"\n                           data-bs-target=\"#slider_request_coupon_form\"\n                           onclick=\"couponButtonClick(this);\"                           aria-label=\"Request Service\"                           class=\"btn btn-secondary w-100 request_service_button mt-2\"\n                           >\n                            Request Service                            <i class=\"icon-chevron-right text_18 line_height_18 ms-2\"><\/i>\n                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"swiper-slide h-auto\">\n                    <div class=\"h-coupan-100 p-lg-2 p-2 border-danger border-dashed-5 border-lg-dashed-5 coupon_name d-flex flex-column justify-content-between\">\n                        <div class=\"pt-3 p-2 text-center w-100 h-100 d-flex flex-column h-100 align-items-center\" style=\"background-color: #233e83;\">\n                                                            <h4 class=\"mb-0 pb-lg-3 pt-1 py-3 coupon_title coupon_offer text_30 line_height_31\">Flush and Fill $59 <\/h4>\n                                                                                        <span class=\"d-block text-center px-lg-0 px-3 pt-lg-0 pt-2 coupon_subtitle coupon_heading text_18 line_height_20\">+ whole home plumbing system inspection<\/span>\n                                                                                        <span class=\"d-block text-center my-lg-1 coupon_sub_heading text_18 line_height_20\"> <\/span>\n                                                                                        <span class=\"py-2 d-block coupon_expiry text_17 line_height_21 font_default\">Expires 04\/30\/2026<\/span>\n                                                        <span class=\"d-block text_18 line_height_23 true_white text-center text_semibold text-uppercase moreinfo pb-1\"><span>More info<\/span><i class=\"icon-plus1 text_18 line_height_23 ms-2\"><\/i><\/span>\n                            <div class=\"readmore d-none\">\n                                                                    <span class=\"d-block coupon_disclaimer px-2\"> Terms &amp; Conditions May Apply.<\/span>\n                                                            <\/div>\n                        <\/div>\n\n                        <a data-bs-toggle=\"modal\"\n                           data-bs-target=\"#slider_request_coupon_form\"\n                           onclick=\"couponButtonClick(this);\"                           aria-label=\"Request Service\"                           class=\"btn btn-secondary w-100 request_service_button mt-2\"\n                           target=\"_blank\">\n                            Request Service                            <i class=\"icon-chevron-right text_18 line_height_18 ms-2\"><\/i>\n                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"swiper-slide h-auto\">\n                    <div class=\"h-coupan-100 p-lg-2 p-2 border-danger border-dashed-5 border-lg-dashed-5 coupon_name d-flex flex-column justify-content-between\">\n                        <div class=\"pt-3 p-2 text-center w-100 h-100 d-flex flex-column h-100 align-items-center\" style=\"background-color: #233e83;\">\n                                                            <h4 class=\"mb-0 pb-lg-3 pt-1 py-3 coupon_title coupon_offer text_30 line_height_31\">Free Second Opinion<\/h4>\n                                                                                        <span class=\"d-block text-center px-lg-0 px-3 pt-lg-0 pt-2 coupon_subtitle coupon_heading text_18 line_height_20\">(Limited Time Only)<\/span>\n                                                                                        <span class=\"d-block text-center my-lg-1 coupon_sub_heading text_18 line_height_20\"> <\/span>\n                                                                                        <span class=\"py-2 d-block coupon_expiry text_17 line_height_21 font_default\">Expires 04\/30\/2026<\/span>\n                                                        <span class=\"d-block text_18 line_height_23 true_white text-center text_semibold text-uppercase moreinfo pb-1\"><span>More info<\/span><i class=\"icon-plus1 text_18 line_height_23 ms-2\"><\/i><\/span>\n                            <div class=\"readmore d-none\">\n                                                                    <span class=\"d-block coupon_disclaimer px-2\">**Present at time of purchase. Cannot be combined with other offers or discounts. Some restrictions apply. Call for details.<\/span>\n                                                            <\/div>\n                        <\/div>\n\n                        <a data-bs-toggle=\"modal\"\n                           data-bs-target=\"#slider_request_coupon_form\"\n                           onclick=\"couponButtonClick(this);\"                           aria-label=\"Request Service\"                           class=\"btn btn-secondary w-100 request_service_button mt-2\"\n                           target=\"_blank\">\n                            Request Service                            <i class=\"icon-chevron-right text_18 line_height_18 ms-2\"><\/i>\n                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"swiper-slide h-auto\">\n                    <div class=\"h-coupan-100 p-lg-2 p-2 border-danger border-dashed-5 border-lg-dashed-5 coupon_name d-flex flex-column justify-content-between\">\n                        <div class=\"pt-3 p-2 text-center w-100 h-100 d-flex flex-column h-100 align-items-center\" style=\"background-color: #233e83;\">\n                                                            <h4 class=\"mb-0 pb-lg-3 pt-1 py-3 coupon_title coupon_offer text_30 line_height_31\">Buy a Complete HVAC System <\/h4>\n                                                                                        <span class=\"d-block text-center px-lg-0 px-3 pt-lg-0 pt-2 coupon_subtitle coupon_heading text_18 line_height_20\">and Get a Water Heater for Free<\/span>\n                                                                                        <span class=\"d-block text-center my-lg-1 coupon_sub_heading text_18 line_height_20\"> <\/span>\n                                                                                        <span class=\"py-2 d-block coupon_expiry text_17 line_height_21 font_default\">Expires 04\/30\/2026<\/span>\n                                                        <span class=\"d-block text_18 line_height_23 true_white text-center text_semibold text-uppercase moreinfo pb-1\"><span>More info<\/span><i class=\"icon-plus1 text_18 line_height_23 ms-2\"><\/i><\/span>\n                            <div class=\"readmore d-none\">\n                                                                    <span class=\"d-block coupon_disclaimer px-2\">Terms &amp; Conditions May Apply.<\/span>\n                                                            <\/div>\n                        <\/div>\n\n                        <a data-bs-toggle=\"modal\"\n                           data-bs-target=\"#slider_request_coupon_form\"\n                           onclick=\"couponButtonClick(this);\"                           aria-label=\"Request Service\"                           class=\"btn btn-secondary w-100 request_service_button mt-2\"\n                           target=\"_blank\">\n                            Request Service                            <i class=\"icon-chevron-right text_18 line_height_18 ms-2\"><\/i>\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n                  <\/div>\n                  <div class=\"swiper m-home-coupon-swiper-899c574 d-lg-none d-block\">\n                     <div class=\"swiper-wrapper\">\n                    <div class=\"swiper-slide h-100\">\n                    <div class=\"h-coupan-100 p-lg-2 p-2 border-danger border-dashed-5 border-lg-dashed-5 coupon_name d-flex flex-column justify-content-between\">\n                        <div class=\"pt-3 p-2 text-center  d-flex flex-column h-100 align-items-center\" style=\"background-color: #233e83;\">\n                                                            <h4 class=\"mb-0 pb-lg-3 pt-1 py-    3 coupon_title coupon_offer text_30 line_height_31\">10% Off<\/h4>\n                              \n                                                            <span class=\"d-block text-center px-lg-0 px-3 pt-lg-0 pt-2 coupon_subtitle coupon_heading text_18 line_height_20\">Plumbing Services<\/span>\n                                                                                        <span class=\"d-block text-center my-lg-1 coupon_sub_heading text_18 line_height_20\"> <\/span>\n                                                                                        <span class=\"py-2 d-block coupon_expiry text_17 line_height_21 font_default\">Expires 04\/30\/2026<\/span>\n                                                        <span class=\"d-block text_18 line_height_23 true_white text-center text_semibold text-uppercase moreinfo pb-1\"><span>More info<\/span><i class=\"icon-plus1 text_18 line_height_23 ms-2\"><\/i><\/span>\n                            <div class=\"readmore d-none\">\n                                                                    <span class=\"d-block coupon_disclaimer px-2\"> <\/span>\n                                                            <\/div>\n                        <\/div>\n\n                        <a data-bs-toggle=\"modal\" \n                           data-bs-target=\"#slider_request_coupon_form\" \n                           onclick=\"couponButtonClick(this);\" \n                           aria-label=\"Request Service\" \n                           class=\"btn btn-secondary w-100 request_service_button mt-2\" \n                           >\n                            Request Service                            <i class=\"icon-chevron-right text_18 line_height_18 ms-2\"><\/i>\n                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"swiper-slide h-100\">\n                    <div class=\"h-coupan-100 p-lg-2 p-2 border-danger border-dashed-5 border-lg-dashed-5 coupon_name d-flex flex-column justify-content-between\">\n                        <div class=\"pt-3 p-2 text-center  d-flex flex-column h-100 align-items-center\" style=\"background-color: #233e83;\">\n                                                            <h4 class=\"mb-0 pb-lg-3 pt-1 py-    3 coupon_title coupon_offer text_30 line_height_31\">Flush and Fill $59 <\/h4>\n                              \n                                                            <span class=\"d-block text-center px-lg-0 px-3 pt-lg-0 pt-2 coupon_subtitle coupon_heading text_18 line_height_20\">+ whole home plumbing system inspection<\/span>\n                                                                                        <span class=\"d-block text-center my-lg-1 coupon_sub_heading text_18 line_height_20\"> <\/span>\n                                                                                        <span class=\"py-2 d-block coupon_expiry text_17 line_height_21 font_default\">Expires 04\/30\/2026<\/span>\n                                                        <span class=\"d-block text_18 line_height_23 true_white text-center text_semibold text-uppercase moreinfo pb-1\"><span>More info<\/span><i class=\"icon-plus1 text_18 line_height_23 ms-2\"><\/i><\/span>\n                            <div class=\"readmore d-none\">\n                                                                    <span class=\"d-block coupon_disclaimer px-2\"> Terms &amp; Conditions May Apply.<\/span>\n                                                            <\/div>\n                        <\/div>\n\n                        <a data-bs-toggle=\"modal\" \n                           data-bs-target=\"#slider_request_coupon_form\" \n                           onclick=\"couponButtonClick(this);\" \n                           aria-label=\"Request Service\" \n                           class=\"btn btn-secondary w-100 request_service_button mt-2\" \n                           target=\"_blank\">\n                            Request Service                            <i class=\"icon-chevron-right text_18 line_height_18 ms-2\"><\/i>\n                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"swiper-slide h-100\">\n                    <div class=\"h-coupan-100 p-lg-2 p-2 border-danger border-dashed-5 border-lg-dashed-5 coupon_name d-flex flex-column justify-content-between\">\n                        <div class=\"pt-3 p-2 text-center  d-flex flex-column h-100 align-items-center\" style=\"background-color: #233e83;\">\n                                                            <h4 class=\"mb-0 pb-lg-3 pt-1 py-    3 coupon_title coupon_offer text_30 line_height_31\">Free Second Opinion<\/h4>\n                              \n                                                            <span class=\"d-block text-center px-lg-0 px-3 pt-lg-0 pt-2 coupon_subtitle coupon_heading text_18 line_height_20\">(Limited Time Only)<\/span>\n                                                                                        <span class=\"d-block text-center my-lg-1 coupon_sub_heading text_18 line_height_20\"> <\/span>\n                                                                                        <span class=\"py-2 d-block coupon_expiry text_17 line_height_21 font_default\">Expires 04\/30\/2026<\/span>\n                                                        <span class=\"d-block text_18 line_height_23 true_white text-center text_semibold text-uppercase moreinfo pb-1\"><span>More info<\/span><i class=\"icon-plus1 text_18 line_height_23 ms-2\"><\/i><\/span>\n                            <div class=\"readmore d-none\">\n                                                                    <span class=\"d-block coupon_disclaimer px-2\">**Present at time of purchase. Cannot be combined with other offers or discounts. Some restrictions apply. Call for details.<\/span>\n                                                            <\/div>\n                        <\/div>\n\n                        <a data-bs-toggle=\"modal\" \n                           data-bs-target=\"#slider_request_coupon_form\" \n                           onclick=\"couponButtonClick(this);\" \n                           aria-label=\"Request Service\" \n                           class=\"btn btn-secondary w-100 request_service_button mt-2\" \n                           target=\"_blank\">\n                            Request Service                            <i class=\"icon-chevron-right text_18 line_height_18 ms-2\"><\/i>\n                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"swiper-slide h-100\">\n                    <div class=\"h-coupan-100 p-lg-2 p-2 border-danger border-dashed-5 border-lg-dashed-5 coupon_name d-flex flex-column justify-content-between\">\n                        <div class=\"pt-3 p-2 text-center  d-flex flex-column h-100 align-items-center\" style=\"background-color: #233e83;\">\n                                                            <h4 class=\"mb-0 pb-lg-3 pt-1 py-    3 coupon_title coupon_offer text_30 line_height_31\">Buy a Complete HVAC System <\/h4>\n                              \n                                                            <span class=\"d-block text-center px-lg-0 px-3 pt-lg-0 pt-2 coupon_subtitle coupon_heading text_18 line_height_20\">and Get a Water Heater for Free<\/span>\n                                                                                        <span class=\"d-block text-center my-lg-1 coupon_sub_heading text_18 line_height_20\"> <\/span>\n                                                                                        <span class=\"py-2 d-block coupon_expiry text_17 line_height_21 font_default\">Expires 04\/30\/2026<\/span>\n                                                        <span class=\"d-block text_18 line_height_23 true_white text-center text_semibold text-uppercase moreinfo pb-1\"><span>More info<\/span><i class=\"icon-plus1 text_18 line_height_23 ms-2\"><\/i><\/span>\n                            <div class=\"readmore d-none\">\n                                                                    <span class=\"d-block coupon_disclaimer px-2\">Terms &amp; Conditions May Apply.<\/span>\n                                                            <\/div>\n                        <\/div>\n\n                        <a data-bs-toggle=\"modal\" \n                           data-bs-target=\"#slider_request_coupon_form\" \n                           onclick=\"couponButtonClick(this);\" \n                           aria-label=\"Request Service\" \n                           class=\"btn btn-secondary w-100 request_service_button mt-2\" \n                           target=\"_blank\">\n                            Request Service                            <i class=\"icon-chevron-right text_18 line_height_18 ms-2\"><\/i>\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n                  <\/div>\n                                    <div data-dark-color=\"color_primary\" class=\"apply-conditional-color swiper-pagination home-coupon-pagination-899c574 pagination-variation-a position-relative d-lg-block d-none\"><\/div>\n                  <div data-dark-color=\"color_primary\" class=\"apply-conditional-color swiper-pagination m-home-coupon-pagination-899c574 pagination-variation-a position-relative d-lg-none d-block\"><\/div>\n                  <div class=\"text-center pt-lg-3 pt-2\">\n                                          <a href=\"https:\/\/bluflame.com\/specials\/\" class=\"btn btn-primary mw-210\">See all coupons<\/a>\n                                       <\/div>\n                                 <\/div>\n            <\/div>\n         <\/div>\n      <\/div>\n   <\/div>\n<\/div>\n<div class=\"modal fade request_form px-lg-0 px-0 pt-5 pt-md-0 77\" id=\"slider_request_coupon_form\" tabindex=\"-1\" role=\"dialog\" data-bs-backdrop=\"false\" data-bs-keyboard=\"false\" aria-labelledby=\"requestcoupon_Label\" aria-hidden=\"true\">\n   <div class=\"modal-dialog modal-dialog-centered px-lg-0 px-2 \" role=\"document\">\n      <div class=\"modal-content border-0 rounded-0 text-center\">\n         <div class=\"modal-header border-0 p-0\">\n            <button type=\"button\" class=\"close coupon-popup-close position-absolute bg-transparent border-0 pb-0 px-0\" data-bs-dismiss=\"modal\" aria-label=\"Close\" style=\"opacity:1; z-index: 999; color:#fff ;\">\n            <i class=\"icon-xmark1 text_30 line_height_26\"><\/i>\n            <\/button>\n         <\/div>\n         <div class=\"modal-body p-lg-4 p-2 w-100 my-auto mx-auto coupons\">\n            <div class=\"border-dashed-7 pt-lg-4 pb-lg-4 py-4 footer_form_A ui_kit_footer_form elementor-popupform\">\n                              <h3 class=\"px-lg-0 px-4\">Request Service<\/h3>\n                                             <div class=\"my-md-0 mt-lg-4 mt-3 w-lg-260 mx-auto text-start text-lg-center d-flex align-items-center justify-content-center pb-4 px-lg-0 px-4\">\n                  <i class=\"icon-shield-check1 text_30 line_height_30 me-2 position-relative color_primary\"><\/i>\n                  <span class=\"font_alt_1 text_bold text_16 line_height_25 sm_text_16 sm_line_height_30 color_primary\">Your Promotional Selection Has Been Applied!<\/span>\n               <\/div>\n                              <div class=\"px-lg-5 mx-lg-4 px-4\">\n                          <script>\n        \/\/Select Option Script\n            var x, i, j, selElmnt, a, b, c;\n            \/*look for any elements with the class \"custom-select\":*\/\n            function bc_update_select_design() {\n                x = document.querySelectorAll(\".dropdown-select .ginput_container_select\");\n                for (i = 0; i < x.length; i++) {\n                    selElmnt = x[i].getElementsByTagName(\"select\")[0];\n                    \/*for each element, create a new DIV that will act as the selected item:*\/\n                    a = document.createElement(\"DIV\");\n                    a.setAttribute(\"class\", \"select-selected rounded-0\");\n                    a.setAttribute(\"tabindex\", 0);\n                    a.innerHTML = selElmnt.options[selElmnt.selectedIndex].innerHTML;\n                    x[i].appendChild(a);\n                    \/*for each element, create a new DIV that will contain the option list:*\/\n                    b = document.createElement(\"DIV\");\n                    b.setAttribute(\"class\", \"select-items select-hide\");\n                    for (j = 1; j < selElmnt.length; j++) {\n                        \/*for each option in the original select element,\n                         create a new DIV that will act as an option item:*\/\n                        c = document.createElement(\"DIV\");\n                        c.innerHTML = selElmnt.options[j].innerHTML;\n                        b.appendChild(c);\n                    }\n                    x[i].appendChild(b);\n                    \/*For form keydown and up*\/\n                }\n            }\n            function closeAllSelect(elmnt) {\n                \/\/ console.log('click');\n                \/*a function that will close all select boxes in the document,\n                 except the current select box:*\/\n                var x, y, i, arrNo = [];\n                x = document.getElementsByClassName(\"select-items\");\n                y = document.getElementsByClassName(\"select-selected\");\n                for (i = 0; i < y.length; i++) {\n                    if (elmnt == y[i]) {\n                        arrNo.push(i);\n                    } else {\n                        y[i].classList.remove(\"select-arrow-active\");\n                    }\n                }\n                for (i = 0; i < x.length; i++) {\n                    if (arrNo.indexOf(i)) {\n                        x[i].classList.add(\"select-hide\");\n                    }\n                }\n            }\n            \/*if the user clicks anywhere outside the select box,\n             then close all select boxes:*\/\n\n            window.onload = (event) => {\n                bc_update_select_design();\n                document.addEventListener(\"click\", closeAllSelect);\n            };\n        <\/script>\n        \n                <div class='gf_browser_unknown gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework contact_form_short_wrapper floating_labels_wrapper' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_9' ><style>#gform_wrapper_9[data-form-index=\"0\"].gform-theme,[data-parent-form=\"9_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg width='640' height='640' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style>\n                        <div class='gform_heading'>\n                            <h3 class=\"gform_title\">Coupon Popup<\/h3>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_9' id='gform_9' class='contact_form_short floating_labels' action='\/wp-json\/wp\/v2\/pages\/86' data-formid='9' novalidate>\t\t\t\t\t<div style=\"display: none !important;\" class=\"akismet-fields-container gf_invisible\" data-prefix=\"ak_\">\n\t\t\t\t\t\t<label>&#916;<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label>\n\t\t\t\t\t\t<input type=\"hidden\" id=\"ak_js_2\" name=\"ak_js\" value=\"245\" \/>\n\t\t\t\t\t\t<script>\ndocument.getElementById( \"ak_js_2\" ).setAttribute( \"value\", ( new Date() ).getTime() );\n<\/script>\n\n\t\t\t\t\t<\/div>\n                        <div class='gform-body gform_body'><ul id='gform_fields_9' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id=\"field_9_1\" class=\"gfield gfield--type-text gfield--input-type-text gf_left_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_9_1'>First Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_9_1' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_9_3\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gf_right_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_9_3'>Last Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_9_3' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_9_4\" class=\"gfield gfield--type-email gfield--input-type-email gf_left_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_9_4'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_4' id='input_9_4' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/li><li id=\"field_9_5\" class=\"gfield gfield--type-phone gfield--input-type-phone gf_right_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_9_5'>Phone<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_5' id='input_9_5' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_9_6\" class=\"gfield gfield--type-select gfield--input-type-select gf_left_half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_9_6'>Service Needed<\/label><div class='ginput_container ginput_container_select'><select name='input_6' id='input_9_6' class='large gfield_select'     aria-invalid=\"false\" ><option value='' ><\/option><option value='Furnace' >Furnace<\/option><option value='Heating' >Heating<\/option><option value='Water Heaters' >Water Heaters<\/option><option value='Zoning Temp Control' >Zoning Temp Control<\/option><option value='Air Quality' >Air Quality<\/option><option value='Retail Sales' >Retail Sales<\/option><\/select><\/div><\/li><li id=\"field_9_12\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gf_right_half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_9_12'>How Did You Hear About Us?<\/label><div class='ginput_container ginput_container_select'><select name='input_12' id='input_9_12' class='large gfield_select'     aria-invalid=\"false\" ><option value='' ><\/option><option value='TV Commercial' >TV Commercial<\/option><option value='Social Media' >Social Media<\/option><option value='Referral' >Referral<\/option><option value='Other' >Other<\/option><option value='Online' >Online<\/option><option value='Direct Mail' >Direct Mail<\/option><option value='Community Event' >Community Event<\/option><option value='Existing Customer' >Existing Customer<\/option><option value='Print Ad' >Print Ad<\/option><\/select><\/div><\/li><li id=\"field_9_7\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gf_left_half gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"d-inline-flex align-items-center pt-lg-2 mt-1 ms-lg-0 ms-2\">\n<i class=\"icon-ticket color_12 text_14 line_height_14\"><\/i>\n<p class=\"mb-0 ms-2 bc-promotion-title\">Promotion title here<\/p>\n<\/div><\/li><li id=\"field_9_10\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full coupon-name field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_9_10'>Coupon Details<\/label><div class='ginput_container ginput_container_text'><input name='input_10' id='input_9_10' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_9_8\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox signup_checkbox field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Marketing Consent<\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_9_8'><li class='gchoice gchoice_9_8_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_8.1' type='checkbox'  value='true' checked='checked' id='choice_9_8_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_9_8_1' id='label_9_8_1' class='gform-field-label gform-field-label--type-inline'>Yes! Sign me up for marketing emails and texting. Texting opt-in information is not shared with any third parties.<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_9_11\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><p style=\"color: #3D3D3D;\" class=\"text_11 line_height_15 font_alt_1 color_black px-3\">By submitting this form and signing up for texts, you agree to receive informational messages (appointment reminders, account notifications, etc.) from Bluflame Service Co. at the number provided. Msg &amp; data rates may apply. Msg frequency varies. Unsubscribe at any time by replying STOP and no further messages will be sent. Reply HELP for help. For more information checkout our <a href=\"https:\/\/bluflame.com\/privacy-policy\/\" class=\"text_12 line_height_15 font_alt_1 color_black text-decoration-underline\">Privacy Policy<\/a>.<\/p><\/li><\/ul><\/div>\n        <div class='gform-footer gform_footer top_label'> <div class='text-center pt-2'><button class='btn btn-primary min-w-182 h-lg-52 w-lg-100 rds_gform_submit' id='gform_submit_button_9'>Send Request<\/button><\/div> <input type='hidden' name='gform_ajax' value='form_id=9&amp;title=1&amp;description=1&amp;tabindex=0&amp;theme=legacy&amp;styles=[]&amp;hash=42f428836e51ba466352c8533a24c030' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_9' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_9' id='gform_theme_9' value='legacy' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_9' id='gform_style_settings_9' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_9' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='9' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='QI29h7Q2ymStRk5yegGBVGXuDoBxc8N5q4UI9bvGB6CVrGBi\/PEwUVMbEab3HzWDyaFXS8KeLv+6QEOH\/FN5uAcmGEdEODCvacdae3mKpvK8M+A=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_9' value='WyJbXSIsImY5MjU5YTA2ZmU4N2I3NGI2Nzc1MzdlMjllNDViYTE0Il0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_9' id='gform_target_page_number_9' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_9' id='gform_source_page_number_9' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_9' id='gform_ajax_frame_9' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 9, 'https:\/\/bluflame.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_9').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_9');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_9').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_9').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_9').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_9').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_9').val();gformInitSpinner( 9, 'https:\/\/bluflame.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [9, current_page]);window['gf_submitting_9'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_9').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [9]);window['gf_submitting_9'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_9').text());}else{jQuery('#gform_9').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"9\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_9\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_9\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_9\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 9, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n               <\/div>\n            <\/div>\n         <\/div>\n      <\/div>\n   <\/div>\n<\/div>\n<script>\n   jQuery(\".promotionC_icon\").click(function () {\n          var text = jQuery(this).html().trim();\n          currentText = jQuery(this).text();\n   \n          if (currentText == \"More info \") {\n              jQuery(this).html(text.replace('More info ', 'Less info '));\n              if (jQuery('body').hasClass('elementor-editor-active')) {\n               jQuery(this).find('i').toggleClass('icon-plus1 icon-minus1');\n           }\n          } else {\n              jQuery(this).html(text.replace('Less info ', 'More info '));\n               if (jQuery('body').hasClass('elementor-editor-active')) {\n                    jQuery(this).find('i').toggleClass('icon-minus1 icon-plus1');\n                }\n          }\n      });\n<\/script>\n<script type=\"text\/javascript\">\n   jQuery(document).ready(function () {\n   \n       jQuery(\".coupon-popup-close\").click(function () {\n           \n           jQuery(this).closest(\"#slider_request_coupon_form\").find(\"form .gfield_label\").each(function (k, d) {\n               jQuery(d).attr(\"style\", \"\");\n               jQuery(d).parent('li').children('label').show();\n               jQuery(d).parent('li').find('.validation_message').hide();\n               jQuery(d).parent('li').removeClass('gfield_error');\n               jQuery(d).parent('li').removeClass('gfield_error');\n               jQuery(d).parent('li').find('input').val('');\n               jQuery(d).parent('li').find('select').val('');\n               jQuery(d).parent('li').children('label').removeClass('float_label');\n               jQuery(d).parent(\"li\").find(\".gfield-choice-input\").prop(\"checked\", true);\n           });\n       });\n       jQuery(\".rds_gform_submit\").click(function () {\n           console.log(jQuery(this).closest(\"form\").find(\".coupon-name input\").val());\n           var promotiontitleValue = jQuery(this).closest(\"form\").find(\".coupon-name input\").val();\n           if (promotiontitleValue != \"\") {\n               setTimeout(function () {\n                   jQuery('.bc-promotion-title').text(promotiontitleValue);\n               }, 500);\n           }\n       });\n       setInterval(function () {\n               var promotiontitleValue = jQuery('#input_9_10').val();\n               jQuery('.bc-promotion-title').text(promotiontitleValue);\n       }, 500);\n   });\n   function couponButtonClick(attr) {\n       var CouponTitle = jQuery(attr).parent('.coupon_name').find('.coupon_title').text();\n       var CouponsubTitle = jQuery(attr).parent('.coupon_name').find('.coupon_subtitle').text();\n       var Couponsubheading = jQuery(attr).parent('.coupon_name').find('.coupon_sub_heading ').text();\n       console.log(CouponTitle + \" \" + CouponsubTitle + \" \" + Couponsubheading)\n       jQuery(\".coupon-name\").find('input:text').val(CouponTitle + \" \" + CouponsubTitle + \" \" + Couponsubheading);\n       jQuery(\".bc-promotion-title\").text(CouponTitle + \" \" + CouponsubTitle + \" \" + Couponsubheading);\n   }\n   \n<\/script>   \n<script type=\"text\/javascript\">\n\njQuery(function(){\n   jQuery(\".moreinfo\").click(function () {\n      jQuery(this).find('span').text(function(i, text){\t  \n          return text === \"Less info\" ? \"More info\" : \"Less info\";\n\t\t});\n\tjQuery(this).find('i').toggleClass(\"icon-plus1 icon-minus1\"); \n\t  jQuery(this).parents('.coupon_name').find(\".readmore\").toggleClass(\"d-none d-block\"); \n   });\n});\n<\/script>\n        <script>\n            jQuery(document).ready(function () {\n                var numImage = jQuery('.home-coupon-swiper-899c574 .swiper-slide').length;\n                if (numImage <= 3) {\n                    jQuery('.home-coupon-swiper-899c574 .swiper-wrapper').addClass('justify-content-center ps-lg-3');\n                    new Swiper(\".home-coupon-swiper-899c574\", {\n                        spaceBetween: 30,\n                        slidesPerView: 1,\n                        loop: false,\n                        pagination: {\n                            el: \".home-coupon-pagination-899c574\",\n                            clickable: true\n                        },\n                        breakpoints: {\n                            640: {\n                                slidesPerView: 1,\n                                spaceBetween: 30\n                            },\n                            768: {\n                                slidesPerView: 1,\n                                spaceBetween: 30\n                            },\n                            992: {\n                                slidesPerView: 3,\n                                spaceBetween: 30\n                            }\n                        }\n                    });\n                } else {\n                    new Swiper(\".home-coupon-swiper-899c574\", {\n                        spaceBetween: 30,\n                        slidesPerView: 1,\n                        autoplay: {\n                            delay: 8000,\n                            disableOnInteraction: false\n                        },\n                        loop:true,\n                        pagination: {\n                            el: \".home-coupon-pagination-899c574\",\n                            clickable: true\n                        },\n                        breakpoints: {\n                            640: {\n                                slidesPerView: 1,\n                                spaceBetween: 30\n                            },\n                            768: {\n                                slidesPerView: 1,\n                                spaceBetween: 30\n                            },\n                            992: {\n                                slidesPerView: 3,\n                                spaceBetween: 30\n                            }\n                        }\n                    });\n                    var mySwiper = document.querySelector('.home-coupon-swiper-899c574').swiper\n                    document.querySelectorAll('.request_service_button').forEach(function(button) {\n                        button.addEventListener('click', function() {\n                            if (document.getElementById('request_coupon_form').classList.contains('show')) {\n                                mySwiper.autoplay.stop();\n                            }\n                        });\n                    });\n\n                    document.querySelector('.coupon-popup-close').addEventListener('click', function() {\n                        if (!document.getElementById('request_coupon_form').classList.contains('show')) {\n                            mySwiper.autoplay.start();\n                        }\n                    });\n                }\n                \n\n                new Swiper(\".m-home-coupon-swiper-899c574\", {\n                    spaceBetween: 30,\n                    slidesPerView: 1,\n                    autoplay: {\n                        delay: 8000,\n                        disableOnInteraction: false\n                    },\n                    loop: true,\n                    pagination: {\n                        el: \".m-home-coupon-pagination-899c574\",\n                        clickable: true\n                    },\n                    breakpoints: {\n                        640: {\n                            slidesPerView: 1,\n                            spaceBetween: 30\n                        },\n                        768: {\n                            slidesPerView: 1,\n                            spaceBetween: 30\n                        },\n                        992: {\n                            slidesPerView: 3,\n                            spaceBetween: 30\n                        }\n                    }\n                }); \n                if(jQuery('.m-home-coupon-swiper-899c574').length == 1){\n                    var mySwipera = document.querySelector('.m-home-coupon-swiper-899c574').swiper\n                    document.querySelectorAll('.request_service_button').forEach(function(button) {\n                        button.addEventListener('click', function() {\n                            if (document.getElementById('request_coupon_form').classList.contains('show')) {\n                                mySwipera.autoplay.stop();\n                            }\n                        });\n                    });\n\n                    document.querySelector('.coupon-popup-close').addEventListener('click', function() {\n                        if (!document.getElementById('request_coupon_form').classList.contains('show')) {\n                            mySwipera.autoplay.start();\n                        }\n                    });\n                }\n\n                \/\/variation b\n\n                var numImage_b = jQuery('.home-coupon-swiper-b-899c574 .swiper-slide').length;\n\n                if (numImage_b <= 3) {\n                    jQuery('.home-coupon-swiper-b-899c574 .swiper-wrapper').addClass('justify-content-center ps-lg-3');\n                    new Swiper(\".home-coupon-swiper-b\", {\n                        spaceBetween: 30,\n                        slidesPerView: 1,\n                        loop: false,\n                        pagination: {\n                            el: \".home-coupon-pagination-b-899c574\",\n                            clickable: true\n                        },\n                        breakpoints: {\n                            640: {\n                                slidesPerView: 1,\n                                spaceBetween: 30\n                            },\n                            768: {\n                                slidesPerView: 1,\n                                spaceBetween: 30\n                            },\n                            992: {\n                                slidesPerView: 3,\n                                spaceBetween: 30\n                            }\n                        }\n                    });\n                } else {\n                    new Swiper(\".home-coupon-swiper-b-899c574\", {\n                        spaceBetween: 30,\n                        slidesPerView: 1,\n                        loop:true,\n                        autoplay: {\n                            delay: 8000,\n                            disableOnInteraction: false\n                        },\n                        pagination: {\n                            el: \".home-coupon-pagination-b-899c574\",\n                            clickable: true\n                        },\n                        breakpoints: {\n                            640: {\n                                slidesPerView: 1,\n                                spaceBetween: 30\n                            },\n                            768: {\n                                slidesPerView: 1,\n                                spaceBetween: 30\n                            },\n                            992: {\n                                slidesPerView: 3,\n                                spaceBetween: 30\n                            }\n                        }\n                    });\n                    var mySwiper = document.querySelector('.home-coupon-swiper-b-899c574').swiper\n                    document.querySelectorAll('.request_service_button').forEach(function(button) {\n                        button.addEventListener('click', function() {\n                            if (document.getElementById('request_coupon_form').classList.contains('show')) {\n                                mySwiper.autoplay.stop();\n                            }\n                        });\n                    });\n\n                    document.querySelector('.coupon-popup-close').addEventListener('click', function() {\n                        if (!document.getElementById('request_coupon_form').classList.contains('show')) {\n                            mySwiper.autoplay.start();\n                        }\n                    });\n                }\n               \n\n                new Swiper(\".m-home-coupon-swiper-b-899c574\", {\n                    spaceBetween: 30,\n                    slidesPerView: 1,\n                    autoplay: {\n                        delay: 8000,\n                        disableOnInteraction: false\n                    },\n                    loop:true,\n                    pagination: {\n                        el: \".m-home-coupon-pagination-b-899c574\",\n                        clickable: true\n                    },\n                    breakpoints: {\n                        640: {\n                            slidesPerView: 1,\n                            spaceBetween: 30\n                        },\n                        768: {\n                            slidesPerView: 1,\n                            spaceBetween: 30\n                        },\n                        992: {\n                            slidesPerView: 3,\n                            spaceBetween: 30\n                        }\n                    }\n                }); \n                if(jQuery('.m-home-coupon-swiper-b-899c574').length == 1){\n                    var mySwiperb = document.querySelector('.m-home-coupon-swiper-b-899c574').swiper\n                    document.querySelectorAll('.request_service_button').forEach(function(button) {\n                        button.addEventListener('click', function() {\n                            if (document.getElementById('request_coupon_form').classList.contains('show')) {\n                                mySwiperb.autoplay.stop();\n                            }\n                        });\n                    });\n\n                    document.querySelector('.coupon-popup-close').addEventListener('click', function() {\n                        if (!document.getElementById('request_coupon_form').classList.contains('show')) {\n                            mySwiperb.autoplay.start();\n                        }\n                    });\n                }\n                \/\/variation c\n                var numImage_2 = jQuery('.home-coupon-swiper-c-899c574 .swiper-slide').length;\n\n                if (numImage_2 <= 3) {\n                    jQuery('.home-coupon-swiper-c-899c574 .swiper-wrapper').addClass('justify-content-center ps-lg-3');\n                    new Swiper(\".home-coupon-swiper-c-899c574\", {\n                        spaceBetween: 30,\n                        slidesPerView: 1,\n                        loop: false,\n                        pagination: {\n                            el: \".home-coupon-pagination-c-899c574\",\n                            clickable: true\n                        },\n                        breakpoints: {\n                            640: {\n                                slidesPerView: 1,\n                                spaceBetween: 30\n                            },\n                            768: {\n                                slidesPerView: 1,\n                                spaceBetween: 30\n                            },\n                            992: {\n                                slidesPerView: 3,\n                                spaceBetween: 30\n                            }\n                        }\n                    });\n                } else {\n                    new Swiper(\".home-coupon-swiper-c-899c574\", {\n                        spaceBetween: 30,\n                        slidesPerView: 1,\n                        loop:true,\n                        autoplay: {\n                            delay: 8000,\n                            disableOnInteraction: true,\n                        },\n                        speed: 1500,\n                        pagination: {\n                            el: \".home-coupon-pagination-c-899c574\",\n                            clickable: true\n                        },\n                        breakpoints: {\n                            640: {\n                                slidesPerView: 1,\n                                spaceBetween: 30\n                            },\n                            768: {\n                                slidesPerView: 1,\n                                spaceBetween: 30\n                            },\n                            992: {\n                                slidesPerView: 3,\n                                spaceBetween: 30\n                            }\n                        }\n                    });\n\n                    var mySwiper = document.querySelector('.home-coupon-swiper-c-899c574').swiper\n                    document.querySelectorAll('.request_service_button').forEach(function(button) {\n                        button.addEventListener('click', function() {\n                            if (document.getElementById('request_coupon_form').classList.contains('show')) {\n                                mySwiper.autoplay.stop();\n                            }\n                        });\n                    });\n\n                    document.querySelector('.coupon-popup-close').addEventListener('click', function() {\n                        if (!document.getElementById('request_coupon_form').classList.contains('show')) {\n                            mySwiper.autoplay.start();\n                        }\n                    }); \n                }\n                new Swiper(\".m-home-coupon-swiper-c-899c574\", {\n                    spaceBetween: 30,\n                    slidesPerView: 1,\n                    loop:true,\n                    autoplay: {\n                        delay: 8000,\n                        disableOnInteraction: false\n                    },\n                    pagination: {\n                        el: \".m-home-coupon-pagination-c-899c574\",\n                        clickable: true\n                    },\n                    breakpoints: {\n                        640: {\n                            slidesPerView: 1,\n                            spaceBetween: 30\n                        },\n                        768: {\n                            slidesPerView: 1,\n                            spaceBetween: 30\n                        },\n                        992: {\n                            slidesPerView: 3,\n                            spaceBetween: 30\n                        }\n                    }\n                });\n                if(jQuery('.swiper.m-home-coupon-swiper-c-899c574').length == 1){\n                    var mySwiperc = document.querySelector('.m-home-coupon-swiper-c-899c574').swiper\n                    document.querySelectorAll('.request_service_button').forEach(function(button) {\n                        button.addEventListener('click', function() {\n                            if (document.getElementById('request_coupon_form').classList.contains('show')) {\n                                mySwiperc.autoplay.stop();\n                            }\n                        });\n                    });\n\n                    document.querySelector('.coupon-popup-close').addEventListener('click', function() {\n                        if (!document.getElementById('request_coupon_form').classList.contains('show')) {\n                            mySwiperc.autoplay.start();\n                        }\n                    });\n                }\n        });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e78206e e-con-full e-flex e-con e-parent\" data-id=\"e78206e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8e95f58 elementor-widget elementor-widget-rds-template-seo-widget\" data-id=\"8e95f58\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rds-template-seo-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"d-block\">\n    <div class=\"container-fluid pb-lg-5 pb-4 pt-4 pt-lg-3 mt-1 mt-lg-0 text-start\">\n        <div class=\"container pt-lg-3 py-0\">\n            <div class=\"row py-lg-2 bc_homepage px-0\">\n                <div class=\"col-lg-6 col-12 \">\n                                            <div class=\"d-lg-block d-none\">\n                        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/seo-section\/seo-img.jpg\" srcset=\"https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/seo-section\/seo-img.jpg 1x, https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/seo-section\/seo-img@2x.webp 2x, https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/seo-section\/seo-img@3x.webp 3x\" class=\"img-fluid float-lg-start me-lg-5 pb-lg-0 pb-4\" width=\"540\" height=\"534\" alt=\"Homepage Image\">\n                    <\/div>\n                    <div class=\"d-block d-lg-none\">\n                        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/seo-section\/m-seo-img.jpg\" srcset=\"https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/seo-section\/m-seo-img.jpg 1x, https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/seo-section\/m-seo-img@2x.webp 2x, https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/seo-section\/m-seo-img@3x.webp 3x\" class=\"img-fluid float-lg-start me-lg-5 pb-lg-0 pb-4\" width=\"327\" height=\"312\" alt=\"Homepage Image\">\n                    <\/div>\n                                        <\/div>\n                    <div class=\"col-lg-6 col-12 \">\n                    <h1 class=\"text-lg-start text-center\">Trusted Home Services in Toledo\n<\/h1>\n                    <h2 class=\"pb-lg-0 text-lg-start text-center sm_text_28 text_28 text_28\">Keeping Our Ohio Neighbors Comfortable Since 1954 <\/h2>\n                    <p class=\"seotext-sm-start\"><p>We have proudly served the Toledo, OH, area for over six decades. Whether you need professional AC repair, preventative heating maintenance, or new water heating installation, we have the skills necessary to restore your home\u2019s comfort. Contact us today for quick and accurate repairs and installations by certified technicians who put customer service at the forefront of every job. There\u2019s a reason the Toledo community has trusted us for so long; let us show you why! <strong><a href=\"\/contact\/\">Contact Bluflame Service\u00a0today<\/a> for HVAC and water heater solutions \u2014 call our team at <a href=\"tel:+14197502368\">(419) 472-2040<\/a>.<\/strong><\/p><\/p>\n                    <div class=\"collapse bg-transparent border-0\" id=\"read_more\">\n                        <div class=\"bg-transparent border-0\">\n                            <p class=\"seotext-sm-start\"><h2>Heating &amp; Cooling Services<\/h2>\n<p>Your\u00a0heating\u00a0and\u00a0cooling\u00a0systems are critical for year-round comfort. Whether you need <a href=\"\/heating\/\">heating repair<\/a> or <a href=\"\/air-conditioning\/\">AC services<\/a> for your Toledo home, we\u2019ll be there to provide quick, affordable solutions. Regardless of the issue or temperature outside, our experienced technicians have the industry expertise to handle any HVAC job efficiently and effectively. <a href=\"\/contact\/\"><strong>Schedule heating or cooling repair<\/strong><\/a><strong> by calling the Bluflame Service team at <a href=\"tel:+14197502368\">(419) 472-2040<\/a>.<\/strong><\/p>\n<h2>Water Heater Installation<\/h2>\n<p>You depend on hot water daily to keep your home running. If your water heater is outdated or running up your energy bill, it may be time for <a href=\"\/water-heaters\/\">water heater replacement<\/a>. Trust Bluflame for seamless water heater installation, whether you need electric, gas, or tankless water heater installation. <strong>Call <a href=\"tel:+14197502368\">(419) 472-2040<\/a> to <a href=\"\/contact\/\">schedule a service<\/a> with us\u00a0and see why Toledo residents rely on us for all their home comfort needs!<\/strong><\/p>\n<h2>Indoor Air Quality Services<\/h2>\n<p>We understand the importance of healthy air quality in your Toledo home. That\u2019s why we offer <a href=\"\/air-quality\/\">comprehensive indoor air quality services<\/a> to keep you safe. As a factory-authorized dealer for Aprilaire humidifiers and whole-home dehumidifiers, we can provide top-rated products to meet your air quality needs. We also offer <a href=\"\/air-quality\/reme-halo-air-purifier\/\">REME Halo in-duct air purifier installation<\/a> to purify your home\u2019s air using the latest, cutting-edge technology. <strong>Learn more about our indoor air quality solutions and <a href=\"\/contact\/\">contact our team today<\/a> at <a href=\"tel:+14197502368\">(419) 472-2040<\/a> to schedule service. <\/strong><\/p>\n<p>&nbsp;<\/p><\/p>\n                        <\/div>\n                    <\/div>\n                    <a class=\" bc_toggle_btn bc_toggle_btn_closed bc_toggle_content mw-132 seotext-sm-start text-md-start mb-4 btn-transparent text-uppercase  d-inline-flex align-items-center no_hover_underline  read-more-btn button\" data-open-icon = icon-plus1 data-close-icon = icon-minus1 href=\"#read_more\" data-bs-toggle=\"collapse\" > <span>read more&nbsp;<\/span> <i class=\"icon icon-plus1 bc_text_12 position-relative top-0-1 top-sm-0-1\" aria-hidden=\"true\"><\/i><\/a>                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n    \n            <script type=\"text\/javascript\">\n                jQuery(document).ready(function(){\n                  function toggleColor(t, e) {\n    var n = jQuery(t).data(\"open-color-class\"),\n        i = jQuery(t).data(\"close-color-class\");\n    (void 0 === n && void 0 === i) || (\"toggle\" != e ? (jQuery(t).find(\"span\").addClass(i), jQuery(t).find(\"span\").removeClass(n)) : (jQuery(t).find(\"span\").toggleClass(n), jQuery(t).find(\"span\").toggleClass(i)));\n}\n\n   jQuery(\".bc_toggle_content\").on(\"click\", function (t) {\n        t.preventDefault();\n        var e = jQuery(this).data(\"toggle\"),\n            n = jQuery(this).data(\"toggle-group\");\n        toggleContent(e, this),\n            void 0 !== n &&\n                jQuery(\".bc_toggle_content\").each(function () {\n                    var t = jQuery(this).data(\"toggle\");\n                    jQuery(this).data(\"toggle-group\") == n && e != t && toggleContent(t, this, \"hide\");\n                });\n                function toggleContent(t, e, n) {\n    (n && void 0 !== n) || (n = \"toggle\"), jQuery(t).animate({ height: n }, \"slow\");\n    var i,\n        t = jQuery(e).data(\"open-icon\"),\n        o = jQuery(e).data(\"close-icon\");\n    (void 0 !== t && void 0 !== o) || ((t = \"icon-plus2\"), (o = \"icon-minus2\")),\n        \"toggle\" != n\n            ? (jQuery(e).find(\"i\").addClass(t), jQuery(e).find(\"i\").removeClass(o), toggleColor(e, n))\n            : ((i = jQuery(e).find(\"i\").hasClass(t)),\n              jQuery(e).find(\"i\").toggleClass(t),\n              jQuery(e).find(\"i\").toggleClass(o),\n              toggleColor(e, n),\n              void 0 === (t = jQuery(e).children(\"span\").html().trim()) ||\n                  (i && -1 != t.search(\"read more\") && jQuery(e).children(\"span\").html(t.replace(\"read more\", \"read less\")), i) ||\n                  -1 == t.search(\"read less\") ||\n                  jQuery(e).children(\"span\").html(t.replace(\"read less\", \"read more\")));\n}\n    });\n\n    jQuery(\".bc_toggle_btn\").on('click', function(e) {\n            e.preventDefault();\n            var currentPageUrl = window.location.href;\n            var headerHeight = jQuery('header').height();\n            var offsetValue = headerHeight + 50;\n            if (jQuery(this).hasClass(\"bc_toggle_btn_closed\")) {\n                jQuery(\"html, body\").animate({\n                    scrollTop: jQuery('.bc_homepage').offset().top - offsetValue\n                }, 500);\n                jQuery(this).removeClass(\"bc_toggle_btn_closed\");\n            } else {\n                jQuery('html, body').animate({\n                    scrollTop: jQuery('.bc_homepage').offset().top - offsetValue\n                }, 500);\n                jQuery(this).addClass(\"bc_toggle_btn_closed\");\n            }\n        });\n\n                });\n            <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fc6205d e-con-full color_secondary_bg e-flex e-con e-parent\" data-id=\"fc6205d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19f20ce elementor-widget elementor-widget-global elementor-global-35868 elementor-widget-rds-discover-the-difference-widget\" data-id=\"19f20ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rds-discover-the-difference-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!--order-5 order-lg-5-->\n\n\n<div class=\"d-block\">\n    <div class=\"container-fluid color_secondary_bg  py-lg-5 pt-4\">\n        <div class=\"container pt-lg-4 pb-lg-5 pt-2\">\n            <div class=\"row\">\n                <div class=\"col-lg-12 text-center mb-4\">\n      <h5 data-dark-color=\"color_primary\" data-light-color=\"true_white\" class=\"apply-conditional-color true_white text-center mb-0 sm_text_22 sm_line_height_27\">\n    What To Expect<\/h5>\n\n\n<h4 data-dark-color=\"color_primary\" data-light-color=\"true_white\" class=\"apply-conditional-color text-center true_white h4-alt pb-lg-0 mb-lg-5 pb-3\">\n    Discover The Bluflame Service Co. Difference    \n<\/h4>\n\n\n                <\/div>\n                <div data-dark-color=\"color_primary\" data-light-color=\"true_white\"  class=\"apply-conditional-color d-lg-block d-none col-lg-12 swiper expect-swiper-a expect-swiper-a mw-md-292 mx-lg-0 mx-auto swiper-initialized swiper-horizontal swiper-pointer-events swiper-backface-hidden\">\n                    <div class=\"swiper-wrapper flex-lg-wrap transform-lg-none\" id=\"swiper-wrapper-c1e105e1b106f1b1ca\" aria-live=\"polite\">\n\n                    <div class=\"swiper-slide col-lg-4 h-lg-auto pb-lg-5 mb-lg-4 pe-lg-5 swiper-slide-active\" role=\"group\" aria-label=\"1 \/ 6\" style=\"width: 190px;\">\n\n                            <div class=\"row align-items-center align-items-lg-start\">\n                                <div class=\"col-5 col-lg-2 pe-lg-0 pe-4 align-items-center d-flex mh-md-75\">\n                                    <i class=\"true_white   icon-handshake4 text_35 line_height_35 sm_text_70 sm_line_height_25\"><\/i>\n                                <\/div>\n                                <div class=\"col-7 col-lg-10 ps-lg-3 ps-4 border-lg-left\">\n                                    <h6 class=\"px-lg-1 mb-0 h6-alt text_bold\">Decades of Dedication<\/h6>\n                                <\/div>\n                            <\/div>\n                            <div class=\"row\">\n                                <div class=\"col-lg-10 offset-lg-2\">\n                                    <p class=\"p-alt ps-lg-1 pe-lg-3 mb-lg-3 mb-0 pt-3\">Over 70 years of commitment to providing our community with exceptional heating and cooling solutions<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div><div class=\"swiper-slide col-lg-4 h-lg-auto pb-lg-5 mb-lg-4 pe-lg-5 swiper-slide-active\" role=\"group\" aria-label=\"2 \/ 6\" style=\"width: 190px;\">\n\n                            <div class=\"row align-items-center align-items-lg-start\">\n                                <div class=\"col-5 col-lg-2 pe-lg-0 pe-4 align-items-center d-flex mh-md-75\">\n                                    <i class=\"true_white   icon-people-group4 text_35 line_height_35 sm_text_70 sm_line_height_25\"><\/i>\n                                <\/div>\n                                <div class=\"col-7 col-lg-10 ps-lg-3 ps-4 border-lg-left\">\n                                    <h6 class=\"px-lg-1 mb-0 h6-alt text_bold\">Same-Day Emergency Service<\/h6>\n                                <\/div>\n                            <\/div>\n                            <div class=\"row\">\n                                <div class=\"col-lg-10 offset-lg-2\">\n                                    <p class=\"p-alt ps-lg-1 pe-lg-3 mb-lg-3 mb-0 pt-3\">Reliable emergency services to address your urgent heating and cooling needs<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div><div class=\"swiper-slide col-lg-4 h-lg-auto pb-lg-5 mb-lg-4 pe-lg-5 swiper-slide-active\" role=\"group\" aria-label=\"3 \/ 6\" style=\"width: 190px;\">\n\n                            <div class=\"row align-items-center align-items-lg-start\">\n                                <div class=\"col-5 col-lg-2 pe-lg-0 pe-4 align-items-center d-flex mh-md-75\">\n                                    <i class=\"true_white   icon-user-tie4 text_35 line_height_35 sm_text_70 sm_line_height_25\"><\/i>\n                                <\/div>\n                                <div class=\"col-7 col-lg-10 ps-lg-3 ps-4 border-lg-left\">\n                                    <h6 class=\"px-lg-1 mb-0 h6-alt text_bold\">Background-Checked Technicians<\/h6>\n                                <\/div>\n                            <\/div>\n                            <div class=\"row\">\n                                <div class=\"col-lg-10 offset-lg-2\">\n                                    <p class=\"p-alt ps-lg-1 pe-lg-3 mb-lg-3 mb-0 pt-3\">Our trusted team has the expertise and training to deliver the highest quality services every time<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div><div class=\"swiper-slide col-lg-4 h-lg-auto pb-lg-5 mb-lg-4 pe-lg-5 swiper-slide-active\" role=\"group\" aria-label=\"4 \/ 6\" style=\"width: 190px;\">\n\n                            <div class=\"row align-items-center align-items-lg-start\">\n                                <div class=\"col-5 col-lg-2 pe-lg-0 pe-4 align-items-center d-flex mh-md-75\">\n                                    <i class=\"true_white   icon-hand-holding-dollar4 text_35 line_height_35 sm_text_70 sm_line_height_25\"><\/i>\n                                <\/div>\n                                <div class=\"col-7 col-lg-10 ps-lg-3 ps-4 border-lg-left\">\n                                    <h6 class=\"px-lg-1 mb-0 h6-alt text_bold\">Flexible Financing Options<\/h6>\n                                <\/div>\n                            <\/div>\n                            <div class=\"row\">\n                                <div class=\"col-lg-10 offset-lg-2\">\n                                    <p class=\"p-alt ps-lg-1 pe-lg-3 mb-lg-3 mb-0 pt-3\">Get the comfort services you need without breaking your budget<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div><div class=\"swiper-slide col-lg-4 h-lg-auto pb-lg-5 mb-lg-4 pe-lg-5 swiper-slide-active\" role=\"group\" aria-label=\"5 \/ 6\" style=\"width: 190px;\">\n\n                            <div class=\"row align-items-center align-items-lg-start\">\n                                <div class=\"col-5 col-lg-2 pe-lg-0 pe-4 align-items-center d-flex mh-md-75\">\n                                    <i class=\"true_white   icon-screwdriver-wrench4 text_35 line_height_35 sm_text_70 sm_line_height_25\"><\/i>\n                                <\/div>\n                                <div class=\"col-7 col-lg-10 ps-lg-3 ps-4 border-lg-left\">\n                                    <h6 class=\"px-lg-1 mb-0 h6-alt text_bold\">Retail Parts on Hand<\/h6>\n                                <\/div>\n                            <\/div>\n                            <div class=\"row\">\n                                <div class=\"col-lg-10 offset-lg-2\">\n                                    <p class=\"p-alt ps-lg-1 pe-lg-3 mb-lg-3 mb-0 pt-3\">Fully stocked trucks and retail parts on demand to get your system back up and running quickly<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div><div class=\"swiper-slide col-lg-4 h-lg-auto pb-lg-5 mb-lg-4 pe-lg-5 swiper-slide-active\" role=\"group\" aria-label=\"6 \/ 6\" style=\"width: 190px;\">\n\n                            <div class=\"row align-items-center align-items-lg-start\">\n                                <div class=\"col-5 col-lg-2 pe-lg-0 pe-4 align-items-center d-flex mh-md-75\">\n                                    <i class=\"true_white   icon-message-dollar4 text_35 line_height_35 sm_text_70 sm_line_height_25\"><\/i>\n                                <\/div>\n                                <div class=\"col-7 col-lg-10 ps-lg-3 ps-4 border-lg-left\">\n                                    <h6 class=\"px-lg-1 mb-0 h6-alt text_bold\">Upfront & Honest Pricing<\/h6>\n                                <\/div>\n                            <\/div>\n                            <div class=\"row\">\n                                <div class=\"col-lg-10 offset-lg-2\">\n                                    <p class=\"p-alt ps-lg-1 pe-lg-3 mb-lg-3 mb-0 pt-3\">Straightforward and fair prices for our services without unexpected fees or upcharges<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>                      <\/div>\n                      \n                    <span class=\"swiper-notification\" aria-live=\"assertive\" aria-atomic=\"true\"><\/span>\n                <\/div>\n\n                <div data-dark-color=\"color_primary\" data-light-color=\"true_white\"  class=\"apply-conditional-color d-lg-none d-block col-lg-12 swiper m-expect-swiper-a m-expect-swiper-a mw-md-292 mx-lg-0 mx-auto swiper-initialized swiper-horizontal swiper-pointer-events swiper-backface-hidden\">\n                    <div class=\"swiper-wrapper flex-lg-wrap transform-lg-none\" id=\"swiper-wrapper-c1e105e1b106f1b1ca\" aria-live=\"polite\">\n\n                    <div class=\"swiper-slide col-lg-4 h-lg-auto pb-lg-5 mb-lg-4 pe-lg-5 swiper-slide-active\" role=\"group\" aria-label=\"1 \/ 6\" style=\"width: 190px;\">\n\n                            <div class=\"row align-items-center align-items-lg-start\">\n                                <div class=\"col-5 col-lg-2 pe-lg-0 pe-4 align-items-center d-flex mh-md-75\">\n                                    <i class=\"true_white  icon-handshake4 text_35 line_height_35 sm_text_70 sm_line_height_25\"><\/i>\n                                <\/div>\n                                <div class=\"col-7 col-lg-10 ps-lg-3 ps-4 border-lg-left-white\">\n                                    <h6 class=\"px-lg-1 mb-0 h6-alt text_bold\">Decades of Dedication<\/h6>\n                                <\/div>\n                            <\/div>\n                            <div class=\"row\">\n                                <div class=\"col-lg-10 offset-lg-2\">\n                                    <p class=\"p-alt ps-lg-1 pe-lg-3 mb-lg-3 mb-0 pt-3\">Over 70 years of commitment to providing our community with exceptional heating and cooling solutions<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div><div class=\"swiper-slide col-lg-4 h-lg-auto pb-lg-5 mb-lg-4 pe-lg-5 swiper-slide-active\" role=\"group\" aria-label=\"2 \/ 6\" style=\"width: 190px;\">\n\n                            <div class=\"row align-items-center align-items-lg-start\">\n                                <div class=\"col-5 col-lg-2 pe-lg-0 pe-4 align-items-center d-flex mh-md-75\">\n                                    <i class=\"true_white  icon-people-group4 text_35 line_height_35 sm_text_70 sm_line_height_25\"><\/i>\n                                <\/div>\n                                <div class=\"col-7 col-lg-10 ps-lg-3 ps-4 border-lg-left-white\">\n                                    <h6 class=\"px-lg-1 mb-0 h6-alt text_bold\">Same-Day Emergency Service<\/h6>\n                                <\/div>\n                            <\/div>\n                            <div class=\"row\">\n                                <div class=\"col-lg-10 offset-lg-2\">\n                                    <p class=\"p-alt ps-lg-1 pe-lg-3 mb-lg-3 mb-0 pt-3\">Reliable emergency services to address your urgent heating and cooling needs<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div><div class=\"swiper-slide col-lg-4 h-lg-auto pb-lg-5 mb-lg-4 pe-lg-5 swiper-slide-active\" role=\"group\" aria-label=\"3 \/ 6\" style=\"width: 190px;\">\n\n                            <div class=\"row align-items-center align-items-lg-start\">\n                                <div class=\"col-5 col-lg-2 pe-lg-0 pe-4 align-items-center d-flex mh-md-75\">\n                                    <i class=\"true_white  icon-user-tie4 text_35 line_height_35 sm_text_70 sm_line_height_25\"><\/i>\n                                <\/div>\n                                <div class=\"col-7 col-lg-10 ps-lg-3 ps-4 border-lg-left-white\">\n                                    <h6 class=\"px-lg-1 mb-0 h6-alt text_bold\">Background-Checked Technicians<\/h6>\n                                <\/div>\n                            <\/div>\n                            <div class=\"row\">\n                                <div class=\"col-lg-10 offset-lg-2\">\n                                    <p class=\"p-alt ps-lg-1 pe-lg-3 mb-lg-3 mb-0 pt-3\">Our trusted team has the expertise and training to deliver the highest quality services every time<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div><div class=\"swiper-slide col-lg-4 h-lg-auto pb-lg-5 mb-lg-4 pe-lg-5 swiper-slide-active\" role=\"group\" aria-label=\"4 \/ 6\" style=\"width: 190px;\">\n\n                            <div class=\"row align-items-center align-items-lg-start\">\n                                <div class=\"col-5 col-lg-2 pe-lg-0 pe-4 align-items-center d-flex mh-md-75\">\n                                    <i class=\"true_white  icon-hand-holding-dollar4 text_35 line_height_35 sm_text_70 sm_line_height_25\"><\/i>\n                                <\/div>\n                                <div class=\"col-7 col-lg-10 ps-lg-3 ps-4 border-lg-left-white\">\n                                    <h6 class=\"px-lg-1 mb-0 h6-alt text_bold\">Flexible Financing Options<\/h6>\n                                <\/div>\n                            <\/div>\n                            <div class=\"row\">\n                                <div class=\"col-lg-10 offset-lg-2\">\n                                    <p class=\"p-alt ps-lg-1 pe-lg-3 mb-lg-3 mb-0 pt-3\">Get the comfort services you need without breaking your budget<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div><div class=\"swiper-slide col-lg-4 h-lg-auto pb-lg-5 mb-lg-4 pe-lg-5 swiper-slide-active\" role=\"group\" aria-label=\"5 \/ 6\" style=\"width: 190px;\">\n\n                            <div class=\"row align-items-center align-items-lg-start\">\n                                <div class=\"col-5 col-lg-2 pe-lg-0 pe-4 align-items-center d-flex mh-md-75\">\n                                    <i class=\"true_white  icon-screwdriver-wrench4 text_35 line_height_35 sm_text_70 sm_line_height_25\"><\/i>\n                                <\/div>\n                                <div class=\"col-7 col-lg-10 ps-lg-3 ps-4 border-lg-left-white\">\n                                    <h6 class=\"px-lg-1 mb-0 h6-alt text_bold\">Retail Parts on Hand<\/h6>\n                                <\/div>\n                            <\/div>\n                            <div class=\"row\">\n                                <div class=\"col-lg-10 offset-lg-2\">\n                                    <p class=\"p-alt ps-lg-1 pe-lg-3 mb-lg-3 mb-0 pt-3\">Fully stocked trucks and retail parts on demand to get your system back up and running quickly<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div><div class=\"swiper-slide col-lg-4 h-lg-auto pb-lg-5 mb-lg-4 pe-lg-5 swiper-slide-active\" role=\"group\" aria-label=\"6 \/ 6\" style=\"width: 190px;\">\n\n                            <div class=\"row align-items-center align-items-lg-start\">\n                                <div class=\"col-5 col-lg-2 pe-lg-0 pe-4 align-items-center d-flex mh-md-75\">\n                                    <i class=\"true_white  icon-message-dollar4 text_35 line_height_35 sm_text_70 sm_line_height_25\"><\/i>\n                                <\/div>\n                                <div class=\"col-7 col-lg-10 ps-lg-3 ps-4 border-lg-left-white\">\n                                    <h6 class=\"px-lg-1 mb-0 h6-alt text_bold\">Upfront & Honest Pricing<\/h6>\n                                <\/div>\n                            <\/div>\n                            <div class=\"row\">\n                                <div class=\"col-lg-10 offset-lg-2\">\n                                    <p class=\"p-alt ps-lg-1 pe-lg-3 mb-lg-3 mb-0 pt-3\">Straightforward and fair prices for our services without unexpected fees or upcharges<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>                      <\/div>\n                      \n                    <span class=\"swiper-notification\" aria-live=\"assertive\" aria-atomic=\"true\"><\/span>\n                <\/div>\n                <div data-dark-color=\"color_primary\" data-light-color=\"true_white\" class=\"apply-conditional-color d-lg-none d-block swiper-pagination position-relative what-pagination-a what-pagination-a pagination-variation-a\"><span class=\"swiper-pagination-bullet swiper-pagination-bullet-active\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide 1\" aria-current=\"true\"><\/span><\/div>\n                <div class=\"col-12 text-center pb-lg-4 pb-5 pt-lg-4 pt-4\">\n                    <a href=\"https:\/\/bluflame.com\/about\/\" class=\"btn btn-primary\">ABOUT US<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n  <script>\n        jQuery(document).ready(function(){\n            var swiperExpectA = new Swiper(\".expect-swiper-a\", {\n                spaceBetween: 10,\n                autoplay: {\n                    delay: 5000,\n                    disableOnInteraction: false,\n                  },\n                pagination: {\n                  el: \".what-pagination-a\",\n                  clickable: true,\n                },\n                breakpoints: {\n                  640: {\n                    slidesPerView: 1,\n                    spaceBetween: 40,\n                    noSwiping: false,\n                    allowSlidePrev: true,\n                    allowSlideNext: true,\n                    autoHeight:true,\n                  },\n                  768: {\n                    slidesPerView: 6,\n                    spaceBetween: 0,\n                    noSwiping: true,\n                    allowSlidePrev: false,\n                    allowSlideNext: false,\n                  },\n                  993: {\n                    slidesPerView: 6,\n                    spaceBetween: 0,\n                    noSwiping: true,\n                    allowSlidePrev: false,\n                    allowSlideNext: false,\n                  },\n                },\n            });\n            var mswiperExpectA = new Swiper(\".m-expect-swiper-a\", {\n                spaceBetween: 10,\n                autoplay: {\n                    delay: 5000,\n                    disableOnInteraction: false,\n                  },\n                pagination: {\n                  el: \".what-pagination-a\",\n                  clickable: true,\n                },\n                breakpoints: {\n                  640: {\n                    slidesPerView: 1,\n                    spaceBetween: 40,\n                    noSwiping: false,\n                    allowSlidePrev: true,\n                    allowSlideNext: true,\n                    autoHeight:true,\n                  },\n                  992: {\n                    slidesPerView: 1,\n                    spaceBetween: 40,\n                    noSwiping: false,\n                    allowSlidePrev: true,\n                    allowSlideNext: true,\n                  },\n                  993: {\n                    slidesPerView: 6,\n                    spaceBetween: 0,\n                    noSwiping: true,\n                    allowSlidePrev: false,\n                    allowSlideNext: false,\n                  },\n                },\n            });\n        });\n        <\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6ddc1c0 e-con-full e-flex e-con e-parent\" data-id=\"6ddc1c0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44d262f elementor-widget elementor-widget-global elementor-global-13225 elementor-widget-rds-testimonial-widget\" data-id=\"44d262f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rds-testimonial-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <!-- use this order class order-7 order-lg-7-->\n    <div class=\"d-block px-0 border-top-15 d-block px-0 border-top-15\">\n        <div class=\"container-fluid pt-lg-5 pb-lg-2 pt-5 px-lg-3 px-0\">\n            <div class=\"container pb-lg-2 mb-lg-5 pt-lg-2 position-relative right-xl-n25\">\n                <div class=\"row\">\n                    <div class=\"col-lg-6 pt-4 pt-lg-0 d-lg-block d-none\">\n                        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/testimonial\/reviews-img.webp\" \n                            srcset=\"https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/testimonial\/reviews-img.webp 1x, \n                                    https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/testimonial\/reviews-img@2x.webp 2x, \n                                    https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/testimonial\/reviews-img@3x.webp 3x\" \n                            alt=\"Review Image\" width=\"540\" height=\"437\" \n                            class=\"img-fluid\">\n                    <\/div>\n                    <div class=\"col-lg-6\">\n                        <div class=\"slide-icon align-items-center pb-2 justify-content-center d-flex d-lg-none\">\n                            <i class=\"icon-star1 sm_text_15 sm_line_height_15 text_25 line_height_42 stars_color mx-1\"><\/i>\n                            <i class=\"icon-star1 sm_text_15 sm_line_height_15 text_25 line_height_42 stars_color mx-1\"><\/i>\n                            <i class=\"icon-star1 sm_text_15 sm_line_height_15 text_25 line_height_42 stars_color mx-1\"><\/i>\n                            <i class=\"icon-star1 sm_text_15 sm_line_height_15 text_25 line_height_42 stars_color mx-1\"><\/i>\n                            <i class=\"icon-star1 sm_text_15 sm_line_height_15 text_25 line_height_42 stars_color mx-1\"><\/i>\n                        <\/div>\n                                                    <h5 class=\"pt-lg-0 pt-2 text-lg-start text-center\">Our Reviews<\/h5>\n                                                                            <h4 class=\"pb-lg-4 pb-4  text-lg-start text-center\">See What Your Neighbors Are Saying<\/h4>\n                                                <div class=\"slide-icon d-lg-flex d-none align-items-end pb-3\">\n                            <i class=\"icon-quote-left1 text_50 line_height_50 me-3 true_black\"><\/i>\n                            <i class=\"icon-star1 text_15 line_height_42 stars_color me-1\"><\/i>\n                            <i class=\"icon-star1 text_15 line_height_42 stars_color me-1\"><\/i>\n                            <i class=\"icon-star1 text_15 line_height_42 stars_color me-1\"><\/i>\n                            <i class=\"icon-star1 text_15 line_height_42 stars_color me-1\"><\/i>\n                            <i class=\"icon-star1 text_15 line_height_42 stars_color me-1\"><\/i>\n                        <\/div>\n                        <div class=\"swiper review-swiper-c-32453 pt-1 text-start\">\n                            <div class=\"swiper-wrapper\">\n                                                                    <div class=\"swiper-slide pb-lg-4 text-lg-start text-center\">\n                                                                                    <p class=\"pt-3 pe-lg-2 pb-3\">Bluflame installed a new furnace and AC unit for us. The technicians were professional and courteous. The job was done quickly and efficiently. The guys cleaned up after themselves and left no mess. When I discovered purple pipe glue had been dropped on my floor and&hellip;<\/p>\n                                                                                                                            <div class=\"d-lg-block d-none\">\n                                                                                                    <strong class=\"d-block text-capitalize line_height_19_8\">M.J.<\/strong>\n                                                                                                <p class=\"mb-0 position-relative top_n4 line_height_19_8 text_14 line_height_30\">\n                                                                                                    <\/p>\n                                            <\/div>\n                                            <div class=\"d-lg-none d-block\">\n                                                                                                    <strong class=\"d-block font_alt_1 text-capitalize text_bold text_16 line_height_30\">M.J.<\/strong>\n                                                                                                <p class=\"mb-0 position-relative top_n4 text_normal text_14 line_height_30\">\n                                                                                                    <\/p>\n                                            <\/div>\n                                                                            <\/div>\n                                                                    <div class=\"swiper-slide pb-lg-4 text-lg-start text-center\">\n                                                                                    <p class=\"pt-3 pe-lg-2 pb-3\">We have used Bluflame twice in the past 3 years. Most recently in February our heater stopped working. A technician was at our home within 45 minutes. He replaced a motor and cleaned the unit, within 2 hours our heat was restored. This company has great&hellip;<\/p>\n                                                                                                                            <div class=\"d-lg-block d-none\">\n                                                                                                    <strong class=\"d-block text-capitalize line_height_19_8\">A.G.<\/strong>\n                                                                                                <p class=\"mb-0 position-relative top_n4 line_height_19_8 text_14 line_height_30\">\n                                                                                                    <\/p>\n                                            <\/div>\n                                            <div class=\"d-lg-none d-block\">\n                                                                                                    <strong class=\"d-block font_alt_1 text-capitalize text_bold text_16 line_height_30\">A.G.<\/strong>\n                                                                                                <p class=\"mb-0 position-relative top_n4 text_normal text_14 line_height_30\">\n                                                                                                    <\/p>\n                                            <\/div>\n                                                                            <\/div>\n                                                                    <div class=\"swiper-slide pb-lg-4 text-lg-start text-center\">\n                                                                                    <p class=\"pt-3 pe-lg-2 pb-3\">\"Thank you, Bluflame. Customer service is everything! Many, many thanks!\u201d<\/p>\n                                                                                                                            <div class=\"d-lg-block d-none\">\n                                                                                                    <strong class=\"d-block text-capitalize line_height_19_8\">M.P., Toledo, OH<\/strong>\n                                                                                                <p class=\"mb-0 position-relative top_n4 line_height_19_8 text_14 line_height_30\">\n                                                                                                    <\/p>\n                                            <\/div>\n                                            <div class=\"d-lg-none d-block\">\n                                                                                                    <strong class=\"d-block font_alt_1 text-capitalize text_bold text_16 line_height_30\">M.P., Toledo, OH<\/strong>\n                                                                                                <p class=\"mb-0 position-relative top_n4 text_normal text_14 line_height_30\">\n                                                                                                    <\/p>\n                                            <\/div>\n                                                                            <\/div>\n                                                                    <div class=\"swiper-slide pb-lg-4 text-lg-start text-center\">\n                                                                                    <p class=\"pt-3 pe-lg-2 pb-3\">\"We were pleased with the very fair price and the quick installation on short notice.\"<\/p>\n                                                                                                                            <div class=\"d-lg-block d-none\">\n                                                                                                    <strong class=\"d-block text-capitalize line_height_19_8\">M.R., Curtice, OH<\/strong>\n                                                                                                <p class=\"mb-0 position-relative top_n4 line_height_19_8 text_14 line_height_30\">\n                                                                                                    <\/p>\n                                            <\/div>\n                                            <div class=\"d-lg-none d-block\">\n                                                                                                    <strong class=\"d-block font_alt_1 text-capitalize text_bold text_16 line_height_30\">M.R., Curtice, OH<\/strong>\n                                                                                                <p class=\"mb-0 position-relative top_n4 text_normal text_14 line_height_30\">\n                                                                                                    <\/p>\n                                            <\/div>\n                                                                            <\/div>\n                                                            <\/div>\n                        <\/div>\n                        <div data-dark-color=\"color_primary\" class=\"review-pagination-c-32453 apply-conditional-color swiper-pagination position-relative pagination-variation-a text-lg-start text-center pt-lg-0 pb-lg-2 py-4\" id=\"rds-testimonial-ew-pg-c-32453 \"><\/div>\n                                                    <div class=\"text-lg-start text-center pb-lg-0 pb-5 mb-4 mb-lg-0 \">\n                                <a href=\"https:\/\/bluflame.com\/reviews\/\" class=\"btn btn-primary\" target=\"\">Read More Reviews<\/a>\n                            <\/div>\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>    \n    <script type=\"text\/javascript\">\n        jQuery(document).ready(function () {\n            var swiper = new Swiper(\".review-swiper-c-32453\", {\n                spaceBetween: 10,\n                slidesPerView: 1,\n                loop: 1,\n                autoplay: {\n                    delay: 8000,\n                    disableOnInteraction: false,\n                },\n                pagination: {\n                    el: \".review-pagination-c-32453\",\n                    clickable: true\n                },\n                allowTouchMove: true,\n            });\n        })\n    <\/script>\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bbccac3 e-con-full e-flex e-con e-parent\" data-id=\"bbccac3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-074fcd2 color_secondary_bg elementor-widget-mobile__width-inherit elementor-widget elementor-widget-global elementor-global-32406 elementor-widget-rds-global-request-service-widget\" data-id=\"074fcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rds-global-request-service-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"container-fluid py-5 py-lg-4 text-center color_secondary_bg banner-form-comm\" id=\"request_service\">\n    <div class=\"container pt-lg-3 py-2\">\n        <div class=\"row align-items-center py-lg-2\">\n            <div class=\"col-lg-12 pt-lg-3 elementor-requestformA\">\n                <div class=\"p-0\">\n                                            <h4 class=\"h4-alt pb-lg-4 pb-4 mb-3 mb-lg-4\">Request Service<\/h4>\n                                            \n                    <div class=\"banner-form\">\n                                <script>\n        \/\/Select Option Script\n            var x, i, j, selElmnt, a, b, c;\n            \/*look for any elements with the class \"custom-select\":*\/\n            function bc_update_select_design() {\n                x = document.querySelectorAll(\".dropdown-select .ginput_container_select\");\n                for (i = 0; i < x.length; i++) {\n                    selElmnt = x[i].getElementsByTagName(\"select\")[0];\n                    \/*for each element, create a new DIV that will act as the selected item:*\/\n                    a = document.createElement(\"DIV\");\n                    a.setAttribute(\"class\", \"select-selected rounded-0\");\n                    a.setAttribute(\"tabindex\", 0);\n                    a.innerHTML = selElmnt.options[selElmnt.selectedIndex].innerHTML;\n                    x[i].appendChild(a);\n                    \/*for each element, create a new DIV that will contain the option list:*\/\n                    b = document.createElement(\"DIV\");\n                    b.setAttribute(\"class\", \"select-items select-hide\");\n                    for (j = 1; j < selElmnt.length; j++) {\n                        \/*for each option in the original select element,\n                         create a new DIV that will act as an option item:*\/\n                        c = document.createElement(\"DIV\");\n                        c.innerHTML = selElmnt.options[j].innerHTML;\n                        b.appendChild(c);\n                    }\n                    x[i].appendChild(b);\n                    \/*For form keydown and up*\/\n                }\n            }\n            function closeAllSelect(elmnt) {\n                \/\/ console.log('click');\n                \/*a function that will close all select boxes in the document,\n                 except the current select box:*\/\n                var x, y, i, arrNo = [];\n                x = document.getElementsByClassName(\"select-items\");\n                y = document.getElementsByClassName(\"select-selected\");\n                for (i = 0; i < y.length; i++) {\n                    if (elmnt == y[i]) {\n                        arrNo.push(i);\n                    } else {\n                        y[i].classList.remove(\"select-arrow-active\");\n                    }\n                }\n                for (i = 0; i < x.length; i++) {\n                    if (arrNo.indexOf(i)) {\n                        x[i].classList.add(\"select-hide\");\n                    }\n                }\n            }\n            \/*if the user clicks anywhere outside the select box,\n             then close all select boxes:*\/\n\n            window.onload = (event) => {\n                bc_update_select_design();\n                document.addEventListener(\"click\", closeAllSelect);\n            };\n        <\/script>\n        \n                <div class='gf_browser_unknown gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework contact_form_short_wrapper floating_labels_wrapper' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_4' ><style>#gform_wrapper_4[data-form-index=\"0\"].gform-theme,[data-parent-form=\"4_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg width='640' height='640' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style>\n                        <div class='gform_heading'>\n                            <h3 class=\"gform_title\">Request Service<\/h3>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_4' id='gform_4' class='contact_form_short floating_labels' action='\/wp-json\/wp\/v2\/pages\/86' data-formid='4' novalidate>\t\t\t\t\t<div style=\"display: none !important;\" class=\"akismet-fields-container gf_invisible\" data-prefix=\"ak_\">\n\t\t\t\t\t\t<label>&#916;<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label>\n\t\t\t\t\t\t<input type=\"hidden\" id=\"ak_js_3\" name=\"ak_js\" value=\"194\" \/>\n\t\t\t\t\t\t<script>\ndocument.getElementById( \"ak_js_3\" ).setAttribute( \"value\", ( new Date() ).getTime() );\n<\/script>\n\n\t\t\t\t\t<\/div>\n                        <div class='gform-body gform_body'><ul id='gform_fields_4' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id=\"field_4_6\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gf_left_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_4_6'>First Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_6' id='input_4_6' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_4_7\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gf_right_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_4_7'>Last Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_7' id='input_4_7' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_4_2\" class=\"gfield gfield--type-email gfield--input-type-email gf_left_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_4_2'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_2' id='input_4_2' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/li><li id=\"field_4_3\" class=\"gfield gfield--type-phone gfield--input-type-phone gf_right_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_4_3'>Phone<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_3' id='input_4_3' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_4_4\" class=\"gfield gfield--type-select gfield--input-type-select gf_left_half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_4_4'>Service Needed<\/label><div class='ginput_container ginput_container_select'><select name='input_4' id='input_4_4' class='large gfield_select'     aria-invalid=\"false\" ><option value='' ><\/option><option value='Heating' >Heating<\/option><option value='Air Conditioning' >Air Conditioning<\/option><option value='Air Quality' >Air Quality<\/option><option value='Water Heaters' >Water Heaters<\/option><\/select><\/div><\/li><li id=\"field_4_13\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gf_right_half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_4_13'>How Did You Hear About Us?<\/label><div class='ginput_container ginput_container_select'><select name='input_13' id='input_4_13' class='large gfield_select'     aria-invalid=\"false\" ><option value='' ><\/option><option value='TV Commercial' >TV Commercial<\/option><option value='Social Media' >Social Media<\/option><option value='Referral' >Referral<\/option><option value='Other' >Other<\/option><option value='Online' >Online<\/option><option value='Direct Mail' >Direct Mail<\/option><option value='Community Event' >Community Event<\/option><option value='Existing Customer' >Existing Customer<\/option><option value='Print Ad' >Print Ad<\/option><\/select><\/div><\/li><li id=\"field_4_11\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gf_left_half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_4_11'>Message<\/label><div class='ginput_container ginput_container_text'><input name='input_11' id='input_4_11' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_4_9\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-full signup_checkbox field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Marketing Consent<\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_4_9'><li class='gchoice gchoice_4_9_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_9.1' type='checkbox'  value='true' checked='checked' id='choice_4_9_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_4_9_1' id='label_4_9_1' class='gform-field-label gform-field-label--type-inline'>Yes! Sign me up for marketing emails and texting. Texting opt-in information is not shared with any third parties.<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_4_12\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><p style=\"color: #fff;max-width: 786px;display: table;margin: 0 auto !important;\" class=\"text_11 line_height_15 font_alt_1 color_black\">By submitting this form and signing up for texts, you agree to receive informational messages (appointment reminders, account notifications, etc.) from Bluflame Service Co. at the number provided. Msg &amp; data rates may apply. Msg frequency varies. Unsubscribe at any time by replying STOP and no further messages will be sent. Reply HELP for help. For more information checkout our <a href=\"https:\/\/bluflame.com\/privacy-policy\/\" class=\"text_11 line_height_15 font_alt_1 color_black text-decoration-underline\">Privacy Policy<\/a>.<\/p><\/li><\/ul><\/div>\n        <div class='gform-footer gform_footer top_label'> <div class='text-center pt-2'><button class='btn btn-primary min-w-182 h-lg-52 w-lg-100 rds_gform_submit' id='gform_submit_button_4'>Submit<\/button><\/div> <input type='hidden' name='gform_ajax' value='form_id=4&amp;title=1&amp;description=1&amp;tabindex=0&amp;theme=legacy&amp;styles=[]&amp;hash=436d9ed6c259219b5f5274fee3aa6500' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_4' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_4' id='gform_theme_4' value='legacy' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_4' id='gform_style_settings_4' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_4' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='4' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='0uPtrEuDWM0vm6JiaaLWafiHoUeLUhLiriHWcMW+5rTWFxpCB3N\/iI+xXI3j+vmsPZdTyPiPOVswAeJWriUIh3ciE3z127glyTQZo7lUaCmUZXQ=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_4' value='WyJbXSIsImY5MjU5YTA2ZmU4N2I3NGI2Nzc1MzdlMjllNDViYTE0Il0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_4' id='gform_target_page_number_4' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_4' id='gform_source_page_number_4' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_4' id='gform_ajax_frame_4' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 4, 'https:\/\/bluflame.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_4').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_4');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_4').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_4').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_4').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_4').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_4').val();gformInitSpinner( 4, 'https:\/\/bluflame.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [4, current_page]);window['gf_submitting_4'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_4').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [4]);window['gf_submitting_4'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_4').text());}else{jQuery('#gform_4').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"4\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_4\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_4\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_4\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 4, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f9a470d e-con-full e-flex e-con e-parent\" data-id=\"f9a470d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-555a259 elementor-widget elementor-widget-global elementor-global-39286 elementor-widget-rds-global-company-service-widget\" data-id=\"555a259\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rds-global-company-service-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!--order-9 order-lg-9-->\n  \n\n<div class=\"d-block\">\n    <div class=\"container-fluid px-0 px-lg-3 pb-3 pb-lg-3 pt-lg-0 mt-lg-0 pt-5 company-service\">\n        <div class=\"container px-lg-3 px-0 mb-4\">\n            <div class=\"row\">                   \n            <\/div>          \n            <div class=\"d-lg-flex mx-0 align-items-center mt-lg-5\">\n                <div class=\"text-md-right px-lg-3 px-md-5 mt-lg-0\">\n                    <div class=\"img_section pt-lg-0 pt-xl-2 mt-lg-0 pl-lg-4 pl-md-3 text-center\">\n                        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/company-services\/company-services-img.webp\" \n                        srcset=\"https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/company-services\/company-services-img.webp 1x, \n                                https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/company-services\/company-services-img@2x.webp 2x, \n                                https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/company-services\/company-services-img@3x.webp 3x\" \n                         class=\"img-fluid\" width=\"522\" height=\"327\">\n                    <\/div>\n                <\/div>\n                <div class=\"cmpny-content\">\n                                            <h4 class=\"text-lg-start text-center ml-lg-5\">Why Choose Us<\/h4>\n                    \n                                            <h5 class=\"mb-lg-0 text-lg-start text-center ml-lg-5\">Your Local HVAC Experts<\/h5>\n                    \n                    <div class=\"treat_content mw-md-330 mx-lg-0 mx-auto pt-lg-4\">\n                        <ul><li><span data-preserver-spaces=\"true\">Same-day emergency services<\/span><\/li><li><span data-preserver-spaces=\"true\">Free estimates on replacements<\/span><\/li><li><span data-preserver-spaces=\"true\">Fully stocked trucks for fast service<\/span><\/li><li><span data-preserver-spaces=\"true\">Upfront pricing<\/span><\/li><li><span data-preserver-spaces=\"true\">Background-checked technicians<\/span><\/li><li><span data-preserver-spaces=\"true\">Flexible financing options<\/span><\/li><li><span data-preserver-spaces=\"true\">Military, veteran, and senior discounts<\/span><\/li><\/ul>\n                                                    <div class=\"text-lg-start text-center\">\n                                <a href=\"https:\/\/bluflame.com\/about\/\" class=\"btn btn-primary mw-165 mx-lg-0 mx-auto\">\n                                    learn more                                <\/a>\n                            <\/div>\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div> \n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-43074c5 e-con-full e-flex e-con e-parent\" data-id=\"43074c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6036672 proudly-serving-a elementor-widget elementor-widget-global elementor-global-36161 elementor-widget-rds-global-service-area-widget\" data-id=\"6036672\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rds-global-service-area-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"d-block\">\n    <style>  \n        @media only screen and (max-width: 767px){\n            .proudly-serving-a{  \n\t\t\tbackground-image: url(https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/service-area\/m-service-map@2x.webp);\n                  background-size: cover;\n                  background-repeat: no-repeat;\n                  background-position: center center !important;\n                  }\n        }\n        @media only screen and (min-width: 768px) and (max-width: 1024px){\n            .proudly-serving-a{  \n               background-image: url(https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/service-area\/service-map@2x.webp);\n                  background-size: cover;\n                  background-repeat: no-repeat;\n                  background-position: center center !important;\n                  }\n        }\n        @media only screen and (min-width: 1025px){\n            .proudly-serving-a{  \n\t\t\tbackground-image: url(https:\/\/bluflame.com\/wp-content\/themes\/rds-child\/img\/service-area\/service-map@2x.webp);\n                  background-size: cover;\n                  background-repeat: no-repeat;\n                  background-position: center center !important;\n            }\n        }\n<\/style>\n    <div class=\"container-fluid proudly_serving_area proudly-serving-a py-sm-5 pt-5 pb-3 mh-sm-680\">\n        <div class=\"container py-lg-5 py-md-3 pt-5 py-sm-0 mt-sm-0 mt-5\">\n            <div class=\"row align-item-center py-xl-5 py-sm-0 pt-5 mt-sm-0 mt-5\">\n                <div class=\"col-lg-6 col-sm-7 text-center text-sm-start pe-sm-0 pt-5 mt-sm-0 mt-5 text-start\">\n                    <div class=\"d-block pe-xl-4 pt-sm-0 pt-5 mw-sm-320 mx-sm-0 mx-auto text-start map-below\">\n                        \n                        <h5 class=\"h5-alt pt-sm-0 pt-4 mb-sm-2 mb-0 sm_text_bold text_bold\">Proudly Serving<\/h5><h4 class=\"border-bottom-tertiary h4-alt pb-2\">The Greater Toledo Area<\/h4><p class=\"p-alt mb-0 mb-lg-2 pe-lg-4 pe-xl-5\">Holland | Maumee | Perrysburg | Oregon | Rossford | Sylvania | Temperance | Toledo | Walbridge | Waterville | Whitehouse<\/p><div class=\"pt-1 pt-lg-2 pb-0 pb-lg-0\"><a href=\"https:\/\/bluflame.com\/contact\/\" class=\"a-alt  no_hover_underline text-uppercase  d-inline-flex align-items-center text_16 line_height_23 font_default\">Contact Us <i class=\"icon-chevron-right ms-2 bc_text_18 bc_line_height_18 position-relative top_n2\"><\/i><\/a><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":13,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/template-homepage.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-86","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/bluflame.com\/wp-json\/wp\/v2\/pages\/86","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bluflame.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bluflame.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bluflame.com\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/bluflame.com\/wp-json\/wp\/v2\/comments?post=86"}],"version-history":[{"count":0,"href":"https:\/\/bluflame.com\/wp-json\/wp\/v2\/pages\/86\/revisions"}],"wp:attachment":[{"href":"https:\/\/bluflame.com\/wp-json\/wp\/v2\/media?parent=86"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}