<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Forklift Quotes 2025</title>

    <meta name="description" content="Compare &amp; Save with Forklift Quotes for 2025. Get prices from Top Brands">

    <link rel="icon" type="image/png" href="images/favicon.png">

    <style>

        /* Reset and base styles */

        * {

            margin: 0;

            padding: 0;

            box-sizing: border-box;

            font-family: 'Roboto', Arial, sans-serif;

        }

        

        body {

            background-color: #fff;

            color: #333;

            line-height: 1.6;

        }

        

        .container {

            max-width: 1200px;

            margin: 0 auto;

            position: relative;

        }

        

        /* Header styles */

        header {

            background-color: #ff6600;

            color: white;

            padding: 15px 0;

            position: relative;

        }

        

        .header-content {

            display: flex;

            justify-content: space-between;

            align-items: center;

            padding: 0 20px;

        }

        

        .logo {

            max-width: 200px;

        }

        

        .disclosure {

            font-size: 12px;

        }

        

        /* Hero section */

        .hero {

            background-color: #00487c;

            color: white;

            padding: 40px 20px;

            position: relative;

        }

        

        .hero h1 {

            font-size: 40px;

            font-weight: 700;

            text-align: center;

            margin-bottom: 20px;

            font-family: 'Poppins', sans-serif;

        }

        

        /* Form section */

        .form-section {

            background-color: #fff;

            padding: 20px;

            margin: 20px auto;

            border: 1px solid #ddd;

            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);

            max-width: 800px;

            height: 638px;

        }

        

        /* Brands section */

        .brands {

            display: flex;

            justify-content: space-around;

            align-items: center;

            flex-wrap: wrap;

            padding: 20px;

            background-color: #fff;

            margin: 20px 0;

        }

        

        .brand-logo {

            margin: 10px;

            max-width: 150px;

            height: auto;

        }

        

        /* How it works section */

        .how-it-works {

            padding: 40px 20px;

            background-color: #fff;

            margin: 20px auto;

            max-width: 860px;

        }

        

        .how-it-works h2 {

            text-align: center;

            margin-bottom: 30px;

            font-size: 30px;

            font-weight: 700;

            font-family: 'Poppins', sans-serif;

        }

        

        .steps {

            list-style-type: decimal;

            padding-left: 20px;

        }

        

        .steps li {

            margin-bottom: 20px;

            font-size: 18px;

            font-family: 'Poppins', sans-serif;

        }

        

        /* Footer */

        footer {

            background-color: #ff6600;

            color: white;

            padding: 40px 20px;

            margin-top: 20px;

        }

        

        .footer-content {

            display: flex;

            flex-direction: column;

            align-items: center;

        }

        

        .footer-logo {

            max-width: 200px;

            margin-bottom: 20px;

        }

        

        .footer-links {

            display: flex;

            justify-content: center;

            flex-wrap: wrap;

            margin: 20px 0;

        }

        

        .footer-links a {

            color: white;

            text-decoration: none;

            margin: 0 15px;

            font-size: 14px;

        }

        

        .footer-links a:hover {

            text-decoration: underline;

        }

        

        .footer-disclaimer {

            text-align: center;

            font-size: 12px;

            max-width: 800px;

            margin: 20px auto;

        }

        

        .copyright {

            text-align: center;

            font-style: italic;

            font-size: 11px;

            margin-top: 20px;

        }

        

        /* Responsive styles */

        @media (max-width: 768px) {

            .hero h1 {

                font-size: 32px;

            }

            

            .brands {

                flex-direction: column;

            }

            

            .brand-logo {

                margin: 15px 0;

            }

            

            .form-section {

                height: 580px;

            }

        }

        

        @media (max-width: 480px) {

            .hero h1 {

                font-size: 24px;

            }

            

            .steps li {

                font-size: 16px;

            }

            

            .footer-links {

                flex-direction: column;

                align-items: center;

            }

            

            .footer-links a {

                margin: 10px 0;

            }

        }

    </style>

    <!-- Google Fonts -->

    <link href="https://fonts.googleapis.com/css?family=Roboto:400,700|Poppins:400,600,700&display=swap" rel="stylesheet">

</head>

<body>

    <header>

        <div class="container">

            <div class="header-content">

                <a href="https://alltruckers.com/" target="_blank">

                    <img src="images/alltruckers-logo.png" alt="Alltruckers" class="logo">

                </a>

                <div class="disclosure">ADVERTISING DISCLOSURE</div>

            </div>

        </div>

    </header>

    

    <section class="hero">

        <div class="container">

            <h1>Find The Best Deals on Forklifts For Sale Near You</h1>

        </div>

    </section>

    

    <section class="form-section">

        <div class="container">

            <iframe name="lv_forklift_form" src="https://www.forkliftinventory.com/widget/iframe.php?&aid=02e74f10e0327ad868d138f2b4fdd6f0&aids=&color_1=D35729&bg_1=efefef&loc=1&v=67bf46209ec06" frameborder="0" scrolling="no" style="border:0;width:100%;height:100%;max-width:100%"></iframe>

        </div>

    </section>

    

    <section class="brands">

        <img src="images/clark-logo.jpg" alt="Clark" class="brand-logo">

        <img src="images/doosan-logo.png" alt="Doosan" class="brand-logo">

        <img src="images/jcb-logo.jpg" alt="JCB" class="brand-logo">

        <img src="images/komatsu-logo.png" alt="Komatsu" class="brand-logo">

        <img src="images/jlg-logo.png" alt="JLG" class="brand-logo">

    </section>

    

    <section class="how-it-works">

        <div class="container">

            <h2>How do we work?</h2>

            <ol class="steps">

                <li>Complete our short form today. We'll ask you a few questions about your business, so we can understand what you need.</li>

                <li>We'll use your answers to match you with up to five trusted supplier(s). This is why we ask for your contact details. We'll only ever match you with supplier(s) that we know can cater to your needs.</li>

                <li>Your matched supplier(s) will get in touch with you, so you can ask questions and receive quotes tailored directly for your needs. You'll then be armed with all of the information you need to confidently compare, and choose from.</li>

            </ol>

        </div>

    </section>

    

    <footer>

        <div class="container">

            <div class="footer-content">

                <img src="images/alltruckers-logo.png" alt="Alltruckers" class="footer-logo">

                

                <div class="footer-links">

                    <a href="https://alltruckers.com/about/" target="_blank">About Us</a>

                    <a href="https://alltruckers.com/contact-us/" target="_blank">Contact us</a>

                    <a href="https://alltruckers.com/privacy-policy/" target="_blank">Privacy Policy</a>

                    <a href="https://alltruckers.com/terms-conditions/" target="_blank">Terms & Conditions</a>

                </div>

                

                <div class="footer-disclaimer">

                    Alltruckers.com is a professional comparison service and review site. We may receive compensation from our partners for these reviews. Our reviews and recommendations are meant for informational purposes only and should not be considered financial or tax advice.

                </div>

                

                <div class="copyright">

                    Copyright AllTruckers 2023

                </div>

            </div>

        </div>

    </footer>


    <!-- Google Tag Manager -->

    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':

    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],

    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=

    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);

    })(window,document,'script','dataLayer','GTM-T62FRC6');</script>

    <!-- End Google Tag Manager -->

    

    <!-- Google Tag Manager (noscript) -->

    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T62FRC6"

    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>

    <!-- End Google Tag Manager (noscript) -->

</body>

</html>