/*
Theme Name: Invertase
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/css?family=ABeeZee:300,400,500,600,700");
 */
/* ===== Global Styles ===== */
html {
  font-size: 16px;
}

/* body {
  font-family: "ABeeZee", Helvetica, Arial, "sans-serif";
}
 */
/* h1,
h2,
h3,
h4,
h5,
h6,
.title-font {
  font-family: "ABeeZee", Helvetica, Arial, "sans-serif";
} */
.mob-bg {
  display: none;
}
h2.section-title {
  font-size: 2.8rem;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
  position: relative;
}

h3.section-sub-title,
h3.section-subtitle {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin: 15px 0;
  text-transform: capitalize;
}
.section-content {
  margin-bottom: 25px;
}
h2.small-font {
  font-size: 1.125rem;
}

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

h1.section-title {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
}

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

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,
ul {
  font-size: 1.16rem;
  line-height: 1.8;
  margin: 0 0 20px;
  font-weight: 400;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
}

a.btn:hover {
  opacity: 0.75;
}

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

/*  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;
}
/* ====== Form Section ===== */
section.form-section .form-wrap {
  position: relative;
  z-index: 1;
  padding: 50px 0px 250px 50px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 13vw));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 13vw));
}

section.form-section .form-wrap .subcol {
  margin: 0;
  width: 83%;
}
section.form-section .form-wrap .subcol .form-outer {
  padding: 20px 0;
}

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

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

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

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

section.form-section .image-position-right {
  width: 50%;
}

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

section.form-section .image-position-right .form-sec-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.form-section .form-wrap .subcol .formmangr-col {
  width: 50%;
  margin-bottom: 25px;
  flex-grow: 1;
  padding: 0 12px;
}
section.form-section .form-wrap .subcol .formmangr-row {
  display: flex;
  margin-bottom: 20px;
  min-height: 30px;
  width: 100%;
  flex-flow: wrap;
}
section.form-section .form-wrap .subcol .formmangr-field {
  display: flex;
  width: 100%;
}

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

.formmangr-field .field-from,
.formmangr-field .field-to {
  margin-top: 12px;
}
section.form-section .form-img-col {
  position: relative;
  -webkit-clip-path: polygon(0 13vw, 100% 0, 100% calc(100% - 13vw), 0 100%);
  clip-path: polygon(0 13vw, 100% 0, 100% calc(100% - 13vw), 0 100%);
  width: 100%;
  height: 100%;
  z-index: 2;
}
section.form-section .form-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
section.form-section .form-sec-bg.left-col {
  position: relative;
}
.after-before-wrap {
  position: absolute;
  display: flex;
  width: 200px;
  height: 200px;
  left: 0;
  top: 1vw;
}
section.form-section .left-col .before-color-box {
  bottom: -5.2vw;
  left: 0;
  -webkit-clip-path: polygon(0 22%, 100% 0, 100% 78%, 0 100%);
  clip-path: polygon(0 22%, 100% 0, 100% 78%, 0 100%);
  top: auto;
}
section.form-section .left-col .after-color-box {
  bottom: 6.5vw;
  right: 100px;
  -webkit-clip-path: polygon(0 22%, 100% 0, 100% 78%, 0 100%);
  clip-path: polygon(0 22%, 100% 0, 100% 78%, 0 100%);
  top: auto;
  left: auto;
  z-index: 0;
}

section.form-section .after-before-wrap .before-color-box {
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 22%, 100% 0, 100% 78%, 0 100%);
  clip-path: polygon(0 22%, 100% 0, 100% 78%, 0 100%);
  bottom: auto;
  position: relative;
}
section.form-section .after-before-wrap .after-color-box {
  top: 72px;
  left: 0;
  -webkit-clip-path: polygon(0 22%, 100% 0, 100% 78%, 0 100%);
  clip-path: polygon(0 22%, 100% 0, 100% 78%, 0 100%);
  z-index: 0;
  bottom: auto;
  position: relative;
}
/* end form section */
/* ====== Header styles ===== */
header {
  display: flex;
  flex-flow: wrap;
  position: fixed;
  z-index: 999;
  width: 100%;
  transition: all 0.5s ease;
  flex-direction: column;
}
.header-inner {
  text-align: right;
  font-size: 0;
}
header .container {
  max-width: 100%;
}

header.collapsed .header-inner {
  border-bottom: none;
}
.header-bottom .container,
.header-top .container {
  padding: 0 100px;
  transition: all 0.5s ease;
  max-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,
.header .header-cta {
  width: calc(48% - 100px);
} */

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

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

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

header ul.main-menu li.menu-item {
  width: auto;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  padding: 14px;
}
header ul.main-menu li.menu-item .menu-item-link:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  left: 0;
  top: -22px;
  transition: all 0.3s ease 0s;
  border-bottom: 10px solid;
}
header ul.main-menu li.menu-item .menu-item-link:hover::after {
  width: 100%;
}
header .menu-trigger {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  transition: all 0.5s ease;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  text-align: right;
  top: 0;
  right: 0;
  color: #0000 !important;
  z-index: 99;
  max-width: 40px;
  margin-left: auto;
}

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

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

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

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

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

header .logo-section a.logo img {
  width: auto;
  transition: all 0.5s ease 0s;
  max-height: 90px;
  height: auto;
  object-fit: contain;
  object-position: left center;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

header .logo-section a.logo .header-logo-img {
  width: 200px;
}
.main-menu-panel a.main-logo .header-logo-text {
  max-width: 250px;
}

.main-menu-panel a.main-logo {
  display: inline;
  max-width: 200px;
}
.main-menu-panel .header-logo-img {
  max-width: 200px;

}
.main-menu-panel .header-logo-img img {
  max-height: 70px;
}
.main-menu-panel .header-logo-img img {
  max-height: 70px;
}
header .logo-section a.logo .header-logo-text {
  padding: 5px 0;
}
header .logo-section a.logo .text-logo {
  font-size: 1.7rem;
  margin: 0px;
  font-weight: 700;
}
.main-menu-panel a.main-logo .header-logo-img img {
  height: 70px;
}
.main-menu-panel a.main-logo .header-logo-img {
  max-width: 200px;
}
.main-menu-panel 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: left;
  align-items: center;
  height: 100%;
}

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

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

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

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

.header-cta {
  padding: 25px 0 25px 20px;
  position: relative;
  display: flex;
  vertical-align: middle;
  text-align: right;
  justify-content: end;
}
header.collapsed .header-cta {
  transition: all 0.5s ease 0s;
}
.header-cta a.btn {
  display: inline-block;
  margin: 0px;
  white-space: nowrap;
  margin-left: 15px;
}

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%;
  transform: translateX(0);
  overflow-x: hidden;
  text-align: center;
}

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

.main-menu-panel .social-bar {
  width: 100%;
  text-align: center;
}
.main-menu-panel ul.social-links {
  display: block;
  margin: 0;
  font-size: 0;
  padding: 0;
  width: 100%;
}
.main-menu-panel ul.main-menu {
  display: flex;
  flex-flow: wrap;
  height: auto;
  padding: 40px 30px 30px;
  -ms-column-count: 2;
  -o-column-count: 2;
  -moz-column-count: 2;
  -khtml-column-count: 2;
  column-count: 2;
}

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

} */

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

.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: 10px 0;
  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;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 5px 10px;
}

.main-menu-panel ul.social-links li.social-icon a {
  position: absolute;
  border: 1px solid;
  left: 0;
  top: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.main-menu-panel ul.social-links li.social-icon a svg {
  max-width: 20px;
  max-height: 100%;
  width: 100%;
}

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

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

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

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

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

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

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

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

.main-menu-panel .contact a {
  padding-top: 10px;
}
.main-menu-panel .header-cta {
  text-align: left;
  padding-left: 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 10px;
}
.header ul.main-menu li.menu-item a.menu-item-link {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
section.neighborhood .nbp-fliter-dropdown,
.swifty-gallery-mobile-tabs-dropdown,
.mobile-home-flp-filter,
.swifty-gallery-mobile-tabs-dropdown {
  display: block;
  margin: 0;
  width: 100%;
  padding: 20px;
  position: relative;
}
.nbp-fliter-dropdown select.nbp-mobile-filters,
.swifty-gallery-mobile-tabs-dropdown select,
.mobile-home-flp-filter select,
.swifty-gallery-mobile-tabs-dropdown select {
  width: 100%;
  border: 0;
  padding: 10px;
  text-align: center;
  border: 1px solid;
  color: #000;
  background: #fff;
}
.swifty-gallery-mobile-tabs-dropdown {
  display: none;
}
/* ====== End Header styles ===== */

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

section.intro-type-2 {
  padding-top: 220px;
  text-align: center;
}
section.intro-type-2 .after-color-box {
  top: 50px;
  left: 62.5%;
}
/* section.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);
} */

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

/* ====== Home Page styles ===== */
section.hero-banner {
  overflow: hidden;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
    50% calc(100% - 200px),
    0% 100%
  );
  z-index: 99;
  background: #fff;
  transition: all 0.5s ease 0s;
}

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

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

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

section.hero-banner .slider .slick-list .slick-track {
  height: 100%;
}
section.hero-banner .slide-outer {
  display: flex;
  flex-flow: wrap;
  height: 100%;
}
section.hero-banner .slide-bg {
  width: 50%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  display: flex;
}
section.hero-banner .slide-bg.mob-bg {
  display: none;
}
section.hero-banner .slide-bg img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  z-index: 2;
}

section.hero-banner .slide-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  display: none;
}

section.hero-banner .slide-flex-wrapper,
section.hero-banner .video-container {
  width: 50%;
  padding: 50px;
  padding-left: calc(50% - 860px);
  height: auto;
  padding-bottom: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 100px;
  position: relative;
}
section.hero-banner .slide-flex-wrapper .slide-content {
 /*  padding: 0 0 70px; */
}
section.hero-banner .slide-content-box {
  height: auto;
  display: flex;
  flex-flow: column;
}

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

section.hero-banner .slide-flex-wrapper .container .slide-content,
section.hero-banner .container .video-content {
  color: #fff;
  position: relative;
  padding: 0px;
  overflow: hidden;
  min-height: 350px;
  width: 100%;
}

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 .slide-content h1.hero-title,
section.hero-banner .video-content h1.hero-title {
  margin-bottom: 25px;
  margin-top: 0px;
  font-weight: 700;
  text-transform: none;
}
section.hero-banner h2.hero-subtitle {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1.2;
}

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

section.hero-banner .hero-paragraph p {
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.2px;
  font-size: 1.25rem;
}
section.hero-banner .slick-dots li {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 20px 0 0;
  width: 25px;
  height: 25px;
}
section.hero-banner .container .video-content {
  text-align: center;
}

section.hero-banner .slider-container .slick-dots {
  bottom: 170px;
  width: 100%;
  max-width: 1560px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  padding: 0 30px;
}
.slider.hero-slider .slick-dots li button {
  width: 25px;
  height: 25px;
  opacity: 0.6;
  background-color: #f2d6a2;
}
.slider.hero-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.slider.hero-slider .slick-dots li button:before {
  opacity: 0;
}
section.video-banner {
  display: flex;
}
section.hero-banner .video-wrapper {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
}
section.hero-banner .video-wrapper iframe.youtube-video {
  height: 120vh;
  width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.hero-slider {
  overflow: hidden;
}
section.hero-banner .hero-slider button.slick-prev {
  left: 25px;
  transform: translate(0, -50%);
}

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

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

section.hero-banner section.hero-banner {
  height: 100vh;
}
section.hero-banner .section-buttons {
  display: flex;
  gap: 10px;
  overflow: hidden;
  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%;
} */

.before-color-box {
  display: block;
  width: 100px;
  height: 128px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
  bottom: 302px;
  right: 0;
}

.after-color-box {
  display: block;
  width: 100px;
  height: 128px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
  right: -100px;
  bottom: 170px;
  z-index: 9;
}

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

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

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

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

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

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

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

.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: 1000px;
  margin: 0 auto;
}

/* ====== Home Intro ===== */
section.hero-banner + section.home-intro,
section.hero-banner + section.home-slider-floorplan  {
  margin-top: -200px;
}
section.hero-banner + section.home-slider-floorplan{
  padding-top: 250px;
}
.home-intro .slide-bg a{
  cursor: inherit;
}
section.home-slider-floorplan + section.home-intro{
  padding-top: 0px;
}
section.home-slider-floorplan + section.home-intro .intro-box-right{
  padding-top: 50px;
  padding-bottom: 350px;
}
section.home-slider-floorplan + section.home-intro.full-width-section .intro-box-right{
  padding-bottom: 50px;
}
section.hero-banner + section.footer-cta {
  padding-top: 0px;
  margin-top: -200px;
}
section.hero-banner + section.map-wrapper {
  margin-top: -250px;
}
section.hero-banner + section.form-section {
  margin-top: -200px;
  padding-top: 0;
}
section.hero-banner + section.form-section .form-sec-bg.left-col {
  padding-right: 0;
}
section.hero-banner + section.form-section .form-wrap {
  position: relative;
  z-index: 1;
  padding: 200px 50px 250px;
}
section.home-intro {
  margin-top: -130px;
  z-index: 9;
  position: relative;
}
section.intro-type-1 {
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 350px), 0% 100%);
}
section.hero-banner + section .col {
  padding-top: 200px;
  position: relative;
}
section.intro-type-1 .col {
  padding-bottom: 350px;
  position: relative;
}
.intro-type-1 .slide-bg img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.intro-type-1 .intro-box-right {
  padding-left: 40px;
  max-width: 780px;
  padding-right: 45px;
}
.intro-type-1 .it-image-section {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}
.intro-type-1 .it-image-section .slide-bg,
.intro-type-1 .it-image-section .intro-slider {
  height: 100%;
}

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

/* ====== Home Page styles ===== */

section.home-floorplans .after-color-box {
  top: -250px;
  right: 0;
}
section.home-floorplans + .home-gallery {
  margin-top: 100px;
}
section.home-floorplans .before-color-box {
  top: -130px;
  right: 10%;
}
section.home-floorplans {
  padding: 70px 0;
}
section.home-floorplans .home-flp-content-outer .container {
  max-width: 1020px;
  margin: 0 auto;
}
section.home-floorplans .home-flp-content-outer .col {
  margin: 0 auto;
}
.home-flp-content-outer {
  position: relative;
}
section.home-floorplans .slick-slide {
  text-align: left;
  cursor: pointer;
  margin-right: 20px;
  display: flex;
  flex-flow: wrap;
  align-items: end;
  transform-origin: center bottom;
}
section.home-floorplans .slick-slide:not(.slick-active) {
  transform: scale(0.7);
  transform-origin: center bottom;
}
section.home-floorplans
  .slick-slide.slick-active
  + .slick-slide
  + .slick-slide {
  transform: scale(0.7) translateX(-730px);
}
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 {
  width: 60%;
  height: 400px;
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
  max-width: 60%;
  background: #dddddd;
  padding: 60px 120px;
  clip-path: polygon(0% 0%, calc(100% - 100px) 0%, 100% 100%, 100px 100%);
}

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

section.home-floorplans .slick-slide .floorplan-slide-details {
  width: 40%;
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
  padding-left: 30px;
  text-align: left;
  opacity: 0;
}
section.home-floorplans .slick-slide.slick-active .floorplan-slide-details {
  opacity: 1;
}

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

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

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

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

section.home-floorplans .filter {
  width: 50%;
  display: flex;
  margin-left: calc(50% - 15px);
}
section.home-floorplans .filter .home-flp-desktop-filters {
  display: flex;
  gap: 15px;
  flex-flow: wrap;
}

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

section.home-floorplans .filter .filter-item {
  width: 170px;
  border: 1px solid;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.home-floorplans .col.flp-slider {
  position: relative;
  display: flex;
  flex-flow: column;
  padding: 0;
  width: 100%;
  padding-left: calc(50% - 750px);
  overflow: hidden;
}

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

section.home-floorplans .col.flp-slider-tab .floorplans-text {
  width: 100%;
  padding-left: 0;
  position: relative;
  display: flex;
  max-width: 1380px;
  margin: 0 auto;
  flex-flow: wrap;
}
section.home-floorplans
  .col.flp-slider-tab
  .floorplans-text
  .flp-home-title-wrap {
  width: 50%;
}
section.home-floorplans .col.flp-slider-tab .floorplans-text .section-content {
  width: 50%;
}
.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;
}
.flp-slider-wrapper .slick-next,
.flp-slider-wrapper .slick-prev {
  right: auto;
  left: 50%;
  z-index: 99;
  color: inherit;
}
.flp-slider-wrapper .slick-next:before,
.flp-slider-wrapper .slick-prev:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
  left: 12px;
  position: absolute;
}

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

section.home-floorplans .home-floorplans-slider button.slick-next {
  width: 50px;
  height: 20px;
  top: auto;
  bottom: 0;
  left: calc(800px + 60px);
  z-index: 99;
}
section.home-floorplans .container .col-6 {
  padding: 0 15px;
}
section.home-floorplans .home-floorplans-slider button.slick-prev {
  width: 50px;
  height: 20px;
  top: auto;
  bottom: 0;
  left: 800px;
  z-index: 99;
}

.flp-slider-wrapper .slick-prev:after {
  top: 4px;
  left: 12px;
  transform: rotate(227deg);
}
.flp-slider-wrapper .slick-next:after {
  top: 4px;
  left: 37px;
}
.slick-prev.slick-disabled:after,
.slick-next.slick-disabled:after,
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}
.slick-active .floorplan-slide-img:after,
.slick-active .floorplan-slide-details:after {
  display: none;
}

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

.home-flp-slider-outer {
  position: relative;
  margin-top: -170px;
}
.flp-slider {
  position: relative;
  padding: 100px 25px 25px;
}

section.home-floorplans .flp-slider-wrapper {
  padding: 0;
  width: 100%;
  max-width: 800px;
}

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

section.home-floorplans .slick-slide.slick-active + .slick-slide {
  opacity: 0.5;
}
/* ====== Home Page Tabs ===== */
section.tabs-block {
  padding: 0;
  position: relative;
}
.tabs-block .left-col.tabs-amenities-images {
  order: 2;
  position: relative;
}
.tabs-block .tab-image {
  display: none;
}
.tabs-block .tab-image.active {
  display: block;
}
.tabs-block .right-col.tabs-amenities {
  padding: 50px;
  padding-left: calc(50% - 750px);
  padding-right: 100px;
  min-height: 100vh;
  padding-bottom: 200px;
}
.tabs-block ul.swifty-tabs-nav {
  display: flex;
}
.tabs-block .swifty-tabs-nav li a {
  padding: 15px 20px;
  border: 2px solid;
  border-right: none;
  font-weight: 700;
  display: block;
}
.tabs-block .swifty-tabs-nav li:first-child a,
.tabs-block .swifty-tabs-nav li:first-child {
  border-radius: 30px 0 0 30px;
}
.tabs-block .swifty-tabs-nav li:last-child {
  border-radius: 0 30px 30px 0;
}
.tabs-block .swifty-tabs-nav li:last-child a {
  border-right: 2px solid;
  border-radius: 0 30px 30px 0;
}
.tabs-block .tabs-stage .tab-content {
  padding-top: 75px;
}
.tab-content-wrap .home-amne-desc ul,
.tab-content-wrap .home-amne-desc ol,
.section-discription ul {
  list-style: disc;
  list-style-position: inside;
}

.tab-content-wrap .home-amne-desc ol{
  font-size: 1.16rem;
  line-height: 1.8;
}


.tabs-block .tabs-stage .tab-content .home-amne-desc {
  margin-top: 15px;
  margin-bottom: 25px;
}
section.tabs-block .tab-content .amenities-grid-wrap ul.amenities-grid {
  min-height: 100px;
  padding-bottom: 50px;
  columns: 2;
  list-style: disc;
  padding-left: 20px;
}
section.tabs-block .tab-content .amenities-grid-wrap ul.amenities-grid li {
  font-size: 1.16rem;
  font-weight: 300;
  padding-right: 20px;
  margin-bottom: 5px;
  line-height: 1.2;
}
section.tabs-block .tabs-amenities-images .tab-image {
  -webkit-clip-path: polygon(
    0 0,
    100% 14.5vw,
    100% 100%,
    0 calc(100% - 14.5vw)
  );
  clip-path: polygon(0 0, 100% 14.5vw, 100% 100%, 0 calc(100% - 14.5vw));
  height: 100%;
}

section.tabs-block .tabs-amenities-images .tab-image img {
  object-position: center center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.tabs-block .tabs-amenities-images .before-color-box {
  top: 0px;
  left: 0;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 78%);
  clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 78%);
}
section.tabs-block .tabs-amenities-images .after-color-box {
  top: 73px;
  left: -100px;
  -webkit-clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 78%);
  clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 78%);
}
section.tabs-block .tabs-amenities-images .tab-image .before-color-box {
  top: 60%;
  right: 0;
  left: auto;
}
section.tabs-block .tabs-amenities-images .tab-image .after-color-box {
  top: 65%;
  left: 0;
}
.tabs-block .property-logo-img.tab-image .flp-pmc-logo {
  max-width: 200px;
  height: auto;
  width: auto;
  left: 50%;
  top: 50%;
  translate: inherit;
  transform: translate(-50%, -50%);
  position: absolute;
}

/* ====== Home Image Gallery Section ===== */
.home-gallery .container-full {
  position: relative;
  z-index: 9;
}
.multipurpose-boxes .after-color-box {
  display: none;
}
.home-gallery .section-clip {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ededed;
  clip-path: polygon(0 430px, 100% 0, 100% 100%, 0 100%);
  top: 0;
}
.home-gallery .container.left-col {
  display: flex;
  flex-flow: column wrap;
  align-content: flex-end;
}
.home-gallery .left-col .text-content-wrapper {
  padding: 300px 0 10vw;
  min-height: 960px;
}
.home-gallery .right-col {
  position: absolute;
  top: 0;
  width: 60%;
  z-index: 9;
  margin-top: -32px;
}
.home-gallery .right-col .img-gallery-magnific {
  position: relative;
}
.home-gallery .right-col .gallery-grid-modular .magnific-img {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  clip-path: polygon(0 0, 100% 63px, 100% 100%, 0 calc(100% - 63px));
  margin-top: -63px;
  background: #fff;
}
.home-gallery .right-col .gallery-grid-modular {
  position: relative;
  display: flex;
  flex-flow: wrap;
}
.home-gallery .right-col .gallery-grid-modular .magnific-img img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center center;
  /* transition: all 0.5s ease 0s; */
}
.home-gallery .right-col .gallery-grid-modular .magnific-img:nth-child(2n) {
  clip-path: polygon(0 63px, 100% 0, 100% calc(100% - 63px), 0 100%);
}
.home-gallery .right-col .img-gallery-magnific .after-color-box {
  bottom: -65px;
  left: calc(48% - 100px);
  -webkit-clip-path: polygon(0 20px, 100% 0, 100% 100px, 0 100%);
  clip-path: polygon(0 20px, 100% 0, 100% 100px, 0 100%);
}
.home-gallery .right-col .img-gallery-magnific .before-color-box {
  top: 86px;
  right: -53px;
  clip-path: polygon(0 20%, 100% 0, 100% 82%, 0 100%);
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 82%, 0 100%);
}
section.home-gallery + section.multipurpose-boxes {
  margin-top: -10vw;
}
/* .home-gallery .right-col .gallery-grid-modular  .magnific-img:nth-child(2n) {
  clip-path: polygon(0 63px, 100% 0, 100% calc(100% - 63px), 0 100%);
} */
/* .hgallery-after-color-box{
  position: absolute;
content: "";
width: 100px;
bottom: -65px;
left: calc(50% - 100px);
position: absolute;
-webkit-clip-path: polygon(0 20px, 100% 0, 100% 100px, 0 100%);
clip-path: polygon(0 20px, 100% 0, 100% 100px, 0 100%);} */
/* / ====== Home Page Gallery Slider ===== /  */
.image-slider-container {
  position: relative;
  width: 100%;
  height: auto;
}
/*====== End Home Page Gallery Slider ===== */

/* ====== CTA Slider to Columns styles ===== */
section.multipurpose-boxes {
  background-size: cover;
  background-position: center bottom;
  transition: all 0.3s ease;
  position: relative;
}
.cta-slider .cta-columns-wrap {
  display: flex;
}
.cta-slider .cta-columns-wrap .small-img-item {
  position: relative;
  width: 33.33%;
  min-height: 36vw;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  align-items: center;
  padding: 40px 25px;
}
.cta-slider .cta-columns-wrap.twoCtaCol .small-img-item {
  width: 50%;
}
.cta-slider .cta-columns-wrap.singleCtaCol .small-img-item {
  width: 100%;
  height: 45vw;
}

.cta-slider .small-img-item .mp-box-content {
  z-index: 9;
  text-align: center;
}
.cta-slider .small-img-item .box-img {
  -webkit-clip-path: polygon(0 0, 100% 9vw, 100% 100%, 0 calc(100% - 9vw));
  clip-path: polygon(0 0, 100% 9vw, 100% 100%, 0 calc(100% - 9vw));
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 2;
}
.cta-slider .small-img-item:nth-child(2n) .box-img {
  -webkit-clip-path: polygon(0 9vw, 100% 0, 100% calc(100% - 9vw), 0 100%);
  clip-path: polygon(0 9vw, 100% 0, 100% calc(100% - 9vw), 0 100%);
}
.cta-slider .small-img-item .box-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  z-index: 1;
  top: 50%;
  left: 50%;
  position: relative;
  transform: translateY(-50%) translateX(-50%) scale(1.01);
  transition: all 0.4s ease 0s;
  opacity: 0.5;
}

section.multipurpose-boxes .small-img-item .mp-box-content .cta-btns {
  position: relative;
  font-size: 0;
  width: 45px;
  margin: 30px auto;
}
section.multipurpose-boxes .small-img-item .mp-box-content .cta-btns a {
  display: none;
}

/* .cta-slider .small-img-item .mp-box-content .cta-arrows {
  position: relative;
  font-size: 0;
  width: 45px;
  margin: 30px auto;
} */
section.multipurpose-boxes .small-img-item .mp-box-content .cta-btns:before {
  content: "";
  width: 100%;
  border-bottom: 2px solid;
  left: 0;
  top: 9px;
  position: absolute;
}
section.multipurpose-boxes .small-img-item .mp-box-content .cta-btns:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0;
  top: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}
section.multipurpose-boxes
  .cta-columns-wrap
  .small-img-item:hover
  .box-img
  img {
  transform: translateY(-50%) translateX(-50%) scale(1.15);
}
section.multipurpose-boxes .cta-columns-wrap .small-img-item .after-color-box {
  bottom: 45px;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 19px, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 27px, 100% 100%, 0 80%);
  z-index: 0;
  display: block;
}
section.multipurpose-boxes .cta-columns-wrap .small-img-item .before-color-box {
  top: 2.7vw;
  left: 0;
  -webkit-clip-path: polygon(0 34px, 100% 0, 100% 74%, 0 100%);
  clip-path: polygon(0 34px, 100% 0, 100% 74%, 0 100%);
}
/* ====== Gallery Slider ====== */
/* .gallery {
  position: relative;
  max-width: 100%;
  border-radius: 4px;
  height: 100%;
} */

/* ====== Google Map Section ===== */
section.map-wrapper {
  height: 45vw;
  clip-path: polygon(
    0% 250px,
    50% 0%,
    100% 250px,
    100% 100%,
    50% 100%,
    0% 100%
  );
}
/* ====== Footer CTA Section ===== */
section.footer-cta {
  position: relative;
}

.image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.footer-cta-img .image-wrap img {
  clip-path: polygon(0 250px, 90% 0, 90% calc(100% - 250px), 0 100%);
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
}
section.footer-cta .footer-cta-text {
  padding-top: 150px;
  padding-bottom: 350px;
}
section.footer-cta .footer-cta-img {
  position: relative;
}
section.footer-cta .before-color-box {
  bottom: 128px;
  right: 100px;
}
section.footer-cta .after-color-box {
  bottom: 0px;
  right: 0;
}
section.footer-cta .footer-cta-img .before-color-box {
  top: -69px;
  right: 20%;
  -webkit-clip-path: polygon(0 23%, 100% 0, 100% 77%, 0 100%);
  clip-path: polygon(0 23%, 100% 0, 100% 77%, 0 100%);
}
section.footer-cta .footer-cta-img .after-color-box {
  top: 56px;
  right: 30%;
  -webkit-clip-path: polygon(0 23%, 100% 0, 100% 77%, 0 100%);
  clip-path: polygon(0 23%, 100% 0, 100% 77%, 0 100%);
}
section.footer-cta .text-wrap {
  padding-left: 40px;
  width: 100%;
  max-width: 780px;
  padding-right: 45px;
}
.home-cta .section-clip {
  display: none;
}
/* inner page cta */
.inner-page-cta .footer-cta-img .image-wrap img {
  clip-path: polygon(
    0% 0%,
    33.33% 15%,
    66.67% 0%,
    100% 15%,
    100% 100%,
    66.67% 85%,
    33.33% 100%,
    0% 85%
  );
  height: 30vw;
}
.inner-page-cta .section-clip {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  clip-path: polygon(0 430px, 100% 0, 100% 100%, 0 100%);
}
section.footer-cta.inner-page-cta .footer-cta-img {
  width: 45%;
  height: 100%;
}
.inner-page-cta .cta-container {
  justify-content: space-between;
}
section.inner-page-cta .footer-cta-text {
  padding-top: 300px;
  padding-bottom: 50px;
}
section.inner-page-cta .footer-cta-img .before-color-box {
  -webkit-clip-path: polygon(0 22%, 100% 0, 100% 78%, 0 100%);
  clip-path: polygon(0 22%, 100% 0, 100% 78%, 0 100%);
  left: calc(100% + 0px);
  top: 20%;
}
section.inner-page-cta .footer-cta-img .image-wrap .before-color-box {
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 77%);
  clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 77%);
}
section.inner-page-cta .footer-cta-img .after-color-box {
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 77%);
  clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 77%);
  top: auto;
}
section.inner-page-cta .image-wrap {
  height: auto;
}
/*===== Footer =====*/
footer.footer {
  transition: all 0.5s ease;
}

footer.footer .footer-address {
  margin-top: 20px;
  display: flex;
  flex-flow: column;
}
footer.footer .footer-social {
  order: 2;
}
section.site-footer {
  display: flex;
  flex-flow: wrap;
  padding: 60px 85px;
}

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

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

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

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

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

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

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

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

.footer .contact {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  text-transform: lowercase;
}

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

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

.footer .address {
  font-size: 1rem;
  order: 1;
  line-height: 1.8;
}

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

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

  position: relative;
}

.footer .container-wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.footer-lower {
  background: #969696;
  padding: 25px 100px;
}
.footer-bottom {
  display: flex;
}
.footer li.footer-menu-item {
  font-size: 1rem;
  line-height: 2;
  display: inline-block;
  width: 49%;
  padding-right: 50px;
  margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.property-icons li.single-prop-icon {
  display: inline-block;
  width: 30px;
  margin: 0 4px;
  vertical-align: middle;
}
.property-icons li.single-prop-icon img {
  width: 100%;
  height: auto;
}
.text-color-light.property-icons li.single-prop-icon img {
  width: 100%;
  height: auto;
}
.text-color-light .single-prop-icon img[src$=".svg"] {
  filter: invert(100%) brightness(100) contrast(100);
}
.text-color-dark.attribution a.cb-logo-link img {
  filter: brightness(1) invert(1);
}

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

.attribution {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: 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,
footer .address {
  font-size: 1.125rem;
  line-height: 1.5;
}

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

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

/* ====== Inner Hero Section ===== */
/* ====== Inner Hero Section ===== */
section.inner-hero {
  display: flex;
  flex-flow: wrap;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
    50% calc(100% - 200px),
    0% 100%
  );
  z-index: 99;
  background: #fff;
}
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 .inner-hero-container {
  display: flex;
  align-items: center;
  min-height: 500px;
  flex-flow: wrap;
}

section.inner-hero .inner-hero-img,
section.inner-hero .inner-hero-text {
  width: 50%;
  position: relative;
}
section.inner-hero .inner-hero-img {
  order: 2;
  height: 100%;
}
section.inner-hero .inner-hero-img .before-color-box {
  left: 15%;
  bottom: 150px;
  z-index: 9;
}
section.inner-hero .text-wrap .before-color-box {
  left: 0;
  bottom: -7px;
  -webkit-clip-path: polygon(0 22%, 100% 0, 100% 78%, 0 100%);
  clip-path: polygon(0 22%, 100% 0, 100% 78%, 0 100%);
}
section.inner-hero .text-wrap .after-color-box {
  left: 100px;
  bottom: 120px;
  -webkit-clip-path: polygon(0 22%, 100% 0, 100% 84%, 0 100%);
  clip-path: polygon(0 22%, 100% 0, 100% 84%, 0 100%);
}
section.inner-hero .inner-hero-container .inner-hero-img .image-wrap {
  height: 100%;
  position: relative;
}

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

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

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

section.inner-hero .inner-hero-text .text-wrap {
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  padding-bottom: 30vh;
  justify-content: center;
  text-align: center;
  position: relative;
}

section.inner-hero h1 {
  margin: 0;
  text-transform: capitalize;
  padding: 0px 75px;
  display: inline-block;
}

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

.intro-type-1.image-text-block .left-col {
  width: 50%;
}
.intro-type-1 .right-col .before-color-box,
.intro-type-1 .left-col .before-color-box,
.intro-type-1 .left-col .after-color-box {
  display: none;
}

.amenities-intro.image-text-block .left-col .image-overlay {
  display: none;
}
.amenities-intro .left-col .after-color-box,
.amenities-intro .left-col .before-color-box {
  display: none;
}
.intro-type-1.image-text-block .inner-heading-wrapper,
.intro-type-1.image-text-block .section-content {
  width: 100%;
  float: left;
}

.image-text-block.amenities-intro .it-container,
.image-text-block.gallery-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;
}

/* ==== Start Amenities intro section ==== */
section.inner-hero + section {
  margin-top: -200px;
}
section.inner-hero + section.gallery-tabs-header,
section.inner-hero + section.vt-tour-section {
  margin-top: 0;
}
section.inner-hero + section.amenities-section {
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 350px), 0% 100%);
}
section.inner-hero + section.community-amenities .container-full {
  flex-direction: row-reverse;
}
section.inner-hero + section.amenities-section .left-col .image-wrapper,
section.inner-hero + section.amenities-section .left-col {
  -webkit-clip-path: none;
  clip-path: none;
}

section.inner-hero + section.amenities-section + .resident-amenities {
  margin-top: 142px;
}
.intro-type-1.content-block .image-wrapper {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.intro-type-1.content-block .it-section {
  padding-left: 55px;
  width: 100%;
  max-width: 780px;
  padding-right: 60px;
}

section.intro-type-1.content-block .col-6.right-col {
  padding-bottom: 350px;
  padding-top: 250px;
  position: relative;
}
section.inner-hero + section .right-col .it-section .after-color-box {
  left: 25%;
  top: 50px;
}
/* ==== End Amenities intro section ==== */

/* ==== Inner Page Amenities, Amenities section common css ==== */
.amenities-section .amnety-header .image-overlay {
  display: none;
}
section.community-amenities .left-col {
  order: 2;
  position: relative;
}
section.community-amenities .left-col {
  -webkit-clip-path: polygon(0 0, 100% 17vw, 100% 100%, 0 calc(100% - 17vw));
  clip-path: polygon(0 0, 100% 17vw, 100% 100%, 0 calc(100% - 17vw));
  position: relative;
}
section.community-amenities .left-col .image-wrapper {
  height: 100%;
}
section.amenities-section .left-col {
  position: relative;
}
section.amenities-section .left-col .before-color-box {
  top: 0px;
  left: 0;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 22%, 100% 100%, 0 76%);
  clip-path: polygon(0 0, 100% 22%, 100% 100%, 0 76%);
}
section.amenities-section .left-col .after-color-box {
  top: auto;
  left: 0;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 22%, 100% 100%, 0 76%);
  clip-path: polygon(0 0, 100% 22%, 100% 100%, 0 76%);
  bottom: 15vw;
}

section.community-amenities .right-col {
  padding: 50px;
  padding-left: calc(50% - 750px);
  height: auto;
  min-height: 100vh;
  padding-bottom: 200px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-right: 100px;
  position: relative;
}
section.community-amenities .right-col .it-section {
  padding: 50px;
}
section.resident-amenities .left-col .before-color-box {
  top: 15vw;
  right: 0;
  left: auto;
}
section.resident-amenities .left-col .after-color-box {
  right: 0;
  left: auto;
  top: auto;
  bottom: 109px;
}
section.resident-amenities .right-col.amnety-list .before-color-box {
  bottom: 121px;
  left: 0;
  top: auto;
}
.resident-amenities.image-text-block .right-col .it-section .after-color-box {
  display: none;
}
section.community-amenities .right-col .after-color-box {
  top: -26px;
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 96%, 0 73%);
  clip-path: polygon(0 0, 100% 20%, 100% 96%, 0 73%);
}
section.community-amenities .right-col .before-color-box {
  right: -100%;
  z-index: 9;
}
.amenities-section.image-text-block .it-container {
  align-items: inherit;
}
.amenities-section.image-text-block .section-content ul.amenities-grid {
  min-height: 100px;
  padding-bottom: 50px;
  columns: 2;
  list-style: disc;
  padding-left: 20px;
}
section.inner-hero + section.amenities-section .right-col {
  padding-bottom: 350px;
  padding-top: 250px;
  position: relative;
}
/* ==== End Inner Page Amenities, Amenities section common css ==== */

/* ==== Inner Page Amenities, Resident Amenities section==== */
.resident-amenities.amenities-section .it-section {
  flex-direction: column;
}
.resident-amenities.image-text-block .right-col {
  padding: 50px;
  height: auto;
  min-height: 100vh;
  padding-bottom: 200px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-right: 100px;
  position: relative;
  padding-left: 100px;
  padding-right: calc(50% - 750px);
}
.resident-amenities.image-text-block .left-col {
  -webkit-clip-path: polygon(0 0, 100% 17vw, 100% 100%, 0 calc(100% - 17vw));
  clip-path: polygon(0 0, 100% 17vw, 100% 100%, 0 calc(100% - 17vw));
  top: -140px;
  position: relative;
}
.resident-amenities.image-text-block .left-col .image-wrapper {
  height: 100%;
}
.resident-amenities.image-text-block .right-col .it-section .after-color-box {
  bottom: 246px;
  left: -100px;
  top: auto;
}
/* ==== End Inner Page Amenities, Resident Amenities section ==== */

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

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

/* ====== Gallery Page ===== */
.gallery-intro.intro-type-1 .image-wrapper .before-color-box,
.gallery-intro.intro-type-1 .image-wrapper .after-color-box,
.gallery-intro.intro-type-1 .right-col .before-color-box,
.gallery-tabs-header .after-color-box {
  display: none;
}
section.gallery-section .gallery-tabs ul.gallery-tabs-nav {
  display: flex;
  width: auto;
  max-width: 1000px;
  margin: 30px auto;
  background: #e3e3e3;
  transform: skewX(30deg);
}
section.gallery-section .gallery-tabs ul.gallery-tabs-nav li {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}
section.gallery-section .gallery-tabs .gallery-tabs-nav a {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  padding: 20px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
section.gallery-section .gallery-tabs .gallery-tabs-nav a span{
  transform: skewX(-30deg);

}
section.gallery-section .gallery-tabs .img-gallery-magnific.gallery-col {
  display: flex;
  flex-flow: wrap;
  margin-top: 130px;
}
section.gallery-section
  .gallery-tabs
  .img-gallery-magnific.gallery-col
  .magnific-img {
  width: 25%;
  display: inline-block;
  height: 30vw;
  margin-top: -130px;
  clip-path: polygon(0 0, 100% 130px, 100% 100%, 0 calc(100% - 130px));
}
section.gallery-section
  .gallery-tabs
  .img-gallery-magnific.gallery-col
  .magnific-img:nth-child(2n) {
  clip-path: polygon(0 130px, 100% 0, 100% calc(100% - 130px), 0 100%);
}

section.gallery-section
  .gallery-tabs
  .img-gallery-magnific.gallery-col
  .magnific-img
  img {
  height: 100%;
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
/* ====== End Gallery Page ===== */

/* ====== Floorplan Filters Section ===== */
.floorplan-filters a.flp-filters-trigger {
  display: none;
}
.select-floor-plan {
  width: 100%;
}
.floorplan-filters {
  overflow: hidden;
  width: 20%;
  position: relative;
  transition: all 0.5s ease 0s;
  display: block;
  float: left;
  /* min-height: 100vh;
  height: 100%; */
}

.filter-wrapper{
  height: 100vh;
}

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

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

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

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

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

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

.floorplan-filters .more-flp-filters {
  flex-direction: column;
  display: flex;
  width: 100%;
}

.floorplan-filters .more-flp-filters div select {
  font-size: 16px;
  padding: 10px;
  border-radius: 0;
  -webkit-appearance: none;
  height: 45px;
  outline: none;
  border: 1px solid;
  display: inline-block;
  color: #000000;
}

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

.floorplan-filters .more-flp-filters div span.sf-range-values-seperator {
  display: block;
  /* vertical-align: middle; */
  margin: 8px 10px;
  font-size: 30px;
  float: left;
}

.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 ===== */
.site-map-flp.div-center{
  margin: 0 auto;
}

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

.floorplans-intro h2.section-title,
.neighborhood-intro h2.section-title,
.resident-heading h2.section-title,
section#home-gallery h2.section-title {
  margin-top: 0;
}
section.floorplans-listing .flp-listing {
  display: flex;
  flex-wrap: wrap;
  padding: 0 35px;
}
section.floorplans-listing .single-floorplan {
  width: 50%;
  margin: 0;
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
}
section.floorplans-listing .single-floorplan .flp-top {
  padding: 0 30px 0px;
  background: #dddddd;
  clip-path: polygon(0 0, 70px 100%, 100% 100%, calc(100% - 70px) 0);
  position: relative;
}
section.floorplans-listing .single-floorplan h2.flp-title {
  font-size: 1.4rem;
  width: calc(100% - 150px);
  float: left;
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 0px;
}

section.floorplans-listing .single-floorplan .flp-header {
  padding: 40px 70px 30px 90px;
  background: #f2f2f2;
  clip-path: polygon(70px 0px, 0px 100%, calc(100% - 70px) 100%, 100% 0%);
  position: relative;
  display: flex;
  flex-direction: column;
}

.flp-listing .flp-slide-in-trigger {
  order: 1;
  display: block;
  position: relative;
}

section.floorplans-listing .flp-header-l {
  display: flex;
  margin: 20px 0 0;
  width: calc(100% - 150px);
  flex-direction: column;
  text-align: left;
}

section.floorplans-listing .flp-header-l span svg {
  display: none !important;
}
section.floorplans-listing .flp-header-l span {
  display: flex;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  margin: 0 !important;
}
section.floorplans-listing .flp-header-l span.flp-bed-bath.type-1 {
  display: none !important;
}
section.floorplans-listing .flp-header-l span.flp-sq-ft {
  order: 3;
}
section.floorplans-listing .flp-header-r {
  width: 50%;
  margin: 0px;
  margin-top: 6px;
  font-weight: 700;
  order: 2;
}
section.floorplans-listing .flp-header-r .price-box {
  font-size: 1rem;
  text-transform: capitalize;
  cursor: pointer;
  line-height: 1.2;
  font-weight: 700;
}

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

section.floorplans-listing .single-floorplan .flp-swaps {
  display: flex;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  -webkit-clip-path: polygon(0 0, 8px 100%, 100% 100%, calc(100% - 8px) 0);
  clip-path: polygon(0 0, 8px 100%, 100% 100%, calc(100% - 8px) 0);
}

section.floorplans-listing .single-floorplan .flp-swaps a {
  display: inline-block;
  padding: 15px 25px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  margin-right: -8px;
  clip-path: polygon(0 0, 8px 100%, 100% 100%, calc(100% - 8px) 0);
}

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-swaps a:not(.active) {
  background-color: #969696;
}

section.floorplans-listing .single-floorplan .flp-ctas {
  width: 150px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-flow: wrap;
  justify-content: right;
  position: absolute;
  bottom: 8px;
  right: 70px;
}

section.floorplans-listing .single-floorplan .flp-ctas a.btn {
  min-width: 165px;
}
section.floorplans-listing .single-floorplan .flp-ctas a.btn:nth-last-child(2) {
  margin-right: -16px;
}
section.floorplans-listing .single-floorplan .flp-ctas a.btn:nth-last-child(3) {
  margin-right: -36px;
}
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: 70%;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  top: 50%;
  width: 70%;
  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;
  height: 0;
  padding-bottom: 100%;
}

.bg-grey {
  background: #d9d9d9;
}

.floorplan-filters .container {
  padding: 30px 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* virtual tour toggle button svg css */
.vt_list-grid-toggle {
  text-align: right;
  padding: 20px 0 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;
  opacity: 0.5;
}
.vt_list-grid-toggle span:hover,
.vt_list-grid-toggle span.active {
  color: #000;
  opacity: 1;
}
.vt_list-grid-toggle span svg {
  max-width: 40px;
}
.virtual-tour-btns {
  width: 30%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.vt_img {
  width: 30%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.amp-popup.theme_2 .popup-body-wrapper .popup-flex {
  border-radius: 0;
  border: 0;
}
.amp-popup .formmangr-row .formmangr-input, .amp-popup .formmangr-row select.formmangr-form-dd, .amp-popup .formmangr-row .formmangr-field textarea, .amp-slide_in .formmangr-row .formmangr-input, .amp-slide_in .formmangr-row select.formmangr-form-dd, .amp-slide_in .formmangr-row .formmangr-field textarea{
  padding: 10px;
}
.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-close {
  right: 20px;
  top: 20px;
}

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

/* ====== Neighborhood Block styles ===== */
section.neighborhood .nbp-fliter-dropdown {
  display: none;
}

section.neighborhood .fliters-map-container {
  display: flex;
  flex-flow: wrap;
}
section.neighborhood .fliters-map-container .nbp-filter-options {
  margin: 30px auto 40px;
  background: #e3e3e3;
  display: flex;
  padding: 0;
  transform: skewX(35deg);
  overflow: hidden;
}

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

section.neighborhood a.nb-map-filter {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 2;
  padding: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  transform: skewX(-35deg);
}
.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-canvas {
  width: 50%;
  min-height: 500px;
  height: auto;
  -webkit-clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
  transition: all 0.5s ease;
}
.map-canvas:hover {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.neighborhood .nbp-filter-places {
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.neighborhood .nbp-filter-places ul.nb-places-ul {
  display: flex;
  flex-flow: wrap;
}
.neighborhood .nbp-filter-places ul li {
  display: inline-block;
  font-size: 18px;
  width: 50%;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 700;
}
.map-canvas .map-wrap {
  height: 100%;
}
.map-canvas .map-wrap .iframe {
  height: 100%;
}

/* ====== Walk Score Block styles ===== */
.walk-score-section {
  position: relative;
}
.walk-score-section .section-title {
  text-align: center;
  padding-top: 50px;
  width: 100%;
}
.nb-scores {
  width: 50%;
  font-size: 45px;
  display: inline-block;
  text-align: center;
  padding: 270px 0;
  clip-path: polygon(0% 0%, 100% 250px, 100% 100%, 0% calc(100% - 250px));
  margin-top: -56px;
}
.single-walkscore .nb-scores{
  width: 100%;
}
.walscore-text {
  width: 100%;
  position: relative;
  display: flex;
  z-index: 2;
  flex-flow: wrap;
}
.nb-scores.bike-score {
  clip-path: polygon(0% 250px, 100% 0, 100% calc(100% - 250px), 0 100%);
}
.walkcore-before-box {
  background: #ededed;
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
  z-index: 1;
}
.score-wrap .score-wrap-inner .score-number {
  line-height: 1.2;
  font-size: 15.5rem;
  font-weight: 700;
}
.score-wrap .score-wrap-inner {
  display: flex;
  flex-direction: column-reverse;
}

.overlapping-text-box .bg-walk .image-wrap {
  position: absolute;
  display: none;
}
.overlapping-text-box .bg-walk .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* ====== Contact Block Style ===== */
/* section.contact-intro .subcol {
  margin: 0 auto;
  padding-left: inherit;
  padding-right: inherit;
} */

.intro-type-1 .left-col .col-bg {
  height: 100%;
}
.intro-type-1 .left-col .col-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.contact-intro .subcol {
  padding-left: 40px;
  width: 100%;
  max-width: 780px;
  padding-right: 45px;
}
section.contact-intro .subcol .contact-page-desc {
  display: flex;
  flex-flow: wrap;
}
section.contact-intro .subcol .after-color-box {
  left: 25%;
  top: 50px;
}
.contact-page-logo a img {
  width: auto;
  max-width: 250px;
  height: auto;
  display: block;
  margin: 0;
}
.contact-page-desc .address-wrap span.contact-property-name {
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 15px 0px;
  display: block;
  font-weight: 700;
}
.contact-page-desc h3 {
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 15px 0px;
}
.contact-page-desc .address p {
  font-size: 1rem;
  line-height: 1.2;
  max-width: 300px;
}
.contact-page-desc .address-wrap .directions {
  margin: 20px 0px;
}
.contact-page-desc .address-wrap .call-section a {
  font-size: 1.2rem;
  word-break: break-all;
}
.contact-page-desc .office-hours .office-hours-info .daily-hours {
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.contact-page-desc .office-hours .daily-hours span {
  font-weight: 700;
  text-transform: capitalize;
}
/* ====== Resident Page ===== */
.resident-heading .section-content,
.resources-heading .section-content {
  max-width: 900px;
  margin: 0 auto;
}

/* ====== Resident Block Style ===== */
section.resident-sections {
  max-width: 100%;
  font-size: 0;
  display: flex;
  flex-flow: wrap;
}
section.resident-sections .container {
  flex-flow: wrap;
}
section.resident-sections .single-resident-section {
  padding: 40px 60px;
  width: calc(33.33% - 40px);
  margin: 0 20px 40px;
  height: auto;
  transform: skewX(-10deg);
}

section.resident-sections .single-resident-section a {
  position: relative;
  width: 160px;
  height: 60px;
  border-radius: 35px;
  float: right;
  left: auto;
  top: auto;
  display: block;
  margin-top: 25px;
}
section.resident-sections .single-resident-section a svg {
  display: none;
}
section.resident-sections .single-resident-section a:before {
  z-index: 99;
  position: absolute;
  content: "";
  width: 60px;
  border-top: 2px solid;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
section.resident-sections .single-resident-section a:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 2px solid ;
  border-right: 2px solid;
  transform: rotate(45deg);
  top: 22.5px;
  left: 95px;
}
section.resident-sections .single-resident-section .resident-section-content {
  display: block;
  transform: skewX(10deg);
}

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

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

/* ====== FAQ Section ===== */
/* .faq-section {
  margin-top: 50px;
} */

section.faq-section .question.que-bg {
  display: block;
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.9rem;
  position: relative;
  display: block;
  background: #ededed;
  font-size: 30px;
  padding: 25px 50px;
  position: relative;
  transform: skewX(-20deg);
  margin-bottom: 30px;
  cursor: pointer;
}
section.faq-section .question.que-bg span {
  display: block;
  transform: skewX(20deg);
}
section.faq-section .answer p {
  margin-bottom: 20px;
}
section.faq-section .answer {
  padding: 0 18px;
  background-color: white;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

section.faq-section .question,
section.faq-section .answer {
  position: relative;
}
.container.faq-grid {
  display: flex;
  flex-flow: wrap;
  flex-direction: column;
}

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

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

section.faq-section .active svg {
  transform: translateY(-50%) rotateZ(90deg);
}
/* ====== Resources Section ===== */
section.resources-section .fixed-links {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
section.resources-section .fixed-links a.fixed-resource-link {
  display: inline-block;
  width: calc(50% - 20px);
  margin: 25px 10px;
  padding: 19px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  position: relative;
  text-align: center;
}
section.resources-section .fixed-links a.fixed-resource-link svg {
  width: 20px;
  position: relative;
  top: 3px;
  right: 8px;
}
section.resources-boxes .resources-boxes-wrapper .flexi-resource-links {
  display: flex;
  flex-flow: wrap;
}
section.resources-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;
}

section.resources-boxes
  .resources-boxes-wrapper
  .flexi-resource-links
  .single-resource {
  width: calc(50% - 40px);
  margin: 0 20px 35px;
  background: #ededed;
  padding: 30px;
  transform: skewX(10deg);
}
.single-resource .external_link {
  position: relative;
  width: 160px;
  height: 60px;
  border-radius: 35px;
  float: right;
  left: auto;
  top: auto;
  display: block;
  margin-top: 25px;
  transform: skewX(-10deg);
}
.single-resource .external_link:before {
  z-index: 99;
  position: absolute;
  content: "";
  width: 60px;
  border-top: 2px solid;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.single-resource .external_link:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 2px solid ;
  border-right: 2px solid ;
  transform: rotate(45deg);
  top: 22.5px;
  left: 95px;
}
section.resources-boxes .single-resource .single-resource-header {
  transform: skewX(-10deg);
  display: block;
}

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

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

section.resources-boxes .single-resource .single-resource-content {
  font-size: 1.125rem;
  line-height: 1.2;
  transform: skewX(-10deg);
  display: block;
}
.single-resource .external_link {
  display: none;
}
section.resources-boxes
  .resources-boxes-wrapper
  .flexi-resource-links
  .single-resource
  .single-resource-content
  .resource-desc
  a.flexi-resource-link {
  font-weight: 700;
  display: block;
  margin-top: 10px;
  font-size: 0;
}

/* ====== Blog Page Style ===== */
section.inner-hero + section.blog-listing-block,
section.inner-hero + section.blog-details-block {
  margin-top: -60px;
}
.listing-container {
  display: flex;
}
.blog-listing-block,
.blog-details-block {
  padding-top: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input#humans {
  width: 0;
  height: 0;
  font-size: 0;
  border: 0;
  visibility: hidden;
  padding: 0;
  margin: 0;
}
section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item a {
  position: absolute;
  z-index: 9;
  font-size: 0;
  border: none;
  width: 100%;
  height: 100%;
}
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item
  a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: 99;
}

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

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

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

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

/* ====== When section does't have image on right or left side styles ===== */
section.inner-hero
  + section.full-width-section
  .right-col
  .it-section
  .after-color-box,
section.contact-intro.full-width-section .subcol .after-color-box {
  left: 63%;
  display: none;
}
.full-width-section.amenities-section .right-col .before-color-box {
  display: none;
}
.intro-type-1.full-width-section .col-6,
.full-width-section .col-6 {
  width: 100%;
  max-width: 100%;
}
section.form-section.full-width-section .form-wrap{
  padding: 0;
  padding-top: 100px;
  padding-bottom: 50px;
}

.intro-type-1.full-width-section .equal-height,
.intro-type-1.full-width-section .it-section,
.full-width-section.amenities-section .it-section,
.full-width-section .col-6 .text-wrap,
section.full-width-section .subcol {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
section.intro-type-1.content-block.full-width-section .col-6.right-col {
  padding-bottom: 50px;
  padding-top: 150px;
}
.full-width-section .contact-page-desc .address p,
.full-width-section .contact-page-logo a img,
.intro-type-1.full-width-section .equal-height .intro-heading {
  margin: 0 auto;
}
section.full-width-section.contact-intro, section.full-width-section.gallery-intro, .intro-type-1.full-width-section, section.form-section.full-width-section .form-wrap{
  -webkit-clip-path:none;
  clip-path: none;
}
section.form-section.full-width-section .subcol {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
}
.full-width-section.amenities-section .it-section .section-content {
  text-align: left;
}
.full-width-section.amenities-section .right-col {
  padding: 0;
  margin: 0;
}
section.intro-type-1.full-width-section .col {
  padding-bottom: 50px;
  position: relative;
}
section.footer-cta.full-width-section .footer-cta-text {
  padding-top: 0;
  padding-bottom: 75px;
}
.inner-page-cta.full-width-section .footer-cta-text{
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.inner-page-cta.full-width-section .section-clip {
   clip-path:none;
}
.inner-page-cta.full-width-section 
.amenities-section.full-width-section
  .amnety-list
  .it-section
  .section-content
  ul
  li {
  list-style: inside;
}
.contact-intro.intro-type-1.full-width-section .right-col{
  width: 100%;
}
.contact-intro.full-width-section .right-col .col-6{
width: 50%;
}
.above-two-cta-btn {
  flex-grow: 1;
  flex-basis: content;
}
section.home-floorplans.no-intro-description .col-6 {
  width: 100%;
}
section.home-floorplans.no-intro-description
  .col.flp-slider-tab
  .flp-home-title-wrap,
section.home-floorplans.no-head-sub .col.flp-slider-tab .section-content {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
section.home-floorplans.no-head-sub .filter,
section.home-floorplans.no-intro-description .filter {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  justify-content: center;
}
/* //review slider  css
 */
/* //review slider  css
 */
.home_srs_reviews_slider_wrap {
  width: 100%;
}
section#reviews-slider .container {
  max-width: 700px;
}
section#reviews-slider .container h2.section-title {
  text-align: center;
  width: 100%;
  position: relative;
}
.home_srs_reviews_slider_wrap .slick-list .slides {
  padding: 20px;
}
.home_srs_reviews_slider_wrap .slick-list .slides .slides-content {
  box-shadow: 1px 1px 8px 3px rgba(179, 179, 179, 0.75);
  -webkit-box-shadow: 1px 1px 8px 3px rgba(179, 179, 179, 0.75);
  -moz-box-shadow: 1px 1px 8px 3px rgba(179, 179, 179, 0.75);
  padding: 40px 60px;
  text-align: center;
  border-radius: 0px;
}
.home_srs_reviews_slider_wrap
  .slick-list
  .slides
  .slides-content
  .star-rating-wrap,
.home_srs_reviews_slider_wrap
  .slick-list
  .slides
  .slides-content
  .reviewer-name {
  margin-bottom: 10px;
}
.home_srs_reviews_slider_wrap
  .slick-list
  .slides
  .slides-content
  .star-rating-wrap
  svg {
  width: 24px;
  height: auto;
  margin: 0 3px;
}
.home_srs_reviews_slider_wrap
  .slick-list
  .slides
  .slides-content
  .reviewer-name {
  text-transform: capitalize;
  font-size: 1.4rem;
}
.home_srs_reviews_slider_wrap
  .slick-list
  .slides
  .slides-content
  .review-content {
  margin: 40px 0;
}
.home_srs_reviews_slider_wrap
  .slick-list
  .slides
  .slides-content
  .review-content
  p {
  font-size: 1.25rem;
}
.home_srs_reviews_slider_wrap
  .slick-list
  .slides
  .slides-content
  .star-rating-wrap
  .fa {
  font-size: 1.25rem;
  font-family: FontAwesome;
}
.home_srs_reviews_slider_wrap
  .slick-list
  .slides
  .slides-content
  .review-date
  small {
  color: #666;
}
.home_srs_reviews_slider_wrap .slick-dots {
  bottom: -30px;
}
.home_srs_reviews_slider_wrap .slick-dots li button:before {
  font-size: 12px;
}
.home_srs_reviews_slider_wrap .slick-next,
.home_srs_reviews_slider_wrap .slick-prev {
  width: 40px;
  height: 40px;
  z-index: 5;
  /*  border: 2px solid #4d4d4d;*/
  border-radius: 50%;
  padding: 0px 0px 2px 3px;
}
.home_srs_reviews_slider_wrap .slick-prev {
  padding: 0px 3px 2px 0px;
}
.home_srs_reviews_slider_wrap .slick-next:before,
.home_srs_reviews_slider_wrap .slick-prev:before {
  font-size: 40px;
  color: #4d4d4d;
}
.home_srs_reviews_slider_wrap .slick-prev {
  left: -100px;
}
.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: 0 20px;
}

/* polcy pages css */
section.inner-hero + section.policy-heading {
  margin-top: 60px;
  margin-bottom: 100px;
}

.floorplan-filter{
  margin-top: 50px;
}
.container.faq-search {
  margin-top: 50px;
}

/* ====== Responsive styles ===== */
@media screen and (max-width: 1676px) {
  section.inner-hero h1 {
    font-size: 4rem;
    word-break: break-all;
  }
  section.hero-banner h2.hero-subtitle{
    font-size: 2.5rem;
  }
  h1.hero-title {
    font-size: 4rem;
  }
  .home-gallery .left-col .text-content-wrapper {
    min-height: 860px;
  }
  .header-bottom .container,
  .header-top .container {
    padding: 0 70px;
  }
  section.hero-banner .slide-flex-wrapper,
  section.hero-banner .video-container {
    padding-left: calc(50% - 700px);
  }
  section.hero-banner .slider-container .slick-dots {
    max-width: 1260px;
  }
  .before-color-box {
    width: 70px;
    height: 90px;
    bottom: 269px;
  }
  .after-color-box {
    width: 70px;
    height: 90px;
    right: -70px;
    bottom: 174px;
  }
  .tabs-block .right-col.tabs-amenities {
    padding-left: calc(50% - 650px);
  }
  section.tabs-block .tabs-amenities-images .after-color-box {
    top: 49px;
    left: -70px;
  }
  .home-gallery .right-col .img-gallery-magnific .after-color-box {
    bottom: -27px;
    left: calc(48% - 70px);
    -webkit-clip-path: polygon(0 22%, 100% 0, 100% 78%, 0 100%);
    clip-path: polygon(0 23%, 100% 0, 100% 78%, 0 100%);
  }
  .home-gallery .right-col .img-gallery-magnific .before-color-box {
    top: 124px;
    right: -31px;
    -webkit-clip-path: polygon(0 20px, 100% 0, 100% 70px, 0 100%);
    clip-path: polygon(0 20px, 100% 0, 100% 70px, 0 100%);
  }
  .floorplan-filters .sqft-range {
    width: 40%;
  }
  section.inner-hero .text-wrap .after-color-box {
    left: 70px;
    bottom: 81px;
  }
  section.community-amenities .right-col .after-color-box {
    top: -18px;
  }
  section.multipurpose-boxes
    .cta-columns-wrap
    .small-img-item
    .after-color-box {
    bottom: 4.4vw;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 19px, 100% 100%, 0 80%);
    clip-path: polygon(0 0, 100% 19px, 100% 100%, 0 80%);
  }
  section.multipurpose-boxes
    .cta-columns-wrap
    .small-img-item
    .before-color-box {
    top: 65px;
    -webkit-clip-path: polygon(0 23px, 100% 0, 100% 79%, 0 100%);
    clip-path: polygon(0 23px, 100% 0, 100% 79%, 0 100%);
  }
  .after-before-wrap {
    width: 140px;
    height: 140px;
    left: 0;
    top: 3.4vw;
  }

  section.form-section .left-col .after-color-box {
    bottom: 7vw;
  }
  section.form-section .left-col .before-color-box {
    bottom: -4.2vw;
  }
  section.form-section .after-before-wrap .before-color-box {
    top: 0;
    left: 0;
  }
  section.form-section .after-before-wrap .after-color-box {
    top: 51px;
    left: 0;
  }
  section.footer-cta .footer-cta-img .before-color-box {
    top: -2vw;
    right: 11vw;
  }
  section.footer-cta .before-color-box {
    bottom: 5.8vw;
    right: 70px;
  }
  section.inner-page-cta .footer-cta-img .before-color-box {
    top: 31%;
  }
  section.inner-page-cta .footer-cta-img .image-wrap .before-color-box {
    top: 0;
  }
  section.resident-amenities .left-col .after-color-box {
    bottom: 71px;
  }
}

@media screen and (max-width: 1440px) {
  section.hero-banner .slide-flex-wrapper, section.hero-banner .video-container {
    padding-left: calc(50% - 620px);
  }
  section.multipurpose-boxes
    .cta-columns-wrap
    .small-img-item
    .after-color-box {
    bottom: 2.4vw;
  }
  section.multipurpose-boxes
    .cta-columns-wrap
    .small-img-item
    .before-color-box {
    top: 2.4vw;
  }
  section.footer-cta .footer-cta-img .before-color-box {
    top: -2vw;
    right: 10vw;
  }
  section.form-section .before-color-box {
    top: 6.5vw;
  }
  section.form-section .after-color-box {
    top: 6.4vw;
  }
  section.inner-page-cta .footer-cta-img .before-color-box {
    top: 34%;
  }
  section.inner-page-cta .footer-cta-img .image-wrap .before-color-box {
    top: 0;
  }
  .home-gallery .left-col .text-content-wrapper {
    min-height: 760px;
  }
}
@media screen and (max-width: 1366px) {
  section.form-section .after-color-box {
    top: 10.4vw;
  }

  .floorplan-filters .sqft-range {
    width: 100%;
  }
  .floorplan-filters select{
    margin-bottom: 10px;
  }
  .floorplan-filters .more-flp-filters div span.sf-range-values-seperator{
    display: none;
  }
}
@media screen and (max-width: 1280px) {
 
  .floorplan-filters {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }
  .site-map-flp{
    width: 100%;
  }
  section.floorplans-listing {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
  }
  .select-floor-plan {
    width: 60%;
  }
  .floorplan-filters .container {
    justify-content: start;
    position: relative !important;
  }
  .floorplan-filters a.flp-filters-trigger {
    display: block;
    position: absolute;
    right: 40px;
    top: 60px;
  }
  .more-flp-filters .flp-sqft-range,
  .more-flp-filters .flp-price-range {
    overflow: hidden;
  }
  .floorplan-filters .more-flp-filters {
    display: none;
  }
  .floorplan-filter-wrapper{
    display: block;
  }
  .filter-wrapper{
    height: auto;
  }
  .floorplan-filters .sqft-range{
    width: 40%;
  }
  .floorplan-filters .more-flp-filters div span.sf-range-values-seperator {
    display: block;
}
.floorplan-filters .more-flp-filters div:last-child{
  text-align: left;
  margin-top: 30px;
}
}

@media screen and (max-width: 1024px) {
  h1.hero-title {
    font-size: 3.4rem;
  }
  section.hero-banner {
    clip-path: none;
  }
  section.video-banner {
    flex-flow: wrap;
  }
  section.hero-banner .slide-flex-wrapper,
  section.hero-banner .video-container {
    width: 100%;
    padding: 50px;
    order: 2;
    justify-content: flex-start;
    min-height: auto;
  }
  section.hero-banner .video-wrapper {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  }
  section.hero-banner .hero-paragraph {
    max-width: max-content;
    margin: 0 0 25px;
  }
  section.hero-banner + section.home-intro.full-width-section {
    margin-top: 0;
  }
  section.hero-banner + section.home-intro.full-width-section {
    margin-top: 0;
  }
  section.hero-banner + section.home-intro.full-width-section .col {
    padding-top: 50px;
  }
  section.hero-banner .slide-flex-wrapper {
    min-height: 50vh;
    justify-content: flex-start;
  }
  section.hero-banner .slide-flex-wrapper .slide-content {
    padding: 0;
  }
  section.hero-banner .slide-bg {
    width: 100%;
    min-height: 50vw;
  }
  section.hero-banner + section.home-intro, section.hero-banner + section.home-slider-floorplan {
    margin-top: 0;
    -webkit-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 54px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  }
  section.intro-type-1 {
    clip-path: none;
    background: inherit;
  }
  section.hero-banner .slider-container .slick-dots {
    bottom: 0;
    top: auto;
    text-align: center;
  }
  section.hero-banner .before-color-box {
    display: block;
    left: 60px;
    top: -39px;
    width: 60px;
    height: 50px;
    -webkit-clip-path: polygon(0 0, 100% 5px, 100% 100%, 0 45px);
    clip-path: polygon(0 0, 100% 5px, 100% 100%, 0 45px);
  }
  section.hero-banner .slide-bg img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  }
  section.hero-banner .after-color-box {
    display: block;
    left: 0;
    width: 60px;
    height: 50px;
    top: -87px;
    -webkit-clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 93%);
    clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 93%);
  }
  section.intro-type-1 .container-full {
    flex-flow: wrap;
  }
  section.hero-banner + section .col.intro-box-left {
    padding-bottom: 0;
    padding-top: 300px;
  }
  section.hero-banner + section .col:nth-child(2) {
    padding-top: 30px;
  }
  .intro-type-1 .slide-bg img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
  }
  section.intro-type-1 .col {
    width: 100%;
  }
  .intro-type-1 .intro-box-right.col {
    max-width: 100%;
    padding-bottom: 50px;
  }
  section.home-slider-floorplan + section.home-intro .intro-box-right {
      padding-bottom: 50px;
  }

 section.home-floorplans .before-color-box {
    display: none;
  }
  section.home-floorplans .after-color-box {
    -webkit-clip-path: polygon(0 0, 100% 4px, 100% 100%, 0 56px);
    clip-path: polygon(0 0, 100% 4px, 100% 100%, 0 56px);
    top: -4px;
    right: 0;
    width: 60px;
    height: 60px;
  }
  section.home-floorplans
    .col.flp-slider-tab
    .floorplans-text
    .flp-home-title-wrap {
    width: 100%;
  }
  section.home-floorplans
    .col.flp-slider-tab
    .floorplans-text
    .section-content {
    width: 100%;
  }
  section.home-floorplans .col.flp-slider-tab .floorplans-text {
    max-width: 100%;
    padding: 0 40px;
  }
  section.home-floorplans .filter {
    width: 100%;
    display: flex;
    margin-left: auto;
    text-align: center;
    padding: 0 40px;
    justify-content: center;
  }
  section.home-floorplans .col.flp-slider {
    margin-top: 80px;
  }
  section.home-floorplans .floorplans-container {
    margin-bottom: 60px;
  }
  section.home-floorplans .slick-slide .floorplan-slide-img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  }
  section.home-floorplans .home-floorplans-slider button.slick-prev {
    left: calc(362px);
    bottom: 10px;
  }
  section.home-floorplans .home-floorplans-slider button.slick-next {
    top: auto;
    bottom: 10px;
    left: calc(350px + 60px);
  }
  .tabs-block .tabs-stage .tab-content {
    padding-top: 30px;
  }
  .tabs-block .right-col.tabs-amenities {
    min-height: auto;
    width: 100%;
    padding: 40px;
  }
  .tabs-block .left-col.tabs-amenities-images {
    width: 100%;
  }
  .tabs-block ul.swifty-tabs-nav {
    justify-content: center;
  }
  section.tabs-block {
    margin-bottom: -100px;
    z-index: 3;
  }
  section.tabs-block .tabs-amenities-images .tab-image .before-color-box,
  section.tabs-block .tabs-amenities-images .after-color-box {
    display: none;
  }
  section.tabs-block .tabs-amenities-images .before-color-box {
    display: block;
    width: 60px;
    height: 60px;
    -webkit-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 54px);
    clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 54px);
    bottom: -17px;
    left: 0;
    top: auto;
  }
  section.tabs-block .tabs-amenities-images .tab-image {
    height: 250px;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  }
  section.home-gallery {
    padding-bottom: 100px;
    padding-top: 170px;
    contain: paint;
  }
  .home-gallery .left-col .text-content-wrapper {
    width: 100%;
    min-height: auto;
    padding: 0;
  }
  .home-gallery .section-clip {
    clip-path: none;
  }
  .home-gallery .right-col {
    position: relative;
    margin-top: 90px;
    width: 100%;
  }
  .home-gallery .right-col .gallery-grid-modular .magnific-img {
    width: 50%;
    -webkit-clip-path: polygon(0 0, 100% 63px, 100% 100%, 0 calc(100% - 63px));
    clip-path: polygon(0 0, 100% 63px, 100% 100%, 0 calc(100% - 63px));
    margin-top: -63px;
  }
  .home-gallery .right-col .gallery-grid-modular .magnific-img:nth-child(2n) {
    width: 50%;
    -webkit-clip-path: polygon(0 63px, 100% 0, 100% calc(100% - 63px), 0 100%);
    clip-path: polygon(0 63px, 100% 0, 100% calc(100% - 63px), 0 100%);
    margin-top: -63px;
  }
  .home-gallery .container.left-col {
    padding: 0 40px;
  }
  .home-gallery .right-col .img-gallery-magnific .before-color-box {
    display: none;
  }
  .home-gallery .right-col .img-gallery-magnific .after-color-box {
    bottom: 4px;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 54px);
    clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 54px);
    width: 60px;
    height: 60px;
  }
  .cta-slider .cta-columns-wrap {
    flex-flow: wrap;
  }
  .cta-slider .cta-columns-wrap .small-img-item {
    width: 100%;
    margin-top: -63px;
    min-height: 50vw;
  }
  section.home-gallery + section.multipurpose-boxes {
    margin-top: 25px;
  }
  .cta-slider .small-img-item .box-img,
  .cta-slider .small-img-item:nth-child(2n) .box-img {
    -webkit-clip-path: polygon(0 63px, 100% 0, 100% calc(100% - 63px), 0 100%);
    clip-path: polygon(0 63px, 100% 0, 100% calc(100% - 63px), 0 100%);
    margin-top: -63px;
  }
  .multipurpose-boxes .after-color-box {
    display: block;
    display: block;
    width: 60px;
    height: 60px;
    -webkit-clip-path: polygon(0 4px, 100% 0, 100% 56px, 0 100%);
    clip-path: polygon(0 4px, 100% 0, 100% 56px, 0 100%);
    bottom: 35px;
    right: 0;
  }
  section.multipurpose-boxes .cta-columns-wrap .small-img-item .after-color-box,
  section.multipurpose-boxes
    .cta-columns-wrap
    .small-img-item
    .before-color-box {
    display: none;
  }
  .after-before-wrap,
  section.form-section .left-col .after-color-box {
    display: none;
  }
  section.form-section .form-img-col {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  }
  section.form-section .form-sec-bg.left-col {
    width: 100%;
    padding-right: 0;
    margin-bottom:-50px
  }
  section.form-section .form-wrap {
    width: 100%;
    padding: 70px 0px 50px;
  }
  section.form-section .form-img-col img {
    position: relative;
  }
  section.form-section .left-col .before-color-box {
    display: block;
    width: 60px;
    height: 60px;
    -webkit-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 54px);
    clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 54px);
    bottom: -17px;
    left: 0;
    top: auto;
  }
  section.form-section .form-wrap .subcol {
    width: 100%;
    padding: 20px 40px;
  }
  section.map-wrapper {
    clip-path: none;
  }
  section.footer-cta .footer-cta-img {
    width: 100%;
  }
  section.footer-cta .footer-cta-img .before-color-box,
  section.footer-cta .before-color-box,
  section.footer-cta .after-color-box {
    display: none;
  }
  .footer-cta-img .image-wrap img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  }

  section.footer-cta .footer-cta-img .after-color-box {
    display: block;
    width: 60px;
    height: 60px;
    -webkit-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 54px);
    clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 54px);
    bottom: -17px;
    left: 0;
    top: auto;
  }
  section.footer-cta .footer-cta-text {
    padding-top: 50px;
    width: 100%;
    padding-bottom: 0px;
  }

  section.footer-cta {
    padding-top: 0px;
  }
  section.footer-cta .text-wrap {
    max-width: max-content;
  }
  section.inner-hero .inner-wrapper-overlay {
    display: block;
  }
  section.inner-hero + section {
    margin-top: 0;
  }
  section.inner-hero {
    -webkit-clip-path: none;
    clip-path: none;
    min-height: 90vw;
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
  }
  section.inner-hero .inner-hero-img,
  section.inner-hero .inner-hero-text {
    width: 100%;
    height: 100%;
  }
  section.inner-hero .inner-hero-img {
    min-height: 90vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
    position: relative;
    position: absolute;
    margin-top: 0;
  }
  section.inner-hero .inner-hero-container {
    height: 100%;
  }
  section.inner-hero .inner-hero-img .before-color-box {
    display: none;
  }
  section.inner-hero .inner-hero-text .text-wrap {
    height: auto;
    padding-bottom: 0;
    min-height: 90vw;
  }
  section.inner-hero .text-wrap .after-color-box {
    left: 0;
    bottom: 30px;
    z-index: 10;
    width: 60px;
    height: 60px;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
  }
  section.inner-hero + section .right-col .it-section .after-color-box {
    display: none;
  }
  section.intro-type-1 {
    padding-bottom: 50px;
  }
  section.inner-hero .text-wrap .before-color-box {
    top: auto;
    right: auto;
    bottom: -12px;
    left: 60px;
    width: 60px;
    height: 50px;
    -webkit-clip-path: polygon(0 0, 100% 4px, 100% 100%, 0 45px);
    clip-path: polygon(0 0, 100% 4px, 100% 100%, 0 45px);
  }
  .intro-type-1.image-text-block .left-col,
  section.intro-type-1.content-block .col-6.right-col {
    width: 100%;
  }
  section.intro-type-1.content-block .col-6.right-col {
    padding-bottom: 0;
    padding-top: 50px;
  }
  .intro-type-1.content-block .it-section {
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }
  .intro-type-1.content-block .image-wrapper {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  }
  section.community-amenities .right-col .before-color-box,
  section.community-amenities .right-col .after-color-box,
  section.amenities-section .left-col .after-color-box,
  section.resident-amenities .right-col.amnety-list .before-color-box {
    display: none;
  }
  section.community-amenities .left-col,
  section.amenities-section .left-col {
    width: 100%;
    order: 0;
    position: relative;
  }
  section.community-amenities .right-col,
  .resident-amenities.image-text-block .right-col.amnety-list {
    width: 100%;
    padding: 40px;
    min-height: auto;
  }
  .amenities-section.image-text-block .section-content ul.amenities-grid {
    padding-bottom: 0px;
  }
  section.community-amenities .left-col,
  .resident-amenities.image-text-block .left-col {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
    position: inherit;
    height: 350px;
    top: 0;
    position: relative;
  }
  section.amenities-section .left-col .before-color-box {
    top: auto;
    right: auto;
    width: 60px;
    height: 60px;
    -webkit-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 54px);
    clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 54px);
    bottom: -17px;
  }

  section.community-amenities .right-col .it-section {
    padding: 0;
  }
  section.footer-cta.inner-page-cta .footer-cta-img {
    width: 100%;
  }
  .inner-page-cta .footer-cta-img .image-wrap img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
    width: 100%;
    height: 100%;
  }
  section.footer-cta .text-wrap {
    padding: 40px;
  }
  section.floorplans-listing .single-floorplan .flp-top,
  section.floorplans-listing .single-floorplan .flp-header {
    clip-path: none;
  }
  section.floorplans-listing .single-floorplan .flp-swaps a,
  section.floorplans-listing .single-floorplan .flp-swaps {
    clip-path: none;
  }
  section.floorplans-listing .single-floorplan .flp-header {
    padding: 30px 20px 30px 20px;
  }
  section.floorplans-listing .single-floorplan .flp-ctas {
    position: relative;
    bottom: 0;
    right: 0;
    order: 2;
    margin-top: 25px;
    margin-left: 15px;
  }
  section.floorplans-listing
    .single-floorplan
    .flp-ctas
    a.btn:nth-last-child(2),
  section.floorplans-listing
    .single-floorplan
    .flp-ctas
    a.btn:nth-last-child(3) {
    margin-right: 0;
  }

  section.floorplans-listing .single-floorplan .flp-swaps a {
    padding: 10px;
    margin-right: 0;
  }
  section.floorplans-listing .single-floorplan {
    width: 48%;
  }
  section.floorplans-listing .flp-listing {
    gap: 20px;
    justify-content: space-between;
  }
  section.intro-type-2 .after-color-box {
    display: none;
  }
  section.intro-type-2 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  section.neighborhood .fliters-map-container .nbp-filter-options,
  section.gallery-section .gallery-tabs ul.gallery-tabs-nav {
    display: none;
  }
  section.neighborhood .nbp-fliter-dropdown {
    display: block;
  }
  .map-canvas {
    width: 100%;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .neighborhood .nbp-filter-places {
    width: 100%;
  }
  .nbp-filter-places .container {
    padding: 50px 40px;
  }
  .swifty-gallery-mobile-tabs-dropdown {
    display: block;
  }
  .type-grid .single-virtual-tour {
    width: calc(50% - 30px);
  }
  section.contact-intro .subcol .after-color-box {
    display: none;
  }
  section.contact-intro .subcol {
    padding: 0 40px;
  }
  section.resident-sections .container {
    gap: 20px;
    justify-content: center;
  }
  section.resident-sections .single-resident-section {
    width: 44%;
    transform: none;
    margin: 0;
  }
  section.resident-sections .single-resident-section .resident-section-content {
    transform: none;
  }
  .faq-heading .after-color-box {
    display: none;
  }
  section.faq-section .question.que-bg {
    transform: none;
  }
  section.faq-section .question.que-bg span {
    transform: none;
  }
  section.resources-boxes
    .resources-boxes-wrapper
    .flexi-resource-links
    .single-resource {
    transform: none;
  }
  .intro-type-2.resources-heading .after-color-box {
    display: none;
  }
  section.resources-boxes
    .single-resource
    .single-resource-header.above-two-cta-btn,
  section.resources-boxes .single-resource .single-resource-content {
    transform: none;
  }
  .inner-page-cta .section-clip {
    clip-path: none;
  }
  .mobile-home-flp-filter {
    display: block;
  }
  section.home-floorplans .filter .home-flp-desktop-filters {
    display: none;
  }
  section.resident-sections .single-resident-section a,
  .single-resource .external_link {
    float: left;
  }
  section.footer-cta.full-width-section .footer-cta-text {
    padding-top: 0;
    padding-bottom: 0;
  }
  section.hero-banner + section.home-slider-floorplan{
    padding-top: 50px;
  }
}

@media screen and (max-width: 992px) {
  .header-bottom .container,
  .header-top .container {
    padding: 0 20px;
  }
  .listing-container .layout-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block;
  }
  section.floorplans-listing .single-floorplan .flp-top{
    padding: 0px;
  }
  section.floorplans-listing .single-floorplan .flp-img{
    height: auto;
    padding: 60px;
  }
  section.floorplans-listing .single-floorplan .flp-img>div img{
    height: 100%;
    top: 50%;
    width: 100%;
  }
  section.multipurpose-boxes .small-img-item .mp-box-content .cta-btns {
    margin: 30px auto 90px;
  }


}

@media screen and (max-width: 767px) {
  header .logo-section a.logo img{
    max-width: 100%;
  }
  h1.hero-title {
    font-size: 2.6rem;
  }
  section.hero-banner h2.hero-subtitle {
    font-size: 1.8rem;
  }
  section.hero-banner .slide-flex-wrapper,
  section.hero-banner .video-container {
    padding: 40px 20px;
  }
  section.hero-banner .slide-flex-wrapper .slide-content h1.hero-title,
  section.hero-banner .video-content h1.hero-title {
    margin-bottom: 15px;
  }
  section.hero-banner h2.hero-subtitle {
    margin-bottom: 15px;
  }
  .intro-type-1 .intro-box-right {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.home-floorplans .col.flp-slider-tab .floorplans-text {
    padding: 0 20px;
  }
  section.home-floorplans .filter {
    padding: 0 20px;
  }
  section.home-floorplans {
    padding: 0;
  }
  
  header .menu-section {
    width: 150px;
  }
  .desktop-bg {
    display: none;
  }
  .desktop-bg.slider-mob {
    display: block;
  }
  .mob-bg {
    display: block;
  }
  .header-top {
    display: none;
  }
  .header-cta a.btn,
  .header-contact {
    display: none;
  }
  header .menu-trigger {
    top: 0px;
    right: 0px;
  }
  header .header-bottom{
    height: 102px;
    justify-content: center;
    display: flex;
  }
  header .header-inner{
   
    display: flex;
    height: 100%;
  }
  section.home-floorplans .slick-slide .floorplan-slide-img {
    width: 100%;
    max-width: 100%;
    padding: 40px;
  }
  section.home-floorplans
    .slick-slide.slick-active
    + .slick-slide
    + .slick-slide {
    transform: scale(0) translateX(0);
  }
  section.home-floorplans .slick-slide {
    margin-right: 0px;
  }

  section.home-floorplans .slick-slide .floorplan-slide-details {
    width: 100%;
    padding: 70px 20px 50px;
    text-align: center;
  }
  section.home-floorplans .home-floorplans-slider button.slick-prev {
    left: calc(50% - 60px);
    top: 60%;
  }
  section.home-floorplans .home-floorplans-slider button.slick-next {
    top: 60%;
    bottom: auto;
    left: calc(50% + 30px);
  }
  .tabs-block .right-col.tabs-amenities {
    padding: 40px 20px;
  }
  .home-gallery .container.left-col {
    padding: 0 20px;
  }
  .cta-slider .cta-columns-wrap .small-img-item {
    min-height: 100vw;
  }
  section.form-section .form-wrap .subcol {
    width: 100%;
    padding: 20px;
  }
  .nb-scores {
    width: 100%;
  }
  .nb-scores {
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
    width: 100%;
    padding: 160px 0;
    margin-top: 0;
  }
  .nb-scores.bike-score {
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
    margin-top: -100px;
  }
  /* tour common css */
  .vt_list-grid-toggle {
    display: none;
  }
  .single-virtual-tour,
  .type-grid .single-virtual-tour {
    width: 100%;
    margin: 0 0 40px;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    padding: 20px;
  }
  .single-virtual-tour .vt_img {
    width: 100%;
  }
  .vt-flp-info {
    width: 100%;
    padding: 20px 0 0;
  }
  .virtual-tour-btns {
    width: 100%;
    justify-content: center;
    flex-flow: wrap;
  }
  .attached-flp-info,
  .vt-flp-info h2 {
    max-width: 100%;
    text-align: center;
  }
  .score-wrap .score-wrap-inner .score-number {
    font-size: 10rem;
  }
  .nb-scores {
    font-size: 28px;
  }
  section.hero-banner .slide-bg {
    min-height: 100vw;
  }
  section.form-section .form-wrap .subcol .formmangr-col {
    width: 100%;
  }
  section.footer-cta .text-wrap {
    padding: 0 20px;
  }
  section.footer-cta.inner-page-cta .text-wrap {
    padding: 40px 20px;
  }
  section.site-footer {
    padding: 60px 20px;
  }
  footer.footer .footer-address,
  .footer-menu {
    width: 100%;
  }
  .footer li.footer-menu-item {
    padding-right: 0px;
  }
  .footer li.footer-menu-item a.menu-item-link {
    padding: 0;
  }
  .footer-bottom {
    flex-flow: wrap;
  }
  .footer-lower {
    padding: 50px 70px;
    text-align: center;
  }
  .footer-lower .copyright-area {
    width: 100%;
  }
  .copyright-text {
    margin-right: 0;
    width: 100%;
  }
  .property-icons {
    width: 100%;
    margin-bottom: 30px;
  }
  .attribution {
    text-align: center;
    width: 100%;
  }
  ul.policy-nav {
    margin-bottom: 30px;
  }
  ul.policy-nav li:after {
    display: none;
  }
  .attribution a {
    margin-left: 0;
  }
  section.community-amenities .right-col,
  .resident-amenities.image-text-block .right-col.amnety-list {
    padding: 40px 20px;
  }
  section.inner-hero h1 {
    font-size: 3rem;
  }
  section.flp-slide-in .flp-slide .flp-slide-body .flp-images,
  section.flp-slide-in .flp-slide .flp-slide-body .flp-sldr-wrapper {
    width: 100%;
  }
  section.floorplans-listing .single-floorplan {
    width: 100%;
  }
  section.floorplans-listing .flp-listing {
    padding: 0 5px;
  }
  .select-floor-plan {
    width: 100%;
  }
  .floorplan-filters a.flp-filters-trigger {
    position: relative;
    right: 0;
    top: 0px;
  }
  section.inner-hero .inner-hero-container {
    min-height: auto;
  }
  .intro-type-1.content-block .it-section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
  .nbp-filter-places .container {
    padding: 50px 20px;
  }
  .address-wrap,
  .office-hours {
    width: 100%;
  }
  section.contact-intro .subcol {
    padding: 0 20px;
  }
  section.resident-sections .single-resident-section {
    width: 100%;
  }
  section.resources-boxes
    .resources-boxes-wrapper
    .flexi-resource-links
    .single-resource {
    margin: 0 0px 35px;
    width: 100%;
  }
  .listing-container .layout-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  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;
  }
  section.footer-cta.full-width-section .text-wrap {
    padding: 40px 20px;
  }
  section.floorplans-listing .single-floorplan .flp-img {
    padding: 40px;
  }
  .contact-intro.full-width-section .right-col .col-6{
    width: 100%;
  }
  section.tabs-block .tab-content .amenities-grid-wrap ul.amenities-grid{
    columns: 1;
  }
  .slick-dots li button:before{
    font-size: 15px;
  }
  section.map-wrapper{
    height: 300px;
  }
  .floorplan-filters .more-flp-filters div:last-child{
    text-align: center;
    width: 100%;
  }
  .floorplan-filters .sqft-range {
    width: 45%;
}


}
