301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
404 status code means that the requested page or resource was not found on the server.
The user sees an error message, and search engines may remove the page from their index.
GET / HTTP/1.1 Host: ai1.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html dir="ltr" lang="en" prefix="og: https://ogp.me/ns#" > <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://ai1.com/xmlrpc.php"> <title>Page not found – Automotive Innovations</title> <!-- All in One SEO 4.2.9 - aioseo.com --> <meta name="robots" content="noindex" /> <meta name="generator" content="All in One SEO (AIOSEO) 4.2.9 " /> <script type="application/ld+json" class="aioseo-schema"> {"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/ai1.com\/403.shtml\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/ai1.com\/#listItem","position":1,"item":{"@type":"WebPage","@id":"https:\/\/ai1.com\/","name":"Home","description":"Accessible Vehicle Sales & Service","url":"https:\/\/ai1.com\/"},"nextItem":"https:\/\/ai1.com\/403.shtml\/#listItem"},{"@type":"ListItem","@id":"https:\/\/ai1.com\/403.shtml\/#listItem","position":2,"item":{"@type":"WebPage","@id":"https:\/\/ai1.com\/403.shtml\/","name":"Not Found","url":"https:\/\/ai1.com\/403.shtml\/"},"previousItem":"https:\/\/ai1.com\/#listItem"}]},{"@type":"Organization","@id":"https:\/\/ai1.com\/#organization","name":"Automotive Innovations","url":"https:\/\/ai1.com\/"},{"@type":"WebPage","@id":"https:\/\/ai1.com\/403.shtml\/#webpage","url":"https:\/\/ai1.com\/403.shtml\/","inLanguage":"en","isPartOf":{"@id":"https:\/\/ai1.com\/#website"},"breadcrumb":{"@id":"https:\/\/ai1.com\/403.shtml\/#breadcrumblist"}},{"@type":"WebSite","@id":"https:\/\/ai1.com\/#website","url":"https:\/\/ai1.com\/","name":"Automotive Innovations","description":"Accessible Vehicle Sales & Service","inLanguage":"en","publisher":{"@id":"https:\/\/ai1.com\/#organization"}}]} </script> <!-- All in One SEO --> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="Automotive Innovations » Feed" href="https://ai1.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Automotive Innovations » Comments Feed" href="https://ai1.com/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v8.12.1 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=UA-39740102-1" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '8.12.1'; var mi_track_user = true; var mi_no_track_reason = ''; var disableStrs = [ 'ga-disable-UA-39740102-1', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.ua; __gtagDataLayer(type, name, parameters); } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); __gtagTracker('config', 'UA-39740102-1', {"forceSSL":"true","link_attribution":"true","page_path":'\/404.html?page=' + document.location.pathname + document.location.search + '&from=' + document.referrer} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/ai1.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.1.7"}}; /*! This file is auto-generated */ !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(p&&p.fillText)switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([129777,127995,8205,129778,127999],[129777,127995,8203,129778,127999])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://ai1.com/wp-includes/css/dist/block-library/style.min.css?ver=6.1.7' type='text/css' media='all' /> <link rel='stylesheet' id='classic-theme-styles-css' href='https://ai1.com/wp-includes/css/classic-themes.min.css?ver=1' type='text/css' media='all' /> <style id='global-styles-inline-css' type='text/css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-columns.is-layout-flex){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='laptop-repair-font-css' href='//fonts.googleapis.com/css?family=Roboto+Condensed%3A300%2C400%2C600%2C700%2C800%2C900%7CLato%3A100%2C100i%2C300%2C300i%2C400%2C400i%2C700%2C700i%2C900%2C900i%7CRoboto%3A100%2C100i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C700%2C700i%2C900%2C900i%7COpen+Sans%3A300%2C300i%2C400%2C400i%2C600%2C600i%2C700%2C700i%2C800%2C800i%7CAssistant%3A200%2C300%2C400%2C600%2C700%2C800%7CLora%3A400%2C400i%2C700%2C700i%7CAnton%3A400%7CMerriweather%3A300%2C300i%2C400%2C400i%2C700%2C700i%2C900%2C900i&ver=6.1.7' type='text/css' media='all' /> <link rel='stylesheet' id='laptop-repair-basic-style-css' href='https://ai1.com/wp-content/themes/laptop-repair/style.css?ver=6.1.7' type='text/css' media='all' /> <link rel='stylesheet' id='laptop-repair-main-style-css' href='https://ai1.com/wp-content/themes/laptop-repair/css/responsive.css?ver=6.1.7' type='text/css' media='all' /> <link rel='stylesheet' id='laptop-repair-editor-style-css' href='https://ai1.com/wp-content/themes/laptop-repair/editor-style.css?ver=6.1.7' type='text/css' media='all' /> <link rel='stylesheet' id='laptop-repair-animation-style-css' href='https://ai1.com/wp-content/themes/laptop-repair/css/animation.css?ver=6.1.7' type='text/css' media='all' /> <link rel='stylesheet' id='nivo-slider-css' href='https://ai1.com/wp-content/themes/laptop-repair/css/nivo-slider.css?ver=6.1.7' type='text/css' media='all' /> <link rel='stylesheet' id='laptop-repair-base-style-css' href='https://ai1.com/wp-content/themes/laptop-repair/css/style_base.css?ver=6.1.7' type='text/css' media='all' /> <link rel='stylesheet' id='laptop-repair-custom-style-css' href='https://ai1.com/wp-content/themes/laptop-repair/css/laptop-repair-custom-style.css?ver=6.1.7' type='text/css' media='all' /> <style id='laptop-repair-custom-style-inline-css' type='text/css'> #sidebar ul li a:hover, .cols-3 ul li.current_page_item a, .phone-no strong, .left a:hover, .blog_lists h4 a:hover, .recent-post h6 a:hover, .recent-post a:hover, .design-by a, .fancy-title h2 span, .postmeta a:hover, .logo h2, .left-fitbox a:hover h3, .right-fitbox a:hover h3, .tagcloud a, .slide_info h2 span, .homefour_section_content h2 span, .section5-column:hover h3, .footer-row span, .hm-rightcols h2 small, .sitenav ul li.current_page_item a, .sitenav ul li a:hover, .footerarea a:hover, .copyright-txt a:hover { color: #1d4263 !important; } .pagination .nav-links span.current, .pagination .nav-links a:hover, #commentform input#submit:hover, .nivo-controlNav a.active, .wpcf7 input[type='submit'], a.ReadMore, .section2button, input.search-submit, .slide_info .slide_more:hover, .recent-post .morebtn:hover, .footersocial .social-icons a:hover, .homefour_section_content .button, .perf-thumb, .yellowdivide, .sitenav ul li:last-child a, .blocksboxbg:hover { background-color: #1d4263 !important; } .titleborder span:after, .perf-thumb:before{border-bottom-color: #1d4263 !important;} .perf-thumb:after{border-top-color: #1d4263 !important;} .section5-column:hover .section5-column-inner{border-color: #1d4263 !important;} </style> <script type='text/javascript' src='https://ai1.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.12.1' id='monsterinsights-frontend-script-js'></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/ai1.com","hash_tracking":"false","ua":"UA-39740102-1","v4_id":""};/* ]]> */ </script> <script type='text/javascript' src='https://ai1.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.1' id='jquery-core-js'></script> <script type='text/javascript' src='https://ai1.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script> <script type='text/javascript' src='https://ai1.com/wp-content/themes/laptop-repair/js/jquery.nivo.slider.js?ver=6.1.7' id='jquery-nivo-js'></script> <script type='text/javascript' src='https://ai1.com/wp-content/themes/laptop-repair/js/custom.js?ver=6.1.7' id='laptop-repair-custom-js-js'></script> <link rel="https://api.w.org/" href="https://ai1.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://ai1.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://ai1.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 6.1.7" /> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <style type="text/css"> .header { background: url(https://ai1.com/wp-content/uploads/2020/04/ai1-banner-bkgrnd-fade.jpg) no-repeat; background-position: center top; background-size:cover; } </style> <link rel="icon" href="https://ai1.com/wp-content/uploads/2020/04/cropped-AI1-LOGO-lg-32x32.jpg" sizes="32x32" /> <link rel="icon" href="https://ai1.com/wp-content/uploads/2020/04/cropped-AI1-LOGO-lg-192x192.jpg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://ai1.com/wp-content/uploads/2020/04/cropped-AI1-LOGO-lg-180x180.jpg" /> <meta name="msapplication-TileImage" content="https://ai1.com/wp-content/uploads/2020/04/cropped-AI1-LOGO-lg-270x270.jpg" /> </head> <body class="error404"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><div class="header"> <div class="container"> <div class="logo"> <div class="clear"></div> <a href="https://ai1.com/"> <h2 class="site-title">Automotive Innovations</h2> <p class="site-description">Accessible Vehicle Sales & Service</p> </a> </div> <div class="header-right"> <div class="emltp"> <img src="https://ai1.com/wp-content/themes/laptop-repair/images/mail-icon.png"><span>shop@ai1.com</span></div> <div class="sintp"><img src="https://ai1.com/wp-content/themes/laptop-repair/images/phone-icon.png"><span>508-697-6006</span></div> <div class="header-social-icons"><div class="social-icons"> <a title="Facebook" class="fb" target="_blank" href="https://www.facebook.com/automotiveinnovations"></a> <a title="Twitter" class="tw" target="_blank" href="https://twitter.com/JimInnovations"></a> <a title="Youtube" class="tube" target="_blank" href="https://www.youtube.com/user/ai1wheelchairvans/videos"></a> <a title="Linkedin" class="in" target="_blank" href="https://www.linkedin.com/in/jim-sanders-0b953738/"></a> </div></div> <div class="clear"></div> </div> <div class="clear"></div> <div id="topmenu"> <div class="toggle"><a class="toggleMenu" href="#" style="display:none;">Menu</a></div> <div class="sitenav"> <div class="menu-main-top-container"><ul id="menu-main-top" class="menu"><li id="menu-item-163" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-163"><a href="https://ai1.com/our-current-inventory/">Inventory</a></li> <li id="menu-item-20" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20"><a href="https://ai1.com/services/">Services</a></li> <li id="menu-item-24" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-24"><a href="https://ai1.com/products/">Products</a> <ul class="sub-menu"> <li id="menu-item-126" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-126"><a href="https://ai1.com/hand-controls-2/">Hand Controls</a></li> <li id="menu-item-112" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-112"><a href="https://ai1.com/reduced-effort-controls/">Reduced Effort Controls</a></li> <li id="menu-item-111" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-111"><a href="https://ai1.com/secondary-controls/">Secondary Controls</a></li> <li id="menu-item-110" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-110"><a href="https://ai1.com/steering-devices/">Steering Devices</a></li> <li id="menu-item-109" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-109"><a href="https://ai1.com/wheelchair-tie-downs/">Wheelchair Tie Downs</a></li> <li id="menu-item-108" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-108"><a href="https://ai1.com/wheelchair-lifts/">Wheelchair Lifts</a></li> </ul> </li> <li id="menu-item-57" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-57"><a href="https://ai1.com/education/">Affordable Choice</a></li> <li id="menu-item-55" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-55"><a href="https://ai1.com/resources/">Resources</a></li> <li id="menu-item-23" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-23"><a href="https://ai1.com/about/">Why Us</a></li> <li id="menu-item-22" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22"><a href="https://ai1.com/contact/">Contact</a></li> </ul></div> </div><!-- .sitenav--> </div> </div> <!-- container --> <div class="clear"></div> </div><!--.header --> <div class="clear"></div><div class="container"> <div class="page_content"> <section class="site-main" id="sitemain"> <header class="page-header"> <h1 class="entry-title">404 Not Found</h1> </header><!-- .page-header --> <div class="page-content"> <p class="text-404">Looks like you have taken a wrong turn.....Dont worry... it happens to the best of us.</p> <form role="search" method="get" class="search-form" action="https://ai1.com/"> <label> <input type="search" class="search-field" placeholder="Search..." value="" name="s"> </label> <input type="submit" class="search-submit" value="Search"> </form> </div><!-- .page-content --> </section> <div id="sidebar"> <form role="search" method="get" class="search-form" action="https://ai1.com/"> <label> <input type="search" class="search-field" placeholder="Search..." value="" name="s"> </label> <input type="submit" class="search-submit" value="Search"> </form> </aside><a href="https://www.wheelchairvaninventory.com/inventory.aspx"><img width="248" height="117" src="https://ai1.com/wp-content/uploads/2020/04/wheelchair-vans-inventory.jpg" class="image wp-image-69 attachment-full size-full" alt="Inventory Link" decoding="async" loading="lazy" style="max-width: 100%; height: auto;" /></a></aside><h3 class="widget-title titleborder"><span>News for Dec.2021</span></h3><aside id="%1$s" class="widget %2$s"> <div class="textwidget"><p>Winter will hit our region soon. Be sure your wheelchair accessible van is ready to travel in the cold and snow. We can help you make sure your hand controls are operating smoothly and safely. We can arrange to have your tires replaced as needed. Have your lift check by one of our techs.</p> <p>You don’t want to be caught with a dead battery either, let us inspect and replace as needed. If you have a wheelchair tie down that should be on the list also.</p> <p>Give us a call today and schedule an appointment now.</p> </div> </aside> <h3 class="widget-title titleborder"><span>Recent Posts</span></h3><aside id="%1$s" class="widget %2$s"> <ul> <li> <a href="https://ai1.com/2020/06/08/am-i-ready-for-a-wheelchair-van/">Am I ready for a wheelchair van?</a> </li> </ul> </aside><h3 class="widget-title titleborder"><span>Recent Comments</span></h3><aside id="%1$s" class="widget %2$s"><ul id="recentcomments"></ul></aside> </div><!-- sidebar --> <div class="clear"></div> </div> </div> <div id="footer-wrapper"> <div class="footerarea"> <div class="container footer"> <div id="footer-info-area"> <div class="footerleft"> <div class="logo"> <div class="clear"></div> <a href="https://ai1.com/"> <h2 class="site-title">Automotive Innovations</h2> <p class="site-description">Accessible Vehicle Sales & Service</p> </a> </div> </div> <div class="footerright"> <div class="footersocial"> <div class="social-icons"> <a title="Facebook" class="fb" target="_blank" href="https://www.facebook.com/automotiveinnovations"></a> <a title="Twitter" class="tw" target="_blank" href="https://twitter.com/JimInnovations"></a> <a title="Youtube" class="tube" target="_blank" href="https://www.youtube.com/user/ai1wheelchairvans/videos"></a> <a title="Linkedin" class="in" target="_blank" href="https://www.linkedin.com/in/jim-sanders-0b953738/"></a> </div> </div> </div> <div class="clear"></div> </div> <div class="footer-row"> <div class="cols-3 widget-column-1"> <div class="textwidget"><p>Our Location:<br /> 1000 Main St. Bridgewater, MA 02324</p> </div> </aside> </div><!--end .widget-column-1--> <div class="cols-3 widget-column-2"> <div class="textwidget"><p>Call (508) 697-6006 for sales<br /> Call (508)-697-8324 for 24 hour service.</p> </div> </aside> </div><!--end .widget-column-2--> <div class="cols-3 widget-column-3"> <div class="textwidget"><p>Service: M – F 8:30AM to 4:30PM<br /> Sale: M – F 9:00AM to 6:00 PM</p> </div> </aside> </div><!--end .widget-column-3--> <div class="cols-3 widget-column-4"> <div class="textwidget"><p>Email Us: [email protected]</p> </div> </aside> <hr class="wp-block-separator"/> </aside> <p>Site designed by <a href="http://www.redcreattivedesigns.com">R.E.</a><a href="http://www.redcreativedesigns.com" target="_blank" rel="noreferrer noopener">D. Creative designs</a></p> </aside> </div><!--end .widget-column-3--> <div class="clear"></div> </div> </div><!--end .container--> </div><!--end .footer-wrapper--> <div id="copyright-area"> <div class="copyright-wrapper"> <div class="container"> <div class="copyright-txt">SKT Laptop Repair</div> <div class="clear"></div> </div> </div> </div><!--end .footer-wrapper--> </body> </html>