Commit 024225ca by Harshit

changes

1 parent d9e0b6d6
...@@ -218,7 +218,7 @@ p { ...@@ -218,7 +218,7 @@ p {
.navbar-default .navbar-nav>li>a { .navbar-default .navbar-nav>li>a {
/* color: #2e6da4; */ /* color: #2e6da4; */
padding: 20px 15px 0 15px; padding: 12px 5px 0 15px;
text-shadow: none; text-shadow: none;
text-transform: uppercase; text-transform: uppercase;
font-family: "Cera Pro Regular"; font-family: "Cera Pro Regular";
...@@ -268,7 +268,7 @@ p { ...@@ -268,7 +268,7 @@ p {
.navbar-brand>img { .navbar-brand>img {
float: left; float: left;
margin-right: 15px; margin-right: 15px;
width: 115px; width: 100px;
margin-top: 3px; margin-top: 3px;
margin-left: 20px; margin-left: 20px;
} }
...@@ -357,7 +357,7 @@ p { ...@@ -357,7 +357,7 @@ p {
.navbar-nav>li>a { .navbar-nav>li>a {
line-height: 40px !important; line-height: 40px !important;
margin-right: 35px; /* margin-right: 35px; */
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
outline: none; outline: none;
...@@ -412,18 +412,18 @@ p { ...@@ -412,18 +412,18 @@ p {
padding: -3px 0px; padding: -3px 0px;
/*top: -60px;*/ /*top: -60px;*/
/*transition: top 0.3s;*/ /*transition: top 0.3s;*/
height: 124px; height: 88px;
} }
.glob-sec { .glob-sec {
width: 100%; width: 100%;
padding: 80px 0px 10px; padding: 50px 0;
} }
@media (max-width: 768px) { @media (max-width: 768px) {
.glob-sec { .glob-sec {
width: 100%; width: 100%;
padding: 40px 0px 10px; padding: 50px 0;
} }
} }
...@@ -603,12 +603,22 @@ p { ...@@ -603,12 +603,22 @@ p {
text-align: center; text-align: center;
margin-bottom: 25px; margin-bottom: 25px;
} }
.overview-form h2 {
font-size: 17px !important;
}
} }
.head-center { .head-center {
text-align: center; text-align: center;
} }
.disclaimer {
cursor: pointer;
text-decoration: underline;
}
.sub-head { .sub-head {
text-align: center; text-align: center;
margin-top: 10px; margin-top: 10px;
...@@ -1319,8 +1329,11 @@ hr { ...@@ -1319,8 +1329,11 @@ hr {
/*----------- price model--------------*/ /*----------- price model--------------*/
#price-model input, .selectfields {
#price-model select { display: none;
}
.forms-input {
height: 40px; height: 40px;
border: none; border: none;
width: 100%; width: 100%;
...@@ -1362,18 +1375,7 @@ hr { ...@@ -1362,18 +1375,7 @@ hr {
/*----------- i am model--------------*/ /*----------- i am model--------------*/
#interested input,
#interested select {
height: 40px;
border: none;
width: 100%;
background: #f3f3f3;
letter-spacing: 1px;
border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
border-top-right-radius: 10px !important;
border-bottom-right-radius: 10px !important;
}
#interested input::placeholder { #interested input::placeholder {
color: #bebebe; color: #bebebe;
...@@ -1409,18 +1411,7 @@ hr { ...@@ -1409,18 +1411,7 @@ hr {
padding: 0px !important; padding: 0px !important;
} }
#broch-form input,
#broch-form select {
height: 40px;
border: none;
width: 100%;
background: #fff;
letter-spacing: 1px;
border-top-right-radius: 10px !important;
border-bottom-right-radius: 10px !important;
border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
}
#broch-form input::placeholder { #broch-form input::placeholder {
color: #bebebe; color: #bebebe;
...@@ -1460,18 +1451,7 @@ hr { ...@@ -1460,18 +1451,7 @@ hr {
padding: 0px !important; padding: 0px !important;
} }
#plans-form input,
#plans-form select {
height: 40px;
border: none;
width: 100%;
background: #fff;
letter-spacing: 1px;
border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
border-top-right-radius: 10px !important;
border-bottom-right-radius: 10px !important;
}
#plans-form input::placeholder { #plans-form input::placeholder {
color: #bebebe; color: #bebebe;
...@@ -1636,7 +1616,7 @@ hr { ...@@ -1636,7 +1616,7 @@ hr {
.legends li { .legends li {
list-style: none; list-style: none;
line-height: 1.5; line-height: 1.5;
font-size: 13px; font-size: 18px;
} }
@media (max-width: 768px) { @media (max-width: 768px) {
...@@ -1645,10 +1625,106 @@ hr { ...@@ -1645,10 +1625,106 @@ hr {
} }
.legends li { .legends li {
font-size: 12px; font-size: 14px;
} }
}
@media (max-width: 768px) {
.about-item {
width: 100%;
}
}
/* .sub-area {
display: flex;
justify-content: center;
gap: 60px;
text-align: center;
}
.about-img img{
width: 70px;
} */
.sub-area {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
margin-top: 30px;
}
.about-item {
background: #f8f8f8;
border-radius: 12px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
padding: 20px;
width: 300px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
transition: transform 0.3s ease;
} }
.about-item:hover {
transform: translateY(-5px);
}
/* .about-img img {
width: 60px;
height: 60px;
object-fit: contain;
margin-bottom: 15px;
} */
.about-img img {
width: 115px;
height: 115px;
object-fit: contain;
/* border-radius: 50%; */
/* background-color: #fff; */
padding: 25px;
/* border: 2px solid #ddd; */
/* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
/* margin-bottom: 15px; */
}
.about-img{
border: 1px solid;
border-radius: 50%;
background-color: #fff;
}
.about-item h3 {
font-size: 1.1rem;
font-weight: 600;
color: #333;
margin: 0;
margin-top: 17px;
}
#masterplan {
background-color: #cae7bd !important;
}
.about-contain {
/* padding: 40px 0; */
}
/* World */ /* World */
.intl-tel-input .selected-flag { .intl-tel-input .selected-flag {
...@@ -1762,27 +1838,33 @@ hr { ...@@ -1762,27 +1838,33 @@ hr {
} }
.interested { .interested {
position: fixed;
z-index: 9999;
top: 50%;
right: -52px;
background: #224b23 !important; background: #224b23 !important;
border: none; /* margin: 28px; */
letter-spacing: 1px; /* border-radius: 20px; */
transform: rotate(270deg); border: none !important;
font-size: 18px !important; padding: 12px 15px;
font-family: "Cera Pro Regular"; margin: 20px 0;
text-transform: uppercase;
position: fixed;
bottom: 11px;
z-index: 111;
right: 30px;
font-size: 14px;
} }
.btn-download { .btn-download {
background: #224b23 !important; background: #224b23 !important;
/* margin: 28px; */ /* margin: 28px; */
border-radius: 20px; /* border-radius: 20px; */
border: none !important; border: none !important;
padding: 12px 15px; padding: 12px 15px;
margin: 20px 0; margin: 20px 0;
text-transform: uppercase; text-transform: uppercase;
position: fixed;
bottom: 11px;
z-index: 111;
left: 30px;
} }
.rera-para { .rera-para {
...@@ -1839,6 +1921,7 @@ hr { ...@@ -1839,6 +1921,7 @@ hr {
position: fixed; position: fixed;
bottom: 0px; bottom: 0px;
z-index: 99; z-index: 99;
display: none;
} }
.f-icon { .f-icon {
...@@ -2495,7 +2578,7 @@ b { ...@@ -2495,7 +2578,7 @@ b {
@media (max-width: 767px) { @media (max-width: 767px) {
.overlay { .overlay {
background: #fff; background: #fff;
padding: 50px 0 0; padding: 0 !important;
height: auto; height: auto;
} }
...@@ -2512,6 +2595,14 @@ b { ...@@ -2512,6 +2595,14 @@ b {
} }
.interested { .interested {
/* display: none; */
transform: rotate(270deg);
right: -40px;
bottom: 31%;
padding: 5px 10px;
}
.call-btn {
display: none; display: none;
} }
...@@ -2521,6 +2612,12 @@ b { ...@@ -2521,6 +2612,12 @@ b {
font-size: 13px; font-size: 13px;
} }
.gallery-tabs {
display: flex;
justify-content: center;
}
.stamp sup { .stamp sup {
color: red; color: red;
font-size: 22px; font-size: 22px;
...@@ -2828,7 +2925,7 @@ b { ...@@ -2828,7 +2925,7 @@ b {
} }
.floor { .floor {
filter: blur(1px); filter: blur(2px);
} }
...@@ -2870,16 +2967,7 @@ b { ...@@ -2870,16 +2967,7 @@ b {
background: url("../images/patch3.webp") no-repeat bottom right; background: url("../images/patch3.webp") no-repeat bottom right;
} }
.owl-nav button.owl-prev { .owl-nav button.owl-prev {}
position: absolute !important;
top: 45%;
left: 5px;
display: block !important;
border: 0px solid #000;
color: #fff;
background: #000;
border-radius: 70px;
}
.owl-theme .owl-nav { .owl-theme .owl-nav {
margin: unset; margin: unset;
...@@ -2887,40 +2975,12 @@ b { ...@@ -2887,40 +2975,12 @@ b {
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next { .owl-carousel .owl-nav button.owl-next {
width: 30px; filter: invert(1);
height: 30px;
margin: 10px 0px;
background: #ecf0f1;
border-radius: 50%;
color: #fff;
outline: none;
cursor: pointer;
position: relative;
z-index: 9999;
background: #000000 !important;
bottom: 0px;
color: #fff !important;
font-size: 5px !important;
border-radius: 71px;
z-index: 999;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.owl-nav button.owl-next {
position: absolute !important;
top: 45%;
right: 5px;
display: block !important;
/* right: 0px; */
border: 0px solid #000;
color: #fff;
border-radius: 70px;
background: #000;
} }
.owl-nav button.owl-next {}
#carousel-example-generic1 { #carousel-example-generic1 {
width: 500px; width: 500px;
max-width: 100%; max-width: 100%;
...@@ -3543,7 +3603,7 @@ input[type="number"]::-webkit-outer-spin-button { ...@@ -3543,7 +3603,7 @@ input[type="number"]::-webkit-outer-spin-button {
} }
.overview-form h2 { .overview-form h2 {
font-size: 25px; font-size: 22px;
} }
...@@ -3589,7 +3649,7 @@ input[type="number"]::-webkit-outer-spin-button { ...@@ -3589,7 +3649,7 @@ input[type="number"]::-webkit-outer-spin-button {
} }
.navbar-img { .navbar-img {
width: 200px; width: 150px;
margin-left: -134px; margin-left: -134px;
margin-top: 15px; margin-top: 15px;
} }
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -78,7 +78,8 @@ ...@@ -78,7 +78,8 @@
<meta http-equiv="ContenType" content="text/html; charset=UTF-8" /> <meta http-equiv="ContenType" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title> Eco City- Your perfect Home <title> Urban Luxurious 3 & 4 BHK Villas in Hoskote
</title> </title>
<meta name="description" content=""> <meta name="description" content="">
<meta name="keywords" content=""> <meta name="keywords" content="">
...@@ -125,7 +126,7 @@ ...@@ -125,7 +126,7 @@
<nav class="navbar navbar-default" id="hide-menu"> <nav class="navbar navbar-default" id="hide-menu">
<div class="container-fluid"> <div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display --> <!-- Brand and toggle get grouped for better mobile display -->
<div class="col-md-2"> <div class="col-md-1">
<div class="navbar-header"> <div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" <button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
...@@ -140,7 +141,7 @@ ...@@ -140,7 +141,7 @@
</a> </a>
<!-- <button class="btn btn-danger download1 btn-download visible-xs">Download <!-- <button class="btn btn-danger download1 btn-download visible-xs">Download
Brochure</button> --> Brochure</button> -->
<!-- <img class="navbar-img mob-img" src="images/logo/logo-2.png"> --> <img class="navbar-img mob-img" src="images/logo/logo-2.png">
</div> </div>
</div> </div>
...@@ -151,10 +152,14 @@ ...@@ -151,10 +152,14 @@
<ul class="nav navbar-nav navbar-right"> <ul class="nav navbar-nav navbar-right">
<!-- <li><a href="#home" class="m-link">Home</a></li> --> <!-- <li><a href="#home" class="m-link">Home</a></li> -->
<li><a href="#overview" class="m-link">Overview</a></li> <li><a href="#overview" class="m-link">Overview</a></li>
<li><a href="#configuration" class="m-link">Configuration</a></li>
<li><a href="#indulgence" class="m-link">Amenities</a></li> <li><a href="#indulgence" class="m-link">Amenities</a></li>
<li><a href="#masterplan" class="m-link">Your World</a></li> <li><a href="#plans" class="m-link">Floor PLan</a></li>
<li><button class="btn btn-danger download1 btn-download hidden-xs">Download <li><a href="#masterplan" class="m-link">Location</a></li>
Brochure</button></li> <li><a href="#about-us" class="m-link">About Us</a></li>
<li><a href="#contact" class="m-link">Contact Us</a></li>
<!-- <li><button class="btn btn-danger download1 btn-download hidden-xs">Download
Brochure</button></li> -->
<!-- <button class="btn btn-danger download1 btn-download hidden-xs">Download Brochure</button> --> <!-- <button class="btn btn-danger download1 btn-download hidden-xs">Download Brochure</button> -->
<!-- <li><a href="#gallery" class="m-link">Gallery</a></li> --> <!-- <li><a href="#gallery" class="m-link">Gallery</a></li> -->
...@@ -165,9 +170,9 @@ ...@@ -165,9 +170,9 @@
</div><!-- /.navbar-collapse --> </div><!-- /.navbar-collapse -->
</div> </div>
<!-- <div class="col-md-1"> <div class="col-md-1">
<img class="navbar-img desk-img" src="images/logo/logo-2.png"> <img class="navbar-img desk-img" src="images/logo/logo-2.png">
</div> --> </div>
<!-- /.container-fluid --> <!-- /.container-fluid -->
<!-- <div class="col-md-1 hidden-xs"> <!-- <div class="col-md-1 hidden-xs">
...@@ -279,6 +284,87 @@ ...@@ -279,6 +284,87 @@
</h2> </h2>
</div> </div>
<div class="row"> <div class="row">
<div class="col-md-5 visible-xs">
<div class="overview-form">
<h2 class="text-center wow fadeInUp" style="margin-bottom: 13px">
Claim Your Green Space in Bengaluru</h2>
<!-- <hr style="border-top: 4px solid #fff"> -->
<h3 class="margin-bottom">Please enter your details to know more about Eco
City</h3>
<form id="contact_form" action="thank-you.php" name="contact_form" method="POST"
onsubmit="return save_landing_pageinfo('contact_form');" novalidate="novalidate">
<div class="form-group col-md-12">
<div class="input-group">
<!-- <div class="input-group-addon">
<i class="fa fa-user form-ico" aria-hidden="true"></i>
</div> -->
<input type="text" class="form-control" name="fname" placeholder=" Full Name*">
</div>
<label for="fname" generated="true" class="error"></label>
</div>
<div class="form-group col-md-12 margin-bottom">
<div class="input-group">
<!-- <input type="number" class="form-control" name="mobile"
placeholder="Mobile"> -->
<input id="mobileno" class="form-control " type="tel" name="mobile"
placeholder="Mobile*" required>
</div>
<!-- <input type="hidden" name="isoCode" value="" id="isoCode">
<input type="hidden" name="dialCode" value="" id="dialCode"> -->
<label for="mobile" generated="true" class="error"></label>
</div>
<div class="form-group col-md-12 margin-bottom">
<div class="input-group">
<!-- <div class="input-group-addon">
<i class="fa fa-envelope" aria-hidden="true"></i>
</div> -->
<input type="email" class="form-control" name="email" placeholder="Email*">
<input type="hidden" name="source" value="Register Form">
</div>
<label for="email" generated="true" class="error"></label>
</div>
<div class="form-group col-md-12 selectfields">
<div class="input-group">
<select name="select_option_1" class="form-control custom-select" required>
<option selected hidden value="">Select Configuration</option>
<option value="3 BHK Villas">3 BHK Villas</option>
<option value="4 BHK Villas">4 BHK Villas </option>
</select>
</div>
<label for="select_option_1" class="error"></label>
</div>
<div class="form-group col-md-12 selectfields">
<div class="input-group">
<select name="select_option_2" class="form-control custom-select" required>
<option selected hidden value="">Schedule Site Visit</option>
<option value="This Week">This Week</option>
<option value="Next Week">Next Week</option>
<option value="This Month">This Month</option>
</select>
</div>
<label for="select_option_2" class="error"></label>
</div>
<button type="submit" class="btn btn-default form-btn margin-bottom">Submit
</button>
</form>
</div>
</div>
<div class="paragraph"> <div class="paragraph">
<h4>A SPACE THAT <br> <span>REPRESENTS YOU</span></h4> <h4>A SPACE THAT <br> <span>REPRESENTS YOU</span></h4>
<h1> ECO CITY- Your perfect Home</h1> <h1> ECO CITY- Your perfect Home</h1>
...@@ -295,22 +381,22 @@ ...@@ -295,22 +381,22 @@
<img src="images/gallery/2.jpg" class="img-responsive overview-img "> <img src="images/gallery/2.jpg" class="img-responsive overview-img ">
</div> </div>
</div> </div>
<div class="col-md-5 "> <div class="col-md-5 hidden-xs">
<div class="overview-form"> <div class="overview-form">
<h2 class="text-center wow fadeInUp" style="margin-bottom: 13px"> <h2 class="text-center wow fadeInUp" style="margin-bottom: 13px">
Register Now</h2> Claim Your Green Space in Bengaluru</h2>
<!-- <hr style="border-top: 4px solid #fff"> --> <!-- <hr style="border-top: 4px solid #fff"> -->
<h3 class="margin-bottom">Please enter your details to know more about Eco <h3 class="margin-bottom">Please enter your details to know more about Eco
City</h3> City</h3>
<form id="register-form" action="thank-you.php" name="register-form" method="POST" <form id="contact_form" action="thank-you.php" name="contact_form" method="POST"
onsubmit="return save_landing_pageinfo('register-form');" novalidate="novalidate"> onsubmit="return save_landing_pageinfo('contact_form');" novalidate="novalidate">
<div class="form-group col-md-12"> <div class="form-group col-md-12">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon"> <!-- <div class="input-group-addon">
<i class="fa fa-user form-ico" aria-hidden="true"></i> <i class="fa fa-user form-ico" aria-hidden="true"></i>
</div> --> </div> -->
<input type="text" class="form-control" name="fname" placeholder=" Name*"> <input type="text" class="form-control" name="fname" placeholder=" Full Name*">
</div> </div>
<label for="fname" generated="true" class="error"></label> <label for="fname" generated="true" class="error"></label>
</div> </div>
...@@ -320,11 +406,14 @@ ...@@ -320,11 +406,14 @@
<div class="input-group"> <div class="input-group">
<!-- <input type="number" class="form-control" name="mobile" <!-- <input type="number" class="form-control" name="mobile"
placeholder="Mobile"> --> placeholder="Mobile"> -->
</div> <input id="mobileno" class="form-control " type="tel" name="mobile"
<input id="mobileno" class="form-control validate" type="tel" name="mobile"
placeholder="Mobile*" required> placeholder="Mobile*" required>
<input type="hidden" name="isoCode" value="" id="isoCode"> </div>
<input type="hidden" name="dialCode" value="" id="dialCode">
<!-- <input type="hidden" name="isoCode" value="" id="isoCode">
<input type="hidden" name="dialCode" value="" id="dialCode"> -->
<label for="mobile" generated="true" class="error"></label>
</div> </div>
<div class="form-group col-md-12 margin-bottom"> <div class="form-group col-md-12 margin-bottom">
<div class="input-group"> <div class="input-group">
...@@ -337,6 +426,34 @@ ...@@ -337,6 +426,34 @@
<label for="email" generated="true" class="error"></label> <label for="email" generated="true" class="error"></label>
</div> </div>
<div class="form-group col-md-12 selectfields">
<div class="input-group">
<select name="select_option_1" class="form-control custom-select" required>
<option selected hidden value="">Select Configuration</option>
<option value="3 BHK Villas">3 BHK Villas</option>
<option value="4 BHK Villas">4 BHK Villas </option>
</select>
</div>
<label for="select_option_1" class="error"></label>
</div>
<div class="form-group col-md-12 selectfields">
<div class="input-group">
<select name="select_option_2" class="form-control custom-select" required>
<option selected hidden value="">Schedule Site Visit</option>
<option value="This Week">This Week</option>
<option value="Next Week">Next Week</option>
<option value="This Month">This Month</option>
</select>
</div>
<label for="select_option_2" class="error"></label>
</div>
<button type="submit" class="btn btn-default form-btn margin-bottom">Submit <button type="submit" class="btn btn-default form-btn margin-bottom">Submit
</button> </button>
...@@ -433,8 +550,7 @@ ...@@ -433,8 +550,7 @@
<!-- <img class="head-icon wow fadeInUp" data-wow-duration="1s" data-wow-delay="1s" src="images/head-icon.webp"> --> <!-- <img class="head-icon wow fadeInUp" data-wow-duration="1s" data-wow-delay="1s" src="images/head-icon.webp"> -->
<div class="sec-title"> <div class="sec-title">
<h2 class="sec-head head-center wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.5s">YOUR <h2 class="sec-head head-center wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.5s">AMENITIES
INDULGENCE
</h2> </h2>
</div> </div>
<!--<h3 class="sub-head">View Your Dream Homes</h3>--> <!--<h3 class="sub-head">View Your Dream Homes</h3>-->
...@@ -884,15 +1000,14 @@ ...@@ -884,15 +1000,14 @@
<div class="container"> <div class="container">
<div class="sec-title"> <div class="sec-title">
<h2 class="sec-head head-center wow fadeInUp hidden-xs" data-wow-duration="1s" data-wow-delay="0.5s"> <h2 class="sec-head head-center wow fadeInUp " data-wow-duration="1s" data-wow-delay="0.5s">
WELCOME TO YOUR LOCATION ADVANTAGES
WORLD
</h2> </h2>
<h2 class="sec-head head-center wow fadeInUp visible-xs" data-wow-duration="1s" data-wow-delay="0.5s"> <!-- <h2 class="sec-head head-center wow fadeInUp visible-xs" data-wow-duration="1s" data-wow-delay="0.5s">
WELCOME <br> WELCOME <br>
TO YOUR TO YOUR
WORLD WORLD
</h2> </h2> -->
</div> </div>
<!--<h3 class="sub-head">View Your Dream Homes</h3>--> <!--<h3 class="sub-head">View Your Dream Homes</h3>-->
...@@ -903,7 +1018,7 @@ ...@@ -903,7 +1018,7 @@
<div class="col-md-3 legends hidden-xs"> <div class="col-md-3 legends hidden-xs">
<h2 STYLE="font-size: 18px; margin-bottom: 20px">LEGEND</h2> <h2 STYLE="font-size: 18px; margin-bottom: 20px"></h2>
<ul> <ul>
<li>1. Landscaped Parks</li> <li>1. Landscaped Parks</li>
<li>2. Swimming Pool</li> <li>2. Swimming Pool</li>
...@@ -916,24 +1031,7 @@ ...@@ -916,24 +1031,7 @@
</ul> </ul>
</div> </div>
<div class="col-md-3 legends visible-xs">
<h2 STYLE="font-size: 18px; text-align: center; margin-bottom: 20px">LEGEND</h2>
<ul class="col-xs-6">
<li>1. Landscaped Parks</li>
<li>2. Swimming Pool</li>
<li>3. State of the Art Gym</li>
<li>4. Conference Hall</li>
</ul>
<ul class="col-xs-6">
<li>5. Skating Rink</li>
<li>6. Children's Park</li>
<li>7. Amphitheater</li>
<li>8. Basketball Court</li>
</ul>
</div>
<div class="col-md-6" style="visibility: visible; animation-name: fadeInDown;"> <div class="col-md-6" style="visibility: visible; animation-name: fadeInDown;">
...@@ -944,9 +1042,6 @@ ...@@ -944,9 +1042,6 @@
</div> </div>
</a> </a>
</div> </div>
</div> </div>
<div class="col-md-3 legends hidden-xs"> <div class="col-md-3 legends hidden-xs">
...@@ -964,21 +1059,46 @@ ...@@ -964,21 +1059,46 @@
</div> </div>
<div class="col-md-3 legends visible-xs"> <div class="col-md-3 legends visible-xs">
<h2 STYLE="font-size: 18px; text-align: center; margin-bottom: 20px"></h2>
<ul class="col-xs-6">
<li>1. Landscaped Parks</li>
<li>2. Swimming Pool</li>
<li>3. State of the Art Gym</li>
<li>4. Conference Hall</li>
<li>5. Skating Rink</li>
<li>6. Children's Park</li>
<li>7. Amphitheater</li>
<li>8. Basketball Court</li>
</ul>
<ul class="col-xs-6"> <ul class="col-xs-6">
<li>9. Cricket Pitch / Net</li> <li>9. Cricket Pitch / Net</li>
<li>10. Tennis Court</li> <li>10. Tennis Court</li>
<li>11. Beach volleyball</li> <li>11. Beach volleyball</li>
<li>12. Kids Play Area</li> <li>12. Kids Play Area</li>
</ul>
<ul class="col-xs-6">
<li>13. Yoga & Meditation zone</li> <li>13. Yoga & Meditation zone</li>
<li>14. Indoor and Outdoor Courts</li> <li>14. Indoor and Outdoor Courts</li>
<li>15. Table Tennis and Pool Table</li> <li>15. Table Tennis and Pool Table</li>
<li>16. Coffee Shop</li> <li>16. Coffee Shop</li>
</ul> </ul>
<!-- <ul class="col-xs-6">
</ul>
<ul class="col-xs-6">
</ul> -->
</div> </div>
<!-- <div class="col-md-3 legends visible-xs">
</div> -->
<img src="images/arrow2.webp" alt="" class="hidden-xs" style="position: absolute; bottom: 0;"> <img src="images/arrow2.webp" alt="" class="hidden-xs" style="position: absolute; bottom: 0;">
</div> </div>
</div> </div>
...@@ -1038,11 +1158,9 @@ ...@@ -1038,11 +1158,9 @@
</section> </section>
<section class="glob-sec light-grey" id="gallery"> <!-- <section class="glob-sec light-grey" id="gallery">
<div class="container"> <div class="container">
<!-- <img class="head-icon wow fadeInUp" data-wow-duration="1s" data-wow-delay="1s" src="images/head-icon.webp"> -->
<!-- <h2 class="sec-head head-center wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.5s">Gallery</h2> -->
<!--<h3 class="sub-head">View Your Dream Homes</h3>-->
<div class="sec-title"> <div class="sec-title">
<h2 class="sec-head head-center wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.5s"> <h2 class="sec-head head-center wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.5s">
...@@ -1074,85 +1192,239 @@ ...@@ -1074,85 +1192,239 @@
</a> </a>
</div> </div>
</div> </div>
<!--
<div class="item" style="visibility: visible; animation-name: fadeInDown;"> <div class="item" style="visibility: visible; animation-name: fadeInDown;">
<div class="amenities-gallery mg-mb"> <div class="amenities-gallery mg-mb">
<img src="images/gallery/3.jpg"> <img src="images/gallery/4.jpg">
<a data-fancybox="general" href="images/gallery/3.jpg" class="l-box"> <a data-fancybox="general" href="images/gallery/4.jpg" class="l-box">
<div class="ami-overlay"> <div class="ami-overlay">
</div> </div>
</a> </a>
</div> </div>
</div> --> </div>
<div class="item" style="visibility: visible; animation-name: fadeInDown;"> <div class="item" style="visibility: visible; animation-name: fadeInDown;">
<div class="amenities-gallery mg-mb"> <div class="amenities-gallery mg-mb">
<img src="images/gallery/4.jpg"> <img src="images/gallery/5.jpg">
<a data-fancybox="general" href="images/gallery/4.jpg" class="l-box"> <a data-fancybox="general" href="images/gallery/5.jpg" class="l-box">
<div class="ami-overlay"> <div class="ami-overlay">
</div> </div>
</a> </a>
</div> </div>
</div> </div>
<div class="item" style="visibility: visible; animation-name: fadeInDown;"> <div class="item" style="visibility: visible; animation-name: fadeInDown;">
<div class="amenities-gallery mg-mb"> <div class="amenities-gallery mg-mb">
<img src="images/gallery/5.jpg"> <img src="images/gallery/7.jpg">
<a data-fancybox="general" href="images/gallery/5.jpg" class="l-box"> <a data-fancybox="general" href="images/gallery/7.jpg" class="l-box">
<div class="ami-overlay"> <div class="ami-overlay">
</div> </div>
</a> </a>
</div> </div>
</div> </div>
<!-- <div class="item" style="visibility: visible; animation-name: fadeInDown;">
</div>
</section> -->
<section id="gallery" class="glob-sec light-grey">
<div class="container">
<div class="sec-title">
<h2 class="sec-head head-center wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.5s">
Gallery
</h2>
</div>
<div class="headline" style="color:#fff;"></div>
<div class="row mr0">
<ul class="nav nav-tabs gallery-tabs" role="tablist">
<li role="presentation" class="active">
<a href="#exterior" aria-controls="profile" role="tab" data-toggle="tab"
aria-expanded="true">
Elevation
</a>
</li>
<li role="presentation" class="">
<a href="#inter" aria-controls="profile" role="tab" data-toggle="tab"
aria-expanded="true">
Interior
</a>
</li>
<li role="presentation" class="">
<a href="#floor" aria-controls="profile" role="tab" data-toggle="tab"
aria-expanded="true">
Amenities
</a>
</li>
</ul>
<div class="tab-content">
<div role="tabpanel" class="tab-pane fade active in" id="exterior">
<div class="tab-content-wrap">
<div class="row mr0">
<div class="owl-carousel owl-theme gallery-carousel ">
<div class="item">
<div class="amenities-gallery mg-mb"> <div class="amenities-gallery mg-mb">
<img src="images/gallery/6.jpg">
<a data-fancybox="general" href="images/gallery/6.jpg" <a href="images/gallery/1.jpg" data-fancybox="apt"
class="l-box"> data-caption="">
<div class="ami-overlay"> <img src="<?php echo $assetBase; ?>images/gallery/1.jpg" alt="">
</a>
</div>
</div> </div>
<div class="item">
<div class="amenities-gallery mg-mb">
<a href="images/gallery/2.jpg" data-fancybox="apt"
data-caption="">
<img src="<?php echo $assetBase; ?>images/gallery/2.jpg" alt="">
</a> </a>
</div> </div>
</div> --> </div>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade in" id="inter">
<div class="tab-content-wrap">
<div class="row mr0">
<div class="owl-carousel owl-theme gallery-carousel ">
<div class="item" style="visibility: visible; animation-name: fadeInDown;"> <div class="item">
<div class="amenities-gallery mg-mb"> <div class="amenities-gallery mg-mb">
<img src="images/gallery/7.jpg"> <a href="images/gallery/3.jpg" data-fancybox="inter"
<a data-fancybox="general" href="images/gallery/7.jpg" class="l-box"> data-caption="">
<div class="ami-overlay"> <img src="<?php echo $assetBase; ?>images/gallery/3.jpg" alt="">
</a>
</div>
</div>
<div class="item">
<div class="amenities-gallery mg-mb">
<a href="images/gallery/4.jpg" data-fancybox="inter"
data-caption="">
<img src="<?php echo $assetBase; ?>images/gallery/4.jpg" alt="">
</a>
</div>
</div>
</div>
</div>
</div> </div>
</div>
<div role="tabpanel" class="tab-pane fade in" id="floor">
<div class="tab-content-wrap">
<div class="row mr0">
<div class="owl-carousel owl-theme gallery-carousel ">
<div class="item">
<div class="amenities-gallery mg-mb">
<a href="images/gallery/5.jpg" data-fancybox="floor"
data-caption="">
<img src="<?php echo $assetBase; ?>images/gallery/5.jpg" alt="">
</a> </a>
</div> </div>
</div> </div>
<div class="item">
<div class="amenities-gallery mg-mb">
<a href="images/gallery/6.jpg" data-fancybox="floor"
data-caption="">
<img src="<?php echo $assetBase; ?>images/gallery/6.jpg" alt="">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="master">
<div class="tab-content-wrap">
<div class="row mr0">
<!-- <div class="owl-carousel owl-theme gallery-carousel "> -->
<div class="item col-md-4 col-md-offset-3">
<div class="amenities-gallery mg-mb">
<a href="images/gallery/master.jpg" data-fancybox="foor"
data-caption="">
<img class="gallery-image" src="<?php echo $assetBase; ?>images/gallery/master.jpg" alt="">
</a>
</div>
</div> </div>
<!-- </div> -->
</div>
</div>
</div>
</div>
</div>
</div>
</section> </section>
<section class="glob-sec" id="about-us">
<div class="container">
<div class="sec-title">
<h2 class="sec-head2 head-center wow fadeInUp " data-wow-duration="1s" data-wow-delay="0.5s">
About Us</h2>
</div>
<div class="text-center about-contain">
<p>The Aashrayaa Group was set up in 2006 in Bangalore, the Silicon City of Asia, to meet the growing demand for quality housing in Bangalore. Heading this Group by Mr. M Padmanabha Reddy & Mr. D Raja Gopal. Their vision, their dedication and their forward-looking ideas have shaped the Group and taken it to new heights.</p>
<p>Our goal is to be the region’s leading real estate developer. We consistently strive to build long-term customer relationships through collaborative partnerships founded on transparency and mutual trust. As we grow, we will remain committed to the principles that have served our company and customers well over the years.</p>
<p>Communication, commitment, and customer care are core values that pervade every activity we undertake. We are able to provide comprehensive, holistic real estate developer by listening to and understanding our customers’ needs. We take pride in consistently delivering exceptional results to maximise the value of our customers’ real estate assets.</p>
</div>
<div class="sub-area">
<div class="about-item" >
<div class="about-img">
<img src="images/real-state.png" alt="">
</div>
<section class=" glob-sec1"> <h3>30+ Years of Experience in Real Estate</h3>
</div>
<div class="about-item">
<div class="about-img">
<img src="images/landmark.png" alt="">
</div>
<h3>10+ Residential Projects in Bengaluru</h3>
</div>
<div class="about-item">
<div class="about-img">
<img src="images/key.png" alt="">
</div>
<h3>Trusted by 100s of Homeowners</h3>
</div>
</div>
</div>
</section>
<section class=" glob-sec1" id="contact">
<div class="sec-title"> <div class="sec-title">
<h2 class="sec-head2 head-center wow fadeInUp " data-wow-duration="1s" data-wow-delay="0.5s"> <h2 class="sec-head2 head-center wow fadeInUp " data-wow-duration="1s" data-wow-delay="0.5s">
BOOMING. BUZZING. BURSTING</h2> Contact Us</h2>
</div> </div>
<div class="container-fluid"> <div class="container-fluid">
<div class="col-md-6 pd0"> <div class="col-md-8 pd0">
<iframe <iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3885.3882354493294!2d77.82523312571715!3d13.137893537193063!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae051a81f6c9ef%3A0x36effb0026ab31a0!2s%20EcoCity!5e0!3m2!1sen!2sin!4v1748420042404!5m2!1sen!2sin" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3885.3882354493294!2d77.82523312571715!3d13.137893537193063!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae051a81f6c9ef%3A0x36effb0026ab31a0!2s%20EcoCity!5e0!3m2!1sen!2sin!4v1748420042404!5m2!1sen!2sin"
width="100%" height="550" style="border:0;" allowfullscreen="" loading="lazy" width="100%" height="550" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe> referrerpolicy="no-referrer-when-downgrade"></iframe>
</div> </div>
<div class="col-md-6 pd0" id="contactus"> <div class="col-md-4 pd0" id="contactus">
<div class="overlay"> <div class="overlay">
<div class="container"> <div class="container">
...@@ -1164,44 +1436,74 @@ ...@@ -1164,44 +1436,74 @@
ENQUIRE NOW</h2> ENQUIRE NOW</h2>
<!-- <hr style="border-top: 4px solid #fff"> --> <!-- <hr style="border-top: 4px solid #fff"> -->
<h1>Please enter your details to know more about Eco City</h1> <h1>Please enter your details to know more about Eco City</h1>
<form id="contact-form" action="thank-you.php" name="contact-form" method="POST" <form id="contact_form" action="thank-you.php" name="contact_form" method="POST"
onsubmit="return save_landing_pageinfo('contact-form');" novalidate="novalidate"> onsubmit="return save_landing_pageinfo('contact_form');" novalidate="novalidate">
<div class="form-group col-md-12"> <div class="form-group col-md-12">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon"> <!-- <div class="input-group-addon">
<i class="fa fa-user form-ico" aria-hidden="true"></i> <i class="fa fa-user form-ico" aria-hidden="true"></i>
</div> --> </div> -->
<input type="text" class="form-control" name="fname" placeholder=" Name*"> <input type="text" class="form-control" name="fname" placeholder=" Full Name*">
</div> </div>
<label for="fname" generated="true" class="error"></label> <label for="fname" generated="true" class="error"></label>
</div> </div>
<div class="form-group col-md-12"> <div class="form-group col-md-12 margin-bottom">
<!-- <div class="input-group"> <div class="input-group">
<input type="number" class="form-control" name="mobile" <!-- <input type="number" class="form-control" name="mobile"
placeholder="Mobile"> placeholder="Mobile"> -->
</div> <input id="mobileno" class="form-control " type="tel" name="mobile"
<label for="mobile" generated="true" class="error"></label> -->
<input id="mobileno" class="form-control validate" type="tel" name="mobile"
placeholder="Mobile*" required> placeholder="Mobile*" required>
<input type="hidden" name="isoCode" value="" id="isoCode">
<input type="hidden" name="dialCode" value="" id="dialCode">
</div> </div>
<div class="form-group col-md-12">
<div class="input-group"> <!-- <input type="hidden" name="isoCode" value="" id="isoCode">
<input type="hidden" name="dialCode" value="" id="dialCode"> -->
<label for="mobile" generated="true" class="error"></label>
</div>
<div class="form-group col-md-12 margin-bottom">
<div class="input-group">
<!-- <div class="input-group-addon"> <!-- <div class="input-group-addon">
<i class="fa fa-envelope" aria-hidden="true"></i> <i class="fa fa-envelope" aria-hidden="true"></i>
</div> --> </div> -->
<input type="email" class="form-control" name="email" placeholder="Email*"> <input type="email" class="form-control" name="email" placeholder="Email*">
<input type="hidden" name="source" value="Enquiry Form"> <input type="hidden" name="source" value="contact Form">
</div> </div>
<label for="email" generated="true" class="error"></label> <label for="email" generated="true" class="error"></label>
</div> </div>
<div class="form-group col-md-12 selectfields">
<div class="input-group">
<select name="select_option_1" class="form-control custom-select" required>
<option selected hidden value="">Select Configuration</option>
<option value="3 BHK Villas">3 BHK Villas</option>
<option value="4 BHK Villas">4 BHK Villas </option>
</select>
</div>
<label for="select_option_1" class="error"></label>
</div>
<button type="submit" class="btn btn-default form-btn">Submit <div class="form-group col-md-12 selectfields">
<div class="input-group">
<select name="select_option_2" class="form-control custom-select" required>
<option selected hidden value="">Schedule Site Visit</option>
<option value="This Week">This Week</option>
<option value="Next Week">Next Week</option>
<option value="This Month">This Month</option>
</select>
</div>
<label for="select_option_2" class="error"></label>
</div>
<button type="submit" class="btn btn-default form-btn margin-bottom">Submit
</button> </button>
</form> </form>
...@@ -1244,11 +1546,13 @@ ...@@ -1244,11 +1546,13 @@
<p>RERA No : PRM/KA/RERA/1250/304/PR/180130/001424</p> <p>RERA No : PRM/KA/RERA/1250/304/PR/180130/001424</p>
</div> </div>
<div class="col-md-12"> <div class="col-md-12">
<p class="rera-para"> <!-- <p class="rera-para">
For general information purposes only. While enough care is taken by Eco City to ensure that information on the brochure is up to date, accurate and correct, readers are requested to make their independent inquiry before relying upon the same. In no event will Eco City offer any warranty on the information made available or be liable for any loss or damage including without limitation, indirect or consequential loss or damage in connection with, the use of information in this brochure. By using or accessing the brochure, you agree with the Disclaimer without any qualification or limitation. For general information purposes only. While enough care is taken by Eco City to ensure that information on the brochure is up to date, accurate and correct, readers are requested to make their independent inquiry before relying upon the same. In no event will Eco City offer any warranty on the information made available or be liable for any loss or damage including without limitation, indirect or consequential loss or damage in connection with, the use of information in this brochure. By using or accessing the brochure, you agree with the Disclaimer without any qualification or limitation.
<span class="more-text"> Design, specifications, floor plans, brochures, interactive plans etc., are subject to change without prior notice. Computer-generated images, walkthroughs and rendered images are the artist's impression and are indicative of the actual designs. Concept images used are for representation purposes only. The contents of this brochure are meant to provide information to the readers of this brochure about ourselves including our various projects. They are only for general information and are subject to change. By no stretch of the imagination, the information on the brochure shall be construed as an advertisement and/or invitation or offer for sale. To find out more about projects/developments, please visit our sales office during working hours and get in touch with an authorized Eco City sales representative. Please note that by sharing any of your contact details on the brochure, you are authorizing the Sales Response team of Eco City (even if you are registered on the DND Registry) to provide information on our projects over Calls, SMS & Emails.</span> <span class="more-text"> Design, specifications, floor plans, brochures, interactive plans etc., are subject to change without prior notice. Computer-generated images, walkthroughs and rendered images are the artist's impression and are indicative of the actual designs. Concept images used are for representation purposes only. The contents of this brochure are meant to provide information to the readers of this brochure about ourselves including our various projects. They are only for general information and are subject to change. By no stretch of the imagination, the information on the brochure shall be construed as an advertisement and/or invitation or offer for sale. To find out more about projects/developments, please visit our sales office during working hours and get in touch with an authorized Eco City sales representative. Please note that by sharing any of your contact details on the brochure, you are authorizing the Sales Response team of Eco City (even if you are registered on the DND Registry) to provide information on our projects over Calls, SMS & Emails.</span>
<a class="see-btn" onclick="toggleText(this)">See more</a> <a class="see-btn" onclick="toggleText(this)">See more</a>
</p> </p> -->
<div class="text-center"> <a class="disclaimer"> Disclaimer</a></div>
</div> </div>
...@@ -1275,7 +1579,7 @@ ...@@ -1275,7 +1579,7 @@
<p>Copyright © Eco City. All rights reserved.</p> <p>Copyright © Eco City. All rights reserved.</p>
</div> </div>
<div class="pd0 col-md-12"> <div class="pd0 col-md-12">
<p class="rera-para"> <!-- <p class="rera-para">
For general information purposes only. While enough care is taken by Eco City to For general information purposes only. While enough care is taken by Eco City to
ensure that information on the brochure is up to date, accurate and correct, readers are ensure that information on the brochure is up to date, accurate and correct, readers are
requested to make their independent inquiry before relying upon the same. requested to make their independent inquiry before relying upon the same.
...@@ -1298,7 +1602,9 @@ ...@@ -1298,7 +1602,9 @@
Eco City (even if you are registered on the DND Registry) to provide Eco City (even if you are registered on the DND Registry) to provide
information on our projects over Calls, SMS & Emails.</span> information on our projects over Calls, SMS & Emails.</span>
<a class="see-btn" onclick="toggleText(this)">See more</a> <a class="see-btn" onclick="toggleText(this)">See more</a>
</p> </p> -->
<div class="text-center"><a class="disclaimer"> Disclaimer</a></div>
</div> </div>
</div> </div>
...@@ -1320,14 +1626,14 @@ ...@@ -1320,14 +1626,14 @@
</section> </section>
<!-- <div class="col-lg-12 col-sm-12 col-xs-12 fixed-footer-cust hidden-md hidden-lg hidden-sm"> <div class="col-lg-12 col-sm-12 col-xs-12 fixed-footer-cust hidden-md hidden-lg hidden-sm">
<div class="container"> --> <div class="container">
<!-- <div class="col-lg-6 col-sm-6 col-xs-6 div-line pd0"> <div class="col-lg-6 col-sm-6 col-xs-6 div-line pd0">
<a href="" class="fix-link clickme"><i class="fa fa-phone f-icon" <a href="" class="fix-link clickme"><i class="fa fa-phone f-icon"
aria-hidden="true"></i> aria-hidden="true"></i>
GET CALL</a> </a>
</div> --> </div>
<!-- <div class="col-lg-6 col-sm-6 col-xs-6 pd0"> <div class="col-lg-6 col-sm-6 col-xs-6 pd0">
<a href="javascript:void(0)" class="fix-link download1"> <a href="javascript:void(0)" class="fix-link download1">
DOWNLOAD BROCHURE</a> DOWNLOAD BROCHURE</a>
</div> </div>
...@@ -1337,7 +1643,7 @@ ...@@ -1337,7 +1643,7 @@
</button> </button>
</div> </div>
</div> </div>
</div> --> </div>
<div class="enquire-div "> <div class="enquire-div ">
...@@ -1347,17 +1653,67 @@ ...@@ -1347,17 +1653,67 @@
<div class="divide-line"> <div class="divide-line">
<div class="vr"></div> <div class="vr"></div>
</div> </div>
<div class="btn-enquire enq-interested col-md-6 zoom-in-zoom-out " data-bs-toggle="modal" <div class="btn-enquire col-md-6 zoom-in-zoom-out " data-bs-toggle="modal"
data-bs-target="#mainModalPopup"> data-bs-target="#mainModalPopup">
<i class="fa fa-envelope" aria-hidden="true"></i> Enquire Now <a href="tel:8088004499"><i class="fa fa-phone" aria-hidden="true"></i> Call Now</a>
</div> </div>
</div> </div>
<button class="btn btn-danger interested enq-interested ">Enquire Now</button>
<div id="pageloader"> <div id="pageloader">
<img src="images/logo/logo.png" alt="processing..." /> <img src="images/logo/logo.png" alt="processing..." />
</div> </div>
<!-- disclaimer -->
<div class="modal fade in" tabindex="-1" role="dialog" id="disclaimer" data-backdrop="static" data-keyboard="false">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">×</span></button>
<!-- <h4 class="modal-title">Enquire Now</h4> -->
<h4 class="modal-title" style="color:#000;text-align:center;font-weight:normal;">Disclaimer</h4>
</div>
<div class="imgext">
<!-- <img src="images/novus-logo.png"> -->
<img src="images/form-middle.jpg" alt="">
</div>
<div class="modal-body">
<p> For general information purposes only. While enough care is taken by Eco City to
ensure that information on the brochure is up to date, accurate and correct, readers are
requested to make their independent inquiry before relying upon the same.
In no event will Eco City offer any warranty on the
information made available or be liable for any loss or damage including without
limitation, indirect or consequential loss or damage in connection with, the use of
information in this brochure. By using or accessing the brochure, you agree with the
Disclaimer without any qualification or limitation. Design, specifications, floor
plans, brochures, interactive plans etc., are subject to change without prior notice.
Computer-generated images, walkthroughs and rendered images are the artist's impression
and are indicative of the actual designs. Concept images used are for representation
purposes only. The contents of this brochure are meant to provide information to the
readers of this brochure about ourselves including our various projects. They are only
for general information and are subject to change. By no stretch of the imagination,
the information on the brochure shall be construed as an advertisement and/or
invitation or offer for sale. To find out more about projects/developments, please
visit our sales office during working hours and get in touch with an authorized
Eco City sales representative. Please note that by sharing any of your
contact details on the brochure, you are authorizing the Sales Response team of
Eco City (even if you are registered on the DND Registry) to provide
information on our projects over Calls, SMS & Emails.</p>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div>
<!-- ================ main popup ==================== --> <!-- ================ main popup ==================== -->
<div class="modal fade in" tabindex="-1" role="dialog" id="main-pop" data-backdrop="static" data-keyboard="false"> <div class="modal fade in" tabindex="-1" role="dialog" id="main-pop" data-backdrop="static" data-keyboard="false">
...@@ -1368,8 +1724,7 @@ ...@@ -1368,8 +1724,7 @@
aria-hidden="true">×</span></button> aria-hidden="true">×</span></button>
<!-- <h4 class="modal-title">Enquire Now</h4> --> <!-- <h4 class="modal-title">Enquire Now</h4> -->
<h4 class="modal-title" style="color:#000;text-align:center;font-weight:normal;"> Eco <h4 class="modal-title" style="color:#000;text-align:center;font-weight:normal;">Claim Your Green Space in Bengaluru </h4>
City </h4>
</div> </div>
<div class="imgext"> <div class="imgext">
<!-- <img src="images/novus-logo.png"> --> <!-- <img src="images/novus-logo.png"> -->
...@@ -1378,47 +1733,76 @@ ...@@ -1378,47 +1733,76 @@
<div class="modal-body"> <div class="modal-body">
<p class='modal-para'>Please enter your details to know more about Eco City</p> <p class='modal-para'>Please enter your details to know more about Eco City</p>
<form id="main-popup" action="thank-you.php" name="main-popup" method="POST" <form id="main-popup" action="thank-you.php" name="main-popup" method="POST"
novalidate="novalidate" onsubmit="return save_landing_pageinfo('main-popup');"> onsubmit="return save_landing_pageinfo('main-popup');" novalidate="novalidate">
<div class="form-group col-md-12"> <div class="form-group col-md-12">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon"> <!-- <div class="input-group-addon">
<i class="fa fa-user form-ico" aria-hidden="true"></i> <i class="fa fa-user form-ico" aria-hidden="true"></i>
</div> --> </div> -->
<input type="text" class="form-control" name="fname" placeholder="Name*"> <input type="text" class="form-control" name="fname" placeholder=" Full Name*">
<input type="hidden" name="source" value="Main PopUp">
</div> </div>
<label for="fname" generated="true" class="error"></label> <label for="fname" generated="true" class="error"></label>
</div> </div>
<div class="form-group col-md-12">
<!-- <div class="input-group">
<div class="input-group-addon"> <div class="form-group col-md-12 margin-bottom">
<i class="fa fa-mobile form-ico" aria-hidden="true"></i> <div class="input-group">
</div> <!-- <input type="number" class="form-control" name="mobile"
<input type="number" class="form-control" name="mobile" placeholder="Mobile"> placeholder="Mobile"> -->
</div> <input id="mobileno" class="form-control " type="tel" name="mobile"
<label for="mobile" generated="true" class="error"></label> -->
<input id="mobileno2" class="form-control validate" type="tel" name="mobile"
placeholder="Mobile*" required> placeholder="Mobile*" required>
<input type="hidden" name="isoCode" value="" id="isoCode2">
<input type="hidden" name="dialCode" value="" id="dialCode2">
</div> </div>
<div class="form-group col-md-12">
<!-- <input type="hidden" name="isoCode" value="" id="isoCode">
<input type="hidden" name="dialCode" value="" id="dialCode"> -->
<label for="mobile" generated="true" class="error"></label>
</div>
<div class="form-group col-md-12 margin-bottom">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon"> <!-- <div class="input-group-addon">
<i class="fa fa-envelope" aria-hidden="true"></i> <i class="fa fa-envelope" aria-hidden="true"></i>
</div> --> </div> -->
<input type="email" class="form-control" name="email" placeholder="Email*"> <input type="email" class="form-control" name="email" placeholder="Email*">
<input type="hidden" name="source" value="main-popup">
</div> </div>
<label for="email" generated="true" class="error"></label> <label for="email" generated="true" class="error"></label>
</div> </div>
<button type="submit" class="btn btn-default price-btn"> <div class="form-group col-md-12 selectfields">
SUBMIT <div class="input-group">
<!-- <img src="./images/button.jpg" class='btn-img' alt=""> -->
<select name="select_option_1" class="form-control custom-select" required>
<option selected hidden value="">Select Configuration</option>
<option value="3 BHK Villas">3 BHK Villas</option>
<option value="4 BHK Villas">4 BHK Villas </option>
</select>
</div>
<label for="select_option_1" class="error"></label>
</div>
<div class="form-group col-md-12 selectfields">
<div class="input-group">
<select name="select_option_2" class="form-control custom-select" required>
<option selected hidden value="">Schedule Site Visit</option>
<option value="This Week">This Week</option>
<option value="Next Week">Next Week</option>
<option value="This Month">This Month</option>
</select>
</div>
<label for="select_option_2" class="error"></label>
</div>
<button type="submit" class="btn btn-default form-btn margin-bottom">Submit
</button> </button>
</form> </form>
</div> </div>
</div><!-- /.modal-content --> </div><!-- /.modal-content -->
</div><!-- /.modal-dialog --> </div><!-- /.modal-dialog -->
...@@ -1430,7 +1814,7 @@ ...@@ -1430,7 +1814,7 @@
<!-- ================ price popup ==================== --> <!-- ================ price popup ==================== -->
<div class="modal fade in" tabindex="-1" role="dialog" id="price-model" data-backdrop="static" <div class=" modal fade in" tabindex="-1" role="dialog" id="price-model" data-backdrop="static"
data-keyboard="false"> data-keyboard="false">
<div class="modal-dialog" role="document"> <div class="modal-dialog" role="document">
<div class="modal-content"> <div class="modal-content">
...@@ -1440,41 +1824,77 @@ ...@@ -1440,41 +1824,77 @@
<h4 class="modal-title">Pricing Information</h4> <h4 class="modal-title">Pricing Information</h4>
</div> </div>
<div class="modal-body"> <div class="modal-body ">
<p>Please Enter Your Details To Get Pricing Information</p> <p>Please Enter Your Details To Get Pricing Information</p>
<form id="price-popup" action="thank-you.php" name="price-popup" method="POST" <form id="price-form" action="thank-you.php" name="price-form" method="POST"
novalidate="novalidate" onsubmit="return save_landing_pageinfo('price-popup');"> onsubmit="return save_landing_pageinfo('price-form');" novalidate="novalidate">
<div class="form-group col-md-12"> <div class="form-group col-md-12">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon"> <!-- <div class="input-group-addon">
<i class="fa fa-user form-ico" aria-hidden="true"></i> <i class="fa fa-user form-ico" aria-hidden="true"></i>
</div> --> </div> -->
<input type="text" class="form-control" name="fname" placeholder="Name*"> <input type="text" class="form-control" name="fname" placeholder=" Full Name*">
<input type="hidden" name="source" value="Price PopUp">
</div> </div>
<label for="fname" generated="true" class="error"></label> <label for="fname" generated="true" class="error"></label>
</div> </div>
<div class="form-group col-md-12">
<!-- <div class="input-group">
<input type="number" class="form-control" name="mobile" placeholder="Mobile"> <div class="form-group col-md-12 margin-bottom">
</div> <div class="input-group">
<label for="mobile" generated="true" class="error"></label> --> <!-- <input type="number" class="form-control" name="mobile"
<input id="mobileno3" class="form-control validate" type="tel" name="mobile" placeholder="Mobile"> -->
<input id="mobileno" class="form-control " type="tel" name="mobile"
placeholder="Mobile*" required> placeholder="Mobile*" required>
<input type="hidden" name="isoCode" value="" id="isoCode3">
<input type="hidden" name="dialCode" value="" id="dialCode3">
</div> </div>
<div class="form-group col-md-12">
<!-- <input type="hidden" name="isoCode" value="" id="isoCode">
<input type="hidden" name="dialCode" value="" id="dialCode"> -->
<label for="mobile" generated="true" class="error"></label>
</div>
<div class="form-group col-md-12 margin-bottom">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon"> <!-- <div class="input-group-addon">
<i class="fa fa-envelope" aria-hidden="true"></i> <i class="fa fa-envelope" aria-hidden="true"></i>
</div> --> </div> -->
<input type="email" class="form-control" name="email" placeholder="Email*"> <input type="email" class="form-control" name="email" placeholder="Email*">
<input type="hidden" name="source" value="float Form">
</div> </div>
<label for="email" generated="true" class="error"></label> <label for="email" generated="true" class="error"></label>
</div> </div>
<button type="submit" class="btn btn-default price-btn">SUBMIT</button> <div class="form-group col-md-12 selectfields">
<div class="input-group">
<select name="select_option_1" class="form-control custom-select" required>
<option selected hidden value="">Select Configuration</option>
<option value="3 BHK Villas">3 BHK Villas</option>
<option value="4 BHK Villas">4 BHK Villas </option>
</select>
</div>
<label for="select_option_1" class="error"></label>
</div>
<div class="form-group col-md-12 selectfields">
<div class="input-group">
<select name="select_option_2" class="form-control custom-select" required>
<option selected hidden value="">Schedule Site Visit</option>
<option value="This Week">This Week</option>
<option value="Next Week">Next Week</option>
<option value="This Month">This Month</option>
</select>
</div>
<label for="select_option_2" class="error"></label>
</div>
<button type="submit" class="btn btn-default form-btn margin-bottom">Submit
</button>
</form> </form>
</div> </div>
</div><!-- /.modal-content --> </div><!-- /.modal-content -->
...@@ -1488,7 +1908,7 @@ ...@@ -1488,7 +1908,7 @@
<!-- <button class="btn btn-danger call-btn "><i class="fa fa-phone"></i></button> --> <!-- <button class="btn btn-danger call-btn "><i class="fa fa-phone"></i></button> -->
<a href="tel:8088004499" class="call-btn zoom-in-zoom-out "><i class="fa fa-phone"></i></a> <a href="tel:8088004499" class="call-btn zoom-in-zoom-out "><i class="fa fa-phone"></i></a>
<!-- <button class="btn btn-danger download1 btn-download hidden-xs">Download Brochure</button> --> <button class="btn btn-danger download1 btn-download hidden-xs">Download Brochure</button>
<!-- ================ i am ==================== --> <!-- ================ i am ==================== -->
<div class="modal fade in" tabindex="-1" role="dialog" id="interested" data-backdrop="static" <div class="modal fade in" tabindex="-1" role="dialog" id="interested" data-backdrop="static"
data-keyboard="false"> data-keyboard="false">
...@@ -1499,8 +1919,7 @@ ...@@ -1499,8 +1919,7 @@
<span aria-hidden="true">×</span> <span aria-hidden="true">×</span>
</button> </button>
<!-- <h4 class="modal-title">Enquire Now</h4> --> <!-- <h4 class="modal-title">Enquire Now</h4> -->
<h4 class="modal-title" style="color:#000;text-align:center;font-weight:normal;"> Eco <h4 class="modal-title" style="color:#000;text-align:center;font-weight:normal;"> Float-Plan </h4>
City</h4>
</div> </div>
<div class="imgext"> <div class="imgext">
<!-- <img src="images/novus-logo.png"> --> <!-- <img src="images/novus-logo.png"> -->
...@@ -1508,43 +1927,74 @@ ...@@ -1508,43 +1927,74 @@
</div> </div>
<div class="modal-body"> <div class="modal-body">
<p class='modal-para'>Please enter your details to know more about Eco City </p> <p class='modal-para'>Please enter your details to know more about Eco City </p>
<form id="float-form" action="thank-you.php" name="price-popup" method="POST" <form id="float-form" action="thank-you.php" name="float-form" method="POST"
novalidate="novalidate" onsubmit="return save_landing_pageinfo('float-form');"> onsubmit="return save_landing_pageinfo('float-form');" novalidate="novalidate">
<div class="form-group col-md-12"> <div class="form-group col-md-12">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon"> <!-- <div class="input-group-addon">
<i class="fa fa-user form-ico" aria-hidden="true"></i> <i class="fa fa-user form-ico" aria-hidden="true"></i>
</div> --> </div> -->
<input type="text" class="form-control" name="fname" placeholder="Name*"> <input type="text" class="form-control" name="fname" placeholder=" Full Name*">
<input type="hidden" name="source" value="Im Interested">
</div> </div>
<label for="fname" generated="true" class="error"></label> <label for="fname" generated="true" class="error"></label>
</div> </div>
<div class="form-group col-md-12">
<!-- <div class="input-group">
<input type="number" class="form-control" name="mobile" placeholder="Mobile"> <div class="form-group col-md-12 margin-bottom">
</div> <div class="input-group">
<label for="mobile" generated="true" class="error"></label> --> <!-- <input type="number" class="form-control" name="mobile"
<input id="mobileno4" class="form-control validate" type="tel" name="mobile" placeholder="Mobile"> -->
<input id="mobileno" class="form-control " type="tel" name="mobile"
placeholder="Mobile*" required> placeholder="Mobile*" required>
<input type="hidden" name="isoCode" value="" id="isoCode4">
<input type="hidden" name="dialCode" value="" id="dialCode4">
<label for="mobile" generated="true" class="error"></label>
</div> </div>
<div class="form-group col-md-12"> <!-- <input type="hidden" name="isoCode" value="" id="isoCode">
<input type="hidden" name="dialCode" value="" id="dialCode"> -->
<label for="mobile" generated="true" class="error"></label>
</div>
<div class="form-group col-md-12 margin-bottom">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon"> <!-- <div class="input-group-addon">
<i class="fa fa-envelope" aria-hidden="true"></i> <i class="fa fa-envelope" aria-hidden="true"></i>
</div> --> </div> -->
<input type="email" class="form-control" name="email" placeholder="Email*"> <input type="email" class="form-control" name="email" placeholder="Email*">
<input type="hidden" name="source" value="float Form">
</div> </div>
<label for="email" generated="true" class="error"></label> <label for="email" generated="true" class="error"></label>
</div> </div>
<button type="submit" class="btn btn-default price-btn"> <div class="form-group col-md-12 selectfields">
SUBMIT <div class="input-group">
<!-- <img src="./images/button.jpg" class='btn-img' alt=""> -->
<select name="select_option_1" class="form-control custom-select" required>
<option selected hidden value="">Select Configuration</option>
<option value="3 BHK Villas">3 BHK Villas</option>
<option value="4 BHK Villas">4 BHK Villas </option>
</select>
</div>
<label for="select_option_1" class="error"></label>
</div>
<div class="form-group col-md-12 selectfields">
<div class="input-group">
<select name="select_option_2" class="form-control custom-select" required>
<option selected hidden value="">Schedule Site Visit</option>
<option value="This Week">This Week</option>
<option value="Next Week">Next Week</option>
<option value="This Month">This Month</option>
</select>
</div>
<label for="select_option_2" class="error"></label>
</div>
<button type="submit" class="btn btn-default form-btn margin-bottom">Submit
</button> </button>
</form> </form>
...@@ -1566,8 +2016,7 @@ ...@@ -1566,8 +2016,7 @@
<span aria-hidden="true">×</span> <span aria-hidden="true">×</span>
</button> </button>
<!-- <h4 class="modal-title">Download Brochure</h4> --> <!-- <h4 class="modal-title">Download Brochure</h4> -->
<h4 class="modal-title" style="color:#000;text-align:center;font-weight:normal;"> <b> Eco <h4 class="modal-title" style="color:#000;text-align:center;font-weight:normal;"> <b>Download Brochure
City
</h4> </h4>
</div> </div>
<div class="imgext"> <div class="imgext">
...@@ -1577,41 +2026,73 @@ ...@@ -1577,41 +2026,73 @@
<div class="modal-body"> <div class="modal-body">
<p class='modal-para'>Please enter your details to know more about Eco City</p> <p class='modal-para'>Please enter your details to know more about Eco City</p>
<form id="broch-form" action="thank-you.php" name="broch-form" method="POST" <form id="broch-form" action="thank-you.php" name="broch-form" method="POST"
novalidate="novalidate" onsubmit="return save_landing_pageinfo('broch-form');"> onsubmit="return save_landing_pageinfo('broch-form');" novalidate="novalidate">
<div class="form-group col-md-12"> <div class="form-group col-md-12">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon"> <!-- <div class="input-group-addon">
<i class="fa fa-user form-ico" aria-hidden="true"></i> <i class="fa fa-user form-ico" aria-hidden="true"></i>
</div> --> </div> -->
<input type="text" class="form-control" name="fname" placeholder="Name*"> <input type="text" class="form-control" name="fname" placeholder=" Full Name*">
<input type="hidden" name="source" value="Download Brochure">
</div> </div>
<label for="fname" generated="true" class="error"></label> <label for="fname" generated="true" class="error"></label>
</div> </div>
<div class="form-group col-md-12">
<!-- <div class="input-group">
<input type="number" class="form-control" name="mobile" placeholder="Mobile"> <div class="form-group col-md-12 margin-bottom">
</div> <div class="input-group">
<label for="mobile" generated="true" class="error"></label> --> <!-- <input type="number" class="form-control" name="mobile"
<input id="mobileno5" class="form-control validate" type="tel" name="mobile" placeholder="Mobile"> -->
<input id="mobileno" class="form-control " type="tel" name="mobile"
placeholder="Mobile*" required> placeholder="Mobile*" required>
<input type="hidden" name="isoCode" value="" id="isoCode5">
<input type="hidden" name="dialCode" value="" id="dialCode5">
</div> </div>
<div class="form-group col-md-12"> <!-- <input type="hidden" name="isoCode" value="" id="isoCode">
<input type="hidden" name="dialCode" value="" id="dialCode"> -->
<label for="mobile" generated="true" class="error"></label>
</div>
<div class="form-group col-md-12 margin-bottom">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon"> <!-- <div class="input-group-addon">
<i class="fa fa-envelope" aria-hidden="true"></i> <i class="fa fa-envelope" aria-hidden="true"></i>
</div> --> </div> -->
<input type="email" class="form-control" name="email" placeholder="Email*"> <input type="email" class="form-control" name="email" placeholder="Email*">
<input type="hidden" name="source" value="Brochure Form">
</div> </div>
<label for="email" generated="true" class="error"></label> <label for="email" generated="true" class="error"></label>
</div> </div>
<button type="submit" class="btn btn-default price-btn"> <div class="form-group col-md-12 selectfields">
SUBMIT <div class="input-group">
<!-- <img src="./images/button.jpg" class='btn-img' alt=""> -->
<select name="select_option_1" class="form-control custom-select" required>
<option selected hidden value="">Select Configuration</option>
<option value="3 BHK Villas">3 BHK Villas</option>
<option value="4 BHK Villas">4 BHK Villas </option>
</select>
</div>
<label for="select_option_1" class="error"></label>
</div>
<div class="form-group col-md-12 selectfields">
<div class="input-group">
<select name="select_option_2" class="form-control custom-select" required>
<option selected hidden value="">Schedule Site Visit</option>
<option value="This Week">This Week</option>
<option value="Next Week">Next Week</option>
<option value="This Month">This Month</option>
</select>
</div>
<label for="select_option_2" class="error"></label>
</div>
<button type="submit" class="btn btn-default form-btn margin-bottom">Submit
</button> </button>
</form> </form>
...@@ -1632,8 +2113,7 @@ ...@@ -1632,8 +2113,7 @@
<span aria-hidden="true">×</span> <span aria-hidden="true">×</span>
</button> </button>
<!-- <h4 class="modal-title">Floor Plans</h4> --> <!-- <h4 class="modal-title">Floor Plans</h4> -->
<h4 class="modal-title" style="color:#000;text-align:center;font-weight:normal;"> Eco <h4 class="modal-title" style="color:#000;text-align:center;font-weight:normal;">Plans Information
City
</h4> </h4>
</div> </div>
<div class="imgext"> <div class="imgext">
...@@ -1643,41 +2123,73 @@ ...@@ -1643,41 +2123,73 @@
<div class="modal-body"> <div class="modal-body">
<p class='modal-para'>Please enter your details to know more about Eco City </p> <p class='modal-para'>Please enter your details to know more about Eco City </p>
<form id="plans-form" action="thank-you.php" name="plans-form" method="POST" <form id="plans-form" action="thank-you.php" name="plans-form" method="POST"
novalidate="novalidate" onsubmit="return save_landing_pageinfo('plans-form');"> onsubmit="return save_landing_pageinfo('plans-form');" novalidate="novalidate">
<div class="form-group col-md-12"> <div class="form-group col-md-12">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon"> <!-- <div class="input-group-addon">
<i class="fa fa-user form-ico" aria-hidden="true"></i> <i class="fa fa-user form-ico" aria-hidden="true"></i>
</div> --> </div> -->
<input type="text" class="form-control" name="fname" placeholder="Name*"> <input type="text" class="form-control" name="fname" placeholder=" Full Name*">
<input type="hidden" name="source" value="Floor Plans">
</div> </div>
<label for="fname" generated="true" class="error"></label> <label for="fname" generated="true" class="error"></label>
</div> </div>
<div class="form-group col-md-12">
<!-- <div class="input-group">
<input type="number" class="form-control" name="mobile" placeholder="Mobile"> <div class="form-group col-md-12 margin-bottom">
</div> <div class="input-group">
<label for="mobile" generated="true" class="error"></label> --> <!-- <input type="number" class="form-control" name="mobile"
<input id="mobileno6" class="form-control validate" type="tel" name="mobile" placeholder="Mobile"> -->
<input id="mobileno" class="form-control " type="tel" name="mobile"
placeholder="Mobile*" required> placeholder="Mobile*" required>
<input type="hidden" name="isoCode" value="" id="isoCode6">
<input type="hidden" name="dialCode" value="" id="dialCode6">
</div> </div>
<div class="form-group col-md-12"> <!-- <input type="hidden" name="isoCode" value="" id="isoCode">
<input type="hidden" name="dialCode" value="" id="dialCode"> -->
<label for="mobile" generated="true" class="error"></label>
</div>
<div class="form-group col-md-12 margin-bottom">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon"> <!-- <div class="input-group-addon">
<i class="fa fa-envelope" aria-hidden="true"></i> <i class="fa fa-envelope" aria-hidden="true"></i>
</div> --> </div> -->
<input type="email" class="form-control" name="email" placeholder="Email*"> <input type="email" class="form-control" name="email" placeholder="Email*">
<input type="hidden" name="source" value="Plans Form">
</div> </div>
<label for="email" generated="true" class="error"></label> <label for="email" generated="true" class="error"></label>
</div> </div>
<button type="submit" class="btn btn-default price-btn"> <div class="form-group col-md-12 selectfields">
SUBMIT <div class="input-group">
<!-- <img src="./images/button.jpg" class='btn-img' alt=""> -->
<select name="select_option_1" class="form-control custom-select" required>
<option selected hidden value="">Select Configuration</option>
<option value="3 BHK Villas">3 BHK Villas</option>
<option value="4 BHK Villas">4 BHK Villas </option>
</select>
</div>
<label for="select_option_1" class="error"></label>
</div>
<div class="form-group col-md-12 selectfields">
<div class="input-group">
<select name="select_option_2" class="form-control custom-select" required>
<option selected hidden value="">Schedule Site Visit</option>
<option value="This Week">This Week</option>
<option value="Next Week">Next Week</option>
<option value="This Month">This Month</option>
</select>
</div>
<label for="select_option_2" class="error"></label>
</div>
<button type="submit" class="btn btn-default form-btn margin-bottom">Submit
</button> </button>
</form> </form>
...@@ -1704,39 +2216,74 @@ ...@@ -1704,39 +2216,74 @@
<div class="modal-body"> <div class="modal-body">
<p>Please enter your details to know more about Eco City</p> <p>Please enter your details to know more about Eco City</p>
<form id="download-brochure" action="thank-you.php" name="download-brochure" method="POST" <form id="download-brochure" action="thank-you.php" name="download-brochure" method="POST"
onsubmit="return save_landing_pageinfo('download-brochure');"> onsubmit="return save_landing_pageinfo('download-brochure');" novalidate="novalidate">
<div class="form-group col-md-12 pd">
<div class="form-group col-md-12">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon"><i class="fa fa-user form-ico" aria-hidden="true"></i> <!-- <div class="input-group-addon">
</div> <i class="fa fa-user form-ico" aria-hidden="true"></i>
<input type="text" class="form-control" name="fname" placeholder="Name"> --> </div> -->
<input type="hidden" name="source" value="Download Brochure" id="source"> <input type="text" class="form-control" name="fname" placeholder=" Full Name*">
</div> </div>
<label for="fname" generated="true" class="error"></label> <label for="fname" generated="true" class="error"></label>
</div> </div>
<div class="form-group col-md-12 pd">
<div class="form-group col-md-12 margin-bottom">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon"><i class="fa fa-mobile form-ico" aria-hidden="true"></i> <!-- <input type="number" class="form-control" name="mobile"
</div> placeholder="Mobile"> -->
<input type="number" class="form-control" placeholder="Phone*" name="mobile" required> --> <input id="mobileno" class="form-control " type="tel" name="mobile"
placeholder="Mobile*" required>
</div> </div>
<!-- <input type="hidden" name="isoCode" value="" id="isoCode">
<input type="hidden" name="dialCode" value="" id="dialCode"> -->
<label for="mobile" generated="true" class="error"></label> <label for="mobile" generated="true" class="error"></label>
</div>
<div class="form-group col-md-12 pd">
<div class="input-group">
<!-- <div class="input-group-addon"><i class="fa fa-envelope" aria-hidden="true"></i>
</div> </div>
<input type="email" class="form-control" name="email" placeholder="Email"> --> <div class="form-group col-md-12 margin-bottom">
<input type="hidden" name="country_code" value="" id="calling_code"> <div class="input-group">
<!-- <div class="input-group-addon">
<i class="fa fa-envelope" aria-hidden="true"></i>
</div> -->
<input type="email" class="form-control" name="email" placeholder="Email*">
<input type="hidden" name="source" value="Brochure Form">
</div> </div>
<label for="email" generated="true" class="error"></label> <label for="email" generated="true" class="error"></label>
</div> </div>
<div class="form-group col-md-12 selectfields">
<div class="input-group">
<select name="select_option_1" class="form-control custom-select" required>
<option selected hidden value="">Select Configuration</option>
<option value="3 BHK Villas">3 BHK Villas</option>
<option value="4 BHK Villas">4 BHK Villas </option>
</select>
</div>
<label for="select_option_1" class="error"></label>
</div>
<div class="form-group col-md-12 selectfields">
<div class="input-group">
<select name="select_option_2" class="form-control custom-select" required>
<option selected hidden value="">Schedule Site Visit</option>
<option value="This Week">This Week</option>
<option value="Next Week">Next Week</option>
<option value="This Month">This Month</option>
</select>
</div>
<label for="select_option_2" class="error"></label>
</div>
<button type="submit" class="btn btn-default price-btn" value="proceed">SUBMIT</button> <button type="submit" class="btn btn-default form-btn margin-bottom">Submit
</button>
</form> </form>
</div> </div>
</div><!-- /.modal-content --> </div><!-- /.modal-content -->
...@@ -1763,63 +2310,74 @@ ...@@ -1763,63 +2310,74 @@
<div class="modal-body"> <div class="modal-body">
<p>Please enter the details below to download Floor Plan.</p> <p>Please enter the details below to download Floor Plan.</p>
<form id="floor" action="thank-you.php" name="floor" method="POST" <form id="floor" action="thank-you.php" name="floor" method="POST"
onsubmit="return save_landing_pageinfo('floor');"> onsubmit="return save_landing_pageinfo('floor');" novalidate="novalidate">
<div class="form-group col-md-12 pd">
<div class="form-group col-md-12">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon"><i class="fa fa-user form-ico" aria-hidden="true"></i> <!-- <div class="input-group-addon">
</div> <i class="fa fa-user form-ico" aria-hidden="true"></i>
<input type="text" class="form-control" name="fname" placeholder="Name"> --> </div> -->
<input type="hidden" name="source" value="Floor Plan" id="source"> <input type="text" class="form-control" name="fname" placeholder=" Full Name*">
</div> </div>
<label for="fname" generated="true" class="error"></label> <label for="fname" generated="true" class="error"></label>
</div> </div>
<div class="form-group col-md-12 pd">
<div class="form-group col-md-12 margin-bottom">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon"><i class="fa fa-mobile form-ico" aria-hidden="true"></i> <!-- <input type="number" class="form-control" name="mobile"
</div> placeholder="Mobile"> -->
<input type="number" class="form-control" placeholder="Phone*" name="mobile" required> --> <input id="mobileno" class="form-control " type="tel" name="mobile"
placeholder="Mobile*" required>
</div> </div>
<!-- <input type="hidden" name="isoCode" value="" id="isoCode">
<input type="hidden" name="dialCode" value="" id="dialCode"> -->
<label for="mobile" generated="true" class="error"></label> <label for="mobile" generated="true" class="error"></label>
</div>
<div class="form-group col-md-12 pd">
<div class="input-group">
<!-- <div class="input-group-addon"><i class="fa fa-envelope" aria-hidden="true"></i>
</div> </div>
<input type="email" class="form-control" name="email" placeholder="Email"> --> <div class="form-group col-md-12 margin-bottom">
<input type="hidden" name="country_code" value="" id="calling_code"> <div class="input-group">
<!-- <div class="input-group-addon">
<i class="fa fa-envelope" aria-hidden="true"></i>
</div> -->
<input type="email" class="form-control" name="email" placeholder="Email*">
<input type="hidden" name="source" value="Floor Form">
</div> </div>
<label for="email" generated="true" class="error"></label> <label for="email" generated="true" class="error"></label>
</div> </div>
<div class="form-group col-md-12"> <div class="form-group col-md-12 selectfields">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon"><i class="fa fa-home" aria-hidden="true"></i></i> </i>
</div>
<select class="form-control" name="conf" required> -->
<option value="">Configuration</option>
<option value="2 BHK">2 BHK</option> <select name="select_option_1" class="form-control custom-select" required>
<option selected hidden value="">Select Configuration</option>
<option value="3 BHK Villas">3 BHK Villas</option>
<option value="4 BHK Villas">4 BHK Villas </option>
<option value="2.5 BHK">2.5 BHK</option> </select>
</div>
<label for="select_option_1" class="error"></label>
</div>
<option value="3 BHK">3 BHK</option> <div class="form-group col-md-12 selectfields">
<div class="input-group">
<select name="select_option_2" class="form-control custom-select" required>
<option selected hidden value="">Schedule Site Visit</option>
<option value="This Week">This Week</option>
<option value="Next Week">Next Week</option>
<option value="This Month">This Month</option>
</select> </select>
</div> </div>
<label for="conf" generated="true" class="error"></label> <label for="select_option_2" class="error"></label>
</div>
<div class="col-md-12">
<p class="form-disc">
By submitting your details you agree to the
<a href="terms-and-conditions.php" target="_blank" title="Terms of use">Terms &
Conditions</a>
</p>
</div> </div>
<button type="submit" class="btn btn-default price-btn" value="proceed">SUBMIT</button> <button type="submit" class="btn btn-default form-btn margin-bottom">Submit
</button>
</form> </form>
</div> </div>
</div><!-- /.modal-content --> </div><!-- /.modal-content -->
...@@ -1846,64 +2404,75 @@ ...@@ -1846,64 +2404,75 @@
</div> </div>
<div class="modal-body"> <div class="modal-body">
<p>Please enter the details below</p> <p>Please enter the details below</p>
<form id="offer-forms" action="thank-you.php" name="offer-forms" method="POST" <form id="offer-form" action="thank-you.php" name="offer-form" method="POST"
onsubmit="return save_landing_pageinfo('offer-forms');"> onsubmit="return save_landing_pageinfo('offer-form');" novalidate="novalidate">
<div class="form-group col-md-12 pd">
<div class="form-group col-md-12">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon"><i class="fa fa-user form-ico" aria-hidden="true"></i> <!-- <div class="input-group-addon">
</div> <i class="fa fa-user form-ico" aria-hidden="true"></i>
<input type="text" class="form-control" name="fname" placeholder="Name"> --> </div> -->
<input type="hidden" name="source" value="OFFER" id="source"> <input type="text" class="form-control" name="fname" placeholder=" Full Name*">
</div> </div>
<label for="fname" generated="true" class="error"></label> <label for="fname" generated="true" class="error"></label>
</div> </div>
<div class="form-group col-md-12 pd">
<div class="form-group col-md-12 margin-bottom">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon"><i class="fa fa-mobile form-ico" aria-hidden="true"></i> <!-- <input type="number" class="form-control" name="mobile"
</div> placeholder="Mobile"> -->
<input type="number" class="form-control" placeholder="Phone*" name="mobile" required> --> <input id="mobileno" class="form-control " type="tel" name="mobile"
placeholder="Mobile*" required>
</div> </div>
<!-- <input type="hidden" name="isoCode" value="" id="isoCode">
<input type="hidden" name="dialCode" value="" id="dialCode"> -->
<label for="mobile" generated="true" class="error"></label> <label for="mobile" generated="true" class="error"></label>
</div>
<div class="form-group col-md-12 pd">
<div class="input-group">
<!-- <div class="input-group-addon"><i class="fa fa-envelope" aria-hidden="true"></i>
</div> </div>
<input type="email" class="form-control" name="email" placeholder="Email"> --> <div class="form-group col-md-12 margin-bottom">
<input type="hidden" name="country_code" value="" id="calling_code"> <div class="input-group">
<!-- <div class="input-group-addon">
<i class="fa fa-envelope" aria-hidden="true"></i>
</div> -->
<input type="email" class="form-control" name="email" placeholder="Email*">
<input type="hidden" name="source" value="Register Form">
</div> </div>
<label for="email" generated="true" class="error"></label> <label for="email" generated="true" class="error"></label>
</div> </div>
<div class="form-group col-md-12"> <div class="form-group col-md-12 selectfields">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon"><i class="fa fa-home" aria-hidden="true"></i></i> </i>
</div>
<select class="form-control" name="conf" required> -->
<option value="">Configuration</option>
<option value="2 BHK">2 BHK</option> <select name="select_option_1" class="form-control custom-select" required>
<option selected hidden value="">Select Configuration</option>
<option value="3 BHK Villas">3 BHK Villas</option>
<option value="4 BHK Villas">4 BHK Villas </option>
<option value="2.5 BHK">2.5 BHK</option> </select>
</div>
<label for="select_option_1" class="error"></label>
</div>
<option value="3 BHK">3 BHK</option> <div class="form-group col-md-12 selectfields">
<div class="input-group">
<select name="select_option_2" class="form-control custom-select" required>
<option selected hidden value="">Schedule Site Visit</option>
<option value="This Week">This Week</option>
<option value="Next Week">Next Week</option>
<option value="This Month">This Month</option>
</select> </select>
</div> </div>
<label for="conf" generated="true" class="error"></label> <label for="select_option_2" class="error"></label>
</div>
<div class="col-md-12">
<p class="form-disc">
By submitting your details you agree to the
<a href="terms-and-conditions.php" target="_blank" title="Terms of use">Terms &
Conditions</a>
</p>
</div> </div>
<button type="submit" class="btn btn-default price-btn" value="proceed">SUBMIT</button> <button type="submit" class="btn btn-default form-btn margin-bottom">Submit
</button>
</form> </form>
</div> </div>
</div><!-- /.modal-content --> </div><!-- /.modal-content -->
...@@ -2198,6 +2767,10 @@ ...@@ -2198,6 +2767,10 @@
$('#price-model').modal('show'); $('#price-model').modal('show');
}); });
$(".disclaimer").click(function() {
$('#disclaimer').modal('show');
});
$(".enq-interested").click(function() { $(".enq-interested").click(function() {
$('#interested').modal('show'); $('#interested').modal('show');
}); });
...@@ -2239,13 +2812,13 @@ ...@@ -2239,13 +2812,13 @@
items: 1, items: 1,
loop: true, loop: true,
margin: 25, margin: 25,
autoplay: true, autoplay: false,
// autoplayTimeout: 2000, autoplayTimeout: 4000,
// autoplayHoverPause: true, autoplayHoverPause: false,
nav: false, nav: true,
dots: true, dots: false,
navText: ['<span class="fas fa-chevron-left fa-3x"></span>', navText: ['<img src="<?php echo $assetBase; ?>images/left1.webp" style="height:40px;">',
'<span class="fas fa-chevron-right fa-3x"></span>' '<img src="<?php echo $assetBase; ?>images/right1.webp" style="height:40px;">'
], ],
responsive: { responsive: {
0: { 0: {
...@@ -2267,8 +2840,8 @@ ...@@ -2267,8 +2840,8 @@
// autoplayHoverPause: true, // autoplayHoverPause: true,
nav: false, nav: false,
dots: true, dots: true,
navText: ['<span class="fas fa-chevron-left fa-3x"></span>', navText: ['<img src="<?php echo $assetBase; ?>images/left1.webp" style="height:30px;">',
'<span class="fas fa-chevron-right fa-3x"></span>' '<img src="<?php echo $assetBase; ?>images/right1.webp" style="height:30px;">'
], ],
responsive: { responsive: {
0: { 0: {
...@@ -2439,6 +3012,18 @@ ...@@ -2439,6 +3012,18 @@
}; };
</script> </script>
<script>
document.addEventListener("DOMContentLoaded", function() {
const params = new URLSearchParams(window.location.search);
if (params.get("v") === "2") {
const selects = document.querySelectorAll(".selectfields");
selects.forEach(el => {
el.style.display = "block";
});
}
});
</script>
</body> </body>
</html> </html>
\ No newline at end of file \ No newline at end of file
...@@ -51,8 +51,8 @@ jQuery(function ($) { ...@@ -51,8 +51,8 @@ jQuery(function ($) {
"Value must not equal arg." "Value must not equal arg."
); );
if ($("#contact-form").length > 0) { if ($("#contact_form").length > 0) {
$("#contact-form").validate({ $("#contact_form").validate({
rules: { rules: {
fname: { fname: {
required: true, required: true,
...@@ -83,6 +83,40 @@ jQuery(function ($) { ...@@ -83,6 +83,40 @@ jQuery(function ($) {
}); });
} }
if ($("#register-form").length > 0) {
$("#register-form").validate({
rules: {
fname: {
required: true,
maxlength: 100,
},
mobile: {
required: true,
number: true,
minlength: 7,
maxlength: 14,
},
email: {
required: true,
email: true,
},
},
messages: {
fname: {
required: "Enter Your Name",
},
mobile: {
required: "Enter Your Number",
},
email: {
required: "Enter Your Email",
},
},
});
}
if ($("#price-popup").length > 0) { if ($("#price-popup").length > 0) {
$("#price-popup").validate({ $("#price-popup").validate({
rules: { rules: {
...@@ -100,6 +134,17 @@ jQuery(function ($) { ...@@ -100,6 +134,17 @@ jQuery(function ($) {
required: true, required: true,
}, },
}, },
messages: {
fname: {
required: "Enter Your Name",
},
mobile: {
required: "Enter Your Number",
},
email: {
required: "Enter Your Email",
},
},
}); });
} }
...@@ -120,6 +165,17 @@ jQuery(function ($) { ...@@ -120,6 +165,17 @@ jQuery(function ($) {
required: true, required: true,
}, },
}, },
messages: {
fname: {
required: "Enter Your Name",
},
mobile: {
required: "Enter Your Number",
},
email: {
required: "Enter Your Email",
},
},
}); });
} }
...@@ -262,6 +318,17 @@ jQuery(function ($) { ...@@ -262,6 +318,17 @@ jQuery(function ($) {
required: true, required: true,
}, },
}, },
messages: {
fname: {
required: "Enter Your Name",
},
mobile: {
required: "Enter Your Number",
},
email: {
required: "Enter Your Email",
},
},
}); });
} }
......
...@@ -21,6 +21,8 @@ class PostData ...@@ -21,6 +21,8 @@ class PostData
//$projectname = $_REQUEST['projectname']; //$projectname = $_REQUEST['projectname'];
$source = $_REQUEST['source']; $source = $_REQUEST['source'];
$message = $_REQUEST['message']; $message = $_REQUEST['message'];
$conf = $_REQUEST['select_option_1'];
$site_visit = $_REQUEST['select_option_2'];
//$country_code = $_REQUEST['country_code']; //$country_code = $_REQUEST['country_code'];
$name = $fname . ' ' . $lname; $name = $fname . ' ' . $lname;
...@@ -46,6 +48,8 @@ class PostData ...@@ -46,6 +48,8 @@ class PostData
$postFields .= '&entry.2003337495=' . urlencode($_COOKIE['cstm_ppc_device']); $postFields .= '&entry.2003337495=' . urlencode($_COOKIE['cstm_ppc_device']);
$postFields .= '&entry.399907321=' . urlencode($_COOKIE['cstm_ppc_medium']); $postFields .= '&entry.399907321=' . urlencode($_COOKIE['cstm_ppc_medium']);
$postFields .= '&entry.1966964226=' . urlencode($_COOKIE['gclid']); $postFields .= '&entry.1966964226=' . urlencode($_COOKIE['gclid']);
$postFields .= '&entry.599794443=' . $conf;
$postFields .= '&entry.1354448406=' . $site_visit;
$postFields .= '&entry.2132069230=' . $ip; $postFields .= '&entry.2132069230=' . $ip;
$ch3 = curl_init(); $ch3 = curl_init();
......
...@@ -21,7 +21,7 @@ if ($request !== 'POST') { ...@@ -21,7 +21,7 @@ if ($request !== 'POST') {
echo "<a href='index.php'>Go Back</a>"; echo "<a href='index.php'>Go Back</a>";
die; die;
} }
if ($clientIPAddress == '180.151.246.211'){ if ($clientIPAddress == '180.151.246.211') {
die; die;
} }
if ($_REQUEST['mobile'] == '') { if ($_REQUEST['mobile'] == '') {
...@@ -59,7 +59,8 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) { ...@@ -59,7 +59,8 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) {
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Aashrayaa Eco City | Thank You</title> <title>Urban Luxurious 3 & 4 BHK Villas in Hoskote
| Thank You</title>
<meta name="keywords" content=""> <meta name="keywords" content="">
<meta name=""> <meta name="">
<link rel="icon" href="images/favicon.webp" type="image/png" sizes="16x16"> <link rel="icon" href="images/favicon.webp" type="image/png" sizes="16x16">
...@@ -81,7 +82,7 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) { ...@@ -81,7 +82,7 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) {
<nav class="navbar navbar-default" id="hide-menu"> <nav class="navbar navbar-default" id="hide-menu">
<div class="container-fluid"> <div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display --> <!-- Brand and toggle get grouped for better mobile display -->
<div class="col-md-2"> <div class="col-md-1">
<div class="navbar-header"> <div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" <button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
...@@ -92,11 +93,11 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) { ...@@ -92,11 +93,11 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) {
</button> </button>
<a class="navbar-brand" href="index.php"> <a class="navbar-brand" href="index.php">
<img src="<?php echo $assetBase; ?>images/logo/logo.png"> <img src="images/logo/logo.png">
</a> </a>
<!-- <button class="btn btn-danger download1 btn-download visible-xs">Download <!-- <button class="btn btn-danger download1 btn-download visible-xs">Download
Brochure</button> --> Brochure</button> -->
<!-- <img class="navbar-img mob-img" src="<?php echo $assetBase; ?>images/logo/logo-2.png"> --> <img class="navbar-img mob-img" src="images/logo/logo-2.png">
</div> </div>
</div> </div>
...@@ -107,10 +108,14 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) { ...@@ -107,10 +108,14 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) {
<ul class="nav navbar-nav navbar-right"> <ul class="nav navbar-nav navbar-right">
<!-- <li><a href="#home" class="m-link">Home</a></li> --> <!-- <li><a href="#home" class="m-link">Home</a></li> -->
<li><a href="#overview" class="m-link">Overview</a></li> <li><a href="#overview" class="m-link">Overview</a></li>
<li><a href="#configuration" class="m-link">Configuration</a></li>
<li><a href="#indulgence" class="m-link">Amenities</a></li> <li><a href="#indulgence" class="m-link">Amenities</a></li>
<li><a href="#masterplan" class="m-link">Your World</a></li> <li><a href="#plans" class="m-link">Floor PLan</a></li>
<li><button class="btn btn-danger download1 btn-download hidden-xs">Download <li><a href="#masterplan" class="m-link">Location</a></li>
Brochure</button></li> <li><a href="#about-us" class="m-link">About Us</a></li>
<li><a href="#contact" class="m-link">Contact Us</a></li>
<!-- <li><button class="btn btn-danger download1 btn-download hidden-xs">Download
Brochure</button></li> -->
<!-- <button class="btn btn-danger download1 btn-download hidden-xs">Download Brochure</button> --> <!-- <button class="btn btn-danger download1 btn-download hidden-xs">Download Brochure</button> -->
<!-- <li><a href="#gallery" class="m-link">Gallery</a></li> --> <!-- <li><a href="#gallery" class="m-link">Gallery</a></li> -->
...@@ -121,17 +126,17 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) { ...@@ -121,17 +126,17 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) {
</div><!-- /.navbar-collapse --> </div><!-- /.navbar-collapse -->
</div> </div>
<!-- <div class="col-md-1"> <div class="col-md-1">
<img class="navbar-img desk-img" src="<?php echo $assetBase; ?>images/logo/logo-2.png"> <img class="navbar-img desk-img" src="images/logo/logo-2.png">
</div> </div>
-->
<!-- /.container-fluid --> <!-- /.container-fluid -->
<!-- <div class="col-md-1 hidden-xs"> <!-- <div class="col-md-1 hidden-xs">
<div class="navbar-header"> <div class="navbar-header">
<a class="navbar-brand" href="javascript:void(0)"> <a class="navbar-brand" href="javascript:void(0)">
<img class="new" src="<?php echo $assetBase; ?>images/twghead.webp" <img class="new" src="images/twghead.webp"
style="position: relative;right: 0px;width: 200px;"> style="position: relative;right: 0px;width: 200px;">
</a> </a>
</div> </div>
...@@ -140,7 +145,6 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) { ...@@ -140,7 +145,6 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) {
</nav> </nav>
</header> </header>
<!-- <section class="inner-banner"> <!-- <section class="inner-banner">
<div class="container"> <div class="container">
<div class="banner-txt-thank"> <div class="banner-txt-thank">
...@@ -267,7 +271,7 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) { ...@@ -267,7 +271,7 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) {
<div class="col-md-12"> <div class="col-md-12">
<div class="col-md-4"> <div class="col-md-4">
<p>Copyright @ Century Novus <?php echo date('Y')?>. All rights reserved.</p> <p>Copyright @ Century Novus <?php echo date('Y') ?>. All rights reserved.</p>
</div> </div>
<div class="col-md-4 text-center"> <div class="col-md-4 text-center">
<img src="images/centurylogo-50.png" alt=""> <img src="images/centurylogo-50.png" alt="">
...@@ -312,7 +316,7 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) { ...@@ -312,7 +316,7 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) {
</div> </div>
<div class="pd0 col-md-8"> <div class="pd0 col-md-8">
<p>RERA Reg No: PRM/KA/RERA/1251/309/PR/100423/005853</p> <p>RERA Reg No: PRM/KA/RERA/1251/309/PR/100423/005853</p>
<p>Copyright @ Century Novus <?php echo date('Y')?>. All rights reserved.</p> <p>Copyright @ Century Novus <?php echo date('Y') ?>. All rights reserved.</p>
</div> </div>
<div class="pd0 col-md-12"> <div class="pd0 col-md-12">
<p style="font-size: 9px; line-height: 12px;"> <p style="font-size: 9px; line-height: 12px;">
...@@ -355,7 +359,6 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) { ...@@ -355,7 +359,6 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) {
</div> --> </div> -->
<div class="col-md-6 group"> <div class="col-md-6 group">
<p> Ecocity Developed by Aashrayaa Projects & Peram Group</p> <p> Ecocity Developed by Aashrayaa Projects & Peram Group</p>
<div class=" text-center"> <div class=" text-center">
<img style="margin-top: -7px; width:107px" src="images/logo/logo-2.png" alt=""> <img style="margin-top: -7px; width:107px" src="images/logo/logo-2.png" alt="">
</div> </div>
...@@ -367,11 +370,13 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) { ...@@ -367,11 +370,13 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) {
<p>RERA No : PRM/KA/RERA/1250/304/PR/180130/001424</p> <p>RERA No : PRM/KA/RERA/1250/304/PR/180130/001424</p>
</div> </div>
<div class="col-md-12"> <div class="col-md-12">
<p class="rera-para"> <!-- <p class="rera-para">
For general information purposes only. While enough care is taken by Eco City to ensure that information on the brochure is up to date, accurate and correct, readers are requested to make their independent inquiry before relying upon the same. In no event will Eco City offer any warranty on the information made available or be liable for any loss or damage including without limitation, indirect or consequential loss or damage in connection with, the use of information in this brochure. By using or accessing the brochure, you agree with the Disclaimer without any qualification or limitation. For general information purposes only. While enough care is taken by Eco City to ensure that information on the brochure is up to date, accurate and correct, readers are requested to make their independent inquiry before relying upon the same. In no event will Eco City offer any warranty on the information made available or be liable for any loss or damage including without limitation, indirect or consequential loss or damage in connection with, the use of information in this brochure. By using or accessing the brochure, you agree with the Disclaimer without any qualification or limitation.
<span class="more-text"> Design, specifications, floor plans, brochures, interactive plans etc., are subject to change without prior notice. Computer-generated images, walkthroughs and rendered images are the artist's impression and are indicative of the actual designs. Concept images used are for representation purposes only. The contents of this brochure are meant to provide information to the readers of this brochure about ourselves including our various projects. They are only for general information and are subject to change. By no stretch of the imagination, the information on the brochure shall be construed as an advertisement and/or invitation or offer for sale. To find out more about projects/developments, please visit our sales office during working hours and get in touch with an authorized Eco City sales representative. Please note that by sharing any of your contact details on the brochure, you are authorizing the Sales Response team of Eco City (even if you are registered on the DND Registry) to provide information on our projects over Calls, SMS & Emails.</span> <span class="more-text"> Design, specifications, floor plans, brochures, interactive plans etc., are subject to change without prior notice. Computer-generated images, walkthroughs and rendered images are the artist's impression and are indicative of the actual designs. Concept images used are for representation purposes only. The contents of this brochure are meant to provide information to the readers of this brochure about ourselves including our various projects. They are only for general information and are subject to change. By no stretch of the imagination, the information on the brochure shall be construed as an advertisement and/or invitation or offer for sale. To find out more about projects/developments, please visit our sales office during working hours and get in touch with an authorized Eco City sales representative. Please note that by sharing any of your contact details on the brochure, you are authorizing the Sales Response team of Eco City (even if you are registered on the DND Registry) to provide information on our projects over Calls, SMS & Emails.</span>
<a class="see-btn" onclick="toggleText(this)">See more</a> <a class="see-btn" onclick="toggleText(this)">See more</a>
</p> </p> -->
<div class="text-center"> <a class="disclaimer"> Disclaimer</a></div>
</div> </div>
...@@ -398,7 +403,7 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) { ...@@ -398,7 +403,7 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) {
<p>Copyright © Eco City. All rights reserved.</p> <p>Copyright © Eco City. All rights reserved.</p>
</div> </div>
<div class="pd0 col-md-12"> <div class="pd0 col-md-12">
<p class="rera-para"> <!-- <p class="rera-para">
For general information purposes only. While enough care is taken by Eco City to For general information purposes only. While enough care is taken by Eco City to
ensure that information on the brochure is up to date, accurate and correct, readers are ensure that information on the brochure is up to date, accurate and correct, readers are
requested to make their independent inquiry before relying upon the same. requested to make their independent inquiry before relying upon the same.
...@@ -421,11 +426,12 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) { ...@@ -421,11 +426,12 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) {
Eco City (even if you are registered on the DND Registry) to provide Eco City (even if you are registered on the DND Registry) to provide
information on our projects over Calls, SMS & Emails.</span> information on our projects over Calls, SMS & Emails.</span>
<a class="see-btn" onclick="toggleText(this)">See more</a> <a class="see-btn" onclick="toggleText(this)">See more</a>
</p> </p> -->
</div>
<div class="text-center"><a class="disclaimer"> Disclaimer</a></div>
</div> </div>
</div>
<div style="margin-top: -21px; margin-bottom: 56px; align-items:center" class="group"> <div style="margin-top: -21px; margin-bottom: 56px; align-items:center" class="group">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!