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

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

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

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

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

@font-face {
    font-family: 'BandaSemibold';
    src: url('../fonts/BandaSemibold-SemiBold.eot');
    src: url('../fonts/BandaSemibold-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BandaSemibold-SemiBold.woff2') format('woff2'),
        url('../fonts/BandaSemibold-SemiBold.woff') format('woff'),
        url('../fonts/BandaSemibold-SemiBold.ttf') format('truetype'),
        url('../fonts/BandaSemibold-SemiBold.svg#BandaSemibold-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'HelvCondensed';
    src: url('../fonts/HelvCondensed.eot');
    src: url('../fonts/HelvCondensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelvCondensed.woff2') format('woff2'),
        url('../fonts/HelvCondensed.woff') format('woff'),
        url('../fonts/HelvCondensed.ttf') format('truetype'),
        url('../fonts/HelvCondensed.svg#HelvCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}


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 {
	font-size: 18px;
	line-height: 24px;
	font-family: "FuturaStd-Medium";
}
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;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	width: 100%;
}
.container {
	/*max-width: 1200px;*/
	width: 90%;
	margin: 0 auto;
	padding: 0 10px;
}
h1,h2,h4,h5 {
  font-family: "AxeHandel";
  letter-spacing: 4px;
}
h2 {
  font-size: 50px;
  line-height: 54px;
  color: #85ac47;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.section.active h2 {
  animation: texmove 1.5s linear forwards;
  opacity: 0;
}
h3 {
  font-family: "HelvCondensed";
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.section.active h3 {
  animation: texmove 1.5s linear forwards;
  animation-delay: 0.3s;
  opacity: 0;
}

p {
	font-size: 18px;
	line-height: 24px;
  padding-bottom: 10px;
}
.section.active p {
  animation: texmove 1.5s linear forwards;
  animation-delay: 0.6s;
  opacity: 0;
}
@keyframes texmove {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



/*header style start*/
.site_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
  z-index: 1;
}
.site_header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.project_logo {
  max-width: 250px;
  width: 100%;
  margin: 0;
}
.brand_logo {
	max-width: 160px;
	width: 100%;
	margin: 0 10px 0 auto;
}

.menu_btn {
  width: 30px;
  height: 25px;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 1;
  position: fixed;
  top: 2%;
  right: 2%;
}
/*.menu_btn.open {
    position: fixed;
    top: 5%;
    right: 2%;
}*/
.menu_btn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  box-shadow: 0 0 2px #000;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.menu_btn span:nth-child(1) {
  top: 0px;
}

.menu_btn span:nth-child(2) {
  top: 8px;
}

.menu_btn span:nth-child(3) {
  top: 16px;
}
.menu_btn.open span {
  background: #00a651;  
}
.menu_btn.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.menu_btn.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.menu_btn.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/*Navigation style start*/
.site_menu {
  position: fixed;
  right: -100%;
  top: 0;
  background-color: #fff;
	max-width: 300px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site_menu.open {
  right: 0;
}
.menu_link_wrap {

}
.menu_link_wrap li {

}
.menu_link_wrap li a {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 0;
}
.menu_link_wrap li a img {
  max-width: none;
  width: auto;
  margin-right: 20px;
}
/*main style start*/
.site_main {

}

/*Main banner start*/
#home-wrp {
  overflow: hidden;
}
#homebannervideo {
  width: 100%;
  height: auto;
}
.main_slider {
}
.main_slider .item {
  width: 100%;
  height: 100vh;
  position: relative; 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; 
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  }

.main_bg_img {
  position: absolute;
  left: 0;
  top: 0;
  /*background-image: url(../images/webp/main_bg_img.webp);*/
  background-image: url(../images/Mahalunge-banner-desktop.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateZ(20px) scale(1.02);
  transform: translateZ(20px) scale(1.02);
  width: 100%;
  height: 100%;
}
.main_bg_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0,0,0,0.5);*/
}

.left_bird_img {
  position: absolute;
  right: 12%;
  top: -100px;
  max-width: 400px;
  width: 100%;
  -webkit-transform: translateZ(40px);
  transform: translateZ(40px);
}
.right_bird_img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 250px;
  width: 100%;
  -webkit-transform: translateZ(40px);
  transform: translateZ(40px);
}
.main_slider .item .banner_txt_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  -webkit-transform: translateZ(30px) translateY(5%);
  transform: translateZ(30px) translateY(5%);
  height: 100%;
}
.banner_txt {
    /*background-color: rgba(0,0,0,0.7);*/
    /*max-width: 620px;*/
    width: 100%;
    padding: 20px;
}
.banner_head {
  color: #85ac47;
  font-size: 50px;
  line-height: 50px;
}
.section.active .banner_head {
  animation: texmove 1.5s linear forwards;
}
.banner_subhead {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 8px;
  text-transform: uppercase;
}
.section.active .banner_subhead {
  animation: texmove 1.5s linear forwards;
  animation-delay: 0.3s;
}
.banner_subhead span {
  color: #85ac47;
  letter-spacing: 2px;
  display: block;
}
.price_point {
  font-family: "HelvCondensed";
  font-size: 18px;
  line-height: 20px;
  padding: 10px 0;
}
.price_point span {
  font-size: 23px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 2px;
}


/*overview style start*/
#overview-wrp {
}
.overview_sec {
  background: url(../images/webp/overview_bg.webp) no-repeat center top;
  background-size: cover;
  position: relative;
}
.overview_sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.overview_sec_bird {
    position: absolute;
    left: 5%;
    top: 10%;
    width: 15%;
    max-width: 265px;
    z-index: 1;
}
#overview-wrp .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.overview_icon_carousel.owl-carousel {
  margin-top: 50px;
}
.section.active .overview_icon_carousel.owl-carousel {
  animation: texmove 1.5s linear forwards;
  animation-delay: 0.9s;
}
.overview_icon_carousel.owl-carousel .item {
  text-align: center;
}
.overview_icon_carousel.owl-carousel .item img {
  display: block;
  margin: 10px auto;
  max-width: 70px;
}
.overview_icon_carousel.owl-carousel .item span {
  
}

/*Project highlights style start*/
#highlights-wrp {
  position: relative;
}
.highlights_sec_bird {
  position: absolute;
  right: 5%;
  top: 10%;
  max-width: 525px;
  width: 25%;
  z-index: 2;
}
.highlights_head {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.highlights_carousel {
  height: 100%;
  width: 100%;
}
.highlights_carousel .item {
  height: 100vh;
  width: 100%;
  position: relative;
  text-align: center;
}
.highlights_carousel .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.highlights_txt {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  width: 60%;
  margin: 0 auto;
  z-index: 1;
}

.highlights_carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /*background-color: rgba(0,0,0,0.3);*/
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.highlights_carousel.owl-theme .owl-dots .owl-dot {
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    margin-right: 1px;
    /*min-height: 80px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.highlights_carousel.owl-theme .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.highlights_carousel.owl-theme .owl-dot button {
  cursor: pointer;
  font-family: "FuturaStd-Medium";
  outline: none;
  border:none;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  width: 100%;
}
.highlights_carousel.owl-theme .owl-dot.active button, 
.highlights_carousel.owl-theme .owl-dot:hover button {
  background-color: #799d41;
}
.owl-carousel .owl-item img.desk_content {
  display: block;
}
.owl-carousel .owl-item img.mobi_content {
  display: none;
}
.desk_content {
  display: block;
}
.mobi_content {
  display: none;
}
/*Amenities style start*/
#amenities-wrp {
  position: relative;
}
.amenities_sec_bird {
  position: absolute;
  left: -80px;
  top: 5%;
  max-width: 400px;
  width: 20%;
  z-index: 2;
}
.amenities_head {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.amenities_data_contianer {
  width: 100%;
  height: 100vh;
}
.amenities_slider_tab {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	z-index: 3;
	text-align: center;
}
.amenities_slider_tab a {
	width: 100%;
	display: block;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	text-decoration: none;
	padding: 10px 10px 20px;
	text-align: center;
}
.amenities_slider_tab a.active {
	background-color: rgba(133,172,71,0.6);
}
#amenities_wrap1, #amenities_wrap2, #amenities_wrap3, #amenities_wrap4, #amenities_wrap5 {
	display: none;
}
#amenities_wrap1.active, #amenities_wrap2.active, #amenities_wrap3.active, #amenities_wrap4.active, #amenities_wrap5.active {
	display: block;
}
.amenities_carousel {

}
.amenities_carousel .item {
  width: 100%;
  height: 100vh;
  position: relative;
  text-align: center;
}
.amenities_carousel .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.amenities_txt {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  width: 60%;
  margin: 0 auto;
  z-index: 1;
}

.amenities_carousel.owl-carousel .owl-nav .owl-prev, .amenities_carousel.owl-carousel .owl-nav .owl-prev:hover, 
.amenities_carousel.owl-carousel .owl-nav .owl-next, .amenities_carousel.owl-carousel .owl-nav .owl-next:hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  z-index: 9;
  background-image: url(../images/webp/gallery_arrow.webp);
  background-repeat: no-repeat;
  background-color: transparent;
  width: 28px;
  height: 28px;
}
.amenities_carousel.owl-carousel .owl-nav .owl-prev, .amenities_carousel.owl-carousel .owl-nav .owl-prev:hover {
  left: 5%;
  background-position: left center;
}

.amenities_carousel.owl-carousel .owl-nav .owl-next, .amenities_carousel.owl-carousel .owl-nav .owl-next:hover {
  right: 5%;
  background-position: right center;
}

/*.amenities_carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.amenities_carousel.owl-theme .owl-dot {
  width: 100%;
  margin: 0 1px;
}
.amenities_carousel.owl-theme .owl-dot button {
  cursor: pointer;
  font-family: "FuturaStd-Medium";
  outline: none;
  border:none;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  padding: 50px 20px 10px 20px;
  text-transform: uppercase;
  background-position: center 5px;
  background-repeat: no-repeat;
  background-size: 10%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
}
.amenities_carousel.owl-theme .owl-dot.active button, 
.amenities_carousel.owl-theme .owl-dot:hover button {
  background-color: rgba(133,172,71,0.6);
}

.amenities_carousel.owl-theme .owl-dot button.click_btn1 {
  background-image: url(../images/webp/click_btn1.webp);
}
.amenities_carousel.owl-theme .owl-dot button.click_btn2 {
  background-image: url(../images/webp/click_btn2.webp);
}
.amenities_carousel.owl-theme .owl-dot button.click_btn3 {
  background-image: url(../images/webp/click_btn3.webp);
}*/


/*Image Gallery style start*/
#gallery-wrp {
  position: relative;
}
.gallery_sec_bird {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 814px;
  width: 25%;
  z-index: 2;
}
.gallery_head {
  position: absolute;
  top: 20%;
  left: 15%;
  z-index: 2;
  color: #fff;
}
.gallery_carousel {
  height: 100%;
  width: 100%;
}
.gallery_carousel .item {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
}
.gallery_carousel .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.gallery_carousel.owl-carousel .owl-nav .owl-prev, .gallery_carousel.owl-carousel .owl-nav .owl-prev:hover, 
.gallery_carousel.owl-carousel .owl-nav .owl-next, .gallery_carousel.owl-carousel .owl-nav .owl-next:hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  z-index: 9;
  background-image: url(../images/webp/gallery_arrow.webp);
  background-repeat: no-repeat;
  background-color: transparent;
  width: 28px;
  height: 28px;
}
.gallery_carousel.owl-carousel .owl-nav .owl-prev, .gallery_carousel.owl-carousel .owl-nav .owl-prev:hover {
  left: 15%;
  background-position: left center;
}

.gallery_carousel.owl-carousel .owl-nav .owl-next, .gallery_carousel.owl-carousel .owl-nav .owl-next:hover {
  right: 20%;
  background-position: right center;
}


.gallery_carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.gallery_carousel.owl-theme .owl-dots .owl-dot span {
    background: #fff;
  }
.gallery_carousel.owl-theme .owl-dots .owl-dot.active span, 
.gallery_carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #85ac47;
}

/*Location section style start*/
#location-wrp {
  position: relative;
}
.location_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  color: #fff;
  margin: 0 auto;
}
.gmap {
  position: relative;
}
.gmap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}
.cta_btn {
  font-family: 'FuturaStd-Medium';
  display: inline-block;
  padding: 10px 20px;
  margin: 10px auto;
  border: none;
  background-color: #85ac47;
  color: #fff;
  text-decoration: none;
}

/*Contact section style start*/
#contact-wrp {
  background-color: #000;
  width: 100%;
  height: 100%;
}
#contact-wrp .container {
  /*background-color: #fff;*/
  width: 100%;
  /*height: 100vh;*/
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 50px 0;
}
.jvp_logo {
  float: left;
  max-width: 139px;
  width: 100%;
  padding-right: 10px;
}
#contact-wrp a {
  color: #fff;
  text-decoration: none;
}
#contact-wrp a:hover {
  text-decoration: underline;
}
/*Enquire Now form style start*/
#fixed_form_wrap {
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: -264px;
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  max-width: 264px;
}
#fixed_form_wrap.active {
  right: 0;
  z-index: 3;
}
.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: -103px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  color: #fff;
  background-color: rgba(0,0,0,0.5);
  padding: 10px 20px;
}
#frmContactus {

}
.fieldwrapper {
  width: 100%;
  margin: 0 10px 20px 0;
}
.fieldwrapper input, .fieldwrapper select {
  width: 100%;
  font-family: 'FuturaStd-Medium';
  border: 1px solid #acaaaa;
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  height: 32px;
  padding: 0 0 0 20px;
  outline: 0;
}
.fieldwrapper.form-cta-btn {
  text-align: center;
}
.fieldwrapper.form-cta-btn a.btn {
  font-family: 'FuturaStd-Medium';
  display: inline-block;
  padding: 5px 20px;
  margin: 0 auto;
  border: none;
  background-color: #85ac47;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
}
.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: #333;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #333;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #333;
  opacity: 1;
}
.error_msg {
  border: 2px solid #ff0000 !important;
}
.mobi_form_btn {
  display: none;
}
.vcc_no {
  position: fixed;
  top: 18%;
  right: -140px;
  z-index: 1;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  background-color: rgba(0,0,0,0.8);
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.vcc_no:hover {
  right: 0;
}

.vcc_no span {
    display: inline-block;
    padding-left: 10px;
}

@media only screen and (max-width: 1023px) {
  .owl-carousel .owl-item img.desk_content {
    display: none;
  }
  .owl-carousel .owl-item img.mobi_content {
    display: block;
  }
  .desk_content {
    display: none;
  }
  .mobi_content {
    display: block;
  }
  
  h2 {
    font-size: 30px;
    line-height: 34px;
  }
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
  p {
      font-size: 14px;
      line-height: 18px;
  }

  /*header style start*/
  .site_header .container {
    padding: 10px 0;
  }
  .brand_logo {
    width: 30%;
  }
  .project_logo {
    width: 50%;
    margin: 0 auto;
  }
  .menu_btn {
    position: static;
  }

  /*Main banner style start*/
  .main_slider .item {
    /*height: calc(100vh - 74px);*/
  }
  .main_bg_img {
    /*background: url(../images/webp/main_bg_img_mobi.webp) no-repeat center top;*/
    background: url(../images/Mahalunge-banner-mobile.jpg) no-repeat center top;
    background-size: cover;
  }
  .left_bird_img {
    right: -18%;
    top: 40px;
    width: 60%;
}
  .right_bird_img {
    width: 40%;
  }
  .banner_head {
    font-size: 19px;
    line-height: 30px;
  }
  .banner_subhead {
    font-size: 15px;
    line-height: 19px;
  }
  .price_point {
    font-size: 12px;
    line-height: 16px;
  }
  .price_point span {
    font-size: 16px;
    line-height: 20px;
  }
  /*Overview section style start*/
  .overview_sec {
    background: url(../images/webp/overview_bg_mobi.webp) no-repeat center top;
    background-size: cover;
  }
  .overview_sec_bird {
    width: 30%;
    left: 0%;
    top: 8%;
  }
  .overview_icon_carousel.owl-carousel {
    margin-top: 0;
  }
  /*Project highlights style start*/
  .highlights_sec_bird {
    width: 50%;
    right: 3%;
    top: 8%;
  }

  .highlights_head {
      top: 35%;
      left: 0;
      right: 0;
  }
  
  .highlights_txt {
    width: 90%;
  }
  .highlights_carousel.owl-carousel .owl-item img {
    height: 100%;
  }
  .highlights_carousel.owl-theme .owl-dots {
    bottom: 15%;
    justify-content: center;
    background-color: transparent;
  }
  .highlights_carousel.owl-theme .owl-dots .owl-dot {
    /*background-color: transparent;*/
    width: auto;
    min-height: auto;
    display: inline-block;
  }
  .highlights_carousel.owl-theme .owl-dots .owl-dot span {
      background: #fff;
    }
  .highlights_carousel.owl-theme .owl-dots .owl-dot.active span, 
  .highlights_carousel.owl-theme .owl-dots .owl-dot:hover span {
      background: #70ad47;
  }

  /*Project Amenities style start*/
  .amenities_sec_bird {
    width: 50%;
    left: 0;
    top: 8%;
  }

  .amenities_head {
    top: 35%;
    left: 0;
    right: 0;
  }
  .amenities_txt {
    width: 80%;
  }
  .amenities_slider_tab {
  	bottom: 40px;
  	flex-wrap: wrap;
  	justify-content: center;
  }
  .amenities_slider_tab a {
  	width: 45%;
  	font-size: 15px;
    line-height: 18px;
    padding: 5px 5px 10px;
  }
  .amenities_carousel.owl-carousel .owl-item img {
    height: 100%;
  }
  .amenities_carousel.owl-carousel .owl-nav .owl-prev, .amenities_carousel.owl-carousel .owl-nav .owl-prev:hover {
    left: 2%;
  }
  .amenities_carousel.owl-carousel .owl-nav .owl-next, .amenities_carousel.owl-carousel .owl-nav .owl-next:hover {
    right: 2%;
  }
  /*.amenities_carousel.owl-carousel .owl-item img {
    height: 100%;
  }
  .amenities_carousel.owl-theme .owl-dots {
    bottom: 15%;
    justify-content: center;
    background-color: transparent;
  }
  .amenities_carousel.owl-theme .owl-dot {
    width: auto;
  }
  .amenities_carousel.owl-theme .owl-dots .owl-dot span {
      background: #fff;
    }
  .amenities_carousel.owl-theme .owl-dots .owl-dot.active span, 
  .amenities_carousel.owl-theme .owl-dots .owl-dot:hover span {
      background: #70ad47;
  }*/



  /*Project Gallery style start*/
  .gallery_sec_bird {
    width: 50%;
  }
  .gallery_carousel.owl-carousel .owl-item img {
    height: 100%;
  }
  .gallery_carousel.owl-carousel .owl-nav .owl-prev, .gallery_carousel.owl-carousel .owl-nav .owl-prev:hover {
    left: 3%;
  }
  .gallery_carousel.owl-carousel .owl-nav .owl-next, .gallery_carousel.owl-carousel .owl-nav .owl-next:hover {
    right: 3%;
  }
  .gallery_carousel.owl-theme .owl-dots {
    bottom: 12%;
  }

  /*Location style start*/
  .gmap {
    width: 100%;
    height: 100vh;
  }
  .gmap img {
    height: 100%;
  }

  /*Contact section style start*/
  #contact-wrp {
    padding: 10px 0 130px;
  }
  #contact-wrp .container {
    text-align: center;
    justify-content: flex-start;
    padding: 0 15px 20px;
    height: 100%;
  }
  .jvp_logo {
    width: 25%;
    display: block;
    margin: 0 auto;
    float: none;
  }
  /*Enquire now from style start*/

  .mobi_form_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;;
    width: 100%;
    text-align: center;
    background-color: #85ac47;
    color: #fff;
    font-family: "FuturaStd-Medium";
    font-size: 20px;
    line-height: 24px;
    padding: 5px;
  }
  #fixed_form_wrap {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -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 {
    top: 0;
  }

  .form_container {
    max-width: 320px;
    width: 90%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.5);
    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;
  }

  .fullscreen_button {
    display: none;
  }

  /*.vcc_no {
    top: auto;
    bottom: 0;
    right: 0;
    width: 50%;
    font-size: 18px;
    background-color: #eaf985;
    border-left: 1px solid #000;
    color: #000;
    padding: 5px 15px;
    z-index: 0;
  }*/

  .ebrochure_mb {
    top: auto;
    bottom: 0;
    right: 0;
    width: 50%;
    font-size: 20px;
    background-color: #eaf985;
    border-left: 1px solid #000;
    color: #000;
    padding: 5px 15px;
    z-index: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
  }

}