<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <title>Seekmake Instant Quote Embed</title>

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

  <style>

    html, body {

      margin: 0;

      padding: 0;

      width: 100%;

      height: 100%;

    }

    #seekmake-quote-container {

      width: 100%;

      height: 100vh;

    }

  </style>

</head>

<body>


  <section id="seekmake-quote-container">

    <iframe

      sandbox="allow-downloads allow-scripts allow-same-origin allow-forms allow-popups"

      id="seekmake-embed-iq"

      class="seekmake-embed-iq"

      src="https://seekmake.com/instant-quote/?isEmbed=true&amp;manufacturer=69a7dde6124dea44c4100ef5"

      style="width: 100%; height: 100vh; border: 0px"

      scrolling="no">

    </iframe>

  </section>


  <script src="https://seekmake.com/assets/public/iq-api-latest.js"></script>


</body>

</html>