vbhcpalmhaven.salesquery.in Open in urlscan Pro
111.118.212.53  Public Scan

URL: https://vbhcpalmhaven.salesquery.in/
Submission: On April 12 via manual from IN — Scanned from DE

Form analysis 7 forms found in the DOM

POST send.php

<form class="mb-0" method="post" action="send.php">
  <div class="input-group form-group">
    <div class="input-group-prepend">
      <span class="input-group-text"><i class="fa fa-user"></i></span>
    </div>
    <input type="text" name="name" class="form-control" placeholder="Your Name" required="">
  </div>
  <div class="input-group form-group">
    <div class="input-group-prepend">
      <span class="input-group-text"><i class="fa fa-archive"></i></span>
    </div>
    <input type="email" name="email" class="form-control" placeholder="Your Email" required="">
  </div>
  <div class="input-group form-group">
    <div class="input-group-prepend">
      <span class="input-group-text"><i class="fa fa-mobile" style="font-size: 25px; margin-left: 4px;"></i></span>
    </div>
    <input type="number" name="number" class="form-control" placeholder="Your Number" required="">
  </div>
  <div class="input-group form-group">
    <div class="input-group-prepend">
      <span class="input-group-text"><i class="fa fa-envelope"></i></span>
    </div>
    <textarea type="text" name="comments" class="form-control hgt" placeholder="Message"></textarea>
  </div>
  <div class="modal-footer d-flex justify-content-center">
    <button type="button" class="btn btn-yellow" data-dismiss="modal">Close</button>
    <button name="submit" type="submit" class="btn btn-yellow">Enquire Now</button>
  </div>
</form>

POST download.php

<form class="form" id="myForm" role="form" action="download.php" method="POST">
  <div class="input-group form-group">
    <div class="input-group-prepend">
      <span class="input-group-text"><i class="fa fa-user" style="font-size: 25px; margin-left: 4px;"></i></span>
    </div>
    <input type="text" name="name" class="form-control" placeholder="Your Name" required="">
  </div>
  <div class="input-group form-group">
    <div class="input-group-prepend">
      <span class="input-group-text"><i class="fa fa-phone" style="font-size: 25px; margin-left: 4px;"></i></span>
    </div>
    <input type="number" name="number" class="form-control" placeholder="Your Number" required="">
  </div>
  <button class="bg-primary callback" type="submit" name="submit"> Get Instant Call Back </button>
</form>

POST download.php

<form class="form" id="myForm" role="form" action="download.php" method="POST">
  <div class="input-group form-group">
    <div class="input-group-prepend">
      <span class="input-group-text"><i class="fa fa-whatsapp" style="font-size: 25px; margin-left: 4px;"></i></span>
    </div>
    <input type="number" name="number" class="form-control" placeholder="Your Number" required="">
  </div>
  <button class="bg-warning bg-round text-center bro" type="submit" name="submit">
    <a style="text-decoration: none;color: black; font-size:17px;" href="https://api.whatsapp.com/send?phone=+918050020700&amp;text=I%20am%20interested%20in%20getting%20brochure%20of%20Vbhc%20Palm%20Haven">Submit</a>
  </button>
</form>

POST send.php

<form class="form" role="form" action="send.php" method="POST">
  <div class="input-group form-group">
    <div class="input-group-prepend">
      <span class="input-group-text"><i class="fa fa-mobile" style="font-size: 25px; margin-left: 4px;"></i></span>
    </div>
    <input type="number" name="number" class="form-control" placeholder="Your Number" required="">
  </div>
  <div class="text-center mb-4">
    <a class="broch mr-5" href="img/Brochure.pdf" download=""><img src="img/download.png" class="mdimg"></a>
    <a class="broch1 ml-5" href="https://api.whatsapp.com/send?phone=919696550033&amp;text=I%20am%20Intrested%20in%20Vbhc%20Palm%20Haven"><img src="img/wt.png" style="width: auto; height:30px;" class="mdimg"></a>
  </div>
</form>

Name: form1POST enquiry.php

<form class="form-signin" method="post" action="enquiry.php" name="form1">
  <h1 class=" mb-3 font-weight-normal mb-0" style="text-align: center;font-size:25px; color: black"><b>ENQUIRY</b></h1>
  <a href="tel:+919696550033" class="text-center btn  call"><b> CALL: 9696550033</b></a>
  <div class="input-group">
    <select class="form-control mb-2">
      <option>Request Enquiry</option>
      <option>Schedule a site visit</option>
      <option>Request call back</option>
      <option>Refer this project</option>
    </select>
  </div>
  <div class="input-group">
    <input type="name" name="name" id="inputName" class="form-control mb-2" placeholder="Full Name" required="">
  </div>
  <div class="input-group">
    <input type="number" name="number" id="inputNumber" class="form-control mb-2" placeholder="Phone number" required="">
  </div>
  <div class="input-group">
    <input type="email" name="email" id="inputEmail" class="form-control mb-2" placeholder="Email address" required="">
  </div>
  <div class="input-group">
    <textarea class="form-control mb-2" placeholder="Message" name="comments"></textarea>
  </div>
  <div>
    <label style="font-size: 15px; color: currentColor;"> <b>Enter Captcha Code: </b> </label>
    <div class="flex">
      <input type="text" class="txt" name="chk" id="chk">
      <input type="text" value="1995" id="ran" readonly="readonly" class="captcha">
      <button type="button" class="referesh btn btn-circle" value="Referesh" onclick="captch()"><i class="fa fa-refresh fa-spin" style="font-size:24px; color: #ffffffeb;"></i></button>
    </div>
    <span id="error" class="color"></span>
  </div>
  <div class="input-group">
    <button class="btn btn-md btn-rounded btn-block form-control submit" name="submit" type="submit" onclick="return validation1();"><i class="fas fa-sign-in-alt"></i><b>Submit Enquiry</b></button>
  </div>
</form>

POST send.php

<form class="mb-0" method="post" action="send.php">
  <div class="input-group form-group">
    <div class="input-group-prepend">
      <span class="input-group-text"><i class="fa fa-user"></i></span>
    </div>
    <input type="text" name="name" class="form-control" placeholder="Your Name" required="">
  </div>
  <div class="input-group form-group">
    <div class="input-group-prepend">
      <span class="input-group-text"><i class="fa fa-archive"></i></span>
    </div>
    <input type="email" name="email" class="form-control" placeholder="Your Email" required="">
  </div>
  <div class="input-group form-group">
    <div class="input-group-prepend">
      <span class="input-group-text"><i class="fa fa-mobile" style="font-size: 25px; margin-left: 4px;"></i></span>
    </div>
    <input type="number" name="number" class="form-control" placeholder="Your Number" required="">
  </div>
  <div class="input-group form-group">
    <div class="input-group-prepend">
      <span class="input-group-text"><i class="fa fa-envelope"></i></span>
    </div>
    <textarea type="text" name="comments" class="form-control hgt" placeholder="Message"></textarea>
  </div>
  <div class="modal-footer d-flex justify-content-center">
    <button type="button" class="btn btn-yellow" data-dismiss="modal">Close</button>
    <button name="submit" type="submit" class="btn btn-yellow">Enquire Now</button>
  </div>
</form>

Name: form2POST contact.php

<form class="row" method="post" action="contact.php" name="form2">
  <div class="col-md-6 form-line">
    <div class="form-group">
      <label for="exampleInputUsername">Your Name</label>
      <input type="text" name="name" class="form-control" placeholder=" Enter Name" required="">
    </div>
    <div class="form-group">
      <label for="exampleInputEmail">Email Address</label>
      <input type="email" name="email" class="form-control" id="exampleInputEmail" placeholder=" Enter Email id" required="">
    </div>
    <div class="form-group">
      <label for="telephone">Mobile No.</label>
      <input type="tel" name="number" class="form-control" id="telephone" placeholder=" Enter 10-digit mobile no." required="">
    </div>
  </div>
  <div class="col-md-6">
    <div class="form-group">
      <label for="description"> Message</label>
      <textarea class="form-control" name="comments" id="description" placeholder="Enter Your Message"></textarea>
    </div>
    <div>
      <label style="font-size: 15px"> <b>Enter Captcha Code:</b> </label>
      <div class="flex">
        <input type="text" class="txt1" name="chk" id="chk">
        <input type="text" value="9584" id="ran" readonly="readonly" class="captcha1">
        <button type="button" class="referesh1 btn btn-circle1" value="Referesh" onclick="captch()"><i class="fa fa-refresh fa-spin" style="font-size:24px; color: #ffffffeb;"></i></button>
      </div><br>
      <span id="error2" class="color"></span>
    </div>
    <div>
      <button type="submit" value="submit" name="submit" class="btn btn-default submit" onclick="return validation2();"><i class="fa fa-paper-plane" aria-hidden="true"></i> Send Now</button>
    </div>
  </div>
</form>

Text Content

 * Overview
 * Location
 * Master Plan
 * Floor Plan
 * Amenities
 * Price
 * FAQ
 * Contact
 * 
 * +919696550033

REGISTER TO AVAIL SPECIAL PRICING

Close Enquire Now
×

Get Instant Call Back

+91 9696550033

WHATSAPP BROCHURE

×

Submit

DOWNLOAD BROCHURE

×



EXCLUSIVE OFFERS
POSSESSION IN 3 MONTHS

10.8 ACRES TOWNSHIP

OFFERS 1 & 2 BHK STARTS @
29.75 LACS ALL INC.

 * Address: Off Mysore Road, Bangalore
 * Area: 540.40 sq. ft. to 902.20 sq. ft
 * Total Units: 1920 units of 1 and 2 bedroom
 * No. of Floors: 11 Floors

RERA Number:
PRM/KA/RERA/1251/309/PR/181204/002195





ENQUIRY

CALL: 9696550033
Request Enquiry Schedule a site visit Request call back Refer this project




Enter Captcha Code:

Submit Enquiry


VBHC PALM HAVEN

Vbhc Palm Haven Doddabele Village, Bangalore South Taluk, Kengeri Hobli,
Bengaluru

PROJECT OVERVIEW

Vbhc Palm Haven 2 is a new launch Residential Apartments which is located in Off
Mysore Road, Bangalore. The project spreads across verdant land premise of 15
acres and features 1920 units of 1 and 2 bedroom apartments with a size range of
416 sq. ft. to 902 sq. ft. The apartments are hosted over high-rise elevations
with ground plus 11-floor morphology. The project is RERA approved.

VBHC PalmHaven2 is the newest residential marvel in Bangalore. Created using the
contemporary and matchless architectonics, this new pre-launch project of VBHC
is located at a sough after address, having in store a lifestyle of defined by
extreme comfort and extravagance. Being the company’s largest & tallest
residential township project in Bangalore, PalmHaven is conveniently situated at
Off Mysore Road-NICE Junction, sprawled over an area of 15 acres of wide green
expanse.

The project offers you a range of thoughtfully designed 1 and 2 BHK apartments
that are a total of 1,920 apartments in all. The area of these residences varies
from 416 sq. ft. to 902 sq. ft. which are equipped with premium and futuristic
features. The international quality facilities and comfort level offer you a
chance at an enriched and content life.

This affordable project in Bangalore is a perfect fusion of style and
sufficiency with a huge spectrum of facilities like Swimming pool, Gymnasium, an
exclusive Club House, Jogging track, etc. What sets PalmHaven apart from the
rest of the projects is that it is a sports dedicated township with great sports
facilities for all sports lovers which include Badminton Court, Lawn Tennis
Court, Cricket Net, Sand Volleyball Court, Children’s Play Area etc making the
project a complete entertainment zone.

Thus, VBHC PalmHaven2 allows you to lead life more auspiciously in the most
comfortable manner witnessing the most international level facilities allowing
you to feel altered from the blissful living. What size of apartment you want
depends on your budget and needs. You can choose the size of the flats between
416 to 902 square feet. Don’t worry about the rates, as the rate is decided
according to the budget of commoners. VBHC PalmHaven2 Home starts with just Rs.
21.65 Lacs*.

Please find attached Project Dossier, Master Plan, Floor Plan & Price Sheet for
your ready reference.

Project is approved by HDFC Limited, LIC, ICICI Bank, PNB, HFFC, IIFL, India
Bulls, Tata Capital, Yes Bank, Sundaram Finance & Reliance Home Finance.

Booking amount is Just 50K and booking can be made by sharing Filled Application
Form, PAN Copy, Address Proof, 1 Photograph along with NEFT/IMPS/Cheque/DD
Payment.

VBHC Palm Haven 2 Block- A by VBHC has been specially conceptualized to
celebrate community living while enabling people to connect with the environment
through sports, games, community bonding and recreational facilities. With more
than 700+ neighbours residing within the premises, you will never get the
feeling of being new at your own home. Here your kids will find many friends to
play and grow up with, while you’ll get the chance to build new relationships
and a network of close friends and families. The location is close to prominent
schools, colleges, and hospitals that portray a pleasant picture of a fine
living experience. With wide-open spaces in and around the project, residents
can soak in the eco-friendly environment that is provided which then contributes
to the overall credibility of the project. With amenities and floor plans to
bowl you over, Vbhc PalmHaven is one beautiful project that can be added into
your investment list of properties.

Palm Haven 2 by VBHC has been designed not just as a sports-themed township, but
as a tribute to community living and togetherness.

RERA No: PRM/KA/RERA/1251/309/PR/181204/002195

RERA Registration Number – PRM/KA/RERA/1251/310/PR/171014/000192


PROJECT OVERVIEW

Location: Off Mysore Road, Bangalore

Total Land Area: 416 sq. ft. to 902 sq. ft

No. Of Units: 1920 Units

No. Of Towers: 3 Towers

No. Of Floors: 11 Floors


VBHC PALM HAVEN - LOCATION MAP

Vbhc Palmhaven Phase 2 Location Map




PROJECT LOCATION

NOTHING IS FAR FROM HOME

 * BMTC Bus Stand – 0 Min
 * Raja Rajeshwari Medical College & Hospital – 3 Min
 * Nice Road – 6 Min
 * Upcoming Namma Metro – 8 Min
 * BGS Hospital – 15 Min
 * Kengeri Railway Station – 15 Min
 * Global Village Tech Park – 20 Min
 * RV College of engineering – 20 Min
 * Toyota Kirloskar Motors – 22 Min
 * Gopalan Mall – 25 Min
 * MG Road Metro Station – 40 Min


VBHC PALM HAVEN 2- MASTER PLAN

The master plan of Vbhc Palm Haven 2s will help its customers to know how the
development will look like once completed. It will include details about the
entry/exit into the development, number of towers, blocks, overall landscaping,
gardens, and outdoor amenities. This plan will basically give the future
residents an aerial view of the upcoming project. Hence, any common man with a
minimum construction idea will also understand what he will get post completion.

Vbhc Palmhaven Phase 2 Masterplan




VBHC PALM HAVEN - FLOOR PLAN

The floor plan of Vbhc Palmhaven Phase 2 will give a rough idea of the
apartments available here. These 3D diagrams will help the buyers to visualize
each room of their future abode like the bedrooms, kitchen, utility area, study
room, foyer, drawing/dining area, and even the balcony. The measurement of the
rooms will also be given clearly so that it’s easier for anyone to understand
the unit sizes. These floor plans assure that the buyer’s money is utilized in
the best possible way. The floor plan is a physical drawing by experts which
shows a dimensional layout of the whole structure. The floor plan of this
project has taken care of every minute details of your dream home and paints
clearly all the features of the amazing homes in this project. All the
architectural details along with practical considerations have been given a
detailed eye in the floor plans of Vbhc Palmhaven Phase 2. Bedrooms, living
room, balcony, kitchen, toilets all the units have been well portrayed.

-------------------------------------

 * All
 * 1 BHK
 * 2 BHK

1 BEDROOM

2 BEDROOM

TYPICAL FLOOR PLAN




FAQ

WHAT WILL BE THE EXPECTED RENTAL INCOME FOR 1 BHK FROM THIS PROPERTY?

In VBHC Palmhaven 2, 1 bhk expected rent is around Rs. 8,900 to Rs.
10,000/month.

WHAT ARE THE MAINTENANCE CHARGES FOR THIS VBHC PALMHAVEN 2?

Maintenance charges per month in this project are Rs. 2 charges/sqft.

HOW MUCH EMI DO I NEED TO PAY?

For buying 2 bhk project, you would be paying around Rs. 27,994 to Rs. 36,746
for a period of 15 years loan tenure at 9.0% interest.




VBHC PALM HAVEN - AMENITIES

Gymnasium

Clubhouse

Swimming Pool

Games Room

Health Center

Jogging Track

Outdoor Courts

Amphitheater

Landscaped Gardens

Kids Play Area

Retail Spaces

Party Area


VBHC PALM HAVEN - SPECIFICATION


STRUCTURE



 * Seismic Zone-II compliant structure
 * Basement and ground floor (parking area only) : RCC framed
 * Ground — 19/20th floor: RCC shear walls




ELECTRICAL



 * Conduits (Nelco/National Piping/ VIP or equivalent)
 * Wire ()Havells/Polycab/Rajanigandha or equivalent)
 * Switches (Anchor/Salzer or equivalent)




PAINTING



 * Internal wall : Emulsion paint (Asian paints/ Dulux or equivalent)
 * External : Exterior Texture (Asian paints/ Dulux or equivalent)




BATHROOM/TOILET



 * CP fittings (Jaquar/Cera/Hindware or equivalent)
 * Sanitary ware (Hindware/Johnson/Cera or equivalent)




WINDOWS



 * Large UPVC /AIuminium French window between hall & balcony
 * UPVC /AIuminium Sliding windows for other areas
 * UPVC /AIuminium ventilator




LIFTS



 * Schindler/Kone or equivalent
 * Wire (Havells/Polycab/Rajanigandha or equivalent)
 * Switches (Anchor/Salzer or equivalent)




DOORS



 * Main : Solid RCC door frame
 * Other : Solid RCC door frame
 * Masonite HDF skin door with panel for main door (Kalpataru/Edoors or
   equivalent)
 * HDF sandwich composite for bedroom door (Kalpataru/Edoors or equivalent)
 * Flush door for bathroom (Kalpataru/Edoors or equivalent)




FLOORING



 * Hall/Bedroom/Kitchen : Vitrified tiles (Riwasa/Bajaj or equivalent)
 * Bath/WC/BaIcony: Anti-skid ceramic tiles (Riwasa/Bajaj or equivalent)
 * Lobbies : Matt finish/glossy ceramic tiles (Riwasa/Bajaj or equivalent)
 * Bath dado : Ceramic wall tiles up to door
 * lintel Kitchen Granite Slab on MS frames and 2 feet ceramic tiles




PROJECT GALLERY




VBHC PALM HAVEN - PRICE

Specification Super Built-up Area Basic Price Price Breakup (₹) 1 BHK 540.40
sqft 29.75 Lacs All Inc. Request Price Breakup 2 BHK 902.20 sqft 46.50 Lacs All
Inc. Request Price Breakup

REGISTER TO AVAIL SPECIAL PRICING

Close Enquire Now


VBHC PALM HAVEN - CONTACT US

Your Name
Email Address
Mobile No.
Message
Enter Captcha Code:


Send Now

ABOUT BUILDERS

VBHC Value Homes Private Limited (formerly known as Value and Budget Housing
Corporation Private Limited) was founded in July 2008 by former Chairman of
Mphasis, Mr. Jaithirth Rao and former Consumer Banking Head of Citibank Mr. P.
S. Jayakumar with the vision to offer quality living to everyone.

DISCLAIMER: With all the changes happening in the political and economic
environment around the world, real estate is bound to be affected and effected
in some ways as it forms such a crucial part of a country’s economic make-up