@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@700&family=Work+Sans:wght@300;400;600;700&display=swap");
body {
  overflow-x: hidden;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

h1, h2, h3, h4, h5, h6, p.serif {
  font-family: "Overpass", sans-serif;
}

p, a {
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
}
p:last-child, a:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 55px;
}
@media all and (max-width: 992px) {
  h2 {
    font-size: 45px;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 550px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 45px;
  text-transform: uppercase;
}
h3.green {
  color: #59c2ae;
}
h3 span {
  display: block;
  color: #000000;
}
@media all and (max-width: 992px) {
  h3 {
    font-size: 35px;
  }
}
@media all and (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

input[type=text],
input,
input[type=search],
input[type=email],
input[type=tel],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

.section-padding {
  padding: 8% 5%;
}
@media all and (max-width: 992px) {
  .section-padding {
    padding: 10%;
  }
}

.pad-top-btm {
  padding: 5% 0;
}
@media all and (max-width: 992px) {
  .pad-top-btm {
    padding: 10% 0;
  }
}

.two-col-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.two-col-sec > div {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media all and (max-width: 992px) {
  .two-col-sec > div {
    width: 100%;
  }
}
@media all and (max-width: 992px) {
  .two-col-sec {
    flex-direction: column;
  }
}

.header {
  position: sticky;
  padding: 20px 0;
  transition: all 1s ease 0.1s;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #ffffff;
}
.header.darkHeader {
  padding: 0;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.31);
  transition: all 1s ease 0.1s;
}
.header.darkHeader .logo {
  width: 400px;
}
.header.darkHeader nav.nav {
  top: 13%;
  transition: all 1s ease 0.1s;
}
.header .burger {
  position: absolute;
  right: 5%;
  top: 27%;
  height: 60px;
  width: 60px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 999;
}
.header .burger.open span {
  transition: all 1s ease 0.1s;
}
.header .burger.open span:first-child {
  opacity: 0;
}
.header .burger.open span:nth-child(2n) {
  margin-left: 0;
  width: 100%;
  background-color: #1e1f23;
}
.header .burger.open span:last-child {
  opacity: 0;
}
.header .burger span {
  background-color: #1e1f23;
  width: 80%;
  height: 2px;
  display: block;
  margin-bottom: 13px;
  transition: all 1s ease 0.1s;
}
.header .burger span:nth-child(2n) {
  margin-left: 20%;
}
@media all and (max-width: 992px) {
  .header .burger {
    display: flex;
  }
}
@media all and (max-width: 500px) {
  .header .burger {
    height: 40px;
    width: 40px;
    right: 3%;
  }
  .header .burger span {
    margin-bottom: 7px;
  }
}
.header .sideMenu {
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.31);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99;
  transform: translateX(150%);
  transition: all 1s ease 0.1s;
}
.header .sideMenu.open {
  transform: translateX(0%);
}
.header .sideMenu .menuCol {
  text-align: center;
}
.header .sideMenu .menuCol .heading {
  color: #59c2ae;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}
.header .sideMenu .menuCol a {
  color: #1e1f23;
  text-decoration: none;
}
.header .sideMenu .menuCol .social {
  padding: 0;
  margin: 0;
}
.header .sideMenu .menuCol .social li {
  display: inline-block;
  list-style: none;
  width: auto;
}
.header .sideMenu .menuCol .social li a {
  padding: 0 5px;
  color: #59c2ae;
  font-size: 20px;
}
.header .sideMenu .Sidelogo {
  transition: all 1s ease 0.1s;
  width: 300px;
  display: flex;
  padding: 0 30px;
  max-width: 90%;
}
.header .sideMenu .Sidelogo .l {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .sideMenu .Sidelogo .l::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  background-color: #1e1f23;
  transition: all 1s ease 0.1s;
}
.header .sideMenu .Sidelogo .l:first-child {
  padding-right: 20px;
}
.header .sideMenu .Sidelogo .l:first-child::before {
  margin-bottom: 10px;
  right: 5px;
}
.header .sideMenu .Sidelogo .l:last-child {
  padding-left: 20px;
}
.header .sideMenu .Sidelogo .l:last-child::before {
  left: 5px;
  margin-top: 10px;
}
.header .sideMenu .Sidelogo .l img {
  width: 100%;
}
.header .sideMenu .svg {
  position: absolute;
  opacity: 0.1;
  bottom: 0;
  right: 0;
  width: 90%;
  z-index: 0;
}
.header .sideMenu .svg img {
  width: 100%;
}
.header .sideMenu .menu {
  width: 100%;
  margin: 20px 0 0;
}
.header .sideMenu .menu ul {
  width: 80%;
  padding: 10px 5%;
  border-bottom: 1px solid rgba(30, 31, 35, 0.24);
  z-index: 99;
}
.header .sideMenu .menu ul li {
  list-style: none;
  display: block;
  width: 100%;
  text-align: center;
}
.header .sideMenu .menu ul li a {
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #59c2ae;
  position: relative;
  display: inline-block;
  font-weight: 600;
}
@media all and (max-width: 1600px) {
  .header .sideMenu .menu ul {
    width: 100%;
  }
}
@media all and (max-width: 992px) {
  .header .sideMenu {
    width: 70%;
  }
}
@media all and (max-width: 767px) {
  .header .sideMenu {
    width: 100%;
  }
}
.header .logo {
  transition: all 1s ease 0.1s;
  width: 500px;
  display: flex;
  padding: 0 30px;
  max-width: 90%;
}
.header .logo .l {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .logo .l::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  background-color: #1e1f23;
  transition: all 1s ease 0.1s;
}
.header .logo .l:first-child {
  padding-right: 20px;
}
.header .logo .l:first-child::before {
  margin-bottom: 10px;
  right: 5px;
}
.header .logo .l:last-child {
  padding-left: 20px;
}
.header .logo .l:last-child::before {
  left: 5px;
  margin-top: 10px;
}
.header .logo .l img {
  width: 100%;
}
.header nav.nav {
  position: absolute;
  right: 2%;
  top: 27%;
}
.header nav.nav ul {
  margin: 0;
  padding: 0;
}
.header nav.nav ul li {
  list-style: none;
  display: inline-block;
}
.header nav.nav ul li a {
  font-size: 18px;
  color: #1e1f23;
  text-transform: uppercase;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  position: relative;
}
.header nav.nav ul li a::before {
  content: "";
  position: absolute;
  height: 0px;
  width: 1px;
  background-color: #59c2ae;
  top: -40px;
  transition: all 1s ease 0.1s;
}
.header nav.nav ul li a::after {
  transition: all 1s ease 0.1s;
  content: "";
  position: absolute;
  height: 0px;
  width: 1px;
  margin-left: 20px;
  background-color: #59c2ae;
  top: -30px;
}
.header nav.nav ul li a:hover {
  color: #59c2ae;
  text-decoration: none;
}
.header nav.nav ul li a:hover::before {
  height: 50px;
}
.header nav.nav ul li a:hover::after {
  height: 50px;
}
@media all and (max-width: 1600px) {
  .header nav.nav ul li a {
    padding: 10px 6px;
    font-size: 14px;
    letter-spacing: 1px;
  }
}
@media all and (max-width: 992px) {
  .header nav.nav ul li a {
    padding: 20px 20px;
    font-size: 18px;
  }
}
.header nav.nav ul li.homes, .header nav.nav ul li.amenities, .header nav.nav ul li.plans, .header nav.nav ul li.features {
  display: none;
}
.header nav.nav ul li.register a {
  background-color: #59c2ae;
  transition: all 1s ease 0s;
  color: #ffffff;
  padding: 10px 30px;
  display: inline-block;
  font-weight: 600;
}
.header nav.nav ul li.register a::before {
  display: none;
}
.header nav.nav ul li.register a::after {
  display: none;
}
.header nav.nav ul li.register a:hover {
  background-color: #1e1f23;
}
@media all and (max-width: 1280px) {
  .header nav.nav ul li.register a {
    padding: 10px 20px;
  }
}
@media all and (max-width: 992px) {
  .header nav.nav ul li {
    display: block;
    text-align: center;
  }
}
@media all and (max-width: 992px) {
  .header nav.nav ul {
    width: 100%;
  }
}
@media all and (max-width: 992px) {
  .header nav.nav {
    background-color: #000000;
    padding: 5%;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(120%);
    opacity: 0;
    transition: all 1s ease 0.3s;
  }
  .header nav.nav.show {
    transform: translateX(0);
    opacity: 1;
  }
}
@media all and (max-width: 1700px) {
  .header .logo {
    width: 400px;
  }
  .header.darkHeader {
    padding: 10px 0;
  }
  .header.darkHeader .logo {
    width: 300px;
  }
  .header.darkHeader nav.nav {
    top: 27%;
  }
}
@media all and (max-width: 1600px) {
  .header .logo {
    width: 300px;
  }
  .header.darkHeader {
    padding: 20px 0;
  }
  .header.darkHeader .logo {
    width: 250px;
  }
}
@media all and (max-width: 1280px) {
  .header .logo {
    width: 200px;
    padding: 0 10px;
  }
  .header.darkHeader {
    padding: 20px 0;
  }
  .header.darkHeader .logo {
    width: 200px;
  }
}
@media all and (max-width: 992px) {
  .header .logo {
    width: 250px;
    padding: 0 10px;
  }
  .header.darkHeader {
    padding: 20px 0;
  }
  .header.darkHeader .logo {
    width: 250px;
  }
}

.footer {
  background-color: #1e1f23;
  color: #ffffff;
}
.footer .footerInner {
  display: flex;
  justify-content: space-between;
}
.footer .footerInner.singleCol {
  justify-content: center;
  align-items: center;
  padding: 50px 5%;
}
.footer .footerInner.singleCol .footerCol {
  text-align: center;
}
.footer .footerInner .footerCol {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.footer .footerInner .footerCol img {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
.footer .footerInner .footerCol .heading {
  color: #59c2ae;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}
.footer .footerInner .footerCol a {
  color: #ffffff;
  text-decoration: none;
}
.footer .footerInner .footerCol .social {
  padding: 0;
  margin: 0;
}
.footer .footerInner .footerCol .social li {
  display: inline-block;
  list-style: none;
}
.footer .footerInner .footerCol .social li a {
  padding: 0 5px;
  color: #59c2ae;
  font-size: 20px;
}
@media all and (max-width: 992px) {
  .footer .footerInner {
    flex-direction: column;
  }
  .footer .footerInner .footerCol {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer .footerInner .footerCol > div {
    width: 100%;
    text-align: center;
  }
}
.footer .copyright {
  padding: 10px 5%;
  display: flex;
}
.footer .copyright.singleCol {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
.footer .copyright.singleCol p:first-child {
  text-align: center;
  width: 100%;
}
.footer .copyright.singleCol p:last-child {
  width: 100%;
  text-align: center;
}
.footer .copyright p {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.8;
}
.footer .copyright p:first-child {
  text-align: left;
  width: 60%;
}
.footer .copyright p:last-child {
  width: 40%;
  text-align: right;
}
.footer .copyright p:last-child a {
  color: #ffffff;
  font-size: 14px;
}
@media all and (max-width: 992px) {
  .footer .copyright {
    flex-direction: column;
    padding: 10px 10%;
  }
  .footer .copyright p:first-child {
    width: 100%;
  }
  .footer .copyright p:last-child {
    width: 100%;
    text-align: left;
  }
}

.page-template-template-thankyou .burger {
  display: none;
}
.page-template-template-thankyou .nav {
  display: none;
}

/*
  SASS file for Wrappers Only
*/
.main-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

.med-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
}

.sm-wrap {
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 20px;
}

.xs-wrap {
  max-width: 750px;
  margin: 0 auto;
  padding: 50px 20px;
}

.footer-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 20px;
}

/*
    SASS File for Gravity Forms CSS Override
*/
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
  border: 1px solid gray;
  font-size: 17px !important;
  padding: 10px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield input:focus, .gform_wrapper .gform_body .gform_fields .gfield textarea:focus, .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  outline: none;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer .gform_button {
  padding: 10px 40px !important;
}

section.thank-you {
  text-align: center;
}
section.thank-you h1 {
  margin-bottom: 30px;
}
section.thank-you h5 {
  color: black;
  margin-bottom: 30px;
}

.select2-results__options, .select2-selection--single .select2-selection__rendered {
  font-size: 17px;
}

.select2-selection--single .select2-selection__rendered {
  padding: 10px !important;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0 !important;
  right: 15px !important;
  height: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #59c2ae;
  color: #fff;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

.select2-selection .select2-selection__rendered {
  color: #ffffff !important;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent transparent;
}

.select2-search--dropdown {
  display: none;
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.fade-in {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible !important;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible !important;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible !important;
}

.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible !important;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.animate-half {
  animation-delay: 0.5s;
}

.animate-first {
  animation-delay: 1s;
}

.animate-first-half {
  animation-delay: 1.5s;
}

.animate-second {
  animation-delay: 2s;
}

.animate-second-half {
  animation-delay: 2.5s;
}

.animate-third {
  animation-delay: 3s;
}

.animate-third-half {
  animation-delay: 3.5s;
}

.animate-fourth {
  animation-delay: 4s;
}

.animate-fourth-half {
  animation-delay: 4.5s;
}

.animate-fifth {
  animation-delay: 5s;
}

.animate-fifth-half {
  animation-delay: 5.5s;
}

.scaleChange img {
  -webkit-animation-name: scaleChange;
  animation-name: scaleChange;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transform-origin: bottom left;
}

@-webkit-keyframes scaleChange {
  0% {
    visibility: visible !important;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    visibility: visible !important;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.scaleChange1 img {
  -webkit-animation-name: scaleChange1;
  animation-name: scaleChange1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transform-origin: bottom left;
}

@-webkit-keyframes scaleChange1 {
  0% {
    visibility: visible !important;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    visibility: visible !important;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@keyframes slideOutRight {
  0% {
    visibility: visible !important;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    visibility: visible !important;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    visibility: visible !important;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    visibility: visible !important;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.removeOpacity::before {
  -webkit-animation-name: removeOpacity;
  animation-name: removeOpacity;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes removeOpacity {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes removeOpacity {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.addOpacity::before {
  -webkit-animation-name: addOpacity;
  animation-name: addOpacity;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes addOpacity {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes addOpacity {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes fadeIn {
  0% {
    width: 0;
  }
  100% {
    width: 400px;
  }
}
@-moz-keyframes fadeIn {
  0% {
    width: 0;
  }
  100% {
    width: 400px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    width: 0;
  }
  100% {
    width: 400px;
  }
}
@-o-keyframes fadeIn {
  0% {
    width: 0;
  }
  100% {
    width: 400px;
  }
}
@-ms-keyframes fadeIn {
  0% {
    width: 0;
  }
  100% {
    width: 400px;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-5-13 11:49:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
/*
    SASS File for Banners Only
*/
section.banner-general.banner-container {
  height: 450px;
  transition: 0.3s;
}
section.banner-general.banner-container .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
section.banner-general.banner-container .overlay .text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 35%;
}
section.banner-general.banner-container .overlay .text-container .title {
  color: white;
}

.homeBanner {
  display: flex;
  align-items: center;
  padding: 5%;
  position: relative;
}
.homeBanner .location {
  position: absolute;
  z-index: 9;
  bottom: 20px;
  right: 20px;
  color: #59c2ae;
  text-transform: uppercase;
}
.homeBanner .location.mobile {
  display: none;
}
.homeBanner .location p {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: bolder;
}
.homeBanner .location .loc {
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
}
@media all and (max-width: 1280px) {
  .homeBanner .location p {
    font-size: 20px;
  }
  .homeBanner .location .loc {
    font-size: 22px;
    color: #ffffff;
  }
}
@media all and (max-width: 992px) {
  .homeBanner .location p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
  }
  .homeBanner .location .loc {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
  }
}
@media all and (max-width: 992px) {
  .homeBanner .location {
    top: 0px;
    right: 0;
    bottom: unset;
    background-color: #1e1f23;
    padding: 5px 10px;
  }
  .homeBanner .location .loc {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .homeBanner .location {
    padding: 0;
    position: relative;
  }
  .homeBanner .location.mobile {
    display: block;
  }
  .homeBanner .location.desktop {
    display: none;
  }
}
.homeBanner .textBox {
  background-color: #1e1f23;
  position: relative;
  width: 650px;
  max-width: 100%;
  color: #ffffff;
  z-index: 99;
  padding: 10% 5%;
}
.homeBanner .textBox::before {
  width: 30px;
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  background-color: #59c2ae;
  height: 85%;
}
.homeBanner .textBox::after {
  width: 30px;
  position: absolute;
  content: "";
  bottom: 0;
  right: -15px;
  background-color: #59c2ae;
  height: 85%;
}
.homeBanner .textBox span {
  color: #59c2ae;
}
.homeBanner .textBox h2 {
  margin-bottom: 30px;
  font-size: 65px;
}
@media all and (max-width: 1280px) {
  .homeBanner .textBox h2 {
    font-size: 60px;
  }
}
@media all and (max-width: 992px) {
  .homeBanner .textBox h2 {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  .homeBanner .textBox h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 550px) {
  .homeBanner .textBox h2 {
    font-size: 35px;
  }
}
.homeBanner .textBox p.lines {
  font-size: 30px;
  position: relative;
  display: inline-block;
}
.homeBanner .textBox p.lines span {
  font-size: 25px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
}
.homeBanner .textBox .btmText {
  font-size: 25px;
  position: absolute;
  left: 14%;
  bottom: 30px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  color: #59c2ae;
}
@media all and (max-width: 767px) {
  .homeBanner .textBox .btmText {
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 18px;
  }
}
.homeBanner .textBox p.price {
  display: flex;
  align-items: center;
}
.homeBanner .textBox p.price .start {
  width: 90px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.homeBanner .textBox p.price .pr {
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
}
@media all and (max-width: 767px) {
  .homeBanner .textBox p.price .pr {
    font-size: 40px;
  }
}
.homeBanner .imgBox {
  height: 100%;
  position: absolute;
  right: 0%;
  width: 80%;
  top: 0;
  overflow: hidden;
}
.homeBanner .imgBox::before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 150px;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.5) 100%);
  bottom: 0%;
  right: 0;
}
.homeBanner .imgBox.thank-you img {
  object-position: top;
}
.homeBanner .imgBox img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.homeBanner .imgBox .video-box {
  position: absolute;
  width: 100%;
  height: 100%;
}
.homeBanner .imgBox .video-box video#myVideo {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media all and (max-width: 1400px) {
  .homeBanner .textBox {
    width: 550px;
  }
}
@media all and (max-width: 1280px) {
  .homeBanner .textBox {
    width: 500px;
  }
}
@media all and (max-width: 992px) {
  .homeBanner {
    flex-direction: column-reverse;
    padding: 0;
  }
  .homeBanner .textBox {
    width: 85%;
    margin: 0 auto;
    padding: 10%;
  }
  .homeBanner .textBox::before {
    width: 20px;
    left: -10px;
  }
  .homeBanner .textBox::after {
    width: 20px;
    right: -10px;
  }
  .homeBanner .textBox p.lines {
    font-size: 25px;
  }
  .homeBanner .textBox p.lines span {
    font-size: 20px;
  }
  .homeBanner .imgBox {
    position: relative;
    width: 100%;
    margin-bottom: -100px;
  }
  .homeBanner .imgBox img {
    position: relative;
  }
  .homeBanner .imgBox .video-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .homeBanner .imgBox .video-box video#myVideo {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media all and (max-width: 767px) {
  .homeBanner .textBox {
    padding: 5% 10%;
  }
  .homeBanner .textBox h2 {
    margin-bottom: 0;
  }
  .homeBanner .textBox p.lines {
    font-size: 20px;
  }
  .homeBanner .textBox p.lines span {
    font-size: 18px;
  }
}
@media all and (max-width: 500px) {
  .homeBanner .textBox {
    width: 100%;
  }
  .homeBanner .textBox::before {
    left: 0px;
  }
  .homeBanner .textBox::after {
    right: 0px;
  }
  .homeBanner .textBox p.lines {
    padding-right: 10px;
  }
  .homeBanner .imgBox {
    margin-bottom: -10px;
  }
}
@media all and (max-width: 400px) {
  .homeBanner {
    margin-top: 87px;
  }
}

.about {
  position: relative;
}
.about .mobile {
  display: none;
}
.about.thank {
  border-bottom: 30px solid #59c2ae;
}
.about.thank::after, .about.thank:before {
  display: none;
}
.about .before {
  bottom: 10%;
  height: 30px;
  width: 20%;
  background-color: #59c2ae;
  position: absolute;
  content: "";
  right: 0;
}
.about .after {
  bottom: 16%;
  height: 30px;
  width: 15%;
  background-color: #59c2ae;
  position: absolute;
  content: "";
  right: 0;
}
.about h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 80px;
}
.about h1.green {
  color: #59c2ae;
}
.about h1.green span {
  display: block;
  padding-left: 20%;
}
.about h1.green.thankyou span {
  padding-left: 0;
  margin-bottom: 30px;
}
.about h1.dark {
  color: #1e1f23;
}
.about .thankyou-text {
  font-size: 30px;
  line-height: 50px;
  text-align: center;
}
.about .thankyou-text span {
  display: block;
}
@media all and (max-width: 992px) {
  .about .thankyou-text {
    font-size: 25px;
  }
}
@media all and (max-width: 767px) {
  .about .thankyou-text {
    font-size: 22px;
  }
  .about .thankyou-text span {
    display: inline;
  }
}
.about .content {
  padding-top: 50px;
}
.about .content .two-col {
  display: flex;
}
.about .content .two-col .image1 {
  width: 40%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.about .content .two-col .image1 img {
  width: 100%;
}
.about .content .two-col .image1 .img {
  position: absolute;
  right: -30%;
  bottom: -20%;
  width: auto;
}
@media all and (max-width: 1815px) {
  .about .content .two-col .image1 {
    padding-top: 80px;
  }
}
@media all and (max-width: 1740px) {
  .about .content .two-col .image1 {
    padding-top: 110px;
  }
}
@media all and (max-width: 1630px) {
  .about .content .two-col .image1 {
    padding-top: 150px;
  }
}
@media all and (max-width: 1480px) {
  .about .content .two-col .image1 {
    padding-top: 200px;
  }
}
@media all and (max-width: 1380px) {
  .about .content .two-col .image1 {
    padding-top: 250px;
  }
}
@media all and (max-width: 1300px) {
  .about .content .two-col .image1 {
    padding-top: 0px;
  }
}
.about .content .two-col .textImg {
  width: 60%;
  display: grid;
  grid-template-columns: 70% 30%;
}
.about .content .two-col .textImg .textBox {
  padding: 0 80px 100px;
  position: relative;
}
.about .content .two-col .textImg .textBox p {
  font-size: 22px;
}
.about .content .two-col .textImg .imgBox img {
  width: 100%;
}
@media all and (max-width: 1350px) {
  .about {
    padding-bottom: 10%;
  }
  .about::before {
    bottom: 0;
  }
  .about::after {
    bottom: 5%;
  }
  .about .content .two-col {
    flex-direction: column;
  }
  .about .content .two-col .image1 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 100px;
    padding-right: 50px;
  }
  .about .content .two-col .image1 .img {
    right: 0%;
    bottom: 30px;
    width: 50%;
  }
  .about .content .two-col .textImg {
    width: 100%;
  }
}
@media all and (max-width: 992px) {
  .about .before {
    bottom: 40px;
    height: 20px;
    width: 200px;
    background-color: #59c2ae;
    position: absolute;
    content: "";
    right: 0;
  }
  .about .after {
    bottom: 90px;
    height: 20px;
    width: 150px;
    background-color: #59c2ae;
    position: absolute;
    content: "";
    right: 0;
  }
  .about h1 {
    font-size: 55px;
  }
  .about h1.green span {
    padding: 0;
    display: inline-block;
  }
  .about .content .two-col .image1 .img {
    width: 60%;
  }
  .about .content .two-col .textImg {
    grid-template-columns: 100%;
  }
  .about .content .two-col .textImg .textBox {
    padding: 0 0 5%;
  }
  .about .content .two-col .textImg .textBox p {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .about .desktop {
    display: none;
  }
  .about .mobile {
    display: block;
  }
  .about h1 {
    font-size: 45px;
  }
  .about .content .two-col .image1 .img {
    width: 70%;
  }
}
@media all and (max-width: 500px) {
  .about h1 {
    font-size: 25px;
  }
  .about .content {
    padding-top: 30px;
  }
}

.aboutVideo {
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
}
.aboutVideo iframe {
  width: 700px;
  height: 400px;
  max-width: 100%;
}
@media all and (max-width: 992px) {
  .aboutVideo iframe {
    height: 300px;
  }
}

.videoOutt {
  background-color: #59c2ae;
  padding: 30px 0 5%;
}
.videoOutt .videoBox {
  position: relative;
  display: flex;
}
.videoOutt .videoBox .videoInn p {
  line-height: 0;
}
.videoOutt .videoBox .videoInn iframe {
  width: 1000px;
  height: 600px;
  max-width: 100%;
}
@media all and (max-width: 992px) {
  .videoOutt .videoBox .videoInn iframe {
    height: 500px;
  }
}
@media all and (max-width: 767px) {
  .videoOutt .videoBox .videoInn iframe {
    height: 400px;
  }
}
@media all and (max-width: 500px) {
  .videoOutt .videoBox .videoInn iframe {
    height: 300px;
  }
}
.videoOutt .videoBox .textB {
  background-color: #1e1f23;
  padding: 0px;
  width: 160px;
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
}
.videoOutt .videoBox .textB h2 {
  transform: rotate(270deg) translateX(-43%) translateY(-380%);
  color: #ffffff;
  position: absolute;
  width: 360%;
  font-size: 45px;
}
.videoOutt .videoBox .textB h2 span {
  color: #59c2ae;
}
@media all and (max-width: 1250px) {
  .videoOutt .videoBox .textB {
    width: 1000px;
    max-width: 100%;
    text-align: center;
    padding: 40px;
  }
  .videoOutt .videoBox .textB h2 {
    transform: rotate(0) translateX(0%) translateY(0%);
    color: #ffffff;
    position: relative;
    width: 100%;
    font-size: 40px;
    margin-bottom: 0;
  }
}
@media all and (max-width: 992px) {
  .videoOutt .videoBox .textB {
    padding: 20px;
  }
  .videoOutt .videoBox .textB h2 {
    font-size: 30px;
  }
}
@media all and (max-width: 1250px) {
  .videoOutt .videoBox {
    flex-direction: column;
  }
}

.amenitieSection {
  background-color: #59c2ae;
  padding: 5% 0 0 10%;
}
.amenitieSection h3 {
  color: #1e1f23;
  margin-bottom: 20px;
}
.amenitieSection .two-sec {
  display: grid;
  grid-template-columns: 60% 40%;
  margin-top: 5%;
  position: relative;
}
.amenitieSection .two-sec .arrows {
  position: absolute;
  top: 20%;
  right: 37.5%;
  z-index: 99;
  cursor: pointer;
}
.amenitieSection .two-sec .arrows img {
  width: 80px;
}
.amenitieSection .two-sec .textBlock {
  background-color: #1e1f23;
  padding: 10%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.amenitieSection .two-sec .textBlock > div {
  width: 100%;
}
.amenitieSection .two-sec .textBlock .dots ul.slick-dots {
  padding: 0;
  margin: 50px 0 0;
  text-align: center;
}
.amenitieSection .two-sec .textBlock .dots ul.slick-dots li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.amenitieSection .two-sec .textBlock .dots ul.slick-dots li.slick-active button {
  background: #59c2ae !important;
}
.amenitieSection .two-sec .textBlock .dots ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  margin-right: 20px;
  border-radius: 50%;
  border: 2px solid #59c2ae;
}
.amenitieSection .two-sec .textBlock .progressBarContainer {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.amenitieSection .two-sec .textBlock .progressBarContainer > div {
  width: 100%;
  text-align: center;
}
.amenitieSection .two-sec .textBlock .progressBarContainer > div.active p {
  color: #59c2ae;
  border-bottom: 1px solid #59c2ae;
  font-weight: 400;
}
.amenitieSection .two-sec .textBlock .progressBarContainer > div p {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
}
.amenitieSection .two-sec .textBlock .amenitiesTextSlider h3 {
  color: #ffffff;
  font-size: 30px;
}
.amenitieSection .two-sec .textBlock .download {
  font-weight: 700;
  text-decoration: underline;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 60px;
}
.amenitieSection .two-sec .textBlock .download:hover {
  color: #59c2ae;
}
.amenitieSection .two-sec .imgBlock {
  position: relative;
}
.amenitieSection .two-sec .imgBlock .amenitiesImgSlider {
  height: 100%;
}
.amenitieSection .two-sec .imgBlock .amenitiesImgSlider .slick-list {
  height: 100%;
}
.amenitieSection .two-sec .imgBlock .amenitiesImgSlider .slick-list .slick-track {
  height: 100%;
}
.amenitieSection .two-sec .imgBlock .amenitiesImgSlider .slick-list .slick-track img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 1300px) {
  .amenitieSection .two-sec .progressBarContainer {
    padding: 5% 0 10px;
  }
  .amenitieSection .two-sec .textBlock {
    padding: 15% 10%;
  }
  .amenitieSection .two-sec .arrows {
    width: 60px;
  }
}
@media all and (max-width: 992px) {
  .amenitieSection {
    padding: 10% 0 0;
  }
  .amenitieSection h3 {
    text-align: center;
  }
  .amenitieSection .two-sec {
    grid-template-columns: 100%;
  }
  .amenitieSection .two-sec .arrows {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: unset;
    position: relative;
    width: 100%;
    background-color: #1e1f23;
    text-align: center;
    height: 0;
  }
  .amenitieSection .two-sec .arrows img {
    margin: 0 auto;
    width: 70px;
    position: relative;
    top: -35px;
  }
  .amenitieSection .two-sec .textBlock .amenitiesTextSlider h3 {
    text-align: left;
  }
  .amenitieSection .two-sec .imgBlock {
    max-height: 60vh;
  }
  .amenitieSection .two-sec .imgBlock .amenitiesImgSlider {
    height: 60vh;
  }
}
@media all and (max-width: 767px) {
  .amenitieSection {
    padding: 15% 0 0;
    background-color: #1e1f23;
  }
  .amenitieSection h3 {
    text-align: left;
    margin-bottom: 5%;
    padding: 0% 10%;
    color: #59c2ae;
  }
  .amenitieSection .two-sec {
    margin: 0;
  }
  .amenitieSection .two-sec .textBlock {
    padding-top: 0;
  }
  .amenitieSection .two-sec .textBlock h3 {
    padding: 0;
  }
  .amenitieSection .two-sec .textBlock .download {
    margin-top: 0;
  }
  .amenitieSection .two-sec .imgBlock {
    max-height: 50vh;
  }
  .amenitieSection .two-sec .imgBlock .amenitiesImgSlider {
    height: 50vh;
  }
}
@media all and (max-width: 600px) {
  .amenitieSection .two-sec .textBlock .progressBarContainer {
    display: none;
  }
}

.homesSec h3 {
  text-align: center;
  color: #59c2ae;
  margin-bottom: 50px;
}
.homesSec .floorPlans .imgs {
  height: auto;
  position: relative;
  overflow: hidden;
  display: none;
}
.homesSec .floorPlans .imgs:first-child {
  display: block;
}
.homesSec .floorPlans .imgs img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media all and (max-width: 767px) {
  .homesSec .floorPlans .imgs {
    height: auto;
  }
  .homesSec .floorPlans .imgs img {
    position: unset;
  }
}
.homesSec .floorPlansName .desktopfilter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
}
.homesSec .floorPlansName .desktopfilter .nameTab p {
  color: #1e1f23;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  margin: 0 20px;
}
.homesSec .floorPlansName .desktopfilter .nameTab p::before {
  position: absolute;
  content: "";
  width: 0%;
  transition: all 0.5s ease 0.1s;
  height: 2px;
  background-color: #59c2ae;
  left: 0;
  bottom: 0;
}
.homesSec .floorPlansName .desktopfilter .nameTab:hover p, .homesSec .floorPlansName .desktopfilter .nameTab.active p {
  color: #59c2ae;
  text-align: center;
}
.homesSec .floorPlansName .desktopfilter .nameTab:hover p::before, .homesSec .floorPlansName .desktopfilter .nameTab.active p::before {
  width: 100%;
}
@media all and (max-width: 992px) {
  .homesSec .floorPlansName .desktopfilter {
    display: none;
  }
  .homesSec .floorPlansName .desktopfilter .nameTab p {
    font-size: 20px;
  }
}
.homesSec .floorPlansName .mobilefilter {
  text-align: center;
  margin-top: 30px;
}
.homesSec .floorPlansName .mobilefilter select {
  width: 250px;
  max-width: 100%;
  margin: 0 auto 0;
  padding: 10px;
  border-radius: 3px;
  -webkit-appearance: searchfield;
  -moz-appearance: searchfield;
  appearance: auto;
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  font-size: 18px;
}
@media all and (min-width: 992px) {
  .homesSec .floorPlansName .mobilefilter {
    display: none;
  }
}
.homesSec .dots .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
.homesSec .dots .slick-dots li {
  list-style: none;
  display: inline-block;
  margin-top: 40px;
  position: relative;
  width: 40px;
  text-align: center;
  cursor: pointer;
}
.homesSec .dots .slick-dots li::before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #1e1f23;
  content: "";
  position: absolute;
  opacity: 0.5;
}
.homesSec .dots .slick-dots li.slick-active::before {
  opacity: 1;
}
.homesSec .dots .slick-dots li button {
  display: none;
}
.homesSec .plansGrid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: space-between;
  position: relative;
}
.homesSec .plansGrid .img1 {
  position: absolute;
  left: 30%;
  width: 150px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.homesSec .plansGrid .img1 img {
  width: 100%;
}
.homesSec .plansGrid .img2 {
  position: absolute;
  z-index: -1;
  right: 30%;
  width: 150px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homesSec .plansGrid .img2 img {
  width: 100%;
}
.homesSec .plansGrid .plan {
  width: 33%;
  text-align: center;
  padding: 10px;
  margin-bottom: 50px;
}
.homesSec .plansGrid .plan h3 {
  font-size: 30px;
  color: #1e1f23;
  margin-bottom: 20px;
}
.homesSec .plansGrid .plan p {
  margin-bottom: 5px;
}
.homesSec .plansGrid .plan .planBtn {
  background-color: #1e1f23;
  display: block;
  font-weight: 700;
  color: #59c2ae;
  padding: 10px 30px;
  margin: 20px auto 0;
  width: 250px;
  max-width: 100%;
  font-size: 20px;
}
.homesSec .plansGrid .plan .planBtn:hover {
  text-decoration: none;
}
@media all and (max-width: 992px) {
  .homesSec .plansGrid .plan {
    width: 50%;
  }
  .homesSec .plansGrid .plan h3 {
    margin-top: 0;
  }
}
@media all and (max-width: 500px) {
  .homesSec .plansGrid .plan {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1550px) {
  .homesSec .plansGrid .img1 {
    left: 30%;
    width: 100px;
  }
  .homesSec .plansGrid .img2 {
    right: 30%;
    width: 100px;
  }
}
@media all and (max-width: 1200px) {
  .homesSec .plansGrid .img1 {
    left: 28.5%;
  }
  .homesSec .plansGrid .img2 {
    right: 28.5%;
  }
}
@media all and (max-width: 992px) {
  .homesSec .plansGrid .img1 {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .homesSec .plansGrid .img2 {
    justify-content: flex-end;
    align-items: flex-end;
    right: 0;
    margin: 0 auto;
    left: 0;
    bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .homesSec .plansGrid .img1 {
    display: none;
  }
  .homesSec .plansGrid .img2 {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .homesSec {
    padding: 0 0 10%;
  }
  .homesSec h3 {
    margin-top: 50px;
  }
}

.sitePlans {
  background-color: #59c2ae;
  padding: 5%;
}
.sitePlans .two-col-sec .headingBox {
  position: relative;
  width: 30%;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 50px;
}
.sitePlans .two-col-sec .headingBox img {
  width: 200px;
}
.sitePlans .two-col-sec .headingBox h3 {
  position: absolute;
  display: inline-block;
  transform: rotate(-90deg);
  top: 44%;
  text-align: center;
  right: 5%;
  font-size: 60px;
  margin: 0;
  width: 100%;
}
@media all and (max-width: 1700px) {
  .sitePlans .two-col-sec .headingBox img {
    width: 160px;
  }
  .sitePlans .two-col-sec .headingBox h3 {
    font-size: 50px;
  }
}
@media all and (max-width: 1500px) {
  .sitePlans .two-col-sec .headingBox h3 {
    right: 10%;
  }
}
@media all and (max-width: 1400px) {
  .sitePlans .two-col-sec .headingBox img {
    width: 140px;
  }
  .sitePlans .two-col-sec .headingBox h3 {
    font-size: 40px;
  }
}
@media all and (max-width: 1200px) {
  .sitePlans .two-col-sec .headingBox img {
    width: 140px;
  }
  .sitePlans .two-col-sec .headingBox h3 {
    right: 15%;
  }
}
@media all and (max-width: 992px) {
  .sitePlans .two-col-sec .headingBox {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
  .sitePlans .two-col-sec .headingBox img {
    display: none;
  }
  .sitePlans .two-col-sec .headingBox h3 {
    position: unset;
    transform: rotate(0deg);
    font-size: 35px;
  }
}
@media all and (max-width: 767px) {
  .sitePlans .two-col-sec .headingBox {
    padding-bottom: 30px;
  }
  .sitePlans .two-col-sec .headingBox h3 {
    font-size: 30px;
  }
}
.sitePlans .two-col-sec .planImg {
  width: 70%;
  position: relative;
}
.sitePlans .two-col-sec .planImg:before {
  position: absolute;
  background-color: #1e1f23;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  z-index: 7;
}
.sitePlans .two-col-sec .planImg img {
  position: relative;
}
.sitePlans .two-col-sec .planImg .bnBox {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.sitePlans .two-col-sec .planImg .bnBox a {
  color: #59c2ae;
  font-weight: 600;
  background-color: #1e1f23;
  padding: 10px 40px;
  display: inline-block;
  transition: 0.5s ease 0.1s;
}
.sitePlans .two-col-sec .planImg .bnBox a:hover {
  text-decoration: none;
  background-color: #59c2ae;
  color: #1e1f23;
}
.sitePlans .two-col-sec .planImg .btnBox {
  position: absolute;
  top: 0px;
  right: 20px;
  z-index: 9;
}
.sitePlans .two-col-sec .planImg .btnBox span {
  height: 50px;
  width: 15px;
  position: relative;
  display: block;
  margin: 0 auto 20px;
}
.sitePlans .two-col-sec .planImg .btnBox span::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #59c2ae;
  top: 0px;
  transition: all 1s ease 0.1s;
  left: 0;
}
.sitePlans .two-col-sec .planImg .btnBox span::after {
  transition: all 1s ease 0.1s;
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  right: 0;
  background-color: #59c2ae;
  top: 15px;
}
.sitePlans .two-col-sec .planImg .btnBox a {
  color: #59c2ae;
  font-weight: 600;
}
@media all and (max-width: 992px) {
  .sitePlans .two-col-sec .planImg {
    width: 100%;
  }
  .sitePlans .two-col-sec .planImg .btnBox {
    top: 0;
    position: relative;
    margin-top: 20px;
    text-align: center;
    text-decoration: underline;
  }
  .sitePlans .two-col-sec .planImg .btnBox span {
    display: none;
  }
}

.builderSec .textBox {
  width: 60%;
}
.builderSec .textBox .sub_head {
  text-transform: uppercase;
  font-weight: 400;
  color: #1e1f23;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: space-between;
}
.builderSec .textBox .sub_head span {
  width: 150px;
  height: 1.5px;
  background-color: #1e1f23;
  margin-left: 20px;
}
@media all and (max-width: 767px) {
  .builderSec .textBox .sub_head span {
    width: 60px;
  }
}
.builderSec .textBox h3 {
  color: #59c2ae;
  margin-bottom: 30px;
}
.builderSec .textBox .text {
  padding: 0 80px;
}
.builderSec .textBox .text p {
  margin-bottom: 30px;
  font-size: 20px;
}
.builderSec .textBox .text p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 992px) {
  .builderSec .textBox .text {
    padding: 0;
  }
  .builderSec .textBox .text p {
    font-size: 18px;
  }
}
@media all and (max-width: 992px) {
  .builderSec .textBox {
    width: 100%;
  }
}
.builderSec .imgBox {
  width: 40%;
  position: relative;
  padding-bottom: 5%;
}
.builderSec .imgBox .firstImg {
  width: 50%;
}
.builderSec .imgBox .secondImg {
  width: 60%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.builderSec .imgBox .logoBox {
  position: absolute;
  width: 300px;
  max-width: 100%;
  bottom: 0;
  left: 20%;
}
@media all and (max-width: 992px) {
  .builderSec .imgBox {
    padding-top: 0;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .builderSec .imgBox .logoBox {
    width: 150px;
  }
}

.passionSec .imgP {
  width: 40%;
}
.passionSec .textP {
  width: 60%;
}
.passionSec .textP p {
  font-size: 20px;
  margin-bottom: 30px;
}
.passionSec .textP .brokerName {
  font-weight: 400;
  margin-bottom: 0;
}
.passionSec .textP img {
  width: 250px;
  max-width: 100%;
}
@media all and (max-width: 992px) {
  .passionSec {
    padding-bottom: 0;
    padding-top: 15%;
  }
  .passionSec .imgP {
    width: 100%;
  }
  .passionSec .textP {
    width: 100%;
  }
  .passionSec .textP p {
    font-size: 18px;
  }
}

.registerSection .innerR {
  position: relative;
  display: flex;
  align-items: center;
}
.registerSection .innerR .imgBox {
  width: 60%;
  position: relative;
  top: 0;
  left: 0;
}
.registerSection .innerR .imgBox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
}
@media all and (max-width: 1280px) {
  .registerSection .innerR .imgBox {
    width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.registerSection .innerR .form {
  background-color: #1e1f23;
  width: 50%;
  position: absolute;
  right: 0;
  color: #ffffff;
}
.registerSection .innerR .form h3 {
  text-align: center;
  letter-spacing: 2px;
}
.registerSection .innerR .form p {
  text-align: center;
}
.registerSection .innerR .form .gform_wrapper {
  margin-top: 40px;
}
.registerSection .innerR .form .gform_wrapper .gform_body .gfield_label {
  display: none;
}
.registerSection .innerR .form .gform_wrapper .gform_body .gfield_label .gfield_required {
  display: none;
}
.registerSection .innerR .form .gform_wrapper .gform_body #field_4_15 .gfield_label {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.registerSection .innerR .form .gform_wrapper .gform_body #field_4_15 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.registerSection .innerR .form .gform_wrapper .gform_body #field_4_15::before {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  content: "Are you an Agent?";
}
@media only screen and (max-width: 1400px) {
  .registerSection .innerR .form .gform_wrapper .gform_body #field_4_15::before {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .registerSection .innerR .form .gform_wrapper .gform_body #field_4_15::before {
    font-size: 1.4rem;
  }
}
.registerSection .innerR .form .gform_wrapper .gform_body #field_4_15 legend {
  display: none !important;
}
.registerSection .innerR .form .gform_wrapper .gform_body #field_4_15 .ginput_container_radio .gfield_radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.registerSection .innerR .form .gform_wrapper .gform_body #field_4_15 .ginput_container_radio .gfield_radio input {
  display: none;
}
.registerSection .innerR .form .gform_wrapper .gform_body #field_4_15 .ginput_container_radio .gfield_radio .gchoice {
  display: flex;
  align-items: center;
  margin-left: 15px;
  position: relative;
}
.registerSection .innerR .form .gform_wrapper .gform_body #field_4_15 .ginput_container_radio .gfield_radio .gchoice label {
  cursor: pointer;
  padding-left: 23px;
}
.registerSection .innerR .form .gform_wrapper .gform_body #field_4_17 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.registerSection .innerR .form .gform_wrapper .gform_body #field_4_17 legend {
  display: none !important;
}
.registerSection .innerR .form .gform_wrapper .gform_body #field_4_17 .ginput_container_radio .gfield_radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.registerSection .innerR .form .gform_wrapper .gform_body #field_4_17 .ginput_container_radio .gfield_radio input {
  display: none;
}
.registerSection .innerR .form .gform_wrapper .gform_body #field_4_17 .ginput_container_radio .gfield_radio .gchoice {
  display: flex;
  align-items: center;
  margin-left: 15px;
  position: relative;
}
.registerSection .innerR .form .gform_wrapper .gform_body #field_4_17 .ginput_container_radio .gfield_radio .gchoice label {
  cursor: pointer;
  padding-left: 23px;
}
.registerSection .innerR .form .gform_wrapper .gform_body .custom-check {
  height: 13px;
  width: 13px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  pointer-events: none;
  top: 3px;
}
.registerSection .innerR .form .gform_wrapper .gform_body .gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: unset !important;
}
.registerSection .innerR .form .gform_wrapper .gform_body .gfield-choice-input:checked + label + .custom-check {
  border: 1px solid white;
}
.registerSection .innerR .form .gform_wrapper .gform_body .gfield-choice-input:checked + label + .custom-check .custom-check-inner {
  height: 9px;
  width: 9px;
  background-color: white;
  border-radius: 50%;
}
.registerSection .innerR .form .gform_wrapper .gform_body input[type=text],
.registerSection .innerR .form .gform_wrapper .gform_body input,
.registerSection .innerR .form .gform_wrapper .gform_body input[type=search],
.registerSection .innerR .form .gform_wrapper .gform_body input[type=email],
.registerSection .innerR .form .gform_wrapper .gform_body input[type=tel] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.registerSection .innerR .form .gform_wrapper .gform_body input[type=text]::placeholder,
.registerSection .innerR .form .gform_wrapper .gform_body input::placeholder,
.registerSection .innerR .form .gform_wrapper .gform_body input[type=search]::placeholder,
.registerSection .innerR .form .gform_wrapper .gform_body input[type=email]::placeholder,
.registerSection .innerR .form .gform_wrapper .gform_body input[type=tel]::placeholder {
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
}
.registerSection .innerR .form .gform_wrapper .gform_body select {
  border: none;
  border-bottom: 1px solid #ffffff;
}
.registerSection .innerR .form .gform_wrapper .gform_body .gfield_radio label {
  font-family: "Work Sans", sans-serif;
}
.registerSection .innerR .form .gform_wrapper .gform_footer .gform_button {
  background-color: transparent;
  border: none;
  color: #59c2ae;
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px solid #59c2ae;
  padding: 0 !important;
  letter-spacing: 1px;
}
.registerSection .innerR .form .gform_wrapper .gform_footer .gform_button:hover {
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
}
@media all and (max-width: 1500px) {
  .registerSection .innerR .form {
    width: 60%;
  }
}
@media all and (max-width: 1280px) {
  .registerSection .innerR .form {
    width: 90%;
    left: 0;
    margin: 0 auto;
    background-color: rgba(30, 31, 35, 0.95);
    position: relative;
  }
}
@media all and (max-width: 992px) {
  .registerSection .innerR .form {
    width: 100%;
  }
}
@media all and (max-width: 1280px) {
  .registerSection .innerR {
    padding: 10%;
  }
}
@media all and (max-width: 767px) {
  .registerSection .innerR {
    padding: 0;
  }
}
@media all and (max-width: 1280px) {
  .registerSection {
    padding: 0;
  }
}

.blogSec {
  padding-top: 0;
  padding-bottom: 0;
}
.blogSec .outSlid {
  position: relative;
  padding: 0 30px;
}
.blogSec .outSlid .arrowsB > div {
  top: 34%;
  position: absolute;
  cursor: pointer;
}
.blogSec .outSlid .arrowsB .nextB {
  right: 0;
}
.blogSec .outSlid .arrowsB .prevB {
  left: 0;
}
.blogSec .outSlid .arrowsB .prevB img {
  transform: rotate(180deg);
}
.blogSec .outSlid .arrowsB img {
  margin: 0 auto;
  width: 70px;
  position: relative;
}
.blogSec .outSlid .blogsSlider {
  margin-top: 30px;
}
.blogSec .outSlid .blogsSlider .blog {
  margin: 0 10px;
}
.blogSec .outSlid .blogsSlider .blog:hover .imgBox::before, .blogSec .outSlid .blogsSlider .blog:hover .imgBox::after {
  height: 80%;
}
.blogSec .outSlid .blogsSlider .blog:hover .imgBox .blogBtn {
  opacity: 1;
}
.blogSec .outSlid .blogsSlider .blog:hover .imgBox img {
  opacity: 0.8;
}
.blogSec .outSlid .blogsSlider .blog .imgBox {
  height: 400px;
  position: relative;
  background-color: #000000;
}
.blogSec .outSlid .blogsSlider .blog .imgBox::before {
  background-color: #59c2ae;
  width: 20px;
  height: 0%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 1s ease 0.1s;
}
.blogSec .outSlid .blogsSlider .blog .imgBox::after {
  transition: all 1s ease 0.1s;
  background-color: #59c2ae;
  width: 20px;
  height: 0%;
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  z-index: 1;
}
.blogSec .outSlid .blogsSlider .blog .imgBox .blogBtn {
  transition: all 1s ease 0.1s;
  position: absolute;
  right: 0;
  z-index: 2;
  background-color: #59c2ae;
  color: #ffffff;
  padding: 10px 50px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Overpass", sans-serif;
  opacity: 0;
}
.blogSec .outSlid .blogsSlider .blog .imgBox .blogBtn:hover {
  text-decoration: none;
  background-color: #1e1f23;
}
.blogSec .outSlid .blogsSlider .blog .imgBox img {
  transition: all 1s ease 0.1s;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.blogSec .outSlid .blogsSlider .blog .blog-title {
  color: #59c2ae;
  text-transform: uppercase;
  font-family: "Overpass", sans-serif;
  font-size: 25px;
  margin-top: 20px;
  display: block;
}
@media all and (max-width: 992px) {
  .blogSec .outSlid {
    padding: 0 20px;
  }
  .blogSec .outSlid .blogsSlider .blog .imgBox {
    height: 300px;
  }
}
@media all and (max-width: 767px) {
  .blogSec .outSlid {
    padding: 0px;
  }
}
@media all and (max-width: 1280px) {
  .blogSec {
    padding-bottom: 5%;
  }
}

.thankyouBanner {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
  align-items: center;
}
.thankyouBanner .textBox {
  padding: 10%;
}
.thankyouBanner .textBox h2 .green {
  color: #59c2ae;
}
.thankyouBanner .textBox p {
  font-size: 20px;
  font-weight: 400;
}
.thankyouBanner .imgBox img {
  width: 100%;
}
@media all and (max-width: 992px) {
  .thankyouBanner {
    grid-template-columns: 100%;
  }
}

.featuresSec {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.featuresSec .headingBox {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
.featuresSec .headingBox h3 {
  margin-bottom: 30px;
}
.featuresSec .headingBox h3 span {
  display: inline;
  color: #59c2ae;
}
.featuresSec .headingBox p {
  font-weight: 400;
}
.featuresSec .headingBox .bnBox {
  margin-top: 30px;
}
.featuresSec .headingBox .bnBox a {
  color: #59c2ae;
  font-weight: 600;
  background-color: #1e1f23;
  padding: 10px 40px;
  display: inline-block;
  transition: 0.5s ease 0.1s;
}
.featuresSec .headingBox .bnBox a:hover {
  text-decoration: none;
  background-color: #59c2ae;
  color: #1e1f23;
}
.featuresSec .outterS {
  position: relative;
  margin-top: 50px;
}
.featuresSec .outterS .GalBox .imgBox img {
  width: 100%;
}
.featuresSec .outterS .arrowsF {
  left: 30px;
  bottom: 30px;
  text-align: center;
  display: flex;
  column-gap: 10px;
  position: absolute;
}
.featuresSec .outterS .arrowsF > div {
  cursor: pointer;
}
.featuresSec .outterS .arrowsF img {
  margin: 0 auto;
  width: 70px;
  position: relative;
}
@media all and (max-width: 992px) {
  .featuresSec .outterS .arrowsF {
    left: 10px;
    bottom: 10px;
  }
  .featuresSec .outterS .arrowsF img {
    width: 30px;
  }
}

.RSVPSec {
  padding-top: 5%;
  padding-bottom: 5%;
}
.RSVPSec .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px;
  align-items: flex-start;
}
.RSVPSec .two-col .textBox h2 {
  color: #59c2ae;
}
.RSVPSec .two-col .infoBox .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.RSVPSec .two-col .infoBox .inner .in {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.RSVPSec .two-col .infoBox .inner .in:last-child {
  justify-content: flex-end;
}
.RSVPSec .two-col .infoBox .inner .in .head {
  opacity: 0.5;
  margin-bottom: 10px;
  font-weight: 400;
}
.RSVPSec .two-col .infoBox .inner .in p {
  margin-bottom: 0;
}
.RSVPSec .two-col .infoBox .inner .in a {
  color: #59c2ae;
  text-decoration: underline;
  font-weight: 400;
}
@media all and (max-width: 992px) {
  .RSVPSec .two-col {
    grid-template-columns: 100%;
    grid-gap: 30px;
  }
  .RSVPSec .two-col .infoBox .inner {
    grid-template-columns: 100%;
  }
}

.formSec {
  padding-top: 0;
}
.formSec .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px;
  align-items: center;
}
.formSec .two-col .formbox .gform_body input {
  border: none;
  border-bottom: 2px solid #000000;
  padding-left: 0 !important;
}
.formSec .two-col .formbox .gform_footer input {
  background-color: #59c2ae;
  border: none;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  padding: 10px 60px !important;
}
@media all and (max-width: 992px) {
  .formSec .two-col {
    grid-template-columns: 100%;
    grid-gap: 30px;
  }
}

.page-template-template-rsvp .header .nav {
  display: none;
}

.grandRSVP .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #59c2ae;
  color: #fff;
}
.grandRSVP .select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}
.grandRSVP .select2-selection .select2-selection__rendered {
  color: #000 !important;
  padding-left: 0 !important;
}
.grandRSVP .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #000;
}
.grandRSVP .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}
.grandRSVP select {
  color: #000;
}
.grandRSVP #field_7_10 {
  position: relative;
}
.grandRSVP #field_7_10::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #ffffff;
  opacity: 0.5;
  z-index: 99;
}
.grandRSVP #field_7_7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.grandRSVP #field_7_7::before {
  font-family: "work sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 1.8rem;
  content: "Are you a broker?";
}
@media only screen and (max-width: 1400px) {
  .grandRSVP #field_7_7::before {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .grandRSVP #field_7_7::before {
    font-size: 1.4rem;
  }
}
.grandRSVP #field_7_7 legend {
  display: none !important;
}
.grandRSVP #field_7_7 .ginput_container_radio .gfield_radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.grandRSVP #field_7_7 .ginput_container_radio .gfield_radio input {
  display: none;
}
.grandRSVP #field_7_7 .ginput_container_radio .gfield_radio .gchoice {
  display: flex;
  align-items: center;
  margin-left: 15px;
  position: relative;
}
.grandRSVP #field_7_7 .ginput_container_radio .gfield_radio .gchoice label {
  cursor: pointer;
  padding-right: 23px;
  color: #000000;
}
.grandRSVP .custom-check {
  height: 17px;
  width: 17px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  pointer-events: none;
  border: 1px solid #000000;
}
.grandRSVP .custom-check .custom-check-inner {
  height: 11px;
  width: 11px;
  background-color: transparent;
  border-radius: 50%;
}
.grandRSVP .gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: unset !important;
}
.grandRSVP .gfield-choice-input:checked + label + .custom-check .custom-check-inner {
  background-color: #59c2ae;
}

.whatknow .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.whatknow .two-col .textBox {
  background-color: #1E1F23;
  padding: 10%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.whatknow .two-col .textBox h2 {
  color: #ffffff;
}
.whatknow .two-col .textBox h2 span {
  color: #59c2ae;
  display: block;
}
.whatknow .two-col .textBox p {
  color: #ffffff;
}
.whatknow .two-col .textBox p strong {
  color: #59c2ae;
}
.whatknow .two-col .imgBox img {
  width: 100%;
}
@media all and (max-width: 992px) {
  .whatknow .two-col {
    grid-template-columns: 100%;
  }
}

.blogBanner {
  padding-left: 40px;
}
.blogBanner .bannerInner {
  background-color: #000000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 700px;
}
.blogBanner .bannerInner::before {
  background-color: #59c2ae;
  width: 20px;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 1s ease 0.1s;
}
.blogBanner .bannerInner::after {
  transition: all 1s ease 0.1s;
  background-color: #59c2ae;
  width: 20px;
  height: 80%;
  content: "";
  position: absolute;
  right: 0%;
  bottom: 0;
  z-index: 1;
}
.blogBanner .bannerInner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  position: absolute;
}
.blogBanner .bannerInner .headsec {
  position: absolute;
  width: 100%;
  text-align: left;
  padding: 5%;
}
.blogBanner .bannerInner .headsec h3 {
  color: #59c2ae;
}
.blogBanner .bannerInner .headsec h3 span {
  color: #ffffff;
}
.blogBanner .bannerInner .headsec .date {
  color: #ffffff;
  font-weight: 600;
}
@media all and (max-width: 1400px) {
  .blogBanner .bannerInner {
    height: 600px;
  }
}
@media all and (max-width: 992px) {
  .blogBanner .bannerInner {
    height: 500px;
  }
  .blogBanner .bannerInner .headsec {
    padding: 10%;
  }
}
@media all and (max-width: 767px) {
  .blogBanner {
    padding: 0;
  }
  .blogBanner .bannerInner {
    height: 400px;
  }
}

.blogCont h1, .blogCont h2, .blogCont h3, .blogCont h4, .blogCont h5, .blogCont h6, .blogCont p.serif {
  color: #59c2ae;
}
.blogCont a {
  color: #000;
  text-decoration: underline;
}
.blogCont .btnBox {
  text-align: right;
  margin-top: 30px;
}
.blogCont .btnBox .btnBack {
  background-color: #59c2ae;
  color: #ffffff;
  padding: 10px 50px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Overpass", sans-serif;
}
.blogCont .btnBox .btnBack:hover {
  text-decoration: none;
}

/*# sourceMappingURL=main.css.map */
