div.component.top-overlay {
  top: -15vh;
  margin-bottom: -15vh;
  position: relative;
}

div.tabs.component p{
  color: rgba(255,255,255,0.75);
}

/*concept-carousel*/
.homepage-carousel.concept-carousel {
  padding-block: 0;
  margin-block: -10px 0;
}
.homepage-carousel .concept-carousel__slide-icon img {
  max-height: 100px;
  max-width: 100px;
}

.concept-carousel__slide-blurb {
  font-size: 14px;
}
div.concept-carousel {
  margin-block: 0;
}
@media(max-width: 992px) {
  div.concept-carousel {
    padding-block: 40px;
  }
  .concept-carousel--dots .container{
    padding-inline: 10px;
  }
}
.concept-carousel .concept-carousel__slides {
  margin-bottom: 0;
}
.concept-carousel--dots .concept-carousel__slide {
  background: white;
}
.concept-carousel.concept-carousel--dots .tns-nav button{
  border: unset;
}
.concept-carousel--dots .concept-carousel__slide p{
 color: #4E4F51;
  font-size: 18px;
  line-height: 32px;
}
.concept-carousel h3.concept-carousel__slide-title{
  color: var(--text-black);
  padding-block:20px 6px;
}
.concept-carousel--dots h4{
  color: var(--red);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 30px;
}

.concept-carousel--dots .concept-carousel__slide-image img{
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
      margin: auto;

}
div .concept-carousel__title {
    margin-bottom: 40px;
}
@media (max-width: 992px) {
  div .concept-carousel__title {
    margin-bottom: 30px;
  }
  .homepage-carousel .concept-carousel__title {
    margin: 0;
  }
}
.concept-carousel.concept-carousel--arrow .tns-nav,
.concept-carousel--arrow .concept-carousel__nav-numbers{
  display: none;
}
.concept-carousel--arrow .tns-controls{
  display: block!important;
}
.concept-carousel--dots.concept-carousel .tns-controls button{
  display: none;
}
.concept-carousel--arrow.concept-carousel .tns-controls button:first-child,
.concept-carousel--arrow.concept-carousel .tns-controls button:last-child{
  padding: 20px;
  border: none;
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="20" r="20" fill="white" fill-opacity="0.75"/><path d="M23 11L15 20L23 29" stroke="%237C1212" stroke-width="2"/></svg>');
  transform: unset;
}
@media (max-width: 768px) {
  .concept-carousel--arrow.concept-carousel .tns-controls button:first-child,
  .concept-carousel--arrow.concept-carousel .tns-controls button:last-child{
      top: 35%;
  }
  .concept-carousel__slides{
    position: relative;
  }
}
.concept-carousel--arrow.concept-carousel .tns-controls button:last-child{
  transform: rotate(-180deg);
}
.concept-carousel--arrow .concept-carousel__slide-image img{
  border-radius: 8px;
}
div.concept-carousel--arrow{
  padding-top: 0;

  #tns1 > .tns-item{
    padding-right: 15px;
  }
}

.concept-carousel--arrow .concept-carousel__slide-blurb{
  font-size: 16px;
  color: var(--text-gray);
}

.concept-carousel--arrow h3.concept-carousel__slide-title{
  font-size: 22px;
  line-height: 32px;
}
/*max-w is set to 80rem*/
@media (min-width: 1200px) {

  .concept-carousel--arrow.concept-carousel .tns-controls button:first-child{
    left: calc((100% - 78rem) / 2);
  }
  .concept-carousel--arrow.concept-carousel .tns-controls button:last-child{
    right: calc((100% - 78rem) / 2);
  }
  .concept-carousel--arrow{
    overflow: hidden;
  }
  /* .concept-carousel--arrow .container{
    max-width: unset;
    margin-left: calc((100% - 80rem) / 2);
  } */
}
.concept-carousel--arrow .concept-carousel__slide-content{
  text-align: left;
}

@media (min-width: 1555px){
  .concept-carousel--arrow.concept-carousel .tns-controls button:first-child{
    left: calc((100% - 1600px) / 2);
  }
  .concept-carousel--arrow.concept-carousel .tns-controls button:last-child{
    right: calc((100% - 1600px) / 2);
  }
}
/*header*/
@media (min-width: 1200px) {
  .megamenu--three .megamenu__item > a {
    margin: unset;
    color: #ffffff;
  }

  .is-hovered .megamenu--three li.megamenu__item.has-children > a:after,
  .is-scrolled .megamenu--three li.megamenu__item.has-children > a:after,
  .is-normal .megamenu--three li.megamenu__item.has-children > a:after {
    border-bottom-width: 2px;
    border-left-width: 2px;
  }
}
@media (min-width: 1200px) {
  body header.nav-phase-3 .image.image--mirvac img {
    max-width: 100%;
    width: 100%;
  }
}
.sticky-header__button {
  border-radius: 6px;
}

body header.nav-phase-3 .megamenu__panel ul.megamenu__panel-list a {
  font-family: 'Moderat', arial;
  font-weight: 400;
}

header.nav-phase-3 .image--logo{
  position: relative;
  z-index: 3;
}
header.nav-phase-3::before{
  content: '';
  background-image: url('/thefabric/images/icons/header-left.svg');
  width: 240px;
  height: 100%;
  position: absolute;
  left: -15px;
  top: 0;
  background-size: 100% 100%;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1299px) {
  header.nav-phase-3::before{
    left: -60px;
  }
}
header.nav-phase-3::after{
  content: '';
  background-image: url('/thefabric/images/icons/header-right.svg');
  width: 40px;
  height: 60%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 100% 100%;
}

@media(min-width: 1200px){
  body header.nav-phase-3 .megamenu--three{
    margin-left: 50px;
  }
  body header.nav-phase-3 .megamenu--three .component-content .cta-square:not(.last) a{
    color: white;
  }
}
@media (max-width: 1200px) {
  body header.nav-phase-3 .image--logo img {
    max-height: unset;
    min-width: 120px;
  }

  body header.nav-phase-3 div.image:not(.image--logo) img {
    min-width: 95px;
    max-width: 95px;
    min-height: 18px;
    height: 18px;
    width: 95px;
  }
  header.nav-phase-3::after{
    display: none;
  }
  header.nav-phase-3::before{
    left: -30px;
  }

  body header.nav-phase-3 div.megamenu--three,
  body header.nav-phase-3 div.megamenu__panel{
    background: white;
  }
  body header.nav-phase-3 div.megamenu--three{
    margin-top: 0;
  }
  body header.nav-phase-3 div.megamenu--three .megamenu__item > a{
    color:var(--text-gray); 
  }
  body header.nav-phase-3 div.megamenu--three .component-content .cta-square a{
    color: var(--text-gray);
  }

  body header.nav-phase-3 div.megamenu--three:not(.position-center) .megamenu__panel[aria-expanded=true]{
    padding-bottom: 0;
  }
}

/*position-left header */
body header.nav-phase-3 .megamenu__panel[aria-expanded=true] li:not(:last-of-type) {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 1200px) {
  .megamenu__panel-list li > a {
    margin-left: 15px;
  }

  header.nav-phase-3 .megamenu__panel-list li::before {
    content: '';
    background: #41AA82;
    width: 5px;
    height: 5px;
    border-radius: 1000px;
    position: absolute;
    left: 0;
  }
}
/*position-center
@media (max-width: 1200px) {
  body header.nav-phase-3 .megamenu--three li.megamenu__item {
    text-align: center;
  }

  body header.nav-phase-3 .megamenu--three li.megamenu__item.has-children {
    align-items: center;
  }

  body header.nav-phase-3 .megamenu--three li.megamenu__item::after {
    display: none;
  }

  body
    header.nav-phase-3
    .megamenu--three
    li.megamenu__item
    .megamenu__panel[aria-expanded='true'] {
    padding: 20px 0 0px;
  }

  body header.nav-phase-3 .megamenu__panel .megamenu__panel-list .megamenu__item a,
  body header.nav-phase-3 .megamenu__panel[aria-expanded='true'] li {
    list-style: none;
  }

  body header.nav-phase-3 .megamenu--three li.megamenu__item.has-children > a {
    justify-content: center;
  }
}*/
.video {
  width: 100%;
  height: 100%;
}

/*property listing*/
.resi-property-search-filter .filter-dropdown__header {
  border: 1px solid var(--lightGray);
  border-radius: 4px;
}
.resi-property-search-filter .filter-buttons .button--advanced-filters. {
  border-color: var(--violet);
}

.resi-property-search-filter .filter-dropdown__header svg path,
.react-tabs .sort-by-selected svg path {
  stroke: var(--violet);
}

.react-tabs {
  background: var(--gray);
  padding-bottom: 40px;
}

.resi-property-search-filter .filter-buttons .link {
  text-decoration: underline;
}

.react-tabs__tab-panel .card__title,
.react-tabs__tab-panel .card__property-size {
  color: var(--text-black);
}
.react-tabs__tab-panel .card__ribbon {
  background: var(--maroon);
  color: white;
}
.react-tabs__tab-panel .card__property-price {
  font-weight: 700;
  font-family: 'Moderat Bold', sans-serif;
}

.react-tabs__tab-panel .card__media {
  border-radius: 12px;
}
.react-tabs__tab-panel .card__property-size {
  font-size: 16px;
}
.react-tabs__tab-panel .card__property-size::before {
  filter: invert(18%) sepia(82%) saturate(4064%) hue-rotate(340deg) brightness(88%) contrast(91%);
}
.pagination {
  text-align: center;
}
.pagination__item a {
  padding: 5px;
  border: 1px solid var(--lightGray);
  margin-left: 5px;
}
.pagination__item.active a {
  border-color: var(--violet);
}

.resi-category-details-bg {
  padding-top: 200px;
  padding-bottom: 100px;
}

.resi-property-booking__wrapper::before {
  z-index: 0;
}

.property-detail__content div.resi-property-now-selling-link::before {
  height: 15px;
  width: 9px;
  background-image: url('data:image/svg+xml,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 1L1.17678 7.82322C1.07915 7.92085 1.07915 8.07915 1.17678 8.17678L8 15" stroke="%23662538" stroke-width="2" stroke-linecap="round"/></svg>');
 //red background-image: url('data:image/svg+xml,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 1L1.17678 7.82322C1.07915 7.92085 1.07915 8.07915 1.17678 8.17678L8 15" stroke="%23E61E3F" stroke-width="2" stroke-linecap="round"/></svg>');
}

.property-detail__content div.form-assembly-wrapper {
  padding-top: 40px;
  overflow: visible;
}

.property-detail__content .input-wrapper .ss-single-selected,
.property-detail__content .input-wrapper input,
.property-detail__content .input-wrapper textarea {
  padding: 15px 10px 15px 30px;
  min-height: 55px;
  border: 1px solid rgb(238, 238, 238);
}

.property-detail__content .page-header {
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .display-home-card {
    width: calc(90% / 3);
  }
}
@media (max-width: 991px) {
  .static-gallery .static-gallery__inner {
    gap: unset;
  }
}
@media (max-width: 768px) {
  .hero-banner-one__description__mirvac__quality {
    font-size: 28px;
  }

  .static-gallery .static-gallery__inner {
    width: 100%;
  }

  .promo.-theme--parksOverlap {
    padding: 20px;
  }

  .promo.-theme--parksImageReverse .component-content {
    flex-direction: column;
  }

  .promo.-theme--parksMap {
    padding-top: 0;
  }

  .promo.-theme--parksMap .component-content {
    padding-top: 8px;
  }

  .promo.-theme--parksMap .component-content .field-promoicon img {
    display: none;
  }
}

.category-property-listing .home-name {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #555;
}

.category-property-listing .home-address {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
}

#nav-footer .column-splitter > div {
  flex-basis: 50%;
}
footer #nav-footer .cb-footer__bottom div.cb-footer__links ul li a {
  text-decoration: underline;
}
footer #nav-footer div.cb-footer__bottom {
  padding-inline: 0;
}
.greyBackgroundForm .page-header h1 {
  color: #4b4847;
}

.promo .field-promoicon img,
.promo .logo-grid img {
  border-radius: 8px;
}

.-theme--lightOverlapReverse img,
.-theme--lightOverlap img{
  aspect-ratio: 16 / 9;
}