/*
Theme Name: Nucleus
Theme URI: https://beswifty.com/
Author: Team Swifty
Author URI: https://beswifty.com/
Version: 1.0.0
License: GNU General Public License v2 or later
*/
@import url("https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,500,600,700|Open+Sans:300,400,500,600,700");

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.title-font {
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, "sans-serif";
}

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

h3.section-sub-title,
h3.section-subtitle {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, "sans-serif";
  margin: 0 0 10px;
  text-transform: capitalize;
}
.section-content {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

a.btn:hover {
  opacity: 0.75;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.rounded-circle {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  border-radius: 50%;
}
.lightbg {
  background-color: #ffffff;
}
/*  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;
}
.mob-bg{
  display: none;
}
/* ====== Form Section ===== */
section.form-section {
  padding-top: 120px;
}
section.form-section .container-full {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
section.form-section .right-col {
  width: calc(50% - 100px);
  position: relative;
  z-index: 1;
}
section.form-section .left-col {
  order: 2;
    padding-top: 60px;
    padding-left: 110px;
    width: calc(50% + 50px);
    padding-right: 30px;
}
section.form-section .form-img-col {
  border-radius: 200px 0 0;
  box-shadow: 0px 3px 99px #0000002e;
  background-size: cover;
  background-position: center center;
  /* contain: paint; */
  height: 100%;
  overflow: hidden;
}
section.form-section .form-img-col img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.7s ease;
}
section.form-section .form-wrap .subcol .formmangr-row {
  display: flex;
  margin-bottom: 20px;
  min-height: 30px;
  width: 100%;
  flex-flow: wrap;
  gap: 15px;
}
section.form-section .form-wrap .subcol .formmangr-col {
  width: 48%;
  margin-bottom: 25px;
  flex-grow: 1;
  padding: 0;
}
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 .form-wrap .subcol .formmangr-field label{
  pointer-events: none;
}


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;
}
.form-section .rounded-circle {
  top: -40px;
  left: calc(50% - 300px);
}
.mobile-home-flp-filter, section.neighborhood .nbp-fliter-dropdown, .swifty-gallery-mobile-tabs-dropdown {
  width: 100%;
  display: flex;
  margin-left: auto;
  text-align: center;
  padding: 20px;
  justify-content: center;
}
.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: 15px;
  text-align: center;
  border: 1px solid;
  color: #000;
  background: #fff;
  border-radius: 10px;
}

button.formmangr-button.formmangr-button-submit{
  border-bottom: 0;
}
/* ====== Header styles ===== */
header {
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease 0s;
  padding: 0 60px;
}
.header-inner {
  text-align: right;
  font-size: 0;
}
header .container {
  max-width: 100%;
}

header.collapsed .header-inner {
  border-bottom: none;
}
.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-contact-inner span a {
  font-weight: 700;
}

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

header ul.main-menu {
  display: flex;
  color: #fff;
  flex-flow: row;
  gap: 15px;
  text-align: center;
  justify-content: center;
}

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

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

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

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

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

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%;
  padding: 15px 0px;
}

header .logo-section a.logo img {
  width: 100%;
  transition: all 0.5s ease 0s;
  max-height: 90px;
  max-width: 280px;
  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 .logo-section {
  display: flex;
}
.main-menu-panel a.main-logo {
  margin: 0;
  width: auto;
  display: block;
  float: left;
}
.main-menu-panel a.main-logo img{
  width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 80px;
}
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 .text-logo {
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 10px;
}
header .logo-section a.sticky-logo {
  display: none;
  transition: all 0.5s ease 0s;
}

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

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

.header-cta {
  padding: 25px 30px 25px 20px;
  position: relative;
  display: flex;
  vertical-align: middle;
  text-align: right;
  justify-content: end;
}

.header-cta a.btn {
  display: inline-block;
  margin: 0px;
  white-space: nowrap;
  font-weight: 700;
  margin-left: 15px;
  text-transform: uppercase;
}

a.btn-border,
a.btn-border:hover {
  border: 2px solid;
}

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

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

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

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

.main-menu-panel .mobile-menu {
  display: flex;
  margin-top: 35px;
  width: 100%;
}

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

.main-menu-panel a.menu-logo {
  max-width: 150px;
  margin: 0;
  width: auto;
  height: 55px;
  display: flex;
}
/* .main-menu-panel a.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;

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

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

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

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

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

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

.main-menu-panel .address {
  padding: 0;
  text-align: center;
}

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

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

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

.main-menu-panel .contact a.footer-email{
  display: none;
}

.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: center;
  padding-left: 0;
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  justify-content: center;
}
.header ul.main-menu li.menu-item a.menu-item-link {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

/* ====== Start intro common style ===== */
section.intro-type-1 .it-image-section {
  margin: 0;
  height: 100%;
  border-radius: 0 0 0 200px;
  overflow: hidden;
  box-shadow: 0px 3px 99px #0000002e;
  position: relative;
  z-index: 9;
}
section.intro-type-1 .left-col {
  padding-right: 90px;
}
section.intro-type-1 .it-image-section .intro-slider,
section.intro-type-1 .it-image-section .slide-bg {
  height: 100%;
}
section.intro-type-1 .it-image-section .slide-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.intro-type-2 {
  padding-bottom: 100px;
  text-align: center;
}
section#inner-intro.intro-type-2 h2.section-title:before {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-15px);
}
/* section.intro-type-2:before {
  content: "";
  width: 100%;
  height: 30vw;
  background-image: url(../images/stinger-shape.svg);
  position: absolute;
  top: -1px;
  background-position: bottom center;
  transform: rotate(180deg);
  left: 0;
  background-repeat: no-repeat;
  background-size: 101% auto;
} */

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

/* ====== Home Page styles ===== */
section.hero-banner {
  position: relative;
  opacity: 1;
  z-index: 99;
  transition: all 0.5s ease 0s;
  min-height: 100vh;
  margin-bottom: 150px;
  margin-top: -100px;
}

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

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

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

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

section.hero-banner .slide-bg {
  width: calc(100% - 120px);
  height: 50vw;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  border-radius: 0 10vw;
}

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

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

section.hero-banner .slide-content-box {
  height: auto;
  display: flex;
  flex-flow: column;
  position: relative;
  padding-bottom: 120px;
  /* min-height: 370px; */
}

section.hero-banner .slide-flex-wrapper .container {
  height: auto;
  position: relative;
  max-width: 100%;
  width: calc(100% - 120px);
  padding: 0;
}

section.hero-banner .slide-flex-wrapper .slide-content,
section.hero-banner .video-content {
  color: #fff;
  position: relative;
  padding: 0px;
  width: 100%;
  max-width: 1000px;
}

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

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

section.hero-banner .hero-paragraph {
  line-height: 1.5;
  display: block;
  width: 100%;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 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 .slider-container .slick-dots {
  display: block;
  text-align: left;
  padding: 0 10px;
  bottom: 53vw;
  max-width: 100%;
  z-index: 9999;
  width: calc(100% - 120px);
  left: 60px;
}
section.hero-banner .slick-dots li {
  width: 90px;
}
section.hero-banner .slick-dots li.slick-active button:before {
  opacity: 1;
}
section.hero-banner .slick-dots li button:before {
  content: "";
  display: block;
  width: 80px;
  height: 6px;
  opacity: 0.5;
  margin: 0 5px;
  border-radius: 6px;
  background-color: #fff;
}
section.hero-banner.video-wrapper {
  height: 100%;
  position: relative;
  margin-top: 0px;
}
section.hero-banner .video-content {
  padding: 90px 0px 0px;
}

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

section.hero-banner .video-wrapper iframe.youtube-video {
  height: 120vh;
  width: 100%;
  position: relative;
  padding: 0 50px;
  border-radius: 0 10vw;
  top: 100px;
  /* top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); */
}

section.hero-banner .video-wrapper .video-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}
.hero-slider {
  overflow: hidden;
}

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

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

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

body button.slick-arrow {
  opacity: 1;
  z-index: 9;
}

button.slick-arrow.slick-disabled {
  opacity: 0.25;
}
.bg-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.1;
  z-index: -1;
}
img.intro-pattern {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25%;
  height: auto;
  right: -5%;
}
img.intro-pattern.to-left {
  right: auto;
  left: -5%;
}

/* position: absolute;
    bottom: -20%;
    right: 50%;
    transform: translateX(-50%);
    height: 45px;
    width: 45px; */
.scroll-down {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -21vw;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 9;
}

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

/* ====== Home Intro ===== */
section.hero-banner + section.home-intro {
  padding-top: 200px;
}
section.home-intro {
  padding: 90px;
}
section.home-intro .left-col {
  position: relative;
}
section.home-intro .left-col .rounded-circle {
  top: -120px;
  right: 20px;
}

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

/* ====== Home Page styles ===== */
section.home-floorplans {
  width: 100%;
  max-width: 100%;
  display: block;
  contain: paint;
}
.hm-flrpln-half-curve {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(54vw - 50px);
  border-radius: 350px 0 0 350px;
  left: 120px;
}
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 .filter {
  width: 100%;
  display: flex;
  justify-content: start;
  margin-top: 40px;
  margin-bottom: 40px;
}

section.home-floorplans .filter span {
  display: block;
  position: absolute;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  top: -30px;
}
.home-flp-desktop-filters {
  display: flex;
  gap: 10px;
}
section.home-floorplans .filter .filter-item {
  width: auto;
  padding: 10px 25px;
  display: flex;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  flex-flow: wrap;
  text-align: center;
  min-width: 130px;
}
section.home-floorplans .filter .filter-item:not(.active) {
  box-shadow: none;
}
section.home-floorplans .slick-slide {
  position: relative;
}

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

section.home-floorplans .floorplans-container {
  opacity: 1;
  display: flex;
  transition: all 0.5s ease 0.5s;
  height: auto;
  padding-left: 180px;
  width: calc(100vw * 7 / 12);
  overflow: hidden;
}
section.home-floorplans .flp-slider-wrapper {
  max-width: 325px;
  margin: 0;
  padding: 60px 0;
  border: none;
  background: transparent;
  width: 100%;
}
section.home-floorplans .flp-slider-wrapper .slick-slide {
  position: relative;
}
section.home-floorplans .flp-slider-wrapper .slick-list {
  overflow: visible;
  z-index: 1;
}
section.home-floorplans .floorplan-slide-img {
  background: #fff;
  padding: 50px;
  border-radius: 100px 0;
  box-shadow: 0px 3px 99px #0000002e;
  width: 260px;
  height: 260px;
  opacity: 0.45;
  transition: all 0.5s ease 0s;
  margin: 0 auto;
}
.flex-prev-slide .floorplan-slide-img {
  transform: translateX(-150px);
  box-shadow: 0 0 0 0 transparent;
  transition-delay: 0s;
}
section.home-floorplans .flp-slider-wrapper .slick-active .floorplan-slide-img {
  width: 380px;
  height: 380px;
  transform: translateX(-90px);
  opacity: 1;
}
section.home-floorplans
  .flp-slider-wrapper
  .slick-active
  .floorplan-slide-img
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-position: center center;
}

section.home-floorplans .floorplan-slide-details {
  opacity: 0;
  transition: all 0.5s ease 0s;
  position: absolute;
  width: 100%;
  height: auto;
  left: 100%;
  margin-top: -75px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.flp-slider .slick-active .floorplan-slide-details {
  opacity: 1;
}
.floorplan-slide-details h2 {
  padding: 0 30px 0 0;
  width: 100%;
  max-width: 100%;
  text-align: left;
  font-size: 1.5rem;
  margin: 0;
}
section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath {
  padding: 10px 0 0;
  border: none;
  width: 32%;
  display: flex;
  flex-direction: column;
}
section.home-floorplans
  .slick-slide
  .floorplan-slide-details
  .bed-bath
  span:nth-child(3) {
  order: 0;
  order: -1;
}
section.home-floorplans .slick-slide .floorplan-slide-details a.btn {
  display: inline-block;
  width: 48%;
  margin: 0;
  text-align: center;
  vertical-align: bottom;
  border: none;
}
section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath span {
  font-size: 1rem;
  font-weight: 400;
  margin: 4px 0;
  display: block;
  text-align: left;
}
section.home-floorplans .home-floorplans-slider .slick-prev {
  left: -145px;
}
section.home-floorplans .home-floorplans-slider .slick-next {
  right: 0;
}
section.home-floorplans .slick-next:before,
section.home-floorplans .slick-prev:before {
  font-size: 40px;
}

/* ====== Home Page Tabs ===== */
section.tabs-block,
section.community-amenities,
section.resident-amenities
{
  /* padding: 0; */
  position: relative;
  padding-top: 100px;
}
section.tabs-block .left-col {
  /* position: relative; */
  padding-right: 100px;
  position: relative;
  z-index: 99;
  transition: all 0.2s ease;
  min-height: 450px;
}
.tabs-block .tab-image {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s ease;
}

/* section.tabs-block .tabs-amenities-images .tab-image.active.height-vh,
section.amenities-section .it-container .image-wrapper.sticky-img-col.height-vh,
section.form-section .form-img-col.sticky-img-col.height-vh
{
  height: 100vh;
  transition: all 0.7s ease;
} */

.tabs-block .tab-image img{
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  border-radius: 0 0 10vw;
}

.tabs-block .tab-image img.flp-pmc-logo {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  width: unset;
  height: 300px;
  position: absolute;
  right: 50%;
  transform: translate(50%, -50%);
  top: 50%;
}

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

section.tabs-block .tabs-amenities {
  max-width: 100%;
  background: transparent;
}
section.tabs-block .tabs-amenities .tabs-nav {
  position: relative;
  z-index: 1;
  width: 100%;
}

section.tabs-block .tabs-amenities .tabs-nav li {
  width: auto;
  padding: 0;
  display: inline-block;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
section.tabs-block .tabs-amenities .tabs-nav li a {
  padding: 10px 25px;
  display: block;
  text-align: center;

  display: inline-block;
  border-radius: 50px;
}
section.tabs-block .tabs-amenities .tabs-nav li a.active {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

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

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

section.tabs-block .tabs-amenities ul.amenities-grid li {
  font-weight: 400;
  font-size: 1.163rem;
  position: relative;
  padding-left: 0px;
  line-height: 30px;
  margin-bottom: 5px;
  list-style: disc;
  padding-right: 5px;
}

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

#tabs-block .text-color-light.active span {
  color: #fff;
  font-weight: 700;
}

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

  width: 100%;
  height: 100%;
}

section.tabs-block .tab-content .tab-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.tabs-block .tabs-stage .tab-content .home-amne-desc {
  margin-top: 15px;
  margin-bottom: 25px;
}
.tab-content-wrap .home-amne-desc ul,
.tab-content-wrap .home-amne-desc ol,
.section-discription ul,
.section-discription ol
{
  list-style: disc;
  list-style-position: inside;
}

.tab-content-wrap .home-amne-desc ul li,
.tab-content-wrap .home-amne-desc ol li
.section-discription ul li,
.section-discription ol li,
section.tabs-block .tabs-amenities .tabs-stage .tab-content ol,
section.tabs-block .tabs-amenities .tabs-stage .tab-content ul
{
  line-height: 1.6;
  margin-bottom: 10px;
}

/* ---------Sticky classes--------- */
.sticky-img-section .sticky-img-col
/* .community-amenities.sticky-img-section .sticky-img-col.image-wrapper */
{
  position: sticky;
  top: 0;
  z-index: 1000;
  max-height: 100vh;
  transition: top 0.3s ease;
}

/* ====== Home Image Gallery Section ===== */
section.home-gallery {
  contain: paint;
}
.home-gallery .container-full {
  padding: 100px 0;
  position: relative;
}
.home-gallery .half-square-block {
  width: 50%;
  position: absolute;
  content: "";
  height: calc(100% - 25vw);
}
.home-gallery .text-content-wrapper.col-6 {
  padding-top: 60px;
  padding-right: 150px;
}
.home-gallery .right-col {
  padding: 6vw 0;
  width: 70%;
  margin-left: calc(30% - 100px);
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.home-gallery .right-col .img-gallery-magnific {
  width: 33.33%;
  display: block;
  margin: 0 auto;
}
.home-gallery .right-col .slick-list,
.home-gallery .right-col .slick-track,
.home-gallery .right-col .slick-slider {
  position: static;
}
.home-gallery .right-col .slick-home-gallery .slick-list {
  overflow: visible;
}
.home-gallery .right-col .slick-home-gallery .magnific-img {
  border-radius: 20px;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s ease 0s;
}

.home-gallery .right-col .slick-home-gallery .magnific-img.slick-active {
  transform: scale(2);
  position: relative;
  z-index: 5;
}
.home-gallery .right-col .slick-home-gallery .magnific-img a {
  display: block;
  width: 100%;
  height: 12vw;
  overflow: hidden;
  background-size: cover;
  transition: all 0.5s ease 0s;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  position: relative;
}
.home-gallery .right-col .slick-home-gallery .magnific-img a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-gallery .right-col .img-gallery-magnific .slick-next:before,
.home-gallery .right-col .img-gallery-magnific .slick-prev:before {
  font-size: 40px;
}
.home-gallery .right-col .img-gallery-magnific .slick-next {
  right: 5vw;
}
.home-gallery .right-col .img-gallery-magnific .slick-prev {
  left: 5vw;
}
.home-gallery .rounded-circle {
  width: 25vw;
  height: 25vw;
  position: absolute;
  content: "";
  top: 0;
  border-radius: 50%;
  right: -8vw;
}
/* / ====== 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 {
  margin-top: -100px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.multipurpose-boxes .cta-columns-wrap .small-img-item .box-img,
section.multipurpose-boxes .cta-btns,
.multipurpose-boxes .small-img-item h2.section-title::after {
  display: none;
}
.cta-columns-wrap {
  margin: 0 auto;
  display: block;
  font-size: 0;
  text-align: right;
}
.multipurpose-boxes .cta-columns-wrap .small-img-item {
  margin-bottom: 0;
  margin-right: 0;
  text-align: center;
  vertical-align: bottom;
  margin-top: 40vw;
  padding: 30px;
  min-width: 350px;
  display: inline-block;
  position: relative;
  box-shadow: 10px -3px 50px #00000029;
}
.multipurpose-boxes .cta-columns-wrap .small-img-item h2 {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
  line-height: normal;
  max-width: 240px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.multipurpose-boxes .cta-columns-wrap .small-img-item h3 {
  line-height: 1.5;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  display: none;
  max-width: 240px;
  margin: 0 auto;
}
.multipurpose-boxes .cta-columns-wrap .small-img-item.active h3 {
  display: block;
}
.multipurpose-boxes .cta-columns-wrap .small-img-item:first-child {
  border-radius: 100px 0 0;
}
.multipurpose-boxes .cta-columns-wrap .small-img-item:last-child {
  border-radius: 0 100px 0 0;
}

.multipurpose-boxes .mp-box-arrow{
  height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 43px;
    display: none;
}

.multipurpose-boxes .mp-box-arrow svg{
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  
}
.multipurpose-boxes .cta-columns-wrap .small-img-item.active .mp-box-arrow{
  display: block;
}
/* ====== Gallery Slider ====== */
.gallery {
  position: relative;
  max-width: 100%;
  border-radius: 4px;
  height: 100%;
}

/* ====== Google Map Section ===== */
section.map-wrapper {
  height: 30vw;
  margin-left: auto;
  margin-right: auto;
  min-height: 560px;
  box-shadow: 0px 3px 99px #0000002e;
  border-radius: 0 200px;
  contain: paint;
  max-width: 1500px;
}

/* ====== Footer CTA Section ===== */
section.footer-cta {
  position: relative;
  background-blend-mode: multiply;
}
section.footer-cta .image-wrapper {
  padding-right: 50px;
  position: relative;
}

section.footer-cta .image-wrapper .image-wrap {
  width: 100%;
  height: 100%;
  box-shadow: 0px 3px 99px #0000002e;
  margin-left: -15px;
  border-radius: 0 0 10vw;
  background-size: cover;
  background-position: center center;
  contain: paint;
}
section.footer-cta .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.footer-cta .text-wrap {
  padding: 60px;
  max-width: 750px;
}
/* inner page footer cta */
.inner-page-cta .footer-cta-img.image-wrapper {
  display: none;
}
section.inner-page-cta .text-wrap {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
section.inner-page-cta {
  padding-top: calc(10vw + 100px);
  overflow: hidden;
}
section.inner-page-cta .text-wrap {
  padding: 0;
}
section.inner-page-cta .section-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
section.inner-page-cta .section-buttons .btn {
  padding: 12px 25px;
  width: 240px;
}
/*===== Footer =====*/
footer.footer {
  transition: all 0.5s ease;
}

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

.footer-left {
  flex-grow: 1;
  width: 30%;
  padding: 50px;
}
.footer-right {
  width: 70%;
  padding: 60px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.footer-left img {
  display: block;
  max-width: 230px;
}

.footer ul.social-links {
  display: block;
  margin: 0;
  font-size: 0;
  margin-top: 10px;
  padding-left: 0;
}

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

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

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

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

.footer .contact {
  font-size: 1rem;
  line-height: 1.6;
  text-transform: lowercase;
  margin: 10px 0;
}

.footer .contact span{
  display: none;
}

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

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

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

  line-height: 1.8;
}

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

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

  position: relative;
}

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

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

.footer li.footer-menu-item {
  display: inline-block;
  margin-right: 40px;
}
.footer li.footer-menu-item a {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

.attribution a {
  display: inline-block;
  vertical-align: middle;
}

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

img.pmc-logo{
  margin: 0 auto;
}

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

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

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

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

/* ====== Inner Hero Section ===== */
section.inner-hero {
  display: flex;
  margin-bottom: calc(22vw + 120px);
}

section.inner-hero.no-hero-img{
    margin-bottom: 100px;
}

section.inner-hero.no-hero-img .scroll-down{
  display: none;
}

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

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

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

section.inner-hero.overlapping-text-box .inner-hero-container {
  display: flex;
  flex-flow: column;
  align-items: center;
}

section.inner-hero.overlapping-text-box .inner-hero-container .inner-hero-img {
  width: 100%;
  height: 100%;
  order: 2;
  margin-bottom: calc(-14vw - 60px);
}

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

section.inner-hero.overlapping-text-box
  .inner-hero-container
  .inner-hero-img
  .inner-wrapper-overlay {
  display: none;
}

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

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

section.inner-hero h1 {
  line-height: 1.2;
  text-transform: capitalize;
  font-size: 4rem;
  margin: 15px 40px;
}
section.inner-hero .image-wrap {
  width: calc(100% - 120px);
  margin-left: 60px;
  height: 32vw;
  margin-top: 60px;
  box-shadow: 0px 3px 99px #0000002e;
  border-radius: 0 10vw;
  background-size: cover;
  background-position: center center;
  contain: paint;
}

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

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

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

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

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

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

/* ==== Start Amenities intro section ==== */
.intro-type-1 .left-col {
  position: relative;
}
.intro-type-1.image-text-block {
  padding: 90px;
}
.intro-type-1.image-text-block .left-col .rounded-circle {
  top: -120px;
  right: 20px;
}
.intro-type-1.image-text-block .left-col .image-wrapper {
  width: 100%;
  height: 100%;
  box-shadow: 0px 3px 99px #0000002e;
  border-radius: 0 0 0 100px;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
/* ==== End Amenities intro section ==== */

/* ==== Inner Page Amenities, Amenities section common css ==== */
.amenities-section .image-overlay {
  display: none;
}
.amenities-section .col-6 {
  position: relative;
  z-index: 0;
}
.amenities-section .rounded-circle {
  display: none;
}
.community-amenities .left-col {
  order: 2;
}

.community-amenities .right-col{
  padding-left: calc(50vw - 45em);
}

.amenities-section .right-col {
  padding-top: 100px;
  padding-bottom: 100px;
}

.amenities-section .section-discription{
  margin-bottom: 20px;
}

.community-amenities .image-wrapper {
  width: calc(50vw - 50px);
  height: 100%;
  border-radius: 0 0 0 10vw;
  box-shadow: 0px 3px 99px #0000002e;
  margin-left: auto;
  overflow: hidden;
  transition: all 0.7s ease;
}
.amenities-section.image-text-block .section-content ul.amenities-grid {
  min-height: 100px;
  padding-bottom: 50px;
  columns: 2;
  list-style: disc;
  padding-left: 20px;
}
.amenities-section.image-text-block .section-content ul.amenities-grid li{
  padding-right: 4px;
}
.tab-content-wrap .home-amne-desc ul,
.section-discription ul {
  list-style: disc;
  list-style-position: inside;
}

.resident-amenities .right-col{
  padding-right: calc(50vw - 45em);
}
/* ==== 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-wrapper {
  right: 50px;
  left: auto;
  border-radius: 0 10vw 0 0;
  width: calc(50vw - 50px);
  height: 100%;
  box-shadow: 0px 3px 99px #0000002e;
  overflow: hidden;
  transition: all 0.7s ease;
}
/* ==== 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 ===== */
.swifty-gallery-mobile-tabs-dropdown,
.contact-page-logo
{
  display: none;
}
/* .gallery-tabs{
  text-align: right;
} */

.gallery-tabs-header h3{
  max-width: 600px;
  width: 100%;
}

.gallery-tabs-header .text-content-wrapper {
  margin-bottom: -68px;
}
.gallery-section ul.gallery-tabs-nav {
  display: flex;
  padding: 3px;
  border-radius: 50px;
  margin-top: 0px;
  margin-bottom: 50px;
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  /* float: right; */
  justify-content: flex-end;
  flex-wrap: wrap;
}
.gallery-section ul.gallery-tabs-nav li {
  width: auto;
  padding: 0;
  display: inline-block;
  border-radius: 50px;
  text-transform: uppercase;
}
.gallery-section ul.gallery-tabs-nav li a {
  font-weight: 600;
  font-size: 1.2rem;
  padding: 10px 25px;
  display: block;
  text-align: center;
  opacity: 0.5;
}

.gallery-section ul.gallery-tabs-nav li a.active {
  opacity: 1;
}
.gallery-section .gallery-tabs .img-gallery-magnific.gallery-col {
  margin-left: -30px;
  margin-right: -30px;
  font-size: 0;
  text-align: center;
}
.gallery-section .gallery-tabs .img-gallery-magnific.gallery-col .magnific-img {
  display: inline-block;
  height: 400px;
  width: calc(25% - 60px);
  margin: 30px;
  border-radius: 40px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.gallery-section
  .gallery-tabs
  .img-gallery-magnific.gallery-col
  .magnific-img:nth-child(6n + 2),
.gallery-section
  .gallery-tabs
  .img-gallery-magnific.gallery-col
  .magnific-img:nth-child(6n + 4) {
  width: calc(50% - 60px);
}
.gallery-section
  .gallery-tabs
  .img-gallery-magnific.gallery-col
  .magnific-img
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery-tabs-header h2{
  margin-bottom: 25px;
}

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

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

.select-floor-plan {
  width: 33.33%;
  padding: 0 15px;
}
.floorplan-filters {
  padding: 45px 0;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.5s ease 0s;
}

.floorplan-filters .container {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.floorplan-filters h2 {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.floorplan-filters select {
  margin-top: 5px;
  margin: 0;
  font-size: 1rem;
  padding: 10px;
  border-radius: 0;
  height: 45px;
  outline: none;
  display: inline-block;
  background-color: #fff;
  min-width: 150px;
  box-shadow: none;
  border: 2px solid;
  border-radius: 10px;
}

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

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

.floorplan-filters select {
  background-image: none;
  text-transform: capitalize;
}
.floorplan-filters a.flp-filters-trigger {
  display: none;
}

.floorplan-filters a.flp-filters-trigger {
  padding: 15px;
  width: 170px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 20px auto 0;
}
a.flp-filters-trigger:before {
  position: absolute;
  width: 18px;
  height: 18px;
  content: "";
  /* background: #b0a6a1; */
  left: 50%;
  margin-left: -9px;
  transform: rotate(45deg);
  top: 71px;
}
a.flp-filters-trigger:after {
  content: "+";
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  margin-top: -3px;
}
a.flp-filters-trigger:after {
  content: "+";
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  margin-top: -3px;
}
a.flp-filters-trigger.active:after {
  content: "-";
}

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

.floorplan-filters .more-flp-filters {
  display: flex;
  width: 66.66%;
}
.floorplan-filters select.flp-bedrooms {
  box-shadow: none;
  border: 2px solid;
  margin: 0;
  width: 300px;
  border-radius: 10px;
}

.floorplan-filters .more-flp-filters div {
  float: left;
  width: 50%;
  padding: 0px 15px;
}

.floorplan-filters .more-flp-filters div select {
  margin: 0;
  font-size: 1rem;
  padding: 10px;
  border-radius: 0;
  height: 45px;
  outline: none;
  display: inline-block;
  background-color: #fff;
  min-width: 150px;
  box-shadow: none;
  border: 2px solid;
  border-radius: 10px;
}

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

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

.floorplan-filters .more-flp-filters .reset-new-flp-filtrers {
  margin-bottom: 0;
  cursor: pointer;
  margin-top: 0;
}
.floorplan-filters .reset-new-flp-filtrers {
  width: 100%;
  text-align: center;
}
.floorplan-filters .flp-reset {
  width: 150px;
  text-align: center;
  display: block;
  margin: 35px auto 0;
}
/* ====== Floorplan Section ===== */

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

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

section.floorplans-listing .flp-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 58px;
  padding: 0 15px;
}

section.floorplans-listing .single-floorplan {
  font-size: 14px;
  display: inline-block;
  width: 30.6%;
  transition: all 0.5s ease 0s;
  border-radius: 60px;
  box-shadow: 0px 3px 30px #0000002e;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  padding: 30px 20px;
}

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

section.floorplans-listing .single-floorplan .flp-header {
  position: relative;
  display: flex;
  flex-flow: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 30px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -30px;
  height: 100%;
}

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

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l {
  display: flex;
  margin: 20px 0;
  width: 50%;
  text-align: left;
  flex-flow: wrap;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l span {
  display: inline-block;
  text-align: left;
  font-size: 1.05rem;
  margin: 0 0 5px 0;
  line-height: unset;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l span.type-2.flp-bedroom{
  padding-right: 3px;
}
section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l span.type-2.flp-bedroom::after{
  content: ",";
}
section.floorplans-listing .flp-header-l span.flp-sq-ft {
  order: -1;
  width: 100%;
}

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

section.floorplans-listing .flp-header-r .price-box {
  font-size: 1.05rem;
  text-transform: capitalize;
  cursor: pointer;
  text-align: right;
  line-height: 1.5;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}

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

section.floorplans-listing .single-floorplan .flp-swaps {
  display: flex;
  width: 68px;
  float: right;
  font-size: 0;
  margin-left: calc(100% - 65px);
  flex-flow: wrap;
  padding: 0;
  border-radius: 20px;
  margin-bottom: 15px;
}

section.floorplans-listing .single-floorplan .flp-swaps a {
  display: inline-block;
  text-align: center;
  position: relative;
  transition: all 0.5s ease;
}
.flp-swaps a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 2px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  border-radius: 50%;
  border: none !important;
  font-size: 14px;
  font-weight: 700;
}
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: transparent;
}

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

section.floorplans-listing .single-floorplan .flp-ctas a.btn {
  width: 42%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.floorplans-listing .single-floorplan .flp-img {
  width: 100%;
  vertical-align: middle;
  max-width: 350px;
  height: 310px;
  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;
  object-fit: contain;
  object-position: center center;
  display: flex;
  margin: 50px auto 0;
}

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: 85%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

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

.bg-grey {
  background: #d9d9d9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vt_list-grid-toggle {
  text-align: right;
  padding: 20px 0 0;
}

.vt_list-grid-toggle span.active {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.type-grid .vt-flp-info {
  width: 60%;
  padding: 20px 0 0;
}

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

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

.popup-form .formmangr-row .formmangr-input, 
.popup-form .formmangr-row select.formmangr-form-dd, 
.popup-form .formmangr-row .formmangr-field textarea, 
.slidein-form .formmangr-row .formmangr-input, 
.slidein-form .formmangr-row select.formmangr-form-dd, 
.slidein-form .formmangr-row .formmangr-field textarea {
  padding: 10px;
}

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

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

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

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

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

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

body .vr-tour-wrapper.active {
  z-index: 9999;
}

body .flp-slide-in a.social-share__link:hover {
  background: transparent;
}

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

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

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

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

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

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

.amp-slide_in {
  width: 100%;
}

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

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

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

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

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

section.neighborhood a.nb-map-filter {
  font-weight: 400;
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 60px;
  margin-bottom: 30px;
  cursor: pointer;
  opacity: 0.5;
}
.nbp-filter-options.container a.nb-map-filter.active {
  position: relative;
  transition: all 0.5s ease;
  font-weight: 700;
  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%;
  position: relative;
}
.map-canvas {
  order: 2;
}
.nbp-filter-places {
  padding: 70px;
  min-height: 500px;
  width: 80%;
  padding-left: calc(50vw - 750px);
}

.nbp-filter-places .nbp-places-list{
  max-width: 750px;
  margin-left: 0;
}

.nbp-filter-places ul.nb-places-ul li {
  display: inline-block;
  width: 48%;
  line-height: 2;
}
.nbp-filter-places ul.nb-places-ul li a {
  position: relative;
  transition: all 0.5s ease;
}
.nbp-filter-places ul.nb-places-ul li a:before {
  content: "";
  width: 6px;
  border-bottom: 6px solid;
  position: absolute;
  left: 0px;
  top: 8px;
  display: inline-block;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s ease;
}
.nbp-filter-places ul.nb-places-ul li a:hover {
  padding-left: 15px;
  font-weight: 700;
}
.nbp-filter-places ul.nb-places-ul li a:hover:before {
  font-weight: 700;
  opacity: 1;
}
div.map-canvas {
  position: absolute;
  overflow: hidden;
  width: 30%;
  height: 100%;
  right: 13%;
  top: 50px;
  z-index: 99;
  border-radius: 0 10vw;
  box-shadow: 0px 3px 99px #0000002e;
}
div.map-canvas .map-wrap {
  height: 100%;
}
/* ====== Walk Score Block styles ===== */
.walk-score-section {
  position: relative;
  padding: 30px 0 100px;
  text-align: center;
  contain: paint;
}
.walk-score-section h2 {
  font-size: 48px;
  margin: 25px auto 80px;
  width: 100%;
  max-width: 650px;
  text-transform: uppercase;
}
.walk-score-section .walscore-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.walk-score-section .nb-scores.walk-score {
  display: inline-block;
  padding: 60px;
  width: 500px;
  border-radius: 250px 0 0 250px;
}
.walk-score-section .nb-scores.walk-score.single-score{
  border-radius: 250px;
}

.score-wrap-inner {
  display: flex;
  flex-flow: column-reverse;
}
.walk-score-section .nb-scores.bike-score {
  display: inline-block;
  padding: 60px;
  width: 500px;
  border-radius: 0 250px 250px 0;
}
.score-inner .score-number {
  font-size: 8rem;
  font-weight: 500;
}
.score-desc {
  font-size: 1.8rem;
  font-weight: 400;
}
.walk-score-section .rounded-circle {
  top: 20px;
  left: calc(50% + 370px);
}
.walk-score-section .bg-walk {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.bg-walk .image-wrap {
  height: 100%;
  position: relative;
}
.walk-score-section .bg-walk img {
  display: none;
}
/* ====== Contact Block Style ===== */
section.contact-intro .subcol {
  margin: 0 auto;
  padding-left: inherit;
  padding-right: inherit;
}
section.contact-intro .left-col {
  width: 50%;
  order: 2;
  position: relative;
}
.contact-page-logo img {
  display: block;
  margin-bottom: 25px;
  max-height: 90px;
  width: 200px;
}
.contact-intro .left-col .col-bg {
  width: calc(50vw - 50px);
  position: absolute;
  height: 100%;
  border-radius: 0 0 0 10vw;
  box-shadow: 0px 3px 99px #0000002e;
  left: 50px;
  overflow: hidden;
}
.contact-intro .left-col .col-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-page-desc {
  display: flex;
}
.contact-intro .property-name,
.office-hours h3
{
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.address-wrap .address p {
  font-size: 1.05rem;
  margin-bottom: 15px;
}
.address-wrap .call-section {
  margin-top: 10px;
}
.address-wrap .call-section h3 {
  font-weight: 500;
  margin-top: 20px;
}
.office-hours .property-name {
  font-weight: 400;
}
.office-hours {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 0;
}
.daily-hours span {
  font-weight: 700;
  text-transform: capitalize;
}
/* ====== Resident Page ===== */

.resident-heading .section-content {
  max-width: 580px;
}

section.resident-intro{
  text-align: left;
  padding-bottom: 0;
}

section.resident-sections {
  max-width: 100%;
  font-size: 0;
  display: flex;
  flex-flow: wrap;
  padding-top: 50px;
}

section.resident-intro .intro-content{
  max-width: 580px;
}
section.resident-sections .container {
  flex-flow: wrap;
  align-items: unset;
}
section.resident-sections .single-resident-section {
  width: calc(33.33% - 40px);
  margin: 0 20px 40px;
  border: 3px solid;
  border-radius: 60px;
  position: relative;
  padding: 15px;
  /* height: 300px; */
  transition: all 0.5s ease 0s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

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

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

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

section.resident-sections h3.resident-section-subtitle {
  margin: 0;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 0 15px;
}
.resident-section-content svg {
  display: block;
  width: 100px;
  height: 90px;
  margin: 0 auto 25px;
}
/* ====== FAQ Section ===== */
section.intro-type-2.faq-intro{
  padding-bottom: 0;
}

.faq-section {
  margin-top: 50px;
}
.question-wrap {
  border: 3px solid;
  border-radius: 15px;
}
section.faq-section .question {
  padding: 20px;
  font-size: 24px;
  line-height: 1.5;
  cursor: pointer;
  border: 3px solid;
  border-radius: 15px;
  margin-bottom: 20px;
}
section.faq-section .question.active {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}
section.faq-section .answer p {
  padding: 20px;
}
section.faq-section .answer {
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

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: rotateZ(90deg);
  top: 22px;
  color: inherit;
}
/* ====== Resources Section ===== */


section.resources-section .fixed-links {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

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

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

section.resources-boxes
  .resources-boxes-wrapper
  .flexi-resource-links
  .single-resource {
  width: calc(33.33% - 20px);
  margin: 0 10px 100px;
  text-align: left;
  padding-left: 100px;
  padding-right: 50px;
  position: relative;
}
section.resources-boxes
  .resources-boxes-wrapper
  .flexi-resource-links
  .single-resource
  .single-resource-header {
  position: relative;
}
.single-resource-icon {
  position: relative;
  margin: 0 auto;
  right: auto;
  top: auto;
  height: 95px;
  width: 90px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
section.resources-boxes
  .resources-boxes-wrapper
  .flexi-resource-links
  .single-resource
  .single-resource-header
  h4 {
  font-size: 1.85rem;
  padding: 0;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 10px;
}

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

section.resources-boxes
  .resources-boxes-wrapper
  .flexi-resource-links
  .single-resource
  .single-resource-header
  .single-resource-icon {
  height: 100%;
  width: 60px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
section.resources-boxes
  .resources-boxes-wrapper
  .flexi-resource-links
  .single-resource
  .single-resource-content {
  margin-bottom: 20px;
}
section.resources-boxes
  .resources-boxes-wrapper
  .flexi-resource-links
  .single-resource
  .single-resource-content
  p {
  font-size: 1rem;
  line-height: 1.8;
}

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

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

/* ====== Blog Page Style ===== */
.listing-container {
  display: flex;
}
.blog-listing-block,
.blog-details-block {
  padding-top: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

section.blog-hero-detail-page{
  margin-bottom: 22vw;
}

section.inner-hero.blog-hero-detail-page h1{
  margin: 15px 0px
}

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

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

section.amenities-section.full-width-section .right-col,
section.form-section.full-width-section .left-col,
section.form-section.full-width-section .container-full
{
  padding: 0;
}

section.amenities-section.image-text-block.full-width-section .section-content ul.amenities-grid{
  padding-bottom: 0;
}

section.form-section.full-width-section .form-wrap{
  border-radius: 0 10vw;
}

section.form-section.full-width-section .subcol{
  padding: 80px 60px 40px 60px;
}

section.home-intro.full-width-section:before,
section.form-section.full-width-section:before,
section.footer-cta.full-width-section::before,
section.intro-type-1.full-width-section::before,
section.form-section.full-width-section .rounded-circle
{
  display: none;
}
.amenities-section.full-width-section
  .amnety-list
  .it-section
  .section-content
  ul
  li {
  list-style: inside;
}
.above-two-cta-btn {
  flex-grow: 1;
  flex-basis: content;
}

.full-width-section.image-text-block.amenities-intro .it-container .right-col{
  width: 100%;
}
/* //review slider  css
 */
.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;
}

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

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

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

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

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

#policy-heading.block-padding-medium{
  padding: 0px !important;
}

section#policy-hero.inner-hero h1{
  margin: 15px 0;
}

/* ====== Responsive styles ===== */
@media screen and (max-width: 1675px) {
  html {
    font-size: 100%;
  }
}

@media screen and (max-width: 1440px) {
  section.floorplans-listing .single-floorplan {
    width: 29.9%;
  }
  section.home-floorplans
    .flp-slider-wrapper
    .slick-active
    .floorplan-slide-img {
    width: 340px;
    height: 340px;
    transform: translateX(-90px);
  }
  section.home-floorplans .floorplan-slide-details {
    left: 80%;
  }
  .multipurpose-boxes .cta-columns-wrap .small-img-item {
    padding: 20px;
    min-width: 280px;
  }
  section.map-wrapper {
    max-width: 1180px;
  }
  .container {
    max-width: 1180px;
  }
  .gallery-tabs-header .text-content-wrapper{
    margin-bottom: 0;
    text-align: center;
  }
  .gallery-section ul.gallery-tabs-nav{
    max-width: unset;
    margin-left: unset;
    float: unset;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 0;
  }
  .gallery-tabs-header h3{
    margin: 0 auto;
  }

  .scroll-down{
    bottom: -24vw;
  }
  .community-amenities .right-col{
    padding-left: 150px;
  }
  .resident-amenities .right-col{
    padding-right: 150px;
  }
}

@media screen and (max-width: 1366px){
  .community-amenities .right-col{
    padding-left: 90px;
  }
  .resident-amenities .right-col{
    padding-right: 90px;
  }
  section.inner-hero.no-hero-img{
    margin-bottom: 70px;
}
}

@media screen and (max-width: 1280px) {
  section.floorplans-listing .flp-listing {
    gap: 50px;
  }
  section .container {
    max-width: 100%;
    padding: 0 40px;
  }
  section.home-floorplans .floorplan-slide-details {
    display: flex;
    flex-direction: column;
    margin-top: -90px;
  }
  section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath {
    margin-right: auto;
  }
  section.home-floorplans .slick-slide .floorplan-slide-details a.btn {
    margin-right: auto;
    width: auto;
  }
  .cta-columns-wrap {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .select-floor-plan {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  .floorplan-filters .more-flp-filters div {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .floorplan-filters .more-flp-filters {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  section.floorplans-listing .single-floorplan {
    width: 47.5%;
  }
  section.floorplans-listing .flp-listing {
    justify-content: space-between;
    gap: 30px;
  }
  .type-grid .single-virtual-tour {
    width: calc(50% - 30px);
    margin: 20px 15px;
  }
  section.resources-boxes
    .resources-boxes-wrapper
    .flexi-resource-links
    .single-resource {
    padding-left: 0px;
  }
  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;
  }
  .swifty-gallery-mobile-tabs-dropdown {
    display: block;
  }
  .gallery-tabs-header .text-content-wrapper {
    margin-bottom: 20px;
  }

  div.map-canvas{
    right: 0;
  }
}

@media screen and (max-width: 992px) {
  .footer-right{
    width: 100%;
    text-align: center;
    padding: 40px 0px 60px;
  }
  .footer-left{
    padding-bottom: 0;
    width: 100%;
    text-align: center;
  }

  .footer img{
    margin: 0 auto;
  }
  section.hero-banner .slide-flex-wrapper .slide-content,
  section.hero-banner .video-content {
    margin: 0 auto;
    text-align: center;
  }
  section.hero-banner .section-buttons {
    justify-content: center;
  }
  section.hero-banner .slider-container .slick-dots {
    text-align: center;
  }
  h1.hero-title,
  section.inner-hero h1 {
    font-size: 3.5rem;
  }
  section.inner-hero.no-hero-img{
    margin-bottom: 50px;
  }
  h2.section-title {
    font-size: 2.8rem;
  }
  section.intro-type-1 .container {
    flex-flow: wrap;
  }
  section.intro-type-1 .left-col {
    width: 100%;
    padding-right: 0;
  }
  section.home-intro .left-col .rounded-circle {
    right: 0;
  }
  section.intro-type-1 .intro-heading {
    width: 100%;
  }
  section.intro-type-1 .right-col {
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }
  section.home-intro {
    padding: 40px;
    padding-top: 200px;
  }

  section.hero-banner + section.home-intro.full-width-section{
    padding-top: 0;
  }

  .multipurpose-boxes .cta-columns-wrap .small-img-item {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    text-align: left;
  }
  .multipurpose-boxes .cta-columns-wrap .small-img-item:first-child,
  .multipurpose-boxes .cta-columns-wrap .small-img-item:last-child {
    border-radius: 0;
  }
  .multipurpose-boxes .container {
    padding: 0;
    padding-top: 100px;
  }
  .multipurpose-boxes {
    background-image: none !important;
    background-color: unset !important;
  }

  .multipurpose-boxes .mp-box-arrow{
    top: 45px;
  }
  section.form-section .right-col {
    width: 100%;
  }
  section.form-section .left-col {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
  section.form-section .container-full,
  .walk-score-section .container-full {
    max-width: 740px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .form-section .rounded-circle {
    left: auto;
    right: 0;
    width: 200px;
    height: 200px;
    top: -100px;
  }
  section.map-wrapper {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  .score-inner .score-number {
    font-size: 6rem;
    font-weight: 500;
  }
  .walk-score-section .rounded-circle {
    top: 120px;
    left: auto;
    right: calc(50% - 368px);
    width: 200px;
    height: 200px;
  }
  section.footer-cta .image-wrapper {
    width: 100%;
  }
  section.footer-cta .text-wrap {
    width: 100%;
  }
  section.home-floorplans .right-col {
    width: 100%;
    order: 2;
    text-align: center;
    margin-top: 40px;
  }
  section.home-floorplans .filter {
    justify-content: center;
  }
  .hm-flrpln-half-curve {
    width: calc(90vw - 50px);
  }
  section.home-floorplans .left-col.flp-slider {
    width: 100%;
    padding-right: 0;
  }
  section.home-floorplans .floorplans-container {
    padding-left: 180px;
    width: calc(100vw * 7);
  }
  section.home-floorplans .floorplan-slide-img {
    box-shadow: 0px 3px 50px #0000002e;
  }

  section.home-slider-floorplan{
    margin-top: 150px;
  }
  section.tabs-block .left-col {
    width: 100%;
    padding-right: 0;
  }
  section.tabs-block {
    padding: 60px 30px 50px;
    overflow: hidden;
  }
  section.tabs-block .tabs-amenities {
    width: 100%;
    margin-top: 50px;
  }
  section.tabs-block .tabs-amenities .tab-content-wrap {
    text-align: center;
  }
  section.tabs-block .tabs-amenities ul.amenities-grid {
    text-align: left;
  }
  section.tabs-block .tabs-amenities .tabs-nav {
    text-align: center;
  }
  .community-amenities .right-col{
    padding-left: 0px;
  }
  .resident-amenities .right-col{
    padding-right: 0px;
  }
  .home-gallery .half-square-block {
    height: calc(100% - 55vw);
    width: 90%;
  }
  .home-gallery .text-content-wrapper.col-6 {
    width: 90%;
    padding-right: 30px;
    text-align: center;
  }
  .home-gallery .right-col .img-gallery-magnific {
    width: 100%;
  }
  .home-gallery .right-col {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .home-gallery .right-col .slick-home-gallery .magnific-img a {
    height: 60vw;
  }
  .home-gallery .right-col .slick-home-gallery .magnific-img.slick-active {
    transform: none;
  }
  .intro-type-1.image-text-block .left-col .rounded-circle {
    right: 0;
  }
  .image-text-block.amenities-intro .it-container .right-col {
    width: 100%;
  }
  .community-amenities .equal-height {
    flex-flow: wrap;
  }
  .community-amenities .left-col {
    width: 100%;
    order: 0;
  }
  .community-amenities .image-wrapper,
  .resident-amenities .image-wrapper {
    position: relative;
    min-height: 300px;
    width: 100%;
    left: 0;
  }
  .amenities-section .right-col {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 0;
  }
  .amenities-section .col-6 {
    width: 100%;
  }

  .amenities-section.image-text-block .section-content ul.amenities-grid {
    padding-bottom: 0;
  }
  .contact-intro .col-6 {
    width: 100%;
  }
  .contact-intro .left-col .col-bg {
    position: relative;
    min-height: 300px;
    width: 100%;
    left: 0;
  }
  section.contact-intro .left-col {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  section.resources-boxes
    .resources-boxes-wrapper
    .flexi-resource-links
    .single-resource {
    width: calc(50% - 20px);
    padding-left: 0px;
    padding-right: 0px;
  }
  div.map-canvas{
    position: relative;
    overflow: hidden;
    width: 100%;
    right: 0;
    top: 0;
    border-radius: 0;
    order: 0;
    height: 50vh;
    min-height: 450px;
  }
  .nbp-filter-places {
    padding: 70px;
    min-height: 400px;
    width: 100%;
    padding: 30px 0 70px;
  }
  section.resident-sections .single-resident-section{
    width: calc(50% - 40px);
  }

  section.resident-intro{
    text-align: center;
  }
  section.resident-intro .intro-content {
    max-width: unset;
}
header .header-cta a.btn{
  display: none;
}
.amenities-section{
  padding: 0 35px;
}
.multipurpose-boxes .cta-columns-wrap .small-img-item h3,
.multipurpose-boxes .cta-columns-wrap .small-img-item h2
{
  max-width: unset;
}
section.blog-details-block .container {
  display: flex;
  flex-flow: column;
}

section.blog-details-block .post-content-inner {
  padding-left: 0px;
  width: 100%;
}

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

section.blog-details-block .post-sidebar {
  width: 100%;
  padding-left: 0;
  order: 2;
}

section.blog-details-block .social-share {
  position: relative;
  top: 0;
  order: 2;
}

section.blog-details-block .social-share .social-share-group {
  display: flex;
  margin: 10px;
  justify-content: center;
}

section.blog-details-block .social-share a.social-share-link {
  margin-right: 10px;
}

section.blog-details-block .post-sidebar .widget-title {
  font-size: 30px;
}

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

@media screen and (max-width: 767px) {
  header .menu-section {
    width: 150px;
  }
  section .container {
    padding: 0 20px;
  }
  .header-top {
    padding: 5px 0;
  }

  
  .header-contact {
    display: none;
  }

  header .menu-trigger {
    top: 0px;
    right: 0px;
  }

  header .logo-section {
    display: flex;
    justify-content: start;
    align-items: center;
    flex: 1;
  }
  section.hero-banner .slide-bg,
  section.hero-banner .slide-flex-wrapper .container {
    width: calc(100% - 30px);
  }
  section.hero-banner .slide-content-box{
    min-height: 350px;
  }
  section.hero-banner{
    margin-bottom: 0px;
  }
  section.hero-banner .slide-flex-wrapper .container .slide-content h1.hero-title, 
  section.hero-banner .video-content h1.hero-title,
  h1.hero-title, 
  section.inner-hero h1
  {
    font-size: 2.7rem;
  }
  section.hero-banner h2.hero-subtitle{
    font-size: 1.5em;
  }
  section.hero-banner .hero-paragraph p{
    font-size: 1.1rem;
  }
  h2.section-title {
    font-size: 2.3rem;
}
h3.section-sub-title, h3.section-subtitle {
  font-size: 1.8rem;
}
  .floorplan-filters a.flp-filters-trigger {
    display: block;
  }
  section.floorplans-listing .single-floorplan {
    width: 100%;
  }
  section.floorplans-listing .single-floorplan .flp-ctas a.btn {
    width: 100%;
  }
  .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;
  }
  .vt_list-grid-toggle {
    display: none;
  }
  section.footer-cta .image-wrapper {
    padding-right: 0;
  }
  section.footer-cta .text-wrap {
    text-align: center;
    padding: 60px 20px;
  }
  section.home-floorplans .floorplans-container {
    padding-left: 0;
    width: 100%;
    padding-bottom: 42px;
  }
  section.resources-boxes
    .resources-boxes-wrapper
    .flexi-resource-links
    .single-resource {
    width: 100%;
    text-align: center;
    margin: 0 10px 60px;
  }
  .rounded-circle {
    width: 200px;
    height: 200px;
  }
  section.home-intro {
    padding: 0;
    padding-top: 100px;
    contain: paint;
  }

  section.hero-banner + section.home-intro{
    padding-top: 105px;
  }
  section.intro-type-1 .it-image-section {
    border-radius: 0 0 0 50px;
  }
  section.home-intro .left-col .rounded-circle {
    right: -100px;
    top: -100px;
  }
  .hm-flrpln-half-curve {
    width: 112%;
    border-radius: inherit;
    left: -20px;
  }
  section.home-floorplans .floorplan-slide-details {
    position: relative;
    max-width: 340px;
    margin: 0 auto;
    margin-top: 20px;
    left: 0;
    flex-direction: row;
  }
  section.home-floorplans .flp-slider-wrapper {
    max-width: 300px;
    margin: 0 auto;
  }
  section.home-floorplans
    .flp-slider-wrapper
    .slick-active
    .floorplan-slide-img {
    width: 100%;
    height: 340px;
    transform: translateX(0px);
  }
  section.home-floorplans .flp-slider-wrapper .slick-slide {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  section.home-floorplans .flp-slider-wrapper .slick-list {
    overflow: hidden;
  }
  section.home-floorplans .slick-prev,
  section.home-floorplans .slick-next {
    top: 100%;
  }
  section.home-floorplans .home-floorplans-slider .slick-prev {
    left: 0;
  }
  section.home-floorplans .home-floorplans-slider .slick-next {
    right: 0;
  }
  section.home-slider-floorplan{
    margin-top: 30px;
  }
  .home-flp-desktop-filters {
    display: none;
  }
  .mobile-home-flp-filter{
    display: block;
  }
  section.tabs-block .tabs-amenities ul.amenities-grid{
    columns: 1;
  }
  section.tabs-block {
    padding: 60px 20px 50px;
    overflow: hidden;
    padding-top: 0px;
  }
  section.hero-banner + section.home-intro.full-width-section{
    padding-top: 50px;
  }
  .home-gallery .half-square-block{
    width: 100%;
    height: calc(100% - 74vw);
  }
  .home-gallery .text-content-wrapper.col-6 {
    width: 100%;
    padding-right: 0;    
  }
  .multipurpose-boxes .container {
    padding-top: 40px;
  }
  section.form-section .form-wrap .subcol .formmangr-col {
    width: 100%;
  }
  .walk-score-section .walscore-text{
    flex-direction: column;
  }
  .walk-score-section .nb-scores.walk-score{
    width: 100%;
   border-radius: 250px 250px 0 0;
   padding: 40px;
  }
  .walk-score-section .nb-scores.bike-score{
    border-radius: 0 0 250px 250px;
    width: 100%;
        padding: 40px;
  }
  .walk-score-section .rounded-circle{
    top: 250px;
    right: calc(50% - 300px);
  }
  .property-icons{
    margin-left: inherit;
    margin-top: 10px;
  }
  .footer-menu-wraper{
    text-align: center;
    display: flex;
    flex-flow: wrap;
    gap: 15px;
    justify-content: center;
  }
  .footer li.footer-menu-item{
    margin-right: 0;
  }
  .attribution{
    margin-top: 10px;
  }
  section.form-section .form-img-col{
    border-radius: 50px 0 0;
    height: 300px;
  }
  .form-section{
    contain: paint;
  }
  .form-section .rounded-circle {
    right: -80px;
    top: -100px;
  }
  section.inner-hero h1{
    margin: 15px 0;
  }
  section.inner-hero .image-wrap {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 20px;
  }
  .intro-type-1.image-text-block{
    padding: 90px 0px;
  }
  .intro-type-1.image-text-block .left-col .rounded-circle {
    top: -100px;
  }
  .intro-type-1.image-text-block .left-col .image-wrapper{
    border-radius: 0 0 0 50px;
  }
  .amenities-section.image-text-block .section-content ul.amenities-grid{
    columns: 1;
  }
  .contact-page-desc{
    flex-flow: wrap;
  }
  section.resident-sections .single-resident-section{
    width: 100%;
  }
  .mobile-only{
    display: block;
  }
  .desktop-only{
    display: none;
  }
  section.faq-section .question{
    font-size: 18px;
    padding-right: 40px;
  }
  section.faq-section .question svg{
    width: 18px;
  }
  header{
    padding: 0 15px;
  }
  .scroll-down{
    width: 35px;
    height: 35px;
    bottom: -140px;
  }
  a.scroll-trigger{
    width: 11px;
    height: 11px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    bottom: 14px;
  }
  section.form-section .left-col,
  section.form-section.full-width-section .subcol
  {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.form-section.full-width-section .subcol{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .multipurpose-boxes .mp-box-arrow{
    right: 25px;
  }
  .home-gallery .container-full{
    padding: 55px 0;
  }
}
