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

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

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

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

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

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

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

body {
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeueLTStd-Lt";
    color: #807564;
    font-size: 16px;
    line-height: 20px;
    background-color: #f6ebd9;
}
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: #807564;
  font-size: 38px;
  line-height: 45px;
  padding-bottom: 20px;
}
h3 {
  color: #807564;
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 10px;
}
p {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 10px;
}
a {
    color: #807564;
    text-decoration: none;
} 
a:hover {
    color: #000;
} 
.desk_img, .desk_video {
    display: block;
}
.mobi_img, .mobi_video {
    display: none;
}
/*.animated {
    opacity: 0;
}*/

/*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,1.0);
  visibility: hidden;
/*  display: none;*/
}
.fixed_header {
  background-color: rgba(0,0,0,0.8);
  visibility: visible;
/*  display: block;*/
}
.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: 189px;
  width: 100%;
}
.brand_logo {
  max-width: 189px;
  width: 100%;
}

/*Navigation style start*/
.menu_icon {
    display: none;
}
.site_nav {

}
.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 {

}
.main_video_wrap {
    /* width: 100%;
    height: 100vh;
    position: relative; */
    height: auto;
    padding: 0;
    margin-bottom: 30px;
}
#backgroundvid1, #backgroundvid2 {
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
    max-width: 100%;
    width: 100%;
}
.banner_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.banner_content h1 {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px #000;
}
.banner_content h1 span {
 display: block;   
 font-size: 80%;
 padding-top: 5%;
}
.owl-carousel .owl-item img.desk_img {
    display: block;
}
.owl-carousel .owl-item img.mobi_img {
    display: none;
}


/*About us section style start*/
.aboutus_wrap {

}
.abt_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.about_left_wrap {
    padding: 0px 50px ;
    width: 50%;
}
.about_left_wrap h2 {
        text-align: center;
    padding-bottom: 50px;
}
.about_left_wrap P {
    text-align: justify;
    padding-bottom: 80px;
}
.about_right_wrap {
    width: 50%;
}
.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);
      }
}

/*Highlights section style start*/
.highlights_wrap {
    padding: 50px 0;
}
.highlights_wrap .container {
    text-align: center;
}

.highlights_carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px auto 80px auto;
}

.highlights_carousel .item {
    width: 50%;
}
.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: 16px;
    line-height: 22px;
}
.highlights_content_container .content_wrp h3 strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.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%;    
}

/*Amenities section style start*/
.amenities_wrap {
    padding: 50px 0 80px;
/*    background: url(../images/amenities_bg.jpg) repeat center top;*/
    background-color: #718059;
    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: 70px;
    left: 10px;
    text-align: left;
    display: block;
    color: #fff;
    text-shadow: 0 0 5px #000;
    font-size: 16px;
    line-height: 24px;
    padding: 0 10px;
}
.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;
}


/*Gallery section style start*/
.gallery_wrap {
    padding: 50px 0;
}
.gallery_wrap .container h2 {
    text-align: center;
}
.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: 20px;
    line-height: 24px;
    padding: 0 20px;
}

.gallery_carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.gallery_carousel.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 28px;
}
.gallery_carousel.owl-carousel .owl-nav button.owl-next {
    right: 3%;
}
.gallery_carousel.owl-carousel .owl-nav button.owl-prev {
    left: 3%;
}

/*Videos section style start*/
.videos_wrap {
    padding: 50px 0 0;
    background-color: #255047;
}
.videos_wrap .container h2 {
    text-align: center;
    color: #fff;
}
.videos_carousel.owl-carousel {
    margin: 30px auto 0;
}

.videos_carousel.owl-carousel .owl-item {
    transform: scale(0.8);
    pointer-events: none;
}
.videos_carousel.owl-carousel .owl-item.center {
    transform: scale(1);
    pointer-events: auto;
}
.videos_carousel.owl-carousel .item {
    max-width: 642px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.videos_carousel.owl-carousel .item a {
    display: block;
    color: #fff;
}
.videos_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;
}
.videos_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;
}



.videos_carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.videos_carousel.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 28px;
}
.videos_carousel.owl-carousel .owl-nav button.owl-next {
    right: 3%;
}
.videos_carousel.owl-carousel .owl-nav button.owl-prev {
    left: 3%;
}


/*Location section style start*/
.location_wrap {
    padding: 50px 0;
}
.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;
}



/*FAQ section style start*/

.faq_wrap {
    padding: 20px 0 50px;
}
.faq_wrap .container h2 {
    text-align: center;
    padding-bottom: 30px;
}

.set{
  position: relative;
  width: 100%;
  height: auto;
  /*background-color: #f5f5f5;*/
}
.set h3 {
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #255047;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
  font-size: 24px;
  line-height: 30px;
}
.set a{
  display: block;
  text-decoration: none;
  outline: none;
}
.set h3 i{
  float: right;
  margin-top: 2px;
}
.set h3.active, .set h3.active a{
  background-color:#255047;
  color: #fff;
}

.content{
  /*background-color: #255047;*/
  border: 1px solid #255047;
  display:none;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #000;
}



/*Footer section style start*/
.site_footer {
    padding: 50px 0;
    background: url(../images/footer_bg.jpg) no-repeat center bottom;
    background-size: cover; 
}
.site_footer .container {
    text-align: center;
    color: #fff;
    font-family: "HelveticaNeueLTStd-Lt";
}
.site_footer .container strong {
    font-family: "CircularStd-Bold";
}

/*Enquire Form section style start*/

#fixed_form_wrap {
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: -264px;
  background-color: #255047;
  -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: -95px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  color: #fff;
  background-color: #255047;
  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: 'CircularStd-Medium';
  border: none;
  border-bottom: 1px solid #fff;
  background-color: #255047;
  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/webp/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/webp/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: 'CircularStd-Black';
  display: inline-block;
  padding: 5px 20px;
  margin: 0 auto;
  border: none;
  background-color: #fff;
  color: #255047;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 20px; 
}
.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;
}

@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) {
body {
    font-size: 14px;
    line-height: 18px;
}
h2 {
  color: #807564;
  font-size: 30px;
  line-height: 35px;
}
h3 {
  color: #807564;
  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: 50%;
}
.brand_logo {
  width: 30%;
}


/*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: #255047;
    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_content h1 {
    font-size: 20px;
    line-height: 25px;
}
/*About us section style start*/

.abt_container {
    flex-direction: column;
}
.about_left_wrap {
    padding: 20px 10px;
    width: 100%;
    text-align: center;
}
.about_right_wrap {
    width: 100%;
}

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

/*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);
}

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

/*Videos section style start*/
.videos_wrap {
    padding: 20px 0 0;
}
.videos_carousel.owl-carousel {
    margin: 10px auto 0;
}
.videos_carousel.owl-carousel .item {
    width: 100%;
}
.videos_carousel.owl-carousel .item span {
    font-size: 20px;
    line-height: 24px;
}

/*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;
}



/*FAQ section style start*/

.faq_wrap {
    padding: 0px 0 20px;
}
.set h3 {
    font-size: 18px;
    line-height: 22px;
}

/*Footer style start*/
.site_footer {
    padding: 20px 0 40px 0;
}


/*Enquire now from style start*/

  .mobi_form_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;;
    width: 100%;
    text-align: center;
    background-color: #255047;
    color: #fff;
    font-family: "CircularStd-Bold";
    font-size: 20px;
    line-height: 24px;
    padding: 5px;
    z-index: 1;
  }
  #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: #255047;
    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: 30px auto 80px auto;
    }
    .highlights_carousel.owl-carousel .item {
        width: 100%;
    }
    .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;
    }
}
@media only screen and (max-width: 640px) {
.loc_list {
    flex-direction: column;
}
.loc_list li {
    width: 100%;
}

}
