bannerghattalodha.in Open in urlscan Pro
103.21.58.66  Public Scan

URL: https://bannerghattalodha.in/
Submission: On July 16 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

POST send-mail.php

<form id="myForm" action="send-mail.php" method="POST" role="form" class="needs-validation mob-show-form">
  <div class="col-md-12 mt-1 mb-1">
    <input type="text" class="form-control rk-input" id="nameField" name="name" placeholder="Name" autocomplete="off" required="required" pattern="[a-zA-Z\s]{2,}">
  </div>
  <div class="col-md-12 mt-1 mb-1">
    <div class="row">
      <div class="col-md-12 mt-1 mb-1">
        <input type="tel" class="form-control rk-input" id="phoneField" name="phone" placeholder="Mobile No" autocomplete="off" required="required" pattern="[0-9]{10}">
      </div>
    </div>
  </div>
  <div class="col-md-12 mt-1 mb-1">
    <input type="email" name="email" class="form-control rk-input" id="emailField" placeholder="Email" autocomplete="off" required="required" pattern="^[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$">
  </div>
  <div class="col-md-12 mt-2 mb-2">
    <input type="checkbox" required="" id="myCheck" style="position: absolute; top: 0px;">
    <label><span style="position: relative; left: 18px; text-align: center !important; display: block;">I consent to the use of my provided data in accordance with the <br>
        <a href="privacy-policy.html" target="_blank" style="font:inherit; color: inherit">privacy policy</a>.</span></label>
  </div>
  <center><button id="submitForm" class="btn rk-btn " style="animation: Gradient 3s ease infinite, rocking 2s infinite; animation-delay: 2s; color: #fff;" name="rk_formBtn" type="submit">Register Now</button></center>
</form>

POST send-mail.php

<form id="myForm" action="send-mail.php" method="POST" role="form" class="needs-validation">
  <div class="col-md-12 mt-3 mb-3">
    <input type="text" id="nameField" class="form-control rk-input" name="name" placeholder="Name" autocomplete="off" required="required" pattern="[a-zA-Z\s]{2,}">
  </div>
  <div class="col-md-12 mt-3 mb-3">
    <div class="row">
      <div class="col-md-12 mt-3 mb-3">
        <input type="tel" id="phoneField" class="form-control rk-input" name="phone" placeholder="Mobile No" autocomplete="off" required="required" pattern="[0-9]{10}">
      </div>
    </div>
  </div>
  <div class="col-md-12 mt-3 mb-3">
    <input type="email" id="emailField" class="form-control rk-input" name="email" placeholder="Email" autocomplete="off" required="required" pattern="^[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$">
  </div>
  <div class="col-md-12 mt-3 mb-3 checkmark">
    <input type="checkbox" checked="" required="" id="myCheck" style="position: absolute; top: 1px;">
    <label><span style="position: relative; left: 10px; color: #ccc;">I consent to the use of my provided data in accordance with the
        <a href="privacy-policy.html" target="_blank" style="font:inherit; color: inherit">privacy policy</a>.</span></label>
  </div>
  <button id="submitForm" class="btn rk-btn py-2 px-5" style="animation: Gradient 3s ease infinite, rocking 2s infinite; animation-delay: 2s;" name="register" type="submit">Pre-Register Now</button>
  <h6 class="animated bounceIn infinite mt-2 enqModal text-capitalize" data-form="lg" data-title="Organize Site Visit" data-btn="Request Site Visit" data-enquiry="Organize Site Visit" data-toggle="modal" data-target="#"
    style="animation-duration: 3s; cursor: pointer"><span class="form-last-heading" style="padding: 2px 8px;background: #e8e8e8; font-size: 14px"><img class="lazyload" src="assets/images/ola.png" style="width: 40px;"
        alt="Organize Site Visit for Adarsh Welkin Park"> Free cab facility for site visit</span></h6>
</form>

POST send-mail.php

<form id="myForm" class="needs-validation" action="send-mail.php" method="POST" role="form">
  <div class="col-md-12 mt-3 mb-4">
    <input type="text" id="nameField" class="form-control rk-input" placeholder="Name" name="name" autocomplete="off" required="required" pattern="[a-zA-Z\s]{2,}">
    <div class="invalid-feedback">*Please Enter Name</div>
  </div>
  <div class="col-md-12 mt-3 mb-4">
    <div class="row">
      <div class="col-md-12 mt-3 mb-4">
        <input type="tel" id="phoneField" class="form-control rk-input" name="phone" placeholder="Mobile No" autocomplete="off" required="required" pattern="[0-9]{10}">
      </div>
    </div>
  </div>
  <div class="col-md-12 mt-3 mb-4 rk-form-mail hide">
    <input type="email" id="emailField" class="form-control rk-input" placeholder="Email Address" name="email" autocomplete="off" required="required" pattern="^[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$">
    <div class="invalid-feedback">*Please Enter Valid Email Address</div>
  </div>
  <div class="col-md-12 mt-3 mb-3">
    <input type="checkbox" checked="" required="" id="myCheck" style="position: absolute; top: 1px;">
    <label><span style="position: relative; left: 20px; color: #ccc; text-align: center; display:block;">I consent to the use of my provided data in accordance with the <br>
        <a href="privacy-policy.html" target="_blank" style="font:inherit; color: inherit">privacy policy</a>.</span></label>
  </div>
  <p class="text-center"><button id="submitForm" class="btn rk-btn rk-modal-btn py-2 px-5 mt-4" name="register" type="submit"></button></p>
</form>

POST send-mail.php

<form id="myForm" class="needs-validation" action="send-mail.php" method="POST" role="form">
  <div class="col-md-12 mt-3 mb-4">
    <input type="text" id="nameField" class="form-control rk-input" placeholder="Name" name="name" autocomplete="off" required="required" pattern="[a-zA-Z\s]{2,}">
    <div class="invalid-feedback">*Please Enter Name</div>
  </div>
  <div class="col-md-12 mt-3 mb-4">
    <div class="row">
      <div class="col-md-12 mt-3 mb-4">
        <input type="tel" id="phoneField" class="form-control rk-input" name="phone" placeholder="Mobile No" autocomplete="off" required="required" pattern="[0-9]{10}">
      </div>
    </div>
  </div>
  <div class="col-md-12 mt-3 mb-3">
    <input type="checkbox" checked="" required="" id="myCheck" style="position: absolute; top: 1px;">
    <label><span style="position: relative; left: 20px; color: #ccc; text-align: center; display:block;">I consent to the use of my provided data in accordance with the <br>
        <a href="privacy-policy.html" target="_blank" style="font:inherit; color: inherit">privacy policy</a>.</span></label>
  </div>
  <p class="text-center"><button id="submitForm" class="btn rk-btn py-2 px-5 mt-4" type="submit" name="register">Get Instant Call Back</button></p>
</form>

POST send-mail.php

<form id="myForm" class="needs-validation" action="send-mail.php" method="POST" role="form">
  <div class="col-md-12 mt-3 mb-4">
    <input type="text" id="nameField" class="form-control rk-input" placeholder="Name" name="name" autocomplete="off" required="required" pattern="[a-zA-Z\s]{2,}">
    <div class="invalid-feedback">*Please Enter Name</div>
  </div>
  <div class="col-md-12 mt-3 mb-4">
    <div class="row">
      <div class="col-md-12 mt-3 mb-4">
        <input type="tel" id="phoneField" class="form-control rk-input" name="phone" placeholder="Mobile No" autocomplete="off" required="required" pattern="[0-9]{10}">
      </div>
    </div>
  </div>
  <div class="col-md-12 mt-3 mb-3">
    <input type="checkbox" checked="" required="" id="myCheck" style="position: absolute; top: 1px;">
    <label><span style="position: relative; left: 20px; color: #ccc; text-align: center; display:block;">I consent to the use of my provided data in accordance with the <br>
        <a href="privacy-policy.html" target="_blank" style="font:inherit; color: inherit">privacy policy</a>.</span></label>
  </div>
  <p class="text-center"><button id="submitForm" class="btn rk-btn rk-modal-btn py-2 px-5 mt-4" name="register" type="submit"></button></p>
</form>

Text Content

 * 
 * 
 * Price
 * Site & Floor Plan
 * Amenities
 * Gallery
 * Location
 * Virtual Site Visit
 * Brochure

 * Home
 * Overview
 * Price
 * Site & Floor Plan
 * Amenities
 * Gallery
 * Location
 * Virtual Site Visit
 * Brochure
 * Enquire

 1. 
 2. 
 3. 



Booking Open
Lodha Azur Lodha Azur Sales Gallery, Katha No. 46 (Old Sy. Nos. 328/2(p), 332/2
and 330(p), Begur Village), Akshayanagar, Begur, Bengaluru - 560 068
By Lodha Group

Welcome To The Lodha Azur EOI Window Open | Phase 1 - 5 BlocksPre-Book By Paying
₹ 5 Lacs* Only

 * Total Land Area : 10 Acres
 * No. of Unit : 550 Units
 * Structure : B+G+28 Floors | 5 Blocks
 * Possession : April 2028 Onwards

Offering 3, 3.5 & 4 BHK Homes at

₹ 2.35Cr* Onwards



I am Interested



RERA No : PRM/KA/RERA/1251/446/AG/170/926/000139

I consent to the use of my provided data in accordance with the
privacy policy.
Register Now
Overview
Lodha Azur - 3, 3.5 & 4 BHK Ultra-Luxury Homes At Bannerghatta Main Road,
Hulimavu Lake Road, Akshayanagar, Bengaluru

Welcome to Lodha Azur Luxury Apartments, an oasis of elegance nestled off
Bannerghatta Road in Bangalore. Offering spacious 3, 3.5, and 4 BHK lake-facing
residences, our meticulously designed homes provide unparalleled luxury and
comfort. Set amidst lush greenery, Lodha Azur combines sophisticated
architecture with world-class amenities to create an exclusive lakeside
lifestyle. Enjoy seamless connectivity to major IT hubs, educational
institutions, and healthcare facilities while residing in a serene environment.
Experience the perfect blend of urban convenience and tranquil living at Lodha
Azur, where your dream home awaits. Elevate your lifestyle and make Lodha Azur
your new address today.


Download Brochure

Previous Next
Price


PRICE


LODHA AZUR - PRICE

Type Area Price 3BHK + 3T 1266 Sq.Ft. ₹ 2.35-2.5Cr*
Price Breakup 3.5BHK + 3T 1583 Sq.Ft. ₹ 3.0-3.2Cr*
Price Breakup 4BHK + 4T 1988 Sq.Ft. ₹ 3.5-3.7 Cr*
Price Breakup


COSTING DETAILS

Complete Costing Details
Site & Floor Plans


SITE PLANS


LODHA AZUR MASTER PLAN




LODHA AZUR FLOOR PLAN

3 BHK
4 BHK
Amenities


AMENITIES

Basketball Court

Lawn Terraces

Clubhouse with Gymnasium

Kids Play Area

Swimming Pool

Amphitheatre

Jogging Track

Skating Rink

Multipurpose Lawn

Surface Car Park - Turf Cells


Gallery


GALLERY


Location


LOCATION

 * Map View


Virtual Site Tour


VIRTUAL SITE TOUR



Agent RERA No : PRM/KA/RERA/1251/446/AG/170/926/000139

Disclaimer : The information provided on this website is intended exclusively
for informational purposes and should not be construed as an offer of services.
This site is managed by a RERA authorized real estate agent namely PROPTIP
Realtors LLP (BrickTip). The pricing information presented on this website is
subject to alteration without advance notification, and the assurance of
property availability cannot be guaranteed. The images showcased on this website
are for representational purposes only and may not accurately reflect the actual
properties. We may share your data with Real Estate Regulatory Authority (RERA)
registered Developers for further processing as necessary. Additionally, we may
send updates and information to the mobile number or email address registered
with us. All rights reserved. The content, design, and information on this
website are protected by copyright and other intellectual property rights. Any
unauthorized use or reproduction of the content may violate applicable laws.For
accurate and up-to-date information regarding services, pricing, availability,
and any other details, it is recommended to contact us directly through the
provided contact information on this website. Thank you for visiting our
website.

Privacy Policy
All Rights Reserved. © 2024 BrickTip

Organize Site Visit
WhatsApp Us

or Request a

  Call Back Now

PRE-REGISTER HERE FOR BEST OFFERS

I consent to the use of my provided data in accordance with the privacy policy.
Pre-Register Now

FREE CAB FACILITY FOR SITE VISIT

FOR MORE INFORMATION :

Download Brochure



×


WE PROMISE

Instant Call Back Free Site Visit Unmatched Price


 

REGISTER HERE AND AVAIL THE BEST OFFERS!

*Please Enter Name

*Please Enter Valid Email Address
I consent to the use of my provided data in accordance with the
privacy policy.



×


WE PROMISE

Instant Call Back Free Site Visit Unmatched Price


 

REGISTER HERE AND AVAIL THE BEST OFFERS!

*Please Enter Name

I consent to the use of my provided data in accordance with the
privacy policy.

Get Instant Call Back

 +91 9845043039



×


WE PROMISE

Instant Call Back Free Site Visit Unmatched Price


 

REGISTER HERE AND AVAIL THE BEST OFFERS!

*Please Enter Name

I consent to the use of my provided data in accordance with the
privacy policy.



 *  WhatsApp
 *  Enquire
 *  Call Now