/*
Theme Name: Honey Comb
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
*/

@import url('https://fonts.googleapis.com/css2?family=ABeeZee&display=swap');

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

body {
  font-family: "ABeeZee", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title-font {
  font-family: "ABeeZee", Helvetica, Arial, sans-serif;
}
h1{
  font-size: 4.5rem;
  line-height: 1.2;
  margin: 0 0 25px;
  font-weight: 700;
}
h2.section-title {
  font-size: 3.75rem;
  margin: 0 0 20px;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  padding-top: 50px;
}

h3.section-sub-title,
h3.section-subtitle {
  font-size: 2.1875rem;
  margin: 0 0 25px;
  font-weight: 400;
  line-height: 1.3;
}

h2.small-font {
  font-size: 1.125rem;
}

h1.hero-title {
  font-size: 4.5rem;
}

h1.section-title {
  font-size: 4.5rem;
  text-transform: uppercase;
  text-align: left;
  font-family: "ABeeZee", Helvetica, Arial, sans-serif;
}

.container {
  width: 100%;
  max-width: 1560px;
  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.125rem;
  line-height: 1.75;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
}

a.btn:hover {
  opacity: 0.75;
}

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

.side-space{
  width: 7.5%;
}

.side-space-right-col{
  width: 92.5%;
}

a.btn{
  display: inline-block;
  margin: 0px;
  white-space: nowrap;
  padding: 12.5px 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  min-width: 150px;
  text-transform: capitalize;
}

svg.half-circle-svg {
  position: absolute;
  z-index: 9;
  width: 18%;
  left: 55%;
  bottom: -90px;
  z-index: 99;
}

svg.half-circle-svg.ab-connector {
  width: 25%;
  left: 55%;
  bottom: -160px;
  z-index: 12;
}

.slider-counter{
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  position: absolute;
}

/*  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;
}
.mobile-only {
  display: none;
}

.margin-minus{
  margin-top: -125px;
}

.intro-type-1{
  padding-bottom: 100px;
}

.special-cta{
  padding-top: 200px;
  padding-bottom: 100px;
}

.floorplans-intro h2.section-title:after,
.neighborhood-intro h2.section-title:after,
.gallery-tabs-header h2.section-title:after,
.resident-heading h2.section-title:after,
.vt-tour-section h2.section-title:after,
.faq-heading h2.section-title:after,
.intro-type-2 h2.section-title:after,
.reviews-slider h2.luxury-life-heading:after
{
  right: 50%;
  left: unset;
  transform: translateX(50%);
}


.mob-bg{
  display: none;
}

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

/* ====== Header styles ===== */
header {
  display: flex;
  flex-flow: wrap;
  position: fixed;
  z-index: 1000;
  width: 100%;
  transition: all 0.5s ease;
}
.header-inner {
  text-align: right;
  font-size: 0;
}
header .container {
  max-width: 100%;
}

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

.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{
  width: 60%;
}

.header .header-cta {
  width: 30%;
} */

.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.collapsed .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;
  color: #fff;
  flex-flow: row;
  /* gap: 15px; */
  justify-content: center;
}


header ul.main-menu li.menu-item a {
  /* width: auto;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  padding: 14px; */
  font-weight: 700;
  padding: 0 18px;
  line-height: 2;
  display: block;
  position: relative;
  font-size: 1.0625rem;;
}
header ul.main-menu li.menu-item .menu-item-link:after {
  transition: all 0.3s ease 0s;
  border-bottom: 2px solid;
    position: absolute;
    content: "";
    width: 0;
    height: 25px;
    bottom: -47px;
    border-right: 3px solid;
    left: 50%;
    margin-left: -1.5px;
    opacity: 0;
}

header ul.main-menu li.menu-item .menu-item-link:hover::after {
  opacity: 1;
}

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;
  float: right;
}

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-right: 75px;
  height: 130px;
}

header .logo-section .header-logo{
  height: 100%;
}

header .logo-section a.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

header .logo-section a.logo img {
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  transition: all 0.5s ease;
  width: 100%;
  max-height: 80px;
  max-width: 200px;
}

header .logo-section a.logo .header-logo-img {
  width: auto;
    transition: all 0.5s ease 0s;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.main-menu-panel a.main-logo .header-logo-text {
  max-width: 250px;
}
.main-menu-panel .logo-section {
  display: flex;
}
.main-menu-panel a.main-logo {
  margin: 0;
  width: auto;
  display: block;
  float: left;
  max-width: 200px;
}

.main-menu-panel a.main-logo img{
  width: 100%;
}

.main-menu-panel .header-cta .header-call{
  display: none;
}

header .logo-section a.logo .header-logo-text {
  padding: 5px 0;
}
header .logo-section a.logo .text-logo,
.main-menu-panel .text-logo,
footer .text-logo
{
  font-size: 1.7rem;
  margin: 0px;
  font-weight: 700;
  text-align: left;
}
.main-menu-panel .text-logo{
  margin-top: 10px;
}
.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 a.main-logo .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 a.sticky-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

header.collapsed .logo-section a.main-logo {
  display: none;
  transition: all 0.5s ease 0s;
}
header.collapsed .logo-section {
  height: 102px;
  transition: all 0.5s ease;
}

header.collapsed .logo-section a.logo img {
  max-height: 80px;
  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 75px;
  position: relative;
  display: flex;
  vertical-align: middle;
  text-align: right;
  justify-content: center;
  flex-direction: column;
}
header.collapsed .header-cta{
  padding: 25px 0 25px 75px;
  transition: all 0.5s ease 0s;

}
.header-cta a.btn {
  margin-left: 15px;
  text-transform: capitalize;
}


.header-cta a.btn:first-child{
  margin-left: 0px;
}

.header-cta .header-call{
  display: block;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.header-cta .header-call span{
  position: relative;
  padding-right: 15px;
    margin-right: 15px;
}
.header-cta .header-call span:after{
  content: "";
  width: 1px;
  height: 18px;
  position: absolute;
  top: 2px;
  right: 0;
}

.header-cta .header-call span.text-color-dark:after{
  background-color: #000000;
}

.header-cta .header-call span.text-color-light:after{
  background-color: #ffffff;
}

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;
  margin-top: 40px;
  width: 100%;
}

.main-menu-panel ul.main-menu {
  text-align: left;
  height: auto;
  margin: 0;
 
  width: 100%;
}

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

.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: block;
  margin: 0;
  vertical-align: middle;
  font-size: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.main-menu-panel ul.social-links li.social-icon {
  display: inline-block;
  position: relative;

  width: 35px;
  height: 35px;
  margin: 5px 10px;
}

.main-menu-panel ul.social-links li.social-icon a {
  position: absolute;
  left: 0;
  top: 0;
}

.main-menu-panel ul.social-links li.social-icon a:after {
  font-size: 1.25rem;
}

.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);
}

.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;
  min-width: 180px;
}

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

.main-menu-panel .address a span {
  /* padding: 10px 0; */
  line-height: 1.5;
}

/* .main-menu-panel .address a span:first-child {
  line-height: 1.5;
} */

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

.main-menu-panel .contact a {
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

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

.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: 20px;
}
/* .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; */
  padding-bottom: 90px;
}
/* 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);
} */
/* section.intro-type-2:before {
  content: "";
  width: 100%;
  height: 30vw;
  background-image: url(../images/stinger-shape.svg);
  position: absolute;
  top: -1px;
  background-position: bottom center;
  transform: rotate(180deg);
  left: 0;
  background-repeat: no-repeat;
  background-size: 101% auto;
} */

/* ====== ENd intro common style ===== */
/* Main Container */
.main-content {
  transition: all 0.5s ease;
  contain: paint;
}

/* .page-container{
  overflow: hidden;
} */

/* ====== Home Page styles ===== */
section.hero-banner {
  position: relative;
  opacity: 1;
  z-index: 99;
  background: #fff;
  transition: all 0.5s ease 0s;
  min-height: calc(100vh - 129px);
  display: flex;
}


/* section.hero-banner .hero-container{
  width: 92.5%;
} */

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% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 0px;
}

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%;
  background: rgba(10, 10, 10,0.5);
}

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, section.hero-banner .container .video-content-box {
  height: auto;
  min-height: calc(100vh - 129px);
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: left;
  max-width: 1200px;
  width: 100%;
  padding: 50px 100px
}

section.hero-banner .slide-content-box .slide-content:after, section.hero-banner .container .video-content:after{
  content: "";
  border-top: 12px solid;
  width: 75px;
  position: absolute;
  left: 0;
  top: -40px;
}

section.hero-banner .slide-flex-wrapper .container,  section.hero-banner .video-wrapper .video-container{
  height: auto;
  position: relative;
  max-width: unset;
  padding: 0px 
}

section.hero-banner .slide-flex-wrapper .container .slide-content, section.hero-banner .container .video-content{
  position: relative;
}

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: 25px;
  margin-top: 0px;
  text-transform: none;
}
section.hero-banner h2.hero-subtitle {
  padding: 0;
  display: inline-block;
  margin: 0 0 25px;
  line-height: 1.2;
  text-transform: capitalize;
  font-size: 2.625rem;
  font-weight: 700;
}

section.hero-banner .hero-paragraph {
  display: block;
  margin-bottom: 25px;
}

section.hero-banner .hero-paragraph p {
  line-height: 1.6;
  font-size: 1.125rem;
  font-weight: 400;
}

section.hero-banner .slider-container .slick-dots {
  bottom: 50px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  padding: 0 100px;
}

section.hero-banner .slider-container .slick-dots > li {
  border-radius: 50%;
    overflow: hidden;
    margin: 0 20px 0 0;
    width: 40px;
    height: 40px;
    opacity: 1;
}
/* section.hero-banner .slider-container .slick-dots > li.slick-active {
  border: 2px solid #fff;
  padding: 2px;
} */
/* section.hero-banner .slider-container .slick-dots > li:first-child {
  margin-left: 0;
} */

section.hero-banner .slider-container .slick-dots > li button {
  font-size: 1.6875rem;
  line-height: 1.1;
  /* width: 40px;
  height: 40px; */
  opacity: 1;
  color: #fff;
  display: block;
  text-align: center;
  background-color: transparent;
  opacity: 0.5;
  border: 0px;
}

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

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

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

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

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

section.hero-banner .video-wrapper {
  height: calc(100vh - 129px);
  position: relative;
  overflow: hidden;
  width: 100%;
}

section.hero-banner .video-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

section.hero-banner .video-wrapper iframe.youtube-video {
  height: 100%;
  width: 100%;
  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-arrow {
  display: none !important;
}

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

section.hero-banner section.hero-banner {
  height: calc(100vh - 129px)
}
section.hero-banner .section-buttons {
  display: flex;
  gap: 10px;
  overflow: hidden;
  justify-content: flex-start;
  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;
}

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

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 {
  display: none;
}


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

.hero-banner .section-buttons a.btn{
  text-transform: capitalize;
}

/* ====== 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-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 .intro-slider-container{
  display: flex;
  padding: 75px 0px 100px;
  flex-flow: nowrap;
}

section.home-intro .intro-slider-container .intro-box-right .equal-height,
section.intro-type-1 .right-col .it-section
{
  padding-left: 55px;
  width: 100%;
  max-width: 780px;
  padding-right: 60px;
  height: auto;
  min-height: 960px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

section.home-intro .intro-slider-container .intro-box-right .equal-height h2{
  padding-top: 50px;
  position: relative;
}

h2.section-title:after{
  content: "";
  border-top: 12px solid;
  width: 75px;
  position: absolute;
  left: 0;
  top: 0;
}

section.home-intro .intro-slider-container .intro-box-right .intro-content .section-buttons{
  margin-top: 40px;
}

section.home-intro .intro-slider-container .intro-box-right .intro-content .section-buttons a.btn{
  text-transform: capitalize;
  font-size: 0.9375rem;
  font-weight: 700;
}


section.home-intro .intro-slider-container .intro-box-right .intro-content .section-buttons a.btn:hover{
  opacity: 1;
}


.home-intro-slider-wrapper .it-image-section, 
.home-intro-slider-wrapper .intro-slider, 
.home-intro-slider-wrapper .slick-list, 
.home-intro-slider-wrapper .slick-track, 
.home-intro-slider-wrapper .slick-slide, 
.home-intro-slider-wrapper .slide-bg, 
.home-intro-slider-wrapper .slide-bg img,
.intro-type-1 .image-wrapper
{
  height: 100%;
  object-fit: cover;
  object-position: center center;
}


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

/* ====== Home Page styles ===== */
section.home-floorplans {
  margin: 0;
  list-style: none;
  width: 100%;
  max-width: 100%;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
}

section.home-floorplans .side-space-right-col{
  padding-bottom: 150px;
}
section.home-floorplans .home-flp-content-outer .container {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
  width: 100%;
  max-width: 780px;
  padding-right: 45px;
  text-align: left;
  margin: unset;
}
section.home-floorplans .home-flp-content-outer .col {
  margin: 0 auto;
}
.home-flp-content-outer {
  position: relative;
  order: 2;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
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 .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;
  background: #F4F4F4;
  padding: 20px;
  height: 325px;
  object-fit: contain;
  width: 100%;
}

section.home-floorplans .slick-slide .floorplan-slide-img img {
  /* max-height: 310px;
  object-fit: contain;
  object-position: center center;
  height: 350px;
  margin: 0 auto; */
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

section.home-floorplans .slick-slide .floorplan-slide-details {
  position: relative;
  /* margin: 0px auto 0px; */
  height: 100%;
  text-align: left;
  opacity: 1;
  /* transition: all 0.5s ease;
  padding: 0px;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: start;
  height: 345px;
  opacity: 0;
  padding-left: 50px;
  justify-content: flex-end; */
  margin: 30px auto;
  width: 90%;
  text-align: left;
}
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: 1.25rem;
  width: 100%;
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.3;
  margin-top: 0px;
}

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.125rem;
  font-weight: 400;
  margin: 5px 0;
  display: block;
  text-align: left;
}

section.home-floorplans .slick-slide .floorplan-slide-details .flp-details-btn{
  font-size: 0.9375rem;
  font-weight: 700;
}

section.home-floorplans .slick-slide .floorplan-slide-details .flp-details-btn:hover{
  opacity: 1;
}

section.home-floorplans .filter {
  /* width: 100%;
  display: flex;
  justify-content: center; */
    position: absolute;
    top: 30px;
}

section.home-floorplans .filter span {
  display: inline-block;
  /* position: absolute; */
  font-size: 1.875rem;
  vertical-align: middle;
  /* font-weight: 700;
  text-transform: uppercase;
  top: -30px; */
  
}

section.home-floorplans .filter .filter-item {
  
  display: inline-block;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.625rem;
  border-radius: 50%;
  vertical-align: middle;
  min-width: unset;
  border: 0px;
  padding: 0px;
  box-shadow: none;
  font-weight: initial;
  margin-bottom: 0px;
}

section.home-floorplans .filter .filter-item.bedroom-studio{
  width: auto;
  height: auto;
  padding: 0 20px;
  border-radius: 50px;
}

section.home-floorplans .filter .filter-item:hover{
  cursor: pointer;
}
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;
}

section.home-floorplans .floorplans-text h2{
  position: relative;
  padding-top: 50px;
}

.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 button.slick-arrow{
    width: 20px;
    height: 20px;
    top: -57px;
    right: auto;
    left: 50px;
    z-index: 99;
    color: #000000;
    left: auto;
    right: 20%;
}

.bed-slider .floorplans-slick button.slick-arrow{
  right: 6%;
}

.floorplans-slick button.slick-arrow:after{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 4.5px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  z-index: 1;
}

.floorplans-slick button.slick-arrow.slick-prev:after{
  right: auto;
  left: 0;
  transform: rotate(-135deg);
}

.floorplans-slick .slick-prev{
  left: auto;
  right: calc(-95% + 105px);
}

.floorplans-slick .slick-prev:after{
  right: auto;
  left: 0;
  transform: rotate(-135deg);
}
    
.floorplans-slick button.slick-arrow::before,
section.home-floorplans .filter .mobile-home-flp-filter > span
{
  display: none;
}

/* .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;
  height: 2px;
  background: #000;
  left: 12px;
  top: 38px;
  position: absolute;
  transform: rotate(-45deg);
}

.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: 5px;
}
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 {
  top: 43px;
  left: 14px;
  transform: rotate(-180deg);
}
.floorplans-slick .slick-next:after {
  top: 23px;
  left: 35px;
} */
.slick-prev.slick-disabled:after,
.slick-next.slick-disabled:after,
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.6;
}
.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 {
  overflow: hidden;
  padding-top: 110px;
  margin-right: 2vw;
}

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-floorplans-slider .slider-counter{
  top: -61px;
    right: 55px;
    color: #000;
}

/* ====== Home Page Tabs ===== */
section.tabs-block {
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

section.tabs-block .tab-1-image:before{
  position: absolute;
  top: -28%;
  z-index: 10;
  left: 50%;
  content: "";
  display: block;
  width: 4px;
  height: 55%;
  background-color: #000000;
  transform: translateX(-50%);
}

/* section.tabs-block .home-tabs-block-bg {
  position: relative;
} */

.tabs-block .tab-image {
  width: 100%;
  height: 25vw;
  position: relative;
}
.tabs-block .tab-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tabs-block .container-full {
  z-index: 9;
}
section.tabs-block .container-full .col-6 {
  position: relative;
}

/* .tabs-block .tab-image img {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
} */

.tabs-block .tab-image.active {
  display: block;
}

section.tabs-block .tabs-amenities-images {
  padding: 0;
  position: relative;
  z-index: 1;
  min-height: 450px;
}

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: 50%;
  background: #3e3e3e;
  position: absolute;
  right: 75%;
  top: 0;
  margin-right: -3px;
  transition: all 0.5s ease;
  top: auto;
  bottom: 0;
} */

/* section.tabs-block .tabs-amenities .tabs-nav {
  position: relative;
  z-index: 1;
  width: 100%;
} */
.tabs-block img.intro-pattern.from-top {
  top: calc(240px - 0vw);
  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-stage .tab-content-wrap
{
  padding: 0px 60px 150px;
  display: block;
}

.footnote_txt{
  padding: 0px 60px;
  line-height: 1.5;
}

section.tabs-block .tabs-stage .tab-content-wrap .tabs-heading-blk h2{
  position: relative;
  padding-top: 40px;
}

section.tabs-block .tabs-stage .tab-content-wrap .tabs-heading-blk h2.section-title:after{
  top: -60px;
}

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 {
    margin-top: 25px;
  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.125rem;
  position: relative;
  padding-left: 0px;
  line-height: 30px;
  margin-bottom: 5px;
  list-style: disc;
  list-style-position: inside;
}
section.tabs-block .tabs-amenities-images img {
  width: 100%;
}

/* section.tabs-block .tabs-heading-blk {
  padding: 5px 0px;
  max-width: 700px;
} */

#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;
}

section.tabs-block .slick-prev:before, 
section.tabs-block .slick-next:before{
  color: transparent;
}

section.tabs-block .tabs-amenities .tab-image.property-logo-img img.flp-pmc-logo {
  width: unset;
    height: 250px;
    object-fit: contain;
    position: absolute;
    right: 50%;
    transform: translate(50%, -50%);
    top: 50%;
}




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

#gallery .container.left-col{
  max-width: unset;
  display: flex;
  flex-flow: wrap;
  padding: 0px;
  align-items: center;
}

#gallery .container.left-col .text-content-wrapper{
  height: 100%;
}

#gallery .container.left-col .text-content-wrapper.heading-div{
  padding: 100px 60px;
}

#gallery .container.left-col .text-content-wrapper.heading-div .section-sub-title.font-subheading {
  padding-bottom: 80px;
}

#gallery .container.left-col .text-content-wrapper.content-div{
  padding: 100px 15px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

#gallery .container.left-col .text-content-wrapper.content-div .section-content{
  padding-left: 40px;
    width: 100%;
    max-width: 780px;
    padding-right: 45px;
}

#gallery .image-slider{
  margin-left: 60px;
  margin-top: -135px;
  padding-bottom: 75px;
  padding-top: 80px;
  overflow: hidden;
}

#gallery .image-slider.text-color-dark button.slide-arrow.prev-arrow::after,
#gallery .image-slider.text-color-dark button.slide-arrow.next-arrow::after,
#gallery .image-slider.text-color-dark .slider-counter
{
  color: #000000;
}

#gallery .image-slider .slick-slide a{
  display: block;
    padding: 0 20px;
}

#gallery .image-slider .slick-slide a img{
  height: 460px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

#gallery .image-slider .home-gallery-nav{
  width: 45%;
    overflow: visible;
}


#gallery .image-slider .slick-list.draggable{
  overflow: visible;
}

#gallery button.slick-arrow{
  right: auto;
  left: 5px;
  width: 20px;
  height: 20px;
  top: -50px;
  z-index: 99;
  position: absolute;
}


#gallery button.slide-arrow.prev-arrow::after, #gallery button.slide-arrow.next-arrow::after{
  content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 4.5px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(-135deg);
    z-index: 1;
    right: auto;
    left: 0;
    color: #ffffff;
}

#gallery button.slide-arrow.next-arrow::after{
  
  transform: rotate(45deg);
}

#gallery button.slide-arrow.next-arrow{
  left: 100px;
}

#gallery .slick-prev::before, #gallery .slick-next::before{
  opacity: 0;
  display: none;
}

#gallery .slider-counter{
  top: -55px;
    left: 42px;
}
    

/* / ====== Home Page Gallery Slider ===== /  */
.image-slider-container {
  position: relative;
  width: 100%;
  height: auto;
}
/*====== End Home Page Gallery Slider ===== */




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

/* ====== CTA Slider to Columns styles ===== */

section.multipurpose-boxes {
  background-size: cover;
  background-position: center bottom;
  transition: all 0.3s ease;
  position: relative;
}

section.multipurpose-boxes:before{
  content: "";
  width: 3px;
  height: 300px;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 30%;
  background: #000000;
}
.multipurpose-boxes .container{
  max-width: unset;
  padding: 200px 0 150px;
}

.multipurpose-boxes .container .cta-columns-wrap{
  display: flex;
  flex-wrap: nowrap;
}

.multipurpose-boxes .container .cta-columns-wrap .small-img-item{
  position: relative;
  height: auto;
  width: 100%;
}

.multipurpose-boxes .container .mp-box-content{
  top: auto;
    transform: none;
    left: auto;
    display: block;
    text-align: left;
    padding: 60px;
    position: relative;
    width: auto;
    height: auto;
    z-index: 999;
    color: #000000;
}
.multipurpose-boxes .container .mp-box-content h2{
  font-size: 2.8125rem;
  line-height: 1;
  margin: 0 0 25px;
}

section.multipurpose-boxes .box-link-wrapper{
  color: transparent;
  font-size: 0;
}

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

.mp-box-content .cta-arrows {
  position: relative;
  font-size: 0;
  width: 100px;
  margin: 30px 0;
  height: 100px;
  border: 2px solid;
  border-radius: 50%;
  margin-bottom: 0;
}

.mp-box-content .cta-arrows:before {
  content: "";
  width: 40px;
  left: 25px;
  top: 50%;
  height: 0;
  position: absolute;
  border-top: 3px solid;
}

.mp-box-content .cta-arrows:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 32px;
  top: 42px;
  border-top: 3px solid;
  border-right: 3px solid;
  transform: rotate(45deg);
}

.multipurpose-boxes .box-img{
  position: relative;
  transform: none;
  left: auto;
  top: auto;
  height: auto;
  overflow: hidden;
  width: 100%;
  transition: all 0.4s ease 0s;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.multipurpose-boxes .box-img .sec-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  background-color: #000000;
}

.multipurpose-boxes .box-img img{
  width: 100%;
  height: 400px;
  display: block;
  object-fit: cover;
  transition: all 0.5s ease 0s;
}

.multipurpose-boxes .small-img-item:hover .box-img img{
  transform: scale(1.15);
}

.multipurpose-boxes .small-img-item:hover .box-img {
  transform: none;
}

.multipurpose-boxes .half-circle-svg.rotate-180{
  transform: rotate(180deg);
  width: 15%;
}
/* ====== Form Section===== */
.form-section .form-sec-bg{
  position: relative;
  padding: 110px 60px 0;
}

.form-section .form-img-col{
  margin-top: 50px;
  width: 100%;
  height: 85%;
}

.form-section .form-img-col img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.form-section .form-wrap .subcol{
  padding: 200px 0 60px;
}

.form-section .form-wrap .subcol .form-outer{
  width: 100%;
  max-width: 780px;
  padding: 20px 0;
}

.form-section  .formmangr-custom-form{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.form-section  .formmangr-custom-form .formmangr-row{
  display: flex;
  margin-bottom: 20px;
  min-height: 30px;
  width: 100%;
  flex-flow: wrap;
  margin-bottom: 0;
  text-align: center;
  align-items: center;
  /* justify-content: center; */
}
.form-section  .formmangr-custom-form .formmangr-row .formmangr-field{
  text-align: left;
}
.form-section  .formmangr-custom-form .formmangr-row .formmangr-col{
  padding: 0 12px;
    margin-bottom: 45px;
    width: 50%;
}

section.form-section .form-wrap .subcol .formmangr-field label{
  font-size: 1.125rem;
  font-weight: 700;
}

.formmangr-row .formmangr-input, .formmangr-row select.formmangr-form-dd, .formmangr-row .formmangr-field textarea{
  margin-top: 10px;
  padding: 10px;
  text-transform: unset;
  border-color: unset;
}

section.form-section select option{
  color: #000;
}

section.form-section [for="unit_type_field_name"].formmangr-field-label.show{
  opacity: 1;
}

section.form-section .field-type-pets .formmangr-field-label, section.form-section .field-type-contact_by .formmangr-field-label{
  height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}

section.form-section .form-wrap .subcol .formmangr-col.field-type-comment{
  width: 100%;
}

input[type="radio"]::before{
  top: 0.9px;
    left: 0.9px;
}

div#submit{
  text-align: left;
  margin-left: 10px;
}

div#submit button{
  padding: 12px 15px;
  font-size: 20px;
  border: 0px;
  text-transform: capitalize;
  line-height: 1.5;
  min-width: 200px;
}

section.form-section .form-wrap .subcol .formmangr-col.field-type-comment{
  margin-bottom: 30px;
}

button.formmangr-button.formmangr-button-submit:hover{
  opacity: 0.75;
}

section.form-section .left-col.form-wrap h2,
section.form-section.full-width-section .right-col.form-sec h2
{
  display: none;
}

section.form-section.full-width-section .left-col.form-wrap h2{
  display: block;
}
/* ====== Google Map Section ===== */
section.map-wrapper {
  display: flex;
  min-height: 29vw;
  height: 46vw;
}

.address-map{
  width: 92.5%;
}
/* .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.two-columns{
  align-items: unset;
}

section.footer-cta .footer-cta-text.container{
  max-width: unset;
  padding: 0px;
  align-items: center;
}

section.footer-cta .footer-cta-text .text-wrap{
  padding: 125px 15px 75px;
}

section.footer-cta .footer-content-wrapper{
  padding-left: 40px;
  width: 100%;
  max-width: 780px;
  padding-right: 45px;
}

section.footer-cta .footer-content-wrapper .section-content{
  margin-bottom: 20px;
}

section.footer-cta .footer-content-wrapper .section-buttons a.btn{
  font-size: 0.9375rem;
  font-weight: 700;
}

section.footer-cta .footer-cta-img{
  height: 100%;
}

section.footer-cta .image-wrap{
  width: 90%;
  height: 100%;
  position: relative;
}

section.footer-cta .image-wrap img{
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
}

svg.half-rectangle{
  width: 20%;
    position: absolute;
    top: -100px;
    z-index: 99;
    left: 45%;
    z-index: 999;
}


/*===== Footer =====*/
footer.footer {
  transition: all 0.5s ease;
  /* padding: 100px 0 25px; */
  display: flex;
}

section.site-footer {
  display: flex;
  flex-flow: wrap;
  padding: 90px 85px 60px 85px;
}
footer .footer-logo-wrapper img{
  display: block;
  max-width: 230px;
}

.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: 20px;
  /* padding-bottom: 25px; */
  padding-left: 0;
}

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

.footer ul.social-links li.social-icon:first-child{
  margin-left: 0px;
}

.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: 20px;
}

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

.footer-address{
  font-size: 1.125rem;
  line-height: 1.75;
}

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

.footer .contact>span{
  display: none;
}

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

.footer .contact a.footer-email{
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer .contact a.footer-email > span{
  text-transform: uppercase;
}

.footer-email svg{
  height: 22px;
    width: 22px;
}

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

.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: 40px;
}

.footer-menu-wraper{
  column-count: 2;
}

.footer li.footer-menu-item {
  font-size: 1.125rem;
  line-height: 1.75;
  font-weight: 700;
}

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

.copyright-area {
  padding: 0px;
  display: flex;
  flex-grow: 1;
  flex-flow: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.copyright-area p {
  margin-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.75;
}

.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: 1.125rem;
  line-height: 1.75;
}

ul.policy-nav li:after {
  content: "|";
  position: absolute;
  left: -5px;
}

.property-icons {
  display: inline-block;
}

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

.text-color-light.property-icons li.single-prop-icon img {
  width: 100%;
  height: auto;
}

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

ul.property-icons-list {
  margin: 0;
}

.attribution {
  display: inline-block;
  vertical-align: middle;
  float: right;
  text-align: center;
}

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

.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 .callus {
  display: block;
  font-weight: 600;
}

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


/* footer-menu-wraper{

} */

/* ====== Inner Hero Section ===== */
section.inner-hero {
  display: flex;
  flex-flow: wrap;
  z-index: 99;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-bottom: 125px;
}

section .inner-hero-container:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

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: 30vw;
  padding: 100px 60px;
}

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 / 40%);
  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 {
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding: 0;
  max-width: unset;
  z-index: 1;
}

section.inner-hero .inner-hero-text
  .text-wrap {
  padding: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

section.inner-hero h1 {
  text-transform: capitalize;
  display: inline-block;
  font-size: 4.5rem;
  margin: 0;
  line-height: 1.5;
  position: relative;
  padding-bottom: 20px;
}

section.inner-hero h1:after {
  content: "";
  border-top: 12px solid;
  width: 75px;
  position: absolute;
  left: 0;
  bottom: 0;
}

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

.intro-type-1.image-text-block .left-col {
  width: 50%;
}

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

/* .intro-type-1.image-text-block .inner-heading-wrapper,
.intro-type-1.image-text-block .section-content {
  width: 100%;
  float: left;
  padding: 0 15px;
} */

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

/* .image-text-block.amenities-intro .it-container .right-col {
  width: 50%;
} */

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

.intro-type-1.image-text-block .left-col {
  width: 41.66%
}

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



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


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

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

section.amenities-section{
  padding-top: 120px;
  padding-bottom: 250px;
}

section.amenities-section.community-amenities .amnety-header{
  order: 2;
  /* position: absolute;
  right: 0;
  width: 58.33333333%; */
  margin-left: -8.33%;
  width: calc(50% + 8.33%);
}

/* section.amenities-section.resident-amenities .amnety-header .image-wrapper{
  left: 0;
} */

section.amenities-section .section-discription{
  margin-bottom: 10px;
}
section.amenities-section .amnety-list{
  padding: 95px;
  position: relative;
  z-index: 100;
  transform: translateY(150px);
}

section.amenities-section .amnety-list .it-section h4{
  font-weight: 400;
  font-size: 1.375rem;
}

section.amenities-section .amenities-grid{
  list-style-type: disc;
  padding-left: 15px;
  columns: 2;
}

section.amenities-section .section-discription ol,
section.amenities-section .section-discription ul,
section.tabs-block .tabs-stage .tab-content-wrap .tabs-heading-blk ol,
section.tabs-block .tabs-stage .tab-content-wrap .tabs-heading-blk ul,
section.policy-heading .section-content ol,
section.policy-heading .section-content ul
{
  list-style-type: disc;
  padding-left: 15px;
  line-height: 1.8;
  font-size: 1.125rem;
}

section.amenities-section .section-discription ol,
section.tabs-block .tabs-stage .tab-content-wrap .tabs-heading-blk ol
section.policy-heading .section-content ol
{
  list-style-type: auto;
}

section.amenities-section .amenities-grid .single-amenity{
  font-size: 1.125rem;
  list-style-type: disc;
}

section.amenities-section.resident-amenities .amnety-header{
  /* left: 0; */
  margin-right: -8.33%;
  position: relative;
  width: calc(50% + 8.33%);
}

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

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

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

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

#contact-hero.no-padding{
  padding-bottom: 125px;
}

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

/* ====== Gallery Page ===== */
.gallery-intro .container,
section.amenities-intro .container,
section.amenities-section .container,
section.tour-intro .container
{
  max-width: unset;
  padding: 0px;
}

section.gallery-section{
  padding-bottom: 180px;
}

section.gallery-section .gallery-tabs-nav{
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
}

section.gallery-section ul.gallery-tabs-nav.swifty-tabs-nav li{
  width: 100%;
  padding: 20px;
}

section.gallery-section ul.gallery-tabs-nav.swifty-tabs-nav li a{
  width: 100%;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 700;
    cursor: pointer;
    display: block;
}

section.gallery-section ul.gallery-tabs-nav.swifty-tabs-nav li.active a{
  border-bottom: 2px solid;
}

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

section.gallery-section .img-gallery-magnific{
  display: flex;
  flex-wrap: wrap;
}

section.gallery-section .img-gallery-magnific .magnific-img{
  width: 33.33%;
  height: 30vw;
  overflow: hidden;
}

section.gallery-section .img-gallery-magnific .magnific-img:hover img{
  transform: scale(1.1);
}

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


section.gallery-footer-cta .footer-cta-text.container{
  padding-top: 200px;
  padding-bottom: 100px;
}


section.gallery-footer-cta svg.half-rectangle{
  display: none;
}

section.gallery-footer-cta:before{
  content: "";
  width: 3px;
  height: 300px;
  position: absolute;
  top: -60px;
  left: 75%;
  background-color: #e31d02;
}


/* ====== End Gallery Page ===== */


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

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


section.floorplans-intro{
  padding-top: 0;
}

.floorplan-filters a.flp-filters-trigger {
  display: none;
}
.select-floor-plan {
  
}
.floorplan-filters {
  overflow: hidden;
  /* height: 104px; */
  margin-bottom: 80px;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 20%;
}

.floorplan-filters .container{
  padding: 30px 15px;
  transition: all .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 h2 {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  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;
}

.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;
  color: #000000;
  margin: 10px 0 30px;
}
/* .floorplan-filters select.flp-bedrooms:active,
.floorplan-filters select.flp-bedrooms:focus {
  border-bottom: 1px solid;
} */



.floorplan-filters .sqft-range {
  position: relative;
  width: 43%;
  display: inline-block;
  margin: 10px 0 30px;
}

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

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

.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 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: 1rem;
  padding: 10px;
  border-radius: 0;
  height: 45px;
  outline: none;
  /* border: none; */
  display: inline-block;
  color: #000000;
}

.floorplan-filters .more-flp-filters .flp-sqft-range.text-color-light select,
.floorplan-filters .more-flp-filters .flp-price-range.text-color-light select
{
  background-image: url(../images/arrow-down.svg) !important;
}

.floorplan-filters .more-flp-filters div h2 {
  margin: 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{
  width: 65%;
  margin-bottom: 70px;
}

section.floorplans-listing .flp-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.unavailable_unit{
  margin-left: 15px;
}

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

section.floorplans-listing .single-floorplan h2.flp-title {
  font-size: 1.688rem;
    margin-top: 0px;
    margin-bottom: 16px;
    width: 100%;
    text-align: left;
}

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

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l{
  order: 2;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l span svg,
section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l span.type-1
{
  display: none;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-cta{
  order: 3;
}

.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{
  width: 100%;
}


section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l span {
  display: flex;
  width: 100%;
  font-size: 1.125rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
  line-height: 1.6;
  margin: 0;
  align-items: unset;
}


/* section.floorplans-listing .flp-header-l span aside {
  font-weight: 700;
  padding: 10px 0 0;
} */




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

section.floorplans-listing .flp-header-r .price-box {
  font-size: 1.125rem;
  text-transform: capitalize;
  cursor: pointer;
  text-align: left;
  line-height: 1.6;
  font-weight: 700;
}

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

section.floorplans-listing .single-floorplan .flp-top{
  position: relative;
}

section.floorplans-listing .single-floorplan .flp-swaps {
  display: flex;
  text-align: center;
  width: 100%;
  margin-left: 0;
  /* margin-top: -135px; */
  padding-left: 0;
  min-height: 50px;
  position: relative;
  justify-content: flex-end;
  position: absolute;
    bottom: -25px;
}

section.floorplans-listing .single-floorplan .flp-swaps a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  position: relative;
  transition: all 0.5s ease;
  font-size: 1.375rem;
  margin-right: 10px;
}

section.floorplans-listing .single-floorplan .flp-swaps a.active:before {
  display: none;
}

section.floorplans-listing .single-floorplan .flp-swaps a.active {
  font-weight: 700;
}

/* 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-cta a.btn {
  min-width: 150px;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 0.938rem;
  float: left;
  margin-top: 15px;
  font-weight: 700;
}

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: 80%;
  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;
  background-color: #f5f5f5;
  height: 0;
  padding-bottom: 100%;
}

.available_unit{
  padding: 0px 15px;
}

.available_unit h2{
  margin-top: 0;
}

.available_unit p,
.unavailable_unit p
{
  margin-top: 10px;
}

.bg-grey {
  background: #d9d9d9;
}

.site-map-flp section.floorplans-listing{
  width: 100%;
}

.site-map-flp.div-center{
  margin: 0 auto;
}

/* ====== 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%; */
  left: -200%;
  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.active {
  opacity: 1;
}

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: 1.5rem;
}

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

.vr-tour-listing.type-grid .virtual-tour-btns a.btn {
  text-wrap: inherit;
  min-width: unset;
  width: 100%;
}

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

.gallery-wrap .vt-tour-section {
  padding-bottom: 0px;
  padding-top: 0;
}

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

.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: 60%;
  padding: 20px 0 0;
}

.type-grid .virtual-tour-btns {
  width: 40%;
  align-content: flex-end;
  justify-content: flex-end;
  flex-flow: wrap;
}

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

.amp-slide_in {
  width: 100%;
}

body.sticky-header .amp-slide_in {
  width: calc(100vw - 80px);
}

.amp-slide_in-close {
  right: 20px;
  top: 20px;
}

.vr-close span {
  transform: rotate(45deg);
  display: block;
  position: relative;
  left: 2px;
  top: -1px;
}

/* ====== Neighborhood Block styles ===== */

section.neighborhood{
  padding-bottom: 150px;
padding-top: 40px;
}

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 {
  text-align: left;
  margin: 30px auto 45px;
}

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

section.neighborhood a.nb-map-filter {
  line-height: 2;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  font-size: 1.25rem;
  margin-right: 40px;
}
section.neighborhood a.nb-map-filter:last-child{
  margin-right: 0px;
}
.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%;
}

.map-filters-box .div-wrapper{
  order: 2;
  width: 78%;
  padding: 0 150px 0 60px;
}

section.neighborhood .nbp-filter-places{
  width: 22%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  padding: 50px 25px;
}


section.neighborhood h2.nbp-places-heading {
  font-size: 2.188rem;
  text-align: left;
}

section.neighborhood .nb-places-ul .nb-places{
  font-size: 1.125rem;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}

.map-canvas{
  width: 100%;
  height: 50vh;
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.map-canvas .map-wrap{
  height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* ====== Walk Score Block styles ===== */
.walk-score-section {
  position: relative;
  text-align: center;
  margin-top: 200px;
}

.gallery-walk-score .walk-score-section{
  margin-top: 0;
}


.walk-score-section:before{
  height: 300px;
    content: "";
    width: 3px;
    right: 25%;
    background: #000;
    position: absolute;
    top: -50%;
    z-index: 2;
}

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

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

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

.walk-score-section h2{
  position: absolute;
    left: -5%;
    transform: rotate(-90deg);
    bottom: 35%;
    font-size: 1.688rem;
    padding: 0;
}

.walk-score-section h2:after{
  display: none;
}

.nb-scores{
  width: 50%;
  padding: 120px 0 50px;
}

.walscore-text{
  padding-left: 15%;
}

.score-desc{
  font-size: 2.813rem;
  text-align: left;
}

.score-inner{
  text-align: left;
  margin-top: 20px;
}

.score-inner .score-number{
  font-size: 18.75rem;
  font-weight: 700;
}

section.single-walkscore .nb-scores{
  margin: 0 auto;
}

section.single-walkscore .nb-scores .score-desc,
section.single-walkscore .nb-scores .score-inner
{
  text-align: center;
}

section.single-walkscore .walscore-text{
  padding-left: 0;
}

/* ====== Contact Block Style ===== */

#contact-intro{
  padding-top: 150px;
}

section.contact-intro .subcol {
  margin: 0 auto;
  padding-left: inherit;
  padding-right: inherit;
}

.contact-intro.intro-type-1.image-text-block .left-col{
  width:50%;
  height: unset;
  position: relative;
  order: 2;
}

.contact-intro.intro-type-1.image-text-block .left-col::after{
  position: absolute;
    bottom: -13%;
    z-index: 10;
    left: 50%;
    content: "";
    display: block;
    width: 3px;
    height: 26%;
    background-color: #000000;
}


.contact-intro.intro-type-1.image-text-block .left-col .col-bg{
  height: 100%;
}

.contact-intro.intro-type-1.image-text-block .left-col .col-bg img{
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.contact-intro.intro-type-1.image-text-block .right-col{
  width: 50%;
  /* min-height: 960px; */
  height: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-intro.intro-type-1.image-text-block .right-col .right-col-inner-wrapper{
  padding-left: 40px;
  width: 100%;
  max-width: 780px;
  padding-right: 45px;
}

.address-wrap, .office-hours{
  float: left;
}

.address-wrap{
  padding-right: 15px;
}

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

.office-hours{
  padding-left: 15px;
}

.office-hours .daily-hours{
  font-size: 1.25rem;
  margin-bottom: 15px
}

.office-hours .daily-hours span {
  font-weight: 700;
  text-transform: capitalize;
}
.contact-page-desc .contact-property-name,
.contact-page-desc h3,
.contact-page-desc .office-hours p
{
  font-size: 1.6875rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 20px 0;
}

.contact-page-logo{
  display: none;
}


/* .contact-intro.intro-type-1.image-text-block .right-col .contact-page-desc {

} */

/* ====== 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;
  padding: 60px 0 50px 
}
section.resident-sections .container {
  flex-flow: wrap;
  justify-content: center;
}
section.resident-sections .single-resident-section {
  padding: 40px;
  width: calc(33.33% - 40px);
  margin: 0 20px 40px;
  height: auto;
  position: relative;
}

section.resident-sections .single-resident-section .resident-section-link {
  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 h2.resident-section-title {
  font-size: 2.19rem;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  position: relative;
  line-height: 1.5;
  padding: 30px 0 15px;
  margin-bottom: 10px;
}

section.resident-sections h2.resident-section-title:after{
  content: "";
    border-top: 12px solid;
    width: 75px;
    position: absolute;
    left: 0;
    top: 0;
}

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

section.resident-sections .single-resident-section .circle-arrow{
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: block;
  margin-top: 25px;
  border: 2px solid;
}

section.resident-sections .single-resident-section .circle-arrow:after{
  content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 26px;
    top: 37px;
    border-top: 3px solid;
    border-right: 3px solid;
    transform: rotate(45deg);
}

section.resident-sections .single-resident-section .circle-arrow::before{
  content: "";
    width: 37px;
    left: 25px;
    top: 50%;
    height: 0;
    position: absolute;
    border-top: 3px solid;
}

section.resident-sections .single-resident-section .circle-arrow svg{
 display: none;
}

/* ====== FAQ Section ===== */
.home-faq-section, .inner-faq-section{
  padding-top: 100px !important;
}
.faq-section {
  margin: 0;
  padding-top: 0;
}
section.faq-section .question {
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-weight: 700;
  font-size: 1.87rem;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  padding: 0;
  border-top: 1px solid #ededed;
  padding: 25px 50px;
}

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

section.faq-section .question,
section.faq-section .answer {
  position: relative;
}
.container.faq-grid {
  display: flex;
  flex-flow: wrap;
  flex-direction: column;
  padding: 90px 0;
  max-width: unset;
  padding-top: 0px;
}

.faq-description {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}

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


section.faq-section .question.que-bg svg.minus, section.faq-section .question.que-bg.active svg.plus{
  /* display: none; */
  opacity: 0;
  transition: opacity 0.5s ease; 
}

section.faq-section .question.que-bg.active svg.minus, section.faq-section .question.que-bg svg.plus{
  /* display: block; */
  transition: opacity 0.5s ease; 
  opacity: 1;
}

/* section.faq-section .question.que-bg svg.minus,
section.faq-section .question.que-bg svg.plus {
  display: block;
  transition: opacity 0.3s ease; 
  
}

section.faq-section .question.que-bg.active svg.minus,
section.faq-section .question.que-bg.active svg.plus {
  opacity: 1;
} */
 /* home and inner faq section css */
.faq-section .section-content{
  margin-bottom: 18px;
}

/* ====== 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-boxes .resources-boxes-wrapper .flexi-resource-links {
  display: flex;
  flex-flow: wrap;
  padding-top: 0;
}

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 svg{
  display: none;
}

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

section.resources-boxes .single-resource-header h4:before {
  content: "";
  border-top: 12px solid;
  width: 75px;
  position: absolute;
  left: 0;
  top: 0;
}

section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-header h4 span,
section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-content .resource-desc a.flexi-resource-link,
section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-header .single-resource-icon
{
  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-section .fixed-links a.fixed-resource-link svg {
  max-width: 20px;
  position: relative;
  top: 5px;
  right: 10px;
}


section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .circle-arrow{
  position: relative;
    font-size: 0;
    width: 90px;
    margin: 30px 0;
    height: 90px;
    border: 2px solid;
    border-radius: 50%;
    margin-bottom: 0;
}

section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .circle-arrow:before{
  content: "";
  width: 30px;
  left: 25px;
  top: 50%;
  height: 0;
  position: absolute;
  border-top: 3px solid;
  }

  section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .circle-arrow:after{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 32px;
    top: 37px;
    border-top: 3px solid;
    border-right: 3px solid;
    transform: rotate(45deg);
  }

/* ====== Blog Page Style ===== */
#blog-hero{
  padding-bottom: 0;
}

.blog-hero-detail-page h1::after{
  display: none;
}

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

section.inner-hero.blog-hero-detail-page .inner-hero-text{
  justify-content: center;
  flex-direction: column;
}

.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;
  border: 0;
}

.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: 999;
}

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

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

/*  ===== privacy-policy-page  =====*/

#policy-hero{
  padding-bottom: 0;
}

.hero-wrapper-div{
  padding-top: 130px;
}

#faq-heading.content-block.text-block{
  padding: 0px;
}

.small-heading.content-block.text-block h2{
  font-size: 1.68rem;
  margin: 20px 0;
  padding-top: 0px;
}

.small-heading.content-block.text-block h2:after{
  content: unset;
}

.small-heading.content-block.text-block .section-content{
  margin-bottom: 20px;
}

/* .content-block.text-block h3{
  font-size:1.31rem;
  margin: 20px 0;
  font-weight: 700;
} */

.content-block.text-block.text-block.inner-hero h2:after{
  left: 50%;
  transform: translateX(-50%);
}

/*  ===== 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
  h1 {
  padding: 0px 30px;
  text-align: center;
}

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.form-section.full-width-section .subcol,
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,
section.full-width-section.intro-type-1 .right-col .it-section,
section.amenities-section.full-width-section .amnety-list
{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
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;
}
.above-two-cta-btn {
  flex-grow: 1;
  flex-basis: content;
}
/* //review slider  css
 */

 section#reviews-slider{
  padding-top: 0;
 }
.home_srs_reviews_slider_wrap .slick-next {
  right: -100px;
}
.home_srs_reviews_slider_wrap .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
  display: block !important;
  border-color: rgba(0, 0, 0, 0.3);
}
section#reviews-slider .home_srs_reviews_slider_wrap {
  position: relative;
}
section#reviews-slider .home_srs_reviews_slider_wrap button.slide-arrow {
  left: 20px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
section#reviews-slider
  .home_srs_reviews_slider_wrap
  button.slide-arrow.slick-next {
  left: auto;
  right: 20px;
}
.home_srs_reviews_slider_wrap .slick-list .slides .slides-content {
  box-shadow: none;
}
section#reviews-slider h2.luxury-life-heading
{
  padding-top: 50px;
}

section#reviews-slider .container-full{
  padding-top: 100px;
}

/*==== sliding floorplan after Home Hero ===== */
/* .home-slider-floorplan + section{
margin-top: 20px;
} */

.home-slider-floorplan + section.home-intro{
  padding-top: 0;
}

.home-slider-floorplan-container .slick-track {
  display: flex ;
}
.home-slider-floorplan-container .slick-slide {
  object-fit: cover;
  height: inherit;
    overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.home-slider-floorplan-container .slick-slide .read-other {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 9;
  left: 0;
  top: 0;
}
.home-slider-floorplan-container .slick-slide:hover .slide-img {
  transform: scale(1.07, 1.07);
  -webkit-transition: -webkit-transform cubic-bezier(0.2, 0, 0.2, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.2, 0, 0.2, 1) 0.5s;
  transition: transform cubic-bezier(0.2, 0, 0.2, 1) 0.5s;
  transition: transform cubic-bezier(0.2, 0, 0.2, 1) 0.5s,
    -webkit-transform cubic-bezier(0.2, 0, 0.2, 1) 0.5s;
}
.home-slider-floorplan-container .slick-slide:first-child {
  margin-left: 0px;
}

.home-slider-floorplan-container .slick-slide .slide-img {
  object-fit: cover;
  height: 100%;
  object-position: center;
  width: 100%;
}
.home-slider-floorplan-container .slick-slide .slide-bg {
  height: 230px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.home-slider-floorplan-container .slide-content-box .slide-content {
  padding: 10px;
}  
/* .home-slider-floorplan-container {
  padding: 0 50px;
} */
.home-slider-floorplan-container .videoPlayContainer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
}
.home-slider-floorplan-container .video-ply-container .video-ply .ply-btn-svg {
  width: 60px;
  height: 60px;
  fill: #fff;
  stroke: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px 0px inset rgb(0 0 0 / 30%);
}
.home-slider-floorplan-container .video-ply-container .videoPlay .ply-btn-svg:hover {
  box-shadow: none;
}
.home-slider-floorplan-container .videoPlay svg {
  position: relative;
  width: 60px;
  height: 60px;
  top: 0px;
  left: 0px;
  fill: #fff;
  box-shadow: 0 0 12px 0px inset rgb(0 0 0 / 80%);
  border-radius: 50%;
}
.home-slider-floorplan-container .slick-slide .slide-bg:after {
  content: "";
  display: block;
  background: url(/assets/images/headerGradientCompressed.png) top repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 2;
  background-color: rgb(0 0 0 / 23%);
}
.home-slider-floorplan-container .floorplan-price-box {
  padding: 8px 0px;
  position: relative;
  color: #fff;
  font-weight: 600;
  line-height: 20px;
  z-index: 9;
  text-shadow: unset;
}
.home-slider-floorplan-container .slide-flex-wrapper {
  position: relative;
  bottom: 0px;
  z-index: 9;
  width: 100%;
}
.home-slider-floorplan-container .floorplan-price-box p {
  margin-bottom: 0px;
  font-size: 1.2rem;
  font-weight: 600;
}
.home-slider-floorplan-container .floorplan-price-box p span.per-month-label {
  font-size: 0.8rem;
}
.home-slider-floorplan-container .floorplan-availability .availability-dot::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 4px);
  height: 8px;
  width: 8px;
  left: 0px;
  border-radius: 50%;
  top: 2px;
}
.home-slider-floorplan-container
  .floorplan-availability
  .availability-dot.available{
    padding-left: 15px;
  }
.home-slider-floorplan-container
  .floorplan-availability
  .availability-dot.available::before {
  background-color: #4ea73e;
  display: block;
  
}
.home-slider-floorplan-container .floorplan-availability {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
}
.home-slider-floorplan-container
  .floorplan-info-box
  .floorplan-availability
  .availability-dot {
  position: relative;
  margin-bottom: 0px;
  
}
.home-slider-floorplan-container .floorplan-info-box .floorplan-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  line-height: 1.1;
  text-transform: capitalize;
  font-weight: 600;
  width: 100%; 
  margin: 5px 0;
}

.home-slider-floorplan-container .floorplan-info-box .floorplan-stats {
  margin-top: 3px;
  display: flex;
  flex-direction: row;
}

.home-slider-floorplan-container .floorplan-info-box .floorplan-stats .stat-value {
  position: relative;
  padding-right: 12px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 5px;
}
.home-slider-floorplan-container
  .floorplan-info-box
  .floorplan-stats
  .stat-value
  + .stat-value:before {
  content: "";
  position: absolute;
  left: -3px;
  top: 5px;
  height: 14px;
  border-left: 2px solid #ababab;
}
.home-slider-floorplan-container
  .floorplan-info-box
  .floorplan-stats
  .stat-value
  + .stat-value:before {
  border-color: #2a4c5b;
}
.home-slider-floorplan-container
  .floorplan-info-box
  .floorplan-stats
  .stat-value
  + .stat-value {
  padding-left: 12px;
}
.home-slider-floorplan-container .slick-dots li button {
 color: #c6c6c6; 
  background: #999;
  opacity: .5;
}
.home-slider-floorplan-container .slick-dots li.slick-active button{
opacity: 1;
background-color: #424242;
}
/*==== End sliding floorplan after Home Hero ===== */

/* =======Full-width classes=========== */

section.full-width-section.home-intro .intro-box-right,
section.full-width-section.form-section .form-wrap,
section.full-width-section.footer-cta .footer-cta-text .text-wrap,
section.full-width-section.intro-type-1.image-text-block .right-col
{
  width: 100%;
}

section.full-width-section.home-intro .intro-slider-container .intro-box-right .equal-height
{
  min-height: unset;
  max-width: unset;
  text-align: center;
  padding: 50px 55px;
}

section.full-width-section.intro-type-1 .right-col .it-section{
  min-height: unset;
  padding: 50px 55px;
  padding-top: 0;
}

section.full-width-section.contact-intro.intro-type-1.image-text-block .right-col{
  min-height: unset;
  padding-top: 0;
  padding-bottom: 50px;
}

section.full-width-section.contact-intro.intro-type-1.image-text-block .right-col .right-col-inner-wrapper{
  margin: 0 auto;
}

/* section.full-width-section.home-intro .intro-slider-container .intro-box-right .equal-height h2.section-title:after,
section.full-width-section.footer-cta .footer-cta-text .text-wrap h2.section-title:after, */
section.full-width-section h2.section-title:after
{
  left: 50%;
  transform: translateX(-50%);
}

section.full-width-section.form-section .form-wrap .subcol{
  padding: 120px 0;
}

section.full-width-section.form-section .form-wrap .subcol .form-outer,
section.full-width-section.footer-cta .footer-content-wrapper
{
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
}

section.amenities-section.full-width-section .amnety-list{
  transform: unset;
}

section.amenities-section.full-width-section{
  padding-bottom: 120px;
}

section.full-width-section.footer-cta .footer-cta-text .text-wrap{
  padding-top: 75px;
}

section.full-width-section.margin-minus{
  /* margin-top: -130px; */
  margin-top: 0;
}

section.full-width-section.footer-cta svg{
  display: none;
} 
/* =======END of Full-width classes=========== */

/* ====== Responsive styles ===== */
@media screen and (max-width: 1680px) {
  html {
    font-size: 100%;
  }
  .floorplan-filters{
    width: 24%;
  }
  .home-floorplans-slider .slider-counter{
    right: 46px;
  }
  section.full-width-section.margin-minus{
    /* margin-top: -205px; */
    margin-top: 0;
  }
  /* section.hero-banner .slide-content-box, 
  section.hero-banner .container .video-content-box{
    max-width: 1100px;
  } */
  section.hero-banner .slide-flex-wrapper .container .slide-content h1.hero-title, 
  section.hero-banner .video-content h1.hero-title,
  section.inner-hero h1
  {
    font-size: 3.8rem;
    margin-bottom: 8px;
  }
  section.hero-banner h2.hero-subtitle{
    margin-bottom: 15px;
    font-size: 2.1rem;
  }
  section.hero-banner .slider-container .slick-dots {
    bottom: 25px;
  }
  h2.section-title {
    font-size: 2.4rem;
  }
  section.home-floorplans .filter .filter-item{
    font-size: 1.4rem;
  }
  h2.section-title:after,
  section.resident-sections h2.resident-section-title:after,
  section.inner-hero h1:after,
  section.resources-boxes .single-resource-header h4:before,
  section.hero-banner .slide-content-box .slide-content:after, section.hero-banner .container .video-content:after
  {
    border-top: 7px solid;
    width: 65px;
  }
  section.home-floorplans .floorplans-text h2{
    padding-top: 35px;
  }
  section.tabs-block .tabs-stage .tab-content-wrap .tabs-heading-blk h2,
  .multipurpose-boxes .container .mp-box-content h2
  {
    font-size: 2rem;
  }
  h3.section-sub-title, h3.section-subtitle {
    font-size: 1.6rem;
  }
  .mp-box-content .cta-arrows,
  section.resident-sections .single-resident-section .circle-arrow,
  section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .circle-arrow
  {
    height: 75px;
    width: 75px;
  }
  .mp-box-content .cta-arrows:before,
  section.resident-sections .single-resident-section .circle-arrow::before,
  section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .circle-arrow:before
  {
    width: 30px;
    left: 20px;
  }
  .mp-box-content .cta-arrows:after,
  section.resident-sections .single-resident-section .circle-arrow:after,
  section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .circle-arrow:after
  {
    right: 20px;
    top: 30px;
  }
  section.resident-sections .single-resident-section .circle-arrow:after,
  section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .circle-arrow:after{
    top: 29px;
  }
  .multipurpose-boxes .container .mp-box-content h3,
  .listing-container .post-item .item-details .post-info h4.single-post-title
  {
    font-size: 1.5rem;
  }
  footer .footer-logo-wrapper img{
    max-width: 200px;
  }
  section.amenities-section .amnety-list .it-section h4{
    font-size: 1.2rem;
  }
  section.resident-sections h2.resident-section-title {
    font-size: 1.8rem;
  }
  section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-header h4 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 1440px) {
  .header-cta,
  header.collapsed .header-cta
  {
    padding-left: 45px;
  }
  section.hero-banner .slide-flex-wrapper .container .slide-content h1.hero-title, 
  section.hero-banner .video-content h1.hero-title,
  section.inner-hero h1
  {
    font-size: 3.3rem;
    margin-bottom: 10px;
  }
  section.hero-banner h2.hero-subtitle{
    margin-bottom: 10px;
    font-size: 2rem;
  }
  section.hero-banner .slide-content-box, 
  section.hero-banner .container .video-content-box{
    padding: 50px;
    max-width: unset;
  }
  section.hero-banner .slider-container .slick-dots{
    padding-left: 50px;
  }
  section.hero-banner .slider-container .slick-dots{
    bottom: 20px;
  }
  h2.section-title {
    font-size: 2rem;
  }
  h3.section-sub-title, 
  h3.section-subtitle{
    font-size: 1.875rem;
  }
  .multipurpose-boxes .container{
    padding: 100px 0 100px;
  }
  .form-section .form-wrap .subcol .form-outer{
    padding-right: 30px;
  }
  section.inner-hero{
    padding-bottom: 75px;
  }
  section.amenities-section .amnety-list {
    padding: 75px 60px;
  }
  section.home-intro .intro-slider-container .intro-box-right .equal-height, 
  section.gallery-intro .right-col .it-section, section.amenities-intro .right-col .it-section,
  .contact-intro.intro-type-1.image-text-block .right-col,
  section.tour-intro .right-col .it-section
  {
    min-height: 760px;
  }
  .intro-type-1,
  section.home-intro .intro-slider-container
  {
    padding-bottom: 75px;
  }
  .intro-type-1.full-width-section{
    padding-bottom: 0;
  }
  section.amenities-section{
    padding-top: 75px;
    padding-bottom: 180px;
  }
  section.amenities-section .amnety-list{
    transform: translateY(90px);
  }
  section.floorplans-listing,
  .site-map-flp
  {
    width: 75%;
  }
  .floorplan-filters{
    width: 25%;
  }
  .map-filters-box .div-wrapper{
    width: 75%;
    padding: 0 60px 0 60px;
  }
  section.neighborhood .nbp-filter-places {
    width: 25%;
  }
  section.neighborhood{
    padding-bottom: 90px;
    padding-top: 0;
  }
  .score-inner .score-number {
    font-size: 14.75rem;
  }
  .walscore-container h2.section-title{
    font-size: 2rem;
  }
  .walk-score-section h2{
    bottom: 42%;
  }
  section.resident-sections{
    padding-top: 0;
  }
  .home-floorplans-slider .slider-counter{
    right: 37px;
  }
  .flp-slidery{
    margin-right: 0;
  }
  section.home-floorplans .filter span{
    font-size: 1.4rem;
  }
  section.tabs-block .tabs-stage .tab-content-wrap .tabs-heading-blk h2, .multipurpose-boxes .container .mp-box-content h2 {
    font-size: 1.8rem;
}
h3.section-sub-title, h3.section-subtitle,
.multipurpose-boxes .container .mp-box-content h3
{
  font-size: 1.4rem;
}
.multipurpose-boxes .container .mp-box-content{
  padding: 40px;
}
a.btn,
div#submit button
{
  font-size: 1.1rem;
  min-width: 140px;
}
section.neighborhood h2.nbp-places-heading {
  font-size: 1.8rem;
}
section.neighborhood .nb-places-ul .nb-places{
  font-size: 1rem;
  font-weight: 600;
}
section.gallery-section,
.vt-tour-section
{
  padding-bottom: 50px;
}
section.resident-sections h2.resident-section-title {
  font-size: 1.4rem;
  font-weight: 600;
}
section.resources-section .fixed-links a.fixed-resource-link{
  font-size: 1.2rem;
}
section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-header h4,
.contact-page-desc .contact-property-name, 
.contact-page-desc h3, 
.contact-page-desc .office-hours p{
  font-size: 1.5rem;
}
header .logo-section a.logo img{
  max-width: 165px;
}
.margin-minus {
  margin-top: -75px;
}
.office-hours .daily-hours {
  font-size: 1rem;
}
}

@media screen and (max-width: 1366px) {
  section.home-floorplans .filter .filter-item{
    margin-right: 8px;
    font-size: 1.5rem;
  }
  .home-floorplans-slider .slider-counter{
    top: -63px;
  }
  section.full-width-section.home-intro .intro-slider-container .intro-box-right .equal-height{
    padding: 0px 55px;
  }
  .bed-slider .floorplans-slick button.slick-arrow{
    top: 50%;
    left: 10px;
  }
}

@media screen and (max-width: 1280px) {
  a.btn{
    font-size: 1.125rem;
  }
  section.home-intro .intro-slider-container .intro-box-right .equal-height, 
  section.gallery-intro .right-col .it-section, 
  section.amenities-intro .right-col .it-section,
  .contact-intro.intro-type-1.image-text-block .right-col,
  section.tour-intro .right-col .it-section
  {
    min-height: 560px;
  }
  .home-floorplans-slider .slider-counter{
    top: -62px;
    right: 33px;
  }
  .multipurpose-boxes .container .mp-box-content h2{
    font-size:1.5rem;
  }
  h3.section-sub-title, h3.section-subtitle {
    font-size: 1.4rem;
  }
  .multipurpose-boxes .container {
    padding: 80px 0 80px;
  }
  section.footer-cta .image-wrap {
    width: 100%;
  }
  .mp-box-content .cta-arrows,
  section.resident-sections .single-resident-section .circle-arrow
  {
    width: 70px;
    height: 70px;
  }
  .mp-box-content .cta-arrows:after{
    right: 16px;
    top: 27px;
  }
  .mp-box-content .cta-arrows:before{
    width: 35px;
    left: 14px;
  }
  #gallery .container.left-col .text-content-wrapper.heading-div{
    padding: 100px 30px;
  }
  .multipurpose-boxes .container .mp-box-content{
    padding: 30px;
  }
  .form-section .form-sec-bg{
    padding-left: 30px;
    padding-right: 30px;
  }
  .floorplan-filters .sqft-range{
    width: 100%;
    margin: 10px 0 0px;
  }
  .floorplan-filters .more-flp-filters div span.sf-range-values-seperator{
    display: none;
  }
  .flp-price-range{
    margin-top: 25px;
  }
  .floorplan-filters .more-flp-filters div:last-child {
    width: 100%;
    text-align: left;
    margin-top: 25px;
  }
  .walk-score-section{
    padding-top: 150px;
  }
  section.neighborhood a.nb-map-filter{
    font-size: 1.125rem;
    margin-right: 30px;
  }
  section.resident-sections .single-resident-section .circle-arrow svg{
    height: 38px;
    width: 38px;
  }
  section.resident-sections .single-resident-section .circle-arrow:after{
    right: 20px;
    top: 27px;
  }
  section.resident-sections .single-resident-section .circle-arrow::before{
    left: 15px;
  }
  section.hero-banner .slide-flex-wrapper .container .slide-content h1.hero-title, 
  section.hero-banner .video-content h1.hero-title, 
  section.inner-hero h1 {
    font-size: 3rem;
  }
  section.hero-banner h2.hero-subtitle{
    font-weight: 600;
    font-size: 1.6rem;
  }
  .multipurpose-boxes .container .mp-box-content h3 {
    font-size: 1.3rem;
  }
  .footer li.footer-menu-item,
  ul.policy-nav li,
  .header-cta .header-call,
  section.resident-sections h3.resident-section-subtitle
  {
    font-size: 1rem;
  }
  h2.section-title {
    font-size: 1.8rem;
}
.listing-container .post-item .item-details .post-info h4.single-post-title{
  font-size: 1.4rem;
}
section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource{
  padding: 25px;
}
}

@media screen and (max-width: 1024px) {
  section.home-intro .intro-slider-container .intro-box-right .equal-height, 
  section.gallery-intro .right-col .it-section, 
  section.amenities-intro .right-col .it-section,
  .contact-intro.intro-type-1.image-text-block .right-col,
  section.tour-intro .right-col .it-section
  {
    min-height: 460px;
    padding: 40px;
  }
  .home-flp-content-outer,
  .home-flp-slider-outer{
    width: 50%;
  }
  section.floorplans-listing,
  .floorplan-filters,
  .site-map-flp
  {
    width: 100%;
  }
  .floorplan-filter-wrapper{
    flex-wrap: wrap;
  }
  .floorplan-filters .sqft-range{
    width: 48%;
  }
  .floorplan-filters .more-flp-filters{
    display: flex;
    flex-wrap: nowrap;
    align-items: end;
  }
  .floorplan-filters .flp-sqft-range,
  .floorplan-filters .flp-price-range
  {
    width: 40%;
  }
  .floorplan-filters .more-flp-filters div:last-child{
    width: 20%;
  }
  .floorplan-filters .more-flp-filters a{
    width: 100%;
    min-width: unset;
  }
  .flp-price-range{
    margin-top: 0;
  }
  section.gallery-section {
    padding-bottom: 75px;
  }
  .contact-intro.intro-type-1.image-text-block .right-col .right-col-inner-wrapper{
    padding: 0;
    max-width: unset;
  }
  .hero-wrapper-div{
    padding-top: 0;
  }
  .blog-listing-block, .blog-details-block{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .listing-container .layout-grid{
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    row-gap: 25px;
  }
  section.amenities-section .amnety-list{
    padding: 45px;
  }
  section.full-width-section.home-intro .intro-slider-container .intro-box-right .equal-height
  {
    padding: 0 40px 0px 40px;
  }
  section.site-footer{
    padding: 90px 55px 60px 55px;
  }
}

@media screen and (max-width: 992px) {
  .home-intro-slider-wrapper,
  .intro-box-right,
  .home-flp-content-outer, .home-flp-slider-outer,
  section.tabs-block .container-full .col-6,
  #gallery .container.left-col .text-content-wrapper.heading-div,
  #gallery .container.left-col .text-content-wrapper.content-div,
  .multipurpose-boxes .container .cta-columns-wrap .small-img-item,
  .form-section .form-sec-bg,
  .form-section .form-wrap,
  section.footer-cta .footer-cta-img,
  section.footer-cta .footer-cta-text .text-wrap,
  .intro-type-1.image-text-block .left-col,
  .intro-type-1.image-text-block .right-col,
  section.amenities-section.community-amenities .amnety-header,
  section.amenities-section .amnety-list,
  section.amenities-section.resident-amenities .amnety-header,
  .footer-address,
.footer-menu,
.copyright-text,
.type-grid .vt-flp-info,
.type-grid .virtual-tour-btns,
.contact-intro.intro-type-1.image-text-block .left-col,
.contact-intro.intro-type-1.image-text-block .right-col
  {
    width: 100%;
  }
  section.home-intro .intro-slider-container,
  section.home-floorplans .side-space-right-col,
  .multipurpose-boxes .container .cta-columns-wrap
  {
    flex-flow: wrap;
  }
  section.home-intro .intro-slider-container .intro-box-right .equal-height,
  section.home-floorplans .home-flp-content-outer .container,
  section.home-intro .intro-slider-container .intro-box-right .equal-height,
  section.gallery-intro .right-col .it-section, section.amenities-intro .right-col .it-section,
  .contact-intro.intro-type-1.image-text-block .right-col,
  section.tour-intro .right-col .it-section
  {
    max-width: unset;
    padding-bottom: 0;
    min-height: unset;
  }
  header .logo-section{
    height: auto;
  }
  section.home-floorplans .home-flp-content-outer .container  {
    padding: 60px 40px;
  }
  .home-floorplans-slider .slider-counter{
    right: 55px;
  }
  section.tabs-block .home-tabs-block-bg:before,
  svg.half-rectangle,
  section.multipurpose-boxes:before,
  .multipurpose-boxes .half-circle-svg.rotate-180,
  svg.half-circle-svg,
  .walk-score-section:before,
  .contact-intro.intro-type-1.image-text-block .left-col::after,
  section.tabs-block .tab-1-image:before
  {
    display: none;
  }
  .tabs-block .tab-image{
    height: 35vw;
  }
  #gallery .container.left-col .text-content-wrapper.heading-div .section-sub-title.heading-font{
    padding-bottom: 0;
  }
  #gallery .container.left-col .text-content-wrapper.heading-div,
  #gallery .container.left-col .text-content-wrapper.content-div
  {
    height: auto;
  }
  #gallery .container.left-col .text-content-wrapper.content-div{
    padding: 50px 15px;
    padding-bottom: 0;
  }
  #gallery .container.left-col .text-content-wrapper.heading-div {
    padding: 50px 30px;
  }
  #gallery .image-slider,
  section.intro-type-2
  {
    margin: 0;
    padding-bottom: 60px;
  }
  #gallery button.slide-arrow.prev-arrow::after, #gallery button.slide-arrow.next-arrow::after{
    color: #000000;
  }
  #gallery button.slide-arrow.next-arrow{
    left: 145px;
  }
  #gallery button.slide-arrow.prev-arrow{
    left: 33px;
  }
  .slider-counter{
    color: #000;
  }
  #gallery .slider-counter {
    top: -57px;
    left: 75px;
  }
  .form-section .form-img-col{
    height: auto;
  }
  .form-section .form-wrap .subcol {
    padding: 60px 60px 60px 0;
  }
  .form-section .form-wrap .subcol .form-outer{
    padding: 0;
    max-width: unset;
  }
  section.footer-cta .footer-cta-img{
    height: auto;
  }
  section.hero-banner .slide-content-box, section.hero-banner .container .video-content-box{
    max-width: unset;
  }
  section.home-intro .intro-slider-container,
  .multipurpose-boxes .container,
  section.amenities-section
  {
    padding: 60px 0px 60px;
  }
  section.amenities-section.full-width-section{
    padding-bottom: 60px;
  }
  .multipurpose-boxes .container
{
  padding-bottom: 30px;
}
  section.home-floorplans .side-space-right-col,
  section.inner-hero,
  .intro-type-1,
  section.neighborhood,
  #contact-hero.no-padding
  {
    padding-bottom: 60px;
  }
  section.tabs-block .tabs-stage .tab-content-wrap,
  .footnote_txt
  {
    padding: 0px 40px 60px;
  }
  #gallery .container.left-col .text-content-wrapper.content-div .section-content{
    padding-left: 25px;
    padding-right: 25px;
    max-width: unset;
  }
  .mp-box-content .cta-arrows{
    margin-bottom: 0;
  }
  .form-section .form-sec-bg{
    padding: 60px 40px 0px 0;
  }
  .form-section .form-wrap .subcol{
    padding: 60px 40px 60px 0;
  }
  section.footer-cta .footer-cta-text .text-wrap{
    padding: 60px 15px;
  }
  section.footer-cta .footer-content-wrapper{
    max-width: unset;
    padding: 0 25px;
  }
  section.site-footer{
    padding: 60px 40px;
  }
  .header-cta{
    display: none;
  }
  header{
    padding: 25px 0;
  }
  .main-menu-panel ul.main-menu li.menu-item{
    margin-bottom: 20px;
  }
  .flp-slidery{
    margin-right: 0;
  }
  header.collapsed .logo-section {
    height: auto;
  }
  section.amenities-section .amnety-list{
    transform: unset;
  }
  section.amenities-section.community-amenities .amnety-header{
    margin-left: 0;
  }
  section.amenities-section .amnety-header .image-wrapper{
    position: unset;
  }
  section.amenities-section.resident-amenities .amnety-header{
    margin-right: 0;
  }
  section.amenities-section.resident-amenities .container{
    flex-direction: column-reverse;
  }
  section.amenities-section .amnety-list {
    padding: 45px 40px;
    padding-left: 15px;
  }
  section.floorplans-listing .single-floorplan,
  section.gallery-section .img-gallery-magnific .magnific-img
  {
    width: 50%;
  }
  .map-filters-box .div-wrapper {
    width: 70%;
    padding: 0 30px 0 30px;
  }
  section.neighborhood .nbp-filter-places {
    width: 30%;
  }
  
  section.neighborhood .nbp-filter-places{
    padding: 50px 10px;
  }
  .walk-score-section {
    padding-top: 0px;
    margin: 0;
  }
  .walk-score-section h2{
    position: unset;
    left: unset;
    transform: unset;
    left: -15%;
  }
  .walscore-text,
  .nb-scores
  {
    padding: 0;
  }
  .score-desc,
  .score-inner
  {
    text-align: center;
  }
  .walscore-container{
    padding: 60px 0;
  }
  .score-desc {
    font-size: 1.813rem;
  }
  .score-inner .score-number {
    font-size: 11.75rem;
}
.form-section .form-sec-bg{
  padding: 40px 15px;
}
.form-section .form-img-col {
  margin-top: 30px;
}
.form-section .formmangr-custom-form .formmangr-row .formmangr-col{
  width: 100%;
}
.form-section .form-wrap .subcol{
  padding: 0 15px;
  padding-bottom: 40px;
}
.footer-address,
.footer-menu{
  text-align: center;
}
footer .footer-logo-wrapper img{
  margin: 0 auto;
}
.footer .contact,
.footer .address,
.footer-menu-wraper
{
  margin-top: 20px;
}
.copyright-area{
  flex-wrap: wrap;
}
.copyright-area{
  justify-content: center;
}
.copyright-text{
  margin-right: 0;
}
.property-icons,
.attribution,
ul.policy-nav
{
  display: block;
  float: none;
}
.footer-menu-wraper{
  column-count: 1;
}
footer .text-logo{
  text-align: center;
}
  section.neighborhood .nbp-fliter-dropdown{
    display: block;
    padding: 20px;
    margin-bottom: 20px;
  }
  section.neighborhood .nbp-fliter-dropdown select{
    width: 100%;
    padding: 10px;
    border: 0;
  }
  section.neighborhood .fliters-map-container .nbp-filter-options{
    display: none;
  }
  .nbp-places-list{
    padding: 0;
  }
  .type-grid .virtual-tour-btns{
    justify-content: flex-start;
  }
  .type-grid .single-virtual-tour {
    width: calc(50% - 30px);
    margin: 15px 15px;
  }
  section.resident-sections .single-resident-section{
    width: 40%;
    margin: 0 15px 25px;
  }
  .listing-container .post-item .item-details .post-info h4.single-post-title{
    font-size: 1.5rem;
  }
  section.faq-section .answer {
    padding: 25px 50px;
  }
  section.footer-cta .image-wrap img{
    width: 100%;
  }
  section.gallery-section .gallery-tabs-nav{
    display: none;
  }
  section.gallery-section .swifty-gallery-mobile-tabs-dropdown{
    display: block;
    padding: 15px;
    margin-bottom: 20px;
  }
  section.gallery-section select.gallery-tabs-nav{
    margin: 0;
    display: block;
    padding: 10px;
    border: 0;
  }
#gallery .container.left-col .text-content-wrapper.heading-div .section-sub-title.font-subheading{
  padding-bottom: 0;
  margin-bottom: 0;
}
section.full-width-section.footer-cta .footer-cta-text .text-wrap{
  padding-top: 60px;
  padding-bottom: 60px;
}
.listing-container, section.blog-details-block .container {
  padding: 0 25px;
}
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;
}

#contact-intro{
  padding-top: 0;
}
.contact-intro.intro-type-1.image-text-block .left-col{
  order: unset;
}
.home-faq-section, .inner-faq-section{
  padding-top: 50px !important;
}
}

@media screen and (max-width: 767px) {
  .mob-bg{
    display: block;
  }

  .desktop-bg{
    display: none;
  }

  h2.section-title{
    margin: 0 0 15px;
    padding-top: 30px;
  }
  header .menu-section {
    width: 150px;
  }

  .header-top {
    padding: 5px 0;
  }

  .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;
  }
  section.hero-banner .slide-flex-wrapper .container .slide-content h1.hero-title, 
  section.hero-banner .video-content h1.hero-title,
  section.hero-banner .slide-flex-wrapper .container .slide-content h1.hero-title, 
  section.hero-banner .video-content h1.hero-title, section.inner-hero h1
  {
    font-size: 2.2rem;
  }
  h2.section-title,
  .multipurpose-boxes .container .mp-box-content h2,
  section.hero-banner h2.hero-subtitle
  {
    font-size: 1.6rem;
  }
  h3.section-sub-title, h3.section-subtitle {
    font-size: 1.5rem;
  }
  .side-space{
    display: none;
  }
  .side-space-right-col,
  .address-map,
section.home-floorplans .slick-slide .floorplan-slide-details,
.map-filters-box .div-wrapper,
section.neighborhood .nbp-filter-places,
section.resident-sections .single-resident-section
  {
    width: 100%;
  }
  section.hero-banner .slide-content-box, section.hero-banner .container .video-content-box{
    padding: 30px 15px;
  }
  section.hero-banner .slider-container .slick-dots {
    padding-left: 15px;
  }
  .header-bottom, .header-top, .available_unit{
      padding: 0;
  }
  section.hero-banner{
    height: calc(100vh - 80px);
  }
  header.collapsed .logo-section{
    height: auto;
  }
  section.home-intro .intro-slider-container, .multipurpose-boxes .container{
    padding: 40px 0px 40px;
  }
  section.home-intro .intro-slider-container .intro-box-right .equal-height, 
  section.gallery-intro .right-col .it-section, 
  section.amenities-intro .right-col .it-section,
  section.tour-intro .right-col .it-section
  {
    padding: 40px 15px;
    padding-bottom: 0;
  }
  
  section.home-intro .intro-slider-container .intro-box-right .equal-height, 
  section.home-floorplans .home-flp-content-outer .container,
  section.amenities-intro .right-col .it-section,
  section.resident-sections h2.resident-section-title,
  section.tour-intro .right-col .it-section
  {
    padding-bottom: 0;
  }
  section.home-floorplans .filter span{
    font-size: 1.4rem;
  }
  section.home-floorplans .home-flp-content-outer .container,
  section.footer-cta .footer-cta-text .text-wrap,
  section.site-footer,
  .walscore-container
  {
    padding: 40px 20px;
  }
  section.full-width-section.intro-type-1 .right-col .it-section,
  section.full-width-section.contact-intro.intro-type-1.image-text-block .right-col
  {
    padding: 0px 20px;
    padding-bottom: 40px;
  }
  section.site-footer{
    padding-bottom: 70px;
  }
  h2.section-title:after,
  section.hero-banner .slide-content-box .slide-content:after, 
  section.hero-banner .container .video-content:after,
  section.inner-hero h1:after,
  section.resident-sections h2.resident-section-title:after
  {
    border-top: 8px solid;
  }
  section.tabs-block .tabs-stage .tab-content-wrap,
  .footnote_txt
  {
    padding: 0px 15px 40px;
  }
  section.home-floorplans .side-space-right-col,
  section.intro-type-2,
  section.neighborhood .nbp-filter-places,
  section.gallery-section,
  #contact-hero,
  #contact-hero.no-padding,
  .vt-tour-section
  {
    padding-bottom: 40px;
  }
  .tabs-block .tab-image {
    height: 55vw;
  }
  section.tabs-block .tabs-amenities .tabs-stage .tab-content .tab-content-wrap ul.amenities-grid,
  section.amenities-section .amenities-grid
  {
    column-count: 1;
  }
  #gallery .container.left-col .text-content-wrapper.heading-div .section-sub-title.heading-font,
  section.neighborhood .nbp-fliter-dropdown,
  .gallery-carousel.slick-dotted.slick-slider
  {
    margin-bottom: 0;
  }
  #gallery .container.left-col .text-content-wrapper.content-div,
  section.neighborhood .nbp-filter-places
  {
    padding: 40px 15px;
  }
  #gallery .container.left-col .text-content-wrapper.content-div{
    padding-bottom: 0;
  }
  #gallery .container.left-col .text-content-wrapper.content-div .section-content,
  section.footer-cta .footer-content-wrapper,
  .map-filters-box .div-wrapper,
  .gallery-stage .vt-tour-section,
  .gallery-stage .vt-tour-section .container,
  .office-hours,
.address-wrap
  {
    padding: 0;
  }
  #gallery button.slide-arrow.prev-arrow{
    left: 25px;
  }
  /* #gallery button.slide-arrow.next-arrow {
    left: 75px;
  } */
  #gallery .slider-counter{
    top: -45px;
  }
  #gallery button.slick-arrow{
    top: -40px;
  }  
  section.map-wrapper{
    height: 76vw;
  }
  section.home-floorplans .slick-slide{
    margin-right: 0;
  }
  #gallery .image-slider .home-gallery-nav{
    width: 100%;
  }
  section.home-floorplans .slick-slide .floorplan-slide-details h2,
  section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath span,
  section.home-floorplans .slick-slide .floorplan-slide-details,
  section.neighborhood h2.nbp-places-heading,
  section.neighborhood .nb-places-ul .nb-places,
  .contact-intro.intro-type-1.image-text-block .right-col .right-col-inner-wrapper
  {
    text-align: center;
  }
  section.home-floorplans .side-space-right-col, 
  section.inner-hero, .intro-type-1{
    padding-bottom: 40px;
  }
  section.home-intro.full-width-section .intro-slider-container, 
  .multipurpose-boxes .container, section.amenities-section{
    padding: 0px 0px 40px;
  }
  section.inner-hero.overlapping-text-box .inner-hero-container{
    padding: 100px 40px;
  }
  section.amenities-section .amnety-list {
    padding: 40px 20px;
}
section.floorplans-listing .single-floorplan,
.floorplan-filters .flp-sqft-range, 
.floorplan-filters .flp-price-range
{
  width: 100%;
}
section.floorplans-listing .single-floorplan{
  padding: 0;
}
section.floorplans-listing .single-floorplan .flp-img{
  max-width: unset;
}
.floorplan-filters .more-flp-filters{
  flex-wrap: wrap;
}
.floorplan-filters .sqft-range {
  width: 49%;
}
.flp-price-range{
  margin-top: 25px;
}
.floorplan-filters .more-flp-filters div:last-child,
.single-floorplan .flp-ctas
{
  width: 100%;
}
.walscore-text, .nb-scores{
  margin: 0 auto;
  width: 100%;
}
.floorplan-filters,
section.floorplans-listing,
.walk-score,
.walscore-container h2.section-title
{
  margin-bottom: 40px;
} 
.walscore-container h2.section-title{
  padding-top: 0;
}
.walk-score-text{
  flex-direction: column;
  justify-content: center;
}
.score-inner,
.margin-minus,
#vt-tour-section .vr-tour-listing,
section.full-width-section.margin-minus
{
  margin-top: 0;
}
.map-filters-box{
  flex-direction: column-reverse;
}
.nb-places-ul{
  column-count: 2;
}
section.neighborhood h2.nbp-places-heading::after{
  right: 50%;
    left: unset;
    transform: translateX(50%);
}
.walk-score-section{
  margin-top: 40px;
}
section.neighborhood .nb-places-ul .nb-places {
  font-size: 1rem;
  font-weight: 400;
}

section.gallery-section .swifty-gallery-mobile-tabs-dropdown select{
  width: 100%;
  padding: 10px;
}
section.gallery-section .gallery-tabs-nav,
section.gallery-section .img-gallery-magnific,
.vt_list-grid-toggle
{
  display: none;
}
  .mobile-only{
    display: block;
  }
  .gallery-carousel button.slick-next{
    right: 25px;
  }
  .gallery-carousel button.slick-prev{
    left: 15px;
  }
  .gallery-carousel button.slick-prev:before,
  .gallery-carousel button.slick-next:before{
    font-size: 2rem;
  }
  .gallery-stage{
    padding: 0 15px;
  }
  .single-virtual-tour, .type-grid .single-virtual-tour {
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    padding: 20px;
}
.single-virtual-tour .vt_img,
.office-hours,
.address-wrap
{
  width: 100%;
}
.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;
}
.vr-tour-listing{
  margin-top: 50px;
}
.single-virtual-tour:last-child{
  margin-bottom: 0;
}
.type-grid .virtual-tour-btns {
  justify-content: center;
}
section.resident-sections .single-resident-section {
  padding: 25px;
  margin: 0;
  margin-bottom: 15px;
}
section.resident-sections .single-resident-section:last-child{
  margin-bottom: 0;
}
section.resident-sections,
.container.faq-grid,
section.amenities-section.full-width-section
{
  padding-bottom: 40px;
}
.listing-container .post-item .item-details .post-info h4.single-post-title{
  font-size: 1.2rem;
}
.listing-container .layout-grid{
  grid-template-columns: repeat(1, 1fr);
}
.blog-listing-block, .blog-details-block,
section.full-width-section.footer-cta .footer-cta-text .text-wrap
{
  padding-top: 40px;
  padding-bottom: 40px;
}
section.faq-section .question{
  padding: 20px 15px;
  font-size: 1.2rem;
}
section.faq-section .question svg{
  right: 15px;
    width: 19px;
}
section.faq-section .answer {
  padding: 25px 20px;
  padding-top: 0;
}
section.full-width-section.home-intro .intro-slider-container .intro-box-right .equal-height
{
  padding: 40px 15px 0px 15px;
}
header .logo-section{
  padding-right: 15px;
}
header .logo-section a.logo .text-logo {
  font-size: 1.4rem;
}
.bed-slider .floorplans-slick button.slick-arrow{
  top: 80%;
  left: 5px;
  right: 0;
}
.floorplans-slick button.slick-arrow{
  right: 35%;
  left: auto;
  top: -57px;
}
section#reviews-slider .container-full, .home-faq-section, .inner-faq-section{
  padding-top: 50px;
}
}