@font-face {
  font-family: 'RedHatDisplay-Light';
  src: url('../fonts/RedHatDisplay-Light.eot');
  src: url('../fonts/RedHatDisplay-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/RedHatDisplay-Light.woff2') format('woff2'),
      url('../fonts/RedHatDisplay-Light.woff') format('woff'),
      url('../fonts/RedHatDisplay-Light.ttf') format('truetype'),
      url('../fonts/RedHatDisplay-Light.svg#RedHatDisplay-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'RedHatDisplay-Light' !important;
    color: #000;
    font-size: 16px;
    line-height: 20px;
}
img {
  max-width: 100%;
  width: 100%;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
h1,h2,h4,h5 {
  /* font-family: "HelveticaNeueLTStd-Md"; */
}
h2 {
  color: #000;
  font-size: 41px;
  line-height: 45px;
  padding-bottom: 20px;
}
h3 {
  color: #000;
  font-size: 26px;
  line-height: 34px;
  padding-bottom: 20px;
}
p {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
}
a {
    color: #000;
    text-decoration: none;
} 
a:hover {
    color: #000;
} 
.desk_img, .desk_video {
    display: block;
}
.mobi_img, .mobi_video {
    display: none;
}
.animated {
    opacity: 0;
}
.loader_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fcfcfc;
    /*background: url(../images/loader_bg.jpg) repeat 0 0;*/
    z-index: 1001;
}
.loader_wrap.animated {
    opacity: 1;
}
.loader_wrap.hide {
    display: none;
}

.loader_wrap img {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    max-width: 400px;
    width: 20%;
}
.loader_video {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    width: 40%;   
}
/*header style start*/
.site_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 1000;
  background-color: rgba(0,0,0,0.0);
  /*visibility: hidden;*/
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.fixed_header {
  background-color: rgba(54,78,63,0.8);
  /*visibility: visible;*/
}
.site_header .container {
    max-width: none;
    width: 98%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  margin: 0 auto;
}
.project_logo {
  max-width: 200px;
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.fixed_header .project_logo {
  max-width: 150px;
}
.brand_logo {
  max-width: 189px;
  width: 100%;
}
.proj_loc {
    font-size: 18px;
    text-transform: uppercase;
}
.proj_loc a {
     color: #fff;
     font-weight: bold; 
}
/*Navigation style start*/
.menu_icon {
    display: none;
}
.site_nav {
  /*display: none;*/
}
.site_nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site_nav ul li {
    
}
.site_nav ul li a {
    display: block;
    /* font-family: "CircularStd-Book"; */
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    text-shadow: 0 0 5px #000;    
}


/*Main style start*/

.site_main {

}

/*Home banner style start*/
.main_banner {
    /*background-image: url(../images/main_banner_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;*/
    background: rgb(255,255,255);
    -webkit-background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(24,125,162,1) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(24,125,162,1) 100%);
    overflow: hidden;
}

.banner_txt {
    position: relative;
    padding-top: 23%;
}
.heart_text {
    background: url(../images/heart_img.png) no-repeat left top;
    background-size: 60%;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    position: absolute;
    left: -20%;
    top: 9%;
    right: 0;
    margin: 0 auto;
    text-shadow: 0 0 5px #000;
    width: 40%;
    padding: 110px 0px 0 200px;
}
.heart_text span {
    display: block;
    font-size: 60%;
}
.home_txt {
    background: url(../images/home_icon_img.png) no-repeat left 50px;
    background-size: 30px;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    text-shadow: 0 0 5px #000;
    position: absolute;
    right: 10%;
    top: 35%;
    padding: 0px 20px 100px 40px;
}
.home_txt span {
    display: block;
    font-size: 60%;
}
.unit_wrap {
    max-width: 260px;
    width: 100%;
    position: absolute;
    left: 29%;
    top: 37%;
    z-index: -1;
}
.main_img_wrap {
    display: block;
    max-width: 1000px;
    width: 60%;
    margin: 0 auto;
}
.moving_img_wrap {
    position: absolute;
    bottom: 88px;
    left: 0;
    width: 100%;
}
.owl-carousel .owl-item img.moving_img_left {
    position: absolute;
    top: -480px;
    left: -21%;
    max-width: 650px;
}
.owl-carousel .owl-item img.moving_img_right {
    position: absolute;
    top: -550px;
    right: -30%;
    max-width: 900px;
}
.banner_sec_logo {
    background-color: #364e3f;
    position: relative;
    z-index: -1;
    padding: 50px 0;
    margin: 0 auto 0;
}
.banner_sec_logo img {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}
.owl-carousel .owl-item img.desk_img {
    display: block;
}
.owl-carousel .owl-item img.mobi_img {
    display: none;
}

.moving_cloud1, .moving_cloud2, .moving_cloud3 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
}
.moving_cloud1 {
    top: 5%;
    left: 10%;
    background: url(../images/cloud_img.png) no-repeat 0 0;
    background-size: 25%;
    animation: movecloud 100s linear infinite;
}
.moving_cloud2 {
    top: 25%;
    left: 50%;
    background: url(../images/cloud_img2.png) no-repeat 0 0;
    background-size: 25%;
    animation: movecloud 100s linear infinite;
    /*animation-delay: 2s;*/
}
.moving_cloud3 {
    top: 50%;
    left: 100%;
    background: url(../images/cloud_img3.png) no-repeat 0 0;
    background-size: 30%;
    animation: movecloud 100s linear infinite;
    /*animation-delay: 20s;*/
}

@keyframes movecloud {
  0% {
    opacity: 1;
    /*left: 100%;*/
  }
  100% {
    opacity: 1;
    left: -100%;
  }
}



/*price_point_wrap style start*/
.price_point_wrap{
  /*background: url('../images/pricepoint_sec_bg.jpg') center center no-repeat;
  background-size: cover;
  text-align: center;*/
  color: #fff;
  /*height: 53vw;*/
  position: relative;
}
/*.price_point_wrap:after {
    content: "";
    position: absolute;
    top: -100px;
    left: 5%;
    background: url(../images/project_unit.png) left top no-repeat;
    background-size: 52%;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 432px;
    z-index: 0;
}*/
.pricepoint_content_wrap {
    position: absolute;
    bottom: 22%;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.7);
}
.price_point_wrap .container{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  text-align: center;
  padding: 2vw 0 2vw 0;
}
.price_point_wrap h1{
  font-size: 42px;
  line-height: 46px;
}
.price_point {
    text-transform: uppercase;
}
.price_point_wrap .price_point h2{
  color: #fff;
  font-size: 28px;
  padding: 20px 0;
}
.price_point_wrap .price_point p{
  color: #dca055;
  font-size: 26px;
  border-top: 1px solid #dca055;
  border-bottom: 1px solid #dca055;
  padding: 10px 0;
  display: inline-block;
}

/*price_point_wrap style end*/



/*About us section style start*/
  .abt_godrej_wrap{
    padding: 30px 0 0;
  }
  .abt_godrej_wrap .container{
    position: relative;
  }
.abt_godrej_wrap .abtgpl_row{
  text-align: center;
  width: 60%;
  margin: auto;
}
/**********************/

.aboutus_wrap {
    padding-top: 50px;
}
.abt_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.about_left_wrap {
    padding: 0px 50px 30px 0;
    width: 50%;
    position: relative;
}
/*.about_left_wrap:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 100px;
    background: url(../images/aboutus_img_btm_arrow.png) no-repeat center center;
    width: 191px;
    height: 68px;
    margin: 0 auto;
}
.about_left_wrap:after {
    content: "";
    position: absolute;
    right: -170px;
    top: 35%;
    background: url(../images/aboutus_img_right_arrow.png) no-repeat center center;
    width: 199px;
    height: 53px;
}*/

.about_right_wrap P {
    text-align: justify;
}
.about_right_wrap {
    width: 50%;
    padding-bottom: 5%;
}
.abtgpl_img{
    width: 15%;
    position: absolute;
    left: 16%;
    bottom: -82%;
    z-index: 1;
}
.abt_img_slide {
    animation-name: abt-img-slide;
}
@keyframes abt-img-slide {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scale(1.3);
        transform: translate3d(2000px, 0, 0) scale(1.3);
      }

      to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(1.0);
        transform: translate3d(0, 0, 0) scale(1.0);
      }
}

/*Location section style start*/
.location_wrap {
    padding: 0 0 50px;
}
.location_wrap .container h2 {
    /* text-align: center; */
    /* padding-bottom: 40px; */
}
.loc_container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.map_img_wrap {
    max-width: 791px;
    width: 60%;
    display: block;
    margin: 0 auto;
}
.map_img_slide {
    animation-name: map-img-slide;
}
@keyframes map-img-slide {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scale(1.3);
        transform: translate3d(-2000px, 0, 0) scale(1.3);
      }

      to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(1.0);
        transform: translate3d(0, 0, 0) scale(1.0);
      }
}
.loc_content {
    width: 70%;
    padding: 50px;
}
.loc_content > p {
    text-align: justify;
}
.loc_list {
    padding: 10px 10px 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.loc_list li {
    padding: 3px 10px 3px 10px;
    width: 50%;
}
.loc_list li:before {
  content: "\2022";
  color: #000;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

/*Highlights section style start*/
.highlights_wrap {
    /* padding: 50px 0; */
}
.highlights_wrap .container {
    text-align: center;
    position: relative;
}
.highlights_wrap .heading-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
    width: 78%;
    z-index: 2;
}
.highlights_wrap .heading-wrap h2{
    position: absolute;
    right: 0;
    left: 0;
    top: 27%;
    color: #426151;
    text-align: center;
    font-weight: bold;
}

.highlights_carousel.owl-carousel {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px auto 80px auto;
    width: 80%;
}

.highlights_carousel .item {
  width: 50%;
  position: relative;
  padding: 5px;
  position: relative;
}
.highlights_carousel .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
} 
.highlights_carousel .item:nth-child(1) ,
.highlights_carousel .item:nth-child(2) {
  margin-bottom: 0;
}
.highlights_item_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  color: #fff;
  padding: 10px 30px;
  z-index: 1;
  text-shadow: 0 0 5px #000;
}
.highlights_item_content h3{
  color: #fff;
}
.highlights-cycel-row {
    max-width: 740px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


.highlights_content_container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cycle-slideshow { max-width: 370px; display: inline-block; margin: 0 }
.content_wrp {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    max-width: 370px;
    max-height: 730px;
    height: 100%;
    width: 100%;
}
.highlights_content_container .content_wrp h3 {
    font-size: 24px;
    line-height: 28px;
}
.highlights_content_container .content_wrp p {
    font-size: 14px;
    line-height: 18px;
}
.highlights_content_container .img_wrp {
    display: block;
    margin: 0 auto;
    max-width: 370px;
    max-height: 730px;
    height: 100%;
    width: 100%;    
}

/* car_parking_wrap */
.car_parking_wrap{
  background-color: #364e3f;
  padding: 30px 0;
}
.car_data_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.car_parking_wrap .content_wrap {
    padding: 0px 80px 0 0;
    width: 50%;
    color: #fff;
}
.car_parking_wrap .content_wrap h2 {
    padding-bottom: 30px;
    color: #dca055;
}
.car_parking_wrap .content_wrap P {
    padding-bottom: 20px;
}
.car_parking_wrap .img_wrap {
    width: 50%;
}

/*Amenities section style start*/
.amenities_wrap {
    padding: 50px 0 80px;
    background: url(../images/amenities_bg.jpg) repeat center top;
    background-attachment: fixed;
}
.amenities_wrap .container {
    text-align: center;
}
.amenities_wrap .container h2 {
    color: #fff;
    margin-bottom: 20px;
}

/*.amenities_carousel.owl-carousel .animated {
    opacity: 1;
}
.amenities_carousel.owl-carousel .owl-item {
    transform: scale(0.8);
    filter: blur(5px);
}

.amenities_carousel.owl-carousel .owl-item.center {
    transform: scale(1.1);
    filter: blur(0);
}*/

.amenities_carousel.owl-carousel .item {
    max-width: 356px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.amenities_carousel.owl-carousel .item a {
    text-decoration: none;
    text-align: left;
    display: block;
}
.amenities_carousel.owl-carousel .item img {
    display: block;
    margin: 10px auto;
}
.amenities_carousel.owl-carousel .item span {
    text-decoration: none;
    position: relative;
    bottom: 40px;
    left: 15px;
    text-align: left;
    display: block;
    color: #fff;
    text-shadow: 0 0 5px #000;
    font-size: 20px;
    line-height: 24px;
}
.fancybox-caption__body {
    font-size: 20px;
}
.amenities_carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: -20%;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.amenities_carousel.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    bottom: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 28px;
}
.amenities_carousel.owl-carousel .owl-nav button.owl-next {
    right: -50px;
}
.amenities_carousel.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}


/*Explore Matunga section style start*/
.explore_matunga_wrap {
    padding: 0 0 0;
}
.explore_matunga_wrap .container {
    text-align: center;
}
.explore_matunga_wrap .container h2 {
    color: #000000;
    padding: 10px 20px;
}
.explore_matunga_carousel.owl-carousel {
    margin: 30px auto 0;
}
.explore_matunga_carousel.owl-carousel .owl-item {
    transform: scale(0.8);
}
.explore_matunga_carousel.owl-carousel .owl-item.center {
    transform: scale(1);
}
.explore_matunga_carousel.owl-carousel .item {
    max-width: 642px;
    width: 40%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.explore_matunga_carousel.owl-carousel .item a {
    display: block;
    color: #fff;
}
.explore_matunga_carousel.owl-carousel .item span {
    text-decoration: none;
    /*position: relative;*/
    /*bottom: 80px;*/
    /*left: 0;*/
    /*right: 0;*/
    text-align: center;
    display: block;
    color: #fff;
    text-shadow: 0 0 5px #000;
    font-size: 30px;
    line-height: 34px;
}

.explore_matunga_carousel.owl-carousel .item span.ribbon5 {
  display: block;
  width: calc(100% + 40px);
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
  background: #364e3f;
  position: relative;
  top: -50px;
}
.ribbon5:before, .ribbon5:after {
  content: "";
  position: absolute;
}
.ribbon5:before {
  height: 0;
  width: 0;
  top: -20px;
  left: 0;
  border-bottom: 20px solid #4f705c;
  border-left: 20px solid transparent;
}
.ribbon5:after {
  height: 0;
  width: 0;
  right: 0;
  top: -20px;
  border-bottom: 20px solid #4f705c;
  border-right: 20px solid transparent;
}

.explore_matunga_carousel.owl-carousel .item a.video_link:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/play_icon.png) no-repeat center center;
    background-size: cover;
    width: 70px;
    height: 70px;
}
.explore_matunga_carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.explore_matunga_carousel.owl-theme .owl-dots .owl-dot span {
    background: url(../images/gallery_buttons.png) no-repeat center center;
    background-size: cover;
    width: 30px;
    height: 25px;
}
.explore_matunga_carousel.owl-theme .owl-dots .owl-dot.active span, .explore_matunga_carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: url(../images/gallery_active_buttons.png) no-repeat center center;
    background-size: cover;
}



/*Gallery section style start*/
.gallery_wrap {
    padding: 50px 0 50px;
}
.gallery_wrap .container {
    text-align: center;
}
.gallery_wrap .container h2 {
    color: #dca055;
    padding: 10px 20px;
    border: 1px solid #8a8a8a;
    display: inline-block;
}
.gallery_carousel.owl-carousel {
    margin: 30px auto 0;
}
.gallery_carousel.owl-carousel .owl-item {
    transform: scale(0.8);
}
.gallery_carousel.owl-carousel .owl-item.center {
    transform: scale(1);
}
.gallery_carousel.owl-carousel .item {
    max-width: 642px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.gallery_carousel.owl-carousel .item a {
    display: block;
    color: #fff;
}
.gallery_carousel.owl-carousel .item span {
    text-decoration: none;
    position: relative;
    bottom: 80px;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    color: #fff;
    text-shadow: 0 0 5px #000;
    font-size: 30px;
    line-height: 34px;
}
.gallery_carousel.owl-carousel .item a.video_link:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/play_icon.png) no-repeat center center;
    background-size: cover;
    width: 70px;
    height: 70px;
}
.gallery_carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.gallery_carousel.owl-theme .owl-dots .owl-dot span {
    background: url(../images/gallery_buttons.png) no-repeat center center;
    background-size: cover;
    width: 30px;
    height: 25px;
}
.gallery_carousel.owl-theme .owl-dots .owl-dot.active span, .gallery_carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: url(../images/gallery_active_buttons.png) no-repeat center center;
    background-size: cover;
}




/*Footer section style start*/
.site_footer {
    padding: 0;
}
.site_footer .container {
    text-align: center;
    color: #fff;
}
.address_row {
    background-color: #d9d9d9;
    display: table;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
.address_col {
    display: table-cell;
    width: 25%;
    border-right: 1px solid #000;
    vertical-align: middle;
}
.address_col:last-child {
    border:  none;
}
.address_col img {
  max-width: 189px;
  width: 100%;
  margin: 10px auto;
}
.disc_wrap {
    background-color: #000;
    padding: 20px 0 40px;
}
.disc_wrap h2 {
    color: #fff;
}
.disc_wrap p {
    font-size: 12px;
}
/*Enquire Form section style start*/

#fixed_form_wrap {
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: -264px;
  background-color: #364e3f;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  max-width: 264px;
  z-index: 9;
}
#fixed_form_wrap.active {
  right: 0;
}
.form_container {
  padding: 0 10px;
}
.form_close {
  cursor: pointer;
  text-align: right;
  color: #fff;
  display: block;
  padding: 10px;
  margin-right: -10px;
}
.site_heading5 {
  cursor: pointer;
  position: absolute;
  left: -89px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  color: #fff;
  background-color: #364e3f;
  padding: 10px 20px;
    font-size: 18px;
    line-height: 24px;
}
#frmContactus {

}
.fieldwrapper {
  width: 100%;
  margin: 0 10px 20px 0;
}
.fieldwrapper input, .fieldwrapper select {
  width: 100%;
   font-family: 'RedHatDisplay-Light'; 
  border: none;
  border-bottom: 1px solid #fff;
  background-color: #364e3f;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  padding: 5px 0 5px 10px;
  outline: 0;
}
.homeally_dwnld_checklist {
  display: flex;
  /*justify-content: space-between;*/
}
.homeally_dwnld_checklist input {
  background-image: url(https://www.godrejproperties.com/images/homeally_checkbox.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  border: none;
  width: 20px;
  height: 16px;
  border: none;
  margin-right: 10px;
  margin-top: 3px;
  display: block;
}
.homeally_dwnld_checklist input:checked {
  background-image: url(https://www.godrejproperties.com/images/homeally_checkbox_checked.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.homeally_dwnld_checklist span {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}



.fieldwrapper.form-cta-btn {
  text-align: right;
}
.fieldwrapper.form-cta-btn a.btn {
   font-family: 'RedHatDisplay-Light'; 
  display: inline-block;
  padding: 5px 20px;
  margin: 0 auto;
  border: none;
  background-color: #fff;
  color: #dda45b;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 20px; 
  font-weight: bold;
}
.fieldwrapper > input[type=number]::-webkit-inner-spin-button, 
.fieldwrapper > input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
::-webkit-input-placeholder { /* Chrome */
  color: #fff;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}
.error_msg {
  border: 2px solid #ff0000 !important;
}
.mobi_form_btn {
  display: none;
}


#fixed_form_wrap.active2 {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
    transform: translateY(0);
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    max-width: none;
  }

#fixed_form_wrap.active2 .form_container {
    max-width: 320px;
    width: 90%;
    margin: 0 auto;
    background-color: #364e3f;
    padding: 0px 20px 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
#fixed_form_wrap.active2 .site_heading5 {
    position: static;
    transform: translateY(0%) rotate(0deg);
    text-align: center;
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
  }


@media only screen and (max-width: 1024px) {
    /*Header style start*/
    .project_logo {
      max-width: 250px;
    }
    .brand_logo {
      max-width: 150px;
    }
    .site_nav ul li a {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 1023px) {
.loader_wrap img {
    top: 40%;
    width: 50%;
}
.loader_video {
    top: 40%;
    width: 90%;
}

body {
    font-size: 14px;
    line-height: 18px;
}
h2 {
  color: #000;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}
h3 {
  color: #000;
  font-size: 22px;
  line-height: 26px;
}
p {
  font-size: 14px;
  line-height: 18px;
}

.desk_img, .desk_video {
    display: none;
}
.mobi_img, .mobi_video {
    display: block;
}

/*Header style start*/
.project_logo {
  width: 40%;
}
.brand_logo {
  width: 30%;
}
.proj_loc {
    font-size: 14px;
}

/*Navigation style start*/
.menu_icon {
  width: 25px;
  height: 25px;
  padding: 5px;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 2;
  order: 3;
}

.menu_icon span {
  cursor: pointer;
  height: 3px;
  width: 25px;
  margin-bottom: 5px;
  background: #fff;
  position: relative;
  right: 0;
  display: block;
  transform: rotate(0deg);
  transition: .7s ease;
}

.hidden {
  opacity: 0;
  transition-delay: .5s;
  pointer-events: none;
  cursor: default;
}

.visible {
  opacity: 1;
}

.menu_icon.open span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
  transition: .7s ease;
  background: #fff;
}

.menu_icon.open span:nth-child(2) {
  opacity: 0;
  right: 100px;
  background: #fff;
}

.menu_icon.open span:nth-child(3) {
  top: -8px;
  transform: rotate(-135deg);
  transition: .7s ease;
  background: #fff;
}

.slideInLeft {
  animation-duration: .5s;
}

.slideOutLeft {
  animation-duration: .5s;
}

.site_nav {
    position: fixed;
    left: 0;
    top: 0;
    background: #364e3f;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.site_nav.visible {
    pointer-events: auto;
}
.site_nav ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.site_nav ul li a {
    font-size: 22px;
    line-height: 26px;
}


/*Main banner style start*/
.owl-carousel .owl-item img.desk_img {
    display: none;
}
.owl-carousel .owl-item img.mobi_img {
    display: block;
}
.banner_txt {
    padding-top: 40%;
}
.moving_cloud1, .moving_cloud2, .moving_cloud3 {
    z-index: -1;
}
.main_img_wrap {
    width: 100%;
    margin-top: 15%;
    position: relative;
    z-index: -1;
}
.heart_text {
    background: url(../images/heart_img.png) no-repeat 30% top;
    background-size: 30%;
    font-size: 14px;
    line-height: 18px;
    left: -40%;
    top: 14%;
    right: 0;
    margin: 0 auto;
    width: 80%;
    padding: 40px 0px 0 0px;
    text-align: center;
}
.home_txt {
    background: url(../images/home_icon_img.png) no-repeat 160px 20px;
    background-size: 20px;
    font-size: 14px;
    line-height: 18px;
    right: auto;
    top: 40%;
    padding: 0px 40px 100px 20px;
    left: 0;
    text-align: center;

}
.unit_wrap {
    max-width: 150px;
    left: 50%;
    top: 38%;
}
.owl-carousel .owl-item img.moving_img_left {
    top: -150px;
    max-width: 200px;
}
.owl-carousel .owl-item img.moving_img_right {
    top: -120px;
    max-width: 250px;
}
.banner_sec_logo {
    padding: 20px;
}
.banner_sec_logo img {
    max-width: 200px;
}

/*price point section style start*/
.price_point_wrap {
    /*height: 50vh;*/
}
.price_point_wrap:after {
    top: -55px;
    background-size: 100%;
    max-width: 120px;
}
.price_point_wrap h1 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 20px;
}
.price_point_wrap .price_point h2 {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.price_point_wrap .price_point p {
    font-size: 14px;
}

/*About GPL section style start*/
.abt_godrej_wrap {
    padding: 20px 0 20px;
}
.abt_godrej_wrap .abtgpl_row {
    width: 100%;
}
.abtgpl_img {
    width: 20%;
    left: 0;
    right: 0;
    bottom: -30%;
    margin: 0 auto;
}

/*About us section style start*/
.aboutus_wrap {
    padding-top: 20px;
}
.abt_container {
    flex-direction: column;
}
.about_left_wrap {
    padding: 20px 10px;
    width: 100%;
    text-align: center;
}
.about_right_wrap {
    width: 100%;
    padding-bottom: 1%;
}
.about_left_wrap:before, .about_left_wrap:after {
    display: none;
}
.about_right_wrap h2 {
    padding-bottom: 20px;
}

/*Highlights section style start*/
.highlights_wrap {
    padding: 20px 0 40px;
}

/*Amenities section style start*/
.amenities_wrap {
    padding: 20px 0 80px;
}
.amenities_wrap .container h2 {
    margin-bottom: 10px;
}

/*.amenities_carousel.owl-carousel .owl-item.center {
    transform: scale(1);
}*/
.amenities_carousel.owl-carousel .item span {
    font-size: 18px;
    line-height: 22px;
}

/*Explore Matunga section style start*/
.explore_matunga_carousel.owl-carousel .item {
    width: 90%;
}
.explore_matunga_carousel.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 18px;
}
.explore_matunga_carousel.owl-carousel .item span {
    font-size: 20px;
    line-height: 24px;
}

/*Gallery section style start*/
.gallery_wrap {
    padding: 20px 0 0;
}
.gallery_carousel.owl-carousel {
    margin: 10px auto 0;
}
.gallery_carousel.owl-carousel .item span {
    font-size: 20px;
    line-height: 24px;
}
.gallery_carousel.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 18px;
}



/*Location section style start*/
.location_wrap {
    padding: 20px 0;
}
.location_wrap .container h2 {
    padding-bottom: 20px;
}
.loc_container {
    flex-direction: column;
}
.map_img_wrap {
    width: 100%;
}
.loc_content {
    width: 100%;
    padding: 20px 10px;
}




/*Enquire now from style start*/

  .mobi_form_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;;
    width: 100%;
    text-align: center;
    background-color: #364e3f;
    color: #fff;
    /* font-family: "CircularStd-Bold"; */
    font-size: 20px;
    line-height: 24px;
    padding: 5px;
    z-index: 2;
  }
  #fixed_form_wrap {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: auto;
    bottom: -100%;
    transform: translateY(0);
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    max-width: none;
  }
  #fixed_form_wrap.active {
    bottom: 0;
  }

  .form_container {
    max-width: 320px;
    width: 90%;
    margin: 0 auto;
    background-color: #364e3f;
    padding: 0px 20px 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
  .site_heading5 {
    position: static;
    transform: translateY(0%) rotate(0deg);
    text-align: center;
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
  }

}

@media only screen and (max-width: 767px) {
    .highlights_carousel.owl-carousel {
        margin: 0 auto 40px auto;
        width: 100%;
        padding: 0;
    }
    .highlights_carousel.owl-carousel .item {
        width: 100%;
        margin-bottom: 0;
    }
    .highlights_item_content {
        padding: 0 20px;
    }
    .highlights_wrap .heading-wrap {
        position: static;
        width: 92%;
        z-index: 2;
    }
    .highlights_wrap .heading-wrap h2 {
        position: static;
        font-size: 30px;
        line-height: 35px;
        color: #000;
        font-weight: normal;
    }
    .highlights_wrap .heading-wrap img {
        display: none;
    }
    .highlights_carousel.owl-theme .owl-nav {
        position: absolute;
        bottom: -20%;
        width: 50%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .highlights_carousel.owl-theme .owl-nav [class*=owl-] {
        position: absolute;
        bottom: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background-color: #000;
        border-radius: 50%;
        font-size: 18px;
        color: #fff;
    }
    .highlights_carousel.owl-carousel .owl-nav button.owl-next {
        right: -50px;
    }
    .highlights_carousel.owl-carousel .owl-nav button.owl-prev {
        left: -50px;
    }


/*Car Parking section style start*/
.car_data_row {
    flex-direction: column;
}
.car_parking_wrap .content_wrap {
    width: 100%;
    text-align: center;
    padding: 0;
}
.car_parking_wrap .content_wrap h2 br {
    display: none;
}
.car_parking_wrap .img_wrap {
    width: 100%;
}


/*Footer style start*/
.site_footer {
    padding: 20px 0 20px 0;
}
.address_row {
}
.address_col {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}


}
@media only screen and (max-width: 640px) {
.loc_list {
    flex-direction: column;
}
.loc_list li {
    width: 100%;
}

}
