section {
    position: relative;
}

.new-section input[type="checkbox"] {
  color: #fff;
}

.new-section .form-check-input {
  height: 1.3rem;
  width: 1.3rem;
  border-radius: 6px;
  border: 1px solid #d3d3d3;
}

.new-section input[type="radio"] {
  border: 1px solid #d3d3d3;
}

.section-content ul {
  padding-left: 20px;
}

header .inner-header {
  flex-flow: wrap;
}

.hidden {
  display: none !important;
}

header.new-section ul.main-menu li.menu-item .menu-item-link {
  white-space: nowrap;
}

/* on scroll menu css */
.collapsed.bg-sticky-default_theme {
  background-color: #fff !important;
}

header.bg-default_theme {
  background-color: #fff;
}

/* header.collapsed.bg-sticky-default_theme ul.main-menu li.menu-item .menu-item-link,
header.collapsed.bg-sticky-default_theme .menu-trigger span{
color: #111111;
} */

header .header-contact .contact-number.text-color-contrast_default_color,
header .calling-icon.text-color-contrast_default_color,
header.collapsed .header-contact .contact-number.text-color-sticky-contrast_default_color,
header.collapsed .calling-icon.text-color-sticky-contrast_default_color {
  color: #EEB470;
}

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

header .logo-wrapper a.sticky-logo .text-logo-sticky {
  display: none;
}

header.collapsed .logo-wrapper a.sticky-logo .text-logo-sticky {
  display: flex;
}

/* mobile menu css */
.mobile-menu-wrap {
  display: block;
  position: fixed;
  width: 100%;
  max-width: 900px;
  height: 100%;
  z-index: 9999;
  transition: all 0.5s ease 0s;
  top: 0;
  right: 0;
  right: -100%;
  transform: translateX(0);
  overflow-x: hidden;
  font-weight: 300;
}

.mobile-menu-wrap.open {
  right: 0;
}

.mobile-menu-wrap .menu-right-wrap {
  padding: 20px;
  height: 100%;
  width: 50%;
}

.mobile-menu-wrap a.main-logo {
  margin: 0;
  width: auto;
  display: block;
  float: left;
}

.mobile-menu-wrap .logo-section {
  max-width: 200px;
}

.mobile-menu-wrap .header-logo-img a.main-logo img {
  height: 70px;
  object-fit: contain;
}

.mobile-menu-wrap .menu-close {
  position: absolute;
  top: 0;
  right: 0px;
  width: 24px;
  height: 24px;
  opacity: 1;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  font-size: 3.125rem;
  line-height: 17px;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.mobile-menu-wrap .menu-close span{
  transform: rotate(45deg);
}

.mobile-logo-wrap {
  display: flex;
  flex-flow: wrap;
  position: relative;
}

.mobile-menu-wrap .main-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.mobile-menu-wrap ul.main-menu li.menu-item {
  position: relative;
}

.mobile-menu-wrap ul.main-menu li.menu-item a.menu-item-link {
  padding: 10px 0;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  transition: all 0.5s ease 0s;
  line-height: 1.2;
  display: block;
}

.mobile-menu-wrap ul.main-menu li.menu-item ul.sub-menu li.menu-item a.menu-item-link {
  font-size: .875rem;
}

.mobile-menu-wrap .mobile-inner-wrap {
  display: flex;
  flex-flow: wrap;
  height: 100%;
}
.mobile-menu-wrap .mobile-inner-wrap .mobile-menu {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  height: calc(100vh - 100px);
  overflow-y: auto;
}
.mobile-menu-wrap .menu-left-wrap {
  width: 50%;
  background-color: #F7F6F6;
  box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 16%) inset;
  text-align: center;
  display: flex;
  justify-content: center;
  align-self: center;
  height: 100%;
}

.mobile-menu-wrap .left-wrapper {
 width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    justify-content: center;
    padding: 20px;
}

/*
.mobile-menu-wrap .left-wrapper>div{
  width: 100%;
} */

.mobile-menu-wrap .mobile-heading {
  color: #747474;
  font-weight: 500;
  font-size: .8rem;
  position: relative;
  text-align: center;
  max-width: 118px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
}

.mobile-menu-wrap .mobile-heading::after,
.mobile-menu-wrap .mobile-heading::before {
  content: "";
  width: 50px;
  border-top: 2px solid;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  opacity: .2;
}

.mobile-menu-wrap .mobile-heading::before {
  left: -40px;
  right: auto;
}

.mobile-menu-wrap .social-bar {
  padding: 15px 0;
  padding-bottom: 0;
}

.mobile-menu-wrap ul.social-links li.social-icon {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin: 5px;
}

.mobile-menu-wrap ul.social-links li.social-icon a {
  position: absolute;
  border: 1px solid #E2E2E2;
  left: 0;
  top: 0;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.mobile-menu-wrap ul.social-links li.social-icon a i.swi {
  font-size: .95rem;
}

.mobile-menu-wrap .mob-menu-icon i.swi {
  line-height: 1.2;

}

.mobile-menu-wrap .mob-menu-icon i.swi.swi-phone-line {
  line-height: 1.7;
  font-size: 14px;
}

.mobile-menu-wrap .mob-menu-icon .swi-email {
  font-size: 1.3rem;
}

.mobile-menu-wrap .mob-phone-wrap,
.mobile-menu-wrap .mob-email-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.mobile-menu-wrap .mob-address-wrap {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.mobile-menu-wrap .mob-phone-wrap p,
.mobile-menu-wrap .mob-email-wrap p,
.mobile-menu-wrap .mob-address-wrap p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 18px;
}


.mobile-menu-wrap .mob-address-wrap p:last-child {
  margin-bottom: 0px;
}

.mobile-menu-wrap .mob-phone-wrap {
  padding-top: 30px;
}

.mobile-menu-wrap .mob-address {
  max-width: 230px;
}

.menu-divider {
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  padding-top: 30px;
  margin-bottom: 50px;
}

span.submenu-trigger {
  position: absolute;
  display: block;
  height: 30px;
  top: 0;
  right: 0;
  width: 30px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  z-index: 99;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  transform: none;
}

span.submenu-trigger:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid;
  right: 5px;
  top: calc(50% - 4px);
  transform: rotate(-90deg);
  transition: all 0.5s ease 0s;
}

li.menu-open>span.submenu-trigger:before {
  transform: rotate(0deg);
  transition: all 0.5s ease 0s;
}

/* .mobile-menu-wrap ul.main-menu ul.sub-menu {
  padding-top: 10px;
} */

.mobile-menu-wrap ul.main-menu ul.sub-menu li.menu-item a.menu-item-link {
  font-weight: 300;
}
.mobile-menu-wrap ul.main-menu ul.sub-menu li.menu-item:last-child{
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.mobile-menu-wrap ul.main-menu ul.sub-menu ul.sub-menu li.menu-item:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
}
.mobile-menu-wrap ul.main-menu ul.sub-menu li.menu-item:last-child::after {
  content: "";
  width: 20px;
  border-bottom: 2px solid #cbcbcb;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}


.mobile-menu-wrap ul.main-menu ul.sub-menu li.menu-item ul.sub-menu li.menu-item:last-child::after {
  content: unset;
}

.mob-cta-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.mob-cta-wrap .header-btn {
  margin: 0 auto;
  box-shadow: none;
  padding: 18px 32px;
  font-weight: 600;
  height: 100%;
  cursor: pointer;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 250px;
}

.mob-cta-wrap .header-btn:last-child {
  margin-bottom: 0;
}

/* Add this to your CSS file */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  z-index: 9998;
  /* less than .mobile_menu_wrap z-index */
  transition: opacity 0.3s;
  pointer-events: auto;
}

body.mobile-menu-overlay-active {
  overflow: hidden;
}

/*  header li.menu-open span.submenu-trigger:before {
    transform: rotate(0deg);
    } */

section.hero-banner .menu-trigger:hover {
  cursor: pointer;
}

section.hero-banner .dropdown-toggle:before {
  top: 25px;
}

/* ----------------------hero-css-------------- */

section.hero-banner .bottom-section-link .arrow {
  height: 45px;
  width: 45px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  animation: bounce-arrow 1.2s infinite;
}
section.hero-banner .hero-slider .slick-dots.hide-single-dot {
  display: none !important;
}
@keyframes bounce-arrow {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(18px);
  }

  55% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

section.hero-banner.video-banner,
section.hero-banner {
  height: 100vh;
}


section.hero-banner .hero-form-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

section.hero-banner .flp-dropdown-content label,
section.hero-banner input[type="checkbox"] {
  color: #000;
  align-items: center;
}

section.hero-banner .dropdown-toggle:before {
  border-top: 2px solid !important;
  border-left: 2px solid !important;
}

/* section.hero-banner .slide-bg.mob-bg{
  display: none;
} */

section.hero-banner .flp-dropdown-btn span {
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
}

section.hero-banner .slider-container .slick-dots>li button,
section.hero-banner .slick-dots li button:before {
  display: none;
}

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

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

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

section.hero-banner .flp-date.dropdown-toggle:before {
  display: none;
}


section.hero-banner a:focus {
  outline: unset !important;
}

section.hero-banner .hero-form-wrapper .flp-dropdown button.flp-dropdown-btn {
  line-height: normal;
}

section.hero-banner .hero-form-wrapper .submit-button svg {
  transform: rotate(-90deg);
  height: 30px;
}

section.hero-banner .bottom-section-link:hover {
  opacity: unset;
}

section.hero-banner .slide-bg.desktop-bg img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

section.hero-banner .slide-outer,
section.hero-banner .slide-bg.desktop-bg,
section.hero-banner .slide-bg.desktop-bg img,
section.hero-banner.video-banner .mob-bg,
section.hero-banner .slide-bg.mob-bg,
section.hero-banner.video-banner .mob-bg img,
section.hero-banner .slide-bg.mob-bg img {
  height: 100%;
}

section.hero-banner button small {
  font-size: 15px;
  font-weight: lighter;
}

section.hero-banner .hero-form-wrapper .submit-button:hover {
  cursor: pointer;
}

section.hero-banner .hero-form-wrapper .inner-div .form-container {
  align-items: center;
}

section.hero-banner .form-group i.swi {
  top: 22%;
  font-size: 14px;
  position: absolute;
}

section.hero-banner .form-check-input {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 6px;
  border: 1px solid #d3d3d3;
}

section.hero-banner input[type="checkbox"] {
  color: #fff;
}


/* ==============COntent slide=========== */

section.hero-banner.content-hero .section-buttons a.btn {
  font-size: 14px;
  box-shadow: none;
  line-height: normal;
  padding: 16px 24px;
  text-transform: capitalize;
  min-width: unset;
  letter-spacing: unset;
  font-weight: 400;
  margin: 0;
  margin-right: 5px;
}


/* ----------------------ends hero-css-------------- */

/******** start new intro section css ********/
.intro-slider .slide-bg .image-popup-vertical-fit {
  height: 100%;
}

.play-pause-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.6);
  color: #000000;
  border: none;
  border-radius: 50%;
  font-size: 1rem;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.play-pause-btn i.swi.swi-play {
  margin-left: 2px;
}

.intro-slider-wrapper .swi-play {
  display: none;
}

.intro-slider-wrapper {
  position: relative;
  max-width: 100%;
}

.intro-slider .slick-dots li button:before {
  font-size: 15px;
}

.intro-slider .slick-dots li.slick-active button:before {
  color: rgba(59, 59, 59, 1);
  opacity: 1;
}

.intro-container .content-wrapper .section-buttons {
  display: flex;
  flex-flow: wrap;
  gap: 12px;
}

.new-section .new-bg-pattern {
  position: absolute;
  width: 10%;
  height: 100%;
  right: 0;
  top: 0;
  max-width: 307px;
  opacity: .5;
}

/********** new map section css **********/
.home-map .map-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 765px;
  min-height: 30vw;

}

.home-map .map-wrapper .address-map {
  width: 100%;
  height: 100%;
}

/********** Inner Contact page map csss **********/
.map-area .map-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 765px;
  min-height: 30vw;
}

.map-area .map-wrapper .address-map {
  width: 100%;
  height: 100%;
}

/* =======full widht css for intro section============ */
/* .full-width-section .intro-container .right-col{
    padding-left: 0;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding-right: 0;
}
.full-width-section .intro-container .right-col .section-buttons{
    justify-content: center;
} */
.full-width-section .intro-heading h2.section-title::before {
  left: 50%;
  transform: translateX(-50%);
}

.sticky-img-section .sticky-img-col {
  position: sticky !important;
  top: 0;
  z-index: 99;
  max-height: 100vh;
  transition: top 0.3s ease;
  height: 100%;
}

/* Add this to your CSS file */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  z-index: 9998;
  /* less than .mobile_menu_wrap z-index */
  transition: opacity 0.3s;
  pointer-events: auto;
}

body.mobile-menu-overlay-active {
  overflow: hidden;
}

/*Footer common css*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  font-family: "Inter", sans-serif;
}

.footer {
  display: flex;
  max-width: 100%;
  padding: 0;
}

.footer .footer-email-wrap a,
.footer .footer-contact-wrap a,
.footer .footer-address-wrap a,
.footer .footer-time-wrap {
  display: flex;
  flex-direction: column;
}

.footer .property-icons-list li.single-prop-icon {
  display: inline-block;
  margin: 0 4px;
}

.footer .property-icons-list li.single-prop-icon img {
  width: 18px;
  height: 18px;
}

/* .footer .footer-attribution img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  height: auto;
  height: 50px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  max-height: 20px !important;
} */
.footer .cb-logo-wrap img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  height: auto;
  height: 30px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  /* max-height: 20px !important; */
}

.footer .footer-menu {
  display: flex;
}

.footer .footer-menu:not(.single-menu-wrap) {
  justify-content: left;

}

.footer .footer-menu-wraper {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.footer .footer-social {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.footer-submenu {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 15px;
  margin-top: 20px;
  max-width: 170px;
}

.footer .social-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.footer ul.social-links li.social-icon a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: none;
}

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

.footer ul.policy-nav li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  font-size: .9rem;
}

.footer .footer-attribution .cb-logo-wrap {
  display: flex;
}

.footer-copyright p {
  margin-bottom: 0;
}

.footer-copyright p {
  font-size: .8rem;
  line-height: 1.2;
}
.footer-menu.submenu-wrap:not(:has(+ .footer-menu.no-submenu-wrap)) {
border-right: none;
padding-right: 0;
}
/*  .footer-address-wraper span{
    font-size: .95rem;
    line-height: 1.2;
}
.footer ul.policy-nav li a{
    font-size: .9rem;
    line-height: 1.2;
} */

.footer .footer-property-icons,
footer .cb-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .property-icons {
  padding: 0 10px;
  border-right: 1px solid #ACACAC;
}

footer .cb-logo-wrap {
  padding-left: 10px;
}
.new-section .footer-copyright p .swi-copyright{
  font-size: .77rem;
}

/* ============================== */

section.hero-banner .hero-form-wrapper form.form-light .form-group:last-of-type::after {
  border-left: 1px solid #cccccc;
}

section.hero-banner .hero-form-wrapper form.form-dark .form-group:last-of-type::after {
  border-left: 1px solid #000000;
}

.text-color-light .single-prop-icon img[src$=".svg"] {
  filter: invert(100%) brightness(100) contrast(100);
}

/***** start new form section css *****/
.form-section input[type="text"],
.form-section input[type="email"],
.form-section input[type="password"],
.form-section input[type="date"],
.form-section input[type="tel"],
.form-section select,
.form-section textarea {
  padding: 24px;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
  width: 100%;
}

.form-section textarea {
  resize: none;
}

.form-section .single-field {
  width: 100%;
}

/* .form-section select {
  color: #494949;
} */

.form-section input::placeholder,
.form-section textarea::placeholder,
.form-section select:invalid {
  color: #494949;
  opacity: 1;
}

.form-section input::-webkit-input-placeholder,
.form-section textarea::-webkit-input-placeholder,
.form-section select::-webkit-input-placeholder {
  color: #494949;
  opacity: 1;
}

.form-section input:-ms-input-placeholder,
.form-section textarea:-ms-input-placeholder,
.form-section select:-ms-input-placeholder {
  color: #494949;
  opacity: 1;
}


#form-section .form-section-wrapper button.btn {
  padding: 16px 0;
  letter-spacing: 0.48px;
  border: 0;
  border-radius: 4px;
  font-size: 1rem !important;
}

#form-section .form-row {
  display: flex;
  gap: 24px;
  margin-bottom: 21px;
}

#form-section .image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#form-section select {
  appearance: none;
}

#form-section.full-width-section .d-flex {
  justify-content: center;
}

#form-section.full-width-section .option-group .d-flex {
  justify-content: flex-start;
}

#form-section.full-width-section .option-group p {
  text-align: left;
}

#form-section.full-width-section .col.left-col {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}

#form-section .form-row .option-group {
  width: 100%;
}

.form-section .option-group .d-flex {
  gap: 22px;
}

.form-section .option-group .d-flex label.d-flex {
  gap: 0px;
  align-items: center;
}

small.recaptcha-declaration {
  max-width: unset;
}

.form-section .single-field.g-checkbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}


.form-section .time-range-inputs {
  display: flex;
  gap: 24px;
}

.form-section .field-from,
.form-section .field-to {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  padding-left: 0;
}

.form-section .image-section {
  height: 100%;
  max-height: 100vh;
}

select.flatpickr-monthDropdown-months {
  background-image: none !important;
}

.form-section .time-separator {
  font-weight: 500;
}

#form-section .form-section-wrapper .g-checkbox div.d-flex {
  gap: 0;
}

#form-section .form-section-wrapper .time-field {
  display: block;
}

#form-section .form-section-wrapper .time-field p {
  text-align: left;
}

#form-section .form-section-wrapper .time-field .field-from,
#form-section .form-section-wrapper .time-field .field-to {
  width: 100%;
}

#form-section .error {
  font-size: 12px;
  margin-top: 6px;
  color: red;
  font-weight: 500;
}

#form-section input[type="radio"],
#form-section input[type="checkbox"] {
  padding: 0 !important;
}

input[type="radio"] {
  appearance: none;
  font: inherit;
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  margin-right: 7px;
  color: inherit;
  position: relative;
}

input[type="radio"]::before {
  content: "";
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  border: 7px solid;
  background-color: transparent;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}
input[type="checkbox"] {
  appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  margin-right: 8px;
}
input[type="checkbox"]::before {
  content: "";
  transform: scale(0);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0, 43% 62%);
  border: 7px solid;
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}

/* -------------end new form section css---------------------- */


.new-section .section-buttons a.btn:not(:last-child) {
  margin-right: 0;
}

/* --------------- common css for inner footer cta ----------------- */
.footer-cta-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  max-height: 650px;
}

.footer-cta .cta-buttons .btn:last-child {
  margin: 0;
}

.footer-cta .cta-buttons .btn {
  margin-bottom: 8px;
  box-shadow: none;
}

.footer-cta .footer-cta-image {
  height: 100%;
}

.footer-cta.full-width-section .left-col {
  width: 100% !important;
  max-width: 1564px;
  margin: 0 auto;
}

.footer-cta.full-width-section .left-col .footer-cta-content {
  text-align: center;
  margin: 0 auto;
}




/***************** Inner intro section ***********************/
.inner-intro-pattern {
  position: absolute;
  width: 10%;
  height: 100%;
  right: 0;
  top: 0;
  max-width: 307px;
  top: -50%;
  background-repeat: no-repeat;
}

.inner-intro-section .section-buttons {
  display: flex;
  flex-flow: wrap;
  gap: 12px;
  justify-content: center;
}

/****************** end inner intro section *****************/

/****************** start homepage floorplan and Floorplan Page section************************/
.home-flp-filter .mobile-home-flp-filter {
  display: none;
}

.home-flp-filter .desktop-home-flp-filter {
  display: flex;
}

.home-floorplans .home-flp-card,
.new-section.floorplan-page .flp-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.new-section.floorplan-page .flp-card {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-floorplans .home-flp-card-body,
.home-floorplans .home-flp-card-header,
.home-floorplans .home-flp-card-footer {
  width: 100%;
}

.home-floorplans .home-flp-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.new-section.floorplan-page .card-img-wrap {
  padding: 0;
  height: auto;
}

.new-section.floorplan-page .card-img-wrap .flp-single-page-img-blk {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-floorplans .home-flp-card-header {
  flex-shrink: 0;
}

.home-floorplans .home-flp-card-body,
.new-section .flp-card-body {
  flex: 1 1 auto;
  /* This will stretch the body to fill space */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.home-floorplans .home-flp-card-footer,
.new-section.floorplan-page .flp-card-footer {
  flex-shrink: 0;
}

.home-floorplans .home-card-img-wrap {
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.new-section .card-img-wrap {
  height: auto;
}

.home-floorplans .home-card-img-wrap img,
.new-section .card-img-wrap img {
  height: 100%;
  object-position: center;
  width: 100%;
  object-fit: contain;
  padding: 21px 28px;
  text-align: center;
  max-height: 309px;
}

.home-floorplans .home-flp-card-meta {
  display: flex;
  flex-flow: wrap;
  flex-direction: column;
  gap: 5px;
  line-height: 1;
}

.home-floorplans .home-flp-card-meta .flp-text-wrap {
  display: flex;
  gap: 6px;
  align-items: center;
}

.home-floorplans .home-flp-card-header,
.new-section.floorplan-page .flp-card-header {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  gap: 10px;
  margin-bottom: 0;
  align-items: flex-start;
}

.home-floorplans .home-flp-title-wrap {
  max-width: 100%;
}

.new-section .flp-title {
  margin: 0;
}

.home-floorplans .flp-discount-wrap,
.new-section.floorplan-page .flp-discount-wrap {
  min-width: 0;
  min-height: 30px;
  height: auto;
  text-align: center;
  display: flex;
  align-items: flex-start;
}

.home-floorplans .discount-on,
.new-section.floorplan-page .discount-on {
  min-width: 0;
  max-width: 100%;
  min-height: 38px;
  line-height: 1.25;
  padding: 8px 12px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.home-floorplans .home-flp-icon-wrap,
.new-section.floorplan-page .flp-icon-wrap {
  display: flex;
  gap: 12px;
}

.home-floorplans .home-flp-icon-wrap span,
.new-section.floorplan-page .flp-icon-wrap span {
  cursor: pointer;
  font-size: 16px;
}

.home-floorplans .home-flp-details {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}

.home-floorplans .home-flp-slider .slick-prev:before,
.home-floorplans .home-flp-slider .slick-next:before {
  content: none !important;
}

.home-floorplans .slick-disabled.slick-arrow {
  opacity: 0.5;
}

.home-floorplans .home-flp-card-footer,
.new-section.floorplan-page .flp-card-footer {
  padding: 16px 20px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.home-floorplans .slick-dots li button {
  border: none;
  font-weight: bold;
}

.floorplan-availability .home-flp-availability {
  font-weight: 500;
  font-size: 14px;
  color: #6e6b6b;
}

.availability-dot {
  display: flex;
  align-items: center;
}

.availability-dot::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

.availability-dot.available::before {
  background-color: #4ea73e;
  display: block;
}

.availability-dot.not-available::before {
  background-color: #d5052b;
  display: block;
}

.home-floorplans .home-flp-btn-wrap {
  display: flex;
  align-items: center;
}

.home-floorplans .home-flp-more-btn .swi {
  line-height: 1;
}

.home-floorplans .slick-dots li button:before {
  content: none;
}

.home-floorplans .slick-dots {
  position: relative;
  bottom: 0;
}

.home-floorplans .custom-dots-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.home-floorplans .custom-dots-wrap .swi {
  font-size: 12px;
}

.home-floorplans .custom-dots-wrap .divider {
  color: #cccccc;
}

.home-floorplans .all-flp-underline {
  text-decoration: underline;
}

.mobile-home-flp-filter select.home-flp-dropdown {
  background-image: url("../images/down-arrow.svg");
  background-size: 12px 12px;
  background-position: 94% center;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
}

.home-floorplans .custom-dots-wrap .view-all-floorplans {
  font-size: 16px;
}
.flp-views{
  margin-top: 0;
}
.flp-view-tabs{
  padding: 0;
}
/* Equal height for all slider columns in Slick slider */
.home-floorplans .home-flp-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.home-floorplans .home-flp-slider .slick-slide {
  display: flex;
  align-items: stretch;
  height: auto;
}

.popup.new-section {
  width: 300px;
  background: #fff;

  padding: 16px;

  text-align: center;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1001;
  border-radius: 8px;
  box-shadow: 0 10px 12px -10px rgba(0, 0, 0, 0.4), 0 0 0 1px #262626;
  display: none;
}

.popup.new-section.show {
  display: block;
}

.popup.new-section h3 {
  margin: 0;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
  color: #444;
}

.popup.new-section img {
  width: 100%;
  max-width: 200px;
  margin: 16px auto;
}

.popup.new-section h4 {
  margin: 8px 0 4px;
}

.popup.new-section p {
  margin: 2px 0;
  font-size: 14px;
  color: #555;
}

.popup.new-section .price {
  margin-top: 6px;
  font-weight: bold;
}

.popup.new-section button {
  margin-top: 14px;
  width: 100%;
  cursor: pointer;
}

.new-section.floorplan-page .flp-button-group.has-favorites {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 980px;
}

.new-section.floorplan-page .swifty-favorite-filter-btn {
  align-items: center;
  background-color: #efefef;
  border: none;
  border-radius: 40px;
  color: #636363;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  justify-content: center;
  min-width: 172px;
  padding: 15px 28px;
  width: 100%;
}

.new-section.floorplan-page .swifty-favorite-filter-btn.is-visible {
  display: flex;
}

.popup.new-section .swifty-favorite-popup-btn[hidden] {
  display: none;
}

.swifty-favorite-drawer {
  inset: 0;
  pointer-events: none;
  position: fixed;
  visibility: hidden;
  z-index: 10000;
}

.swifty-favorite-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}

.swifty-favorite-drawer__overlay {
  background: rgba(0, 0, 0, 0.45);
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease;
}

.swifty-favorite-drawer.is-open .swifty-favorite-drawer__overlay {
  opacity: 1;
}

.swifty-favorite-drawer__panel {
  background: #fff;
  box-shadow: -18px 0 40px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  width: 80vw;
}

.swifty-favorite-drawer.is-open .swifty-favorite-drawer__panel {
  transform: translateX(0);
}

.swifty-favorite-drawer__header {
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
}

.swifty-favorite-drawer__header h2 {
  font-size: 24px;
  margin: 0;
}

.swifty-favorite-drawer__close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 32px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 40px;
}

.swifty-favorite-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
}

.swifty-favorite-compare {
  overflow-x: auto;
  width: 100%;
}

.swifty-favorite-compare__table {
  border-collapse: collapse;
  min-width: max(760px, calc(170px + (220px * var(--favorite-count, 2))));
  width: 100%;
}

.swifty-favorite-compare__table th,
.swifty-favorite-compare__table td {
  border: 1px solid #e7e7e7;
  padding: 14px;
  text-align: left;
  vertical-align: top;
}

.swifty-favorite-compare__table thead th {
  background: #f7f7f7;
  font-weight: 700;
}

.swifty-favorite-compare__table tbody th {
  background: #fafafa;
  font-weight: 700;
  width: 170px;
}

.swifty-favorite-compare__table img {
  display: block;
  max-height: 150px;
  max-width: 180px;
  object-fit: contain;
  width: 100%;
}

.swifty-favorite-compare-remove {
  background: transparent;
  border: 0;
  color: #6c2b2b;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 14px;
  text-decoration: underline;
}

.swifty-favorite-drawer__empty {
  color: #555;
  margin: 0;
  text-align: center;
}

body.swifty-favorite-drawer-open {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .new-section.floorplan-page .flp-button-group.has-favorites {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }

  .new-section.floorplan-page .swifty-favorite-filter-btn {
    font-size: 12px;
    min-width: 140px;
    padding: 15px 24px;
  }

  .swifty-favorite-drawer__header {
    padding: 16px 18px;
  }

  .swifty-favorite-drawer__body {
    padding: 18px;
  }

  .swifty-favorite-drawer__panel {
    width: 100vw;
  }

  .swifty-favorite-compare__table {
    min-width: 680px;
  }
}

@media screen and (max-width: 420px) {
  .new-section.floorplan-page .flp-button-group.has-favorites {
    grid-template-columns: 1fr;
  }
}

.flp_favorite .swi-heart-filled {
  display: none;
}

.flp_favorite.active .swi-heart {
  display: none;
}

.flp_favorite.active .swi-heart-filled {
  display: inline-block;
}

.fav-flp {
  padding-top: 180px;
}

.theme-apiary.v2 .fav-flp {
  padding-top: 80px;
}

.theme-apiary.v2 .fav-flp h1 {
  font-size: 42px;
  text-transform: capitalize;
}

.theme-apiary.v2 .fav-flp .floorplan-filter {
  margin-top: 0;
}

.new-section.floorplan-page .flp-row {
  grid-template-columns: repeat(4, 1fr);
  max-width: 100%;
  display: grid;
  gap: 24px;
  width: 100%;
}

/* floorplan page filter css */

.new-section.floorplan-page .floorplan-filter.tab-flex {
  display: flex;
  flex-flow: wrap;
  flex-direction: column-reverse;
}

.new-section.floorplan-page .floorplan-filter__container {
  margin-top: 40px;
}

.new-section.floorplan-page .floorplan-filter.tab-flex .floorplan-filter__container {
  margin-top: 0;
}

.new-section.floorplan-page .floorplan-filter-filters {
  justify-content: center !important;
  display: flex;
  align-items: center;
  width: 100%;
}

.new-section.floorplan-page .floorplan-filter__wrap {
  align-items: center;
  justify-content: center;
}

.new-section.floorplan-page .tab-flex input[type="checkbox"] {
  color: inherit;
}

.new-section.floorplan-page .flp-button-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-flow: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 762px;
}

.new-section.floorplan-page .flp-dropdown-btn {
  width: 100%;
  color: #636363;
  background-color: #efefef;
  font-weight: 500;
  padding: 15px 40px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  font-size: 14px;
  min-width: 172px;
  text-align: left;
}

.new-section.floorplan-page .dropdown-toggle:before {
  color: #636363;
  border-color: #636363;
  position: absolute;
  display: block;
  height: 6px;
  width: 6px;
  margin-left: 0;
  margin-top: 0;
  content: "";
  transform: rotate(225deg);
  right: 10px;
  border-top: 2px solid;
  border-left: 2px solid;
  z-index: 99;
  top: 22px;
  right: 20px;
}

.new-section.floorplan-page .flp-filter-icon {
  position: absolute;
  z-index: 1;
  left: 16px;
  top: 16px;
  font-size: 12px;
  color: #636363;
}
.new-section .floorplan-filter input[type="checkbox"]{
color: #000;
}
/****************** end homepage floorplan section************************/
/****************** starts new home amenities section css ************************/
.tabs-block .tab-image {
  display: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.tabs-block .tab-image.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabs-block .tabs-container .right-col img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tabs-nav {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-flow: wrap;
}

.tabs-nav li {
  display: flex;
  width: 50%;
  text-align: center;
  justify-content: center;
}

.tabs-nav li a {
  display: block;
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid;
}

.tabs-nav li a.active {
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: none;
}

.tabs-nav li:nth-child(2) a.active {
  border-left: 1px solid;
  border-right: 0;
}

.tabs-block .amenities-grid-wrap ul.amenities-grid {
  columns: 2;
  padding-left: 20px;
}

.tabs-block .amenities-grid-wrap ul.amenities-grid li {
  list-style: disc;
  padding: 0px 8px 8px 0;
  cursor: pointer;
}

.tabs-block .flp-pmc-logo {
  max-width: 440px;
  max-height: 400px !important;
  margin: 0 auto;
  position: relative;

}

/********* ends new home amenities section css *************/


/********** amenity page section ******************/
.amenities-section .left-col .img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.amenities-section .amenities-grid-wrap ul.amenities-grid {
  columns: 2;
  padding-left: 20px;
}

.amenities-section .amenities-grid-wrap ul.amenities-grid li {
  list-style: disc;
  padding: 0px 0px 8px 0;
  cursor: pointer;
}

/**************end amenity page section *******************/
/* common css ul li for all themes */
.new-section .section-content ul {
  padding-left: 20px;
}

.new-section .section-content ul li {
  list-style: disc;
  line-height: 1.2;
}

/******************** started homepage gallery section css *******************/
section.home-gallery .slick-slide {
  box-sizing: border-box;
}

section.home-gallery .home-gallery-carousel {
  margin: 0 -16px;
}

section.home-gallery a.explore-text {
  font-size: 1rem;
}

section.home-gallery a.explore-text span {
  text-decoration: underline;
}

.theme-acacia.v2 .chevron-typ2,
.theme-collective.v2 .chevron-typ2,
.theme-honeycomb.v2 .chevron-typ2 {
  display: none;
}

.theme-apiary.v2 .chevron-typ1,
.theme-dextrose.v2 .chevron-typ1,
.theme-hive.v2 .chevron-typ1 {
  display: none;
}

.theme-tupelo.v2 .chevron-typ1,
.theme-tupelo.v2 .chevron-typ2 {
  display: none;
}

.explore-text .swi {
  font-size: 12px;
  vertical-align: middle;
}

/******************** end homepage gallery section css *******************/
/********************** start new review section css *******************/
/* reviews css*/

.home_srs_reviews_slider_wrap {
  width: 100%;
}

section#reviews-slider .container {
  max-width: 700px;
}

section#reviews-slider .container h2.section-title {
  text-align: center;
  width: 100%;
  position: relative;
}

.home_srs_reviews_slider_wrap {
  width: 100%;
}

section#reviews-slider .container {
  max-width: 700px;
}

section#reviews-slider .container h2.section-title {
  text-align: center;
  width: 100%;
  position: relative;
}

.home_srs_reviews_slider_wrap .slick-list .slides {
  padding: 20px;
}

.home_srs_reviews_slider_wrap .slick-list .slides .slides-content {
  box-shadow: 1px 1px 8px 3px rgba(179, 179, 179, 0.75);
  -webkit-box-shadow: 1px 1px 8px 3px rgba(179, 179, 179, 0.75);
  -moz-box-shadow: 1px 1px 8px 3px rgba(179, 179, 179, 0.75);
  padding: 40px 60px;
  text-align: center;
  border-radius: 0px;
}

.home_srs_reviews_slider_wrap .slick-list .slides .slides-content .star-rating-wrap,
.home_srs_reviews_slider_wrap .slick-list .slides .slides-content .reviewer-name {
  margin-bottom: 10px;
}

.home_srs_reviews_slider_wrap .slick-list .slides .slides-content .star-rating-wrap svg {
  width: 24px;
  height: auto;
  margin: 0 3px;
}

.home_srs_reviews_slider_wrap .slick-list .slides .slides-content .reviewer-name {
  text-transform: capitalize;
  font-size: 1.4rem;
}

.home_srs_reviews_slider_wrap .slick-list .slides .slides-content .review-content {
  margin: 40px 0;
}

.home_srs_reviews_slider_wrap .slick-list .slides .slides-content .review-content p {
  font-size: 1.25rem;
}

.home_srs_reviews_slider_wrap .slick-list .slides .slides-content .star-rating-wrap .fa {
  font-size: 1.25rem;
  font-family: FontAwesome;
}

.home_srs_reviews_slider_wrap .slick-list .slides .slides-content .review-date small {
  color: #666;
}

.home_srs_reviews_slider_wrap .slick-dots {
  bottom: -30px;
}

.home_srs_reviews_slider_wrap .slick-dots li button:before {
  font-size: 12px;
}

.home_srs_reviews_slider_wrap .slick-next,
.home_srs_reviews_slider_wrap .slick-prev {
  width: 40px;
  height: 40px;
  z-index: 5;
  border-radius: 50%;
  padding: 0px 0px 2px 3px;
}

.home_srs_reviews_slider_wrap .slick-prev {
  padding: 0px 3px 2px 0px;
}

.home_srs_reviews_slider_wrap .slick-next:before,
.home_srs_reviews_slider_wrap .slick-prev:before {
  font-size: 40px;
  color: #4d4d4d;
}

.home_srs_reviews_slider_wrap .slick-prev {
  left: -100px;
}

.home_srs_reviews_slider_wrap .slick-next {
  right: -100px;
}

.home_srs_reviews_slider_wrap .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
  display: block !important;
  border-color: rgba(0, 0, 0, 0.3);
}

section#reviews-slider .home_srs_reviews_slider_wrap {
  position: relative;
}

section#reviews-slider .home_srs_reviews_slider_wrap button.slide-arrow {
  left: 20px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

section#reviews-slider .home_srs_reviews_slider_wrap button.slide-arrow.slick-next {
  left: auto;
  right: 20px;
}

.home_srs_reviews_slider_wrap .slick-list .slides .slides-content {
  box-shadow: none;
}

section#reviews-slider h2.luxury-life-heading {
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

/********************** end new review section css *******************/
/********************** start faq page section css *******************/
.new-section.faq-section .minus-plus {
  display: none;
}

.new-section.faq-section .all-page-faq-heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.new-section.faq-section .all-page-faq-heading .intro-content {
  margin-left: auto;
  margin-right: auto;
}

.faq-search-bar input {
  padding: 0;
  padding-left: 12px;
  border: none;
  outline: none;
  font-size: 1rem;
  width: 100%;
  background: transparent;
}

.new-section.faq-section .faq-search-bar {
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 713px;
  padding: 25px 26px;
}


.new-section.faq-section .faq-item {
  margin-bottom: 16px;
}

.new-section.faq-section .faq-answer {
  display: none;
}

.new-section.faq-section .faq-item.open .faq-answer {
  display: block;
}

.new-section.faq-section .faq-item.open .faq-icon {
  transform: rotate(180deg);
}

.new-section.faq-section .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
}

.new-section.faq-section .faq-categories {
  display: flex;
  margin-left: 0;
  /* flex-wrap: wrap; */
  justify-content: center;
}

.new-section.faq-section .faq-categories button {
  flex: 0 0 auto;
  background: transparent;
}

.new-section.faq-section .faq-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  gap: 12px;
}

.faq-categories-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.new-section.faq-section .faq-categories-dropdown select {
  border: 1px solid #EDEDED;
  border-radius: 12px;
  width: 85%;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../../images/faq-chevron.svg') no-repeat right 14px center/14px 20px;
}

.new-section.faq-section .faq-categories-dropdown {
  margin: 18px 0;
  display: none;
}

.new-section.faq-section .no-faq-msg {
  font-style: italic;
  text-align: center;
}

.new-section.faq-section .faq-categories button.active {
  border: 3px solid;
}

.new-section.faq-section .swi-double-angle-right,
.new-section.faq-section .swi-double-angle-left {
  font-size: 12px;
}

.new-section.faq-section .swi-double-angle-right {
  transform: rotate(180deg);
}

 .new-section.faq-section .faq-categories button:hover{
    cursor: pointer;
  }

/********************** ends faq page section css *******************/
section.contact-map.new-section {
  z-index: 1;
}

.new-section.contact-map .info-section {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
}

.hours-list li {
  display: grid;
  grid-template-columns: 1fr min-content 2fr;
  column-gap: 10px;
  align-items: baseline;
}

.new-section.contact-map .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-section.contact-map .section-title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 8px;

}

.new-section.contact-map .info-section:last-child,
.new-section.contact-map .hours-list li:last-child {
  margin-bottom: 0;
}

.new-section.contact-map .icon {
  width: 32px;
  height: 32px;
}

.new-section.contact-map .hours-list li {
  margin-bottom: 12px;
}

.new-section.contact-map .section-content {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: inherit;
    margin-right: inherit;
}

.new-section.contact-map .icon {
  margin-right: 12px;
}

.new-section.contact-map .icon i {
  font-size: 0.9rem;
}

.new-section.contact-map .icon i.type-1 {
  display: none;
}

.new-section.contact-map section.home-map .map-wrapper {
  height: 630px;
}

/* Home CTA Styles */
.home-cta.new-section .cta-columns-wrap {
  max-width: 100%;
  display: grid;
  gap: 24px;
  width: 100%;
}

.new-section .cta-3-columns .cta-columns-wrap,
.new-section .cta-4-columns .cta-columns-wrap {
  grid-template-columns: repeat(3, 1fr);

}

.new-section .cta-2-columns .cta-columns-wrap {
  grid-template-columns: repeat(2, 1fr);
}

.new-section .cta-item-wrap>a {
  font-size: 0;
}

.new-section .cta-item-wrap {
  position: relative;
}

.new-section .cta-item-wrap>a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: 99;
}

.cta-contact-details-wrap a p {
  line-height: 1;
}

.cta-con-btn-wrap,
a.btn {
  pointer-events: auto;
}

/* End Home CTA Styles */



/****** starts inner neightborhood section css *******/
/* Home Neighborhood Styles */
.neighborhood.new-section .nbp-filter-mob-wrap {
  display: none;
}

.neighborhood.new-section .nbp-filter-places h2.section-title.nbp-places-heading {
  margin-bottom: 0;
}

.neighborhood.new-section .nbp-heading-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 10px;
}

.neighborhood.new-section .nbp-places-list .nb-places-ul {
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-left: 20px;
}

.neighborhood.new-section .map-list-wrapper .nbp-filter-places {
  overflow: hidden;
}

.nbp-places-list {
  overflow-y: auto;
  height: 100%;
  max-height: 549px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.neighborhood.new-section .nbp-filter-wrapper {
  position: relative;
}

.neighborhood.new-section .nbp-filter-wrapper a.nb-map-filter {
  outline: none !important;
}

.neighborhood.new-section .map-list-wrapper .map-canvas {
  z-index: 8;
}

/* mobile filter tab styles */
.neighborhood.new-section .nbp-filter-mob-wrap {
  padding-top: 20px;
}

.neighborhood.new-section .nbp-filter-tab {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.neighborhood.new-section .nbp-view-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 auto;
  width: 100%;
}

.neighborhood.new-section .nbp-view-tab {
  width: 50%;
}

.neighborhood.new-section .nbp-fliter-dropdown {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}

.neighborhood.new-section .nbp-fliter-dropdown select {
  width: 100%;
  cursor: pointer;
  background-image: none !important;
}

.neighborhood.new-section .nbp-fliter-dropdown .nbp-select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  cursor: pointer;
}

.nbp-filter-scroll .nbp-filter-options .nb-map-filter:first-child .swi {
  color: #FF951B;
}

.nbp-filter-scroll .nbp-filter-options .nb-map-filter:nth-child(2) .swi {
  color: #1477BE;
}

.nbp-filter-scroll .nbp-filter-options .nb-map-filter:nth-child(3) .swi {
  color: #FABD70;
}

.nbp-filter-scroll .nbp-filter-options .nb-map-filter:nth-child(4) .swi {
  color: #B71BFF;
}

.nbp-filter-scroll .nbp-filter-options .nb-map-filter:nth-child(5) .swi {
  color: #FF951B;
}

.nbp-filter-scroll .nbp-filter-options .nb-map-filter:nth-child(6) .swi {
  color: #1BA552;
}

.nbp-filter-scroll .nbp-filter-options .nb-map-filter:nth-child(6) .swi {
  color: #D31215;
}

.nbp-filter-scroll .nbp-filter-options .nb-map-filter:nth-child(6) .swi {
  color: #B4B1B1;
}

.leaflet-popup-content h1 {
  font-size: 20px;
}

/****** ends inner neightborhood section css *******/

/*****************Resident page section **************/
.resident-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.resident-section.new-section .single-resident-section{
  display: flex;
  align-items: center;
  position: relative;
}

/***************** end Resident page section **************/

/* resources common css */
.new-section.fixed-links-section .fixed-links {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

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

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

/* End resources common css */
/***************** Gallery page section **************/
.new-section .gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

/* .new-section.gallery-section{
    padding: 100px 0;
} */

.new-section.gallery-section .filter-categories {
  display: flex;
  margin-left: 0;
  justify-content: center;
}

.new-section.new-section.gallery-section .filter-categories-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.new-section.gallery-section .filter-categories-wrapper a {
  flex: 0 0 auto;
  background: transparent;
  border: 1px solid #cccccc;
  padding: 12px 24px;
  min-width: 165px;
  align-items: center;
  line-height: normal;
  display: flex;
  justify-content: center;
}

.new-section .gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.new-section.gallery-section .filter-categories-wrapper {
  margin-bottom: 44px;
}

.new-section .gallery-card {
  overflow: hidden;
  box-sizing: border-box;
}

.new-section.gallery-section .swi {
  font-size: 20px;
  margin-right: 8px;
}

.new-section .filter-categories-dropdown {
  display: none;
}

.new-section.gallery-section .tab-content {
  display: none;
}

.new-section.gallery-section .tab-content.active {
  display: flex;
}

.new-section.gallery-section .filter-btn:hover {
  cursor: pointer;
}


/***************** end Gallery page section **************/
/*****************start Blog page css*****************/
.new-section.blog .blog-category{
  line-height: 1.7;
}

.new-section.blog .blog-grid {
  display: grid;
}

.new-section.blog .blog-card {
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.new-section.blog .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 12px;
}

.new-section.blog .pagination a {
  color: #bababa;
  padding: 8px;
  cursor: pointer;
  user-select: none;
  font-size: 0.778rem;
}

.new-section.blog .pagination a.active {
  font-weight: 700;
  color: #111111;
  border-bottom: 1px solid #000;
}

.new-section.blog .blog-readmore {
  font-weight: 400;
  text-decoration: none;
  font-size: 1.125rem;
  display: inline-block;
  margin: 12px 0;
}

/* =========blog post============ */

.blog-post.new-section .container>.d-flex {
  gap: 30px;
}

.blog-post.new-section .main-content {
  width: 75%;
}

.blog-post.new-section .sidebar {
  width: 25%;
}

.blog-post.new-section h1 {
  font-size: 2rem;
  font-weight: 700;
}

.new-section.blog-post .blog-meta {
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
}

.new-section.blog-post .blog-meta .blog-divider {
  margin: 0 6px;
  margin-top: -3.5px;
}

.new-section.blog-post .blog-date,
.new-section.blog-post .blog-time {
  font-size: 0.722rem;
  font-weight: 500;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.new-section.blog-post .blog-time .swi-office-hours {
  font-size: .65rem;
  font-weight: 600;
  position: relative;
  top: .6px;
}

.new-section.blog-post .blog-category {
  font-size: 0.778rem;
  font-weight: 600;
}

.new-section.blog-post .main-content img {
  width: 100%;
  height: 530px;
  object-fit: cover;
  margin-bottom: 12px;
}

.new-section.blog-post .related-title,
.new-section.blog-post .italic h4 {
  font-size: 1rem;
  font-weight: 500;
  font-style: italic;
  padding-bottom: 8px;
  border-bottom: 1px solid #bdbdbd;
  padding-top: 140px;
}

.new-section.blog-post ol,
.new-section.blog-post ul
{
  list-style: unset;
  list-style-position: inside;
}

.new-section.blog-post li{
  margin-bottom: 8px;
}

.new-section.blog-post .related-posts {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  display: grid;
  margin-top: 32px;
}

.new-section.blog-post .related-card {
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.new-section.blog-post .related-card img {
  width: 100%;
  height: 315px;
  object-fit: cover;
}

.new-section.blog-post .related-content {
  padding: 16px;
}

.new-section.blog-post h4 {
  font-size: 1.2rem;
  font-weight: 700;
}

.new-section.blog-post .related-badge {
  padding: 5px 10px;
  background-color: #ffffff;
  border-radius: 30px;
  font-size: 0.778rem;
  position: absolute;
  font-weight: 600;
  left: 16px;
  top: 20px;
}

.new-section.blog-post .sidebar .search-bar {
  width: 100%;
  padding: 18px;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  margin-bottom: 52px;
  position: relative;
}

.new-section.blog-post .sidebar .search-bar input {
  padding: 0;
  padding-left: 18px;
  border: none;
  outline: none;
  font-size: 1rem;
  width: 100%;
  background: transparent;
}

.search-bar a.search-icon {
  position: absolute;
  top: 16px;
  left: 10px;
  width: 20px;
  height: 20px;
}

.new-section.blog-post .blg-cat {
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: 600;
}

.new-section.blog-post .sidebar .blog-category {
  margin-bottom: 52px;
}

.new-section.blog-post .featured .related-posts {
  grid-template-columns: 1fr;
  gap: 20px;
}

.new-section.blog-post .featured .related-posts h4 {
  font-style: unset;
  border-bottom: 0;
  margin: 0;
}

.new-section.blog-post .featured .related-posts .blog-meta {
  margin-bottom: 0;
}

/**************end blog page css***************/

/* tour page css image responsiveness */
.vr-tour-container .vt-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* End page css image responsiveness */


.side-space-right-col.pt-50 {
  padding-top: 50px;
}

.side-space-right-col.pb-50 {
  padding-bottom: 50px;
}

/* flip floorplan slide back button css */
.flp-slide-close span {
  display: flex;
  gap: 3px;
}
.flp-view-tabs .unavailable_flp h2{
  margin-bottom: 25px;
}
iframe.special-vr-iframe{
  width: 100%;
}
.center-block {
  margin: 0 auto;
}
.ptb-s {
  padding: 50px 0;
}
.center-text {
    text-align: center;
}

/* contact cta common css */
.contact-cta .contact-cta-wrap.contact-cta-col-2{
    max-width: 960px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
}
.contact-cta .contact-cta-wrap.contact-cta-col-1{
    max-width: 320px;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
}


/* ====== Common slidin Form Section ===== */
.formmangr-row .formmangr-input,
.formmangr-row select.formmangr-form-dd {
  border-bottom: 1px solid #636363;
}
.formmangr-row .formmangr-input:focus,
.formmangr-row select.formmangr-form-dd:focus,
.formmangr-row textarea:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

.formmangr-col {
  padding: 0 30px 0 0;
}
.formmangr-field {
  flex-flow: column;
}
section.form-section .form-wrap .subcol .formmangr-field label {
  margin-bottom: 10px;
}
.formmangr-row .formmangr-input,
.formmangr-row select.formmangr-form-dd,
.formmangr-row .formmangr-field textarea {
  width: 100%;
  font-size: 1rem;
  font-family: inherit;
  font-weight: 400;
  border-width: 0;
  border-style: none;
  border-radius: 0;
  -webkit-appearance: none;
  padding:10px 30px;
  background-color: transparent;
  line-height: normal;
  overflow: hidden;
  text-transform: capitalize;
  background-color: #ffffff;
  padding: 24px !important;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    font-size: 1rem;
    box-sizing: border-box;
    width: 100%;
}
.formmangr-row .formmangr-field textarea {
  min-height: 120px;
}
section.form-section .form-wrap .subcol .formmangr-col.field-type-comment {
  margin-bottom: 0;
}
button.formmangr-button.formmangr-button-submit {
  display: inline-block;
  padding: 20px 40px;
  min-width: 125px;
  font-size: 1rem;
  line-height: 1.25;
  transition: all 0.5s ease 0s;
  margin: 15px 0 0;
  box-shadow: none;
  border: none;
  cursor: pointer;
  text-align: center;
  min-width: 170px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

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

select {
  /* background-image: url(../images/arrow-down.svg) !important; */
  background-size: 20px 20px !important;
  background-position: 98% center !important;
  background-repeat: no-repeat !important;
}
.field-type-pets label.formmangr-form-lbl, .field-type-contact_by label.formmangr-form-lbl{
  display: flex;
}
.field-type-time_to_call .formmangr-field{
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}
.field-type-time_to_call .formmangr-field .formmangr-form-lbl-shrt{
  width: 100%;
}
.field-type-time_to_call .formmangr-field .field-from,
.field-type-time_to_call .formmangr-field .field-to{
  width: 48%;
  padding: 0;
}
.formmangr-field .checkmark-container {display: flex; align-items: center;}
.slide_in-from-wrapp .formmangr-col{
    padding: 0;
}

/* ====== End Common slidin Form Section ===== */
/* ---------------mobile-responsive----------------- */


@media screen and (min-width: 768px) {
  section.hero-banner .slide-bg.mob-bg {
    display: none;
  }
}

/*** home floorplan **********/

@media screen and (max-width: 1440px) {
  .home-floorplans .home-flp-slider .slick-prev {
    left: -20px;
    z-index: 1;
  }

  .home-floorplans .home-flp-slider .slick-next {
    right: -25px;
    z-index: 1;
  }

  .new-section.contact-map .contact-info {
    padding: 0 !important;
  }

  .new-section.contact-map .contact-info {
    width: 30% !important;
  }

  .new-section.contact-map .map-area {
    width: 70% !important;
  }

  .new-section.contact-map .container.d-flex {
    gap: 12px !important;
  }

}

@media (max-height: 900px) and (min-width: 993px) {
  .theme-apiary.v2 .header-contact-wrap .mob-contact-wrap {
    padding-top: 0px !important;
  }

 .theme-apiary.v2 .header-contact-wrap  .menu-divider {
    margin-bottom: 30px;
  }

  .mobile-menu-wrap .mob-phone-wrap {
    padding-top: 15px;
  }

  .mobile-menu-wrap .mob-phone-wrap p,
  .mobile-menu-wrap .mob-email-wrap p,
  .mobile-menu-wrap .mob-address-wrap p,
  .mob-cta-wrap .header-btn {
    margin-bottom: 12px;
  }

}

@media screen and (max-width: 1024px) {

  #form-section .col.left-col,
  #form-section .col.right-col {
    width: 50% !important;
  }

  #form-section .form-row {
    gap: 16px !important;
    margin-bottom: 16px !important;
  }

  #form-section .d-flex {
    gap: 15px !important;
  }

  #form-section .form-section-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #form-section .option-group .d-flex label.d-flex {
    gap: 0 !important;
  }

  /******* home floorplan ********/
  .new-section .flp-slider-container {
    padding: 0 20px;
  }

  .home-floorplans .home-flp-slider .slick-prev {
    left: -15px;
  }

  .fav-flp {
    padding-top: 100px;
  }

  .theme-apiary.v2 .fav-flp {
    padding-top: 50px;
  }

  .new-section.floorplan-page .flp-row {
    grid-template-columns: repeat(3, 1fr);
  }

  /******** starts home amenities css **********/
  .tabs-nav li a span {
    max-width: 150px;
    display: block;
    margin: 0 auto;
  }

  .tabs-nav li a {
    padding: 16px 0;
  }

  /********* ends home amenities css *********/
  /******** starts faq css **********/
  .new-section.faq-section .faq-search-bar {
    padding: 16px !important;
  }



  /******** ends faq css **********/
  /******** gallery page css **********/
  .new-section.gallery-section .gallery-grid {
    gap: 8px;
  }

  .new-section.gallery-section .filter-categories-wrapper {
    margin-bottom: 24px;
  }

  /******** end gallery page css **********/
 .new-section.blog-post .related-title,
.new-section.blog-post .italic h4 {
  padding-top: 100px;
}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .new-section.gallery-section .gallery-card {
    width: 50% !important;
  }
}

@media screen and (max-width: 992px) {
  .mobile-menu-wrap {
    width: 100%;
    max-width: 450px;
  }

  .mobile-menu-wrap .mobile-inner-wrap {

    flex-flow: column;

  }

  .mobile-menu-wrap .menu-left-wrap {
    order: 1;
    width: 100%;
    display: flex;
    flex-flow: column;
  }

  .mobile-menu-wrap .menu-right-wrap {
    width: 100%;
  }
.mobile-menu-wrap .mobile-inner-wrap .mobile-menu, .mobile-menu-wrap .left-wrapper{
  overflow-y: unset;
        height: 100%;
}

.mobile-menu-wrap .mobile-inner-wrap .mobile-menu{
  padding-top: 25px;
}
  .mobile-menu-wrap .menu-right-wrap {
    height: auto;
  }

  .mob-cta-wrap {
    display: flex;
    flex-flow: column;
    padding-bottom: 25px;
  }

  .mob-social-wrap,
  .mob-contact-wrap {
    order: 1;
  }

  .mobile-menu-wrap .menu-left-wrap {
    box-shadow: none;
    padding-top: 0;
  }

  .menu-divider {
    padding-top: 2px;
  }

  .mobile-menu-wrap .mobile-menu {
    padding-top: 20px;
  }

  .search {
    display: block;
    margin: 0;
    line-height: normal;
  }

  .chevron-search {
    display: none;
  }

  section.hero-banner {
    height: auto;
  }

  section.hero-banner .slide-bg img {
    object-fit: cover;
    object-position: center;
    width: 100%;
  }

  section.hero-banner .hero-form-wrapper .inner-div .form-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  section.hero-banner .form-group {
    width: 49%;
    flex: unset;
  }

  section.hero-banner .slide-flex-wrapper .container .submit-button {
    padding: 8px 16px;
    height: unset !important;
    border-radius: unset !important;
  }

  section.hero-banner .slide-flex-wrapper .container .form-group:last-of-type::after {
    content: unset;
  }

  section.hero-banner .hero-form-wrapper .submit-button {
    width: 100% !important;
    height: unset !important;
    border-radius: 4px !important;
    padding: 12px 16px;
    font-size: 0.875rem;
  }

  section.hero-banner .hero-form-wrapper .submit-button svg {
    display: none;
  }

  section.hero-banner .form-group:last-of-type::after,
  section.hero-banner .pattern {
    display: none;
  }

  section.hero-banner .slick-dotted.slick-slider {
    margin: 0px;
  }

  /* floorplan page css */
  .new-section.floorplan-page .flp-row {
    grid-template-columns: repeat(2, 1fr);
  }

  /* residetnt css */
  .resident-container {
    grid-template-columns: repeat(2, 1fr);
  }

  /**********Blog page css********/
  .blog-post.new-section .sidebar {
    width: 30%;
  }

  .blog-post.new-section .main-content {
    width: 70%;
  }

  .blog-post.new-section .container>.d-flex {
    gap: 24px;
  }

  .new-section.blog-post .related-card img {
    height: 200px;
  }

  .new-section.blog-post .main-content img {
    height: 330px;
  }

  .new-section.blog-post .related-title {
    padding-top: 60px;
  }

  .new-section.blog-post .related-posts {
    margin-top: 20px;
  }

  .new-section.blog-post .sidebar .search-bar {
    margin-bottom: 20px;
  }

  .new-section.blog .blog-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .new-section.floorplan-page .flp-button-group{
    grid-template-columns: repeat(2, 1fr);
  }

  .new-section.floorplan-page .floorplan-filter-filters{
    margin-bottom: 0px;
  }

  .new-section.floorplan-page .floorplan-filter__container,
    .new-section.floorplan-page .card-container.group-floorplan
  {
    margin-top: 0px !important;
  }

    .new-section.blog-post .related-title, .new-section.blog-post .italic h4{
        padding-top: 50px;
    }
  
  .ptb-s {
    padding: 30px 0;
  }

  /*********end blog page css**********/
}

@media screen and (max-width: 768px) {

  #form-section .col.left-col,
  #form-section .col.right-col {
    width: 100% !important;
  }

  #form-section .d-flex {
    flex-direction: column-reverse !important;
    gap: 0 !important;
  }

  #form-section .form-section-wrapper button.btn {
    width: 100% !important;
  }

  #form-section .form-row {
    gap: 12px !important;
    margin-bottom: 12px !important;
  }

  #form-section input,
  #form-section textarea,
  #form-section select {
    padding: 16px !important;
    border-radius: 4px !important;
    font-size: 1rem;
  }

  #form-section .form-section-wrapper h2 {
    margin-bottom: 4px !important;
  }

  #form-section .form-section-wrapper p {
    margin-bottom: 16px !important;
  }

  .form-section .image-section {
    margin-bottom: 24px;
  }

  #form-section .option-group .d-flex {
    flex-direction: row !important;
  }

  #form-section .option-group div.d-flex {
    gap: 10px !important;
  }

  #form-section.new-section input[type="checkbox"],
  #form-section.new-section input[type="radio"] {
    padding: 0px !important;
  }

  #form-section.new-section input[type="radio"] {
    border-radius: 50% !important;
  }

  #form-section .option-group p {
    margin-bottom: 4px !important;
  }

  #form-section .g-checkbox p {
    margin-bottom: 0 !important;
  }

  #form-section .time-range-inputs {
    gap: 12px !important;
  }

  #form-section .time-field p {
    margin-bottom: 4px !important;
  }

  .footer-cta .cta-buttons .btn:last-child {
    margin: 0;
  }

  .footer-cta .cta-buttons .btn {
    margin-right: 0px !important;

    margin-bottom: 5px;
  }

  .footer-cta .col.left-col,
  .footer-cta .col.right-col {
    width: 100% !important;
  }

  .footer-cta-wrapper {
    flex-direction: column !important;
  }

  .new-section.contact-map .contact-info,
  .new-section.contact-map .map-area {
    width: 100% !important;
  }

  .new-section.contact-map .container.d-flex {
    flex-direction: column !important;
  }

  .new-section.contact-map section.home-map .map-wrapper {
    height: 450px !important;
  }

  .new-section.contact-map .icon i {
    font-size: 1.1rem;
  }

  .new-section.contact-map .info-section {
    margin-bottom: 22px !important;
  }

  .new-section.contact-map .container.d-flex {
    gap: 22px !important;
  }

  .new-section.contact-map .icon {
    margin-right: 0px !important;
  }

  .new-section.contact-map section.home-map .container-full {
    padding: 0;
  }

  /********* Gallery page css **********/
  .new-section.gallery-section.gallery-card {
    height: 395px !important;
  }

  .new-section.gallery-section .gallery-card img {
    height: 100%;
  }

  .new-section.gallery-section.slick-arrow {
    z-index: 10;
  }

  /* .new-section.gallery-section .slick-next {
    right: 10px !important;
  }

  .new-section.gallery-section .slick-prev {
    left: 10px !important;
  } */

  .new-section.gallery-section .filter-categories-dropdown {
    width: 320px;
    border: 1px solid #ededed;
    background-color: #f4f4f4;
    margin: 0 auto;
    margin-bottom: 8px;
    border-radius: 10px;
  }

  .new-section.gallery-section .filter-categories-dropdown select {
    width: 100%;
    background: transparent;
    border: 0;
    text-transform: uppercase;
  }

  .new-section.gallery-section .filter-categories-dropdown {
    display: block;
  }

  .new-section.gallery-section .filter-categories {
    display: none;
  }

  .new-section.gallery-section .gallery-card {
    max-width: unset !important;
  }

  .new-section.gallery-section .tab-content.active {
    display: block;
  }

  .new-section.gallery-section button.slick-arrow {
    width: 42px;
    height: 42px;
    background-color: #f1f1f1;
  }

  .new-section.gallery-section button.slick-arrow.slick-next{
    right: 10px;
  }

   .new-section.gallery-section button.slick-arrow.slick-prev{
    left: 10px;
  }

  .new-section.gallery-section button.slick-arrow::before {
    width: 10px;
    height: 10px;
  }

  .new-section.gallery-section button.slick-arrow::before {
    content: "";
    border-top: 3px solid;
    border-right: 3px solid;
    width: 12px;
    height: 12px;
    position: absolute;
    border-color: #a4a4a4;
  }

  .new-section.gallery-section button.slick-arrow::before {
    top: 50%;
    left: 50%;
    transform: translate(-76%, -50%) rotate(45deg);
  }

  .new-section.gallery-section button.slick-arrow.slick-prev::before {
    transform: translate(-25%, -50%) rotate(223deg);
  }

  /******** end Gallery page css **********/
}

@media screen and (max-width: 992px) {
  .home-floorplans .custom-dots-wrap {
    flex-direction: column;
  }

  .home-floorplans .flp-mobile-dots-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .home-floorplans .flp-mobile-dots-nav .custom-dots,
  .home-floorplans .flp-mobile-dots-nav .slick-dots {
    display: flex !important;
    align-items: center;
    margin: 0;
    position: static;
    width: auto;
  }

  .home-floorplans .flp-mobile-dots-nav .slick-arrow {
    position: static !important;
    top: auto;
    left: auto;
    right: auto;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #6f6f6f !important;
    font-size: 18px !important;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .home-floorplans .flp-mobile-dots-nav .slick-arrow:before {
    content: none !important;
  }

  .home-floorplans .flp-mobile-dots-nav .slick-arrow.slick-disabled {
    opacity: 0.45;
  }

  .home-floorplans .flp-mobile-dots-nav .slick-dots li button {
    color: #8e8e8e;
  }
.home-floorplans .flp-mobile-dots-nav .slick-dots li button{
padding: 4px;
}
  .home-floorplans .flp-mobile-dots-nav .slick-dots li.slick-active button {
    color: #111;
    border-bottom: 2px solid #111;
    border-radius: 0;
   /*  padding-bottom: 2px; */
  }

  .home-floorplans .custom-dots-wrap .divider,
  .ai-home-floorplans.home-floorplans .custom-dots-wrap .divider {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  header .header-menu,
  header .header-cta {
    display: none;
  }

  .header-contact .calling-icon,
  .header-contact .contact-heading {
    display: none;
  }

  header .header-contact .divider {
    display: none;
  }

  .home-map .map-wrapper {
    max-height: 375px;
  }

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

  section.hero-banner .hero-form-wrapper h4 {
    text-align: left !important;
  }

  section.hero-banner .slider {
    min-height: unset;
  }

  section.hero-banner .slick-slide {
    height: 450px;
  }

  section.hero-banner .bottom-section-link {
    display: none !important;
  }

  section.hero-banner.video-banner .hero-form-wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin-top: unset;
    bottom: unset;
  }

  section.hero-banner.video-banner .desktop-bg,
  section.hero-banner .slide-bg.desktop-bg,
  section.inner-hero-section .desktop-bg {
    display: none;
  }

  section.hero-banner.video-banner .mob-bg,
  section.hero-banner .slide-bg.mob-bg,
  section.hero-banner .desktop-bg.slider-mob,
  section.inner-hero-section .mob-bg {
    display: block;
  }

  .mobile-menu-wrap .main-menu {
    text-align: left;
  }
  .mobile-menu .mobile-menu-navbar{
    width: 100%;
  }
  .mobile-menu-wrap ul.main-menu ul.sub-menu li.menu-item:last-child::after {
    left: 0;
    transform: translateX(0%);
  }

  .mobile-menu-wrap {
    max-width: 321px;
  }

  .mob-cta-wrap .header-btn {
    width: 100%;
  }

  .mob-social-wrap {
    order: 3
  }

  .mob-contact-wrap {
    padding-top: 0;
  }

  .mob-social-wrap {
    padding-top: 30px
  }

  .mobile-menu-wrap .mob-phone-wrap,
  .mobile-menu-wrap .mob-email-wrap,
  .mobile-menu-wrap .mob-address-wrap {
    justify-content: left;
    text-align: left;
    gap: 10px;
  }

  .mobile-menu-wrap .mobile-heading {
    text-align: left;
    margin: inherit;
  }

  .mobile-menu-wrap .mobile-heading::before {
    display: none;
  }

  .mobile-menu-wrap .mobile-heading::after,
  .mobile-menu-wrap .mobile-heading::before {
    right: -18px;
    width: 58px;
  }

  .mobile-menu-wrap .mob-social-wrap .mobile-heading::after {
    right: -30px;
  }

  .mobile-menu-wrap .social-bar {
    text-align: left;
  }

  .mob-cta-wrap .header-btn {
    padding: 14px 28px;
  }

  .mobile-menu-wrap .header-logo-img a.main-logo img {
    height: 50px;
  }

  .footer ul.social-links li.social-icon {
    width: 40px;
    height: 40px;
  }

  .footer .footer-property-icons {
    flex-direction: column;
    gap: 10px;
  }

  .footer .footer-lower {
    justify-content: center;
  }

  .footer .property-icons {
    border-right: none;
    padding: 0;
  }
footer .cb-logo-wrap{
  padding-left: 0;
}
  section.hero-banner.content-hero .bottom-section-link-wrapper {
    display: none;
  }

  #form-section .form-row {
    flex-direction: column;
  }

  input[type="checkbox"]::before {
    border: 5px solid !important;
  }

  /************** home floorplan ***************/
  .home-flp-filter .desktop-home-flp-filter {
    display: none;
  }

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

  .home-flp-slider .slick-slide {
    padding: 5px;
  }

  .slick-list {
    padding-left: 0px !important;
  }

  .floorplan-availability .home-flp-availability {
    font-size: 12px;
  }

  .home-floorplans .custom-dots-wrap {
    flex-direction: column;
  }

  .home-floorplans .flp-mobile-dots-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .home-floorplans .flp-mobile-dots-nav .custom-dots,
  .home-floorplans .flp-mobile-dots-nav .slick-dots {
    display: flex !important;
    align-items: center;
    margin: 0;
    position: static;
    width: auto;
  }

  .home-floorplans .flp-mobile-dots-nav .slick-arrow {
    position: static !important;
    top: auto;
    left: auto;
    right: auto;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #6f6f6f !important;
    font-size: 18px !important;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .home-floorplans .flp-mobile-dots-nav .slick-arrow:before {
    content: none !important;
  }

  .home-floorplans .flp-mobile-dots-nav .slick-arrow.slick-disabled {
    opacity: 0.45;
  }

  .home-floorplans .flp-mobile-dots-nav .slick-dots li button {
    color: #8e8e8e;
  }

  .home-floorplans .flp-mobile-dots-nav .slick-dots li.slick-active button {
    color: #111;
    border-bottom: 2px solid #111;
    border-radius: 0;
    padding-bottom: 2px;
  }

  .home-floorplans .custom-dots-wrap .divider,
  .ai-home-floorplans.home-floorplans .custom-dots-wrap .divider {
    display: none !important;
  }

  .home-floorplans .custom-dots-wrap .view-all-floorplans {
    font-size: 12px;
  }

  .new-section .flp-slider-container {
    padding: 0 7px !important;
  }

  .flp-slider-container .slick-dotted.slick-slider {
    margin-bottom: 16px;
  }

  .home-floorplans .home-flp-icon-wrap {
    gap: 8px;
  }

  .home-floorplans .home-flp-icon-wrap span {
    font-size: 16px;
  }

  .new-section.floorplan-page .flp-row {
    grid-template-columns: repeat(1, 1fr);
  }

  .new-section.floorplan-page .flp-button-group {
    grid-template-columns: repeat(2, 1fr);
  }

  .new-section.floorplan-page .flp-dropdown-btn {
    font-size: 12px;
    min-width: 140px;
    padding: 15px 36px;
  }

  .new-section.floorplan-page .flp-filter-icon {
    font-size: 10px;
  }

  /********** start home amenities section *********/
  .tabs-nav li a {
    padding: 10px 20px;
    display: flex;
    align-items: center;
  }

  .tabs-block .tabs-container .right-col {
    min-height: 375px;
  }

  .tabs-block .amenities-grid-wrap ul.amenities-grid {
    columns: 1;
  }

  /********** end home amenities section *********/
  /*******amenity page section ************/
  .amenities-section .amenities-grid-wrap ul.amenities-grid {
    columns: 1;
  }

  /**********end amenity page section **********/
  /*********** faq page css **********/
  .new-section.faq-section .faq-categories {
    display: none;
  }

  .new-section.faq-section .faq-categories-dropdown {
    display: flex;
    justify-content: center;
  }

  .new-section.faq-section .faq-question {
    padding: 16px 14px !important;
  }

  .new-section.faq-section .faq-answer {
    padding: 8px 14px !important;
  }

  .new-section.faq-section .faq-search-bar {
    padding: 16px 12px !important;
  }

  .new-section.faq-section .faq-search-bar img {
    height: 18px;
  }

  .new-section.faq-section .faq-search-bar input {
    padding-left: 6px !important;
  }

  .new-section.faq-section .faq-search-bar {
    margin-bottom: 0 !important;
  }

  /*********** end faq page css **********/
  /******home-cta*********/
  .new-section .cta-3-columns .cta-columns-wrap,
  .new-section .cta-4-columns .cta-columns-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact-cta .contact-cta-wrap {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .contact-cta .contact-cta-item {
    min-height: 134px !important;
  }

  /*********end home-cta*********/
  .neighborhood.new-section .nbp-filter-mob-wrap {
    display: block;
  }

  .nbp-filter-opt-wrapp {
    display: none !important;
  }

  .neighborhood.new-section .map-list-wrapper .nbp-filter-places {
    width: 100% !important;
    max-width: 100% !important;
  }

  .neighborhood.new-section .nbp-places-list .nb-places-ul {
    margin-left: 15px;
  }

  .neighborhood.new-section .nbp-filter-places h2.section-title.nbp-places-heading {
    order: 1;
  }

  .neighborhood.new-section .nbp-heading-wrap {
    display: none;
  }

  /**********resident page**********/
  .resident-container {
    grid-template-columns: 1fr !important;
  }

  .new-section.fixed-links-section .fixed-links a.fixed-resource-link {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 20px;
  }



  /*****Blog page css********/
  .blog-post.new-section .sidebar,
  .blog-post.new-section .related {
    display: none;
  }

  .blog-post.new-section .main-content {
    width: 100%;
  }

  .new-section.blog .blog-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  /******end blog page css************/
  .new-section .gallery-wrap .vr-tour-container {
    padding: 0;
  }
  .home_srs_reviews_slider_wrap .slick-next,
  .home_srs_reviews_slider_wrap .slick-prev{
width: 30px;
    height: 30px;
  }
  .home_srs_reviews_slider_wrap button.slick-arrow::before{
        width: 8px;
        height: 8px;
  }
  .map-area .map-wrapper {
     height: 100%;
    min-height: 90vw;
  }
  .formmangr-row .formmangr-input,
.formmangr-row select.formmangr-form-dd,
.formmangr-row .formmangr-field textarea{
  padding: 16px !important;
}
}

.text-color-light .single-prop-icon img[src$=".svg"] {
  filter: invert(100%) brightness(100) contrast(100);
}

@media only screen and (max-width: 480px) {
  .footer .social-links {
    flex-flow: wrap;
  }
  .home_srs_reviews_slider_wrap .slick-list .slides .slides-content {
   padding: 6px 34px;
  }
}


@media screen and (max-width: 375px) {
  .home-floorplans .home-flp-card-header {
    flex-flow: wrap;
  }

  .vr-tour-container .vt-btns {
    flex-direction: column;
  }
}
