/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
}

/* Header */

header.fixed {
  background: #fff;
  z-index: 999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  top: 0;
}

header {
  position: fixed;
  left: 0px;
  top: 30px;
  width: 100%;
  padding: 10px;
  background: transparent;
  height: 80px;
  z-index: 999;
  transition: 0.6s;
}

.main-nav {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-nav li {
  display: inline-block;
  margin: 0px 15px;
}
.main-nav li a {
  display: block;
  font-weight: 600;
  color: rgba(7, 57, 27, 1);
  text-decoration: none;
}
li.call_now_btn {
  background: rgba(7, 57, 27, 1);
  border-radius: 7px;
}

li.call_now_btn a {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
}

.h100 {
  height: 100%;
}

/* Header */

/* Header Form */
.bottom_banner_form_box {
  padding: 30px 0px;
}
.bottom_banner_form_box form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: auto;
  gap: 20px;
}
.bottom_banner_form_box form .input-block {
  width: 25%;
}
.bottom_banner_form_box form .input-block input, .bottom_banner_form_box form .input-block select {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  box-shadow: none !important;
  color: #000;
  padding-left: 0px !important;
}
.bottom_banner_form_box form .input-block.phone_field {
}
.bottom_banner_form_box form .input-block.phone_field input[type="tel"] {
}
.bottom_banner_form_box form .input-block input[type="submit"] {
  background: #07391b;
  border: 1px solid #07391b;
  border-radius: 6px;
  color: #fff;
  padding: 0.375rem 0.75rem !important;
}
.bottom_banner_form_box form .input-block select {
  -webkit-appearance: auto;
  -moz-appearance: none;
  appearance: auto;
}
.bottom_banner_form_box form .input-block input[type="submit"]:hover {
  background-color: #000;
  color: #fff;
}
.bottom_banner_form_box label.error {
  display: none !important;
}
/* Header Form */

.space-small-pd {
  padding: 30px 0px;
}

.space-medium-pd {
  padding: 50px 0px;
}

.space-big-pd {
  padding: 70px 0px;
}

/* Why Invest Box */
.small_why_invest_section {
  background: url("../images/why_invest_bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
.small_why_invest_section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(30, 101, 52, 0.85);
  pointer-events: none;
  z-index: 0;
}
h2.title {
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-family: "EB Garamond", serif;
  letter-spacing: 1px;
  word-spacing: 3px;
  font-weight: 500;
}

.small_why_invest_section .box {
  color: #fff;
  position: relative;
}
.small_why_invest_section .box .icon {
  text-align: center;
  margin-bottom: 20px;
}
.small_why_invest_section .box .icon img {
  width: 60px;
  max-height: 60px;
  object-fit: cover;
  margin-bottom: 20px;
}
.small_why_invest_section .box .icon .caption {
}
.small_why_invest_section .box .description {
  line-height: 25px;
  text-align: center;
  position: relative;
}

section {
  position: relative;
}
/* Why Invest Box */

/* Project Overview */

.project_overview {
}
.logo_with_content {
  text-align: center;
  width: 70%;
  margin: auto;
  margin-bottom: 5rem;
}
.logo_with_content .image_box {
}
.logo_with_content .image_box img {
  width: 300px;
}
.logo_with_content .sub_title {
  color: rgba(30, 101, 52, 1);
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: "EB Garamond", serif;
  line-height: 3rem;
}
.logo_with_content p.lead {
  color: rgba(30, 101, 52, 1);
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.location_advantages {
}
.location_advantages .title {
  color: rgba(30, 101, 52, 1);
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
.location_advantages .location_advantages_image {
  margin-bottom: 10rem;
}
.location_advantages .location_advantages_image img {
  width: max-content;
  display: block;
  margin: auto;
}

.property_highlights {
}
.property_highlights .property_highlights_image {
}
.property_highlights .property_highlights_image img {
  width: max-content;
  margin: auto;
  display: block;
}

.gallery_slider_box_wrapper {
  margin-bottom: 6rem;
  margin-top: 6rem;
}
.gallery_slider_box_wrapper h2.title {
  color: rgba(30, 101, 52, 1);
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
.gallery_slider_box_wrapper .owl-gallery-slider {
}

#owl-gallery-slider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  gap: 10px;
}
#owl-gallery-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 100px;
  transition: width 0.6s;
}
#owl-gallery-slider .owl-dots .owl-dot.active {
  background: rgba(30, 101, 52, 1);
  width: 20px;
}

#owl-gallery-slider img {
}

.master-plan-box {
}
.master-plan-box h2.title {
  color: rgba(30, 101, 52, 1);
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
.master-plan-box img {
}

.about-hara-legacy {
  margin-top: 5rem;
}
.about-hara-legacy h2.title {
  color: rgba(30, 101, 52, 1);
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
.about-hara-legacy .the_story {
}
.about-hara-legacy .the_story h3.title {
  color: rgba(30, 101, 52, 1);
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: "EB Garamond", serif;
  text-align: center;
}
.about-hara-legacy .the_story p.lead {
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  color: rgba(30, 101, 52, 1);
  font-weight: 500;
}
.about-hara-legacy .inner_box {
}
.about-hara-legacy .inner_box .text_format {
  display: block;
  margin-bottom: 2rem;
  padding-left: 5rem;
}
.about-hara-legacy .inner_box .text_format .big_text {
  font-size: 40px;
  color: #9bcb3b;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  margin-right: 10px;
}
.about-hara-legacy .inner_box .text_format .small_text {
  color: rgba(30, 101, 52, 1);
  font-weight: 600;
}

/* Project Overview */

/* Footer */
footer {
  background: url("../images/footer_bg.webp");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 20px !important;
}

.address_box {
  background: rgba(241, 255, 245, 1);
  text-align: center;
  padding: 50px;
  position: relative;
}
.address_box .footer_logo {
  margin-bottom: 1rem;
}
.address_box .footer_logo img {
  width: 200px;
}
.address_box .footer_address {
}
.address_box .footer_address .box {
  display: flex;
  width: 100%;
  margin: auto;
  text-align: left;
  margin-bottom: 1rem;
}
.address_box .footer_address .box.social_icons {
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
.address_box .footer_address .box .icon {
  width: 18%;
  margin-right: 10px;
  color: rgba(30, 101, 52, 1);
  line-height: 21px;
  font-weight: 600;
}
.address_box .footer_address .box .icon i {
  color: rgba(30, 101, 52, 1);
  font-size: 20px;
}
.address_box .footer_address .box .text {
  font-size: 16px;
  line-height: 25px;
  width: 82%;
  color: rgba(30, 101, 52, 1);
}
.address_box .footer_address .box .rera {
  font-size: 13px;
  margin-top: 1rem;
  color: rgba(30, 101, 52, 1);
}
.address_box .footer_address .box a {
  color: #000;
  text-decoration: none;
  color: rgba(30, 101, 52, 1);
}
.address_box .footer_address .box a i {
  font-size: 25px;
}

footer:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 20vw;
  height: 18vw;
  background: url("../images/footer_top_image.png") no-repeat;
  background-size: 100%;
  top: 0px;
  z-index: 0;
  pointer-events: none;
}
/* Footer */

.floating_leaves_left_1 {
  position: absolute;
  left: 0px;
  top: -20vw;
  width: 13%;
  height: 20%;
  background: url(../images/side-image-2.webp) no-repeat;
  z-index: 99;
  pointer-events: none;
  background-position: 0px -22px;
  background-size: 100%;
}
.floating_leaves_left_2 {
  position: absolute;
  left: 0px;
  top: 10%;
  width: 13%;
  height: 20%;
  background: url(../images/side-image-2.png) no-repeat;
  z-index: 99;
  pointer-events: none;
  background-position: 0px -22px;
  background-size: 100%;
}
.floating_leaves_left_3 {
  position: absolute;
  left: 0px;
  top: 25%;
  width: 13%;
  height: 20%;
  background: url(../images/side-image-2.png) no-repeat;
  z-index: 99;
  pointer-events: none;
  background-position: 0px -22px;
  background-size: 100%;
}
.floating_leaves_left_4 {
  position: absolute;
  left: 0px;
  top: 40%;
  width: 13%;
  height: 20%;
  background: url(../images/side-image-2.png) no-repeat;
  z-index: 99;
  pointer-events: none;
  background-position: 0px -22px;
  background-size: 100%;
}
.floating_leaves_left_5 {
  position: absolute;
  left: 0px;
  top: 55%;
  width: 13%;
  height: 20%;
  background: url(../images/side-image-2.png) no-repeat;
  z-index: 99;
  pointer-events: none;
  background-position: 0px -22px;
  background-size: 100%;
}
.floating_leaves_left_6 {
  position: absolute;
  left: 0px;
  top: 68%;
  width: 13%;
  height: 20%;
  background: url(../images/side-image-2.png) no-repeat;
  z-index: 99;
  pointer-events: none;
  background-position: 0px -22px;
  background-size: 100%;
}
.floating_leaves_left_7 {
  position: absolute;
  left: 0px;
  top: 80%;
  width: 13%;
  height: 20%;
  background: url(../images/side-image-2.png) no-repeat;
  z-index: 99;
  pointer-events: none;
  background-position: 0px -22px;
  background-size: 100%;
}

/* Right */

.floating_leaves_right_1 {
  position: absolute;
  right: 0px;
  top: 10%;
  width: 13%;
  height: 13%;
  background: url(../images/right-side-1.png) no-repeat;
  z-index: 99;
  pointer-events: none;
  background-position: 0px -22px;
  background-size: 100%;
}
.floating_leaves_right_2 {
  position: absolute;
  right: 0px;
  top: 20%;
  width: 13%;
  height: 13%;
  background: url(../images/right-side-1.png) no-repeat;
  z-index: 99;
  pointer-events: none;
  background-position: 0px -22px;
  background-size: 100%;
}
.floating_leaves_right_3 {
  position: absolute;
  right: 0px;
  top: 32%;
  width: 13%;
  height: 13%;
  background: url(../images/right-side-1.png) no-repeat;
  z-index: 99;
  pointer-events: none;
  background-position: 0px -22px;
  background-size: 100%;
}
.floating_leaves_right_4 {
  position: absolute;
  right: 0px;
  top: 42%;
  width: 13%;
  height: 13%;
  background: url(../images/right-side-1.png) no-repeat;
  z-index: 99;
  pointer-events: none;
  background-position: 0px -22px;
  background-size: 100%;
}
.floating_leaves_right_5 {
  position: absolute;
  right: 0px;
  top: 52%;
  width: 13%;
  height: 13%;
  background: url(../images/right-side-1.png) no-repeat;
  z-index: 99;
  pointer-events: none;
  background-position: 0px -22px;
  background-size: 100%;
}
.floating_leaves_right_6 {
  position: absolute;
  right: 0px;
  top: 64%;
  width: 13%;
  height: 13%;
  background: url(../images/right-side-1.png) no-repeat;
  z-index: 99;
  pointer-events: none;
  background-position: 0px -22px;
  background-size: 100%;
}
.floating_leaves_right_7 {
  position: absolute;
  right: 0px;
  top: 75%;
  width: 16%;
  height: 16%;
  background: url(../images/right-side-1.png) no-repeat;
  z-index: 99;
  pointer-events: none;
  background-position: 0px 0px;
  background-size: cover;
}
/* Right */

.bottom_banner_form_box form input.error {
  border-color: red;
}

/* sticky form code */
.stickyForm {
  position: fixed;
  top: 25%;
  width: 310px;
  right: -310px;
  text-align: center;
  padding: 17px;
  background: rgba(84, 84, 84, 0.81);
  border-radius: 11px 0px 0 11px;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  z-index: 9999;
}

.stickyForm.active {
  right: 0px;
}

.stickyForm .btn {
  background: rgba(7, 57, 27, 1);
  padding: 10px 30px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: -100px;
  color: #fff;
  height: 40px;
  border-radius: 7px 7px 0 0;
  font-size: 15px;
  cursor: pointer;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  border: 0;
  perspective: 100px;
  outline: 0 !important;
}

input#phone {
  /* padding-left: 50px !important; */
}

body .stickyForm * {
  color: #fff;
}

body .stickyForm label {
  width: 100% !important;
}

body .stickyForm input[type="text"],
body .stickyForm input[type="email"],
body .stickyForm textarea,
body .stickyForm .intl-tel-input {
  width: 100% !important;
  border: 0;
  height: 35px;
  background: transparent;
  border-bottom: 1px solid #fff;
  margin-bottom: 13px;
}
body .stickyForm select{
  margin-bottom: 13px;
    border-radius: 0px;
}
body .stickyForm select option{
  color: black;
}

.stickyForm [type="submit"] {
  background: #4b6759;
  color: white;
  border: 0;
  padding: 10px 25px;
  border-radius: 2px;
  border: 1px solid #4b6759;
}

body .stickyForm ._checkbox {
  margin-bottom: 10px;
}

body .stickyForm ._checkbox .text {
  text-align: left;
  margin-bottom: 10px;
}

body .stickyForm ._checkbox label {
  width: 50% !important;
  float: left;
  padding-right: 5px;
}

body .stickyForm ._checkbox span {
  padding-left: 4px;
  font-size: 13px;
  float: left;
}

.stickyForm,
.stickyForm.active .btn {
  background: rgba(35, 35, 35, 0.77);
}

.stickyForm ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  letter-spacing: 0px;
  color: #ccc;
}

.stickyForm :::-moz-placeholder {
  /* Firefox 19+ */
  letter-spacing: 0px;
  color: #ccc;
}

.stickyForm ::-ms-input-placeholder {
  /* IE 10+ */
  letter-spacing: 0px;
  color: #ccc;
}

.stickyForm :-moz-placeholder {
  /* Firefox 18- */
  letter-spacing: 0px;
  color: #ccc;
}

body .stickyForm select {
  width: 100%;
  color: #fff;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #fff;
  height: 40px;
}

body .stickyForm .btn-group {
  margin-top: 20px;
}

body .stickyForm .error {
  margin-bottom: 0 !important;
}

body .stickyForm label.error {
  padding: 7px 0;
  color: red;
  margin-top: 2px;
  font-weight: 600;
}

body .stickyForm [type="submit"] {
  background: rgba(7, 57, 27, 1);
  color: #fff;
  height: 40px !important;
  padding: 0px 30px !important;
  /* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}

/* end of sticky form code */

.close-btn.close {
  width: 30px;
  height: 30px;
  padding: 10px;
  background: #fff;
  color: #000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  margin-right: 0px;
  margin-left: auto;
  cursor: pointer;
}

.close-btn.close i {
  color: #000;
}

.thankyou_section {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thankyou_section h1 {
  font-size: 60px;
  font-weight: 600;
  color: #07391b;
}
.thankyou_section h2 {
  font-size: 25px;
  margin-top: 10px;
  color: #07391b;
}
.thankyou_section a {
  display: inline-block;
  font-size: 15px;
  margin-top: 10px;
  color: #07391b;
  background: #07391b;
  padding: 10px 20px;
  color: #fff !important;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 2rem;
}
.thankyou_section a i {
  margin-right: 5px;
}

.project_overview{
    background:url('../images/full_bg_100.webp');
}
.agree{
  text-align: left;
    font-size: 9px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}
.agree.flex-align input#agree{
  margin-bottom: 0;
    margin-right: 0;
}
.agree.flex-align{
  text-align: left;
  display: flex;
  justify-content: center;
  width: 80%;
  margin: auto;
  gap: 20px;
  margin-top: 14px;
}
#owl-gallery-slider p{
  position: absolute;
    bottom: 8px;
    color: white;
    right: 10px;
    font-size: 9px;
}
.privacy-policy{
  color: white;
    width: 90%;
    font-size: 10px;
    text-align: center;
    margin: auto;
    margin-top: 22px;
}
.mobile-sticky-call{
  display: none;
}
div#privacypolicy {
  background-color: white;
  width: 50%;
  margin: auto;
  text-align: center;
  padding: 12px;
}

div#privacypolicy p {
  color: black;
  font-size: 16px;
  line-height: 20px;
}

div#privacypolicy h3 {
  font-weight: 600;
  font-size: 22px;
}
form#popup_form {}

form#popup_form input, form#popup_form select {
    margin-bottom: 11px;
}

div#roadblock-form {
    width: 40%;
    margin: auto;
    background-color: white;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

div#roadblock-form h3 {
    font-size: 20px;
    font-weight: bold;
}

h3 {}

div#roadblock-form p {
    margin-bottom: 13px;
}

form#popup_form input[type="submit"] {
    width: auto;
    display: block;
    margin: auto;
    background-color: rgba(7, 57, 27, 1);
    color: white;
}

button.mfp-close {
    right: 30%;
}
.floating_leaves_left_1{
  width: 170px;
}
/* Responsive */
@media (min-width: 1920px) {
}
@media (min-width: 1600px) {
}
@media (min-width: 1400px) {
  .floating_leaves_left_1,
  .floating_leaves_left_2,
  .floating_leaves_left_3,
  .floating_leaves_left_4,
  .floating_leaves_left_5,
  .floating_leaves_left_6,
  .floating_leaves_left_7 {
    width: 15%;
    height: 23%;
  }
  .floating_leaves_left_1 {
    height: 23%;
  }
  .floating_leaves_left_2 {
    top: 16%;
    height: 20%;
  }
  .floating_leaves_left_3 {
    top: 35%;
    height: 23%;
  }
  .floating_leaves_left_4 {
    top: 54%;
  }
  .floating_leaves_left_5 {
    top: 69%;
    width: 13%;
  }
  .floating_leaves_left_6 {
    top: 90%;
    display: none;
  }
  .floating_leaves_left_7 {
    top: 90%;
    display: none;
  }

  .floating_leaves_right_1,
  .floating_leaves_right_2,
  .floating_leaves_right_3,
  .floating_leaves_right_4,
  .floating_leaves_right_5,
  .floating_leaves_right_6,
  .floating_leaves_right_7 {
  }
  .floating_leaves_right_1 {
  }
  .floating_leaves_right_2 {
  }
  .floating_leaves_right_3 {
  }
  .floating_leaves_right_4 {
  }
  .floating_leaves_right_5 {
  }
  .floating_leaves_right_6 {
  }
  .floating_leaves_right_7 {
    width: 16%;
  }
}

@media (min-width: 1200px) {
  .floating_leaves_left_1, .floating_leaves_left_2 {
    width: 130px;
  }
  .floating_leaves_left_7{
    width: 100px;
  }
  .floating_leaves_right_7{
    width: 150px;
  }
}
@media (max-width: 1200px) {
  .location_advantages .location_advantages_image img,
  .property_highlights .property_highlights_image img {
    width: 80%;
  }
  .small_why_invest_section .row {
    width: 80%;
    margin: auto;
  }
  .small_why_invest_section .box {
    margin-bottom: 3rem;
  }
  .about-hara-legacy {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-hara-legacy .inner_box .text_format {
    padding-left: 10px;
  }
}
@media (max-width: 1025px) {
}
@media (max-width: 996px) {
}
@media (max-width: 768px) {
  .floating_leaves_left_1,
  .floating_leaves_left_2,
  .floating_leaves_left_3,
  .floating_leaves_left_4,
  .floating_leaves_left_5,
  .floating_leaves_left_6,
  .floating_leaves_left_7 {
    width: 15%;
    height: 13%;
  }
  .floating_leaves_left_1 {
    height: 13%;
  }
  .floating_leaves_left_2 {
    top: 8%;
  }
  .floating_leaves_left_3 {
    top: 20%;
  }
  .floating_leaves_left_4 {
    top: 32%;
    height: 17%;
    width: 20%;
  }
  .floating_leaves_left_5 {
    top: 48%;
    height: 17%;
    width: 20%;
  }
  .floating_leaves_left_6 {
    top: 64%;
    height: 17%;
    width: 20%;
  }
  .floating_leaves_left_7 {
    top: 80%;
  }

  .floating_leaves_right_1,
  .floating_leaves_right_2,
  .floating_leaves_right_3,
  .floating_leaves_right_4,
  .floating_leaves_right_5,
  .floating_leaves_right_6,
  .floating_leaves_right_7 {
    width: 25%;
    height: 15%;
  }
  .floating_leaves_right_1 {
    top: 6.5%;
  }
  .floating_leaves_right_2 {
    top: 20%;
  }
  .floating_leaves_right_3 {
    top: 33%;
  }
  .floating_leaves_right_4 {
    top: 45%;
  }
  .floating_leaves_right_5 {
    top: 58%;
  }
  .floating_leaves_right_6 {
    top: 71%;
  }
  .floating_leaves_right_7 {
    display: none;
  }
  .bottom_banner_form_box form {
    width: 75%;
  }
  div#roadblock-form {
    width: 100%;
  }
  button.mfp-close{
    right: 0;
  }
}
@media (max-width: 650px) {
  .floating_leaves_left_1,
  .floating_leaves_left_2,
  .floating_leaves_left_3,
  .floating_leaves_left_4,
  .floating_leaves_left_5,
  .floating_leaves_left_6,
  .floating_leaves_left_7 {
    display: none;
  }
  .floating_leaves_right_1,
  .floating_leaves_right_2,
  .floating_leaves_right_3,
  .floating_leaves_right_4,
  .floating_leaves_right_5,
  .floating_leaves_right_6,
  .floating_leaves_right_7 {
    display: none;
  }
  .bottom_banner_form_box form {
    flex-wrap: wrap;
    width: 85%;
  }
  .bottom_banner_form_box form .input-block {
    width: 100%;
  }
  h2.title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 2rem !important;
  }
  .small_why_invest_section .box {
    margin-bottom: 2rem;
  }
  .small_why_invest_section {
    padding: 40px 0px !important;
  }
  .main-nav li:not(li.call_now_btn) {
    display: none;
  }
  header {
    position: relative;
    height: auto;
  }
  header{
    display: none;
  }
  li.call_now_btn {
    margin: 0px;
  }
  .logo_with_content {
    width: 100%;
    margin-bottom: 2rem;
  }
  .logo_with_content .image_box img {
    width: auto;
  }
  .logo_with_content .sub_title {
    font-size: 25px;
    line-height: 2rem;
  }
  .logo_with_content p.lead {
    font-size: 16px;
    line-height: 2rem;
  }
  .location_advantages .title {
    font-size: 25px;
  }
  .location_advantages .location_advantages_image {
    margin-bottom: 4rem;
  }
  .gallery_slider_box_wrapper {
    margin: 4rem 0px;
  }
  .master-plan-box h2.title,
  .gallery_slider_box_wrapper h2.title,
  .about-hara-legacy h2.title {
    font-size: 25px;
  }
  .about-hara-legacy {
    width: 100%;
    margin-top: 2rem;
  }
  .about-hara-legacy .inner_box {
    margin-top: 2rem;
  }
  .project_overview {
    padding: 40px 0px;
  }
  .address_box {
    margin-top: 2rem;
    padding: 20px;
  }
  .address_box .footer_address .box {
    width: 100%;
    display: block;
  }
  .address_box .footer_address .box .icon{
    width: 100%;
  }
  .address_box .footer_address .box .rera {
    line-height: 25px;
  }
  .address_box .footer_address .box.social_icons {
    margin-top: 1rem;
  }
  footer:after {
    width: 50%;
    height: 15%;
  }

  .thankyou_section {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .thankyou_section h1 {
    font-size: 40px;
    font-weight: 600;
    color: #07391b;
  }
  .thankyou_section h2 {
    font-size: 20px;
    margin-top: 10px;
    color: #07391b;
  }
  .thankyou_section a {
    display: inline-block;
    font-size: 15px;
    margin-top: 10px;
    color: #07391b;
    background: #07391b;
    padding: 10px 20px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 6px;
    margin-top: 2rem;
  }
  .thankyou_section a i {
    margin-right: 5px;
  }
  .mobile-sticky-call a {
      background-color: #07391b;
      color: white;
      padding: 10px;
      display: block;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 21px;
      text-decoration: none;
      box-shadow: 1px 1px 11px #07391b;
  }
  .mobile-sticky-call{
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 1;
    display: block;

  }
  div#privacypolicy {
    width: 100%;
  }
}
@media (max-width: 375px) {
}

#owl-gallery-slider .item{
    position: relative;
}
#owl-gallery-slider .item:before {
    content: 'Actual Site Footage';
    position: absolute;
    width: auto;
    height: auto;
    bottom: 4px;
    right: 4px;
    padding: 1px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}
.whatsapp-sticky {
  position: fixed;
  right: 13px;
  bottom: 10px;
  z-index: 999;
}

.whatsapp-sticky img {
  width: 50px;
}

/* Responsive */
.footer-pp a{
  color: white;
}
.footer-pp{
  text-align: center;
    color: white;
    font-size: 12px;
    margin-top: 10px;
}
