/*
Theme Name: Nucleus
Theme URI: https://beswifty.com/
Author: Team Swifty
Author URI: https://beswifty.com/
Version: 1.0.0
License: GNU General Public License v2 or later
*/


/* ===== Global Styles ===== */
html {
  font-size: 100%;
}


h2.section-title {
  font-size: 2.75rem;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
  position: relative;
}

h3.section-sub-title,
h3.section-subtitle {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
}
.section-discription{
  margin-bottom: 30px;
}
h2.small-font {
  font-size: 1.125rem;
}

h1.hero-title {
  font-size: 5rem;
  line-height: 1.2;
}

h1.section-title {
  font-size: 3.38rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 9;
  position: relative;
  padding: 0 15px;
}

header .container,
footer .container {
  max-width: 1500px;
  padding: 0 15px;
}

.center-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.two-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

form input[type="text"],
form input[type="email"],
form input[type="number"],
form select,
form textarea {
  border-bottom: 1px solid;
}

p {
  font-size: 1.16rem;
  line-height: 1.8;
  margin: 0 0 20px;
  font-weight: 400;
}
p:empty{
  display: none;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

a.btn:hover {
  opacity: 0.75;
}
.section-content ul, .section-discription ul{
  list-style: disc;
  list-style-position: inside;
}
.section-content ul li, .section-discription ul li{
  line-height: 1.8;
}
.section-content p {
  letter-spacing: 0.5px;
}
.section-content {
  margin-bottom: 20px;
}
.hover-color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.slidein-form .field-type-time_to_call .formmangr-form-lbl-shrt,
.amp-popup .field-type-time_to_call .formmangr-form-lbl-shrt{
  position: relative;
  top: 0;
  margin-bottom: 0;
}
.slidein-form .formmangr-row .formmangr-input, .slidein-form .formmangr-row select.formmangr-form-dd, .slidein-form .formmangr-row .formmangr-field textarea,
.amp-popup .formmangr-row .formmangr-input, .amp-popup .formmangr-row select.formmangr-form-dd, .amp-popup .formmangr-row .formmangr-field textarea{
  padding: 15px;
}

.rounded-devider {
  width: 15px;
  height: 15px;
  content: "";
  position: relative;
  border-radius: 50%;
  left: 50%;
  bottom: 0px;
  display: block;
  margin-top: 15px;
}
/*  for long header css  add this css in style.css below the menu*/
.hidemenu {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

section.neighborhood .nbp-fliter-dropdown,
.swifty-gallery-mobile-tabs-dropdown,
.mobile-home-flp-filter {
 
  margin: 0;
  width: 100%;
  padding: 20px;
}
.swifty-gallery-mobile-tabs-dropdown select,
.mobile-home-flp-filter select,
.swifty-gallery-mobile-tabs-dropdown select {
  width: 100%;
  background: #fff;
  border: none;
  padding: 10px;
  text-align: center;
  display: block;
  border-radius: 0px;
  border: 1px solid;
  color: #000 !important;
}
.mobile-only {
  display: none;
}
/* ====== Header styles ===== */
header {
  display: flex;
  flex-flow: wrap;
  position: fixed;
  z-index: 9999;
  width: 100%;
  transition: all 0.5s ease;
  flex-direction: column;
}
.header-inner {
  text-align: right;
  font-size: 0;
  min-height: 102px;
}
header .container {
  max-width: 100%;
}

header.fixed .header-inner {
  border-bottom: none;
}
.header-bottom,
.header-top {
  padding: 0 100px;
  transition: all 0.5s ease;
}

.header-contact {
  padding: 10px 0px;
}
.header-contact span {
  font-weight: 300;
}
.header-contact .header-call a {
  font-weight: 600;
}
.header-contact-inner span {
  font-weight: 500;
  font-size: 1.125rem;
}
.header .main-menu-wrapper,
.header .header-cta {
  width: calc(48% - 100px);
}

.header-contact-inner span a {
  font-weight: 700;
}

header .fixed-header-bg {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

header.fixed .fixed-header-bg {
  opacity: 1;
}

header .main-menu-wrapper {
  flex: 1;
  display: inline-block;
  vertical-align: top;
}

header ul.main-menu {
  display: flex;
  margin: 0;
  flex-flow: row;
/*   gap: 15px; */
}

header ul.main-menu li.menu-item {
  width: auto;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  padding: 14px;
}
header ul.main-menu li.menu-item .menu-item-link:after{
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: all 0.3s ease 0s;
  border-bottom: 2px solid;
}
header ul.main-menu li.menu-item .menu-item-link:hover::after,
header ul.main-menu li.menu-item.active .menu-item-link:after {
  width: 100%;
}

header .menu-trigger {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  transition: all 0.5s ease;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  text-align: right;
  top: 0;
  right: 0;
  color: #0000 !important;
  z-index: 99;
  max-width: 40px;
}

header .menu-trigger span {
  position: absolute;
  width: 40px;
  height: 0px;
  border-bottom: 3px solid;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
}

header .menu-trigger span:first-child {
  top: calc(50% - 10px);
}

header .menu-trigger span:last-child {
  top: calc(50% + 10px);
}

header .logo-section {
  padding: 10px 0;
  transition: all 0.5s ease 0s;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  justify-content: center;
  display: flex;
  vertical-align: top;
  padding: 0;
  position: relative;
  text-align: center;
}

header .logo-section a.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
header.above-two-cta-btn .logo-section .header-logo{
text-align: left;
}
header.above-two-cta-btn .logo-section .header-logo a.logo{
  justify-content: start;
}
header .logo-section .header-logo {
  width: 260px;
}
header .logo-section a.logo img,.main-menu-panel a.main-logo img {
  width: auto;
  transition: all 0.5s ease 0s;
  max-height: 90px;
  height: auto;
  object-fit: contain;
  object-position: left center;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.main-menu-panel a.main-logo img {
  width: 100%;
}
header .logo-section a.logo {
  max-width: 260px;
}
.main-menu-panel a.main-logo .header-logo-text {
  max-width: 250px;
}
.main-menu-panel .logo-section {
  display: flex;
}

.main-menu-panel .header-logo-img a.main-logo {
  margin: 0;
  width: auto;
  display: block;
  float: left;
  max-width: 200px;
}
.main-menu-panel .logo-section .header-logo-img, .main-menu-panel .logo-section .header-logo-text {
  display: flex;
}
header .logo-section a.logo .header-logo-text {
  padding: 5px 0;
}
header .logo-section a.logo .text-logo,
footer .text-logo
{
  font-size: 1.7rem;
  margin: 0px;
  font-weight: 700;
}
.main-menu-panel a.main-logo .header-logo-img img {
  height: 70px;
}
.main-menu-panel a.main-logo .header-logo-img {
  max-width: 200px;
}
.main-menu-panel .header-logo-text .text-logo {
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 10px;
}
header .logo-section a.sticky-logo {
  display: none;
  transition: all 0.5s ease 0s;
}
header.collapsed .logo-section {
  height: 102px;
  transition: all 0.5s ease;
  justify-content: center;
  display: flex;
  align-items: center;
}


header.collapsed .logo-section a.main-logo {
  display: none;
  transition: all 0.5s ease 0s;
}
header.collapsed .logo-section a.sticky-logo {
  display: inline;
  height: 100%;
}

header.collapsed .logo-section a.logo img {
  max-height: 60px;
  transition: all 0.5s ease;
}
header .right-menu {
  display: flex;
  flex-flow: column;
  justify-content: center;
  flex-grow: 1;
}

header .right-menu .right-menu-top {
  text-align: right;
  padding-right: 20px;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}

header .menu-tab {
  position: fixed;
  z-index: 999;
  width: 135px;
  height: 60px;
  top: 50%;
  transform: rotate(-90deg);
  line-height: 25px;
  left: 162px;
  transition: all 0.5s ease 0s;
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.4));
}

.header-cta {
  padding: 25px 0 25px 20px;
  position: relative;
  display: flex;
  vertical-align: middle;
  text-align: right;
  justify-content: end;
}
header.fixed .header-cta{
  padding: 10px 0 10px 20px;
  transition: all 0.5s ease 0s;

}
.header-cta a.btn {
  display: inline-block;
  margin: 0px;
  white-space: nowrap;
  font-weight: 700;
  margin-left: 15px;
  padding: 16px 26px;
  text-transform: uppercase;
}
.above-two-cta-btn .header-cta {
flex-grow: 1;
}
header.above-two-cta-btn .menu-trigger{
margin-right: 10px;
}
.above-two-cta-btn .main-menu-wrapper{
  flex: none;
}
.above-two-cta-btn .logo-section{
/* margin-left: 20px; */
}
a.btn-border,
a.btn-border:hover {
  border: 2px solid;
}

.navbar-fixed-top {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}

.main-menu-panel {
  display: block;
  position: fixed;
  width: 100%;
  max-width: 500px;
  height: 100%;
  padding: 20px;
  z-index: 9999;
  transition: all 0.5s ease 0s;
  top: 0;
  right: -100%;
  background: #000;
  transform: translateX(0);
  overflow-x: hidden;
}

.main-menu-panel.open {
  right: 0;
}

.main-menu-panel .social-bar {
  width: 100%;
}

.main-menu-panel .mobile-menu {
  display: flex;
  width: 100%;
}

.main-menu-panel ul.main-menu {
  text-align: left;
  height: auto;
  margin: 0;
 /*  -ms-column-count: 2;
  -o-column-count: 2;
  -moz-column-count: 2;
  -khtml-column-count: 2;
  column-count: 2; */
  width: 100%;
  margin-top: 30px;
}

.main-menu-panel a.menu-logo {
  max-width: 150px;
  margin: 0;
  width: auto;
  height: 55px;
  display: flex;
}
/* .main-menu-panel a.menu-logo img{

} */

.main-menu-panel ul.main-menu li.menu-item {
  float: left;
  display: block;
  width: 100%;
  padding: 0;
  order: 100;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(-50px);
  opacity: 0;
  position: relative;
}

.main-menu-panel.open ul.main-menu li.menu-item {
  transform: translateY(0);
  opacity: 1;
  position: relative;
}

.main-menu-panel ul.main-menu li.menu-item a.menu-item-link {
  display: block;
  width: 100%;
  padding: 15px 25px !important;
  font-size: 1.2rem;
  font-weight: 400;

  transition: all 0.5s ease 0s;
  line-height: 1.2;
}

.main-menu-panel ul.social-links {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.main-menu-panel ul.social-links li.social-icon {
   width: 35px;
  height: 35px;
}

.main-menu-panel ul.social-links li.social-icon a {
  width: 20px;
  height: 20px;
}
.main-menu-panel ul.social-links li.social-icon a svg{
  height: 100%;
  width: 100%;
}


.main-menu-panel .menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  opacity: 1;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  font-size: 3.125rem;
  line-height: 40px;
  display: block;
  text-align: center;
  transform: rotate(45deg);
    z-index: 999;
}

.main-menu-panel .menu-close:hover {
  opacity: 1;
}

.main-menu-panel .header-cta {
  display: block;
  padding-top: 0px;
}

.main-menu-panel .header-cta a.btn {
  display: inline-block;
  margin: 0 5px 0 0;
}

.main-menu-panel .address {
  padding: 20px 0;
}

.main-menu-panel .address a span {
  padding: 10px 0;
}

.main-menu-panel .contact {
  margin: 20px 0 20px;
}

.main-menu-panel .contact a {
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
}

.main-menu-panel .contact a span {
  font-weight: 400;
  display: block;
  padding-bottom: 10px;
}

.main-menu-panel .contact a {
  padding-top: 10px;
}
.main-menu-panel .header-cta {
  text-align: left;
  padding-left: 0;
  display: flex;
  flex-flow: wrap;
  justify-content: start;
  gap: 10px;
  margin-top: 40px;
}
.header ul.main-menu li.menu-item a.menu-item-link {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* ====== End Header styles ===== */

/* ====== Start intro common style ===== */

section.intro-type-2 {
  padding-top: 220px;
  padding-bottom: 100px;
  text-align: center;
  margin-top: -120px;
}
section.inner-intro.intro-type-2 h2.section-title:before {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-15px);
}
/* Main Container */
.main-content {
  transition: all 0.5s ease;
  contain: paint;
}

/* ====== Home Page styles ===== */
section.hero-banner + section.home-slider-floorplan{
  padding-top: 15vw;
    margin-top: -130px;
    padding-bottom: 4vw;
}
section.hero-banner {
  position: relative;
  opacity: 1;
  z-index: 99;
  background: #fff;
  transition: all 0.5s ease 0s;
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 120px),
    75% 100%,
    0% calc(100% - 120px)
  );
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 120px),
    75% 100%,
    0% calc(100% - 120px)
  );
  min-height: 100vh;
}

section.hero-banner .hero-container.container {
  width: 70vw;
  max-width: 1640px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  padding-bottom: 200px;
  z-index: 3;
}

section.hero-banner .slider {
  border-radius: 0;
  overflow: hidden;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
}

section.hero-banner .slider .slick-list {
  height: 100%;
}

section.hero-banner .slider .slick-list .slick-track {
  height: 100%;
  min-width: 100vw !important;
}

section.hero-banner .slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

section.hero-banner .slide-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.hero-banner .slide-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

section.hero-banner .slide-flex-wrapper {
  height: 100%;
  z-index: 9;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

section.hero-banner .slide-content-box {
  height: auto;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center;
}

section.hero-banner .slide-flex-wrapper .container {
  height: auto;
  position: relative;
}

section.hero-banner .slide-flex-wrapper .container .slide-content {
  color: #fff;
  position: relative;
  padding: 0px;
  overflow: hidden;
  min-height: 350px;
  text-align: center;
  width: 100%;
}
section.hero-banner .video-content {
  height: auto;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 150px 0;
  text-align: center;
  margin: 0 auto;
}

section.hero-banner .slide-flex-wrapper .container .slide-content .caption-bg,
section.hero-banner .video-content .caption-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  opacity: 0.5;
}

section.hero-banner .slide-flex-wrapper .container .slide-content h1.hero-title,
section.hero-banner .video-content h1.hero-title {
  margin-bottom: 20px;
  margin-top: 0px;
  font-weight: 700;
  text-transform: none;
}
section.hero-banner h2.hero-subtitle {
  font-size: 2.063em;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.4;
  display: inline-block;
}

section.hero-banner .hero-paragraph {
  line-height: 1.5;
  display: block;
  width: 100%;
  font-weight: 400;
  letter-spacing: 1px;
  max-width: 700px;
  margin: 0 auto 20px;
}

section.hero-banner .hero-paragraph p {
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.2px;
  font-size: 1.25rem;
}

section.hero-banner .slider-container .slick-dots {
  display: block;
  text-align: center;
  padding: 0 10px;
  bottom: 6vw;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1560px;
  z-index: 9;
  left: 50%;
}
section.home-slider-floorplan .slick-dots {
  display: block;
  text-align: center;
  padding: 0 10px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1560px;
  z-index: 9;
  left: 50%;
  bottom: -60px;
}
section.hero-banner .slider-container .slick-dots > li,
section.home-slider-floorplan .slick-dots > li {
  display: inline-block;
  border-radius: 0;
  overflow: hidden;
  margin: 15px;
  width: 20px;
  height: 20px;
  display: inline-block;
  transform: rotate(45deg);
}
section.hero-banner .slider-container .slick-dots > li.slick-active,
section.home-slider-floorplan .slick-dots > li.slick-active{
  border: 2px solid #fff;
  padding: 2px;
}
/* section.hero-banner .slider-container .slick-dots > li:first-child {
  margin-left: 0;
} */

 .slick-dots > li button {
  font-size: 0;
  line-height: 20px;
  width: 20px;
  height: 20px;
  opacity: 0.5;
  color: #fff;
  display: block;
  text-align: center;
  background-color: #fff;
}

section.hero-banner .slider-container .slick-dots > li.slick-active button, 
section.home-slider-floorplan .slick-dots > li.slick-active button {
  opacity: 1;
  border: 1px solid transparent;
  margin-left: -1px;
  margin-top: -1px;
  width: 14px;
  height: 14px;
}

.slick-dots li button:before {
  display: none;
}

section.hero-banner .slider-container .slick-dots > li.slick-active button,
section.home-slider-floorplan .slick-dots > li.slick-active button {
  opacity: 1;
}

section.hero-banner .slider-container .slick-dots > li button:before 
section.home-slider-floorplan .slick-dots > li.slick-active button:before {
  font-size: 8px;
}

section.hero-banner .slider-container .slick-dots > li:only-child {
  display: none;
}

section.hero-banner .video-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

section.hero-banner .video-wrapper iframe.youtube-video {
  height: 120vh;
  width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

section.hero-banner .video-wrapper .video-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}
.hero-slider {
  overflow: hidden;
}
section.hero-banner .hero-slider button.slick-prev {
  left: 25px;
  transform: translate(0, -50%);
}

section.hero-banner .hero-slider button.slick-next {
  right: 25px;
}

section.hero-banner .banner-img {
  width: 100%;
}

section.hero-banner section.hero-banner {
  height: 100vh;
}
section.hero-banner .section-buttons {
  display: flex;
  gap: 10px;
  overflow: hidden;
  justify-content: center;
  flex-flow: wrap;
}
section.hero-banner .hero-container,
section.hero-banner .video-slider-outer-wrapper,
section.hero-banner .video-slider-outer,
section.hero-banner .video-gallery-slider,
section.hero-banner .video-gallery-slider ul.slides,
section.hero-banner li.single-video-slide,
section.hero-banner .video-bg.auto-thumbnail {
  height: 100%;
}

section.hero-banner .slick-slide {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
}

slick-dots li button {
  border: 1px solid;
  border-radius: 50%;
}

body button.slick-arrow {
  width: 4.6875vw;
  height: 4.6875vw;
  opacity: 1;
  z-index: 9;
}

button.slick-arrow.slick-disabled {
  opacity: 0.5;
}

body .slick-prev:before,
body .slick-next:before {
  background-position: center;
  font-size: 3.125rem;
  text-align: center;
  width: 100%;
  display: block;
  opacity: 1;
}

/* .rounded-img-wrapper .image-wrapper {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-left: -15%;
} */

/* .rounded-img-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 50%;
} */

body button.slick-next {
  right: 45px;
}

.bg-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.1;
  z-index: -1;
}
img.intro-pattern {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25%;
  height: auto;
  right: -5%;
}
img.intro-pattern.to-left {
  right: auto;
  left: -5%;
}
/* .scroll-down {
  width: 75px;
  height: 75px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid;
  bottom: -100px;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 9;
}

a.scroll-trigger {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-right: 2px solid;
  z-index: 99;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 2px;
  border-bottom: 2px solid;
  color: inherit;
}

a.scroll-trigger:before {
  content: "";
  width: 0;
  height: 84px;
  position: absolute;
  left: -2px;
  transform: rotate(-45deg);
  bottom: -13px;
  border-left: 2px solid;
}

a.scroll-trigger:after {
  content: "";
  width: 0;
  height: 78px;
  position: absolute;
  left: -50px;
  transform: rotate(-45deg);
  top: -88px;
  border-left: 2px solid;
}

.scroll-down:hover {
  bottom: -120px;
} */

.luxury-life-stripe {
  position: absolute;
  width: 100%;
  height: 150px;
  top: 150px;
}

/* ====== Socail Media Bar ===== */
section.social-bar {
  text-align: center;
}

section.social-bar h2 {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

section.social-bar ul.social-links {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 0;
}

section.social-bar ul.social-links li.social-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 5px;
  position: relative;
}

section.social-bar ul.social-links li.social-icon a {
  position: absolute;
  text-align: center;
  border: 1px solid;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
}

section.social-bar ul.social-links li.social-icon a:after {
  font-size: 0.938rem;
  display: none;
}

section.social-bar ul.social-links li.social-icon a svg {
  width: auto;
  height: 15px;
}

/* ====== Image Text Block styles ===== */
.image-text-block {
  /* display: flex;
  flex-flow: wrap; */
  position: relative;
}

.image-text-block .col {
  position: relative;
}

.image-text-block .it-image-section {
  background-size: cover;
  background-position: center;
  margin-right: 50px;
  width: 100%;
  height: 100%;
  max-height: 960px;
  overflow: hidden;
}

.image-text-block .it-container {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  align-items: center;
}

.image-text-block .amnety-header .container {
  width: 100%;
  max-width: 1500px;
  display: block;
  margin: 0 auto;
  z-index: 9;
  position: relative;
  padding: 0px;
}

.image-text-block .it-container .image-wrapper .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  z-index: 5;
}

.image-text-block .it-section h2.section-title {
  margin: 0;
}

.image-text-block .it-section .it-content-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-text-block .it-section .it-content-wrapper .section-buttons {
  display: none;
}

.image-text-block .title-logo-bug {
  margin-bottom: 30px;
}

.image-text-block.image-position-left .col.left-col.home-intro-slider-wrapper {
  margin-top: 80px;
  margin-left: calc(50% - 735px);
}

.reverse .amnety-header .col-6 {
  float: left;
}

.image-text-block.image-position-right .col.right-col .amnety-list,
.image-text-block.image-position-left .col.right-col .amnety-list {
  width: 100%;
  order: 2;
  padding: 50px 0;
  margin-top: -200px;
}

.image-text-block .it-container .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amnety-header .top-bar,
.amnety-header .bottom-bar {
  width: 50%;
  z-index: 6;
}

.neighborhood-intro .intro-content {
  max-width: 780px;
  margin: 0 auto;
}

/* ====== Home Intro ===== */
section.home-intro {
  padding-top: 15vw;
  margin-top: -130px;
  padding-bottom: 17vw;
  z-index: 9;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: -2px;
}

.intro-slider-container {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.home-intro .intro-heading,
.home-intro .intro-content {
  width: 50%;
  padding: 0 15px;
}
.home-intro .no-intro-img .intro-heading,
.home-intro .no-intro-img .intro-content {
  width: 100%;
  text-align: center;
}

.home-intro .intro-heading h2 {
  padding-top: 30px;
}

.home-intro .intro-heading h3 {
  padding-bottom: 15px;
  margin-bottom: 0px;
}

.home-intro .home-intro-slider-wrapper {
  order: 2;
  width: 35vw;
  height: 35vw;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  right: 7.5%;
  top: 50%;
  transform: translateY(-50%);
  top: calc(50% + 5vw);
}

.home-intro .home-intro-slider-wrapper .it-image-section {
  height: 100%;
}

.home-intro .home-intro-slider-wrapper .it-image-section .intro-slider {
  height: 100%;
  overflow: hidden;
}
.home-intro
  .home-intro-slider-wrapper
  .it-image-section
  .intro-slider
  .slick-list,
.home-intro
  .home-intro-slider-wrapper
  .it-image-section
  .intro-slider
  .slick-list
  .slick-track {
  height: 100%;
}
.home-intro .home-intro-slider-wrapper .slide-bg {
  height: 100%;
}
.home-intro .home-intro-slider-wrapper .slide-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-intro .intro-box-right .equal-height {
  flex-direction: column;
}
section.intro-type-1 {
  padding: 20vw 0;
  margin-top: 10px;
  z-index: 2;
  margin-top: -120px;
}
section.intro-type-1:before {
  content: "";
  width: 2px;
  height: 50%;
  background: #cbcbcb;
  position: absolute;
  right: 75%;
  top: 0;
  margin-right: -3px;
  transition: all 0.5s ease;
}
.home-intro img.intro-pattern {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25%;
  height: auto;
  right: -5%;
}
section.home-intro img.intro-pattern {
  top: calc(50% + 5vw);
}
section.home-intro:before {
  content: "";
  width: 1px;
  height: 50%;
  background: #cbcbcb;
  position: absolute;
  left: 75%;
  top: 0;
  margin-left: -3px;
  transition: all 0.5s ease;
}

/* ====== End intro slider ===== */

/* ====== Home Page styles ===== */
/* section.home-intro + section {
  padding-top: 200px;
} */

section.home-floorplans {
  margin: 0;
  list-style: none;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
section.home-floorplans .home-flp-content-outer .container {
  max-width: 1020px;
  margin: 0 auto;
}
section.home-floorplans .home-flp-content-outer .col {
  margin: 0 auto;
}
.home-flp-content-outer {
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    calc(50% + 250px) 100%,
    50% calc(100% - 240px),
    calc(50% - 250px) 100%
  );
  clip-path: polygon(
    0% 0%,
    100% 0%,
    calc(50% + 250px) 100%,
    50% calc(100% - 240px),
    calc(50% - 250px) 100%
  );
  position: relative;
  padding-bottom: 280px;
}
section.home-floorplans .slick-slide {
  text-align: center;
  font-size: 5rem;
  cursor: pointer;
  margin-right: 20px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  transform-origin: center bottom;
}
section.hero-banner + section.home-floorplans {
  margin-top: -134px;
}
section.hero-banner + section.home-floorplans .home-flp-slider-outer{
  margin-top: -120px;
}
section.hero-banner + section.home-floorplans .floorplans-container .flp-slider-wrapper .home-floorplans-slider button.slick-prev, section.hero-banner + section.home-floorplans .floorplans-container .flp-slider-wrapper .home-floorplans-slider button.slick-next{
top: -12vw;
}
section.hero-banner + section.home-floorplans .home-flp-content-outer {
  padding-top: 18vw;
  -webkit-clip-path: polygon(0% 0,100% 0,100% calc(100% - 120px),25% 100%,0% calc(100% - 120px));
    clip-path: polygon(0% 0,100% 0,100% calc(100% - 120px),25% 100%,0% calc(100% - 120px));
    position: static;
}
section.hero-banner + section.home-floorplans .home-flp-content-outer:before {
  content: "";
  width: 100%;
  height: 94px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.home-floorplans .slick-slide[aria-hidden="true"] {
  opacity: 1;
  transition: all 0.5s ease;
}

section.home-floorplans .slick-slide[aria-hidden="false"] {
  opacity: 1;
  transition: all 0.5s ease;
}

section.home-floorplans .slick-slide .floorplan-slide-img {
  padding: 30px 20px;
  max-width: 50%;
  margin: 0 auto;
  position: relative;
}

section.home-floorplans .slick-slide .floorplan-slide-img img {
  max-height: 310px;
  object-fit: contain;
  object-position: center center;
  height: 350px;
  margin: 0 auto;
}

section.home-floorplans .slick-slide .floorplan-slide-details {
  position: relative;
  margin: 0px auto 0px;
  text-align: left;
  opacity: 1;
  transition: all 0.5s ease;
  padding: 0px;
  max-width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: start;
  height: 345px;
  opacity: 0;
  padding-left: 50px;
  justify-content: flex-end;
}
section.home-floorplans .slick-slide.slick-active .floorplan-slide-details {
  opacity: 1;
}

section.home-floorplans .slick-slide.slick-active .floorplan-slide-details {
  opacity: 1;
}

section.home-floorplans .slick-slide .floorplan-slide-details h2 {
  font-size: 2rem;
  width: 100%;
  text-transform: uppercase;
  display: block;
  padding: 0 0 15px 0;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 10px;
}

section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath {
  margin-bottom: 30px;
}

section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath span {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 10px 0;
  display: block;
  text-align: center;
}

section.home-floorplans .filter {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 750px;
  margin: 0 auto;
}
section.home-floorplans .filter .home-flp-desktop-filters{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

}
section.home-floorplans .filter span {
  display: block;
  position: absolute;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  top: -30px;
}

section.home-floorplans .filter .filter-item {
  width: 170px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-transform: uppercase;
  border-left: 1px solid;
  cursor: pointer;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.home-floorplans .filter .filter-item:first-child {
  border-left: 0;
}

section.home-floorplans .col.flp-slider {
  position: relative;
  display: flex;
  flex-flow: column;
  padding-right: 50px;
}

section.home-floorplans .col.flp-slider .slick-list .slick-track img {
  max-height: 480px;
  position: absolute;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  object-fit: contain;
  object-position: center center;
}

section.home-floorplans .col.flp-slider-tab {
  padding: 0;
}

section.home-floorplans .col.flp-slider-tab .floorplans-text {
  padding: 40px 25px;
  width: 100%;
  padding-left: 0;
  position: relative;
}

.mobile-home-flp-filter {
  display: none;
}

section.home-floorplans .floorplans-container {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  order: 2;
}

section.home-floorplans .floorplans-container.active {
  opacity: 1;
  display: flex;
  transition: all 0.5s ease 0.5s;
  height: auto;
}

section.home-floorplans .floorplans-container .floorplans-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
}

section.home-floorplans
  .floorplans-container
  .floorplans-slider
  .floorplan-slide-img {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 480px;
  max-height: 350px;
}

section.home-floorplans
  .floorplans-container
  .floorplans-slider
  .floorplan-slide-img
  img {
  width: 100%;
  max-height: 480px;
  object-fit: contain;
}

section.home-floorplans .floorplans-container .property-btn {
  padding: 40px 0;
  margin: 50px 0 0;
  position: relative;
}

section.home-floorplans .floorplans-container .property-btn:before {
  content: "";
  width: 100vw;
  left: calc(-1 * (50vw + 150px));
  position: absolute;
  height: 100%;
  top: 0;
}

section.home-floorplans .floorplans-container .floorplans-text {
  padding: 40px 25px;
  width: 100%;
  max-width: 540px;
}
.floorplan-slide-img:after,
.floorplan-slide-details:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0.5;
}
.floorplans-slick .slick-next,
.floorplans-slick .slick-prev {
  width: 75px;
  height: 75px;
  top: -70px;
  right: auto;
  left: 50%;
  z-index: 99;
  border: 1px solid;
  color: inherit;
  transform: rotate(45deg);
}
.floorplans-slick .slick-next:before,
.floorplans-slick .slick-prev:before {
  content: "";
  width: 40px;
  border-top: 3px solid;
  left: 15px;
  top: 36px;
  position: absolute;
  transform: rotate(-45deg);
  color: inherit;
}

.floorplans-slick .slick-next:after,
.floorplans-slick .slick-prev:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right: 17px;
  top: 38px;
  border-top: 3px solid;
  border-right: 3px solid;
  transform: rotate(0deg);
  z-index: 1;
  border-radius: 0px;
}

section.home-floorplans
  .floorplans-container
  .flp-slider-wrapper
  .home-floorplans-slider
  button.slick-next {
  left: auto;
  right: calc(61% - 147px);
}
section.home-floorplans .container .col-6 {
  padding: 0 15px;
}
section.home-floorplans
  .floorplans-container
  .flp-slider-wrapper
  .home-floorplans-slider
  button.slick-prev {
  left: -96px;
}

.floorplans-slick .slick-prev:after {
  left: 20px;
  top: 38px;
  transform: rotate(-180deg);
}
.floorplans-slick .slick-next:after {
  top: 23px;
  left: 35px;
}
.floorplans-slick .slick-next:before{
  left: 13px;
  top: 38px;
}
.slick-prev.slick-disabled:after,
.slick-next.slick-disabled:after,
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}
.slick-active .floorplan-slide-img:after,
.slick-active .floorplan-slide-details:after {
  display: none;
}

.floorplan-slide-img:after,
.floorplan-slide-details:after {
  background-color: #ffffff;
}

.home-flp-slider-outer {
  position: relative;
  margin-top: -170px;
}
.flp-slidery {
  position: relative;
  padding: 100px 25px 25px;
  padding-left: calc(50% - 200px);
}

section.home-floorplans .floorplans-slick {
  padding: 20px 15px 0px;
  width: 100%;
  max-width: 960px;
}

section.home-floorplans .floorplans-slick .slick-list {
  overflow: visible;
}
section.home-floorplans .flp-slider-wrapper.active {
  opacity: 1;
  display: flex;
  transition: all 0.5s ease 0.5s;
  height: auto;
}

section.home-floorplans .slick-slide.slick-active + .slick-slide {
  opacity: 0.5;
}

/* ====== Home Page Gallery Slider ===== */
/* ====== Home Page Tabs ===== */
section.tabs-block {
  padding: 0;
  position: relative;
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 120px),
    25% 100%,
    0% calc(100% - 120px)
  );
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 120px),
    25% 100%,
    0% calc(100% - 120px)
  );
	z-index: 9;
}
.tabs-block .tab-image {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 35vw;
  height: 35vw;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  left: 15%;
  top: calc(243px - 5.2vw);
}
.tabs-block .container-full {
  z-index: 9;
}
section.tabs-block .container-full .col-6 {
  position: relative;
}
section.tabs-block .home-tabs-block-bg {
  width: 100%;
  height: calc(100% - 240px);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.tabs-block .tab-image img {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.tabs-block .property-logo-img.tab-image .flp-pmc-logo {
  max-width: 200px;
  height: auto;
  width: auto;
  left: 50%;
  top: 50%;
  translate: inherit;
  transform: translate(-50%, -50%);
}
.tabs-block .tab-image.active {
  display: block;
}

section.tabs-block .tabs-amenities-images {
  padding: 0;
  position: relative;
  z-index: 1;
  min-height: 450px;
}
.tab-content-wrap .home-amne-desc{
  margin-bottom: 10px;
}
/* section.tabs-block .tabs-amenities-images .tab-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

section.tabs-block .tabs-amenities-images .tab-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.tabs-block .tabs-amenities {
  max-width: 100%;
  background: transparent;
  padding: 120px 0;
  min-height: 52.5vw;
}
section.tabs-block:after {
  content: "";
  width: 2px;
  height: calc(100% - 300px);
  background: #3e3e3e;
  position: absolute;
  right: 75%;
  top: 0;
  margin-right: -3px;
  top: auto;
  bottom: 0;
  transition: all 0.5s ease 0s;
}
/* / -------fixed left-side-------- / */
/* .sticky-img-section .sticky-img-col{
  position: sticky;
  top: 0;
  z-index: 1000;
  transform: translateX(-21%) translateY(calc(240px - 5.2vw));
} */
/* .tabs-block .tab-image.fixed-pos{
  position: fixed;
  left: calc(8% - 10px);
  top: calc(252px - 5.2vw);
} */

/* #amenities img.intro-pattern.fixed-pos{
  position: fixed;
top: 252px;
} */

section.tabs-block .tabs-amenities .tabs-nav {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
}
.tabs-block img.intro-pattern.from-top {
  top: calc(240px);
  transform: none;
}
section.tabs-block .tabs-amenities .tabs-nav li {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-right: 60px;
  position: relative;
  border: 1px solid;
}
section.tabs-block .tabs-amenities .tabs-nav li:before {
  width: calc(100% + 80px + 4px - 120px);
  height: calc(100% + 4px);
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  content: "";
  position: absolute;
  background: #ffffff;
}
section.tabs-block .tabs-amenities .tabs-nav li:after {
  content: "";
  position: absolute;
  height: calc(100% + 80px + 4px - 120px);
  width: calc(100% + 4px);
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: #ffffff;
}
section.tabs-block .tabs-amenities .tabs-nav li.active a,
section.tabs-block .tabs-amenities .tabs-nav li a:hover {
  background-color: #dee1e2;
  border-color: #bcc3c4;
  color: #1e343a;
}

section.tabs-block .tabs-amenities .tabs-nav li a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  position: relative;

  padding: 20px 25px;
  font-size: 20px;
  z-index: 2;
  transition: all 0.5s ease;
}

section.tabs-block .tabs-amenities .tabs-nav li .tab-line {
  width: 100%;
  position: absolute;
  height: 8px;
  bottom: 45px;
  left: 0;
  transition: all 0.5s ease 0s;
}

section.tabs-block .tabs-amenities .tabs-nav li a .col-bg {
  margin-top: 130px;
  transition: all 0.5s ease 0s;
  filter: grayscale(100);
  height: calc(100% - 180px);
  overflow: hidden;
  border-radius: 0;
}

section.tabs-block .tabs-amenities .tabs-nav li.active a .col-bg {
  margin-top: 0;
  filter: grayscale(0);
  height: calc(100% - 60px);
}

section.tabs-block .tabs-amenities .tabs-nav li.active a .col-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.tabs-block .tabs-amenities .tabs-stage {
  clear: both;
  position: relative;
  opacity: 1;
}

section.tabs-block .tabs-amenities .tabs-stage .tab-content {
  position: relative;
  padding: 20px 0px 0;
  transition: all 0.5s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}

section.tabs-block
  .tabs-amenities
  .tabs-stage
  .tab-content
  .tab-content-wrap
  ul.amenities-grid {
  min-height: 100px;
  padding-bottom: 50px;
  columns: 2;
  min-height: 50px;
  padding-left: 20px;
}

section.tabs-block
  .tabs-amenities
  .tabs-stage
  .tab-content
  .tab-content-wrap
  ul.amenities-grid
  li {
  font-weight: 400;
  font-size: 1.163rem;
  position: relative;
  padding-left: 0px;
  line-height: 30px;
  margin-bottom: 5px;
  list-style: disc;
}
section.tabs-block .tabs-amenities-images img {
  width: 100%;
}

section.tabs-block .tabs-heading-blk {
  padding: 5px 0px;
  max-width: 700px;
}
.tab-content-wrap .tabs-heading-blk .home-amne-desc ul{
  list-style: disc;
  list-style-position: inside;
}
#tabs-block .text-color-light.active span {
  color: #fff;
  font-weight: 700;
}

section.tabs-block .tab-content .tab-image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;

  width: 100%;
  height: 100%;
}

section.tabs-block .tab-content .tab-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
section.tabs-block .tabs-amenities .amenities-grid-wrap {
   overflow-y: auto;
}

/* ====== Home Image Gallery Section ===== */
.home-gallery .container-full {
  position: relative;
  padding: 130px 0 100px;
  min-height: calc(30vw + 330px);
  z-index: 9;
}

#home-gallery .section-content {
  max-width: 660px;
  margin: 30px auto 0;
}

#home-gallery .gallery-grid-modular {
  display: flex;
  flex-flow: wrap;
}

#home-gallery .gallery-grid-modular .magnific-img {
  width: calc(33.33% - 10px) !important;
  height: 32vw !important;
  margin: 0 15px 15px 0 !important;
  position: relative;
}

#home-gallery .gallery-grid-modular .magnific-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-gallery .col-5 {
  padding: 0 15px;
}
.home-gallery .text-content-wrapper {
  padding-right: 50px;
}

/* .home-gallery .image-slider-container {
  margin-top: 50px;
} */

.home-gallery .image-slider {
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  position: absolute;
  width: 55vw;
  right: 0;
  top: 80px;
  z-index: 9;
}
.slides.home-gallery-nav {
  width: 80%;
  margin-left: -10px;
  /* padding-left: 80px; */
}
.home-gallery .text-content-wrapper .magnific-img {
  height: 100%;
}

.home-gallery .text-content-wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* / ====== Home Page Gallery Slider ===== /  */
.image-slider-container {
  position: relative;
  width: 100%;
  height: auto;
}
.image-slider-container .gallery button.slick-arrow {
  width: 50px;
  height: 50px;
  z-index: 99;
  background-color: #946c00;
}

.image-slider-container .gallery button.slick-arrow:before {
  color: #fff !important;
  font-size: 30px;
}

.image-slider-container .gallery button.slick-arrow.slick-prev {
  left: 0;
}

.image-slider-container .gallery button.slick-arrow.slick-next {
  right: 0;
}

.image-slider-container .gallery .slick-list {
  margin: 0;
}
.only-heading-gallary .slick-home-gallery{
  -webkit-clip-path:none;
  clip-path: none;
}
.home-gallery.only-heading-gallary .container-full{
  min-height: auto;
  padding: 130px 0 130px;
}
.home-gallery.only-heading-gallary .image-slider{
  position: relative;
  margin: 0 auto;
  top: 30px;
  padding: 0;
}
.home-gallery.only-heading-gallary .slides.home-gallery-nav{
  margin: 0 auto;
  padding-left: 0;
}
.slick-home-gallery {
  width: 100%;
  overflow: visible;
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.only-heading-gallary.home-gallery .col-5{
  width: 100%;
  text-align: center;
}

.slick-home-gallery .single-side a {
  display: block;
}
.slick-home-gallery .single-side a img {
  display: block;
  height: 30vw;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.slides.home-gallery-nav .slick-slide img {
  display: block;
  width: calc(100% - 20px);
  height: 8vw;
  margin: 20px 10px 0;
  object-fit: cover;
  cursor: pointer;
  opacity: .5;
}
.slides.home-gallery-nav .slick-slide.slick-active.slick-current img{
opacity: 1;
}
.home-gallery-nav .slick-next,
.home-gallery-nav .slick-prev {
  width: 50px;
  height: 50px;
  z-index: 99;
  border: 1px solid;
  color: inherit;
  transform: rotate(45deg);
}
.home-gallery-nav .slick-next:before,
.home-gallery-nav .slick-prev:before {
  content: "";
  width: 30px;
  border-bottom: 3px solid;
  color: inherit;
  left: 8px;
  top: 24px;
  position: absolute;
  transform: rotate(-45deg);
  height: 0px;
}
.home-gallery-nav .slick-next:after,
.home-gallery-nav .slick-prev:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right: 13px;
  top: 13px;
  border-top: 3px solid;
  border-right: 3px solid;
  transform: rotate(0deg);
  z-index: 1;
  border-radius: 0px;
}
.home-gallery-nav .slick-next {
  right: -70px;
}
.home-gallery-nav .slick-prev {
  transform: rotate(224deg);
  left: -70px;
}

/*====== End Home Page Gallery Slider ===== */

/* ====== CTA Slider to Columns styles ===== */
section.multipurpose-boxes {
  background-size: cover;
  background-position: center bottom;
  transition: all 0.3s ease;
  position: relative;
}
section.hero-banner + section.multipurpose-boxes,
.tabs-block + section.multipurpose-boxes {
  padding-top: 200px;
  margin-top: -130px;
/*   z-index: -1; */
}
section.multipurpose-boxes:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.55;
}
section.multipurpose-boxes .cta-columns .cta-slider-big {
  display: none;
}

section.multipurpose-boxes .cta-columns .cta-columns-wrap {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
  justify-content: start;
  position: relative;
  z-index: 9;
}
section.multipurpose-boxes .cta-columns .cta-columns-wrap.singleCtaCol{
  justify-content: center;
}
section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item {
  position: relative;
  left: auto;
  top: auto;
  z-index: auto;
  padding: 0;
  cursor: pointer;
  width: calc(50% + 50px);
  -webkit-clip-path: polygon(
    25% 0%,
    75% 0%,
    100% 50%,
    75% 100%,
    25% 100%,
    0% 50%
  );
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  margin: 15px 0;
  height: 320px;
}
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item:nth-child(2) {
  margin-top: -160px;
  margin-left: calc(50% - 110px);
  margin-bottom: -160px;
}
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item:last-child {
  margin-bottom: 0px;
}

.multipurpose-boxes .box-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1.01);
  transition: all 0.4s ease 0s;
  background-size: cover;
  background-position: center center;
}

section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item:last-child {
  margin-right: 0;
}
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item
  .box-img
  img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  opacity: 0.4;
}

section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item
  .mp-box-content {
  position: relative;
  height: auto;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 9;
  display: inline-block;
  text-align: left;
  left: 50%;
  width: 100%;
  padding: 15px 17%;
}

/* section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item:hover
  .box-img {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  height: auto;
} */

section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item
  .mp-box-content
  h2 {
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  margin-top: 0;
}

section.multipurpose-boxes .cta-btns {
  display: none;
}

section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item
  .mp-box-content
  h3 {
  font-size: 1.8rem;
  margin: 0;
  letter-spacing: 0.75px;
  font-weight: 400;
}

section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item
  .mp-box-content
  .mp-box-arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  right: 0;
  bottom: 50px;
  transition: all 0.5s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item
  .mp-box-content
  .mp-box-arrow
  svg {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-content: center;
}

section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item:hover
  .mp-box-content
  .mp-box-arrow {
  opacity: 1;
}

.multipurpose-boxes .cta-btns {
  position: relative;
  font-size: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 30px auto;
  display: inline-block;
  padding: 30px;
}
.multipurpose-boxes .cta-arrows {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%) rotate(45deg);
  border: 2px solid;
  width: 70px;
  height: 70px;
  z-index: 1;
  transition: all 0.5s ease;
}
.multipurpose-boxes .cta-arrows .cta-btns {
  transform: rotate(-45deg) translateX(-42px);
  left: 49%;
  top: -27px;
  margin: 0;
  display: block;
}
.multipurpose-boxes .cta-arrows .cta-btns:before {
  content: "";
  width: 36px;
  left: 12px;
  top: 29px;
  border-bottom: 3px solid;
  color: inherit;
  position: absolute;
  height: 0;
}
.multipurpose-boxes .cta-arrows .cta-btns:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: 13px;
  top: 24px;
  border-top: 3px solid;
  border-right: 3px solid;
  transform: rotate(45deg);
}

/* ====== Gallery Slider ====== */
.gallery {
  position: relative;
  max-width: 100%;
  border-radius: 4px;
  height: 100%;
}

.gallery .slick-list {
  overflow: hidden;
}

.gallery .slick-slide {
  outline: none !important;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background-color: #e6e6e6;
  z-index: 10;
  cursor: pointer;
  transition: background 0.3s ease;
}

.gallery-arrow:hover {
  background: #d0dfe6;
}

.gallery-arrow.mod-prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}

.gallery-arrow.mod-next {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.gallery-item {
  position: relative;
  float: left;
  vertical-align: middle;
  text-align: center;
}

.gallery-img-holder {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: auto;
}

.gallery-img {
  width: 100%;
  height: 100%;
}

.slick-lightbox .slick-arrow {
  z-index: 10;
}

/* ====== Google Map Section ===== */
section.map-wrapper {
  height: 45vw;
  min-height: 540px;
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 120px),
    25% 100%,
    0% calc(100% - 120px)
  );
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 120px),
    25% 100%,
    0% calc(100% - 120px)
  );
}
.content-blocks section.map-wrapper:last-child {
  clip-path: none;
  margin-bottom: -100px;
  height: 45vw;
}

/* ====== Footer CTA Section ===== */
section.footer-cta {
  position: relative;

  background-blend-mode: multiply;
}

section.footer-cta .bg-pattern {
  position: absolute;
  top: 10%;
  left: auto;
  right: 0;
  height: 90%;
  transform: translateX(10%);
  opacity: 0.15;
  background-repeat: no-repeat;
}

section.footer-cta.two-columns .cta-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

section.footer-cta.two-columns .cta-container .footer-cta-img {
  width: 100%;
}

section.footer-cta.two-columns .cta-container .footer-cta-img {
  overflow: hidden;
  width: 35vw;
  height: 35vw;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  left: 7.5%;
  position: absolute;
  top: calc(50% + 13px);
  transform: translateY(-50%);
}
section.footer-cta.two-columns .cta-container .footer-cta-img .image-wrap {
  display: flex;
  height: 100%;
}

section.footer-cta.two-columns .cta-container .footer-cta-img .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-cta {
  padding: 150px 0;
}
.footer-cta .footer-cta-text.container {
  min-height: 40vw;
  display: flex;
  flex-flow: wrap;
}
.footer-cta .footer-cta-text.container .col-6.text-wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.footer-cta:before {
  content: "";
  width: 2px;
  height: 50%;
  background: #cbcbcb;
  position: absolute;
  right: 75%;
  top: 0;
  margin-right: -3px;
  transition: all 0.5s ease;
}

/* section.footer-cta.two-columns .cta-container .footer-cta-text {
  z-index: 2;
  padding: 15vw 0 100px;
  max-width: 920px;
} */

/* section.footer-cta.two-columns .cta-container .footer-cta-text .text-wrap {
  padding: 40px;
} */

section.footer-cta.overlapping-text-box {
  padding: 240px 0;
  background-position: center center;
  background-size: cover;
}

.overlapping-text-box .cta-container {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  position: initial;
}

.overlapping-text-box .cta-container .center-block {
  justify-content: center;
}

.overlapping-text-box .footer-cta-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.overlapping-text-box .footer-cta-img .image-wrap {
  height: 100%;
  position: relative;
}

.overlapping-text-box .footer-cta-text {
  position: relative;
}

.overlapping-text-box .footer-cta-img .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.overlapping-text-box .footer-cta-logo .image-wrap img {
  position: absolute;
  top: 10%;
  right: 0;
  height: 90%;
  transform: translateX(10%);
  width: auto;
  opacity: 0.15;
}

.overlapping-text-box .footer-cta-text {
  width: 100%;
  position: relative;
  z-index: 1;
}

.overlapping-text-box .footer-cta-text.center-text .section-content {
  margin: 0 auto;
}

.overlapping-text-box .footer-cta-text .text-wrap {
  padding: 0px;
  text-align: left;
  display: flex;
}

.overlapping-text-box .footer-cta-text .text-wrap h2.section-title {
  margin-bottom: 10px;
  text-align: left;
  margin-top: 0;
}

.overlapping-text-box .footer-cta-text .text-wrap h3.section-sub-title {
  text-align: center;
}

.overlapping-text-box .cta-container .section-buttons {
  display: none;
}

.overlapping-text-box .cta-container .content-wrapper {
  display: flex;
  flex-flow: wrap;
  align-content: center;
}

section.footer-cta .section-buttons a.btn {
  margin: 5px 10px 5px 0;
  font-weight: 400;
}

.overlapping-text-box .footer-cta-text .text-wrap .headdings-wrapper {
  width: 40%;
  padding-right: 50px;
}

.overlapping-text-box .footer-cta-text .text-wrap .content-wrapper {
  width: 60%;
}

section.footer-cta.overlapping-text-box .footer-cta-text.center-text h2,
section.footer-cta.overlapping-text-box .footer-cta-text.center-text h3,
section.footer-cta.overlapping-text-box
  .footer-cta-text.center-text
  .section-content,
section.footer-cta.overlapping-text-box
  .footer-cta-text.center-text
  .section-buttons {
  text-align: center;
}

section.footer-cta .footer-cta-text.center-text h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.overlapping-text-box .cta-container .footer-cta-img .top-bar.reverse {
  right: auto;
  left: 0;
  height: 90px;
}

.overlapping-text-box .cta-container .footer-cta-img .top-bar.reverse:after {
  width: 0;
  height: 0;
  border-top: 90px solid #fff;
  border-right: 135px solid transparent;
  position: absolute;
  left: 100%;
  bottom: 0;
  border-bottom: 0;
}

.overlapping-text-box .cta-container .footer-cta-img .bottom-bar.reverse {
  right: 0;
  left: auto;
  height: 90px;
}

.overlapping-text-box .cta-container .footer-cta-img .bottom-bar.reverse:after {
  width: 0;
  height: 0;
  border-bottom: 90px solid #fff;
  border-left: 135px solid transparent;
  position: absolute;
  left: auto;
  right: 100%;
  bottom: 0;
  border-top: 0;
}

a.single-mobile-cta {
  width: 100%;
  text-align: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.45);
  border-right: 1px solid;
  color: #fff !important;
  font-size: 36px;
}

a.single-mobile-cta span {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}

/*===== Footer =====*/
footer.footer {
  transition: all 0.5s ease;
  padding: 150px 0 25px;
  -webkit-clip-path: polygon(0% 90px, 25% 0%, 100% 90px, 100% 100%, 0% 100%);
  clip-path: polygon(0% 90px, 25% 0%, 100% 90px, 100% 100%, 0% 100%);
  margin-top: -100px;
  position: relative;
  z-index: 9;
}

section.site-footer {
  display: flex;
  flex-flow: wrap;
  padding: 10px 15px;
}

.footer-left {
  flex-grow: 1;
  padding: 50px 0;
}

.footer-left img {
  display: block;
  max-width: 230px;
  margin: 0 auto;
}

.footer ul.social-links {
  display: block;
  margin: 0;
  font-size: 0;

  margin-top: 10px;
  padding-bottom: 25px;
  padding-left: 0;
}

.footer ul.social-links li.social-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 5px 10px 5px 0px;
  position: relative;
}

.footer ul.social-links li.social-icon a {
  text-align: center;
  border-radius: 50%;
  border: 1px solid;
}

.footer ul.social-links li.social-icon a svg {
  width: auto;
  height: 16px;
}

.footer ul.social-links li.social-icon a:after {
  font-size: 1.5rem;
  display: none;
}

.footer .contact {
  font-size: 1rem;
  line-height: 1.6;

  text-transform: lowercase;
  margin: 30px 0;
  margin-top: 0px;
}

.footer .contact a {
  word-break: break-all;
}

.footer .footer-logo-img img {
  display: block;
  max-width: 150px;
}

.footer .address {
  font-size: 1rem;

  line-height: 1.8;
}

.footer .contact a,
.footer .address a {
  display: inline-block;
}

.footer .container .footer-menu {
  padding: 0;

  position: relative;
}

.footer .container-wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.footer-bottom {
  margin-top: 30px;
}

.footer li.footer-menu-item {
  font-size: 1rem;
  line-height: 2;
  display: inline-block;
  width: 49%;
  padding-right: 50px;
  margin-bottom: 25px;
}

.footer li.footer-menu-item a.menu-item-link {
  text-transform: none;
  font-weight: 400;
  padding: 0 25px;
  margin: 5px 0;
  font-size: 1rem;
  position: relative;
}

.footer li.footer-menu-item:last-child a:after {
  display: none;
}

.copyright-area {
  padding: 0px;
  display: flex;
  flex-grow: 1;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.copyright-area p {
  margin-bottom: 0px;
  font-size: 1rem;
}

.copyright-text {
  display: inline-block;
  width: auto;
  margin-right: 15px;
}

ul.policy-nav {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0;
}

ul.policy-nav li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  position: relative;
  font-size: 1rem;
}

ul.policy-nav li:after {
  content: "";
  width: 6px;
  height: 0;
  border-bottom: 6px solid;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  margin-top: -3px;
  left: -5px;
}

.property-icons {
  display: inline-block;
  margin-left: auto;
}

.property-icons li.single-prop-icon {
  display: inline-block;
  width: 30px;
  margin: 0 4px;
  vertical-align: middle;
}
.property-icons li.single-prop-icon img {
  width: 100%;
  height: auto;
}

.text-color-light.property-icons li.single-prop-icon img {
  width: 100%;
  height: auto;
}
.text-color-dark.attribution a.cb-logo-link img {
  filter: brightness(1) invert(1);
}
.text-color-light .single-prop-icon img[src$=".svg"] {
  filter: invert(100%) brightness(100) contrast(100);
}
ul.property-icons-list {
  margin: 0;
}

.attribution {
  padding-left: 20px;
  display: flex;
  vertical-align: middle;
  text-align: center;
}

.attribution a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.attribution a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  height: auto;
  height: 40px;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 700;
}

footer .contact,
footer .address {
  font-size: 1.125rem;
  line-height: 1.5;
}

footer .contact {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer .contact .callus {
  display: block;
  font-weight: 600;
}

.footer .contact .phone-no,
.footer .contact .email {
  display: block;
  font-weight: 600;
}

/* ====== Form Section ===== */
section.form-section .form-wrap {
  position: relative;
  z-index: 1;
  padding: 50px 40px;
}

section.form-section .form-wrap .subcol {
  margin: 0;
  width: 50%;
}

section.form-section .form-img-col img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  top: 0px;
  left: 0px;
}

section.form-section .form-wrap .subcol .form-outer {
  padding: 20px 0;
}

section.form-section .form-wrap .subcol .formmangr-col {
  width: 100%;
  margin-bottom: 25px;
  flex-grow: 1;
  padding: 0 12px;
}

section.form-section .form-wrap .subcol .formmangr-row {
  display: flex;
  margin-bottom: 20px;
  min-height: 30px;
  width: 100%;
  flex-flow: wrap;
}

section.form-section .form-wrap .subcol .formmangr-field {
  display: flex;
  width: 100%;
  position: relative;
}
.formmangr-field label {
  position: absolute;
  left: 0;
  top: -7px;
  transition: all 0.3s ease;
}
.field-type-pets .formmangr-field label,
.field-type-contact_by .formmangr-field label {
  position: relative;
  top: 0;
}
.field-type-pets .formmangr-field:hover label,
.field-type-contact_by .formmangr-field:hover label {
  top: 0;
}
.formmangr-field:hover label {
  top: -20px;
}
section.form-section .form-wrap .subcol .formmangr-col.field-type-comment {
  width: 100%;
}

section.form-section .form-wrap .subcol div#submit {
  padding-left: 12px;
}

section.form-section .form-sec-bg {
  position: absolute;
  width: calc(50% - 100px);
  overflow: hidden;
  z-index: 5;
  top: 0;
  right: 0;
  height: 100%;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 50%);
}
section.form-section .image-position-right {
  width: 50%;
}

section.form-section .image-position-right .form-sec-bg {
  position: relative;
  z-index: 0;
  padding-left: 15px;
}

section.form-section .image-position-right .form-sec-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.form-section button.formmangr-button.formmangr-button-submit:hover {
  padding: 22px 120px 18px 40px;
}
section.form-section button.formmangr-button.formmangr-button-submit:before {
  width: 55px;
  height: 0;
  content: "";
  position: absolute;
  right: 20px;
  border-bottom: 2px solid;
  top: 50%;
  margin-top: 0px;
  transition: all 0.5s ease 0s;
}
section.form-section button.formmangr-button.formmangr-button-submit:after {
  width: 12px;
  height: 12px;
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  content: "";
  transform: rotate(45deg);
  right: 20px;
  top: calc(50% - 5px);
  transition: all 0.5s ease 0s;
}
section.form-section button.formmangr-button.formmangr-button-submit:hover:before {
  right: 40px;
}
section.form-section button.formmangr-button.formmangr-button-submit:hover:after {
  right: 40px;
}
section.form-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 67% 0, 100% 60%);
  clip-path: polygon(100% 0, 67% 0, 100% 60%);
}
section.form-section .form-wrap .subcol .formmangr-col {
  width: 50%;
  margin-bottom: 25px;
  flex-grow: 1;
  padding: 0 12px;
}
section.form-section .form-wrap .subcol .formmangr-row {
  display: flex;
  margin-bottom: 20px;
  min-height: 30px;
  width: 100%;
  flex-flow: wrap;
}
section.form-section .form-wrap .subcol .formmangr-field {
  display: flex;
  width: 100%;
}

section.form-section .form-wrap .subcol .formmangr-field-label,
section.form-section
  .form-wrap
  .subcol
  .field-type-referral
  .formmangr-field
  label.show,
section.form-section
  .form-wrap
  .subcol
  .field-type-unit_type
  .formmangr-field
  label.show,
section.form-section
  .form-wrap
  .subcol
  .field-type-pets
  .formmangr-field
  label.show,
section.form-section
  .form-wrap
  .subcol
  .field-type-contact_by
  .formmangr-field
  label.show,
section.form-section
  .form-wrap
  .subcol
  .field-type-time_to_call
  .formmangr-field
  label.show,
section.form-section
  .form-wrap
  .subcol
  .field-type-generaic_checkbox
  .formmangr-field
  label.show {
  display: none;
}
section.form-section .form-wrap .subcol .formmangr-field label.show {
  display: block;
}
section.form-section .formmangr-row .formmangr-input::placeholder {
  opacity: 0;
  color: transparent !important;
  display: none;
}
section.form-section .formmangr-row .formmangr-field textarea::placeholder {
  opacity: 0;
  color: transparent !important;
  display: none;
}
.field-type-generaic_checkbox .formmangr-field label:not(.screen-reader-text), 
.field-type-generaic_checkbox .formmangr-field:hover label:not(.screen-reader-text){
   top: 0px;
    position: relative;
}

.formmangr-field .field-from,.formmangr-field .field-to{
  margin-top: 12px;
}
/* ====== Inner Hero Section ===== */
section.inner-hero {
  display: flex;
  flex-flow: wrap;
  z-index: 99;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 120px),
    25% 100%,
    0% calc(100% - 120px)
  );
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 120px),
    25% 100%,
    0% calc(100% - 120px)
  );
}
section.inner-hero .inner-hero-container {
  text-align: center;
}

section.inner-hero .inner-hero-container .text-wrap {
  text-align: center;
}

section.inner-hero.two-columns .inner-hero-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

section.inner-hero.two-columns .inner-hero-container .inner-hero-img {
  width: 50%;
  position: relative;
}

section.inner-hero.two-columns
  .inner-hero-container
  .inner-hero-img
  .image-wrap {
  height: 100%;
}

section.inner-hero.two-columns
  .inner-hero-container
  .inner-hero-img
  .image-wrap
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.inner-hero.two-columns .inner-hero-container .inner-hero-text {
  width: 50%;
}

section.inner-hero.two-columns
  .inner-hero-container
  .inner-hero-text
  .text-wrap {
  padding: 40px;
  text-align: left;
}

section.inner-hero.overlapping-text-box .inner-hero-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

section.inner-hero.overlapping-text-box .inner-hero-container .inner-hero-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

section.inner-hero.overlapping-text-box
  .inner-hero-container
  .inner-hero-img
  .image-wrap {
  height: 100%;
  position: relative;
}

section.inner-hero.overlapping-text-box
  .inner-hero-container
  .inner-hero-img
  .inner-wrapper-overlay {
  position: absolute;
  background-color: rgb(0 0 0 / 30%);
  z-index: 1;
  height: 100%;
  width: 100%;
}

section.inner-hero .bottom-bar {
  z-index: 1;
}

section.inner-hero.overlapping-text-box
  .inner-hero-container
  .inner-hero-img
  .image-wrap
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.inner-hero .inner-hero-text {
  z-index: 1;
  height: auto;
  padding: 130px 60px;
  min-height: 45vw;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
}

section.inner-hero .inner-hero-text
  .text-wrap {
  padding: 0px;

  height: 100%;
  display: flex;
  align-items: center;
}

section.inner-hero h1 {
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 5rem;
  padding: 0px 75px;
  display: inline-block;
  padding: 50px 40px;
}

/* ==== Start Amenities intro section ==== */

.intro-type-1.image-text-block .left-col {
  width: 35vw;
  height: 35vw;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  right: 7.5%;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  left: 7.5%;
}

.amenities-intro.image-text-block .left-col .image-overlay {
  display: none;
}

.single-floorplan .flp-header .type-1
{
  display: none !important;
}
.intro-type-1.image-text-block .inner-heading-wrapper,
.intro-type-1.image-text-block .section-content, .intro-type-1.image-text-block .section-buttons {
  width: 100%;
  float: left;
  padding: 0 15px;
}

.image-text-block.amenities-intro .it-container {
  align-items: inherit;
}

.image-text-block.intro-type-1 .it-container .right-col {
  width: 100%;
}

.intro-type-1.image-text-block .left-col .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  z-index: 2;
}

/* ==== End Amenities intro section ==== */

/* ==== Inner Page Amenities, Amenities section common css ==== */
.amenities-section .amnety-header .image-overlay {
  display: none;
}

.amenities-section .amnety-header .image-wrapper {
  height: 100%;
}
.amenities-section .it-section {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}
.image-text-block .col.right-col.amnety-list .it-section.col-6 {
  float: left;
  width: 41.66%;
  padding: 0 15px;
}
.image-text-block.resident-amenities .col.right-col.amnety-list .container {
  justify-content: flex-end;
}

section.community-amenities .amnety-header.left-col {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: calc(60%);
  right: 0;
  left: auto;
  -webkit-clip-path: polygon(58% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(58% 0, 100% 0%, 100% 100%, 0% 100%);
}
section.resident-amenities .amnety-header.left-col {
  position: absolute;

  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-clip-path: polygon(0 0, 42% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 42% 0, 100% 100%, 0% 100%);
  right: auto;
  left: 0;
  width: calc(60%);
}
.amenities-section h3.section-sub-title {
  margin: inherit;
}

.amenities-section .amnety-list {
  width: 100%;
}
section.community-amenities.image-position-right .it-container {
  -webkit-clip-path: polygon(0% 120px, 75% 0%, 100% 75px, 100% 100%, 0% 100%);
  clip-path: polygon(0% 120px, 75% 0%, 100% 75px, 100% 100%, 0% 100%);
  padding: 13vw 0;
}
section.community-amenities + section {
  margin-top: -120px;
}
section.resident-amenities.image-position-left .it-container {
  -webkit-clip-path: polygon(0% 75px, 25% 0%, 100% 120px, 100% 100%, 0% 100%);
  clip-path: polygon(0% 75px, 25% 0%, 100% 120px, 100% 100%, 0% 100%);
  padding: 13vw 0;
}
.community-amenities .amnety-list.right-col .container {
  flex-direction: row-reverse;
  justify-content: start;
}
.amenities-section .amnety-list .it-section .section-content ul li {
  list-style: disc;
  margin-left: 20px;
}
.amenities-section .amnety-list .it-section .section-content ul {
  list-style: disc;
  column-count: 2;
}
.amenities-section .it-section .section-content {
  overflow-y: auto;
  padding-right: 10px;
}

/* ==== End Inner Page Amenities, Amenities section common css ==== */

/* ==== Inner Page Amenities, Resident Amenities section==== */
.resident-amenities.amenities-section .it-section {
  flex-direction: column;
}

section.resident-amenities .rounded-img-wrapper .image-wrapper {
  margin-left: inherit;
  z-index: 9;
  position: relative;
}

/* ==== End Inner Page Amenities, Resident Amenities section ==== */

/* ==== Start Tour Page ==== */
.tour-intro .section-content {
  max-width: 900px;
}

/* ==== End Tour Page ==== */

/* ====== Gallery Section ===== */

.gallery-intro h3 {
  /*color: #535353;*/
  font-size: 2.2rem;
}

section.gallery-intro {
  padding: 25vw 0;
}

.image-text-block.gallery-intro .it-container .right-col {
  margin: 0 auto;
}
.gallery-intro.image-text-block .left-col .image-overlay {
  display: none;
}

.gallery-intro .inner-heading-wrapper h2 {
  padding-bottom: 30px;
}

.gallery-intro .section-content p {
  font-size: 1rem;
}
.gallery-tabs-header.content-block {
  padding-top: 0;
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    calc(62.5%) 100%,
    calc(37.5%) 100%
  );
  clip-path: polygon(0% 0%, 100% 0%, calc(62.5%) 100%, calc(37.5%) 100%);
  min-height: 36vw;
}
section.gallery-section .gallery-tabs {
  width: 100%;
}

.swifty-gallery-mobile-tabs-dropdown {
  display: none;
}

 .gallery-tabs-nav {
  display: flex;
  justify-content: center;
  left: 50%;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  max-width: 700px;
}


#image-gallery .gallery-tabs-nav{
  display: none;
}

.gallery-tabs-nav li {
  padding: 0;
  display: flex;
  width: auto;
  justify-content: center;
  align-items: center;
}

 .gallery-tabs-nav li.active {
  position: relative;
  font-weight: 700;
}
.gallery-tabs-nav li a {
  width: auto;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 700;
  cursor: pointer;
  padding: 15px 30px;
  margin: 0;
  position: relative;
  display: flex;
  text-transform: uppercase;
  border: 1px solid #707070;
  margin-left: -1px;
  opacity: .5;
  height: 100%;
  align-items: center;
  justify-content: center;
}

 .gallery-tabs-nav li.current a {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
}

section.gallery-section .gallery-tabs .tab-active a {
  cursor: default;
}

section.gallery-section .gallery-tabs .gallery-stage {
  border-top: 0;
  clear: both;
  position: relative;
  /* overflow: hidden;
  margin-top: 8.9vw; */
}

section.gallery-section .gallery-tabs .gallery-stage .magnific-img:hover img {
  opacity: 0.5;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .magnific-img
  a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .mfp-with-zoom
  .mfp-container {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .mfp-with-zoom.mfp-ready
  .mfp-container {
  opacity: 1;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .mfp-with-zoom.mfp-removing
  .mfp-container {
  opacity: 0;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow-left {
  left: 0;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow-left:before {
  border-right: none !important;
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow-right {
  right: 0;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow-right:before {
  border-left: none !important;
  border-left: 27px solid #3f3f3f;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

section.gallery-section .gallery-tabs .gallery-stage button.mfp-arrow {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .mfp-container:hover
  button.mfp-arrow {
  opacity: 1 !important;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .mfp-container:hover
  .mfp-counter {
  opacity: 1 !important;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

body .mfp-bg {
  z-index: 99998;
}

body .mfp-wrap {
  z-index: 99999;
}

body button.mfp-close {
  cursor: pointer !important;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .mfp-align-top
  .mfp-container:before {
  display: none;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .mfp-inline-holder
  .mfp-content {
  width: 100%;
  cursor: auto;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .mfp-ajax-holder
  .mfp-content {
  width: 100%;
  cursor: auto;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-ajax-cur {
  cursor: progress;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .mfp-zoom-out-cur
  .mfp-image-holder
  .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .mfp-auto-cursor
  .mfp-content {
  cursor: auto;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-close:hover {
  opacity: 1;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-close:focus {
  opacity: 1;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-close:active {
  top: 1px;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow:active {
  margin-top: -54px;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow:hover {
  opacity: 1;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow:focus {
  opacity: 1;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-preloader a {
  color: #ccc;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-preloader a:hover {
  color: #fff;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-loading.mfp-figure {
  display: none;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-hide {
  display: none !important;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .mfp-s-ready
  .mfp-preloader {
  display: none;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-s-error .mfp-content {
  display: none;
}

section.gallery-section .gallery-tabs .gallery-stage button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

section.gallery-section .gallery-tabs .gallery-stage button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .mfp-close-btn-in
  .mfp-close {
  color: #333;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .mfp-image-holder
  .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .mfp-image-holder
  .mfp-content {
  max-width: 100%;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .mfp-iframe-holder
  .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  top: -40px;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .mfp-iframe-holder
  .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-figure {
  line-height: 0;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-figure figure {
  margin: 0;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .mfp-gallery
  .mfp-image-holder
  .mfp-figure {
  cursor: pointer;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .gallery-slide
  .slide-content
  img {
  object-fit: cover;
  width: 100%;
  height: 100vw;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .gallery-carousel
  button.slick-arrow
  :before {
  color: #fff;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .gallery-carousel
  button.slick-prev.slick-arrow {
  left: 0;
  width: 50px;
  height: 50px;
  z-index: 99;
}

section.gallery-section
  .gallery-tabs
  .gallery-stage
  .gallery-carousel
  button.slick-next.slick-arrow {
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 99;
}

section.gallery-section .gallery-tabs .img-gallery-magnific {
  font-size: 0;
  text-align: center;
  width: 78.5%;
  margin: 0 auto;
  margin-top: calc(-17.5vw - 16px);
  position: relative;
  padding-bottom: 13vw;
 
  overflow: hidden;
}

section.gallery-section
  .gallery-stage
  .img-gallery-magnific.gallery-col
  .magnific-img {
  display: inline-block;

  background-size: cover;
  background-position: center center;
  position: relative;
}

section.gallery-section
  .gallery-stage
  .img-gallery-magnific.gallery-col
  .magnific-img
  img {
  height: 100%;
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.5s ease 0s;
}

section.gallery-section
  .gallery-stage
  .img-gallery-magnific.gallery-col
  .magnific-img {
  width: calc(33.33% - 20px);
  display: inline-block;
  height: 25vw;
  overflow: hidden;
  float: left;
  padding: 0;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  margin: 10px;
}
section.gallery-section
  .gallery-stage
  .img-gallery-magnific.gallery-col
  .magnific-img:nth-child(5n + 4) {
  margin-top: calc(-12.5vw);
  margin-left: 17.3%;
  margin-bottom: -12.5vw;
}
section.gallery-section
  .gallery-stage
  .img-gallery-magnific.gallery-col
  .magnific-img:nth-child(5n + 5) {
  margin-top: -12.5vw;
  margin-bottom: -12.5vw;
  margin-left: calc(50% + 10px);
}
section.gallery-section .gallery-stage .img-gallery-magnific.gallery-col.lastOneChild .magnific-img:last-child{
  margin-left: calc(33.33% + 10px);
}
section.gallery-section .gallery-stage .img-gallery-magnific.gallery-col.lastTwoChild .magnific-img:nth-last-child(2){
  margin-left: calc(33.33% + 10px);
}

/* ====== Floorplan Filters Section ===== */
.floorplan-filters a.flp-filters-trigger {
  display: none;
}
.select-floor-plan {
  width: 27%;
  padding: 30px 40px 15px 40px;
}
.floorplan-filters {
  padding: 45px 0;
  overflow: hidden;
  margin-bottom: 80px;
  position: relative;
  transition: all 0.5s ease 0s;
}

.floorplan-filters.fixed {
  position: fixed;
  top: 0px;
  z-index: 999;
}

.floorplan-filters .container {
  border: 1px solid;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1180px;
  padding: 0;
}
.floorplan-filters .flp-reset {
  border: 2px solid;
}
.floorplan-filters h2 {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-transform: capitalize;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.floorplan-filters select {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  width: 100%;
  margin-top: 5px;
  box-shadow: none;
  height: 45px;
  outline: none;
  background: transparent;
}

.floorplan-filters select.flp-bedrooms {
  display: inline-block;
  width: 100%;
  border: none;
  margin-left: 0px;
  font-size: 16px;
  padding: 10px;
  border-radius: 0;
  -webkit-appearance: none;
  font-weight: 500;
  text-transform: uppercase;
  background-image: none;
  position: relative;
  z-index: 9;
}
.floorplan-filters select.flp-bedrooms:active,
.floorplan-filters select.flp-bedrooms:focus {
  border-bottom: 1px solid;
}

.floorplan-filters .single-filter.rooms {
  position: relative;
  width: 100%;
  display: block;
}

.floorplan-filters .sqft-range {
  position: relative;
  width: 44%;
  float: left;
}

.floorplan-filters .single-filter.rooms:before,
.floorplan-filters .sqft-range:before {
  content: "";
  width: 15px;
  border-bottom: 2px solid;
  right: 10px;
  top: 25px;
  position: absolute;
  transform: rotate(270deg);
  height: 0;
}
.floorplan-filters .single-filter.rooms:after,
.floorplan-filters .sqft-range:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  right: 13px;
  top: 24px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(135deg);
  z-index: 1;
  border-radius: 0px;
}

body .floorplan-filters select {
  background-image: none !important;
}

.floorplan-filters a.flp-filters-trigger {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 1.2rem;
  position: relative;
  text-align: center;
  padding: 15px 10px;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
.floorplan-filters a.flp-filters-trigger:before {
  position: absolute;
  width: 18px;
  height: 18px;
  content: "";
  /* background: #b0a6a1; */
  left: 50%;
  margin-left: -9px;
  transform: rotate(45deg);
  top: 71px;
}
.floorplan-filters a.flp-filters-trigger:after {
  content: "+";
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  margin-top: -3px;
}
.floorplan-filters.active a.flp-filters-trigger:after {
  content: "-";
}

.floorplan-filters.fixed {
  width: calc(100% - 220px);
}

.floorplan-filters.active {
  height: 255px;
}

.floorplan-filters .more-flp-filters {
  font-size: 0;

  display: flex;
  width: 73%;
}

.floorplan-filters .more-flp-filters div {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 38%;
  padding: 0px 25px;
  padding: 30px 40px 15px 40px;
  border-left: 1px solid;
}

.floorplan-filters .more-flp-filters div select {
  min-width: 130px;
  margin: 0;
  font-size: 16px;
  padding: 10px;
  border-radius: 0;
  -webkit-appearance: none;
  height: 45px;
  outline: none;
  border: none;
  display: inline-block;
  background-color: transparent;
  z-index: 9;
  position: relative;
}
.floorplan-filters select{
  background-image: none;
}

.floorplan-filters .more-flp-filters div h2 {
  margin: 0 20px 10px 0;
  display: block;
  width: 100%;
}

.floorplan-filters .more-flp-filters div span.sf-range-values-seperator {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.floorplan-filters .more-flp-filters div:last-child {
  width: 24%;
  text-align: center;
}

.floorplan-filters .more-flp-filters .reset-new-flp-filtrers {
  margin-bottom: 0;
  cursor: pointer;
  margin-top: 0;
}

/* ====== Floorplan Section ===== */

.floorplans-intro .section-content {
  max-width: 780px;
  margin: 0 auto;
}

.floorplans-intro h2.section-title,
.neighborhood-intro h2.section-title,
.resident-heading h2.section-title,
section#home-gallery h2.section-title {
  margin-top: 0;
}

section.floorplans-listing .flp-listing {
  margin-left: -8%;
  margin-right: -8%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

section.floorplans-listing .flp-listing .available_flp h2,
section.floorplans-listing .flp-listing .unavailable_flp h2,
section.floorplans-listing .flp-listing p.not-available
{
  text-align: center;
}

section.floorplans-listing .single-floorplan {
  width: 34%;
  margin: 0 8%;
  padding: 10px;
  transition: all 0.5s ease 0s;
}

section.floorplans-listing .single-floorplan h2.flp-title {
  font-size: 1.875rem;
  width: 50%;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 40px;
}

section.floorplans-listing .single-floorplan .flp-header {
  padding: 40px 0;
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: column;
  flex-flow: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.flp-listing .flp-slide-in-trigger {
  order: 1;
  display: block;
  position: relative;
}
section.floorplans-listing .flp-header-l h2 {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.688rem;
}

section.floorplans-listing .flp-header-l {
  display: flex;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  margin: 20px 0;
  width: 100%;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l span {
  display: flex;
  width: 33.33%;
  text-align: center;
  border-left: 2px solid #707070;
  padding: 0 10px;
  font-size: 1rem;
  flex-direction: column-reverse;
  font-weight: 300;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l span:first-child {
  border-left: 0;
}

section.floorplans-listing .flp-header-l span aside {
  font-weight: 700;
}
section.floorplans-listing .flp-header-l span svg{
  display: none;
}
section.floorplans-listing .flp-header-l span:first-child {
  border-left: 0;
}

section.floorplans-listing .flp-header-r {
  width: 50%;
  margin: 0px;
  display: inline-block;
  float: right;
  margin-top: 0px;
  font-weight: 700;
}

section.floorplans-listing .flp-header-r .price-box {
  font-size: 1.2rem;
  text-transform: capitalize;
  cursor: pointer;
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
}

section.floorplans-listing .flp-header-r .price-box span {
  font-weight: 700;
}

section.floorplans-listing .single-floorplan .flp-swaps {
  display: flex;
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-top: -90px;
  padding-left: 0;
  min-height: 50px;
  position: relative;
  justify-content: space-between;
}

section.floorplans-listing .single-floorplan .flp-swaps a {
  width: 100px;
  height: 100px;
  display: inline-block;
  line-height: 100px;
  text-align: center;
  margin: 0 60px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: relative;
  transition: all 0.5s ease;
}
section.floorplans-listing .single-floorplan .flp-swaps a:before {
  content: "";
  border: 1px solid;
  width: 69%;
  height: 69%;
  position: absolute;
  display: block;
  transform: translateX(-34px) translateY(15px) rotate(45deg);
  left: 50%;
}
/* section.floorplans-listing .single-floorplan .flp-swaps a.active:before {
  display: none;
} */

section.floorplans-listing .single-floorplan .flp-swaps a.active {
  font-weight: 700;
  /* color: #fff; */
}

section.floorplans-listing .single-floorplan .flp-swaps a:not(.active) {
  background-color: transparent;
}

section.floorplans-listing .single-floorplan .flp-ctas {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-flow: wrap;
  justify-content: center;
}

section.floorplans-listing .single-floorplan .flp-ctas a.btn {
  min-width: 210px;
}

section.floorplans-listing .single-floorplan .flp-img {
  width: 100%;
  vertical-align: middle;
  max-width: 450px;
  height: 450px;
  margin: 0 auto;

  position: relative;
  order: 1;
}

section.floorplans-listing .single-floorplan .flp-img > div {
  padding-bottom: 0;
  height: 100%;
  width: 100%;
  display: none;
}

section.floorplans-listing .single-floorplan .flp-img > div img {
  opacity: 1;
  height: 50%;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  top: 50%;
  width: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

section.floorplans-listing .single-floorplan .flp-img > div.active {
  display: block;
}

section.floorplans-listing .single-floorplan .flp-img .flp-2d-image,
section.floorplans-listing .single-floorplan .flp-img .flp-3d-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-color: #f5f5f5;
  height: 0;
  padding-bottom: 100%;
}

.bg-grey {
  background: #d9d9d9;
}
.lightbg {
  background: #b4b6bb;
}
section.floorplans-listing:last-child {
  padding-bottom: 150px;
}

.floorplan-filter{
  padding-top: 80px;
}

.card-container{
  padding-bottom: 80px;
}


/* ====== Floorplan Sliding Popup ===== */
/* .flp-images,
.flp-sldr-wrapper {
  width: 60%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-right: 40px;
} */

section.flp-slide-in {
  height: 100%;
  width: 100%;
  z-index: 99999;
  position: fixed;
  left: -100%;
  top: 0;
  transition: all 0.5s ease 0s;
}

/* section.flp-slide-in .flp-slide {
  position: absolute;
  background: #fff;
  width: 80%;
  height: 100%;
  min-width: 700px;
} */

section.flp-slide-in .flp-slide .flp-slide-header {
  background: #f8f8f8;
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

/* section.flp-slide-in .flp-slide .flp-slide-close {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background: #a0a0a0;
}

section.flp-slide-in .flp-slide .flp-slide-close span {
  font-size: 40px;
  transform: rotate(45deg);
  display: block;
  line-height: 54px;
}

section.flp-slide-in .flp-slide .flp-slide-body {
  display: flex;
  flex-flow: wrap;
  height: calc(100% - 60px);
  overflow: auto;
  padding: 0 0 0 40px;
  position: relative;
} */

.single-flp-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-height: calc(100vh - 170px);
  object-fit: contain;
}

/* section.flp-slide-in .flp-slide .flp-slide-body .flp-images,
section.flp-slide-in .flp-slide .flp-slide-body .flp-sldr-wrapper {
  width: 60%;
  display: none;
  flex-flow: column;
  justify-content: center;
  padding-right: 40px;
}

section.flp-slide-in .flp-slide .flp-slide-body .flp-images {
  display: block;
}

section.flp-slide-in .flp-slide .flp-slide-body .flp-images .flp-image-wrapper {
  height: auto;
  min-height: calc(100% - 80px);
  display: flex;
  flex-flow: column;
  justify-content: center;
} */

section.flp-slide-in
  .flp-slide
  .flp-slide-body
  .flp-images
  .flp-image-wrapper
  .single-flp-image {
  height: auto;
  min-height: calc(100% - 80px);
  display: flex;
  flex-flow: column;
  justify-content: center;
  display: none;
}

section.flp-slide-in
  .flp-slide
  .flp-slide-body
  .flp-images
  .flp-image-wrapper
  .single-flp-image.current {
  display: block;
}

/* section.flp-slide-in .flp-slide .flp-slide-body .flp-images .flp-img-toggles {
  text-align: center;
  padding: 20px 0 25px;
  position: relative;
}

section.flp-slide-in
  .flp-slide
  .flp-slide-body
  .flp-images
  .flp-img-toggles
  .flp-img-toggle-inner {
  display: inline-block;
  width: auto;

  border-radius: 5px;
  font-size: 0;
  background: #fff;
  border-radius: 50px;
}

section.flp-slide-in
  .flp-slide
  .flp-slide-body
  .flp-images
  .flp-img-toggles
  .flp-img-toggle-inner
  .img-switcher {
  font-size: 0.875rem;
  line-height: 40px;
  padding: 0 10px;
  min-width: 40px;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid;
  border-radius: 50px;
  margin-right: 10px;
}

section.flp-slide-in
  .flp-slide
  .flp-slide-body
  .flp-images
  .flp-img-toggles
  .flp-img-toggle-inner
  .img-switcher.img-switcher.current,
section.flp-slide-in
  .flp-slide
  .flp-slide-body
  .flp-images
  .flp-img-toggles
  .flp-img-toggle-inner
  .img-switcher.img-switcher:hover {
  background: #535353;
  color: #fff;
}

section.flp-slide-in .flp-slide .flp-slide-body .flp-info {
  width: 40%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  padding-left: 25px;
  padding-top: 20px;
}

section.flp-slide-in .flp-slide .flp-slide-body .flp-info h2 {
  font-size: 1.875rem;
  margin: 0 0 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cdcdcd;
}

section.flp-slide-in .flp-slide .flp-slide-body .flp-info .slide-flp-info {
  margin: 30px 0;
  font-size: 1.125rem;
  line-height: 1.5;
} */

.vt_list-grid-toggle {
  text-align: right;
  padding: 20px 0 0;
}
.vt_list-grid-toggle span {
  opacity: 0.5;
}
.vt_list-grid-toggle span.active {
  opacity: 1;
}
.vt_list-grid-toggle span {
  padding: 5px;
  cursor: pointer;
  width: 40px;
}
.vt_list-grid-toggle span:hover, .vt_list-grid-toggle span.active {
  color: #000;
}
.vt_list-grid-toggle span svg {
  max-width: 40px;
}

body .flp-slide-in.active {
  opacity: 1;
  left: 0;
  z-index: 9999;
  visibility: visible;
}

.social-share__group {
  overflow: hidden;
  height: 0;
  transition: all 0.5s ease 0s;
}

.flp-slidein-share .social-share__group.active {
  height: 65px;
}

a.fss-trigger-anchor {
  display: flex;
  color: #000;
}

a.fss-trigger-anchor svg {
  width: 12px;
}

.flp-slidein-slider .slick-prev:before,
.flp-slidein-slider .slick-next:before,
.flp-slidein-carousel .slick-prev:before,
.flp-slidein-carousel .slick-next:before {
  color: #191616;
}

.flp-slide-in a.social-share__link {
  color: #000;
}

.flp-slide-in a.social-share__link svg {
  max-width: 14px;
  max-height: 14px;
}

.flp-slidein-slider .slick-list .flp-gallery-slide img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.flp-slide-in.active:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: all 0.5s ease 0s;
  opacity: 0;
}

.flp-slide-in.active:before {
  left: 0;
  opacity: 1;
}

.flp-carousel-slide {
  cursor: pointer;
}

/* .flp-carousel-slide img {
  width: 100%;
  height: 6vw;
  object-fit: cover;
  object-position: center center;
  border: 5px solid #fff;
}

.flp-video-wrapper {
  height: 100%;
}

.flp-gallery-slide.slick-slide {
  height: calc(100vh - 180px);
  max-height: 100%;
}

.flp-images .panzoom-buttons {
  right: auto;
  left: 0;
  padding: 5px;
  bottom: 0px;
  background: #fff;
  padding-left: 10px;
  padding-bottom: 0;
  position: absolute;
}

.flp-images .panzoom-buttons span {
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid;
  text-align: center;
  line-height: 25px;
  margin-bottom: 10px;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  transition: all 0.5s ease 0s;
}

body .flp-slidein-slider button.slick-prev {
  left: -15px;
}

body .flp-slidein-slider button.slick-next {
  right: -15px;
}

.flp-slidein-carousel button.slick-prev {
  left: 0;
}

.flp-slidein-carousel button.slick-next {
  right: 0;
}

.flp-slidein-btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.flp-slidein-btns a.btn {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
} */

.single-virtual-tour,
.single-gallery-video a {
  display: flex;
  flex-flow: wrap;
  padding: 50px 0;
  border-bottom: 1px solid #cdcdcd;
}

.single-gallery-video a {
  border-bottom: 0;
  padding: 0;
  width: 100%;
}

.vt_img {
  width: 30%;
}

.vt_img img {
  width: 100%;
  height: auto;
}

.vt-flp-info {
  width: 40%;
  padding: 0 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.vt-flp-info h2 {
  width: 100%;
  max-width: 300px;
  text-align: left;
  margin: 0 0 10px;
  font-size: 2.2rem;
}

.attached-flp-info {
  width: 100%;
  max-width: 300px;
  margin: 10px 0 0;
}

.attached-flp-info span {
  display: block;
  line-height: 2;
}

.virtual-tour-btns {
  width: 30%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.virtual-tour-btns a.btn {
  text-wrap: inherit;
}

.vt-tour-section {
  padding-bottom: 100px;
}

.vt_list-grid-toggle span {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.875rem;
  vertical-align: middle;
  padding: 5px;
  cursor: pointer;
}

.vt_list-grid-toggle span:hover,
.vt_list-grid-toggle span.active {
  color: #000;
}

.type-grid .alm-reveal {
  display: flex;
  flex-flow: wrap;
}

.type-grid .single-virtual-tour {
  width: calc(33.33% - 30px);
  margin: 40px 15px;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  padding: 20px;
}

.type-grid .single-virtual-tour .vt_img {
  width: 100%;
}

.type-grid .single-virtual-tour .vt_img img {
  height: 250px !important;
  object-fit: cover;
}

.type-grid .vt-flp-info {
  width: 100%;
  padding: 20px 0 0;
  text-align: center;
}
.type-grid .vt-flp-info h2{
  text-align: center;
}

.type-grid .virtual-tour-btns {
  width: 100%;
  justify-content: center;
}

.avalable-units {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.au-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-flow: column;
}

.unite-row {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0;
  background: rgba(255, 255, 255, 0.5);
}

.unite-row:last-child {
  border-bottom: none;
}

a.unit-apply {
  font-weight: 700;
  text-decoration: underline;
  color: inherit;
}

.row-cell {
  font-size: 0.875rem;
  display: inline-block;
  width: 24.99999%;
  padding: 20px 10px;
  color: #454545;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.unite-row.head-row {
  font-weight: 700;
  background: rgba(255, 255, 255);
}

body .flp-header {
  text-align: left;
  font-size: 0;
}

p.small-txt {
  color: #454545;
  margin-top: 5px;
}

.row-cell.s-n {
  width: 10%;
}

.no-apt-text {
  width: 66%;
  display: inline-block;
  color: #000;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
}

.amp-popup.theme_2 section.popup-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-form .formmangr-row {
  margin-bottom: 20px;
}

.popup-form div#submit {
  text-align: left;
}

.amp-popup.theme_1 .popup-body-wrapper {
  max-width: 1000px;
}

.amp-popup.theme_1 .forminator-row div#submit {
  text-align: center;
}

.amp-popup.theme_2 .popup-body-wrapper .popup-flex {
  border-radius: 0;
  border: 0;
}

.vr-tour-popup {
  background-color: #000;
  width: 90%;
}

iframe.special-vr-iframe {
  width: 100% !important;
  min-height: 300px;
}

.leaflet-popup-content h1 {
  font-size: 1.25rem;
}

body .vr-tour-wrapper.active {
  z-index: 9999;
}
/* 
body .flp-slide-in a.social-share__link:hover {
  background: transparent;
}

.amp-popup.theme_1 .popup-content {
  padding: 0 30px;
  text-align: center;
}

.amp-popup.theme_1 .popup-form {
  padding: 0 30px;
}

.amp-popup.theme_1 .formmangr-col {
  padding-right: 0;
}

.amp-popup.theme_1 section.popup-banner {
  max-height: 350px;
  overflow: hidden;
}

.amp-popup.theme_1 section.popup-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.slide_in-body-wrapper .popup-flex {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}



.vr-close span {
  transform: rotate(45deg);
  display: block;
  position: relative;
  left: 2px;
  top: -1px;
}
 */
/* ====== Neighborhood Block styles ===== */
section.neighborhood .nbp-fliter-dropdown {
  display: none;
}

section.neighborhood .fliters-map-container {
  display: flex;
  flex-flow: wrap;
}
section.neighborhood .fliters-map-container .nbp-filter-options {
  padding: 60px 0;
  display: flex;
  justify-content: center;
}

section.neighborhood .nbp-filter-options {
  padding: 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 999;
}

section.neighborhood a.nb-map-filter {
  width: auto;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  cursor: pointer;
  padding: 18px 50px;
  margin: 0;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #707070;
  margin-left: -1px;
  opacity: 0.5;
}
.nbp-filter-options.container a.nb-map-filter.active {
  position: relative;
  transition: all 0.5s ease;
  opacity: 1;
}

section.neighborhood a.nb-map-filter.active,
section.neighborhood a.nb-map-filter:hover {
  position: relative;
}

.map-filters-box {
  display: flex;
  flex-flow: wrap;
  padding: 0;
  width: 100%;
}

section.neighborhood .map-canvas {
  width: 50%;
  min-height: 600px;
  height: auto;
  -webkit-clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
  transition: all 0.5s ease;
}
section.neighborhood .map-canvas:hover {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
section.neighborhood .map-canvas .map-wrap {
  height: 100%;
  width: 100%;

  background-color: #e5e3df;
}

section.neighborhood .nbp-filter-places {
  width: 50%;
  padding: 40px;
  min-height: 250px;

  display: flex;
  flex-flow: column;
  justify-content: center;
  z-index: 99;
  position: relative;
}

section.neighborhood h2 {
  margin-bottom: 50px;
  text-align: left;
}

section.neighborhood ul.nb-places-ul {
  column-count: 2;
  text-align: left;
}

section.neighborhood ul.nb-places-ul li.nb-places {
  margin: 0 0 15px;
}

section.neighborhood ul.nb-places-ul li.nb-places a {
  display: block;
  padding: 0 30px 0 0;
  transition: all 0.5s ease;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
}

/* ====== Walk Score Block styles ===== */
.walk-score-section {
  position: relative;
  padding-top: 35px;
  padding-bottom: 300px;
  text-align: center;
  margin-bottom: -100px;
}
.walscore-container h2.section-title {
  width: 100%;
  font-weight: 700;
  top: 80px;
}

.walscore-text {
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.walscore-text .nb-scores {
  width: 30vw;
  margin: 0 calc(6.1vw - 10px);
  padding: 15px;
  border: 1px solid #707070;
  transform: rotate(45deg) !important;
  display: inline-block;
}
.score-wrap {
  min-height: calc(30vw - 32px);
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.score-wrap-inner {
  transform: rotate(-45deg);
}
.nb-scores .score-inner {
  font-size: 14.43rem;
  font-weight: 300;
}

.walk-score-section .nb-scores.bike-score {
  margin-top: 100px;
}

.score-desc {
  font-size: 1.6rem;
  text-transform: uppercase;
}

.bg-walk {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.bg-walk .image-wrap {
  height: 100%;
  position: relative;
}

.bg-walk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.walscore-container {
  justify-content: center;
  align-items: center;
}

.walscore-bg {
  position: absolute;
  width: calc(50vw - 9px);
  height: 100%;
  left: 50%;
}

.walk-score-text {
  display: block;
  flex-flow: wrap;
}
.nb-scores .score-desc:before {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-15px);
}
.score-wrap-inner:after {
  content: "";
  width: 2px;
  height: calc(73px + 11.5vw);
  position: absolute;
  top: calc(-1 * (73px + 11.5vw) - 50px);
  left: 50%;
  margin-left: -1px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 60%,
    rgba(112, 112, 112, 1) 60%,
    rgba(112, 112, 112, 1) 100%
  );
}
.single-walkscore .walscore-text {
  margin-top: 200px;
}
.single-walkscore .score-wrap-inner:after{
display: none;
}
/* ====== Contact Block Style ===== */
section.contact-intro .subcol {
  margin: 0 auto;

  padding-left: inherit;
  padding-right: inherit;
}
section.contact-intro.intro-type-1 {
  padding: 14vw 0;
}
.contact-intro .contact-page-desc {
  padding: 0 15px;
}
.contact-intro .right-col {
  z-index: 0;
  width: 100%;
}

.contact-intro .left-col {
  z-index: 1;
  order: 2;
  width: 100%;
}

.contact-page-logo img {
  width: 100%;
  height: auto;
  max-width: 160px;
}
.contact-page-desc .address-wrap {
  text-align: center;
}
h3.property-name {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.contact-intro .left-col .col-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: right;
  object-fit: cover;
}

.daily-hours {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.75px;
}

.daily-hours span {
  font-weight: 400;
  text-transform: capitalize;
}

a.resident-section-link {
  position: relative;
  display: flex;
}
.resident-section-link span.svg_icon{
  display: flex;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  justify-content: center;
  align-items: center;
  right: -25px;
  transition: all 0.3s ease;
}
.resident-section-link span.svg_icon svg{
  width: 20px;
  transform:rotate(-45deg);
}
.resident-section-link:hover span.svg_icon{
  right: -15px;
  transition: all 0.3s ease;
}
h3.resident-section-subtitle {
  margin: 5px 0 0;
  font-weight: 400;
  font-size: 1.125rem;
}

.contact-intro .contact-page-desc {
  display: flex;
  justify-content: space-around;
  flex-flow: wrap;
  text-align: center;
}
.contact-page-logo {
  text-align: center;
  margin-bottom: 90px;
}
section.contact-intro .equal-height .right-col .subcol .contact-page-logo {
  width: 100%;
  float: left;
}
.address-wrap,
.office-hours {
  padding: 0 5%;
}
.address-wrap .address {
  /* padding-top: 25px; */
}
.address-wrap .address p {
  font-size: 0.98rem;
}
.address-wrap .address p,
.contact-page-desc .office-hours .office-hours-info{
  border-top: 1px solid ;
  border-bottom: 1px solid ;
  display: block;
  padding: 20px 0;
  font-size: 1rem;
  text-align: center;
}
.contact-intro .address-wrap .call-section a{
  border-top: 1px solid ;
  border-bottom: 1px solid ;
  display: block;
  padding: 20px 0;
  font-size: 1rem;
  text-align: center;
  word-break: break-all;
}
/* .address span.contact-property-name,
.address-wrap .call-section .title {
  font-size: 1rem;
  font-weight:400;
  margin-bottom: 10px;
} */

.address-wrap .directions {
  margin-bottom: 25px;
  margin-top: 25px;
}

.address-wrap .directions a {
  font-weight: 500;
}

/* ====== Resident Page ===== */
.resident-heading .section-content,
.resources-heading .section-content {
  max-width: 900px;
  margin: 0 auto;
}

/* ====== Resident Block Style ===== */
section.resident-sections {
  max-width: 100%;
  font-size: 0;
  display: flex;
  flex-flow: wrap;
}
section.resident-sections .container {
  flex-flow: wrap;
}
section.resident-sections .single-resident-section {
  padding: 20px 35px;
  width: calc(33.33% - 60px);
  margin: 0 30px 30px;
  height: auto;
  position: relative;
}
.resident-section-content a:after {
  position: absolute;
  width: 50px;
  height: 50px;
  content: "";
  right: -60px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
  transition: all 0.3s ease;
  display: block;
  background-color: #8d614e;
}
.resident-section-content a:hover:after {
  right: -50px;
}
.text-color-dark.resident-section-content:after {
  background-image: url(../images/feather-arrow-left-black.svg);
}
.resident-section-content:hover:after {
  left: 15px;
}

section.resident-sections .single-resident-section a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

section.resident-sections .single-resident-section .resident-section-content {
  display: block;
  position: relative;
}

/* section.resident-sections
  .single-resident-section
  .resident-section-content
  .arrow-wrap {
  margin-left: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 12px 10px;
  display: block;
  margin-top: -25px;
} */

section.resident-sections h2.resident-section-title {
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  position: relative;
  line-height: 1.2;
  padding: 0 0 10px;
  margin-bottom: 10px;
}

section.resident-sections h3.resident-section-subtitle {
  margin: 5px 0 0;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 10px 0;
}

section.resident-sections .container {
  margin: 0 auto;
}

/* ====== FAQ Section ===== */
section.faq-section .question {
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-weight: 700;
  font-size: 1.313rem;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  padding: 0;
  border-top: 1px solid #cdcdcd;
}
section.faq-section .question:first-child {
  border-top: none;
}
section.faq-section .question.que-bg {
  display: block;
  padding: 35px 50px 35px 0px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.9rem;
  position: relative;
}

section.faq-section .answer p {
  margin-bottom: 20px;
}
section.faq-section .answer {
  padding: 0 18px;
  background-color: white;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

section.faq-section .question,
section.faq-section .answer {
  position: relative;
}

.faq-heading .text-content-wrapper {
  flex-flow: column;
}

dl.accordion dt:after {
  content: "+";
  position: absolute;
  right: 0;
  bottom: -10px;
  line-height: 1;
  font-size: 35px;
  font-weight: 700;
}

.container.faq-grid {
  display: flex;
  flex-flow: wrap;
  flex-direction: column;
}

.faq-description {
  max-width: 900px;
  margin: 0 auto;
}

.faq-list {
  padding: 50px;
}
section.faq-section .question svg {
  position: absolute;
  right: 24px;
  width: 30px;
  top: 22px;
  top: 50%;
  transform: translateY(-50%);
}

section.faq-section .active svg {
  transform: rotateZ(90deg);
}
/* ====== Resources Section ===== */
section.resources-section .fixed-links {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

section.resources-section .fixed-links a.fixed-resource-link {
  display: inline-block;
  width: calc(50% - 20px);
  margin: 25px 10px;
  padding: 19px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  position: relative;
  text-align: center;
}


section.resources-section .fixed-links a.fixed-resource-link svg {
  width: 20px;
  position: relative;
  top: 3px;
  right: 8px;
}

section.resources-boxes .resources-boxes-wrapper .flexi-resource-links {
  display: flex;
  flex-flow: wrap;
}

section.resources-boxes
  .resources-boxes-wrapper
  .flexi-resource-links
  .single-resource {
  width: calc(33.33% - 40px);
  margin: 0 20px 35px;
  padding: 30px 40px;
  border: 2px solid;
  position: relative;
}
.single-resource .external_link {
  position: relative;
  top: 0px;
  left: 0px;
}
section.resources-boxes
  .resources-boxes-wrapper
  .flexi-resource-links
  .single-resource
  .single-resource-header {
  padding: 5px;
  position: relative;
}

section.resources-boxes
  .resources-boxes-wrapper
  .flexi-resource-links
  .single-resource
  .single-resource-header
  h4 {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0;
  vertical-align: middle;
  text-transform: capitalize;
}

section.resources-boxes
  .resources-boxes-wrapper
  .flexi-resource-links
  .single-resource
  .single-resource-header
  h4
  span {
  display: inline-block;
  font-size: 2.063rem;
  line-height: 27px;
  margin-right: 15px;
}

section.resources-boxes
  .resources-boxes-wrapper
  .flexi-resource-links
  .single-resource
  .single-resource-header
  .single-resource-icon {
  height: 100%;
  width: 60px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: none;
}

section.resources-boxes
  .resources-boxes-wrapper
  .flexi-resource-links
  .single-resource
  .single-resource-content {
  font-size: 1.125rem;
  line-height: 2;
}

section.resources-boxes
  .resources-boxes-wrapper
  .flexi-resource-links
  .single-resource
  .single-resource-content
  .resource-desc
  a.flexi-resource-link {
  font-weight: 700;
  display: block;
  margin-top: 10px;
}

/* ====== Blog Page Style ===== */

.listing-container {
  display: flex;
}
.blog-listing-block,
.blog-details-block {
  padding-top: 120px;
  margin-bottom: 100px;
}

.listing-container .listing-wrapper {
  flex-grow: 1;
  width: 100%;
}

.listing-container .serach-box {
  width: 100%;
  margin-bottom: 50px;
}

.listing-container .poperty-listing {
  display: flex;
  width: 100%;
}

.listing-container .layout-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 40px;
}

.listing-container .post-item {
  display: flex;
  flex-wrap: wrap;
}

.listing-container .post-item .item-details {
  background-color: #fff;
  padding: 0;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  height: 100%;
  border: 1px solid #d5d5d5;
}

.listing-container .post-item .item-details .post-top {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 0;
  margin: 0 0 30px;
}

.listing-container .post-item .item-details .post-top::after {
  content: "";
  position: absolute;
  left: 50%;
  top: auto;
  width: 0.875vw;
  height: 0.875vw;
  border-radius: 50%;
  bottom: 0;
  transform: translate(-50%);
}

.listing-container
  .post-item
  .item-details
  .post-top
  .single-featured-image
  a.featured-image {
  display: block;
}

.listing-container
  .post-item
  .item-details
  .post-top
  .single-featured-image
  a.featured-image
  .post-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing-container
  .post-item
  .item-details
  .post-top
  .single-featured-image
  .post-date {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 9px 0 0;
  padding: 10px 20px;
}

.listing-container .post-item .item-details .post-info {
  display: flex;
  flex-flow: wrap;
  justify-content: inherit;
  align-items: inherit;
  padding: 0 20px 20px;
}

.listing-container .post-item.single-blog .item-details .post-info {
  flex-flow: column;
  flex: 1;
}

.listing-container .post-item .item-details .post-info .post-cat {
  text-align: left;
  width: 100%;
  padding: 10px 0;
}

.listing-container .post-item .item-details .post-info .post-cat ul li {
  display: inline-block;
  padding: 0 10px;
}

.listing-container
  .post-item
  .item-details
  .post-info
  .post-cat
  ul
  li:first-child {
  padding-left: 0;
}

.listing-container .post-item .item-details .post-info .dir-desc,
.listing-container .post-item .item-details .post-info .post-link-wrap,
.listing-container .post-item .item-details .post-info h4.single-post-title a {
  text-align: left;
}

.listing-container .post-item .item-details .post-info h4.single-post-title {
  flex-grow: 1;
  margin: 0;
  position: relative;
  font-size: 2rem;
  line-height: 1.2;
}

.listing-container .post-item .item-details .post-info h4.single-post-title a {
  position: relative;
  margin-top: 20px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: self-end;
}

.listing-container .post-item.single-blog .post-info h4.single-post-title a {
  justify-content: flex-start;
  margin-bottom: 20px;
}

.listing-container .post-item .item-details .post-info .post-link-wrap a.btn {
  margin-left: 0;
}

.listing-container .post-item .item-details .post-info .dir-desc {
  flex-grow: 1;
  margin-bottom: 20px;
}

.listing-container .post-item .item-details .post-info .dir-desc span {
  display: inline-block;
  line-height: 1.5;
}

.listing-container
  .post-item
  .item-details
  .post-info
  .dir-desc
  a.external-link {
  display: block;
}

section.blog-details-block {
  position: relative;
}

section.blog-details-block .post-content-inner {
  display: flex;
  flex-flow: wrap;
  padding-left: 100px;
}

section.blog-details-block .post-content-inner .block-paragraphs {
  width: 70%;
  padding-top: 0;
  padding-right: 30px;
}

section.blog-details-block .post-content-inner .block-paragraphs h3 {
  font-weight: 700;
  text-transform: capitalize;
  margin: 50px 0 40px;
  font-size: 2rem;
}

section.blog-details-block .post-content-inner .block-paragraphs p {
  margin-bottom: 30px;
}

section.blog-details-block .post-content-inner .wp-block-image {
  margin: 40px 0;
}

section.blog-details-block
  .post-content-inner
  .wp-block-image
  .post-content-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.blog-details-block .social-share {
  position: absolute;
  top: 0px;
  transition: all 0.5s ease 0s;
  padding-top: 0;
}

section.blog-details-block .social-share.fixed-pos {
  position: fixed;
}

section.blog-details-block .social-share a.social-share-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.5s ease;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.5rem;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.social-share a.social-share-link svg {
  width: 100%;
  height: 100%;
  max-width: 20px;
  max-height: 20px;
}

section.blog-details-block .post-sidebar {
  width: 30%;
  padding-left: 50px;
  position: relative;
}

section.blog-details-block .post-sidebar .serach-box .search-container {
  position: relative;
}

section.blog-details-block
  .post-sidebar
  .serach-box
  .search-container
  input#search-bar {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  padding: 20px 20px 20px 50px;
  height: 58px;
  width: 100%;
}

section.blog-details-block
  .post-sidebar
  .serach-box
  .search-container
  a.search-icon {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 20px;
  height: 20px;
}

section.blog-details-block .post-sidebar .widget-title {
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
}

section.blog-details-block .post-sidebar .cat-list {
  padding: 20px 0 30px;
}

section.blog-details-block .post-sidebar .cat-list ul {
  list-style: none;
}

section.blog-details-block .post-sidebar .cat-list ul li {
  padding-bottom: 20px;
}

section.blog-details-block .post-sidebar .cat-list ul li a {
  font-size: 0.938rem;
  text-transform: uppercase;
  font-weight: 700;
}

section.blog-details-block
  .post-sidebar
  .releted-posts-list
  .single-related-posts {
  border: 1px solid #e3e3e3;
  margin-bottom: 50px;
}

section.blog-details-block
  .post-sidebar
  .releted-posts-list
  .single-related-posts
  a.related-post-title
  h3 {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1.5;
}

section.blog-details-block
  .post-sidebar
  .releted-posts-list
  .single-related-posts
  .rp-post-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.blog-details-block
  .post-sidebar
  .releted-posts-list
  .single-related-posts
  .rp-details {
  padding: 20px;
}

section.blog-details-block
  .post-sidebar
  .releted-posts-list
  .single-related-posts
  .rp-details
  .post-link-wrap
  a {
  display: block;
  text-align: left;
  padding: 0;
  text-transform: capitalize;
  text-decoration: underline;
}

.latest-posts-container {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  position: relative;
}

.latest-posts-container h2.section-title {
  margin-bottom: 50px;
}

.latest-posts-container .latest-posts-list .single-latest-posts {
  border: 1px solid #e3e3e3;
  margin-bottom: 50px;
  background: #f8f8f8;
}

.latest-posts-container
  .latest-posts-list
  .single-latest-posts
  a.latest-post-title
  h3 {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 50px;
  text-align: left;
}

.latest-posts-container .latest-posts-list .single-latest-posts .lp-post-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.latest-posts-container .latest-posts-list .single-latest-posts .lp-details {
  padding: 30px;
}

.latest-posts-container
  .latest-posts-list
  .single-latest-posts
  .lp-details
  .post-link-wrap
  a {
  display: block;
  text-align: left;
  padding: 0;
  text-transform: capitalize;
  text-decoration: underline;
}

.latest-posts-container .multiple-items .slick-slide {
  margin: 0 35px;
}

.latest-posts-container .multiple-items button.slick-arrow {
  width: 4vw;
  height: 4vw;
  z-index: 10;
}

.latest-posts-container .multiple-items button.slick-prev {
  left: -70px;
}

.latest-posts-container .multiple-items button.slick-next {
  right: -70px;
}

/* .latest-posts-container .multiple-items button.slick-next:before,
.latest-posts-container .multiple-items button.slick-prev:before {
  background: url(/assets/images/arrow-slider.svg) no-repeat;
} */

.items .item {
  display: inline-block;
}

.image-gallery-slider .slide-bg img.slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input#humans {
  width: 0;
  height: 0;
  font-size: 0;
  border: 0;
  visibility: hidden;
  padding: 0;
  margin: 0;
}

section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item
  a.box-link-wrapper:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: 99;
}

.faq-heading .text-content-wrapper .intro-content {
  padding: 0;
}

.bed-no-match,
.area-no-match,
.price-no-match {
  display: none !important;
}

/*  ===== common css for blog  =====*/
.listing-container
  .post-item
  .item-details
  .post-top
  .single-featured-image
  .blog-img-block,
.listing-container
  .post-item
  .item-details
  .post-top
  .single-featured-image
  a.featured-image {
  display: block;
  background-color: #d3cdcd;
  height: 240px;
  position: relative;
}
.listing-container .post-item .item-details .post-top .single-featured-image {
  width: 100%;
}
.listing-container
  .post-item
  .item-details
  .post-top
  .single-featured-image
  a.featured-image
  img,
.related-widget
  .releted-posts-list
  .single-related-posts
  .single-related-post-img-blk
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.related-widget
  .releted-posts-list
  .single-related-posts
  .single-related-post-img-blk {
  height: 170px;
  width: 100%;
  position: relative;
  display: block;
}
.blog-hero-detail-page.inner-hero .blog-hero-detail-content-wrap.text-wrap {
  flex-direction: column;
  padding: 59px 0px;
}
.blog-hero-detail-page .blog-hero-detail-content-wrap span p {
  margin-bottom: 0px;
}
section.inner-hero.overlapping-text-box.blog-hero-detail-page
  .inner-hero-container
  .inner-hero-text
  .blog-hero-detail-content-wrap
  h1 {
  padding: 0px 30px;
}

section.blog-details-block .post-content-inner .block-paragraphs img {
  width: 100%;
}
section.blog-details-block .post-content-inner .block-paragraphs p:empty {
  display: none;
}

/* ====== When section does't have image on right or left side styles ===== */

section.home-intro.full-width-section .intro-heading,
section.home-intro.full-width-section .intro-content,
section.footer-cta.full-width-section .col-6.text-wrap,
section.intro-type-1.full-width-section .it-section.col-6,
.image-text-block.full-width-section
  .col.right-col.amnety-list
  .it-section.col-6,
.contact-intro.intro-type-1.full-width-section .col.col-7 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

section.form-section.full-width-section .subcol{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
section.home-intro.full-width-section:before,
section.form-section.full-width-section:before,
section.footer-cta.full-width-section::before,
section.intro-type-1.full-width-section::before {
  display: none;
}
.amenities-section.full-width-section
  .amnety-list
  .it-section
  .section-content
  ul
  li {
  list-style: inside;
}
.amenities-section.full-width-section .amnety-list .it-section .section-content ul{
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
section.full-width-section.intro-type-1 .intro-pattern{
  display: none;
}
section.full-width-section.intro-type-1{
  padding: 14vw 0px 5vw;
}

section.inner-hero + section.gallery-tabs-header{
  padding: 12vw 0px 16vw;
  margin-top: -120px;
  -webkit-clip-path:none;
  clip-path: none;
}
section.inner-hero + section.gallery-tabs-header .gallery-tabs-nav{
  max-width: 1200px;
}

/* ====== Responsive styles ===== */
@media (min-width: 1676px) {
  /* .container{
    max-width: 1500px;
  } */
}
@media (min-width: 993px) {
 .single-page-site .footer-logo-wrapper, .single-page-site .footer-address{
    width: 50%;
  }
}

@media screen and (max-width: 1675px) {
  .header-bottom,
  .header-top {
    padding: 0 70px;
  }
  html {
    font-size: 100%;
  }

  section.home-floorplans .filter .filter-item {
    min-width: 180px;
  }

  section.contact-intro {
    padding-left: 0;
  }

  section.contact-intro .equal-height .right-col .subcol .contact-page-logo {
    padding-bottom: 0;
  }

  .contact-page-desc .address-wrap {
    width: 50%;
  }
}

@media screen and (max-width: 1440px) {
  .header-bottom,
  .header-top {
    padding: 0px;
  }
  section.inner-hero h1, h1.hero-title{
    font-size: 4rem;
  }
  html {
    font-size: 90%;
  }
  /* header .main-menu-wrapper,
  header .right-menu {
    display: none;
  } */
  header .menu-trigger {
    display: flex;
  }
  section.hero-banner .slide-content-box {
    padding-top: 250px;
    padding-bottom: 8vw;
  }
  section .container {
    width: 100%;
    max-width: 1280px;
  }
  #home-intro .container,
  .inner-intro .container {
    max-width: 1200px;
  }
  .container,
  section.hero-banner .slider-container .slick-dots,
  .image-text-block .amnety-header .container {
    max-width: 1120px;
  }

  .footer-right li.footer-menu-item a.menu-item-link,
  ul.policy-nav li {
    padding: 0 10px;
  }

  .header-cta {
    text-align: center;
  }

  .footer-left {
    width: 35%;
    padding-left: calc(35% - 345px);
  }

  .footer-right {
    width: 65%;
  }

  .image-text-block.image-position-left
    .col.left-col.home-intro-slider-wrapper {
    margin-left: calc(50% - 540px);
  }

  .footer-right img {
    max-width: 120px;
    margin-left: 0;
  }

  section.footer-cta .section-buttons a.btn {
    min-width: 180px;
  }

  .listing-container .post-item .item-details .post-info h4.single-post-title {
    font-size: 1.5rem;
  }

  .community-amenities .amnety-list .it-section .section-content {
    margin-right: 70px;
  }

  .middle-wrapper-overlay {
    max-width: 530px;

    left: calc(52% - 612px);
  }

  section.neighborhood a.nb-map-filter {
    padding: 30px;
  }

  .floorplans-slick .slick-next,
  .floorplans-slick .slick-prev {
    width: 55px;
    height: 55px;
  }
  .floorplans-slick .slick-next:before,
  .floorplans-slick .slick-prev:before {
    left: 7px;
    top: 26px;
  }
  .floorplans-slick .slick-prev:after {
    top: 28px;
    left: 12px;
    width: 14px;
    height: 14px;
  }
  .floorplans-slick .slick-next:after {
    top: 12px;
    left: 28px;
    width: 14px;
    height: 14px;
  }
  section.home-floorplans
    .floorplans-container
    .flp-slider-wrapper
    .home-floorplans-slider
    button.slick-next {
    right: calc(50% - 76px);
  }
  .gallery-tabs-header.content-block {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, calc(62%) 100%, calc(38%) 100%);
    clip-path: polygon(0% 0%, 100% 0%, calc(62%) 100%, calc(38%) 100%);
    min-height: 37.5vw;
  }
  header ul.main-menu li.menu-item {
      padding: 14px 10px;
  }
  section.footer-cta.two-columns .cta-container .footer-cta-img {
    top: calc(50% + 11px);}

    section.gallery-section .gallery-tabs .img-gallery-magnific{
      margin-top: calc(-19vw - 23px);
    }

  }

@media screen and (max-width: 1280px) {
  .header .main-menu-wrapper {
    display: flex;
    justify-content: end;
    width: 60px;
  }
  header.fixed .logo-section a.sticky-logo,
  header .logo-section a.logo {
    justify-content: start;
  }
  .header .header-cta {
    flex-grow: 1;
    justify-content: end;
    width:  calc(100% - 250px);
  }
  header ul.main-menu li.menu-item {
    padding: 14px 7px;
  }

  header ul.main-menu {
    gap: 0;
  }

  header .header-cta a.btn{
    min-width: unset;
  }

  .container,
  section.hero-banner .slider-container .slick-dots {
    max-width: 980px;
  }

  .contact-block .subcol,
  section.contact-intro .subcol {
    padding-left: calc(50vw - 40em);
    padding-right: 50px;
  }

  section.tabs-block .tabs-amenities .tabs-nav {
    width: 100%;
  }

  .floorplan-filters .more-flp-filters div h2 {
    width: 100%;
  }
  .vt-tour-section .container {
    padding: 0 25px;
  }

  section.form-section .form-wrap .subcol {
    padding-left: 0;
  }

  .footer-left img {
    max-width: 200px;
  }

  .footer-left {
    padding-left: calc(35% - 300px);
  }

  .footer-right li.footer-menu-item a.menu-item-link {
    font-size: 1rem;
  }

  .attribution {
    margin-left: 0;
    float: left;
    margin-top: 0;
  }

  .attribution a {
    margin-left: 0;
  }

  .attribution a img {
    margin-left: 0;
  }

  ul.policy-nav li:first-child {
    border: 0;
  }

  section.neighborhood .fliters-map-container {
    width: calc(100% - (50vw - 486px));
  }

  .image-text-block .amnety-header .container {
    padding: 0 25px;
  }

  section.neighborhood .fliters-map-container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  section.neighborhood .map-canvas {
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
    width: 100%;
  }

  div#nbp-filter-options {
    display: none;
  }

  section.neighborhood .nbp-fliter-dropdown {
    display: block;

    width: 100%;
    padding: 20px;
    order: 0;
  }

  section.neighborhood .nbp-fliter-dropdown .nbp-mobile-filters {
    width: 100%;
    padding: 20px 15px;
    border-radius: 0;
  }

  .nbp-fliter-dropdown:before {
    position: absolute;
    content: "";
    width: 34px;
    height: 34px;
    top: 22px;
    right: 30px;
    left: auto;
    font-size: 60px;
    line-height: 85px;
    text-align: center;
    box-shadow: none;
    transition: all 0.5s ease 0s;
    border-radius: 50%;
  }

  

  section.neighborhood .nbp-filter-places {
    width: 100%;
    padding: 0px;
    min-height: 250px;
    margin-right: 0px;
    z-index: 99;
    position: relative;
    margin-top: 0px;
  }

  .middle-wrapper-overlay {
    display: none;
  }

  section.tabs-block
    .tabs-amenities
    .tabs-stage
    .tab-content
    .tab-content-wrap
    ul.amenities-grid {
    padding-left: 16px;
  }

  section.tabs-block .tabs-amenities .tabs-stage .tab-content {
    padding-bottom: 100px;
    min-height: 500px;
  }

  section.multipurpose-boxes
    .cta-columns
    .cta-columns-wrap
    .small-img-item
    .mp-box-content
    h3 {
    font-size: 1.4rem;
  }
  section.form-section .form-wrap {
    padding: 50px 30px;
  }
  section.tabs-block .tabs-amenities .tabs-nav {
    bottom: auto;
  }

  .tabs-block .intro-heading,
  .tabs-block .intro-content {
    width: 100%;
  }

  .map-filters-box .nbp-places-list {
    padding: 50px 30px;
  }
  section.floorplans-listing .flp-listing {
    margin-left: -4%;
    margin-right: -4%;
  }
  section.floorplans-listing .single-floorplan {
    width: 42%;
    margin: 0 4%;
  }
  section.floorplans-listing .single-floorplan .flp-swaps {
    margin-top: -130px;
  }
  section.multipurpose-boxes .container {
    max-width: 800px;
  }
  section.multipurpose-boxes
    .cta-columns
    .cta-columns-wrap
    .small-img-item:nth-child(2) {
    margin-top: -128px;
    margin-left: calc(50% - 48px);
    margin-bottom: -156px;
  }
  section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item {
    max-width: 450px;
    height: 260px;
  }
  section.multipurpose-boxes .cta-columns .cta-columns-wrap.singleCtaCol .small-img-item {
    max-width: 570px;
    width: 100%;
    margin-top: 0;
}
  section.page-section.gallery-tabs-header {
    min-height: 42.5vw;
  }
  .gallery-tabs-header.content-block{
    min-height: 42.5vw;
  }
   ul.gallery-tabs-nav{
    display: none;
  }
  .swifty-gallery-mobile-tabs-dropdown{   
    display: flex;
    justify-content: center;
    width: 100%;
     max-width: 400px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .swifty-gallery-mobile-tabs-dropdown select.gallery-tabs-nav{
    margin: 0 auto;
  }
  section.gallery-section .gallery-tabs select.gallery-tabs-nav{
    display: block;
    justify-content: center;
    position: relative;
    width: 100%;
    transform: inherit;
    margin-top:0;
  }
}

@media screen and (max-width: 1024px) {
  .full-width-section .intro-pattern {
    display: none;
  }
  section.inner-hero.overlapping-text-box
    .inner-hero-container
    .inner-hero-text
    .text-wrap
    h1 {
    font-size: 3rem;
  }
  h1.hero-title {
    font-size: 3rem;
  }

  section.home-intro {
    padding-bottom: 40px;
  }

  header.fixed .logo-section {
    height: 80px;
    transition: all 0.5s ease;
  }

  .home-floorplans .col-6.right-col {
    width: 100%;
  }

  .home-floorplans .col-6.right-col .subcol {
    padding-left: calc(50vw - 490px);
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  section.home-floorplans .col.flp-slider-tab .floorplans-text {
    padding: 40px 0px;
  }

  section.home-floorplans .col-6.left-col {
    width: 100%;
  }

  .walscore-bg,
  .walscore-text {
    left: 0;
    padding-left: 0;
  }

  .walscore-bg {
    -webkit-clip-path: none;
    -moz-clip-path: none;
    clip-path: none;
  }

  .walk-score-section .walscore-container {
    padding: 0 0 50px;
  }

  .walscore-text .walk-score-text {
    flex-flow: row;
  }

  .walscore-container h2.section-title {
    position: relative;
    z-index: 5;

    padding: 15px;
    margin-top: -30px;
  }

  section.neighborhood .fliters-map-container {
    width: 100%;
  }

  section.neighborhood .nbp-filter-places {
    width: 100%;
    margin-right: 0px;
    margin-top: 0;
    float: inherit;
  }

  section#neighborhood {
    padding-bottom: 80px;
  }

  section.neighborhood a.nb-map-filter {
    padding: 0 2%;
  }
  section.footer-cta.overlapping-text-box {
    margin-bottom: 100px;
  }
  section.neighborhood .fliters-map-container {
    width: 100%;
  }
  section.multipurpose-boxes
    .cta-columns
    .cta-columns-wrap
    .small-img-item
    .box-img
    img {
    height: 100%;
  }
  section.inner-hero.overlapping-text-box .inner-hero-container {
    min-height: 70vw;
  }
  .amenities-intro .inner-heading-wrapper,
  .amenities-intro .section-content {
    width: 100%;
  }

  /*   .amenities-intro .image-wrapper {
    margin-left: calc(50% - 460px);
    height: 40vw;
    margin-top: 30px;
  } */
  section.intro-type-2 {
    padding-bottom: 100px;
  }

  .nb-scores .score-inner {
    font-size: 12.43rem;
  }
  .gallery-intro .inner-heading-wrapper,
  .gallery-intro .section-content {
    width: 100%;
  }
  .gallery-intro .section-content p {
    font-size: 1.16rem;
  }

  .address-wrap .address p {
    font-size: 1.2rem;
  }

  .daily-hours {
    font-size: 1.1rem;
  }
  .call-section {
    font-size: 1.2rem;
  }
  .address span.contact-property-name,
  .address-wrap .call-section .title {
    font-size: 1.8rem;
  }
  section.floorplans-listing .flp-listing {
    margin-left: -2%;
    margin-right: -2%;
  }
  section.floorplans-listing .single-floorplan {
    width: 45%;
    margin: 0 2%;
  }
  section.floorplans-listing .single-floorplan .flp-swaps a {
    margin: 0 40px;
  }
  .home-flp-content-outer {
    -webkit-clip-path: polygon(
      0% 0%,
      100% 0%,
      calc(50% + 300px) 100%,
      50% calc(100% - 220px),
      calc(50% - 300px) 100%
    );
    clip-path: polygon(
      0% 0%,
      100% 0%,
      calc(50% + 300px) 100%,
      50% calc(100% - 220px),
      calc(50% - 300px) 100%
    );
  }
  section.home-floorplans
    .floorplans-container
    .flp-slider-wrapper
    .home-floorplans-slider
    button.slick-next {
    right: calc(50% - 142px);
  }
  .slides.home-gallery-nav {
    padding-left: 80px;
    margin-left: 0;
  }
  .home-gallery-nav .slick-prev {
    left: 20px;
  }
  .floorplan-filters .container {
    max-width: 980px;
  }
  .floorplan-filters .flp-reset {
    min-width: 150px;
    padding: 15px 30px;
  }
  .select-floor-plan {
    padding: 30px 15px 15px 15px;
  }

  .floorplan-filters .more-flp-filters div {
    padding: 30px 10px 15px 15px;
  }
  .floorplan-filters h2 {
    margin: 0;
    font-size: 1.5rem;
  }

  section.neighborhood .map-canvas {
    clip-path: none;
  }
  
  .home-floorplans .section-content {
    max-width: 800px;
    margin: 0 auto 20px;
  }
  .single-walkscore .walscore-text {
    margin-top: 150px;
  }
  section.hero-banner + section.home-floorplans .home-flp-content-outer {
    padding-top: 30vw;
    -webkit-clip-path: polygon( 0% 0%, 100% 0%, 100% calc(100% - 50px), 25% 100%, 0% calc(100% - 50px) );
    clip-path: polygon( 0% 0%, 100% 0%, 100% calc(100% - 50px), 25% 100%, 0% calc(100% - 50px) );
  }
  section.gallery-section .gallery-tabs .img-gallery-magnific {
    margin-top: calc(-30vw - 23px);
}
}

@media screen and (max-width: 992px) {
  section.hero-banner .video-wrapper iframe#hero_vimeo_bg, section.hero-banner .video-wrapper iframe.youtube-video {
    height: 150vh;
    width: 230vh;
  }
  .container {
    padding: 0 20px;
  }
  header .header-bottom .header-cta {
    display: none;
  }
  header .logo-section{
    text-align: left;
  }
  .header .main-menu-wrapper {
    order: 3;
  }
  .above-two-cta-btn .main-menu-wrapper {
    flex: 1;
  }
  header .logo-section a.logo {
    width: 150px;
  }

  section.hero-banner .slider-container .slick-dots {
    max-width: 740px;
  }

  header .logo-section a.logo img {
    margin: 10px 0;
  }

  .resources-heading .container,
  .policy-heading .container {
    padding: 0 25px;
  }

  /* hero triiger btn */
  section.hero-banner {
    -webkit-clip-path: polygon(
      0% 0%,
      100% 0%,
      100% calc(100% - 50px),
      75% 100%,
      0% calc(100% - 50px)
    );
    clip-path: polygon(
      0% 0%,
      100% 0%,
      100% calc(100% - 50px),
      75% 100%,
      0% calc(100% - 50px)
    );
  }
  section.hero-banner
    .slide-flex-wrapper
    .container
    .slide-content
    h1.hero-title,
  section.hero-banner
    .slide-flex-wrapper
    .container
    .slide-content
    h2.hero-subtitle {
    text-align: center;
  }

  .amenities-section.image-text-block {
    overflow: hidden;
  }

  .image-text-block .it-section .amenities-grid > li {
    padding-left: 4px;
    min-width: 250px;
  }

  .resident-amenities.amenities-section .it-section .section-content {
    margin-left: 0px;
  }

  .community-amenities .amnety-list .it-section .section-content {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-text-block.image-position-left .col.right-col {
    width: 100%;
    margin: 0 auto;
    float: none;
    right: auto;
    padding: 0 25px;
  }

  .image-text-block.image-position-right .left-col,
  .image-text-block.image-position-right .col.right-col {
    width: 100%;
    padding-top: 0;
  }

  .home-cta .footer-cta-text {
    padding: 0 20px;
  }

  .image-text-block.home-intro.image-position-right .col.left-col {
    order: 2;
    margin-top: 50px;
  }

  .image-text-block.image-position-right
    .it-container
    section.home-floorplans
    .equal-height {
    flex-flow: column;
  }

  .luxury-life .subcol {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  section.home-floorplans .col.flp-slider-tab .floorplans-text {
    max-width: 100%;
    padding: 0;
  }

  section.home-floorplans
    .col.flp-slider-tab
    .floorplans-text
    h2.section-title {
    padding-top: 0;
    margin-top: 0;
  }

  section.home-floorplans .col.flp-slider-tab .filter {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
  }

  section.home-floorplans .col.flp-slider-tab .filter span {
    display: none;
  }

  section.home-floorplans .col.flp-slider-tab .filter .filter-item {
    text-align: center;
    padding: 10px;
    margin-left: 0;
    margin-right: 20px;
  }

  section.home-floorplans
    .col.flp-slider-tab
    .filter
    .filter-item.active:before {
    display: none;
  }

  section.home-floorplans .flp-slider .floorplans-container {
    margin-left: 0;
    padding: 0 25px;
  }

  .image-text-block .it-image-section {
    margin-right: 0;
  }

  section.home-floorplans .col.flp-slider-tab {
    padding: 0 25px 10px;
  }

  section.home-floorplans .slick-slide .floorplan-slide-details {
    flex-flow: column;
    justify-content: center;
  }

  section.home-floorplans .slick-slide .floorplan-slide-details h2 {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath {
    width: 100%;
    border: 0;
    text-align: center;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    max-width: 50%;
  }

  section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath span {
    display: inline-block;
    margin: 5px 0;
  }

  section.home-floorplans
    .slick-slide
    .floorplan-slide-details
    a.flp-details-btn {
    margin: 20px auto;
  }

  .tabs-block .two-columns {
    flex-flow: column;
    justify-content: center;
  }

  .tabs-block .two-columns .col-6 {
    width: 100%;
  }

  .tabs-block .two-columns .tabs-amenities {
    padding: 0;
  }

  .tabs-block .two-columns .tabs-amenities .tabs-stage {
    padding: 30px;
  }

  .tabs-block .two-columns .tabs-amenities .tabs-stage .tab-content {
    padding: 0;
  }

  section.multipurpose-boxes .cta-slider-big {
    width: 100%;
    height: 100%;
    margin-top: 0px;
  }

  section.multipurpose-boxes .cta-slider-big .slick-list {
    display: none;
  }

  section.multipurpose-boxes .cta-slider-big button.slide-arrow.prev-arrow {
    left: 10px;
  }

  section.multipurpose-boxes .cta-slider-big button.slide-arrow.next-arrow {
    right: 25px;
    margin-right: 0;
  }

  section.multipurpose-boxes .cta-slider-small {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  section.form-section .equal-height {
    flex-flow: column;
  }

  section.form-section .equal-height .form-wrap {
    padding: 50px 30px 0;
  }
  section.form-section .equal-height .form-wrap {
    width: 100%;
    order: 2;
    margin: 0px auto;
    padding: 50px 25px 0;
  }

  section.form-section .equal-height .form-wrap .subcol {
    width: 100%;
  }

  section.form-section .equal-height .form-wrap .subcol .formmangr-col {
    width: 100%;
    padding: 0;
  }

  section.map-wrapper {
    height: 60vw;
    -webkit-clip-path: polygon(
      0% 0%,
      100% 0%,
      100% calc(100% - 50px),
      25% 100%,
      0% calc(100% - 50px)
    );
    clip-path: polygon(
      0% 0%,
      100% 0%,
      100% calc(100% - 50px),
      25% 100%,
      0% calc(100% - 50px)
    );
  }
  section.footer-cta.overlapping-text-box .cta-container .footer-cta-text {
    width: 100%;
    padding: 50px 25px;
  }

  div.footer-lower .copyright-area {
    width: 100%;

    display: flex;
    flex-flow: column;
  }

  div.footer-lower .copyright-area .copyright-text,
  div.footer-lower .copyright-area .property-icons,
  div.footer-lower .copyright-area ul.policy-nav {
    display: block;
    width: 100%;

    padding: 10px;
  }

  div.footer-lower .attribution {
    position: inherit;
    padding-left: 0px;
    margin-right: auto;
  }

  section.text-block .text-section {
    padding: 0 25px;
  }

  section.resources-section .fixed-links a.fixed-resource-link {
    margin: 0 0 20px;
    width: 100%;
    font-size: 18px;
  }

  section.resources-boxes .resources-boxes-wrapper .flexi-resource-links {
    width: 100%;
    gap: 40px;
    margin-top: 80px;
  }

  section.resources-boxes
    .resources-boxes-wrapper
    .flexi-resource-links
    .single-resource {
    width: calc(50% - 20px);
    margin: 0;
  }

  section.resources-boxes
    .resources-boxes-wrapper
    .flexi-resource-links
    .single-resource
    .single-resource-header
    h4
    span {
    font-size: 20px;
    line-height: 1.5;
  }

  .image-slider-container .sh_product_slider2_wrap {
    padding: 30px 0;
  }
  .home-gallery .image-slider-container .gallery .single-side {
    width: 50%;
    height: 250px;
    float: left;
    padding: 10px;
    display: inline-block;
    position: relative;
  }
  .image-slider-container .gallery .single-side img {
    position: relative;
  }

  .cta-slider .slick-list {
    overflow: visible;
  }

  .cta-slider .slick-list .slick-track {
    overflow: hidden;
  }

  section.floorplans-listing .flp-listing {
    padding: 0;
  }
  .floorplan-filters .container {
    max-width: 700px;
  }

  .floorplan-filters .flp-reset {
    min-width: 100px;
    padding: 15px;
  }
  .floorplan-filters .sqft-range {
    position: relative;
    width: 100%;
  }

  .floorplan-filters.active {
    height: 370px;
  }

  .floorplan-filters .more-flp-filters div span.sf-range-values-seperator {
    display: none;
  }
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }


  section.hero-banner .hero-slider button.slick-prev {
    left: 15px;
    width: 30px;
    height: 30px;
  }

  section.hero-banner .hero-slider button.slick-next {
    right: 15px;
    width: 30px;
    height: 30px;
  }

  section#floorplans-listing {
    padding-top: 0;
  }

  section.floorplans-listing .single-floorplan .flp-img > div img {
    height: 100%;
    object-fit: contain;
  }

  .listing-container .layout-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .amenities-intro .image-wrapper {
    height: 54vw;
    margin-bottom: 0px;
    margin-left: 0;
  }
  section.amenities-intro {
    padding-bottom: 65px;
  }
  .image-text-block.amenities-intro .it-container .right-col {
    width: calc(100%);
  }

  .image-text-block.amenities-intro .it-container .right-col {
    padding-left: 0px;
  }

  section.neighborhood .fliters-map-container {
    width: calc(100%);
  }
  .amenities-intro .image-wrapper::after {
    display: none;
  }

  section.tabs-block .tabs-amenities-images,
  section.tabs-block .tabs-amenities {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .tabs-block:after {
    display: none;
  }

  section.tabs-block .col-6 {
    width: 100%;
    padding: 0 30px;
  }
  section.tabs-block .col-6.left-col {
    padding: 0;
  }
  section.tabs-block .tabs-heading-blk {
    padding: 10px 0px;
    max-width: max-content;
    text-align: center;
  }
  .tabs-block .tab-image {
    width: 100vw;
    height: 100vw;
    margin: 15vh auto 8vh;
    position: relative;
    top: 0;
    transform: none;
    left: auto;
  }
  section.tabs-block .tabs-amenities .tabs-nav li:before,
  section.tabs-block .tabs-amenities .tabs-nav li:after {
    background: rgb(255 255 255 / 0%);
  }
  section.tabs-block .tabs-amenities .tabs-nav li a {
    border: 1px solid;
  }
  section.tabs-block .tabs-amenities {
    margin-top: 34px;
  }
  section.tabs-block .tabs-amenities .tabs-nav {
    position: relative;
    text-align: center;
  }

  section.home-floorplans .slick-slide .floorplan-slide-details {
    margin: 20px auto;
  }

  h1.text-logo {
    text-align: left;
  }

  section.blog-details-block .container {
    display: flex;
    flex-flow: column;
  }

  section.blog-details-block .post-content-inner {
    padding-left: 0px;
    width: 100%;
  }

  section.blog-details-block .post-content-inner .block-paragraphs {
    width: 100%;
    padding-right: 0px;
  }

  section.blog-details-block .post-sidebar {
    width: 100%;
    padding-left: 0;
    order: 2;
  }

  section.blog-details-block .social-share {
    position: relative;
    top: 0;
    order: 2;
  }

  section.blog-details-block .social-share .social-share-group {
    display: flex;
    margin: 10px;
    justify-content: center;
  }

  section.blog-details-block .social-share a.social-share-link {
    margin-right: 10px;
  }

  section.blog-details-block .post-sidebar .widget-title {
    font-size: 30px;
  }

  section.blog-details-block .post-sidebar .cat-list {
    padding: 50px 0;
  }

  .flp-carousel-slide img {
    height: 20vw;
  }

  .active-slide-in {
    margin-left: 0;
  }

  .amp-slide_in {
    width: 100%;
  }
  .image-slider-container .gallery .slick-slide {
    max-width: 100%;
    height: 420px;
  }

  .vt-tour-section {
    padding-bottom: 50px;
  }

  .image-text-block {
    flex-flow: column;
  }

  .footer-left li.footer-menu-item a:after {
    display: none;
  }

  .main-menu-panel {
    padding: 15px 20px;
  }
  section.multipurpose-boxes
    .cta-columns
    .cta-columns-wrap
    .small-img-item
    .mp-box-content
    h2:after {
    display: none;
  }
  section#home-gallery {
    padding-bottom: 20px;
    padding-top: 0;
  }

  section.footer-lower .copyright-area .copyright-text p {
    margin-bottom: 0;
  }

  section.footer-cta .bg-pattern {
    display: none;
  }

  section.tabs-block {
    padding-bottom: 0;
  }

  .floorplan-filters a.flp-filters-trigger {
    padding: 12px 10px;
    right: 15px;
  }

  .type-grid .single-virtual-tour {
    width: calc(50% - 30px);
  }

  .listing-container,
  section.blog-details-block .container {
    padding: 0 25px;
  }

  section#home-gallery .text-content-wrapper {
    padding: 50px 25px;
  }

  .mobile-home-flp-filter {
    display: block;
    width: 100%;
  }
  section.home-floorplans .filter .home-flp-desktop-filters{
    display: none;
  }

  .image-text-block.image-position-left
    .col.left-col.home-intro-slider-wrapper {
    margin-left: calc(50% - 350px);
    height: 40vw;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .image-text-block.image-position-left
    .col.left-col.home-intro-slider-wrapper
    .intro-slider
    .slick-slide {
    height: 100%;
  }

  section.tabs-block .tabs-amenities .tabs-nav li a .col-bg {
    margin-top: 50px;
    height: calc(100% - 110px);
  }

  .gallery-expand {
    width: 50px;
    height: 50px;
  }

  section.home-gallery .gallery-expand svg {
    margin-top: 12px;
  }
  .home-gallery .container-full {
    position: relative;
    padding: 70px 0 60px;
    min-height: calc(30vw + 240px);
    z-index: 9;
    top: 0;
  }
  .home-gallery .col-5 {
    width: 100%;
  }
  .slick-home-gallery {
    clip-path: none;
  }
  section.home-gallery .right-col {
    width: 100%;
    padding: 0;
    position: relative;
  }

  section.home-gallery .container.left-col {
    order: 2;
    text-align: center;
  }
  .home-gallery.only-heading-gallary .container-full .container.left-col{
  order: 0;
  }
  .home-gallery .col-6 {
    padding: 0 30px;
    width: 100%;
  }

  .home-gallery .image-slider-container {
    order: -1;
    margin-top: 0px;
  }

  .image-slider-container .gallery .slick-slide img {
    max-width: 100%;
    height: auto;
  }

  .footer-left img {
    max-width: 200px;
    margin: 0 auto 20px;
  }

  .footer-left ul.social-links {
    text-align: center;
    padding-bottom: 0;
  }

  section.home-floorplans .col.flp-slider-tab .floorplans-text,
  .image-text-block .it-section,
  .contact-block .subcol,
  section.contact-intro .subcol {
    padding-right: 0;
  }

  .container.faq-grid {
    flex-flow: column;
  }

  .faq-description {
    width: 100%;
    padding-right: 0;
  }

  .faq-list {
    width: 100%;
  }

  section.faq-section .answer,
  section.faq-section .question {
    padding: 0;
  }
  .intro-heading {
    margin-bottom: 20px;
  }

  section.hero-banner .slide-flex-wrapper .container {
    padding-left: 0;
  }

  section.hero-banner .slide-flex-wrapper .container .slide-content,
  section.hero-banner .slide-flex-wrapper .container .video-content {
    padding-left: 40px;
    margin: 0 auto;
    text-align: center;
  }

  section.home-floorplans .col.flp-slider {
    padding-right: 0;
  }

  .home-intro .home-intro-slider-wrapper,
  .home-intro .intro-box-right {
    width: 100%;
  }
  .home-intro .intro-heading,
  .home-intro .intro-content {
    width: 100%;
    padding: 0;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
  }
  .home-intro .home-intro-slider-wrapper {
    right: auto;
    width: 100vw;
    height: 100vw;
    margin: 15vh auto 8vh;
    position: relative;
    top: 50%;
    transform: none;
    left: auto;
    order: 0;
  }
  section.home-intro:before {
    left: 50%;
  }

  #intro-slider .intro-heading h2 {
    padding-top: 0px;
  }
  .luxury-life-stripe {
    top: calc(56vh + 54px);
  }

  .overlapping-text-box .equal-height .intro-heading,
  .overlapping-text-box .equal-height .intro-content {
    width: 100%;
  }

  h2.section-title br {
    display: none;
  }

  section.footer-cta.two-columns .cta-container {
    flex-flow: column;
  }

  .footer-cta-img .top-bar {
    left: 35vw;
  }
  .footer-cta:before {
    height: 30%;
    right: 50%;
  }
  section.footer-cta.two-columns .cta-container .footer-cta-img {
    right: auto;
    width: 100vw;
    height: 100vw;
    margin: 15vh auto 8vh;
    position: relative;
    top: 0;
    transform: none;
    left: auto;
  }
  .col-6.amenity-block-headeings {
    width: 100%;
    padding-top: 0;
  }

  .image-text-block .it-section .amenities-grid {
    padding: 0 20px;
  }

  .text-content-wrapper .intro-content {
    padding-left: 0;
    width: 100%;
  }

  section#faq-heading .container {
    padding: 0;
  }

  h1.section-title {
    font-size: 4rem;
  }

  .contact-intro .left-col,
  .contact-intro .right-col {
    width: 100%;
  }
  .contact-intro .right-col {
    order: 2;
  }
  .contact-intro .right-col .col-7 {
    width: 100%;
  }

  section.resident-sections .single-resident-section {
    width: 40%;
  }

  .footer .footer-logo-wrapper {
    width: 100%;
  }

  .footer-address,
  .footer-menu {
    width: 50%;
  }

  .footer .footer-logo-wrapper img {
    margin: inherit;
  }

  .footer-address {
    padding: 30px 0px;
  }

  .footer-bottom {
    margin-top: 0px;
  }
  section.resident-amenities .rounded-img-wrapper .image-wrapper {
    margin-left: -15%;

    right: inherit;
  }
  .it-section ul li {
    font-size: 1.163rem;
  }
  .gallery-intro.image-text-block .left-col {
    width: 100%;
    order: 0;
  }
  .gallery-intro .image-wrapper {
    margin-left: 0px;
    margin-bottom: 20px;
    height: 50vw;
  }
  .image-text-block.gallery-intro .it-container .right-col {
    padding-left: 0px;
  }
  section.gallery-intro + section {
    padding-top: 70px;
  }

  .footer .footer-logo-wrapper {
    order: 1;
    text-align: center;
  }
  .footer .footer-logo-wrapper img {
    margin: 0 auto;
  }
  .footer-address {
    order: 1;
    text-align: center;
  }
  .footer .container .footer-menu {
    order: 0;
  }
  .footer-bottom {
    text-align: center;
    order: 3;
  }
  div.footer-lower .copyright-area .copyright-text,
  div.footer-lower .copyright-area .property-icons,
  div.footer-lower .copyright-area ul.policy-nav {
    padding: 0px;
  }
  div.footer-lower .attribution {
    margin: 0 auto;
  }
  .attribution a img {
    margin: 0 auto;
  }
  .footer-address,
  .footer-menu {
    width: 100%;
  }

  div.footer-lower .copyright-area .property-icons {
    margin-top: 40px;
  }
  .footer li.footer-menu-item a.menu-item-link,
  .footer .address,
  .footer .contact,
  ul.policy-nav li,
  .copyright-area p {
    font-size: 1.2rem;
  }
  section.floorplans-listing .single-floorplan .flp-swaps a {
    margin: 0 25px;
  }
  img.intro-pattern {
    display: none;
  }
  section.home-floorplans .home-flp-content-outer .container {
    max-width: 700px;
    margin: 0 auto;
  }
  .home-flp-content-outer {
    -webkit-clip-path: polygon(
      0 0,
      100% 0,
      100% 30%,
      100% 75%,
      78% 100%,
      50% 75%,
      22% 100%,
      0 75%
    );
    clip-path: polygon(
      0 0,
      100% 0,
      100% 30%,
      100% 75%,
      78% 100%,
      50% 75%,
      22% 100%,
      0 75%
    );
  }
  section.home-floorplans .container .col-6 {
    width: 100%;
  }
  section.home-floorplans .floorplans-slick {
    padding: 40px 25px 40px;
    width: 100%;
  }

  section.home-floorplans .slick-slide .floorplan-slide-img {
    padding-bottom: 10px;
  }
  section.home-floorplans .flp-slider .floorplans-container {
    padding: 0px;
  }

  section.home-floorplans .slick-slide .floorplan-slide-details {
    margin: 0px auto;
    max-width: 50%;
  }

  section.home-floorplans
    .slick-slide
    .floorplan-slide-details
    a.flp-details-btn {
    margin: 0;
  }

  section.home-floorplans
    .floorplans-container
    .flp-slider-wrapper
    .home-floorplans-slider
    button.slick-next {
    right: calc(50% - 182px);
  }
  section.tabs-block {
    -webkit-clip-path: polygon(
      0% 0%,
      100% 0%,
      100% calc(100% - 50px),
      25% 100%,
      0% calc(100% - 50px)
    );
    clip-path: polygon(
      0% 0%,
      100% 0%,
      100% calc(100% - 50px),
      25% 100%,
      0% calc(100% - 50px)
    );
  }
  section.form-section {
    padding-bottom: 0;
    display: flex;
    flex-flow: column;
    margin-top: 60vw;
  }
  section.form-section .form-sec-bg {
    padding-bottom: 100%;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: relative;
    order: 1;
    margin-top: -50vw;
    margin-bottom: 50px;
    width: 100%;
  }
  section.form-section:before {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 0%);
    clip-path: polygon(100% 0, 100% 0, 100% 0%);
  }
  .footer-cta .footer-cta-text.container {
    min-height: 24vw;
  }
  .footer-cta .footer-cta-text.container .col-6.text-wrap {
    width: 100%;
    text-align: center;
  }
  .footer-cta {
    padding: 80px 0;
  }
  section.inner-hero {
    -webkit-clip-path: polygon(
      0% 0%,
      100% 0%,
      100% calc(100% - 50px),
      25% 100%,
      0% calc(100% - 50px)
    );
    clip-path: polygon(
      0% 0%,
      100% 0%,
      100% calc(100% - 50px),
      25% 100%,
      0% calc(100% - 50px)
    );
  }
  section.intro-type-1:before {
    height: 30%;
    right: 50%;
  }
  .intro-type-1.image-text-block .left-col {
    right: auto;
    width: 100vw;
    height: 100vw;
    margin: 15vh auto 8vh;
    position: relative;
    top: 0;
    transform: none;
    left: auto;
  }
  .intro-type-1 .it-section.col-6 {
    float: none;
    width: 100%;
    text-align: center;
  }
  section.community-amenities + section {
    margin-top: -60px;
  }
  section.community-amenities.image-position-right .it-container {
    padding: 60px 0 0;
    -webkit-clip-path: polygon(0% 50px, 75% 0%, 100% 30px, 100% 100%, 0% 100%);
    clip-path: polygon(0% 50px, 75% 0%, 100% 30px, 100% 100%, 0% 100%);
    width: 100%;
  }
  section.community-amenities .amnety-header.left-col {
    position: relative;
    order: 2;
    -webkit-clip-path: polygon(0% 50px, 75% 0%, 100% 30px, 100% 100%, 0% 100%);
    clip-path: polygon(0% 50px, 75% 0%, 100% 30px, 100% 100%, 0% 100%);
    width: 100%;
    height: 50vw;
  }
  .image-text-block .col.right-col.amnety-list .it-section.col-6 {
    width: 100%;
    float: none;
    margin-bottom: 60px;
    margin-top: 20px;
  }
  .amenities-section .it-section .inner-heading-wrapper {
    text-align: center;
  }
  section.resident-amenities.image-position-left .it-container {
    -webkit-clip-path: polygon(0% 30px, 25% 0%, 100% 50px, 100% 100%, 0% 100%);
    clip-path: polygon(0% 30px, 25% 0%, 100% 50px, 100% 100%, 0% 100%);
    width: 100%;
    padding: 60px 0 0;
  }
  section.resident-amenities .amnety-header.left-col {
    position: relative;
    -webkit-clip-path: polygon(0% 30px, 25% 0%, 100% 50px, 100% 100%, 0% 100%);
    clip-path: polygon(0% 30px, 25% 0%, 100% 50px, 100% 100%, 0% 100%);
    width: 100%;
    height: 50vw;
    order: 2;
  }
  .nb-scores .score-inner {
    font-size: 7.43rem;
  }
  .walk-score-section {
    position: relative;
    padding-top: 0px;
    padding-bottom: 200px;
  }
  .walscore-container h2.section-title {
    margin-top: -9px;
    font-size: 2rem;
  }
  section.gallery-intro {
    padding: 14vw 0;
  }
  .contact-page-logo {
    display: none;
  }
  .home-gallery .text-content-wrapper {
    padding-right: 15px;
  }

  section.gallery-section .gallery-tabs select.gallery-tabs-nav {
    display: block;
  }
  .flp-images .panzoom-buttons #flp-img-reset{
    display: none !important;
  }
  section.hero-banner + section.home-floorplans .floorplans-container .flp-slider-wrapper .home-floorplans-slider button.slick-prev, section.hero-banner + section.home-floorplans .floorplans-container .flp-slider-wrapper .home-floorplans-slider button.slick-next {
    top: -150px;
  }
}

@media screen and (max-width: 767px) {
  header .menu-section {
    width: 150px;
  }

  .header-top {
    display: none;
  }

  .header-cta a.btn,
  .header-contact {
    display: none;
  }

  header .menu-trigger {
    top: 0px;
    right: 0px;
  }

  header .logo-section {
    display: flex;
    justify-content: start;
    align-items: center;
    flex: 1;
  }
  .container,
  header .container {
    padding: 0 20px;
  }

  header .logo-section a.logo {
    width: 150px;
  }

  header .menu-trigger span {
    left: auto;
    right: 0px;
  }
  section.hero-banner .slide-flex-wrapper .slide-content h1.hero-title, section.hero-banner .slide-flex-wrapper .slide-content h2.hero-subtitle{
    word-wrap: break-word;
  }
  section.hero-banner {
    -webkit-clip-path: polygon(
      0% 0%,
      100% 0%,
      100% calc(100% - 25px),
      75% 100%,
      0% calc(100% - 25px)
    );
    clip-path: polygon(
      0% 0%,
      100% 0%,
      100% calc(100% - 25px),
      75% 100%,
      0% calc(100% - 25px)
    );
  }
  section.hero-banner .slide-content-box {
    min-height: 50vh;
    padding-top: 200px;
    padding-bottom: 35vw;
  }

  section.home-floorplans .floorplans-slick {
    width: 100%;
  }

  section.home-floorplans .slick-slide {
    margin-right: 0px;
    margin: 0 auto;
  }
  .flp-slidery {
    padding: 50px 25px 25px;
    padding-left: 0px;
  }
  section.home-floorplans .floorplans-slick .slick-list {
    overflow: hidden;
  }
  section.home-floorplans .slick-slide .floorplan-slide-img {
    max-width: 100%;
  }
  section.home-intro:before{
    height: 25%;
  }
  .home-flp-content-outer {
    -webkit-clip-path: polygon(
      0 0,
      100% 0,
      100% 30%,
      100% 90%,
      78% 100%,
      50% 90%,
      22% 100%,
      0 90%
    );
    clip-path: polygon(
      0 0,
      100% 0,
      100% 30%,
      100% 90%,
      78% 100%,
      50% 90%,
      22% 100%,
      0 90%
    );
  }
  section.home-floorplans .slick-slide .floorplan-slide-details {
    max-width: 100%;
    padding-left: 0px;
    width: 100%;
    margin: 0 auto;
  }
  section.home-floorplans
    .floorplans-container
    .flp-slider-wrapper
    .home-floorplans-slider
    button.slick-prev {
    left: 13%;
  }
  section.home-floorplans
    .floorplans-container
    .flp-slider-wrapper
    .home-floorplans-slider
    button.slick-next {
    right: calc(50% - 140px);
  }
  section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath {
    max-width: 100%;
  }

  section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath span {
    margin: 4px 0;
  }
  section.home-floorplans
    .slick-slide
    .floorplan-slide-details
    a.flp-details-btn {
    margin: 0 auto;
  }

  .floorplans-slick .slick-next:before,
  .floorplans-slick .slick-prev:before {
    width: 30px;
  }
  .floorplans-slick .slick-next,
  .floorplans-slick .slick-prev {
    width: 45px;
    height: 45px;
  }
  .floorplans-slick .slick-next:before,
  .floorplans-slick .slick-prev:before {
    left: 4px;
    top: 24px;
  }

  .floorplans-slick .slick-prev:after {
    top: 24px;
    left: 8px;
    width: 12px;
    height: 12px;
  }
  .floorplans-slick .slick-next:after {
    top: 13px;
    left: 20px;
    width: 12px;
    height: 12px;
  }
  section.home-floorplans .slick-slide .floorplan-slide-img {
    padding-bottom: 10px;
    width: 100%;
  }
  section.amenities-section ul.amenities-grid {
    column-count: 1;
  }

  section.hero-banner .slide-flex-wrapper .container .slide-content .caption-bg,
  section.hero-banner
    .slide-flex-wrapper
    .container
    .video-content
    .caption-bg {
    position: absolute;
    width: 90%;
    left: 5%;
  }
  .floorplans-slick .slick-next,
  .floorplans-slick .slick-prev {
    bottom: -80px;
  }
  section.home-floorplans .filter .filter-item {
    min-width: 150px;
  }
  section.multipurpose-boxes
    .cta-slider-small
    .slick-list
    .slick-track
    .slick-slide
    .mp-box-content {
    padding: 50px;
  }

  .home-floorplans .col-6.right-col .subcol {
    padding-right: 0px;
  }

  section.floorplans-listing .flp-listing .single-floorplan .flp-header {
    width: 100%;
    border-radius: 160px 160px 0 0;
    margin-top: 30px;
  }

  .flp-listing .flp-slide-in-trigger {
    order: 1;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-right: 0;
  }
  .floorplan-filters .flp-listing .single-floorplan,
  section.floorplans-listing .flp-listing .single-floorplan {
    width: 100%;
    margin: 0;
  }

  section.floorplans-listing
    .flp-listing
    .single-floorplan
    .flp-header
    .flp-swaps {
    display: flex;
    order: 2;
    padding: 0;
    margin-bottom: 10px;
  }
  section.floorplans-listing .flp-listing {
    margin: 0 auto;
  }

  section.floorplans-listing
    .flp-listing
    .single-floorplan
    .flp-header
    .flp-header-r
    .price-box {
    border: 0;
    text-align: right;
  }

  section.floorplans-listing
    .flp-listing
    .single-floorplan
    .flp-header
    .flp-swaps
    a {
    width: 50%;
    text-align: center;
    padding: 10px;
    margin: 0;
  }
  .select-floor-plan {
    width: 100%;
  }
  .floorplan-filters .container {
    border-radius: 0px;
    max-width: 90%;
  }
  .floorplan-filters.active {
    height: 100%;
  }
  .floorplan-filters .more-flp-filters div:last-child {
    width: 100%;
    margin-top: 20px;
  }
  .floorplan-filters .more-flp-filters {
    width: 100%;
    margin-top: 20px;
  }
  .floorplan-filters .sqft-range {
    position: relative;
    width: 100%;
    float: left;
  }
  .floorplan-filters .flp-reset {
    min-width: 170px;
  }
  .floorplan-filters .more-flp-filters div {
    width: 100%;
    padding: 0px 15px;
    border: none;
  }
  .floorplan-filters .more-flp-filters div select {
    width: 100%;
  }
  .floorplan-filters .more-flp-filters {
    display: none;
    transition: all 0.5s ease 0s;
  }
  .floorplan-filters.active .more-flp-filters {
    display: flex;
    transition: all 0.5s ease 0s;
    flex-direction: column;
  }
  .floorplan-filters a.flp-filters-trigger {
    display: block;
    margin: 20px auto;
    right: 0;
  }

  section#floorplans-intro {
    padding-bottom: 0;
  }

  section.home-floorplans .floorplans-slick {
    padding: 90px 0px 10px;
  }
  .listing-container .layout-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .single-virtual-tour,
  .type-grid .single-virtual-tour {
    width: 100%;
    margin: 0 0 40px;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    padding: 20px;
  }

  .single-virtual-tour .vt_img {
    width: 100%;
  }

  .single-virtual-tour .vt_img img {
    height: 250px !important;
    object-fit: cover;
  }

  .vt-flp-info {
    width: 100%;
    padding: 20px 0 0;
    text-align: center;
  }

  .virtual-tour-btns {
    width: 100%;
    align-content: flex-end;
    justify-content: center;
    flex-flow: wrap;
  }
  .vt-flp-info h2{
    text-align: center;
  }
   .gallery-tabs-nav li a {
    font-size: 14px;
  }

  .mobile-menu-wrapper.active ul.main-menu li.menu-item .menu-item-link {
    font-size: 18px;
  }

  section.tabs-block .tabs-amenities .tabs-nav li {
    min-width: 250px;
    margin-right: 0px;
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  section.tabs-block .tabs-amenities .tabs-stage .tab-content{
    padding-top: 20px;
  }

  section.tabs-block
    .tabs-amenities
    .tabs-stage
    .tab-content
    .tab-content-wrap {
    margin-top: 0px;
  }

  section.neighborhood .nbp-fliter-dropdown {
    display: block;
  }
  .gallery-tabs-header.content-block {
    min-height: auto;
    padding-bottom: 60px;
  }
  .gallery-tabs-header.content-block {
    clip-path: none;
  }
  .swifty-gallery-mobile-tabs-dropdown{
    margin-top: 30px;
  }
 
  section.gallery-section
    .gallery-tabs
    .img-gallery-magnific.gallery-col
    .magnific-img,
  section.gallery-section
    .gallery-stage
    .img-gallery-magnific.gallery-col
    .magnific-img:nth-child(5n + 4),
  section.gallery-section
    .gallery-stage
    .img-gallery-magnific.gallery-col
    .magnific-img:nth-child(5n + 5) {
    width: 70vw;
    height: 70vw;
    margin: 0 auto;
  }

  section.neighborhood .fliters-map-container .nbp-filter-options,
   .gallery-tabs-nav {
    display: none;
  }

  section.neighborhood .fliters-map-container .map-canvas {
    width: 100%;
  }
  section.multipurpose-boxes  .small-img-item .mp-box-content h2{
    font-size: 2.2rem;
  }
  section.gallery-section .gallery-tabs .gallery-stage {
    padding-top: 0;
  }


  .gallery-carousel .slick-dots {
    bottom: -35px;
  }

  .active-slide-in {
    margin-left: 0px;
  }

  .slide_in-body-wrapper .popup-flex {
    margin: 0 auto;
  }

  .amp-slide_in-close {
    right: 10px;
    top: 10px;
  }

  ul.policy-nav li {
    padding: 10px;
    border-left: 0;
  }

  section.neighborhood .nbp-filter-places ul.nb-places-ul li.nb-places {
    width: 100%;
  }

  .mobile-menu-wrapper .menu-logo {
    top: 25px;
  }

  .home-flp-desktop-filters {
    display: none;
  }

  iframe.special-vr-iframe {
    height: auto;
  }

  .block-padding-medium {
    padding: 35px 0;
  }

  .vt-tour-section {
    padding-bottom: 35px;
    padding-top: 50px;
  }

  .amp-slide_in {
    width: 100%;
  }

  section.tabs-block .tabs-amenities-images {
    min-height: 350px;
  }

  section.resident-sections .single-resident-section {
    width: 95%;
    margin: 20px 0px;
    height: auto;
  }
  #home-gallery .gallery-grid-modular .magnific-img {
    width: 100% !important;
    height: 90vw !important;
    margin: 10px 0 !important;
  }

  #home-gallery .gallery-grid-modular .magnific-img:nth-child(10n + 4),
  #home-gallery .gallery-grid-modular .magnific-img:nth-child(10n + 5) {
    width: 100% !important;
  }

  section.multipurpose-boxes .cta-columns .cta-columns-wrap {
    flex-flow: column;
  }

  header .menu-section {
    padding: 20px 15px;
  }

  .main-menu-panel ul.main-menu li.menu-item a.menu-item-link {
    padding: 10px 20px;
  }

  .main-menu-panel ul.main-menu li.menu-item {
    width: 100%;
  }

  .main-menu-panel ul.main-menu li.menu-item a {
    padding: 15px 25px;
  }

  .main-menu-panel ul.social-links li.social-icon {
    width: 40px;
    height: 40px;
  }

  .main-menu-panel .header-cta {
    margin: 20px 0;
  }

  .main-menu-panel ul.social-links {
    width: 100%;
    float: none;

    order: 4;
  }

  .main-menu-panel .header-cta {
    display: flex;
    flex-direction: column;

    align-items: center;
  }

  .main-menu-panel .header-cta a:first-child {
    margin-bottom: 20px;
  }

  .main-menu-panel {
    display: flex;
    flex-flow: column;
  }

  section.floorplans-listing .flp-listing .single-floorplan {
    margin: 20px 0;
  }

  .vt_list-grid-toggle {
    display: none;
  }

  section.contact-intro .subcol {
    padding: 0 25px;
  }

  .contact-page-logo {
    text-align: center;
  }

  .contact-page-desc {
    display: block;
    text-align: center;
  }

  .contact-page-desc .address-wrap {
    padding-right: 0;
    width: 100%;
  }

  .contact-page-desc .office-hours {
    width: 100%;
  }
  .address-wrap .directions {
    margin-bottom: 50px;
  }

  .overlapping-text-box .equal-height .intro-heading,
  .overlapping-text-box .equal-height .intro-content {
    width: 100%;
    padding-left: 20px;
  }

  .image-text-block.image-position-left
    .col.left-col.home-intro-slider-wrapper {
    margin-left: calc(50% - 180px);
  }

  section.home-floorplans .col.flp-slider-tab .filter {
    display: block;
  }

  section.tabs-block .tabs-amenities .tabs-nav li a .col-bg {
    margin-top: 20px;
    height: calc(100% - 70px);
  }

  section.tabs-block
    .tabs-amenities
    .tabs-stage
    .tab-content
    .tab-content-wrap
    .container.equal-height {
    flex-flow: column;
    padding: 0;
  }

  .tabs-block .intro-heading {
    margin-bottom: 0px;
  }

  .gallery-expand {
    display: none;
  }
  section.tabs-block {
    -webkit-clip-path: polygon(
      0% 0%,
      100% 0%,
      100% calc(100% - 30px),
      25% 100%,
      0% calc(100% - 30px)
    );
    clip-path: polygon(
      0% 0%,
      100% 0%,
      100% calc(100% - 30px),
      25% 100%,
      0% calc(100% - 30px)
    );
  }
  section.tabs-block
    .tabs-amenities
    .tabs-stage
    .tab-content
    .tab-content-wrap
    ul.amenities-grid {
    columns: 1;
    padding-left: 20px;
    text-align: center;
    list-style: inside;
    margin-top: 20px;
  }
  section.tabs-block
    .tabs-amenities
    .tabs-stage
    .tab-content
    .tab-content-wrap
    ul.amenities-grid
    li {
    display: list-item;
    list-style: inside;
    text-align: left;
  }
  section.tabs-block .tabs-amenities .amenities-grid-wrap {
    max-height: max-content;
    overflow-y: inherit;
  }
  section.form-section .equal-height .form-wrap {
    padding: 80px 20px 50px;
  }

  section.form-section .equal-height .form-wrap .subcol {
    padding: 0;
  }

  section.form-section .form-wrap .subcol h2 {
    padding-left: 0;
  }

  .gallery-grid .gallery-grid-modular .gallery .magnific-img {
    display: inline-block;
    position: unset;
    width: 32% !important;
    height: 20vw !important;
    margin-bottom: 20px;
    padding: 5px;
  }
  .image-slider-container .sh_product_slider2_wrap {
    padding: 0px 0px 30px;
  }
  .home-gallery .image-slider-container .gallery .single-side {
    height: 160px;
  }

  section.footer-cta.two-columns .cta-container .footer-cta-img,
  section.footer-cta.two-columns .cta-container .footer-cta-text {
    width: 100%;
  }

  section.footer-cta.two-columns .cta-container .footer-cta-text {
    width: 100%;
    padding: 15px;
  }

  .gallery-grid .gallery-grid-modular {
    width: 100%;
  }

  .top-bar,
  .bottom-bar {
    height: 40px;
  }

  .top-bar:after {
    border-right: 75px solid transparent;
    border-top: 40px solid #fff;
  }

  section.hero-banner .scroll-down:after {
    border-left: 75px solid transparent;
  }

  .bottom-bar:after {
    border-left: 75px solid transparent;
    border-bottom: 40px solid #fff;
  }

  .overlapping-text-box .cta-container .footer-cta-img .top-bar.reverse,
  .overlapping-text-box .cta-container .footer-cta-img .bottom-bar.reverse {
    height: 50px;
  }

  .overlapping-text-box .cta-container .footer-cta-img .top-bar.reverse:after {
    border-right: 75px solid transparent;
    border-top: 50px solid #fff;
  }

  .overlapping-text-box
    .cta-container
    .footer-cta-img
    .bottom-bar.reverse:after {
    border-left: 75px solid transparent;
    border-bottom: 50px solid #fff;
  }

  section.footer-cta.overlapping-text-box {
    padding: 100px 0;
  }
  section.hero-banner .slide-flex-wrapper .container {
    padding: 0;
  }
  section.footer-cta.two-columns .cta-container .footer-cta-text .text-wrap {
    padding: 0 0 40px;
  }
  section.hero-banner .slide-flex-wrapper .container .slide-content,
  section.hero-banner .slide-flex-wrapper .container .video-content {
    padding: 20px;
    width: 100%;
  }

  .text-content-wrapper .intro-content {
    padding-left: 0;
  }

  .amnety-header col-6,
  .col-6.amenity-block-headeings {
    width: 100%;
  }

  .image-text-block .amnety-list .equal-height .col-6,
  .image-text-block .amnety-list .equal-height .col-6.it-section {
    width: 100%;
    margin: 0;
  }

  .reverse .amnety-header .col-6 {
    float: none;
    width: 100%;
  }

  .image-text-block .it-section .amenities-grid {
    padding: 0;
  }

  .col-6.amenity-block-headeings {
    padding-top: 0px;
  }

  section.flp-slide-in {
    display: none;
  }

  .footer-right {
    padding: 30px 20px;
  }

  .footer-right li.footer-menu-item {
    margin-bottom: 15px;
  }

  ul.footer-menu-wraper {
    border: 0;
    padding: 50px 15px 0;
  }

  .footer-cta-img .top-bar {
    left: 34vw;
  }

  .image-text-block .it-section .amenities-grid {
    column-count: 1;
    padding: 0 20px 0px;
  }

  section.floorplans-listing .flp-listing .single-floorplan .container {
    flex-direction: column;
  }

  section.floorplans-listing .flp-listing .single-floorplan h2.flp-title {
    margin-top: 0;
  }

  section.neighborhood .nbp-filter-places {
    padding: 40px 10px;
  }

  .overlapping-text-box .footer-cta-text .text-wrap {
    flex-flow: column;
  }

  .overlapping-text-box .footer-cta-text .text-wrap .headdings-wrapper,
  .overlapping-text-box .footer-cta-text .text-wrap .content-wrapper {
    width: 100%;
  }
   .gallery-tabs-nav {
    display: none;
  }

  .contact-intro .top-bar,
  .contact-intro .bottom-bar {
    height: 30px;
  }

  .top-bar.reverse:after {
    border-bottom: 50px solid transparent;
    border-right: 50px solid #fff;
  }

  .bottom-bar.reverse:after {
    border-top: 50px solid transparent;
    border-left: 50px solid #fff;
  }
  section.form-section .equal-height .form-wrap {
    padding-bottom: 0;
    padding-top: 30px;
  }

  section.form-section .form-wrap .subcol div#submit {
    text-align: left;
    padding-left: 0;
  }

  section.text-block .text-section {
    padding: 0 20px;
  }

  section.inner-hero,
  section.inner-hero.overlapping-text-box .inner-hero-container {
    height: 75vh;
  }

  section.inner-hero {
    margin-top: 0px;
  }

  .contact-intro .contact-page-desc {
    flex-direction: column;
  }

  .faq-list {
    padding: 0px;
  }

  section.inner-hero.overlapping-text-box
    .inner-hero-container
    .inner-hero-text
    .text-wrap {
    height: auto;
  }

  .amenities-intro .it-container,
  .home-intro .intro-slider-container {
    padding: 0px;
  }

  .amenities-intro .inner-heading-wrapper h2 {
    padding-top: 10px;
  }

  .amenities-intro .inner-heading-wrapper h3 {
    margin-bottom: 0px;
  }

  section#floorplans-listing .container {
    padding: 0px;
  }
  section.floorplans-listing .single-floorplan .flp-swaps {
  }
  section.inner-hero.overlapping-text-box
    .inner-hero-container
    .inner-hero-text
    .text-wrap
    h1 {
    width: 100%;
    padding: 40px 0px;
    text-align: center;
  }

  section.resources-boxes
    .resources-boxes-wrapper
    .flexi-resource-links
    .single-resource {
    width: 100%;
    margin: 0 0 40px;
  }

  .image-slider-container .gallery .slick-slide {
    max-width: 100%;
    height: 338px;
  }

  section.home-gallery .section-title,
  section.home-gallery .section-sub-title,
  section.home-gallery .section-content {
    padding-left: 0px;
    padding-right: 0px;
  }

  section.home-floorplans .col.flp-slider-tab .filter .filter-item {
    margin-right: 0px;
  }

  .footer-address {
    padding: 30px 0px 0px;
  }

  .footer .container .footer-menu-wraper {
    padding: 0;
  }

  .footer li.footer-menu-item a.menu-item-link {
    padding: 0;
  }

  .footer li.footer-menu-item {
    padding-right: 0px;
  }
  section.inner-hero {
    -webkit-clip-path: polygon(
      0% 0%,
      100% 0%,
      100% calc(100% - 30px),
      25% 100%,
      0% calc(100% - 30px)
    );
    clip-path: polygon(
      0% 0%,
      100% 0%,
      100% calc(100% - 30px),
      25% 100%,
      0% calc(100% - 30px)
    );
  }
  section.inner-hero.overlapping-text-box .inner-hero-container {
    min-height: 60vw;
  }
  .amenities-intro .image-wrapper {
    margin-left: 0;
    height: 50vw;
  }

  section.faq-section .question a.que-bg {
    padding: 10px 50px 20px 0px;
  }
  .slick-home-gallery .single-side a img {
    height: 60vw;
  }
  .home-gallery-nav .slick-prev {
    left: 30%;
  }
  .home-gallery-nav .slick-next {
    right: 8%;
  }
  .home-gallery-nav .slick-list {
    display: none;
  }
  section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item {
    max-width: 550px;
    height: 40vw;
    width: 100%;
    margin: 0 auto;
  }
  section.multipurpose-boxes
    .cta-columns
    .cta-columns-wrap
    .small-img-item:nth-child(2) {
    margin-top: 30px;
    margin-left: auto;
    margin-bottom: 30px;
  }
  section.multipurpose-boxes
    .cta-columns
    .cta-columns-wrap
    .small-img-item:last-child {
    margin-right: auto;
  }
  section.multipurpose-boxes
    .cta-columns
    .cta-columns-wrap
    .small-img-item
    .box-img
    img {
    height: 100%;
  }
  .multipurpose-boxes .cta-arrows {
    width: 45px;
    height: 45px;
  }
  .multipurpose-boxes .cta-arrows .cta-btns:before {
    width: 60%;
    left: 17px;
    top: 19px;
  }
  .multipurpose-boxes .cta-arrows .cta-btns:after {
    width: 12px;
    height: 12px;
    right: 9px;
    top: 14px;
  }
  section.map-wrapper {
    -webkit-clip-path: polygon(
      0% 0%,
      100% 0%,
      100% calc(100% - 30px),
      25% 100%,
      0% calc(100% - 30px)
    );
    clip-path: polygon(
      0% 0%,
      100% 0%,
      100% calc(100% - 30px),
      25% 100%,
      0% calc(100% - 30px)
    );
  }
  .community-amenities .amnety-list.right-col .container {
    flex-direction: column;
  }
  section.community-amenities.image-position-right .it-container,
  section.community-amenities .amnety-header.left-col {
    -webkit-clip-path: polygon(0% 30px, 75% 0%, 100% 30px, 100% 100%, 0% 100%);
    clip-path: polygon(0% 30px, 75% 0%, 100% 30px, 100% 100%, 0% 100%);
  }
  section.resident-amenities.image-position-left .it-container,
  section.resident-amenities .amnety-header.left-col {
    -webkit-clip-path: polygon(0% 20px, 25% 0%, 100% 20px, 100% 100%, 0% 100%);
    clip-path: polygon(0% 20px, 25% 0%, 100% 20px, 100% 100%, 0% 100%);
  }
  .amenities-section
    .amnety-list
    .it-section
    .section-content
    ul.amenities-grid {
    column-count: 1;
    text-align: center;
  }
  section.community-amenities .amnety-header.left-col,
  section.resident-amenities .amnety-header.left-col {
    height: 70vh;
  }

  .amenities-section .amnety-list .it-section .section-content ul li {
    padding-left: 0;
    list-style: inside;
  }
  .walscore-text .walk-score-text .score-desc {
    padding-bottom: 10px;
  }
  .nb-scores {
    display: block;
    padding: 0px;
    width: 100%;
  }
  .walk-score-section {
    padding-top: 50px;
  }
  .walk-score-section .walscore-container {
    padding: 0px;
  }
  .walk-score-section .walscore-text .nb-scores {
    margin: 34px;
    width: 220px;
    height: 220px;
  }
  .score-wrap {
    height: 100%;
  }

  .overlapping-text-box .equal-height,
  .image-text-block .amnety-list .equal-height {
    flex-flow: column;
    align-items: center;
  }
  .walk-score-section .nb-scores.bike-score {
    display: flex;
    flex-direction: column-reverse;
  }
  .walscore-container h2.section-title {
    top: 0px;
  }
  .score-wrap-inner:after {
    display: none;
  }
  .amenities-section .it-section .section-content {
    max-height: max-content;
  }
  .home-gallery .text-content-wrapper {
    padding: 0px;
  }
  section.hero-banner + section.home-slider-floorplan{
    margin-top: -40px;
  }
  .single-walkscore .walscore-text {
    margin-top: 140px;
  }
  section.hero-banner{
    min-height: 100%;
  }
  footer.footer{
    padding-bottom: 80px;
  }
  section.hero-banner + section.home-floorplans {
    margin-top: -90px;
  }
  section.hero-banner + section.home-floorplans .home-flp-content-outer {
    -webkit-clip-path: polygon( 0% 0%, 100% 0%, 100% calc(100% - 30px), 25% 100%, 0% calc(100% - 30px) );
    clip-path: polygon( 0% 0%, 100% 0%, 100% calc(100% - 30px), 25% 100%, 0% calc(100% - 30px) );
    padding-bottom: 200px;
  }
  .amenities-section.full-width-section .amnety-list .it-section .section-content {
    padding-bottom: 100px;
  }
}
@media screen and (max-width:376px) {
  .page-container{
    overflow: hidden;
  }
}