@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary-color: #3e6137;
  --primary: #3e6137;
  --light-blue: #fff6f8;
  --heading: #002441;
  --text-color: #465166;
  --form-bg: #f0f1f5;
  --white: #ffffff;
  --black: #000000;
  --dark: #221f20;
  --grey: #565866;
}
body,
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
ul,
p {
  font-family: "Montserrat", serif;
  padding: 0;
  margin: 0;
  line-height: normal;
}
body {
  font-family: "Montserrat", serif;
  font-size: 18px;
  line-height: 28px;
}
i {
  font-style: normal;
}
.header {
  background: #fff;
  position: sticky;
  left: 0;
  z-index: 12;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.header .navbar {
  padding: 8px 0px;
}
.header .navbar .navbar-brand {
  width: 175px;
}
.header .navbar .navbar-brand img {
  width: 100%;
}
.header .navbar .navbar-collapse {
  justify-content: end;
}
.header .navbar .navbar-collapse .navbar-nav {
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #3e6137;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #002441;
  font-size: 16px;
  font-weight: 600 !important;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
}
.call_now_btn_box {
  margin-left: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.call_now_btn_box .btn {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 14px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border: 1px solid var #d9a40e;
  border-radius: 10px;
  color: #d9a40e;
}
.call_now_btn:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary-color) !important;
}
.Bannerhome {
  position: relative;
  height: 650px;
  display: flex;
  overflow: hidden;
  /* align-items: start; */
}
.Bannerhome .media_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  animation: 16s linear 0s infinite normal none running zoom-out;
  transition: all 0s ease-in-out 0s;
}
.Bannerhome .banner_wrapp {
  position: relative;
  z-index: 2;
  display: flex;
  margin: 30px 0;
}
.Bannerhome:after {
  /* content: ''; */
  background: linear-gradient(90deg, #000, #0006 40%, #0000);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.protitle {
  background: rgb(0, 0, 0, 0.8);
  padding: 2em;
  border-left: 5px solid #eab725;
  width: 500px;
  margin-right: auto;
}
.protitle .secbox {
  padding: 1em 0;
  margin: 1em 0;
  border: 1px solid #ffffff;
  border-left: 0;
  border-right: 0;
}
.protitle h2 {
  line-height: 1;
  font-weight: 400;
  margin: 0;
  font-size: 1.2em;
  color: #fff;
}
.protitle h2 .maint {
  font: 1.5em "Cinzel", serif !important;
}
.protitle h2 .subtt {
  font: 1em "Cinzel", serif !important;
}
.tcost {
  font-size: 2.2em;
  font-weight: 700;
  padding: 0 25px 0 15px;
  position: relative;
  color: #ffffff;
}
.tcost:before {
  content: "₹";
  position: absolute;
  left: -9px;
  top: 8px;
  font-size: 40px;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
}
.tcost:after {
  content: "Cr";
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.5em;
  font-weight: 300;
}
.tbhk {
  font-size: 27px;
  font-weight: 700;
  padding: 0 35px 0 0;
  position: relative;
  color: #ffffff;
}
.tbhk:after {
  /* content: "BHK"; */
  position: absolute;
  right: 0;
  bottom: 2px;
  font-size: 0.4em;
  font-weight: 300;
}
.highpro {
  display: block;
  list-style: none;
  position: relative;
}
.highpro li {
  display: block;
  list-style: none;
  font: 1em "inter", sans-serif !important;
  position: relative;
  color: #fff;
  padding: 3px 0 3px;
}
.highpro li i {
  position: absolute;
  color: #fff;
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 0.8em;
}
.tbtn {
  display: inline-block;
  padding: 20px 0 0;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  color: #fff;
}
.tbtn:hover {
  color: #42940c;
  border-bottom: 1px solid #42940c;
}
.high-pro {
  list-style: none;
  padding: 0em !important;
  margin: 20px 0 !important;
}
.high-pro li {
  display: block;
  list-style: none;
  font-size: 0.9em;
  margin: 10px 0;
}
.high-pro li span {
  border: 1px solid #00000024;
  padding: 5px;
  border-radius: 50px;
}
.type-pro {
  position: absolute;
  padding: 30px 0;
  bottom: 0;
  right: 15px;
}
.type-pro li {
  display: inline-block;
  list-style: none;
  font: 1em "Cinzel", serif !important;
  padding: 0 15px;
  position: relative;
  color: #d19e02;
}
.type-pro li:last-child:after {
  display: none;
}
.type-pro li:after {
  height: 20px;
  position: absolute;
  top: 0;
  right: -5px;
  content: "₹";
}
.check-list {
  margin: 0;
  padding-left: 0rem;
}
.highpro li svg {
  width: 20px;
}
.check-list li {
  position: relative;
  list-style-type: none;
  padding-left: 1em;
  margin-bottom: 0.75rem;
  font-size: 0.95em;
}
.col-50 {
  /* width: 50%; */
}
.left {
  float: left;
}
.check-list li:before {
  content: "₹";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 5px;
  height: 5px;
}
.fullWidthBg {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 82px 0 140px;
}
.addonBenefits {
  background-image: url("../images/addonBenefits_bg-min.jpg");
}
.addonBenefitsOutside {
  height: 84vh;
  margin-top: -50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.addonBenefitsOutside {
  background-image: url("../images/line_addonBenifits.svg");
}
.addonBenefitsInside {
  width: 1024px;
  max-width: 98%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 6;
}
.addonBenefitsBox {
  width: 200px;
  position: absolute;
}
.addonBenefitsCercle {
  width: 140px;
  height: 140px;
  border-radius: 500px;
  background-color: #efd9c3;
  border: 1px solid #93b06b;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
.addonBenefitsCercle.colorChange {
  background-color: #f6f7e7;
}
.addonBenefitsCercle p {
  font-size: 14px;
  padding: 0 10px;
  font-weight: 600;
}
.addonBenefitsLine {
  width: 10px;
  margin: 0 auto;
}
.addonBenefitsBox_1 {
  left: 0;
  top: 11%;
}
.addonBenefitsBox_2 {
  left: 4%;
  top: 48%;
}
.addonBenefitsBox_3 {
  left: 23%;
  top: 16%;
}
.addonBenefitsBox_4 {
  left: 27%;
  top: 55%;
}
.addonBenefitsBox_5 {
  left: 46%;
  top: 29%;
}
.addonBenefitsBox_6 {
  left: 54%;
  top: 63%;
}
.addonBenefitsBox_7 {
  left: 69%;
  top: 28%;
}
.addonBenefitsBox_8 {
  left: 80%;
  top: 58%;
}
.plotPlanBox img {
  width: 100%;
}
.addConvenience {
  padding-bottom: 210px;
}
.addConvenience {
  background-image: url("../images/addConvenience_bg-min.jpg");
}
.addConvenienceSubTxt {
  text-align: center;
  width: 650px;
  max-width: 95%;
  margin: 0 auto;
  padding: 20px 0 0;
}
.addConvenienceMap {
  width: 750px;
  max-width: 95%;
  margin: 0 auto;
}
.addonBenefitsCercle {
  width: 120px;
  height: 120px;
}
.addonBenefitsCercle p,
.locationConnectivityIconTxt,
.plotPlanTabInside button,
.tabAmenities div {
  text-transform: uppercase;
  text-align: center;
}
.heading {
  font-size: 35px;
  color: #050605;
  text-align: center;
  line-height: 140%;
  font-weight: 600;
}
.gallery {
  padding-bottom: 60px;
}
.galleryLeft .heading {
  text-align: left;
  color: #3e6137;
  line-height: normal;
  margin-bottom: 20px;
}
.galleryLeft .heading span {
  color: #050605;
  font-size: 32px;
}
.gallery {
  background-image: url("../images/gallery_bg-min.jpg");
}
.galleryInside p {
  line-height: 1.75;
  color: #050605;
}
.galleryInside {
  margin: 20px auto 0;
}
.galleryLeft {
}
.galleryRight {
}
.townships_sect {
  background-image: url("../images/daxin_bg-min.webp");
  padding: 0;
}
.townships_sect .card_bx {
  color: #fff;
  text-align: center;
  background: #6d9453;
  padding: 15px 0;
}
.enquireNowBtnPO {
  width: 250px;
  margin: 20px 0 0;
}
.plotPlanBox {
  width: 80%;
  margin: 20px auto 0;
}
.mHide,
.visibleBox {
  display: block !important;
}
.dHide {
  display: none !important;
}
.plotPlan .containerAsp {
  width: 1180px;
  max-width: 96%;
  margin: 0 auto;
}
.site_brochure {
  text-align: center;
  margin-top: 61px;
}
.site_brochure a {
  background: #d9a40e;
  padding: 8px 30px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  margin-top: 38px;
  border-radius: 100px;
}
.site_brochure a:hover {
  background: #d19a00; /* Darker shade on hover */
  color: #ffffff;
  transform: translateY(-3px); /* Slight lift effect */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Soft shadow on hover */
}
.enquireNowBtnAmenities a,
.enquireNowBtnAmenitiesAhref,
.enquireNowBtnPOAhref {
  width: 100%;
  color: #fff;
  background-color: #d9a40e;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  padding: 11px 0;
  display: block;
  cursor: pointer;
}
.enquireNowBtnAmenities a:hover,
.enquireNowBtnAmenitiesAhref:hover,
.enquireNowBtnPO a:hover,
.enquireNowBtnPOAhref:hover {
  color: #ffffff;
  background-color: #edaf00;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
.townships_sect .card_bx h3 {
  font-size: 24px;
}
.townships_sect .container {
  color: #fff;
  padding: 150px 0px 140px;
}
.townships_sect .heading {
  color: #fff;
}
.logo_center {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.logo_center img {
  width: 100%;
}
.plotPlan .containerAsp img {
  width: 100%;
  height: auto;
}
.plotPlan {
  background-image: url(../images/plotPlanBg-min.jpg);
}
.bottom_navv {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-color: currentcolor #ccc #ccc;
  border-top-color: currentcolor;
  border-top: 1px solid #ccc;
  padding: 16px 0;
  box-shadow: 0 0 10px 0 #ccc;
  z-index: 999;
}
.bottom_navv {
  display: flex;
  flex-direction: row;
  background: #6d9453;
  display: none;
}
.bottom_navv a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}
.bottom_navv a h6 {
  margin: 10px 0 0;
  font-size: 15px;
}
.bottom_bar_nav_links {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.bottom_bar_nav_links i {
}
.bottom_navv {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.bg-dark {
  background-color: #212529 !important;
}
.container-box3 {
  color: #fff;
  padding: 50px;
}
p.gray {
  color: rgb(180 178 178);
  margin-top: 20px;
  line-height: 28px;
}
.title-border::after {
  width: 30%;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  background: #4caf50;
}
span.title-border {
  position: relative;
  padding-bottom: 10px;
}
.smart-footer {
  background: #8bc34a;
  padding: 100px 0;
}
.smart-footer-logo {
  margin-bottom: 3em;
  position: relative;
}
.smart-footer-logo-img {
  width: 245px;
  height: auto;
}
.smart-footer-logo-link {
  display: inline-block;
}
.smart-footer-logo::before,
.smart-footer-logo::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  top: 50%;
  content: "";
  width: calc(33.333333% - 40px);
  height: 1px;
  background: #ffffff;
  position: absolute;
  display: block;
  -webkit-transition: -webkit-transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.smart-footer-logo::before {
  left: 0;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.smart-footer-logo::after {
  right: 0;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.smart-footer-social a {
  font-size: 1.5em;
  margin: 0.5em;
  color: #ffffff;
  padding: 0.5em;
  text-decoration: none;
}
.smart-footer-menu ul {
  list-style: none;
  margin: 0;
}
.calign {
  text-align: center;
  color: #ffffff;
  line-height: 24px;
  font-size: 1rem;
}
.smart-footer-menu a {
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 0.2em 0;
  color: #ffffff;
  display: inline-block;
}
.smart-footer-menu ul li .line-anim:after {
  height: 1px;
  background: rgba(0, 0, 0, 1);
}
.mytab_container {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding-top: 50px;
}
.Gallery_sec .title_headeing {
}
.Gallery_sec .list_Gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.Gallery_sec .list_Gallery {
  margin-top: 30px;
}
.Gallery_sec .list_Gallery .item_card {
  position: relative;
  height: 300px;
  background: #fff;
  overflow: hidden;
}
.Gallery_sec {
  padding: 60px 0;
  overflow: hidden;
}
.Gallery_sec .list_Gallery .item_card img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 100%;
  object-fit: cover;
}
.Gallery_sec .list_Gallery .item_card:hover img {
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1.1);
}
.input_box {
  /* height: 40px; */
}
.custom_form_check {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.custom_form_check a {
  color: #4caf50;
  font-weight: 500;
  text-decoration: none;
}
.input_box input {
  border-radius: 8px;
  color: gray;
  outline: none;
  padding: 9px 9px 9px 41px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 45px;
  border: 1px solid #4caf50;
}
.Connect-form {
}
.form-check-label {
  font-size: 12px;
  margin-left: 10px;
}
.input_box input:focus {
  box-shadow: 0 1px 4px #ff5674;
}
.input_box {
  position: relative;
  margin-bottom: 20px;
}
.Contactus_sec .heading {
  text-align: left;
}
.site_btn {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  color: #fff;
  padding: 8px;
  width: 100%;
  margin-top: 15px;
}
.Contactus_sec .input_box i {
  color: #4caf50;
  font-size: 16px;
  left: 12px;
  position: absolute;
  top: 9px;
}
.Contactus_sec {
  display: flex;
  overflow: hidden;
  margin-top: 80px;
}
.Contactus_sec .Connect-form {
  flex: 0 0 50%;
  padding: 5% 5% 5% 10%;
}
.Contactus_sec .media_contactus {
}
.Contactus_sec .media_contactus img {
}
.Contactus_sec .Connect-form form {
  margin-top: 20px;
}
.Contactus_sec .media_contactus {
  width: 50%;
  position: relative;
}
.Contactus_sec .media_contactus img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
}
#amenities {
  background-blend-mode: overlay;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  overflow: hidden;
  padding-top: 60px;
}
#amenities .title_headeing,
#amenities .sub_title_headeing {
  text-align: center;
}
#amenities .amenities-data {
  background: url(../images/Landing-Page-Pattern.webp) right / 100% 100%
    no-repeat #8bc34a;
  text-align: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 150px;
  padding: 25px 30px 23px;
  border-radius: 22px;
  margin-bottom: 20px;
}
#amenities .amenities-data h6 {
  font-size: 14px;
  line-height: 18px;
}
#amenities .amenities-data:hover {
  background: var(--primary-color);
}
.amenities-data:hover svg path {
  filter: brightness(0) invert(1);
}
#amenities .amenities-data object {
  margin: 10px auto;
  filter: invert(89%) sepia(18%) saturate(4861%) hue-rotate(44deg)
    brightness(102%) contrast(105%);
}
#amenities .amenities-data .fa {
  width: 22%;
  min-width: 24px;
  max-width: 40px;
  padding: 10px 0px 15px;
  text-align: center;
  margin: auto;
}
#amenities .amenities-data object {
  margin: 10px auto;
  filter: invert(89%) sepia(14%) saturate(4867%) hue-rotate(44deg)
    brightness(102%) contrast(105%);
}
#amenities .amenities-btn {
  align-items: center;
  margin: 40px 0px 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  transition: 2s all ease;
  border-radius: 100px;
  color: #fff;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  width: 220px;
}
#amenities .amenities-btn:hover {
  background: #000;
  border-color: #000;
}
.modal .left_col {
  background-color: white;
  /* display: flex;
  align-items: center; */
}
.modal .left_col,
.modal .right_col {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 30px;
}
.modal .left_col .content {
  width: 100%;
  text-align: center;
}
.modal .left_col img {
  /* margin-bottom: 15px; */
  /* max-width: 220px; */
}
.modal .left_col .typo {
  font-size: 20px;
  margin-bottom: 10px;
}
.modal .left_col .price {
  font-size: 20px;
  background-color: #ddb865;
  padding: 7px 15px;
  width: 100%;
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
}
.modal .right_col .form_heading {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}
.modal .right_col .form-group {
  max-width: 100%;
  flex: 0 0 100%;
}
.modal .right_col .form-input {
  height: 46px;
}
.modal .modal-body .form-head {
  max-width: 100%;
}
.modal .modal-body .form-group {
  margin-bottom: 20px;
  position: relative;
}
.modal .modal-body .form-group input {
  position: relative;
  padding: 5px 10px;
  width: 100%;
  height: 40px;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  transition: box-shadow 150ms ease-out;
  font-size: 18px;
  font-weight: 500;
}
.modal .modal-dialog {
  max-width: 800px;
}
.modal .modal-body .main_button {
  width: auto;
}
.modal .modal-body .form-group input::placeholder {
  color: rgb(117, 117, 117);
  font-size: 18px;
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-body {
  background-color: #fff;
  opacity: 1;
  /* align-items: center; */
  text-align: center;
  padding: 0;
  /* padding-top: 10px; */
}
.modal-body .form-group .form_input:focus + .label-name .content-name,
.modal-body .form-group .form_input:valid + .label-name .content-name {
  transform: translateY(-100%);
  font-size: 14px;
  left: 0px;
  color: #c38f60;
}
.modal-header {
  border-bottom: 0;
}
.modal .btn-close {
  position: absolute;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 40px;
  top: 10px;
  right: 20px;
  z-index: 10;
  padding: 0;
  background-color: transparent;
}
.btn-close:before,
.btn-close:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0 0 0 / 10%);
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  opacity: 0;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -ms-transition: 0.2s all;
}
.awa_form_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #00000080;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  padding: 20px;
  color: #ffffff;
  position: relative;
}
.modal .btn-close {
  width: 20px;
  height: 20px;
}
.main_button {
  /* margin-top: 20px; */
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: var(--primary-color) !important;
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite, rocking 3s ease infinite;
  animation-delay: 2s;
  padding: 6px 50px;
  color: #fff !important;
  letter-spacing: 1px;
  border-radius: 29px;
  display: inline-block;
}
.animated_form.p-3 {
  padding: 15px 0 !important;
}
@media screen and (min-width: 1440px), screen and (min-height: 890px) {
  .addonBenefits {
    padding-bottom: 60px;
  }
}
.awa_form_content:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  content: "";
}
.awa_form_content img,
.awa_form_content h3,
.awa_form_content h4,
.awa_form_content .project_location {
  z-index: 2;
}
.fix-mobile-strip,a.whatsapp{display:none;}
@media screen and (max-width: 990px) {
    a.whatsapp {
    background-color: #2fb842;
    display: flex
;        z-index: 12;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    border-radius: 100%;
    text-align: center;
    width: 50px;
    height: 50px;
    position: fixed;
    left: 10px;
    bottom: 20px;
    margin: 0;
   
}    .fix-mobile-strip ul li a {
        display: block;
        text-decoration: none;
        color: #fff;
        background-color: #efc32f;
        padding: 10px;    z-index: 9;
        font-size: 16px;
    }
.fix-mobile-strip {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        box-shadow: 0 0 5px #696969;
    }    .fix-mobile-strip ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex
;
    }    .fix-mobile-strip ul li {
        width: 50%;
        text-align: center;
    }
a.whatsapp {
    font-size: 18px;
    width: 41px;
    height: 41px;
    left: 50%;
        transform: translateX(-50%);
        bottom: 0;
  }    .fix-mobile-strip ul li a {
        font-size: 14px;
    }
  .Gallery_sec .list_Gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .call_now_btn_box {
    margin-left: 0;
  }
  .call_now_btn_box .btn {
    border: 0;
    color: #002441;
    font-size: 16px;
    font-weight: 600 !important;
    transition: all 0.3s ease-in-out;
    padding: 10px 15px;
  }
  .navbar-toggler,
  .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 8px 15px;
    border: 0;
  }
  .navbar .navbar-collapse {
    position: fixed;
    width: 65%;
    right: -100%;
    top: 74px;
    background: #fff;
    height: 100vh;
    transition: 0.3s ease-in-out;
    padding: 10px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .menu-drop {
    position: initial;
    display: none;
    width: 100%;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item:hover .menu-drop {
    display: block;
  }
  .navbar .navbar-collapse.show {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .smart-footer-logo-img {
    width: 150px;
  }
  .plotPlanBox img {
    height: auto;
  }
  .plotPlanBox {
    width: 100%;
  }
  .addConvenience {
    padding-bottom: 120px;
  }
  .AmenitiesRight,
  .addonBenefitsLine,
  .hiddens,
  .locationConnectivityRight,
  .pr-price,
  .projectOverviewRight {
    display: none;
  }
  .highpro li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .tbhk {
    padding: 0;
  }
  .Bannerhome {
    height: 100%;
    flex-direction: column;
  }
  .Bannerhome .container {
    margin: 0;
    padding: 0;
  }
  .Bannerhome .banner_wrapp {
    margin: 0;
  }
  .Bannerhome .media_img {
    position: initial;
  }
  .protitle {
    width: 100%;
  }
  .gallery {
    padding-top: 50px;
    background-position: right center;
  }
  .galleryInside p {
    font-size: 14px;
  }
  .galleryLeft .heading span {
    font-size: 22px;
  }
  .gallery .galleryRight img {
    width: 100%;
    height: auto;
  }
  .townships_sect .card_bx h3 {
    font-size: 16px;
    padding: 0 15px;
    word-break: break-all;
  }
  .townships_sect .container {
    padding: 60px 0px;
  }
  p.gray {
    font-size: 16px;
    line-height: 22px;
  }
  .container-box3 {
    padding: 30px 15px;
  }
  .bottom_navv {
    display: flex;
  }
  .dHide {
    display: block !important;
  }
  .mHide {
    display: none !important;
  }
  .heading {
    font-size: 23px;
  }
  .plotPlan {
    background-image: url(../images/plotPlanBgMob-min.jpg);
  }
  .addonBenefitsBox {
    width: 200px;
    position: static;
    margin: 96px auto;
  }
  .addonBenefitsBox_1 {
    margin-left: 70px;
  }
  .addonBenefitsBox_2 {
    margin-left: 20px;
  }
  .addonBenefitsBox_3 {
    margin-left: 118px;
  }
  .addonBenefitsBox_4 {
    margin-left: 127px;
  }
  .addonBenefitsBox_5 {
    margin-left: 14px;
  }
  .addonBenefitsBox_6 {
    margin-left: 0;
  }
  .addonBenefitsBox_7 {
    margin-left: 77px;
  }
  .addonBenefitsBox_8 {
    margin-left: 155px;
  }
  .iconBoxLeft,
  .iconBoxRight {
    width: 80%;
    margin: 1% auto;
    float: none;
  }
  .AmenitiesIconBox {
    margin-bottom: 35px;
  }
  .addonBenefitsInside {
    position: static;
    overflow: unset;
  }
  .addonBenefitsOutside {
    width: 368px;
    margin: -50px auto 0;
    height: auto;
    padding-bottom: 50px;
    background-position: center 35px;
  }
  .plotPlanTabMob,
  .pr-price {
    margin-top: 20px;
  }
  .addonBenefitsOutside {
    background-image: url("../images/addOnBenifits.png");
  }
  .addonBenefits {
    background-position: center 110px;
    padding-bottom: 0;
  }
  .Contactus_sec {
    display: block;
    margin-top: 20px;
  }
  .Contactus_sec .media_contactus img {
    position: initial;
  }
  .Contactus_sec .media_contactus {
    width: 100%;
  }
  .Contactus_sec .Connect-form {
    padding: 0 15px 30px;
    flex: 0 0 100%;
  }
  .animated_form.p-3 {
    padding: 20px !important;
  }
}
@media screen and (max-width: 575px) {
  .Gallery_sec .list_Gallery {
    grid-template-columns: auto;
  }
  .fix-mobile-strip ul li a {

        padding: 12px;


}
.price_section {
  position: relative;
  padding: 70px 0;
  background: url("../images/g2.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.price_section:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0 0 0 / 90%);
  z-index: 0;
}
.price_section .container {
  position: relative;
  z-index: 9;
}
.price_section .price_row {
  max-width: 90%;
  margin: auto;
  justify-content: center;
}
.price_section .price_col {
  padding: 0 15px;
}
header.darkHeader img {
  height: 60px;
}
.price_section .ov_headings {
  margin-bottom: 80px;
  text-align: center;
  width: 100%;
}
.price_section .ov_headings .sec_title {
  color: #edaf00;
  font-size: xx-large;
}
.price_section .ov_headings .section_heading {
  color: #fff;
  font-weight: 600;
}
.price_section .price_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  object-fit: cover;
}
.price_section .single_price {
  box-shadow: 0 5px 25px rgb(0 0 0 / 5%);
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 35px;
}
.price_section .single_price p {
  margin-bottom: 0;
}
.price_section .single_price .typology {
  background: #e7e7e7;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding: 10px 20px;
  line-height: 22px;
  letter-spacing: 1px;
  max-width: calc(100% - 30px);
  margin: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.price_section .price_c {
  background: #fff;
  max-width: calc(100% - 30px);
  margin: auto;
  padding: 25px 10px 15px;
}
.price_section .price {
  color: var(--green);
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 0;
  line-height: 34px;
  margin: auto;
}
.price_section .price sup {
  font-weight: 400;
}
.price_section .onw {
  font-size: 14px;
  color: #797979;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.price_section .title {
  color: #19864d;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.price_section .type {
  margin-top: 20px;
}
.price_section .sizes p,
.price_section .type p {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-top: 2px;
  color: #000;
}
.price_section .call_btn {
  background: #edaf00;
  padding: 6px 15px;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  border-radius: 100px;
  margin-top: 20px;
  width: 100%;
  box-shadow: 0 3px 7px rgb(0 0 0 / 25%);
}
.price_section .single_price .content {
  position: relative;
  z-index: 1;
  padding: 20px 10px 20px;
  max-width: calc(100% - 30px);
  margin: auto;
  background: #fff;
}
/********floor plans*********/
/* floor plan section */
.floor_plans_section {
  position: relative;
  padding: 60px 0;
  background: #dcffee;
  background-size: cover;
  margin: 0px 0 0;
}
.floor_plans_section .ov_headings {
  margin-bottom: 50px;
}
.floor_plans_section .ov_headings {
  text-align: center;
}
.floor_plans_section .ov_headings h5 {
  color: #58a345;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 14px;
}
.floor_plans_section .ov_headings h3 {
  color: #000;
  font-weight: 600;
  font-size: 36px;
}
.floor_plans_section .contents_row {
  display: flex;
  flex-wrap: wrap;
}
.floor_plans_section .side_nav {
  max-width: 20%;
  flex: 0 0 20%;
}
.floor_plans_section .right_images {
  max-width: 80%;
  flex: 0 0 80%;
}
.floor_plans_section .single {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 20px;
  box-shadow: 0 0 10px 0 #ccc;
}
.floor_plans_section .single img {
  width: auto !important;
  max-width: 100%;
  overflow: hidden;
  /* filter: blur(4px); */
}

.btn {
  background-color: #dcbe67;
  border-radius: 0;
  color: #000;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #fedb73;
  padding: 10px 25px;
  border-radius: 25px;
}
.btn:hover {
  background: #19864d !important;
  border: 2px solid #107c43;
  color: #fff !important;
}
.error{color:red;}
h4.popupHeading{
    color: #3e6137;
    margin: 10px;
    border: 1px solid #e4e5e4;
    border-radius:10px;
}
}

