/*
Theme Name: Tupelo
Theme URI: https://beswifty.com/
Author: Team Swifty
Author URI: https://beswifty.com/
Version: 1.0.0
License: GNU General Public License v2 or later
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Vidaloka&display=swap");

body {
  font-weight: 400;
  font-size: 1rem;
}

section {
  position: relative;
}

.main-content {
  transition: all 0.5s ease;
}

h3.section-sub-title,
h3.section-subtitle {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 400;
    text-transform: uppercase;
    margin: 30px 0;
}

#walk-score-section .bg-walk .image-wrap {
  background: #fff !important;
}

p{
  line-height: 2;
}

/*  for long header css  add this css in style.css below the menu*/
.hidemenu.main-menu {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.mobile-only {
  display: none;
}

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

.header .main-menu-container {
  padding-right: 14px;
}

header {
  display: flex;
  flex-flow: wrap;
  position: fixed;
  z-index: 9999;
  width: 100%;
  transition: all 0.5s ease;
  flex-direction: column;
  padding: 17px 0;
}

.main-menu-panel .header-logo-img {
  max-width: 145px;
  margin-top: 20px;
}

.footer-phone {
  font-weight: 500;
}

.header .contact span,
.main-menu-panel .contact span {
  text-transform: uppercase;
}

header .container:has(.menu-trigger:not([style*="display: none;"])) {
  padding-right: 56px;
}

header.collapsed .header-inner {
  border-bottom: none;
}
.header-bottom,
.header-top {
  transition: all 0.5s ease;
}

.header-contact {
  padding: 10px 0px;
}
.header-contact span {
  font-weight: 300;
}
.header-contact .header-call a {
  font-weight: 600;
}
.header-contact-inner span {
  font-weight: 500;
  font-size: 1.125rem;
}


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

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

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

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

header .main-menu {
  display: flex;
  margin: 0;
  color: #fff;
  flex-flow: row;
  justify-content: flex-end;
}

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 15px;
}
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 .mobile-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;
  z-index: 99;
  max-width: 40px;
  position: absolute;
  color: #0000 !important;
}

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

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

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

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

.header .logo {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 200px;
}

.header-logo-img img {
  transition: all 0.5s ease 0s;
  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;
}

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

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 80px;
}

.header-logo-img {
  display: flex;
  align-items: center;
}
.main-menu-panel a.main-logo .header-logo-text {
  max-width: 250px;
}
.main-menu-panel .logo-section {
  display: flex;
}
.main-menu-panel a.main-logo {
  margin: 0;
  width: auto;
  display: block;
  float: left;
  position: relative;
  top: -15px;
}
header .logo-section a.logo .header-logo-text {
  padding: 5px 0;
}
.text-logo {
  font-size: 1.6rem;
  margin: 0px;
  font-weight: 700;
  line-height: 1;
}

.main-menu-panel .text-logo {
  margin-top: 30px;
}
.main-menu-panel a.main-logo .header-logo-img img {
  height: 70px;
}
.main-menu-panel .main-logo .header-logo-img {
  max-width: 160px;
}
.main-menu-panel a.main-logo .header-logo-text .text-logo {
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 10px;
}
header .logo-section .sticky-logo {
  display: none;
  transition: all 0.5s ease 0s;
}

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

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

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

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

.header .contact__details .footer-email {
  display: none;
}



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

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

header.collapsed {
  padding-top: 9px;
  padding-bottom: 9px;
  transition: all 0.5s ease 0s;
}

.main-menu-panel .address-info {
  padding-left: 0;
  padding-top: 0;
  margin-top: 23px;
}

.header-cta .btn {
  margin: 0px;
  white-space: nowrap;
  margin-right: 14px;
  padding: 14px 36px;
}

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: 358px;
  height: 100%;
  padding: 20px;
  z-index: 9999;
  transition: all 0.5s ease 0s;
  top: 0;
  right: -100%;
  transform: translateX(0);
  overflow-x: hidden;
}

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

.main-menu-panel .contact.d-flex {
  margin-top: 33px;
  position: relative;
  margin-bottom: 30px;
}

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

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

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


.main-menu-panel ul.main-menu li.menu-item {
  float: left;
  display: block;
  width: 100%;
  padding: 0;
  order: 100;
  transform: translateY(-50px);
  opacity: 0;
  position: relative;
  margin-bottom: 10px;
}

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

.main-menu-panel .social-links {
  margin-top: 16px;
}


.main-menu-panel .main-menu .menu-item .menu-item-link {
  padding: 10px 0;
  display: flex;
}

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

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

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

.main-menu-panel .header-cta a.btn {
  margin: 0;
  width: 100%;
}

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

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

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

.main-menu-panel .contact a.footer-email{
  margin-top: 25px;
}

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

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

/* =========== Mobile Menu =========== */
.mobile-menu-wrap {
  position: relative;
  z-index: 99999;
}

header.horizontal_header .container {
  padding-right: 50px;
}
.mobile-menu-wrapper {
  display: block;
  position: fixed;
  height: 100%;
  overflow: auto;
  top: 0;
  right: -100%;
  width: 100%;
  z-index: 999999;
  padding: 130px 30px 30px;
  transition: all 0.5s ease 0s;
}
.mobile-menu-wrapper.active {
  right: 0;
  display: flex;
  flex-wrap: wrap;
}
.mobile-menu-wrapper.active .mobile-menu {
  width: 100%;
}
.mobile-menu-wrapper .menu-logo {
  position: absolute;
  top: 20px;
  left: 15px;
  max-width: 150px;
}
.mobile-menu-wrapper .menu-logo img.menu-logo-img {
  width: 100%;
}
.mobile-menu-wrapper .menu-close {
  color: #fff;
  position: absolute;
  font-size: 60px;
  top: 15px;
  right: 25px;
  line-height: 1;
  cursor: pointer;
  transform: rotate(45deg);
}
.mobile-menu-wrapper ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-wrapper ul.menu > li {
  padding: 5px 0;
  position: relative;
  border: 0;
}
.mobile-menu-wrapper ul.menu > li a {
  color: #fff;
  padding: 5px 0;
  display: block;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 20px;
}
.mobile-menu-wrapper ul.menu > li ul.sub-menu {
  opacity: 1;
  margin-left: 0px;
  position: fixed;
  width: 100%;
  height: calc(100% - 50px);
  top: 140px;
  right: -100%;
  z-index: 100;
  transform: translateX(0);
  padding-top: 50px;
}
.mobile-menu-wrapper ul.menu > li ul.sub-menu li a {
  font-weight: 400;
}
.mobile-menu-wrapper ul.menu > li.submenu-active {
  position: inherit;
}
.mobile-menu-wrapper ul.menu > li.submenu-active .sub-menu-trigger i.fa {
  transform: rotate(90deg);
}
.mobile-menu-wrapper ul.menu > li.submenu-active ul.sub-menu {
  transform: translateX(0);
  right: 0;
  height: calc(100% - 250px);
  z-index: 100;
}
.mobile-menu-wrapper ul.menu > li.submenu-active span.sub-menu-trigger {
  top: 120px;
  left: 20px;
  right: auto;
  text-align: left;
  max-width: 150px;
  padding: 0 10px 0 30px;
  border: 1px solid;
  border-radius: 23px;
  opacity: 1;
  z-index: 110;
}
.mobile-menu-wrapper ul.menu > li.submenu-active span.sub-menu-trigger .fa {
  transform: rotate(180deg);
  position: relative;
  top: -3px;
  left: -20px;
  font-size: 20px;
}
.mobile-menu-wrapper ul.sub-menu {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  padding: 10px 20px;
  width: 200px;
  list-style-type: none;
  height: calc(100% - 250px);
}
.mobile-menu-wrapper span.sub-menu-trigger {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 40px;
  top: 0px;
  right: 0;
  text-align: right;
  font-size: 24px;
  line-height: 43px;
  transition: none;
  z-index: 99;
  cursor: pointer;
  opacity: 0.5;
}
.mobile-menu-wrapper span.sub-menu-trigger i.fa {
  width: 24px;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin-left: 20px;
  cursor: pointer;
}
.mobile-menu-wrapper span.sub-menu-trigger i.fa.fa-caret-right:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 3px solid;
  border-right: 3px solid;
  transform: rotate(45deg);
  top: -10px;
  right: 0;
}
.mobile-menu-wrapper .menu-footer {
  bottom: 50px;
  z-index: 100;
}
.mobile-menu-wrapper .menu-footer h5,
.mobile-menu-wrapper .menu-footer .menu-address-link {
  font-size: 18px;
  color: #fff;
  letter-spacing: 2.7px;
  font-weight: 500;
}
.mobile-menu-wrapper .menu-footer h5 {
  opacity: 0.5;
  margin-bottom: 10px;
}
.mobile-menu-wrapper .menu-footer .menu-address-link {
  display: block;
}

.mobile-ctas.bottom-mctas {
  display: flex;
}

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


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

/* Hero Banner */

.slider.hero-slider {
  height: 100% !important;
}

.hero-banner div[class*="slick"],
.hero-banner div[class*=slide]
{
  height: 100%;
}

.video-wrapper {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.slider.hero-slider.mb-0 {
  margin-bottom: 0;
}

.video-wrapper::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 120vh;
  width: 120%;
  border: 0;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.hero-banner {
  transition: all 0.5s ease 0s;
  height: 100vh;
}

.hero-banner h1 {
  margin: 0 0 16px;
}

.footer-cta.full-width-section .footer-cta-text .cta-content {
  width: 100% !important;
}

.hero-banner .slide-bg img,
.footer-cta img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.btn.btn-border {
  opacity: 1;
}

.hero-banner .slide-overlay,
.banner-overlay::before,
.single-post-header.with-image::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(76.79deg,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 99.73%);
  content: '';
}

.hero-banner::after,
.inner-hero::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 37%;
  height: 575px;
  background-size: cover;
  z-index: 3;
  opacity: 0.8;
}



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

.inner-hero-text {
  z-index: 2;
  position: relative;
  text-align: center;
}

#contact-hero .inner-hero-text{
  height: 100%;
}

#contact-hero .block-padding-medium{
  padding: 0px;
}

.hero-paragraph {
  font-size: 1.375rem;
  line-height: 2.375rem;
}

.hero-banner .slide-content-box {
  min-height: calc(100vh - 87px);
  display: flex;
  align-items: center;
}

.hero-banner .slide-content,
.hero-banner .video-content {
  position: relative;
  margin: auto 0;
  height: auto !important;
  padding-top: 35px;
  padding-bottom: 35px;
  max-width: 622px;
  padding-left: 50px;
}

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


.hero-banner .slide-flex-wrapper{
  padding-top: 87px;
}

.hero-banner h2 {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 35px;
  letter-spacing: 1px;
}

.resident-section-subtitle {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.resident-section-title{
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 400;
}

.hero-paragraph p {
  line-height: 1.7;
  font-size: 1.375rem;
}

.hero-banner .slider-container .slick-dots {
  display: block;
  text-align: center;
  padding: 0 10px;
  bottom: 6vw;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1560px;
  z-index: 9;
  left: 50%;
}

.hero-banner .slider-container .slick-dots > li {
  display: inline-block;
  border-radius: 0;
  overflow: hidden;
  margin: 15px;
  width: 20px;
  height: 20px;
  display: inline-block;
  transform: rotate(45deg);
}
.hero-banner .slider-container .slick-dots > li.slick-active {
  border: 2px solid #fff;
  padding: 2px;
}

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

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

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

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

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

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

section.hero-banner .slide-content-box:before {
  content: "";
  width: 1px;
  height: 75%;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.2;
}

button.slick-prev {
  left: 25px;
  transform: translate(0, -50%);
}

button.slick-next {
  right: 25px;
}

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

.hero-banner .section-buttons {
  display: flex;
  gap: 10px;
  margin-top: 32px;
}



.mob-bg{
  display: none;
}

.slick-prev.slick-disabled:before, 
.slick-next.slick-disabled:before{
  border: solid rgb(255 255 255 /20%);
    border-width: 0px 3px 3px 0;
}

/* Home banner End*/

.bg-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.1;
  z-index: -1;
  display: none;
}

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

.tour-sec .text-content-wrapper p {
  max-width: 757px;
}

.intro-wrap.full-width-section .intro-pattern {
  display: none;
}

/* .intro-sec.full-width-section {
  padding-top: 80px;
} */

.tour-sec .content-wrapper {
  max-width: 731px;
  margin: 0 auto;
}

.tour-sec .section-buttons {
  margin-top: 35px;
}

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

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


/*  Home Intro */

.intro-wrap .col-5 img, 
.intro-wrap .col-5 .col-bg
{
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.intro-wrap .col-5 img{
  min-height: 600px;
    max-height: 815px;
}

.text-content-wrapper p {
  max-width: 836px;
  margin: 0 auto;
}

.policy-heading .text-content-wrapper p {
  max-width: 100%;
  margin: 0;
}

.intro-wrap .section-buttons {
  margin-top: 40px;
}

.intro-wrap:not(.full-width-section) .col-7 {
  padding-top: 155px;
}

.intro-sec .col-5 a {
  width: 100%;
  height: 100%;
  min-height: 600px;
  max-height: 815px;
  cursor: unset;
}
.intro-sec .col-5 a:hover{
  opacity: 1;
}
.intro-pattern {
  position: absolute;
  left: -23px;
  object-fit: contain;
  top: 65px;
  overflow: hidden;
}

#intro-slider .col-5 div{
  height: 100%;
}

/* End intro slider */

/* CTA arrow sec */

.box-img
{
  height: 35.5vw;
  max-height: 500px;
}


.multipurpose-boxes .box-img > img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mp-box-content,
.single-resident-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
  text-align: left;
}

.mp-box-content{
  flex: 1 0 auto;
}

.mp-box-content > div:first-child{
  width: 80%;
}

.arrow-cta svg,
.resident-section-link svg {
  height: 100%;
}

.arrow-cta,
.resident-section-link {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 1px solid;
  text-align: center;
}

div.mp-box-content + a.btn{
  display: none;
}

.mp-box-content h2{
  font-size: 1.5rem;
  line-height: 1.35;
  margin: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.mp-box-content h3{
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 0;
  text-transform: capitalize;
}

section.multipurpose-boxes .cta-columns .cta-columns-wrap{
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
}

.multipurpose-boxes .small-img-item{
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100% - 25px);
  margin-right: 30px;
}

section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item:last-child {
  margin-right: 0;
}

.mp-box-content .cta-btns{
  opacity: 0;
}

.mp-box-arrow{
  position: absolute;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mp-box-arrow svg{
  height: 20px;
  width: 20px;
}



.mp-box-content a.btn:hover .mp-box-arrow.text-color-light-hover{
  background-color: #ffffff;
}

/* =============FORM STYLINGS================ */

input[type="radio"],
input[type="checkbox"]
{
  position: relative;
  top: unset;
}

input[type="radio"]::before{
  top: unset;
  left: unset;
  border: 6px solid;
  position: relative;
}

.formmangr-field label.checkmark-container{
  display: flex;
  padding: 0px;
}

section.form-section .form-wrap .subcol .formmangr-col.field-type-pets .formmangr-field,
section.form-section .form-wrap .subcol .formmangr-col.field-type-contact_by .formmangr-field{
flex-flow: wrap;
display: flex;
width: 100%;
}
section.form-section .form-wrap .subcol .formmangr-col.field-type-pets .formmangr-field .formmangr-form-lbl,
section.form-section .form-wrap .subcol .formmangr-col.field-type-contact_by .formmangr-field .formmangr-form-lbl
{
width: 100%;
}

.form-section .formmangr-field label{
  margin-bottom: 8px;
}

.formmangr-col.field-type-pets, .formmangr-col.field-type-contact_by{
  margin-bottom: 25px;
}

.formmangr-row .formmangr-input, .formmangr-row select.formmangr-form-dd, .formmangr-row .formmangr-field textarea{
  padding: 0 0px 11px;
}


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

/* floor plans section */

.floorplans-content {
  overflow: hidden;
  min-height: 539px;
  cursor: pointer;
}

section.home-floorplans .flp-slide-title h4{
  text-align: center;
}

section.home-floorplans .flp-slide-title .flp_sq_ft{
  display: none;
  
}

.floorplans-content:hover .floorplan-slide-details {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
  top: auto;
}

.floorplans-content:hover .floorplan-slide-details .flp-slide-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}

.floorplans-content:hover .floorplan-slide-details .flp-slide-title .flp_sq_ft{
  display: block;
  text-align: right;
  font-size: 1.125rem;
}

.floorplans-content:hover .floorplan-slide-details .flp-slide-title h4{
  text-align: left;
}

.floorplan-slide-details h4 {
  margin: 0 0 7px;
}

.home-floorplans .floorplan-slide-details {
  position: absolute;
  top: 120px;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(80%);
  transform: translateY(80%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}

.floorplans-listing-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.floorplans-listing-wrap .btn {
  flex: 1;
  padding: 15px;
  max-width: 50%;
}

.floorplan-slide-details {
  width: 100%;
  height: auto;
  padding: 15px;
  padding-top: 12px;
}

.home-floorplans .slick-arrow::before {
  color: #fff;
}

.home-floorplans .slick-list {
  margin: 0 -22px;
}

.home-floorplans .slick-arrow {
  background-color: #d3d3d3 !important;
}

.home-floorplans .slick-arrow.slick-disabled,
.home-floorplans .slick-next.slick-disabled {
  opacity: 1 !important;
  background-color: rgb(211 211 211 /20%) !important;
}

.home-floorplans .slick-prev.slick-disabled:before,
.home-floorplans .slick-next.slick-disabled:before {
  border-color: rgb(211 211 211 /50%) !important;
}

.floorplan-slide-details .btn {
  margin-top: 22px;
  font-size: 15px;
}

.bed-bath{
  padding-top: 30px;
}

.bed-bath li {
  position: relative;
}

.bed-bath span {
  display: flex;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.8;
  justify-content: space-between;
    direction: rtl;
}

.bed-bath span.flp_bed_count::before,
.floorplans-listing .flp-bed-bath::before
{
  position: absolute;
  content: "";
  background-color: rgb(255 255 255 / 20%);
  height: 1px;
  width: 100%;
  bottom: 8px;
  left: 0;

}

.bed-bath span.flp_bed_count span:nth-child(1),
.floorplans-listing .flp-bed-bath span:nth-child(1)
{
  padding-left: 5px !important;
}

.bed-bath span.flp_bed_count span:nth-child(2),
.floorplans-listing .flp-bed-bath span:nth-child(2)
{
  padding-right: 5px !important;
}
.bed-bath li span:nth-child(1) {
  padding-right: 6px;
}

.bed-bath li span:nth-child(2) {
  padding-left: 6px;
}

.bed-bath li::before {
  position: absolute;
  content: "";
  background-color: rgb(255 255 255 / 20%);
  height: 1px;
  width: 100%;
  bottom: 5px;
  left: 0;
}
.home-floorplans .slick-prev {
  left: -50px;
}

.home-floorplans .slick-next {
  right: -50px;
}

.home-floorplans {
  padding-left: 55px;
  padding-right: 55px;
}
.home-floorplans .home-flp-content-outer .container {
  max-width: 1020px;
  margin: 0 auto;
}

section.hero-banner + section.home-floorplans .home-flp-content-outer:before {
  content: "";
  width: 100%;
  height: 94px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}


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

.home-floorplans .filter {
  width: 100%;
  justify-content: center;
}

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

section.home-floorplans .col.flp-slider {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
}

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

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

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

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

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

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

a:not(.single-mobile-cta) svg,
span svg {
  width: 100%;
  height: 100%;
  padding: 9px;
}

.language-widget-trigger svg{
  padding: 0px !important;
}

.language-widget-trigger{
  line-height: 0px !important;
}

.home-floorplans .floorplan-slide-img {
  max-width: 310px;
  max-height: 323px;
  width: 100%;
  height: 100%;
  padding: 15px;
}

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

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

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

section.home-floorplans .floorplans-container .floorplans-text {
  padding: 40px 25px;
  width: 100%;
  max-width: 540px;
}

.floorplans-slick .slick-next,
.floorplans-slick .slick-prev {
  width: 75px;
  height: 75px;
  top: -70px;
  right: auto;
  left: 50%;
  z-index: 99;
  border: 1px solid;
  color: inherit;
  transform: rotate(45deg);
}
.floorplans-slick .slick-next:before,
.floorplans-slick .slick-prev:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
  left: 12px;
  top: 38px;
  position: absolute;
  transform: rotate(-45deg);
}

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

.home-floorplans-slider {
  margin-top: 30px;
}


.floorplans-slick .slick-prev:after {
  top: 43px;
  left: 14px;
  transform: rotate(-180deg);
}
.floorplans-slick .slick-next:after {
  top: 23px;
  left: 35px;
}

.slick-active .floorplan-slide-img:after,
.slick-active .floorplan-slide-details:after {
  display: none;
}

.floorplans-text {
  max-width: 1000px;
  margin: 0 auto 50px;
}

.floorplans-text h4 {
  margin-top: 23px;
  margin-bottom: 18px;
}

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

.home-floorplans .slick-track .slick-slide {
  margin: 0 12px;
}

.home-flp-desktop-filters .filter-item{
  opacity: 0.5;
}

.home-flp-desktop-filters .filter-item.active{
  opacity: 1;
}

.floorplan-details-banner .slide-bg a{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

body .floorplan-details-banner button.slick-prev{
  left: 25px;
}

.other-floorplan-container .floorplan-info-box .floorplan-stats .stat-value span svg{
  padding: 0px;
}

section.home-slider-floorplan{
  margin-top: 120px;
}

/*  Home Page Tabs */

.tabs-block .content-wrap h2 {
  line-height: 1.2;
}

.tabs-block .content-wrap h4{
  margin: 0;
}

.tabs-block .tabs-nav > li.active {
  opacity: 0.4;
}

.tabs-block {
  position: relative;
  margin-bottom: 276px;
  padding-top: 160px;
}

.tabs-block .amenities-grid-wrap,
.tabs-block .amenities-grid
{
  padding-left: 10px;
}

.tabs-block ul:not(.swifty-tabs-nav),
.policy-heading ul
{
  list-style-type: disc;
  line-height: 2;
  padding-left: 10px;
}

.tabs-block .amenities-grid {
  column-count: 2;
  list-style-type: disc;
  margin-top: 30px;
}

.tabs-block .single-amenity {
  font-size: 1rem;
  line-height: 2;
  text-align: left;
  padding-right: 10px;
}

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

section.tabs-block .container-full .col-6 {
  position: relative;
}

.tabs-block .absolute-elem img {
  object-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tabs-block .tab-image {
  height: 100%;
}

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

section.tabs-block .tabs-amenities-images {
  padding: 0;
  position: relative;
  z-index: 1;
  max-height: 714px;
  height: 100%;
}

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

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

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

.tabs-block .tabs-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  background-color: #fff;
}

.tabs-block .tabs-nav > li {
  width: 60px;
  height: 42px;
}

.tabs-block .tabs-nav a {
  width: 100%;
  display: inline-block;
  text-align: center;
  height: 100%;
}

.tabs-block .tab-content-wrap {
  padding: 73px 69px;
}

.tabs-block .tabs-nav .fa {
  font-size: 26px;
  line-height: 42px;
}

.tabs-block .tabs-nav .active .fa {
  color: rgb(31 35 35 / 40%);
}

.tabs-block .tabs-nav li:not(:last-child)::after {
  width: 1px;
  height: 73%;
  background-color: #1f2323;
  position: absolute;
  top: 7px;
  content: "";
}

.tabs-block .tabs-stage {
  position: relative;
  max-width: 80%;
  bottom: -156px
}

.tabs-block .tabs-stage .pattern-right {
  right: 0;
  position: absolute;
  bottom: 0;
  width: 431px;
  height: 397px;
  object-fit: cover;
}

#amenities .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%;
}

.footnote_txt{
  padding: 20px;
  text-align: left;
}

/* Home Image Gallery Section */
.gallery-grid-modular .magnific-img *:not(.hover-color) {
  height: 100%;
  width: 100%;
}

.gallery-grid-modular .magnific-img img {
  object-fit: cover;
}

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

/* CTA Slider to Columns styles */


.multipurpose-boxes .cta-text-block > div {
  width: calc(100% - 50px);
  text-align: left;
}

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

/* Google Map Section */
.map-wrapper {
  height: 700px;
}


/* Footer CTA Section */

.footer-cta h4 {
  margin: 14px 0 30px;
}

.full-width-section .footer-cta-text .text-wrap *{
  max-width: 1000px;
  margin: 20px auto;
  text-align: center;
}

.footer-cta .section-buttons {
  margin-top: 53px;
}

.footer-cta-text .text-wrap {
  padding: 85px;
  height: 100%;
  background-color: inherit;
  width: calc(58.33333333% + 50vw);
}

.full-width-section .footer-cta-text .text-wrap{
  width: unset;
  padding: 85px 15px;
}

.full-width-section .footer-cta-text .text-wrap h2{
  margin-bottom:10px;
  margin-top: 0;
}

.full-width-section.footer-cta .section-buttons{
  margin-top: 35px;
  margin-bottom: 0px;
}

.full-width-section.footer-cta .section-content{
  margin-top: 0px;
  margin-bottom: 0px;
}

.full-width-section.footer-cta .section-buttons a{
  margin: 0px;
}
.footer-cta > .container {
  padding-top: 40px;
}

.footer-cta-text .text-wrap h3 {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 1.5rem;
}

.footer-cta-img {
  margin-top: -40px;
}

.footer-cta-img .image-wrap {
  height: 100%;
  min-height: 400px;
}

.footer-cta-text .text-wrap * {
  max-width: 548px;
}

.footer-cta {
  overflow: hidden;
}

.home-cta .image-wrap img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Footer */

.footer .contact > span {
  font-weight: 300;
}

.footer-menu{
  margin-top: 10px;
  margin-bottom: 33px 
}

.footer-menu-wraper .footer-menu-item:first-child a {
  margin-left: 0;
}

.footer-bottom {
  padding: 10px 0;
}

.footer {
  transition: all 0.5s ease;
}

.single-prop-icon img {
  width: 18px;
  height: 18px;
  margin: 0 4px;
  vertical-align: middle;
}

.single-prop-icon {
  display: inline-block;
}

header .contact.d-flex {
  align-items: center;
  position: relative;
}

.contact .contact-icon,  
.contact-page-desc .contact-icon,
.email .email-icon
{
  width: 42px;
  height: 42px;
  border: 2px solid;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  border-color: inherit;
}

.contact-page-desc .contact-icon{
  top: 0;
}

.home-amnety-tab-name {
  width: 100%;
  height: 100%;
}

.contact__details:not(.daily-hours) span:not(.contact-property-name),
.details-row h6:not(.hours-title) {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}


.contact__details a,
.contact-property-name span,
.hours-title {
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 500;
}

footer .contact__details .contact .footer-email{
  word-break: break-word;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 10px;
}

footer .contact__details .contact .footer-phone{
  display: block;

}

.header .contact__details a {
  line-height: 1.4;
}

.header .contact__details a.footer-phone::after,
.contact__details a::after
{
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: 99;
}
.contact-info a {
  font-size: 1.125rem;
  line-height: 1.9;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.contact-info a svg{
  width: 42px;
  height: 42px;
}
.contact__details,
.email__details
{
  padding-left: 8px;
  text-align: left;
}

#footer .email,
.main-menu-panel .email
{
  align-items: center;
}

.contact__details br{
  display: none;
}

.address-info {
  padding: 32px 22px 18px;
  margin-top: auto;
}

.footer .address a {
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-weight: 400;
}

 .footer .address a span{
    width: 100%;
  }

.footer .address-info > .contact,
.footer .address-info > .email
{
  margin-bottom: 25px;
  text-transform: uppercase;
  position: relative;
}

.menu-item-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 1.5;
}

.footer .footer-menu-item .menu-item-link {
  margin: 0 0 10px;
}

.footer-menu-wraper {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

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

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

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


.social-links .social-icon {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin: 5px 4px 5px 0px;
  position: relative;
}

.social-links .social-icon a {
  text-align: center;
  border-radius: 50%;
}

.social-links .social-icon a svg{
  height: 24px;
    width: 24px;
    padding: 0px;
}
.social-links .social-icon a:hover {
  opacity: 0.75;
}

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

.social-links {
  margin-bottom: 25px;
}


.footer-logo-wrapper
{
  display: inline-block;
  max-width: 200px;
  margin-bottom: 10px;
}

.footer-logo-wrapper > div {
  height: 100%;
}

.footer-logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 80px;
}

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

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

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

.policy-nav li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 7px;
}

.policy-nav li a,
.copyright-text p {
  font-size: 15px;
  line-height: 1.7;
  position: relative;
}

.policy-nav li:not(:last-child) a::after {
  content: "";
  background-color: rgb(0 0 0 / 20%);
  height: 100%;
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
  right: -9px;
}

.attribution {
  width: 100%;
  text-align: right;
}
.cb-logo-link {
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}

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

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

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

/* ====== Inner Hero Section ===== */

.inner-hero .container {
  padding: 20px;
}

.inner-hero,
.inner-hero .container
{
  height: 100vh;
}

.inner-hero-container{
  height: 100%;
}

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

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

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

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

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

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

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

.intro-type-1.image-text-block .left-col {
  width: 35vw;
  height: 35vw;
}

.content-block:not(.vedio-info-deials) .left-col {
  order: 2;
  min-height: 600px;
    max-height: 815px 
}
/* ==== End Amenities intro section ==== */

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

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

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

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

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

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

/* ====  floorplan Page ==== */

section.floorplans-intro{
  margin-bottom: 70px;
}

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

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

.floorplan-filters .container {
  padding: 31px;
}
.floorplan-filters .flp-reset {
  margin: 0;
}
.floorplan-filters h2 {
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}

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

.floorplan-filters select.flp-bedrooms {
  position: relative;
  width: 100%;
    height: 56px;
    border: 0;
    padding: 17px;
    letter-spacing: .5px;
    text-align: left;
    background-color: #fff;
    font-size: 1rem;
    margin: 0px;
}
.floorplan-filters select.flp-bedrooms:active,
.floorplan-filters select.flp-bedrooms:focus {
  border-bottom: 1px solid;
}

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

.floorplan-filters .sqft-range {
  position: relative;
  width: 48%;
}

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

}

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

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

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

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

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

  display: flex;
  width: 75%;
}

.floorplan-filters .more-flp-filters div {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.floorplan-filters .more-flp-filters .flp-sqft-range,
.floorplan-filters .more-flp-filters .flp-price-range
{
  width: 45%;
}

.floorplan-filters .more-flp-filters .flp-sqft-range{
  padding: 0px 6px 0px 12px;
}

.floorplan-filters .more-flp-filters .flp-price-range{
  padding: 0px 12px 0px 6px;
}

.floorplan-filters .more-flp-filters .reset-new-flp-filtrers{
  width: 10%;
}

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

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

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

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

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

/* ====== /Floorplan filter Section End ===== */



/* ====== Floorplan grid listing Section ===== */

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

section.floorplans-listing .flp-listing .available_flp h2,
section.floorplans-listing .flp-listing .unavailable_flp h2
{
  text-align: center;
  font-size: 2.2rem;
}

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

.floorplans-listing .single-floorplan {
  margin: 0;
  padding: 10px;
  transition: all 0.5s ease 0s;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  justify-content: flex-end;
}

.floorplans-listing-wrap .btn + .btn {
  margin-left: 20px;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l{
  margin-bottom: 15px;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l h2.flp-title {
  font-size: 1.5rem;
  line-height: 1.35;
  width: 70%;
  float: left;
  margin-top: 0px;
  margin-bottom: 7px;
  font-weight: 500;
}

section.floorplans-listing .single-floorplan .flp-header {
  flex: 1 0 auto;
  width: 100%;
  height: auto;
  padding: 15px
}

.flp-listing .flp-single-page-img-blk {
  display: block;
  position: relative;
  margin-bottom: 0;
}

section.floorplans-listing .flp-header .flp-header-l .flp-price-title{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
section.floorplans-listing .flp-header-l h2 {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.688rem;
}


section.floorplans-listing .flp-header-l span {
  display: inline-block;
  width: 33.33%;
  text-align: center;
  padding: 12px;
  font-size: 1rem;
  font-weight: 300;
}

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

section.floorplans-listing .flp-header-r {
  width: 100%;
  margin: 0px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}


section.floorplans-listing .flp-header-r a{
  margin-top: 6px;
  font-size: 15px;
  padding: 15px;
  width: 49%;
  margin-left: 0px;
  margin-bottom: 0px;
  white-space: normal;
  display: flex;
    justify-content: center;
    align-items: center;
}

section.floorplans-listing .flp-header-l .flp-price-title .price-box {
  font-size: 12px;
  line-height: 14px;
  text-transform: none;
  font-weight: 400;
  width: 30%;
  display: inline;
  text-align: right;
}

section.floorplans-listing .flp-header-l .flp-price-title .price-box span {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.8;
    display: inline !important;
}

.floorplans-listing .flp-swaps a {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  position: relative;
  transition: all 0.5s ease;
  margin-bottom: 8px;
    line-height: 38px;
}

.flp-swaps {
  position: absolute;
  top: 20px;
  right: 20px;
}

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



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

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

.floorplans-listing .flp-img {
  height: 410px;
  width: 100%;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    padding: 20px;
    position: relative;
}
section.floorplans-listing .single-floorplan .flp-img > div {
  height: 100%;
  width: 100%;
  display: none;
}

.floorplans-listing .flp-img > div img {
  opacity: 1;
  object-fit: contain;
  object-position: center center;
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: 70%;
}

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

.floorplans-listing .flp-img .flp-2d-image,
.floorplans-listing .flp-img .flp-3d-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  padding: 20px;
  text-align: center;
  background-color: #f2eee7;
}

section.floorplans-listing .flp-header svg{
  display: none;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l span{
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.8;
  width: 100%;
  font-weight: 400;
  justify-content: space-between;
  padding: 0px;
  margin: 0;
  direction: rtl;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l span.flp-bed-bath{
  justify-content: space-between;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l span.flp-bed-bath span{
  display: inline;
    width: auto;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l span aside::before{
  position: absolute;
    content: "";
    background-color: rgb(255 255 255 / 20%);
    height: 1px;
    width: 100%;
    bottom: 5px;
    left: 0;
}

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

section.floorplans-listing .load-more-cta-wrapper{
  margin-top: 50px;
  display: none;
  text-align: center;
}

section.floorplans-listing .flp-listing .single-floorplan.hidden{
  display: none;
}

section.floorplans-listing .square-foot-flp{
  order: 3;
}

.bg-grey {
  background: #d9d9d9;
}

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

.card-container .flp-row .card-img-wrap a{
  height: 100%;
  width: 100%;
}

.card-container .flp-row .flp-icon svg{
  padding: 0;
}

/* ====== Floorplan Sliding Popup ===== */

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 .flp-slide-header {
  background: #f8f8f8;
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  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
  .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;
}

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

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

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

/* =============floorplan details page =========== */

.floorplanTopLevelStats .floorplanTopLevelStat span.statIcon svg{
  padding: 0px;
}

.floorplan-amenities-tab.tabs-block{
  padding-top: 100px;
  margin: 0px;
}

section.tabs-block.floorplan-amenities-tab .tabs-amenities .tabs-stage{
  max-width: unset;
  bottom: unset;
}

section.tabs-block.floorplan-amenities-tab.tabs-block .tab-content-wrap{
  padding: 0px;
}

section.tabs-block.floorplan-amenities-tab.tabs-block .amenities-grid li{
  list-style-type: none;
}

/* =============END floorplan details page =========== */


.gallery-section .slick-track * {
  height: 100%;
}

.single-virtual-tour,
.single-gallery-video a {
  display: flex;
  flex-flow: wrap;
  padding: 20px 0;
  border-bottom: 1px solid rgb(0 0 0 / 30%);
}

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

.vr-tour-listing:not(.type-grid) .vt_img {
  width: 300px;
  height: 165px;
}
.vt_img * {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.vr-tour-listing.type-grid .vt-flp-info {
  max-width: 100%;
  padding: 0;
}

.vr-tour-listing:not(.type-grid) .single-virtual-tour {
  align-items: center;
  padding: 32px 0;
}

.vt-flp-info {
  padding: 0 20px;
  max-width: calc(100% - 500px);
}

.vt-flp-info h2 {
  width: 100%;
  text-align: left;
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.35;
}

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

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

.vr-tour-listing.type-grid .virtual-tour-btns {
  margin-right: auto !important;
  margin-left: 0 !important;
  margin-top: auto;
}

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

.vr-tour-listing:not(.type-grid) .virtual-tour-btns {
  margin-left: auto;
}

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

.vr-tour-listing:not(.type-grid) .single-virtual-tour:last-child {
  border-bottom: 0;
}

.vr-tour-listing{
  padding-top: 20px;
}

.vt_list-grid-toggle svg {
  fill: #a0a0a0;
  padding: 0;
}

.vt_list-grid-toggle .grid svg {
  transform: scale(1.2);
}

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

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

.type-grid .single-virtual-tour .vt_img {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}

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

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


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

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

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

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

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

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

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

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

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

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

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

.amp-popup.theme_1 
 {
  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: calc(100vw - 220px);
}

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

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

.amp-slide_in.theme_3 .slide_in-right{
  flex-grow: unset;
}

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

.main-menu-panel .address span {
  display: inline !important;
}

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

.nbp-fliter-dropdown select {
  border: 1px solid #000 !important;
}


section.neighborhood .fliters-map-container .nbp-filter-options a.nb-map-filter:hover {
  opacity: 0.75;
}
section.neighborhood .fliters-map-container .map-canvas {
  min-height: 450px;
  position: relative;
  overflow: hidden;
}


.single-related-posts.row {
  margin-left: -6px;
  margin-right: -6px;
}

.row.single-related-posts > [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

.nbp-filter-places .nbp-places-list {
  padding: 26px 20px;
  text-align: left;
  min-height: 550px;
}

.neighborhood .nb-places-ul {
  padding-left: 20px;
  list-style: disc;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.neighborhood .nb-places-ul.col-list .nb-places {
  width: 50%;
}

.neighborhood .nb-places-ul.col-list:not(.col-list-2) {
  max-height: 500px;
}

.neighborhood .nb-places-ul.col-list-2.col-list .nb-places {
  width: 100%;
}

.neighborhood .nb-places-ul a {
  opacity: 0.8;
  line-height: 1.6;
}

.neighborhood .nb-places-ul .active a,
.neighborhood .nb-places-ul a:hover {
  opacity: 1;
  border-bottom: 1px solid;
}

.neighborhood .tabs-style .btn + .btn {
  margin-left: 1px;
}

.neighborhood .tabs-style .btn {
  border: 1.5px solid;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 14px;
}

.neighborhood .nbp-places-heading {
  margin-bottom: 7px;
  margin-top: 0;
}

.nbp-filter-options{
  margin-bottom: 15px;
}

.nbp-filter-options > a{
  font-size: 1.063rem;
    display: inline-block;
    transition: all 0.1s ease-in 0s;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: none;
    padding: 1.125rem 2.2rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    border: 2px solid;
    letter-spacing: 1px;
    cursor: pointer;
    opacity: 0.5;
}

.nbp-filter-options.container a.nb-map-filter.active {
  position: relative;
  transition: all 0.5s ease;
  opacity: 1;
}

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

.map-filters-box {
  display: flex;
  flex-flow: wrap;
}

.map-wrap iframe,
.map-wrap {
  height: 100%;
}

section.tour-intro{
  margin-bottom: 50px;
}

section.tour-intro .section-buttons{
  margin-top: 50px;
}
/* ====== Walk Score Block styles ===== */

.score-number {
  font-size: 6.25rem;
  line-height: 0.8;
}

.score-desc {
  font-size: 1.5rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.score-wrap-inner {
  width: 20.125rem;
  height: 20.125rem;
}

.score-wrap {
  border: 1px solid #d9d9d9;
  padding: 21px;
  background-color: #fff;
}



.score-wrap:first-child{
  margin-right: 30px;
}

.highlights-sec .score-wrap:last-child {
  margin: 0;
}

.highlights-sec {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
}

.score-inner{
  margin-bottom: 25px;
}

.walk-score-section::before {
  content: "";
  height: 1px;
  left: 0;
  width: 100%;
  background-color: #d9d9d9;
  top: 60%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

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


.walk-header h2{
  text-transform: capitalize;
  margin-bottom: 50px;
}

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


/* ====== Gallery Page Style ===== */

.gallery-tabs {
  margin-top: 50px;
}

.gallery-section{
  padding-top: 0px;
}

.gallery-tabs-header h3{
  margin-bottom: 0px;
}

.gallery-section .gallery-tabs-nav a {
    font-size: 1.063rem;
    display: inline-block;
    transition: all .1s ease-in 0s;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: none;
    padding: 1.125rem 2.2rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    border: 1.5px solid;
    letter-spacing: 1px;
    cursor: pointer;
    opacity: 0.5;
}

.gallery-section .gallery-tabs-nav .active a {
  opacity: 1;
}

.gallery-section select,
.mobile-home-flp-filter select {
  border: 1px solid !important;
}

.gallery-section .gallery-stage .gallery-col {
  column-count: 4;
  column-gap: 15px;
}

.gallery-section .image-popup-vertical-fit {
  display: flex;
}

.gallery-section .gallery-stage img {
  display: block;
}

.gallery-section .gallery-stage .magnific-img {
  max-height: 450px;
  margin-bottom: 15px;
  overflow: hidden;
}

.virtual-tour-btns span.btn{
  display: flex;
  align-items: center;
}

.virtual-tour-btns span.btn svg{
  width: 15px;
  display: inline-block;
  padding: 0px;
  margin-left: 5px;
}

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


.address-wrap .details-row {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  justify-content: space-between;
}

.details-row {
  margin: 20px 0 12px;
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 12px;
}

.details-row .details-wrap {
  padding-left: 54px;
  text-align: left;
  padding-right: 10px;
}

.details-row .details-wrap .hours-title{
  margin-bottom: 8px;
}

.daily-hours {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}

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

span.contact-property-name{
  display: none;
}

.contact-property-name {
  max-width: 325px;
  display: block;
  text-align: left;
}

.intro-wrap .contact-icon svg {
  padding: 8px;
}

.contact-property-name > p {
  margin-top: 0;
}

.contact-page-desc .details-row  .contact-icon {
  border-width: 1px;
  position: absolute;
  left: 0;
}

.full-width-section .contact-page-desc .details-row  .contact-icon{
  left: unset;
}

.details-row .contact .contact-icon .fa {
  font-size: 24px;
}
.hours-title {
  margin-bottom: 5px;
}

.details-row .btn {
  min-width: 130px;
}

.details-wrap p{
  margin: 0;
}

.contact-detail-heading{
  display: block;
    font-size: 12px;
    line-height: 1.4;
}

.contact-logo-wrapper img,
.contact-page-logo h2,
.contact-page-logo
{
  display: none;
}

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

.resident-intro {
  margin-bottom: 50px;
}
.resident-intro h2 {
  margin-bottom: 10px;
}
.resident-intro .text-content-wrapper p {
  max-width: 750px;
}

/* ====== Resident Block Style ===== */

.single-resident-section {
  margin-bottom: 20px;
  width: calc(33.33333333% - 20px);
}

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

section.resident-sections .two-columns{
  align-items: unset;
}

/* ====== FAQ Section ===== */

.faq-section .question-wrap {
box-shadow: 0 5px 16px 0 #080f340f;
    padding: 32px 38px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 2px solid transparent;
}

.faq-section .question {
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0px;
  text-align: left;
}

.question {
  border: 2px solid transparent;
}

.faq-section .answer p {
  line-height: 1.2;
  padding: 11px 0;
}

.faq-icon {
  width: 50px;
  height: 50px;
  margin-left: auto;
  border-radius: 50%;
  text-align: center;
  line-height: 53px;
  box-shadow: 0px 5px 16px 0px #080f340f;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.faq-icon svg {
  display: inline-block;
  width: 13px;
  height: 27px;
  padding: 0;
  position: relative;
  top: 2px;
    left: 1px;
}

.nbp-filter-options > a:not(:last-child) {
  margin-right: 6px;
}

.question {
  padding-right: 35px;
  margin: 8px 0;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.5;
}

.faq-section {
  margin-top: 50px;
}

.faq-heading.block-padding-medium {
  padding: 0px;
}

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

section.faq-section .active svg {
  transform: rotateZ(90deg);
  top: 4px;
    left: 1px;
}
/* ====== 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: 24px;
  position: relative;
  text-align: center;
}
section.resources-section .fixed-links a.fixed-resource-link svg {
  max-width: 20px;
  position: relative;
  top: 5px;
  right: 10px;
  padding: 0px;
}
section.resources-boxes .resources-boxes-wrapper .flexi-resource-links {
  display: flex;
  flex-flow: wrap;
}
section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource {
  width: calc(50% - 20px);
  margin: 0 10px 35px;
}

section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource a{
  width: 100%;
}
section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-header {
  padding: 5px;
  position: relative;
}
section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-header h4 {
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 27px;
  padding: 15px 0 15px 25px;
  margin: 0;
  vertical-align: middle;
  text-transform: capitalize;
  padding-right: 50px;
}
section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-header h4 span {
  display: inline-block;
  font-size: 33px;
  line-height: 27px;
  margin-right: 15px;
}
section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-header .single-resource-icon {
  position: absolute;
  right: 0;
  height: 100%;
  width: 60px;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-header .single-resource-icon {
  position: absolute;
  right: 15px;
  height: 84%;
  width: 42px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: flex;
  align-items: center;
  top: 5px;
}
section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-content {
  padding: 25px;
  font-size: 18px;
  line-height: 2;
  padding-top: 0px;
}
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-heading{
  padding: 0px;
}

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

.listing-container {
  display: flex;
}
.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 {
  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 20px;
}
.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 .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:0;
}
.listing-container .post-item .item-details .post-info .post-cat ul {
    display: block;
}
.listing-container .post-item .item-details .post-info .post-cat ul li {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 10px;

}

.listing-container .post-item .item-details .post-info .post-cat ul li a {
    text-transform: capitalize;
    font-size: 12px;

}
.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;
}
.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: 0px;
}
.listing-container .post-item .item-details .post-info .post-link-wrap a.btn {
    padding: 0;
    margin: 0;
    border: 0;
}
.listing-container .post-item .item-details .post-info .dir-desc {
  flex-grow: 1;
  margin-bottom: 10px;
}
.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;
}
.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 .inner-hero-img, 
#resources-hero .inner-hero-img{
  width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

#blog-hero .inner-hero-text,
#resources-hero .inner-hero-text
{
  z-index: 2;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;  
}

.blog-hero-detail-page .blog-hero-detail-content-wrap{
  flex-direction: column;
}
.blog-hero-detail-page .blog-hero-detail-content-wrap span p{margin-bottom: 0px;}


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-details-block .social-share.fixed-pos {
    position: fixed;
}
section.blog-details-block .social-share {
    position: absolute;
    top: 0px;
    transition: all 0.5s ease 0s;
    padding-top: 0;
}

section.blog-details-block {
  position: relative;
}
section.blog-details-block .post-content-inner {
  display: flex;
  flex-flow: wrap;
  padding-left: 100px;
}
section.blog-details-block .post-content-inner .block-paragraphs {
  width: 70%;
  padding-top: 0;
  padding-right: 30px;
}
section.blog-details-block .post-content-inner .block-paragraphs h3 {
  font-weight: 700;
  text-transform: capitalize;
  margin: 50px 0 40px;
    font-size: 24px;
}
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 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: 3.4vw;
  height: 3.4vw;
  border-radius: 50%;
  transition: all 0.5s ease;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  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;
  padding: 0px;
}
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: 20px;
  font-size: 1.5rem;
}
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: 15px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1px;
}
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 h4 {
    margin-top: 0;
}
section.blog-details-block .post-sidebar .releted-posts-list .single-related-posts a.btn {
    margin: 0;
}
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;
}
section.blog-details-block .post-sidebar .releted-posts-list .single-related-posts .rp-post-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.blog-details-block .post-sidebar .releted-posts-list .single-related-posts .rp-details {
  padding: 20px;
}
section.blog-details-block .post-sidebar .releted-posts-list .single-related-posts .rp-details .post-link-wrap a {
  display: block;
  text-align: left;
  padding: 0;
  text-transform: capitalize;
  text-decoration: underline;
  border: 0;
}
.latest-posts-container {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  position: relative;
}
.latest-posts-container h2.section-title {
  margin-bottom: 50px;
}
.latest-posts-container .latest-posts-list .single-latest-posts {
  border: 1px solid #e3e3e3;
  margin-bottom: 50px;
  background: #f8f8f8;
}
.latest-posts-container .latest-posts-list .single-latest-posts a.latest-post-title h3 {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 50px;
  text-align: left;
}
.latest-posts-container .latest-posts-list .single-latest-posts .lp-post-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latest-posts-container .latest-posts-list .single-latest-posts .lp-details {
  padding: 30px;
}
.latest-posts-container .latest-posts-list .single-latest-posts .lp-details .post-link-wrap a {
  display: block;
  text-align: left;
  padding: 0;
  text-transform: capitalize;
  text-decoration: underline;
}
.latest-posts-container .multiple-items .slick-slide {
  margin: 0 35px;
}
.latest-posts-container .multiple-items button.slick-arrow {
  width: 4vw;
  height: 4vw;
  z-index: 10;
}
.latest-posts-container .multiple-items button.slick-prev {
  left: -70px;
}
.latest-posts-container .multiple-items button.slick-next {
  right: -70px;
}
.latest-posts-container .multiple-items button.slick-next:before,
.latest-posts-container .multiple-items button.slick-prev:before {
  background: url(/assets/images/arrow-slider.svg) no-repeat;
}

.blog-hero-detail-page .inner-hero-img,
.blog-hero-detail-page .image-wrap{
  width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.post-link-wrap a {
  text-decoration: underline;
  font-size: 15px;
}

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

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

.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  =====*/

.post-sidebar .single-related-post-img-blk img {
  width: 100%;
  object-fit: cover;
  height: 70px;
}

.post-sidebar .related-post-title h6 {
  margin: 0;
  margin-bottom: 12px;
}

.blog-hero-detail-page.inner-hero .blog-hero-detail-content-wrap.text-wrap {
  flex-direction: column;
  padding: 59px 0px;
}
.blog-hero-detail-page .blog-hero-detail-content-wrap span p {
  margin-bottom: 0px;
}
section.inner-hero.overlapping-text-box.blog-hero-detail-page
  .inner-hero-container
  .inner-hero-text
  .blog-hero-detail-content-wrap
  h1 {
  padding: 0px 30px;
  margin: 0px;
}

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,
section.blog-hero-detail-page.inner-hero .container
{
  height: auto;
}

section.blog-hero-detail-page.inner-hero .inner-hero-text
{
width: 100%;
    height: 100%;
    padding-top: 170px;
    padding-bottom: 100px;
}

/* ====== When section does't have image on right or left side styles ===== */
.form-sec-bg > img {
  object-position: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-content p {
  opacity: 0.7;
}

.form-section .submit-btn {
  margin-top: 40px;
}

.form-section .subcol {
  padding: 70px;
}

.full-width-section.form-section .subcol{
  padding: 46px 15px;
}

.form-section .form-content p {
  line-height: 1.8;
  letter-spacing: 0.3px;
  margin-top: 8px;
}

.form-section h2 {
  margin-bottom: 50px;
  font-size: 2.5rem;
}

.formmangr-button-submit{
  min-width: 138px;
  font-size: 1.063rem;
  display: inline-block;
  transition: all 0.1s ease-in 0s;
  text-align: center;
  margin-bottom: 10px;
  box-shadow: none;
  padding: 1.125rem 2.2rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  border: 0 solid;
  letter-spacing: 1px;
  cursor: pointer;
}





/* Full width sections */

.intro-wrap.full-width-section .container,
.form-section.full-width-section .subcol,
.footer.full-width-section,
.footer-cta.full-width-section .cta-content--wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.intro-wrap.full-width-section {
  margin-top: 0;
}

.intro-wrap.full-width-section .cta-content--wrap {
  max-width: 100%;
  padding-right: 0;
}

section.form-section.full-width-section:before,
section.footer-cta.full-width-section::before,
section.intro-type-1.full-width-section::before {
  display: none;
}

.footer.full-width-section,
.footer.full-width-section .col-4,
.footer.full-width-section .logo-block,
.full-width-section .footer-menu-wraper,
.hero-banner .slide-content-box .full-width-section .contact {
  justify-content: center !important;
}

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

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

section#reviews-slider svg{
  padding: 0;
}

/*==== sliding floorplan after Home Hero ===== */

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

.home-slider-floorplan-container .floorplan-availability .availability-dot{
  margin: 0px;
}

/* Amenities Page */

.amenities-card.tabs-block .content-wrap {
  max-width: 100%;
}

.amenities-card.tabs-block{
  padding: 0px;
}

.amenities-card.tabs-block .it-container{
  padding-top: 160px;
}

.amenities-card.tabs-block.full-width-section .it-container{
  padding-top: 0px;
}

.amenities-card.tabs-block.full-width-section .it-container .tabs-stage{
  bottom: 0;
}

.amenities-card.tabs-block.full-width-section{
  margin-bottom: 120px
}

/* EDnd of Amenities Page */

.dynamic-popups.vd {
  display: none;
}

.footer-email {
  word-break: break-all;
  text-transform: uppercase;
}

.footer-bottom {
  border-top: 1px solid;
}

.amp-slide_in.visible{
  width: 100%;
}

/* =======Theme specific slide in css=========== */

.amp-slide_in.theme_3 .slide_in-right h2.popup-title{
  font-weight: normal;
}

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

.panzoom-buttons span svg{
  padding: 0;
}

.leaflet-popup-content h5{
  font-size: 16px;
    margin: 0 0 30px;
}


/* =====new-changes========= */
#contact-intro{
  margin-top: 0px;
}

#contact-intro .col-7{
  order: 2;
}

#contact-intro .cta-content--wrap{
  padding-right: 0px;
  padding-left: 120px;
}

/* =======END Theme specific slide in css=========== */



/* ====== Responsive styles ===== */

@media screen and (min-width: 993px){
  .intro-wrap:not(.full-width-section) {
    margin-top: -185px;
  }
    .intro-sec .cta-content--wrap {
      padding-right: 120px;
  }
  #intro-slider.intro-section-home-flp{
    margin-top: 0px;
  }
}


@media screen and (max-width: 1680px){
  h1 {
    font-size: 3rem;
  }
  .hero-banner .slide-content, .hero-banner .video-content{
    max-width: 800px;
  }
  .hero-banner h2 {
    font-size: 1.7rem;
  }
  .hero-paragraph p{
    font-size: 1.2rem;
  }

  .btn{
    padding: 15px 20px;
    font-size: 1rem;
  }

  .logo img,
  .footer-logo-wrapper img
  {
    max-height: 65px;
  }

  h2 {
    font-size: 2.1rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h3.section-sub-title, h3.section-subtitle {
    font-size: 1.3rem;
  }
  .mp-box-content h2 {
    font-size: 1.3rem;
  }
  .mp-box-content h3 {
    font-size: 1.1rem;
  }
  .contact__details a,
  .footer-cta-text .text-wrap h3
  {
    font-size: 1.2rem;
  }
  .contact-info a {
    font-size: 1rem;
  }
  .social-links .social-icon a svg {
    height: 17px;
    width: 17px;
  }
  .social-links .social-icon{
    width: 40px;
    height: 40px;
  }
  .footer .footer-menu-item .menu-item-link{
    margin: 0px !important;
    margin-bottom: 7px !important;
  }
  .available_flp h2,
  .unavailable_flp h2
  {
    font-size: 1.5rem;
  }
  .nbp-filter-options > a,
  .gallery-section .gallery-tabs-nav a
  {
    font-size: 1rem;
    padding: 12px 25px;
  }
  .resident-section-title {
    font-size: 1.4rem;
  }
  a:not(.single-mobile-cta) svg, span svg{
    padding: 12px;
  }
  section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-header h4 span{
    font-size: 1.4rem;
    margin-right: 5px;
  }
  
  section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-header h4,
  section.resources-section .fixed-links a.fixed-resource-link
  {
    font-size: 1.3rem;
  }
}


@media screen and (max-width: 1675px) {
  h3.section-sub-title, h3.section-subtitle{
    margin: 15px 0px;
  }
  .footer-cta-text .text-wrap h3{
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .footer-cta-text .text-wrap{
    padding: 55px;
  }
  .intro-pattern{
    left: calc(-8% - 3px);
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 15px;
  }
  .hero-banner h2{
    margin-bottom: 10px;
  }
  .footer-cta-text .text-wrap{
    padding: 35px;
  }
  section.hero-banner .slide-content-box:before{
    left: 35px;
  }
  .intro-pattern {
    left: calc(-15% - 3px);
}
.btn {
  padding: 12px 18px;
  font-size: 1rem;
}
.home-floorplans .floorplan-slide-details{
  transform: translateY(85%);
}
.mp-box-content h2 {
  font-size: 1.2rem;
}
.form-section h2{
  font-size: 2.1rem;
}
.neighborhood .nbp-places-heading{
  font-size: 1.8rem;
}
.contact__details a, .contact-property-name span, .hours-title {
  font-size: 1.2rem;
}
.intro-wrap .contact-icon svg {
  padding: 10px;
}

}


@media screen and (max-width: 1366px){
  section.hero-banner .slide-content-box:before{
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .container {
    max-width: 1140px;
  }
  .tabs-block, .amenities-card.tabs-block .it-container{
    padding: 0;
  }
  .footer-cta-text .text-wrap{
    width: unset;
  }
  .gallery-grid-modular .magnific-img:nth-child(3),
  .gallery-grid-modular .magnific-img:nth-child(2)
  {
    max-height: 250px;
  }
  h1 {
    font-size: 2.8rem;
}
h2 {
  font-size: 2rem;
}
h3.section-sub-title, h3.section-subtitle,
.resident-section-title 
{
  font-size: 1.2rem;
}
.tabs-block .content-wrap h2{
  font-size: 1.8rem;
}
.contact__details a, .contact-property-name span, .hours-title {
  font-size: 1.1rem;
}
.arrow-cta, .resident-section-link{
  width: 40px;
  height: 40px;
}
a:not(.single-mobile-cta) svg, span svg {
  padding: 10px;
}
}

@media screen and (max-width: 1119px) {
  .header .contact{
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 960px;
  }
  section.floorplans-listing .flp-header-r a{
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 100%;
    padding: 0 25px;
    padding-bottom: 50px;
  }

  h1,
  .h1 {
    font-size: 4.5rem;
  }

  .inner-hero,
  .inner-hero .container,
  .hero-banner .slide-content-box {
    min-height: calc(100vh - 81px);
  }

  header .mobile-menu-trigger {
    right: 0;
  }

  .section-spacing,
  .intro-sec.full-width-section,
  .amenities-card.tabs-block.full-width-section
  {
    margin-bottom: 55px;
  }

  

  [class*="col-"],
  .tabs-block .tabs-stage {
    width: 100% !important;
    max-width: 100%;
  }

  /* Homepage */

  .hero-banner .slide-flex-wrapper{
    height: 100%;
    padding: 100px 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hero-banner .slide-content-box{
    min-height: unset;
    display: flex;
    justify-content: center;
  }

  .hero-banner .slide-content, .hero-banner .video-content{
    max-width: 100%;
  }

  .cta-content--wrap {
    max-width: 380px;
  }

  .intro-sec .cta-content--wrap{
    max-width: unset;
    text-align: center;
  }

  .intro-wrap{
    margin-top: 55px;
  }

  .intro-sec.full-width-section, .intro-wrap:not(.full-width-section) .col-7{
    padding-top: 0px;
  }

  .intro-wrap .col-7{
    margin-top: 55px;
  }

  .full-width-section.intro-wrap .col-7{
    margin-top: 0;
  }

  .intro-wrap:not(.full-width-section) .col-7{
    margin-top: 20px;
  }

  .intro-wrap .col-7, .intro-wrap .col-5{
    padding: 0px;
  }
  .intro-wrap .col-5 {
    padding-top: 0px;
  }

  .intro-sec .col-7 {
    order: 2;
  }

  .intro-sec .col-5 {
    order: 1;
  }

  .tabs-block .tab-content-wrap{
    padding: 40px;
  }

  .tabs-block.section-spacing{
    margin-bottom: 120px;
  }

  .tabs-block .tabs-stage{
    bottom: -75px;
  }

  section.multipurpose-boxes .cta-columns .cta-columns-wrap{
    flex-wrap: wrap;
  }

  .multipurpose-boxes .small-img-item{
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .mp-box-content h3, section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item:last-child{
    margin-bottom: 0px;
  }

  .mp-box-content, .single-resident-section{
    padding: 20px;
  }

  .form-section .subcol,
  .full-width-section.form-section .subcol
  {
    padding: 25px;
  }

  .container.walk-header{
    padding: 40px 25px 55px;
  }

  .footer-cta-img .image-wrap{
    height: 400px;
    min-height: unset;
  }

  .footer-cta-text .text-wrap h3{
    margin-bottom: 30px;
  }

  footer .col-8{
    text-align: center;
  }

  .footer-menu-wraper{
    justify-content: center;
  }

  .footer .footer-menu-item .menu-item-link{
    margin-bottom: 10px;
  }

  .footer-bottom{
    border: 0;
  }

  footer .col-4,
  .footer-menu-wraper,
  .footer .contact, .logo-block {
    justify-content: center !important;
  }

  /* .footer .footer-email {
    left: 50%;
    transform: translateX(-50%);
  } */

  .copyright-text{
    text-align: center;
  }

  .header-cta
   {
    display: none;
  }

  .footer-bottom .center-block {
    padding: 10px 0;
  }

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

  .attribution{
    text-align: center;
  }

  .floorplan-slide-details {
    top: 55px !important;
  }

  .floorplans-listing .flp-img {
    height: 290px;
  }

  .floorplan-filters .container{
    flex-wrap: wrap;
  }

  .home-floorplans .floorplan-slide-details{
    transform: translateY(89%);
  }

  .floorplan-filters{
    margin-bottom: 40px;
  }

  section.floorplans-intro{
    margin-bottom: 50px;
  }

  .select-floor-plan,
  .floorplan-filters .more-flp-filters
  {
    width: 100%;
  }

  .floorplan-filters .more-flp-filters{
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0px;
  }

  .floorplan-filters .more-flp-filters .flp-price-range{
    padding-right: 0px;
  }

  .floorplan-filters .more-flp-filters .flp-sqft-range{
    padding-left: 0px;
  }

  .floorplan-filters .more-flp-filters .flp-sqft-range, .floorplan-filters .more-flp-filters .flp-price-range{
    width: 50%;
  }

  .floorplan-filters .more-flp-filters div:last-child{
    width: 25%;
    margin-top: 20px;
  }
  .floorplan-filters .flp-reset{
    width: 100%;
  }

  .flp-slide .flp-carousel-slide img{
    height: 20vw;
  }

  section.home-slider-floorplan{
    margin-top: 55px;
  }
  /* gallery */

  .vt-flp-info {
    max-width: calc(100% - 303px);
  }
  .type-grid .single-virtual-tour {
    width: calc(50% - 30px);
  }

  .vr-tour-listing.type-grid .virtual-tour-btns {
    margin-left: auto !important;
  }
  /* contact */
  .details-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .details-row .btn {
    margin-top: 15px;
  }

  .floorplan-filters [class*="col-"] {
    width: 100% !important;
    max-width: 100%;
  }
  /* Blog */

  .floorplan-slide-img .flp-slide-in-trigger {
    margin: 0;
    padding: 15px;
  }
  .post-sidebar,
  .post-content-inner .block-paragraphs {
    width: 100% !important;
  }
  .post-sidebar {
    padding-left: 0 !important;
  }

  .post-content-inner .block-paragraphs {
    padding-right: 30px;
  }
  section.blog-details-block .post-content-inner {
    padding-left: 79px;
  }
  .post-link-wrap a {
    text-decoration: underline;
    text-align: center !important;
  }

  .footer-cta-text .text-wrap * {
    max-width: 100%;
  }

  .footer-cta-text .text-wrap {
    padding: 25px;
  }

  .single-resident-section {
    width: calc(50% - 20px);
  }

  .mobile-home-flp-filter{
    display: block;
    padding: 0 15px;
  }

  .home-flp-desktop-filters{
    display: none;
  }

  section.resources-section .fixed-links a.fixed-resource-link{
    width: 100%;
  }

  section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource{
    width: 100%;
  }

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

  section.neighborhood .fliters-map-container .nbp-filter-options, section.neighborhood .fliters-map-container .nbp-filter-places{
    display: none;
  }

  #contact-intro.intro-wrap .col-5 img{
    min-height: unset;
    max-height: unset;
  }
  #contact-intro .cta-content--wrap{
    padding-left: 0;
  }
}

@media screen and (max-width: 822px){
  .score-wrap:first-child {
    margin-right: 0px;
    margin-bottom: 16px;
}
.walk-score-section::before{
  content: unset;
}
.score-wrap-inner{
  width: 100%;
}
.highlights-sec{
  display: block;
}
}

@media screen and (max-width: 767px) {
  section,
  .footer {
    text-align: center;
  }

  .desktop-bg {
    display: none;
  }

  .mob-bg {
    display: block;
  }

  /* Homepage css */
  h1,
  .h1 {
    font-size: 3rem;
  }
  h2{
    font-size: 2.6rem;
  }

  h3, .h3 {
    font-size: 1.8rem;
  }

  .hero-banner .slide-content-box{
    display: flex;
    align-items: center;
  }

  input[type=radio]{
    width: 19px;
    height: 19px;
    top: 1px;
  }

  .intro-wrap .section-buttons, .footer-cta .section-buttons{
    margin-top: 20px;
  }

  .intro-sec .col-5 a{
    max-height: unset;
    min-height: unset;
  }

  .floorplans-text{
    margin-bottom: 20px;
  }

  .mp-box-content h3{
    margin-top: 0px;
  }

  .arrow-cta, .resident-section-link{
    height: 40px;
    width: 40px;
  }

  .form-section .formmangr-field label{
    margin-bottom: 10px;
  }

  .map-wrapper {
    height: 500px;
  }

  .cta-block > img {
    height: 250px;
  }
  
  .tabs-block .tab-content-wrap {
    padding: 30px 15px 58px;
  }

  .main-menu-panel{
    max-width: unset;
  }

  .hero-banner .section-buttons{
    justify-content: center !important;
  }

  .hero-banner .slide-content,
  .hero-banner .video-content {
    padding: 50px 30px;
  }

  .hero-banner .section-buttons {
    flex-wrap: wrap;
  }

  .hero-banner .section-buttons .btn {
    min-width: 120px;
    margin-left: 0;
    margin-right: 0;
  }

  .home-cta .col-5 {
    height: 400px;
  }

  .hero-banner::after {
    opacity: 0.4;
  }

  header .container {
    padding-right: 55px;
  }

  .footer .address-info {
    width: 100%;
  }

  .footer-bottom{
    margin-bottom: 50px
  }

  .form-section .container {
    display: flex;
  }

  .form-section .form-wrap {
    order: 2;
  }

  .form-section .form-sec-bg {
    order: 1;
    height: 300px;
  }

  header .menu-section {
    width: 150px;
  }

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

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

  .floorplan-filters .col-4 {
    width: 100% !important;
  }
  .floorplan-filters h6 {
    margin-top: 25px;
  }
  .reset-new-flp-filtrers .btn {
    margin-top: 0;
    min-height: auto;
  }
  .floorplan-filters > div.container {
    padding: 20px;
  }
  .filter-options {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .floorplan-filters .more-flp-filters div:last-child{
    width: 100%;
  }
  .tabs-block .tab-content .amenities-grid {
    column-count: 1 !important;
  }

  .home-floorplans .slick-prev {
    left: -34px;
  }

  .home-floorplans-slider {
    position: relative;
    left: -1px;
  }

  .home-floorplans .slick-next {
    right: -35px;
  }

  .home-floorplans {
    padding-left: 45px;
    padding-right: 45px;
  }

  .footer-cta-text .cta-content {
    width: 100% !important;
  }

  .footer-cta-text .text-wrap {
    width: 100% !important;
  }

  .home-floorplans{
    padding: 0;
  }

  .flp-slider-wrapper{
    padding: 0 25px;
  }

  .footer-cta-text .text-wrap h3{
    margin: 15px 0px;
  }

  section.floorplans-listing .flp-header-r a{
    width: 100%;
    max-width: unset;
  }

  section.floorplans-listing .flp-header-r{
    display: block;
  }

  .floorplan-filters .more-flp-filters .flp-sqft-range, 
  .floorplan-filters .more-flp-filters .flp-price-range{
    width: 100%;
    padding: 0px;
  }

  .floorplan-filters .more-flp-filters .flp-price-range{
    margin-top: 20px;
  }

  /* gallery */

  .vr-tour-listing.type-grid .vt-flp-info h2{
    text-align: center;
  }

  .vt_img {
    width: 100px;
  }

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

  .gallery-sec .slick-track {
    height: 300px;
  }

  .gallery-section .gallery-stage .gallery-col {
    column-count: initial;
  }
  .gallery-section .gallery-stage .magnific-img {
    width: 100%;
    max-height: unset;
    height: 300px;
    margin-bottom: 0px;
  }
  .footnote_txt{
    padding-bottom: 60px;
    padding-top: 0;
  }
  /* neighbourhood */

  

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

  .score-wrap {
    margin-bottom: 16px;
  }
  .walk-score-text::before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .highlights-sec {
    background-color: transparent;
  }

  .map-wrap {
    height: 400px;
  }

  .tabs-style .btn + .btn {
    margin-left: 0;
  }

.single-resident-section{
 width: 100%;
}

  /* blog */
  .listing-container .post-item {
    width: 50% !important;
  }

  /* footer cta */

  .footer-cta .cta-content {
    padding: 15px;
  }

  .footer-cta-text .cta-content {
    padding: 15px;
  }

  /* footer */
 
  .footer .address a {
    justify-content: center;
  }

  /* blog */

  .single-related-post-img-blk {
    margin-bottom: 10px;
  }

  .single-related-post-img-blk img {
    height: 193px;
  }

  .video-wrapper {
    position: static;
  }

  .video-container {
    position: relative !important;
  }
  .video-wrapper::before {
    padding-top: 0;
  }
  .gallery-section .gallery-tabs-nav {
    display: none;
  }

  .faq-section .question-wrap{
    padding: 15px 15px;
    padding-right: 8px;
  }

  .faq-icon {
    width: 40px;
    height: 40px;
    line-height: 43px;
    right: 0;
  }

  .faq-icon svg,
  section.faq-section .active svg
  {
    top: 7px;
    left: 0;
  }
  .faq-section .answer p{
    text-align: left;
  }
  .faq-section .question{
    font-size: 1.1rem;
  }

  .container.walk-header{
    padding: 40px 5px 55px;
  }
  .walk-header h2{
    margin-bottom: 25px;
  }

  .amenities-card .section-discription ul {
    text-align: left;
  }

  section.home-slider-floorplan{
    margin-top: 50px;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 540px;
  }
  .hero-banner .slick-arrow,
  .home-floorplans .slick-arrow
  {
    width: 25px;
    height: 25px;
  }

  .hero-banner .slick-arrow::before,
  .home-floorplans .slick-arrow::before
  {
    padding: 3px;
    font-size: 9px;
    top: 32%;
  }

  .footer-cta .section-buttons .btn {
    width: 100%;
    margin-left: 0;
  }

  .mobile-home-flp-filter {
    display: block;
    padding: 15px;
  }

  .home-floorplans .filter-item {
    display: none;
  }

  .hero-banner  button.slick-prev{
    left: 10px;
  }

  .hero-banner  button.slick-next{
    right: 10px;
  }
  /* blog */
  .listing-container .post-item {
    width: 100% !important;
  }

  /* gallery */

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

  .vr-tour-listing:not(.type-grid) .vt_img {
    width: 100px;
    height: 65px;
  }
  .vr-tour-listing:not(.type-grid) .vt-flp-info {
    padding: 0 0px 0 10px;
    max-width: calc(100% - 100px);
    text-align: left;
  }
  .vr-tour-listing h4 {
    font-size: 1.3rem;
  }

  .flp-slide .flp-images, .flp-slide .flp-sldr-wrapper{
    width: 100%;
    padding-right: 0px;
  }
  .hero-paragraph p{
    font-size: 1.125rem;
  }
}


@media (min-width: 767px) {
    

  /* homepage gallery sec */
  .gallery-grid-modular {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }

  .gallery-grid-modular .magnific-img:nth-child(1),
  .gallery-grid-modular .magnific-img:nth-child(4) {
    grid-row: span 2;
    grid-row-end: 3;
  }
  .gallery-grid-modular .magnific-img:nth-child(5n + 13),
  .gallery-grid-modular .magnific-img:nth-child(5n + 5),
  .gallery-grid-modular .magnific-img:nth-child(3n + 13),
  .gallery-grid-modular .magnific-img:nth-child(10n + 8) {
    grid-row: span 2;
  }

  .gallery-grid-modular .magnific-img:nth-child(2) {
    grid-row: span 1;
    grid-row-end: 2;
    max-height: 343px;
  }

  .gallery-grid-modular .magnific-img:nth-child(3) {
    grid-row-end: 3;
    grid-row: span 1;
    max-height: 343px;
  }
  .floorplans-listing .single-floorplan {
    width: 50%;
  }
  .filter-options.row {
    padding-right: 13px;
  }
  .floorplan-filters > div {
    display: flex;
    align-items: flex-end;
  }
  /* footer CTA */

  .tabs-style .btn {
    min-width: 165px;
  }

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

@media (min-width: 992px) {


  .gallery-intro.intro-wrap .headdings-wrapper h2 + h3{
    margin: 15px 0;
  }

  .floorplan-filters .filter-options .more-flp-filters {
    padding-right: 0 !important;
  }

  .floorplan-filters .filter-options .flp-price-range {
    padding-left: 0 !important;
  }
  .footer .footer-menu-item:first-child .menu-item-link {
    margin-left: 0;
  }

  .footer .footer-menu-item:nth-last-child(2) .menu-item-link{
    margin-right: 20px;
  }

  .footer .footer-menu-item:last-child .menu-item-link {
    margin-right: 0;
    margin-left: 0;
  }

  .floorplans-listing .single-floorplan {
    width: 33.333%;
  }
  .tabs-block .content-wrap {
    max-width: calc(100% - 200px);
    margin-right: auto;
  }
}
