{"id":22989045,"date":"2026-04-13T14:37:19","date_gmt":"2026-04-13T14:37:19","guid":{"rendered":"https:\/\/wheels2025dev.wpenginepowered.com\/?page_id=22989045"},"modified":"2026-06-23T22:39:43","modified_gmt":"2026-06-23T22:39:43","slug":"contact","status":"publish","type":"page","link":"https:\/\/www.wheels.com\/public\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#001544&#8243; background_enable_image=&#8221;off&#8221; background_size=&#8221;custom&#8221; background_image_width=&#8221;44%&#8221; background_position=&#8221;center_right&#8221; overflow-x=&#8221;hidden&#8221; custom_padding=&#8221;66px||66px||true|false&#8221; custom_padding_tablet=&#8221;40px||40px||true|false&#8221; custom_padding_phone=&#8221;30px||30px||true|false&#8221; background_last_edited=&#8221;on|desktop&#8221; background_enable_image_tablet=&#8221;off&#8221; background_image_width_phone=&#8221;70%&#8221; background_position_phone=&#8221;bottom_right&#8221; background_horizontal_offset_phone=&#8221;0%&#8221; background_vertical_offset_phone=&#8221;5%&#8221; border_radii=&#8221;off|||10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<script><!-- [et_pb_line_break_holder] -->(function () {<!-- [et_pb_line_break_holder] -->  var TAB_MAP = { '#sales': 1, '#talk-to-sales': 1, '#inquiries': 2, '#all-other-inquiries': 2 };<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Toggle Divi Pixel's active classes ONLY. Divi's CSS handles the fade via opacity \u2014<!-- [et_pb_line_break_holder] -->  \/\/ do NOT set display, or it fights the animation and panels go blank.<!-- [et_pb_line_break_holder] -->  function switchTab(index) {<!-- [et_pb_line_break_holder] -->    var tabs = document.querySelectorAll('.dipi-at-tab');<!-- [et_pb_line_break_holder] -->    var panels = document.querySelectorAll('.dipi-at-panels > .dipi_advanced_tabs_item');<!-- [et_pb_line_break_holder] -->    if (!tabs.length || !tabs[index] || !panels[index]) return false;<!-- [et_pb_line_break_holder] -->    tabs.forEach(function (t) { t.classList.remove('dipi-at-tab--active'); });<!-- [et_pb_line_break_holder] -->    panels.forEach(function (p) {<!-- [et_pb_line_break_holder] -->      p.classList.remove('dipi-at-panel--active');<!-- [et_pb_line_break_holder] -->      p.style.removeProperty('display'); \/\/ clear any leftover inline display<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->    tabs[index].classList.add('dipi-at-tab--active');<!-- [et_pb_line_break_holder] -->    panels[index].classList.add('dipi-at-panel--active');<!-- [et_pb_line_break_holder] -->    return true;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  function pinToTop(ms) {<!-- [et_pb_line_break_holder] -->    var until = Date.now() + ms;<!-- [et_pb_line_break_holder] -->    (function loop() { window.scrollTo(0, 0); if (Date.now() < until) requestAnimationFrame(loop); })();<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Direct tab clicks: capture phase + stop other handlers so nothing fights the switch.<!-- [et_pb_line_break_holder] -->  document.addEventListener('click', function (e) {<!-- [et_pb_line_break_holder] -->    var tab = e.target.closest('.dipi-at-tab'); if (!tab) return;<!-- [et_pb_line_break_holder] -->    var tabs = Array.prototype.slice.call(document.querySelectorAll('.dipi-at-tab'));<!-- [et_pb_line_break_holder] -->    var idx = tabs.indexOf(tab); if (idx === -1) return;<!-- [et_pb_line_break_holder] -->    e.stopImmediatePropagation();<!-- [et_pb_line_break_holder] -->    switchTab(idx);<!-- [et_pb_line_break_holder] -->  }, true);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Anchor links (footer button, etc.): capture phase so Divi's button handler can't swallow it.<!-- [et_pb_line_break_holder] -->  document.addEventListener('click', function (e) {<!-- [et_pb_line_break_holder] -->    var link = e.target.closest('a[href]'); if (!link) return;<!-- [et_pb_line_break_holder] -->    var hash = link.hash; if (!hash || !TAB_MAP.hasOwnProperty(hash)) return;<!-- [et_pb_line_break_holder] -->    e.preventDefault(); e.stopPropagation();<!-- [et_pb_line_break_holder] -->    switchTab(TAB_MAP[hash]);<!-- [et_pb_line_break_holder] -->    pinToTop(800);<!-- [et_pb_line_break_holder] -->  }, true);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Page load with a hash: open the right tab, stay at the top, no jump.<!-- [et_pb_line_break_holder] -->  if (history.scrollRestoration) history.scrollRestoration = 'manual';<!-- [et_pb_line_break_holder] -->  var initialHash = window.location.hash;<!-- [et_pb_line_break_holder] -->  if (TAB_MAP.hasOwnProperty(initialHash)) {<!-- [et_pb_line_break_holder] -->    var target = TAB_MAP[initialHash];<!-- [et_pb_line_break_holder] -->    history.replaceState(null, '', window.location.pathname + window.location.search);<!-- [et_pb_line_break_holder] -->    pinToTop(1500);<!-- [et_pb_line_break_holder] -->    var attempts = 0;<!-- [et_pb_line_break_holder] -->    var poll = setInterval(function () {<!-- [et_pb_line_break_holder] -->      attempts++;<!-- [et_pb_line_break_holder] -->      if (switchTab(target) || attempts >= 60) { clearInterval(poll); window.scrollTo(0, 0); }<!-- [et_pb_line_break_holder] -->    }, 100);<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->})();<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;95%&#8221; max_width_tablet=&#8221;95%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;90px||90px|0px|true|false&#8221; custom_padding_tablet=&#8221;20px||20px|0px|true|false&#8221; custom_padding_phone=&#8221;0px|0px|0px|0px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#FFFFFF&#8221; link_font=&#8221;&#8211;et_global_body_font|600|||on|||#FFC400|&#8221; link_text_color=&#8221;#FFC400&#8243; header_font=&#8221;|600|||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;5vw&#8221; header_line_height=&#8221;1.1em&#8221; width_last_edited=&#8221;off|desktop&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||0px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; header_font_size_tablet=&#8221;45px&#8221; header_font_size_phone=&#8221;34px&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1>Contact Our Fleet<br \/>\nManagement Experts<br \/>\n<\/h1>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;66px|0px|0px||false|false&#8221; custom_padding_tablet=&#8221;|0px|||false|false&#8221; custom_padding_phone=&#8221;30px||30px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;90%&#8221; max_width=&#8221;93%&#8221; custom_margin=&#8221;0px|auto|0px|auto|false|false&#8221; custom_margin_tablet=&#8221;60px|auto||auto|false|false&#8221; custom_margin_phone=&#8221;30px|auto||auto|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding_tablet=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding_phone=&#8221;0px|0px|0px|0px|true|true&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;margin:auto;&#8221; global_colors_info=&#8221;{}&#8221;][dipi_advanced_tabs tab_animation=&#8221;fadeInLeftShort&#8221; dipi_animation_duration=&#8221;500&#8243; enable_tabs_slider=&#8221;on&#8221; enable_ts_on_pho=&#8221;on&#8221; tabs_per_view_pho=&#8221;1.5&#8243; ts_navigation_pho=&#8221;on&#8221; ts_navigation_vertical_position_pho=&#8221;1&#8243; tabs_max_width=&#8221;500px&#8221; tabs_container_padding=&#8221;0px|0px|0px|0px|true|true&#8221; tabs_container_margin=&#8221;0px|0px|0px|0px|false|true&#8221; tabs_item_padding=&#8221;20px|20px|20px|20px|true|true&#8221; tabs_item_margin=&#8221;0px|0px|10px|0px|false|false&#8221; tabs_active_item_padding=&#8221;20px|20px|20px|20px|true|true&#8221; tabs_active_item_margin=&#8221;0px|0px|10px|0px|false|false&#8221; content_padding=&#8221;0px|0px|0px|0px|true|false&#8221; content_margin=&#8221;0px|0px|10px|0px|false|false&#8221; content_bg_color=&#8221;#EDF4FD&#8221; tabs_item_bg_color=&#8221;RGBA(255,255,255,0)&#8221; navigation_prev_icon_yn=&#8221;on&#8221; navigation_prev_icon=&#8221;&#xe03b;||divi||400&#8243; navigation_next_icon_yn=&#8221;on&#8221; navigation_next_icon=&#8221;&#xe03c;||divi||400&#8243; navigation_bg_color=&#8221;RGBA(255,255,255,0)&#8221; content_padding_tablet=&#8221;0px|0px|0px|0px|true|false&#8221; content_padding_phone=&#8221;|||||true&#8221; content_padding_last_edited=&#8221;on|phone&#8221; content_margin_tablet=&#8221;0px|0px|10px|0px|false|false&#8221; content_margin_phone=&#8221;10px|||0px|false|false&#8221; content_margin_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;&#8211;et_global_body_font|600|||||||&#8221; title_text_align=&#8221;center&#8221; title_text_color=&#8221;#001544&#8243; title_active_font=&#8221;&#8211;et_global_body_font||||||||&#8221; subtitle_text_color=&#8221;#60728D&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;||||false|false&#8221; custom_css_main_element=&#8221;margin-bottom:20px !important;&#8221; custom_css_free_form=&#8221;\/* Force the form module to size to its actual content *\/||.dipi_advanced_tabs_0 .dipi-at-panel-content .et_pb_column_4 .et_pb_module,||.dipi_advanced_tabs_0 .dipi-at-panel-content .et_pb_column:last-child .et_pb_module {||    height: auto !important;||    min-height: 0 !important;||}||||\/* Hide any empty confirmation\/message containers *\/||.dipi_advanced_tabs_0 form + div:empty,||.dipi_advanced_tabs_0 .gform_confirmation_wrapper:empty,||.dipi_advanced_tabs_0 .frm_message:empty {||    display: none !important;||}&#8221; custom_css_content_container=&#8221;min-height: 475px;&#8221; border_width_all=&#8221;0px&#8221; border_radii_content_wrapper=&#8221;on|10px|10px|10px|10px&#8221; border_width_all_tabs_wrapper=&#8221;0px&#8221; border_color_bottom_tabs_wrapper=&#8221;#20202E&#8221; border_color_all_tabs_item=&#8221;#001605&#8243; border_width_bottom_tabs_item=&#8221;1px&#8221; border_color_all_tabs_item_active=&#8221;#2E6DB5&#8243; border_width_bottom_tabs_item_active=&#8221;5px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; custom_css_content_container_last_edited=&#8221;on|phone&#8221; custom_css_content_container_tablet=&#8221; min-height: 350px;&#8221; custom_css_content_container_phone=&#8221; &#8220;][dipi_advanced_tabs_item title=&#8221;Driver Support&#8221; is_default_tab=&#8221;on&#8221; ul_type=&#8221;circle&#8221; admin_label=&#8221;Driver Support&#8221; tab_media=&#8221;none&#8221; tab_image_placement=&#8221;top&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;&#8211;et_global_body_font||||||||&#8221; title_text_color=&#8221;#001544&#8243; title_font_size=&#8221;16px&#8221; subtitle_text_color=&#8221;#60728D&#8221; text_font=&#8221;&#8211;et_global_body_font||||||||&#8221; text_text_color=&#8221;#60728D&#8221; text_font_size=&#8221;16px&#8221; text_line_height=&#8221;1.5em&#8221; ul_text_color=&#8221;#60728D&#8221; ul_line_height=&#8221;1.6em&#8221; header_font=&#8221;|600|||||||&#8221; header_text_color=&#8221;#001544&#8243; header_2_font=&#8221;|600|||||||&#8221; header_2_text_color=&#8221;#001544&#8243; header_3_font=&#8221;|600|||||||&#8221; header_3_text_color=&#8221;#2E6DB5&#8243; header_4_font=&#8221;|600|||||||&#8221; header_4_text_color=&#8221;#2E6DB5&#8243; header_5_font=&#8221;|600|||||||&#8221; header_5_text_color=&#8221;#001544&#8243; header_6_font=&#8221;|600|||||||&#8221; header_6_text_color=&#8221;#001544&#8243; background_color=&#8221;#EDF4FD&#8221; background_enable_color=&#8221;on&#8221; width=&#8221;100%&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; border_width_bottom_tab_image_active=&#8221;5px&#8221; border_color_bottom_tab_image_active=&#8221;#963EFF&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n[et_pb_section global_module=\"22989053\"][\/et_pb_section]\n<p>[\/dipi_advanced_tabs_item][dipi_advanced_tabs_item module_id=&#8221;talk-to-sales&#8221; title=&#8221;Talk To Sales&#8221; ul_type=&#8221;circle&#8221; admin_label=&#8221;Talk To Sales&#8221; tab_media=&#8221;none&#8221; tab_image_placement=&#8221;top&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;&#8211;et_global_body_font||||||||&#8221; title_text_color=&#8221;#001544&#8243; title_font_size=&#8221;16px&#8221; subtitle_text_color=&#8221;#60728D&#8221; text_font=&#8221;&#8211;et_global_body_font||||||||&#8221; text_text_color=&#8221;#60728D&#8221; text_font_size=&#8221;16px&#8221; text_line_height=&#8221;1.5em&#8221; ul_text_color=&#8221;#60728D&#8221; ul_line_height=&#8221;1.6em&#8221; header_font=&#8221;|600|||||||&#8221; header_text_color=&#8221;#001544&#8243; header_2_font=&#8221;|600|||||||&#8221; header_2_text_color=&#8221;#001544&#8243; header_3_font=&#8221;|600|||||||&#8221; header_3_text_color=&#8221;#2E6DB5&#8243; header_4_font=&#8221;|600|||||||&#8221; header_4_text_color=&#8221;#2E6DB5&#8243; header_5_font=&#8221;|600|||||||&#8221; header_5_text_color=&#8221;#001544&#8243; header_6_font=&#8221;|600|||||||&#8221; header_6_text_color=&#8221;#001544&#8243; background_color=&#8221;#EDF4FD&#8221; background_enable_color=&#8221;on&#8221; width=&#8221;100%&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; border_width_bottom_tab_image_active=&#8221;5px&#8221; border_color_bottom_tab_image_active=&#8221;#963EFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_section global_module=\"22989104\"][\/et_pb_section][\/dipi_advanced_tabs_item][dipi_advanced_tabs_item module_id=&#8221;all-other-inquiries&#8221; title=&#8221;All Other Inquiries&#8221; is_default_tab=&#8221;on&#8221; ul_type=&#8221;circle&#8221; admin_label=&#8221;All Other Inquiries&#8221; tab_media=&#8221;none&#8221; tab_image_placement=&#8221;top&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;&#8211;et_global_body_font||||||||&#8221; title_text_color=&#8221;#001544&#8243; title_font_size=&#8221;16px&#8221; subtitle_text_color=&#8221;#60728D&#8221; text_font=&#8221;&#8211;et_global_body_font||||||||&#8221; text_text_color=&#8221;#60728D&#8221; text_font_size=&#8221;16px&#8221; text_line_height=&#8221;1.5em&#8221; ul_text_color=&#8221;#60728D&#8221; ul_line_height=&#8221;1.6em&#8221; header_font=&#8221;|600|||||||&#8221; header_text_color=&#8221;#001544&#8243; header_2_font=&#8221;|600|||||||&#8221; header_2_text_color=&#8221;#001544&#8243; header_3_font=&#8221;|600|||||||&#8221; header_3_text_color=&#8221;#2E6DB5&#8243; header_4_font=&#8221;|600|||||||&#8221; header_4_text_color=&#8221;#2E6DB5&#8243; header_5_font=&#8221;|600|||||||&#8221; header_5_text_color=&#8221;#001544&#8243; header_6_font=&#8221;|600|||||||&#8221; header_6_text_color=&#8221;#001544&#8243; background_color=&#8221;#EDF4FD&#8221; background_enable_color=&#8221;on&#8221; width=&#8221;100%&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; border_width_bottom_tab_image_active=&#8221;5px&#8221; border_color_bottom_tab_image_active=&#8221;#963EFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_section global_module=\"22989106\"][\/et_pb_section][\/dipi_advanced_tabs_item][\/dipi_advanced_tabs][\/et_pb_column][\/et_pb_row][et_pb_row make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;90%&#8221; max_width=&#8221;93%&#8221; custom_margin=&#8221;66px|auto||auto|false|false&#8221; custom_margin_tablet=&#8221;60px|auto||auto|false|false&#8221; custom_margin_phone=&#8221;30px|auto||auto|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding_tablet=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding_phone=&#8221;0px|0px|0px|0px|true|true&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;margin:auto;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;&#8211;et_global_heading_font|&#8211;et_global_body_font_weight|||||||&#8221; text_text_color=&#8221;#001544&#8243; header_text_align=&#8221;left&#8221; header_2_font=&#8221;&#8211;et_global_heading_font|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#001544&#8243; header_2_font_size=&#8221;38px&#8221; max_width=&#8221;900px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; custom_padding_tablet=&#8221;0px||0px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;32px&#8221; header_2_font_size_phone=&#8221;30px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Our Locations<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; max_width=&#8221;90%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#063b83&#8243; custom_padding=&#8221;20px|20px|20px|20px|true|true&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Schaumburg \u2013 U.S.&#8221; image=&#8221;https:\/\/www.wheels.com\/wp-content\/uploads\/2026\/04\/ChicagoMap.jpg&#8221; content_max_width=&#8221;100%&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;&#8211;et_global_heading_font|600|||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_link_text_color=&#8221;#FFFFFF&#8221; border_radii_image=&#8221;on|5px|5px|5px|5px&#8221; global_colors_info=&#8221;{}&#8221; body_link_text_color__hover_enabled=&#8221;on|hover&#8221; body_link_text_color__hover=&#8221;#FFC400&#8243;]<\/p>\n<p>Phone: <a href=\"tel:8476997000\">847 699 7000<\/a><br \/>1299 Zurich Way #401e, Schaumburg, IL 60196<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#063b83&#8243; custom_padding=&#8221;20px|20px|20px|20px|true|true&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Alpharetta \u2013 U.S.&#8221; image=&#8221;https:\/\/www.wheels.com\/wp-content\/uploads\/2026\/04\/AtlantaMap.jpg&#8221; content_max_width=&#8221;100%&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;&#8211;et_global_heading_font|600|||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_link_text_color=&#8221;#FFFFFF&#8221; border_radii_image=&#8221;on|5px|5px|5px|5px&#8221; global_colors_info=&#8221;{}&#8221; body_link_text_color__hover_enabled=&#8221;on|hover&#8221; body_link_text_color__hover=&#8221;#FFC400&#8243;]<\/p>\n<p>Phone: <a href=\"tel:8003236644\">800 323 6644<\/a><br \/>1165 Sanctuary Pkwy, Alpharetta, GA 30009<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#063b83&#8243; custom_padding=&#8221;20px|20px|20px|20px|true|true&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Mississauga \u2013 Canada&#8221; image=&#8221;https:\/\/www.wheels.com\/wp-content\/uploads\/2026\/04\/TorontoMap.jpg&#8221; content_max_width=&#8221;100%&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;&#8211;et_global_heading_font|600|||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_link_text_color=&#8221;#FFFFFF&#8221; border_radii_image=&#8221;on|5px|5px|5px|5px&#8221; global_colors_info=&#8221;{}&#8221; body_link_text_color__hover_enabled=&#8221;on|hover&#8221; body_link_text_color__hover=&#8221;#FFC400&#8243;]<\/p>\n<p>Phone: <a href=\"tel:9053631010\">905 363 1010<\/a><br \/>6733 Mississauga Rd #310, Mississauga,<br \/>ON L5N 6J5, Canada<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;90%&#8221; max_width=&#8221;93%&#8221; custom_margin=&#8221;36px|auto||auto|false|false&#8221; custom_margin_tablet=&#8221;30px|auto||auto|false|false&#8221; custom_margin_phone=&#8221;30px|auto||auto|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding_tablet=&#8221;0px|0px|0px|0px|false|true&#8221; custom_padding_phone=&#8221;0px|0px|0px|0px|true|true&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/www.wheels.com\/wp-content\/uploads\/2026\/06\/Canada-Slider-4-1.jpg&#8221; custom_padding=&#8221;||||false|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_divider show_divider=&#8221;off&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;150px&#8221; min_height_tablet=&#8221;250px&#8221; min_height_phone=&#8221;150px&#8221; min_height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;10vw||10vw||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;margin:auto;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;&#8211;et_global_heading_font|&#8211;et_global_body_font_weight|||||||&#8221; text_text_color=&#8221;#001544&#8243; header_text_align=&#8221;left&#8221; header_2_font=&#8221;&#8211;et_global_heading_font|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#001544&#8243; header_2_font_size=&#8221;38px&#8221; header_4_font=&#8221;&#8211;et_global_body_font|600|||||||&#8221; header_4_text_color=&#8221;#2E6DB5&#8243; custom_padding=&#8221;0px||0px||true|false&#8221; custom_padding_tablet=&#8221;0px||0px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;32px&#8221; header_2_font_size_phone=&#8221;30px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Why Choose Wheels?<br \/>\n<\/h2>\n<h4>We Measure Our Success by Your Success<\/h4>\n<p>At Wheels, our customer focus means more than just delivering great service. Every action we take is shaped by a relentless commitment to meeting and exceeding your expectations. We\u2019ve spent decades building a business and creating a culture around you and your needs.<\/p>\n<p>We invite you to explore the strategies we\u2019ve helped fleet leaders implement. See how we help drive their organization\u2019s missions forward, and maximize the value of their fleets.[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; overflow-x=&#8221;hidden&#8221; custom_padding=&#8221;66px||66px||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;0px||30px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; max_width=&#8221;2560px&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;40px||||false|false&#8221; custom_padding_phone=&#8221;30px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;&#8211;et_global_heading_font|&#8211;et_global_body_font_weight|||||||&#8221; header_2_font=&#8221;&#8211;et_global_heading_font|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#001544&#8243; header_2_font_size=&#8221;38px&#8221; text_orientation=&#8221;center&#8221; header_2_font_size_tablet=&#8221;32px&#8221; header_2_font_size_phone=&#8221;30px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>View Our Client Success Stories<\/h2>\n<p>[\/et_pb_text][resources_featured post_source=&#8221;manual&#8221; post_count=&#8221;3&#8243; resource_type_filter=&#8221;success-stories&#8221; display_mode=&#8221;grid&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/resources_featured][dipi_faq _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dipi_faq][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_2,1_4&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#063b83&#8243; width=&#8221;90%&#8221; max_width=&#8221;2560px&#8221; custom_margin=&#8221;66px||||false|false&#8221; custom_margin_tablet=&#8221;40px||||false|false&#8221; custom_margin_phone=&#8221;30px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.wheels.com\/wp-content\/uploads\/2026\/02\/CTA-Pathway-Left.svg&#8221; alt=&#8221;CTA-Pathway-Left&#8221; title_text=&#8221;CTA-Pathway-Left&#8221; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;35%&#8221; width_phone=&#8221;40%&#8221; width_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;margin:auto;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;&#8211;et_global_heading_font|&#8211;et_global_body_font_weight|||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_2_font=&#8221;&#8211;et_global_heading_font|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;38px&#8221; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;40px|0px|20px|0px|false|true&#8221; custom_padding_tablet=&#8221;|20px||20px|false|true&#8221; custom_padding_phone=&#8221;|20px||20px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;32px&#8221; header_2_font_size_phone=&#8221;30px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Interested in Becoming a Supplier Partner with Wheels?<\/h2>\n<p>Our suppliers have the opportunity to engage with a financially strong fleet partner and many of the best businesses in the world. When you work with Wheels, you benefit from timely payments, experience celebrated diversity, collaborate on continuous improvement projects, and more. Contact us today to learn more about the benefits of partnering with Wheels.[\/et_pb_text][et_pb_button button_url=&#8221;\/contact\/#all-other-inquiries&#8221; button_text=&#8221;All Other Inquiries&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;15px&#8221; button_text_color=&#8221;#001544&#8243; button_bg_color=&#8221;#FFC400&#8243; button_border_width=&#8221;1px&#8221; button_border_radius=&#8221;50px&#8221; button_font=&#8221;&#8211;et_global_body_font|600|||||||&#8221; button_use_icon=&#8221;off&#8221; custom_margin=&#8221;||40px||false|false&#8221; custom_padding=&#8221;8px|25px|8px|25px|true|true&#8221; global_colors_info=&#8221;{}&#8221; button_bg_color__hover_enabled=&#8221;on|hover&#8221; button_bg_color__hover=&#8221;#FFFFFF&#8221; button_bg_enable_color__hover=&#8221;on&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||flex-direction: column;||justify-content: flex-end;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.wheels.com\/wp-content\/uploads\/2026\/02\/CTA-Pathway-Right.svg&#8221; alt=&#8221;CTA-Pathway-Right&#8221; title_text=&#8221;CTA-Pathway-Right&#8221; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; position_origin_a=&#8221;bottom_right&#8221; position_origin_f=&#8221;bottom_right&#8221; position_origin_r=&#8221;bottom_right&#8221; width_tablet=&#8221;40%&#8221; width_phone=&#8221;45%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;right&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Contact Our Fleet Management Experts <div class=\"et_pb_module dipi_advanced_tabs dipi_advanced_tabs_0\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module_inner\">\n\t\t\t\t\t<div class=\"dipi-advanced-tabs dipi-at-container dipi-advanced-tabs-front\"  data-tab_animation=\"&#8221;fadeInLeftShort&#8221;\" data-animation_duration=\"&#8221;500&#8243;\" data-activate_on_hover=\"off\" data-activate_first_tab_as_placeholder=\"on\" data-use_sticky_tabs=\"\" data-use_scroll_to_content=\"{&quot;desktop&quot;:&quot;&quot;,&quot;tablet&quot;:&quot;&quot;,&quot;phone&quot;:&quot;&quot;}\" data-scroll_to_content_offset=\"{&quot;desktop&quot;:&quot;0px&quot;,&quot;tablet&quot;:&quot;0px&quot;,&quot;phone&quot;:&quot;0px&quot;}\" data-ts_navigation_vertical_position=\"{&quot;desktop&quot;:&quot;50&quot;,&quot;tablet&quot;:&quot;50&quot;,&quot;phone&quot;:&quot;&amp;#8221;1&amp;#8243;&quot;}\" data-ts_navigation_horizontal_position=\"{&quot;desktop&quot;:&quot;0&quot;,&quot;tablet&quot;:&quot;0&quot;,&quot;phone&quot;:&quot;0&quot;}\" data-sticky_distance=\"55px\" data-sticky_distance_tablet=\"55px\" data-sticky_distance_phone=\"\" data-admin_bar_space=\"\" data-turn_off_sticky=\"none\" data-module_class=\"dipi_advanced_tabs_0\" data-default_tab=\"0\">\n                    <div class=\"dipi-at-tabs-container \" data-slider=''   >\n                        <div class=\"dipi-at-tabs has-arrow arrow-place-top arrow-allign-start\"><\/div>\n                    <\/div>\n                    <div class=\"dipi-at-panels\"><\/div>\n                <\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">Who we are<\/h2>\r\n<!-- \/wp:heading -->\r\n<!-- wp:paragraph -->\r\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: <\/strong>Our website address is: https:\/\/www.wheels.com.<\/p>\r\n<!-- \/wp:paragraph -->\r\n<!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">Comments<\/h2>\r\n<!-- \/wp:heading -->\r\n<!-- wp:paragraph -->\r\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: <\/strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor\u2019s IP address and browser user agent string to help spam detection.<\/p>\r\n<!-- \/wp:paragraph -->\r\n<!-- wp:paragraph -->\r\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https:\/\/automattic.com\/privacy\/. After approval of your comment, your profile picture is visible to the public in the context of your comment.<\/p>\r\n<!-- \/wp:paragraph -->\r\n<!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">Media<\/h2>\r\n<!-- \/wp:heading -->\r\n<!-- wp:paragraph -->\r\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: <\/strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.<\/p>\r\n<!-- \/wp:paragraph -->\r\n<!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">Cookies<\/h2>\r\n<!-- \/wp:heading -->\r\n<!-- wp:paragraph -->\r\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: <\/strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.<\/p>\r\n<!-- \/wp:paragraph -->\r\n<!-- wp:paragraph -->\r\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.<\/p>\r\n<!-- \/wp:paragraph -->\r\n<!-- wp:paragraph -->\r\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select \"Remember Me\", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.<\/p>\r\n<!-- \/wp:paragraph -->\r\n<!-- wp:paragraph -->\r\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.<\/p>\r\n<!-- \/wp:paragraph -->\r\n<!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">Embedded content from other websites<\/h2>\r\n<!-- \/wp:heading -->\r\n<!-- wp:paragraph -->\r\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: <\/strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.<\/p>\r\n<!-- \/wp:paragraph -->\r\n<!-- wp:paragraph -->\r\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.<\/p>\r\n<!-- \/wp:paragraph -->\r\n<!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">Who we share your data with<\/h2>\r\n<!-- \/wp:heading -->\r\n<!-- wp:paragraph -->\r\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: <\/strong>If you request a password reset, your IP address will be included in the reset email.<\/p>\r\n<!-- \/wp:paragraph -->\r\n<!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">How long we retain your data<\/h2>\r\n<!-- \/wp:heading -->\r\n<!-- wp:paragraph -->\r\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: <\/strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.<\/p>\r\n<!-- \/wp:paragraph -->\r\n<!-- wp:paragraph -->\r\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.<\/p>\r\n<!-- \/wp:paragraph -->\r\n<!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">What rights you have over your data<\/h2>\r\n<!-- \/wp:heading -->\r\n<!-- wp:paragraph -->\r\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: <\/strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.<\/p>\r\n<!-- \/wp:paragraph -->\r\n<!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">Where your data is sent<\/h2>\r\n<!-- \/wp:heading -->\r\n<!-- wp:paragraph -->\r\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: <\/strong>Visitor comments may be checked through an automated spam detection service.<\/p>\r\n<!-- \/wp:paragraph -->\r\n","_et_gb_content_width":"","footnotes":""},"dipi_cpt_category":[],"class_list":["post-22989045","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contact Wheels | Fleet Management Experts &amp; Support<\/title>\n<meta name=\"description\" content=\"Contact Wheels for driver support, sales inquiries, or general questions. Reach our fleet management experts by phone, email, or form, available around the clock.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.wheels.com\/public\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact Wheels | Fleet Management Experts &amp; Support\" \/>\n<meta property=\"og:description\" content=\"Contact Wheels for driver support, sales inquiries, or general questions. Reach our fleet management experts by phone, email, or form, available around the clock.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wheels.com\/public\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"Wheels\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-23T22:39:43+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.wheels.com\\\/public\\\/contact\\\/\",\"url\":\"https:\\\/\\\/www.wheels.com\\\/public\\\/contact\\\/\",\"name\":\"Contact Wheels | Fleet Management Experts & Support\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.wheels.com\\\/public\\\/#website\"},\"datePublished\":\"2026-04-13T14:37:19+00:00\",\"dateModified\":\"2026-06-23T22:39:43+00:00\",\"description\":\"Contact Wheels for driver support, sales inquiries, or general questions. Reach our fleet management experts by phone, email, or form, available around the clock.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.wheels.com\\\/public\\\/contact\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.wheels.com\\\/public\\\/contact\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.wheels.com\\\/public\\\/contact\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.wheels.com\\\/public\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.wheels.com\\\/public\\\/#website\",\"url\":\"https:\\\/\\\/www.wheels.com\\\/public\\\/\",\"name\":\"Wheels\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.wheels.com\\\/public\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact Wheels | Fleet Management Experts & Support","description":"Contact Wheels for driver support, sales inquiries, or general questions. Reach our fleet management experts by phone, email, or form, available around the clock.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.wheels.com\/public\/contact\/","og_locale":"en_US","og_type":"article","og_title":"Contact Wheels | Fleet Management Experts & Support","og_description":"Contact Wheels for driver support, sales inquiries, or general questions. Reach our fleet management experts by phone, email, or form, available around the clock.","og_url":"https:\/\/www.wheels.com\/public\/contact\/","og_site_name":"Wheels","article_modified_time":"2026-06-23T22:39:43+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.wheels.com\/public\/contact\/","url":"https:\/\/www.wheels.com\/public\/contact\/","name":"Contact Wheels | Fleet Management Experts & Support","isPartOf":{"@id":"https:\/\/www.wheels.com\/public\/#website"},"datePublished":"2026-04-13T14:37:19+00:00","dateModified":"2026-06-23T22:39:43+00:00","description":"Contact Wheels for driver support, sales inquiries, or general questions. Reach our fleet management experts by phone, email, or form, available around the clock.","breadcrumb":{"@id":"https:\/\/www.wheels.com\/public\/contact\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wheels.com\/public\/contact\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.wheels.com\/public\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.wheels.com\/public\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/www.wheels.com\/public\/#website","url":"https:\/\/www.wheels.com\/public\/","name":"Wheels","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wheels.com\/public\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.wheels.com\/public\/wp-json\/wp\/v2\/pages\/22989045","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wheels.com\/public\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.wheels.com\/public\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.wheels.com\/public\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wheels.com\/public\/wp-json\/wp\/v2\/comments?post=22989045"}],"version-history":[{"count":0,"href":"https:\/\/www.wheels.com\/public\/wp-json\/wp\/v2\/pages\/22989045\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.wheels.com\/public\/wp-json\/wp\/v2\/media?parent=22989045"}],"wp:term":[{"taxonomy":"dipi_cpt_category","embeddable":true,"href":"https:\/\/www.wheels.com\/public\/wp-json\/wp\/v2\/dipi_cpt_category?post=22989045"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}