<%- include('../layouts/header'); -%>

<section
  class="hero-wrap hero-wrap-2 ftco-degree-bg js-fullheight"
  style="background-image: url('<%- baseUrl %>/images/bg_1.jpg')"
  data-stellar-background-ratio="0.5"
>
  <div class="overlay"></div>
  <div class="overlay-2"></div>
  <div class="container">
    <div
      class="row no-gutters slider-text js-fullheight align-items-end justify-content-center"
    >
      <div class="col-md-9 ftco-animate pb-5 mb-5 text-center">
        <h1 class="mb-3 bread">Refund/Cancellation Policy</h1>
        <p class="breadcrumbs">
          <span class="mr-2"
            ><a href="/">Home <i class="ion-ios-arrow-forward"></i></a
          ></span>
          <span
            >Refund/Cancellation Policy <i class="ion-ios-arrow-forward"></i
          ></span>
        </p>
      </div>
    </div>
  </div>
</section>

<section class="ftco-section ftco-no-pb">
  <div class="container">
    <h2>Returns</h2>
    <p>
      We do not offer returns for real estate transactions. Once a property has
      been purchased or leased, the sale is final.
    </p>

    <h2>Refunds</h2>
    <p>
      We do not provide refunds for real estate transactions. It is the
      responsibility of the buyer or lessee to thoroughly inspect the property
      before making a purchase or entering into a lease agreement.
    </p>

    <h2>Contact Us</h2>
    <p>
      If you have any questions about our Refund/Cancellation Policy, please
      contact us:
    </p>
    <ul>
      <li>Email: <b><%- settings?.email %></b></li>
      <li>Phone: <b><%- settings?.phoneNo %></b></li>
    </ul>
  </div>
</section>

<%- include('../layouts/footer'); -%>
