<style>.new-container {
    margin: auto;
  }

  .cta-homepage .prefooter-outer-row {
    padding-top: 50px;
  }

  .prefooter-outer-row {
    text-align: center;
  }

  .home .heading-block {
    margin-bottom: 25px;
  }

  .heading-block {
    text-align: center;
  }

  .home .heading-block h2 {
    margin-bottom: 10px;
    color: #000;
    font-size: 33px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  h2 img:first-child {
    margin-left: 5px;
  }

  .prefooter-outer-row h2 img {
    width: 33px;
  }

  img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
  }

  .prefooter-bundle-row {
    justify-content: space-between;
    position: relative;
    display: flex;
    z-index: 9;
  }

  .prefooter-bundle-row.prefooter-bf-bundle .prefooter-bundle-gradient-column {
    background: linear-gradient(91deg, #a01223 .6%, #c5162b 17.85%, #ff4258 99.39%);
  }

  .prefooter-bundle-row .prefooter-bundle-gradient-column {
    border-radius: 20px 0 0 20px;
  }

  .prefooter-bundle-row .prefooter-single-col {
    width: 50%;
    box-shadow: 0 4px 15px 0 #00000014;
    position: relative;
  }

  a {
    color: #270e6b;
    text-decoration: none;
    transition: all .25s ease;
    touch-action: manipulation;
  }

  .prefooter-bundle-gradient-column img {
    filter: none !important;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin-bottom: 0;
    width: 100%;
    min-width: 350px;
    max-width: 400px;
  }

  a img {
    border: none;
  }

  .prefooter-bundle-row .prefooter-bundle-text-column {
    border-radius: 0 20px 20px 0;
  }

  .prefooter-bundle-text-column {
    background: #f9f9f9;
    border: 1.5px solid #e7e7e7;
    padding: 40px 35px 20px;
  }

  .ult-offer p {
    font-weight: 600;
    font-size: 12px;
    text-transform: lowercase;
    line-height: 1;
    border: 1px solid #a01223 !important;
    background: linear-gradient(91deg, #a01223 .6%, #c5162b 17.85%, #ff4258 99.39%) !important;
    padding: 5px 12px;
    border-radius: 3px;
    width: fit-content;
    margin: auto;
    margin-bottom: 10px;
    color: #fff !important;
  }

  .prefooter-bundle-text-column h3 {
    margin-bottom: 10px;
    font-size: 22px;
    display: block;
    color: #4b4e60;
    font-weight: 700;
    line-height: 1.4;
  }

  .prefooter-bundle-text-column h3:hover {
    color: #420fd1;
  }

  .prefooter-bundle-text-column h3>a {
    color: #000;
    font-size: 34px;
    line-height: 1.1;
  }

  .prefooter-bf-bundle p.price-under-heading {
    color: #d91212;
  }

  p.price-under-heading {
    font-size: 34px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    line-height: 1;
  }

  p.price-under-heading span.original-price {
    font-size: 23px;
    font-weight: 700;
    margin-left: 10px;
  }

  span.original-price {
    color: #969696;
    text-decoration: line-through;
  }

  p.all-ebooks {
    color: #5f5f5f;
    font-size: 17px;
    margin-bottom: 25px;
  }

  strong {
    font-weight: 600;
  }

  p.button-wrapper {
    margin-bottom: 0;
  }

  p {
    font-size: 17px;
    font-weight: 400;
  }

  .prefooter-bundle-row.prefooter-bf-bundle a.buy-now-cta-btn {
    background: linear-gradient(90deg, #420fd1, transparent) #9e23e1;
    color: #fff;
    border-color: transparent;
  }

  a.buy-now-cta-btn {
    width: 100%;
    font-weight: 700;
    font-size: 17px;
    padding: 15px 0;
    border-radius: 12px;
    margin-bottom: 10px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .prefooter-bundle-row.prefooter-bf-bundle a.buy-now-cta-btn:hover {
    background: linear-gradient(90deg, #420fd1, transparent) #9e23e1 !important;
    background-color: #e42fed !important;
    color: #fff;
  }

  .prefooter-bf-bundle-outer-row a.buy-now-cta-btn:hover {
    border-color: #cb0000 !important;
  }

  a.buy-now-cta-btn:hover {
    animation: 0s 2s infinite pulse;
  }

  .prefooter-outer-row .refund-checkout {
    border: none;
  }

  .refund-checkout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-bottom: 20px;
  }

  p.refund-product {
    margin-bottom: 2px;
  }

  .refund-checkout p {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .refund-checkout img {
    margin-right: 5px;
  }

  p.refund-product b {
    margin-right: 5px;
  }

  b {
    font-weight: 600;
  }

  @media (max-width: 576px) {
    .new-container {
      width: 95%;
      padding: 0 7.5px;
    }

    .home .heading-block {
      max-width: 95%;
      margin-left: auto;
      margin-right: auto;
    }

    .prefooter-outer-row h2 {
      max-width: 320px;
      margin: auto;
      margin-bottom: 45px !important;
      font-size: 30px;
      line-height: 1.2;
      display: block;
    }

    h2 img:first-child {
      margin-left: 0;
    }

    .prefooter-outer-row h2 img,
    h2>img {
      width: 35px;
    }

    .prefooter-bundle-row {
      flex-direction: column !important;
    }

    .prefooter-bundle-row.prefooter-bf-bundle .prefooter-bundle-gradient-column {
      background: linear-gradient(91deg, #a01223 .6%, #c5162b 17.85%, #ff4258 99.39%);
    }

    .prefooter-bundle-row .prefooter-bundle-gradient-column {
      height: 275px;
      overflow: visible;
      margin-top: 25px;
      margin-bottom: 0;
      z-index: 9;
      border-radius: 20px 20px 0 0;
    }

    .prefooter-bundle-row .prefooter-single-col {
      width: calc(100% - 0px);
      margin: auto;
    }

    .prefooter-bf-bundle.prefooter-bundle-row .prefooter-bundle-gradient-column img {
      min-width: 300px;
      max-width: 300px;
    }

    .prefooter-bf-bundle.prefooter-bundle-row .prefooter-bundle-text-column {
      padding: 55px 5px 20px;
    }

    .prefooter-bundle-row .prefooter-bundle-text-column {
      border-radius: 0 0 20px 20px;
    }

    .prefooter-bundle-text-column h3>a {
      font-size: 26px;
    }

    p.price-under-heading {
      font-size: 28px;
    }

    p.price-under-heading span.original-price {
      font-size: 19px;
    }

    p.all-ebooks {
      font-size: 14px;
    }

    p {
      font-size: 16px;
    }

    .prefooter-bundle-row .prefooter-bundle-text-column a.buy-now-cta-btn {
      max-width: 92%;
      margin-left: auto;
      margin-right: auto;
    }

    a.buy-now-cta-btn {
      padding: 20px 0 !important;
    }

    .refund-checkout {
      padding-bottom: 0;
    }

    .prefooter-bundle-text-column .refund-checkout p {
      font-size: 12px;
    }

    .refund-checkout img {
      margin-right: 3px;
      max-width: 14px !important;
      width: 17px;
    }
  }

  @media (min-width: 1025px) {
    .new-container {
      width: 93%;
      margin-left: auto;
      margin-right: auto;
      padding: 0 15px;
    }

    .heading-block p {
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .refund-checkout p {
      font-size: 14px !important;
    }

    .refund-checkout img {
      margin-top: -1px !important;
      max-width: 20px !important;
    }
  }

  @media only screen and (min-width: 1700px) {
    .refund-checkout p {
      font-size: 14px !important;
    }
  }</style><div class="new-container cta-homepage">
  <div class="prefooter-outer-row prefooter-bf-bundle-outer-row">
    <div class="heading-block">
      <h2>Special Offer <img data-lazyloaded="1" src="data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=" decoding="async" data-src="https://02032618.delivery.rocketcdn.me/wp-content/uploads/2023/11/police-car-light.png"> <img data-lazyloaded="1" src="data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=" decoding="async" data-src="https://02032618.delivery.rocketcdn.me/wp-content/uploads/2023/11/rocket.png">
      </h2>
      <p></p>
    </div>
    <div class="prefooter-bundle-row prefooter-bf-bundle">
      <div class="prefooter-bundle-gradient-column prefooter-single-col">
        <a href="https://adtemplates.in/products/all-products-special">
          <picture decoding="async">
            <source type="image/webp"
              srcset="https://02032618.delivery.rocketcdn.me/wp-content/uploads/2025/09/Business-Explained-All-Products-Special-57-Products-September-2025.png.webp">
            <img data-lazyloaded="1" src="data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=" decoding="async" data-src="https://02032618.delivery.rocketcdn.me/wp-content/uploads/2025/09/Business-Explained-All-Products-Special-57-Products-September-2025.png">
          </picture>
        </a>
      </div>
      <div class="prefooter-bundle-text-column prefooter-single-col">
        <div class="ult-offer">
          <p>ultimate offer</p>
        </div>
        <h3><a href="https://adtemplates.in/products/all-products-special">All Products Special</a></h3>
        <p class="price-under-heading">$189<span class="original-price">$249</span></p>
        <p class="all-ebooks">You get <strong> all 57 eBooks, Checklists and Tools!</strong></p>
        <p class="button-wrapper"><a href="https://adtemplates.in/products/all-products-special"
            class="buy-now-cta-btn">Get all products for $189</a></p>
        <div class="refund-checkout">
          <p class="refund-product"><img data-lazyloaded="1" src="data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=" decoding="async" data-src="https://02032618.delivery.rocketcdn.me/wp-content/uploads/2023/11/money-bag.png"><b>Risk-free
              Purchase:</b> Full refund within 14 days</p>
          <p class="checkout-product">
            <picture decoding="async">
              <source type="image/webp"
                srcset="https://02032618.delivery.rocketcdn.me/wp-content/uploads/2023/11/Shield-Emoji.png.webp">
              <img data-lazyloaded="1" src="data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=" decoding="async" data-src="https://02032618.delivery.rocketcdn.me/wp-content/uploads/2023/11/Shield-Emoji.png">
            </picture>
            <b>Safe and Secure Checkout</b>
          </p>
        </div>
      </div>
      <p></p>
    </div>
  </div>
</div>
				
			
Scroll to Top