@font-face {
  font-family: 'Banda Semi';
  src: url('../fonts/BandaSemibold-SemiBold.woff2') format('woff2'),
      url('../fonts/BandaSemibold-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Futura Std';
  src: url('../fonts/FuturaStd-Medium.woff2') format('woff2'),
      url('../fonts/FuturaStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Futura Std';
  src: url('../fonts/FuturaStd-Book.woff2') format('woff2'),
      url('../fonts/FuturaStd-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura Std';
  src: url('../fonts/FuturaStd-Heavy.woff2') format('woff2'),
      url('../fonts/FuturaStd-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Futura Std';
  src: url('../fonts/FuturaStd-ExtraBold.woff2') format('woff2'),
      url('../fonts/FuturaStd-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Futura Std';
  src: url('../fonts/FuturaStd-Light.woff2') format('woff2'),
      url('../fonts/FuturaStd-Light.woff') format('woff');
  font-weight: 300;
  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 {
  line-height: 1;
}
ol, ul {
  list-style: none;
  list-style-image: url(data:0);
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  width: 100%;
}
strong {
  font-weight: bold;
}
* {
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    outline: 0;
    margin: 0;
    padding: 0;
}

body {
    background-color: #f6f6f4; 
    color: #000;
    font-family: 'Futura Std';
    font-size: 16px;
    overflow-x: hidden;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333333;
}

.loader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #08b5a5;
      /*background: url("body-bg.webp") no-repeat center top;*/
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 99;
    }
    .loader .rose_img {
      display: block;
      max-width: 500px;
      width: 30%;
      margin: 0 auto;
      /*position: relative;*/
      /*z-index: 1;*/
    }
    .loader img {
      display: block;
      width: 100%;
      margin: 0 auto;
    }
    .loader_svg {
      max-width: 500px;
      width: 100%;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 50%;
      transform: translateY(-50%);
    }
    .loader_svg .st0, .loader_svg .st1 {
      fill: none;   
      width: 100%;
      stroke: #fff;
      animation: flower_animate 5s linear infinite;
    }
    @keyframes flower_animate {
      0% {
        stroke-dasharray: 0 1060;

      }
      50% {
        stroke-dasharray: 1060 1060;
      }
      75% {
        stroke-dasharray: 1060 1060;
        
      }
      100% {
        stroke-dasharray: 0 1060;
      }
    }

.moving_flower {
    max-width: 500px;
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    animation: moving 5s linear infinite;
}

.moving_flower img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.b.moving_flower {
    width: 15%;
    top: 40%;
    left: 40%;
}
.c.moving_flower {
    width: 10%;
    top: 80%;
    left: 80%;
}
@keyframes moving {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.container{
    max-width: 1200px;
    margin: 0 auto;
}

.fp-viewing-section1 .top-menu, .fp-viewing-section1 #site_header {
  display: none;
}


h1,
h2{
    font-family: 'Banda Semi';
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}

h1{
  margin-bottom: 0;
}

p{
    margin-bottom: 20px;
    line-height: 24px;
}
#disclaimer_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 11;
}
#disclaimer_wrap .container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 740px;
  width: 100%;
  padding: 20px 40px 0;
  background-color: #fff;
  text-align: center;
}
#disclaimer_wrap .container h2{
  text-align: center;
  color: #02b5a5
}
.disc_txt {
  text-align: left;
}
.disc_txt p {

}
a.lightclose {
    display: inline-block;
    font-family: 'Futura Std';
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 10px 20px;
    margin: 10px auto 20px;
    background-color: #02b5a5;
    color: #fff;
    letter-spacing: 1px;
}
.strong{
  display: block;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
}

nav{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

nav a {
  color: #fff;
  padding: 0 20px;
  margin-top: -30px;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 1px;
}

/*nav a:nth-child(5){
  padding-right: 0;
}*/

nav a:nth-child(5){
  padding: 0;
  margin: 0;
  width: 15%;
}

/*nav a:nth-child(6){
  padding-left: 0;
}*/

nav a:first-child{
  /* margin-left: auto; */
}

nav a:last-child{
  /* margin-left: auto; */
}

.fp-viewing-section7 nav a{
  color: #000;
}
.fp-viewing-section7 .menu-btn span {
  background: #000;
}
.logo-1 {
  display: block;
}
.logo-2 {
  display: none;
}
.fp-viewing-section7 nav a .logo-1 {
  display: none;
}
.fp-viewing-section7 nav a .logo-2 {
  display: block;
}

.menu-btn {
  cursor: pointer;
  width: 36px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin-left: 20px;
  display: none;
}

.menu-btn span {
  display: block;
  background: #fff;
  width: 70%;
  height: 2px;
  transition: all 0.3s ease;
}

.menu-btn:hover span:nth-child(2) {
  width: 50%;
}

.menu-btn:hover span:nth-child(3) {
  width: 30%;
}

.top-menu {
  position: absolute;
  width: 100%;
  max-width: 260px;
  right: 0;
  top: 0;
  height: 100vh;
  background: #2f2b2b;
  transition: 0.5s;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 9999;
  text-align: left;
}

.top-menu.opened {
  transform: translateX(0);
}

.close_btn {
  position: fixed;
  right: 20px;
  width: 28px;
  height: 30px;
  top: 16px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.close_btn span {
  height: 2px;
  width: 90%;
  margin-bottom: 4px;
  background: #fff;
  display: block;
  transition: 0.3s;
  transform: rotate(45deg);
  margin: 0;
}

.close_btn span:nth-child(2) {
  transform: rotate(-45deg);
  margin-top: -2px;
}

.top-menu a {
  font-size: 13px;
  color: #fff;
  padding: 12px 0 12px 35px;
  margin: 0;
  position: relative;
}

.top-menu a:before {
  position: absolute;
  content: '';
  left: 10px;
  width: 4px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: 1px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
  transition: all 0.5s ease-in-out;
}

#backgroundvid1{
  width: 100%;
}
.home_banner {
  /*background-image: url(../images/webp/home_banner.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;*/
}
.home_banner.owl-carousel .item {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.home_banner.owl-carousel .item.slide1 {
  background-image: url(../images/the_rivergreen_banner.jpg);
}
/*.home_banner.owl-carousel .item.slide1 {
  background-image: url(../images/webp/the_rivergreen_banner1.webp);
}
.home_banner.owl-carousel .item.slide2 {
  background-image: url(../images/webp/the_rivergreen_banner2.webp);
}*/
.section{
  position: relative;
  overflow: hidden;
}
.section-2 {
  background-image: url(../images/webp/about-bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.section-2:after, .section-4:after, .section-5:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.section-2 .fp-tableCell{
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-2 .about{
    width: 60%;
    text-align: center;
    margin-top: 0rem;
    color: #fff;
    position: relative;
    z-index: 1;
}

.section-2 h2{
    color: #fff;
}

/*.section-2 nav a{
    color: #000000;
}*/

.section-3{
    position: relative;
}
.highlights_slider {
  width: 100%;
  height: 100%;
}
.highlights_slider .item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.highlights_slide01 {
  background-image: url('../images/webp/highlights/project-highlights-bg01.webp'); 
}
.highlights_slide02 {
  background-image: url('../images/webp/highlights/project-highlights-bg02.webp'); 
}
.highlights_slide03 {
  background-image: url('../images/webp/highlights/project-highlights-bg03.webp'); 
}
.highlights_slide04 {
  background-image: url('../images/webp/highlights/project-highlights-bg04.webp'); 
}
.highlights_slide05 {
  background-image: url('../images/webp/highlights/project-highlights-bg05.webp'); 
}
.highlights_slide06 {
  background-image: url('../images/webp/highlights/project-highlights-bg06.webp'); 
}
.section-3 .container{
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  background: rgba(0,0,0,0.5);
  height: 50px;
  width: 50px;
}
.owl-theme .owl-nav [class*=owl-prev] {
  left: 0;
}
.owl-carousel .owl-nav .owl-prev:after {
  content: "\f060";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: #fff;
  transform: translate(-50%,-50%);
  }
.owl-theme .owl-nav [class*=owl-next] {
  right: 0;
}
.owl-carousel .owl-nav .owl-next:after {
  content: "\f061";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: #fff;
  transform: translate(-50%,-50%);
  }
.section-3 .highlights{
    /*width: 50%;*/
    margin-top: 130px;
}
.section-3 .highlights h2{
    text-shadow: 0 0 5px #000;
}

.section-3 p{
    color: #fff;
}

.section-4{
    background: url('../images/webp/amenities-bg.webp') center no-repeat;
    background-size: cover;
}

.section-4 .container{
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}

.section-4 p{
  color: #fff;
  text-align: center;
  margin: 20px 0 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  background: #00000080;
  padding: 10px 0;
      font-size: 20px;
}

.section-4 .owl-carousel .owl-stage-outer{
  border-radius: 0 40px 0 40px;
}

.section-4 .owl-carousel .owl-nav [class*=owl-] {
    width: 30px;
    height: 40px;
    font-size: 0;
    position: absolute;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    transition: .6s cubic-bezier(.14,1,.34,1);
    background-image: url('../images/webp/arrow.webp');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

.section-4 .owl-carousel .owl-nav .owl-prev{
    left: -60px;
    transform: translateY(-50%) rotate(180deg);
}

.section-4 .owl-carousel .owl-nav .owl-next{
    right: -60px;
}

.section-5{
    background: url('../images/webp/gallery-bg.webp') center no-repeat;
    background-size: cover;
}

.section-5 .container{
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}

.section-5 p{
  color: #fff;
  text-align: center;
  margin: 20px 0 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  background: #00000080;
  padding: 10px 0;
  font-size: 30px;
}
#gallery_slider.owl-carousel .owl-item img {
  width: 80%;
  margin: 0 auto;
}

.section-6{
    position: relative;
}

.section-2:before, .section-3:before, .section-4:before, .section-5:before, .section-6:before{
  content: '';
  background: rgb(2,181,165);
  background: linear-gradient(180deg, rgba(2,181,165,0.9248074229691877) 0%, rgba(2,181,165,0.7091211484593838) 55%, rgba(2,181,165,0) 100%);
  width: 100%;
  height: 20vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.map-bg {
    background: url('../images/webp/map-bg.webp') center top no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section-6 .img-wrp{
    height: 100vh;
    position: relative;
    transition: all .5s ease 1s;
}

.section-6 .img-wrp img{
    width: auto;
    height: 100%;
}

.section-6.active .img-wrp{
    transform: translateX(-15%);
}

.section-6 h2{
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
}

.section-6 h2 a{
  position: absolute;
  left: 0%;
  top: 100%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  padding: 13px 26px 12px;
  margin: 70px 0 0;
  background: #086d64;
  border-radius: 3px;
}

.section-7 .fp-tableCell{
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-7 .disc_txt{
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.section-7 h2{
    color: #02b5a5;
    margin-bottom: 10px;
    text-align: center;
}

.section-7 nav a{
    color: #000000;
}

/*Enquire now style*/
/*#fixed_form_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.form_container {
  background-color: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 5px 0;
  max-width: none;
  width: 100%;
}
.form_close {
  display: none;
}
.site_heading5 {
  font-family: 'Futura Std';
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-right: 30px;
}*/
#fixed_form_wrap {
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: -264px;
  background-color: rgba(0,0,0,1);
  -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.container {
  padding: 20px 10px;
  max-width: 100%;
}
.form_close {
  cursor: pointer;
  text-align: right;
  color: #fff;
  display: block;
  padding: 10px;
  margin-right: -10px;
}
.site_heading5 {
  cursor: pointer;
  position: absolute;
  left: -93px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  color: #fff;
  background-color: rgba(0,0,0,1);
  padding: 10px 20px;
  font-size: 20px;
}
#frmContactus {
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;*/
}
.fieldwrapper {
  width: 100%;
  margin: 0 10px 10px 0;
}
.fieldwrapper input, .fieldwrapper select {
  font-family: 'Futura Std';
  width: 100%;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000;
  padding: 6px 0 6px 20px;
  outline: 0;
}

.fieldwrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/webp/arrow-down.webp) 96% center no-repeat #fff;
    outline: 0;
    padding-right: 0;
    width: 100%;
}
.fieldwrapper.form-cta-btn {
    text-align: center;
    font-family: 'Futura Std';
    padding: 0;
    margin: 0 5px 0 5px;
    border: none;
    background-color: #02b5a5;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    max-width: 120px;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fieldwrapper.form-cta-btn a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 11px 30px;
}
/*.fieldwrapper.form-cta-btn a:after {
  content: "\f178";
  font-family: 'FontAwesome';
  color: #000;
  margin-left: 10px;
}*/

.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: #000;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000;
  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: rgba(255,255,255,0.5);
    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: 1450px){
  body{
    font-size: 14px;
  }
  p {
    line-height: 20px;
  }
  h1,
  h2{
    font-size: 40px;
  }
  nav a{
    font-size: 12px;
  }
  nav a:nth-child(5) img{
    width: 250px;
  }
  nav a:nth-child(7) img{
    width: 140px;
  }
  .section-6 h2 a{
    top: 70%;
  }
}

@media only screen and (max-width: 1300px){
  #backgroundvid1 {
    width: auto;
    height: 100%;
    text-align: center;
  }
  .container {
    max-width: 1000px;
  }
  .section-6 h2{
    left: 30%;
  }
  .section-6.active .img-wrp{
      transform: translateX(-25%);
  }
}

@media only screen and (max-width: 1100px){
  .loader .rose_img {
    width: 70%;
  }
  #backgroundvid1 {
    width: 160%;
    height: auto;
    text-align: center;
    margin-left: -30%;
  }
  nav a{
    text-align: center;
  }
  nav a:nth-child(7) img {
    width: 180px;
  }
  .container {
    max-width: 80%;
  }
  .section-2 {
    background-image: url(../images/webp/about-mobi-bg.webp);
  }
  .highlights_slider .item {
    height: calc(100vh - 44px);
  }

  .highlights_slide01 {
    background-image: url('../images/webp/highlights/project-highlights-bg01-mobi.webp'); 
  }
  .highlights_slide02 {
    background-image: url('../images/webp/highlights/project-highlights-bg02-mobi.webp'); 
  }
  .highlights_slide03 {
    background-image: url('../images/webp/highlights/project-highlights-bg03-mobi.webp'); 
  }
  .highlights_slide04 {
    background-image: url('../images/webp/highlights/project-highlights-bg04-mobi.webp'); 
  }
  .highlights_slide05 {
    background-image: url('../images/webp/highlights/project-highlights-bg05-mobi.webp'); 
  }
  .highlights_slide06 {
    background-image: url('../images/webp/highlights/project-highlights-bg06-mobi.webp'); 
  }
  .map-bg {
    background: url('../images/webp/map-mobi-bg.webp') center top no-repeat;
    background-size: cover;
    height: calc(100vh - 44px);
  }
  .section-4 {
    background-image: url(../images/webp/amenities-mobi-bg.webp);
  }
  .section-5 {
    background-image: url(../images/webp/gallery-mobi-bg.webp);
  }
  .section-6 .img-wrp {
    transform: translateX(-25%);
  }
  .section-6.active .img-wrp {
    transform: translateX(-40%);
  }
  .section-6 h2 {
    left: 43%;
  }
  .section-6 h2 a {
    top: 60%;
    font-size: 14px;
    padding: 10px 16px 9px;
  }
  .section-5 p{
    padding: 5px 0;
    font-size: 14px;
  }

  
}

@media only screen and (max-width: 1000px){
  h1,
  h2{
    font-size: 30px;
  }
  nav a:nth-child(2),
  nav a:nth-child(3),
  nav a:nth-child(4),
  nav a:nth-child(6),
  nav a:nth-child(7){
    display: none;
  }
  .menu-btn{
    display: flex;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  #backgroundvid1 {
    width: 270%;
    margin-left: -85%;
  }
  /*.home_banner {
    background-image: url(../images/webp/home_banner_mobi.webp);
  }*/
  .section-3 .container {
    max-width: 100%;
    left: 0;
    right: 0;
  }
  .section-3 .highlights {
    width: 100%;
    margin-top: 120px;
    text-align: center;
  }
  .section-6 .img-wrp {
    transform: translateX(-45%);
  }
  .section-6.active .img-wrp {
    transform: translateX(-67%);
  }
  .section-6 h2 {
    left: 70%;
  }
  .section-6 h2 a {
    top: 40%;
  }
  /*Enquire now style*/
#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;
  }


.mobi_form_btn {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: 'Futura Std';
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  padding: 10px 0;
  background-color: #02b5a5;
  color: #fff;
  letter-spacing: 1px;
}
}

@media only screen and (max-width: 767px){
  p {
    margin-bottom: 10px;
  }
  h1,
  h2{
    font-size: 1.5rem;
  }
  .section-2 .about{
    width: 96%;
    /* padding: 100px 0; */
    padding: 50px 0 0;
    margin: 0 auto; 
  }
  .section-2 .about h2 {
    margin-bottom: 10px;
  }
  .section-2 .about p {
    margin-bottom: 5px;
  }
  nav a:nth-child(5) {
        width: 45%;
  }
  nav a:last-child {
    display: none;
  }

  .section-2 .menu-btn span {
    background: #000;
  }
  .section-7 .menu-btn span {
    background: #000;
  }
  .section-7 .container {
    padding: 100px 0;
  }
  .section-4 .container {
    max-width: 98%;
    text-align: center;
    margin-top: 0;
  }
  .section-6.active .img-wrp {
    transform: translateX(-62%);
  }
  .section-6 h2 {
    left: 65%;
  }
  .section-6 h2 a {
    top: 40%;
    font-size: 12px;
    padding: 10px 14px 9px;
  }
  #disclaimer_wrap .container {
  width: 90%;
  padding: 20px;
}
.disc_txt {
  overflow: auto;
    height: 500px;
}

.home_banner.owl-carousel .item {
  background-color: #000;
  background-position: center top;
  background-size: 100%;
}
.home_banner.owl-carousel .item.slide1 {
  background-image: url(../images/the_rivergreen_banner_mobi.jpg);
}
/*.home_banner.owl-carousel .item.slide1 {
  background-image: url(../images/webp/the_rivergreen_banner1_mobi.webp);
}
.home_banner.owl-carousel .item.slide2 {
  background-image: url(../images/webp/the_rivergreen_banner2_mobi.webp);
}*/

}

@media only screen and (max-width: 480px){
  h2{
    margin-bottom: 20px;
  }
  .strong{
    font-size: 18px;
  }

  .container {
    max-width: 70%;
  }
    .section-5 .container {
      max-width: 96%;
      margin-top: 0rem;
    }
    .section-7 .container {
      max-width: 98%;
      margin-top: 0rem;
    }
    .section-7 .disc_txt {
      margin-top: 0rem;
      width: 100%;
    }
  .section-4 .owl-carousel .owl-nav [class*=owl-] {
    width: 20px;
    height: 30px;
    background-size: contain;
  }
  .section-4 .owl-carousel .owl-nav .owl-prev {
    left: -45px;
  }
  .section-4 .owl-carousel .owl-nav .owl-next {
    right: -45px;
  }
  .section-6.active .img-wrp {
    transform: translateX(-52%);
  }
  .section-6 h2 {
    left: 55%;
    font-size: 1.5rem;
  }
  .section-6 h2 a {
    top: 20%;
    font-size: 12px;
    padding: 10px 14px 9px;
  }
}