/* Collective Home Floorplan */
.home-floorplans h2.section-title,
.home-floorplans h3.section-subtitle,
.home-floorplans .section-content {
  margin-bottom: 24px;
  margin-right: auto;
  margin-left: auto;
}

.new-section .flp-slider-container {
  padding: 0 78px;
}
.home-floorplans .home-flp-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.home-floorplans .home-flp-filter .filter-item {
  min-width: 188px;
  width: auto;
  padding: 19px 85px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.89rem;
  line-height: 1;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

/* .home-floorplans .home-flp-filter .filter-item:not(.active):hover{
  color: #513304;
} */
/* .filter-item.bg-primary-active.active{
background-color: #513304 !important;
color: #ffffff;
} */
.home-floorplans .home-flp-filter .desktop-home-flp-filter {
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1.5px solid #ededed;
  border-radius: 10px;
  width: auto;
}
.home-floorplans .home-flp-card,
.new-section.floorplan-page .flp-card {
  border: 1px solid #cccccc;
}
.home-floorplans .home-flp-card-header h3.flp-title,
.new-section.floorplan-page h3.flp-title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  /* color: #111111; */
}

.home-floorplans .home-flp-card-header,
.new-section.floorplan-page .flp-card-header {
  background-color: #f0f0f0;
}

.home-floorplans .home-flp-card-body,
.new-section.floorplan-page .flp-card-body {
  background-color: #f0f0f0;
}
.home-floorplans .home-card-img-wrap img {
  padding: 18px 36px;
}
.home-floorplans .home-flp-details span , .new-section.floorplan-page .flp-details{
  /* color: #111111; */
  font-size: 0.89rem;
  font-weight: 400;
}

.home-floorplans .home-flp-details span.flp-devider {
  color: rgba(17, 17, 17, 0.2);
}
.home-floorplans .home-flp-card-footer,
.new-section.floorplan-page .flp-card-footer {
  /* background-color: #ffffff; */
  border-top: 1px solid #cccccc;
  padding: 16px;
}
.new-section .discount-on {
  display: flex;
  text-align: center;
  width: 100%;
  background-color: #5e8109;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.new-section .discount-on,
.new-section .flp-text-price {
  font-weight: 300;
  font-size: 1rem;
  text-transform: capitalize;
}
.new-section .discount-on .swi {
  font-size: 0.9rem;
  line-height: 1;
}
.new-section .flp-text-price {
  font-weight: 300;
  font-size: 1rem;
}
.new-section .flp-disc-price {
  font-weight: 600;
  font-size: 1.334rem;
  text-transform: uppercase;
}
.new-section .flp-mrp-price {
  font-weight: 400;
  font-size: 1.12rem;
  text-transform: uppercase;
  text-decoration: line-through;
}

.home-floorplans .home-flp-more-btn,
.new-section.floorplan-page .flp-next-btn {
  height: 40px;
  width: 40px;
  border: 2px solid;
  border-radius: 100px;
  background-color: #ffffff;
  color: #3d2603;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-floorplans .home-flp-more-btn .swi,
.new-section.floorplan-page .flp-next-btn .swi {
  line-height: 1;
  font-size: 1.5rem;
}
.home-floorplans .slick-dots li button {
  font-size: 16px;
  color: #8a8a8a;
}
.home-floorplans .slick-dots li.slick-active button {
  color: #111111;
}
.home-floorplans .custom-dots-wrap {
  font-size: 16px;
  font-weight: 600;
}

.home-floorplans .home-flp-slider .slick-prev {
  left: -40px;
}
.home-floorplans .home-flp-slider .slick-next {
  right: -40px;
}
.home-floorplans .home-flp-slider .slick-arrow {
  font-size: 0.9rem;
  color: #787878;
  display: block;
  height: auto;
  width: auto;
  border: none;
  border-radius: 5px;
  height: 40px;
  width: 40px;
}
.home-floorplans .home-flp-slider .slick-track {
  display: flex;
  gap: 0;
}

.home-floorplans .home-flp-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.home-floorplans .home-flp-slider .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.new-section.home-floorplans .slick-dots li.slick-active {
  width: 40px;
}
.new-section.home-floorplans .slick-dots li button {
  width: 16px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 100px;
  background-color: #d9d9d9;
  transition: all 0.3s ease;
  font-size: 0;
  line-height: 0;
}
.new-section.home-floorplans .slick-dots li.slick-active button {
  background-color: #767676;
  width: 38px;
}
.ai-home-floorplans.home-floorplans .custom-dots .slick-dots {
  display: flex !important;
  gap: 1px;
}
.ai-home-floorplans.home-floorplans .custom-dots .slick-dots li {
  width: auto;
  height: auto;
}
/* mobile filter css */
.mobile-home-flp-filter {
  width: 100%;
}
.mobile-home-flp-filter select.home-flp-dropdown {
  width: 100%;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #ededed;
}

/* .home-floorplans .slick-dots li button:before {
      content: '•';
} */
/* Mobile */
/* flooplan page css extra */
.new-section .card-container {
  max-width: 1580px;
}
.new-section.floorplan-page .flp-dropdown-btn {
  background-color: transparent;
  border-bottom: 2px solid #cccccc;
  border-radius: 0;
  text-align: center;
}
.new-section.floorplan-page .flp-filter-icon {
  left: 31px;
}
.new-section.floorplan-page .flp-dropdown-graph .flp-filter-icon {
  left: 51px;
}
.new-section.floorplan-page .date-dropdown .flp-filter-icon {
  left: 18px;
}
.new-section.floorplan-page .flp-dropdown-graph .dropdown-toggle:before {
  right: 52px;
}
.new-section.floorplan-page .date-dropdown .dropdown-toggle:before {
  right: 32px;
}
.new-section.floorplan-page .flp-bedrooms.dropdown-toggle:before {
  right: 40px;
}
/* ununavailable floorplan css */
.unavailable_flp .flp-card{
  opacity: .8;
}
.unavailable_flp .flp-card-body, .unavailable_flp .flp-card-header{
  background-color: #F0F0F0;
}

/* .unavailable_flp  .flp-card .flp-card-footer{
  background-color: #DADADA;
} */
.unavailable_flp  .flp-card .not-available{
  color: #6E6B6B;
  font-weight: 400;
}
.unavailable_flp .flp-btn-wrap .flp-next-btn{
  color: #ABABAB;
  border-color: #ABABAB !important;
}
.unavailable_flp .flp-text-price{
color:#000000;
}
.unavailable_flp .flp-disc-price,
.unavailable_flp .flp-mrp-price{
color: #3D2603;
}
.unavailable_flp h2.section-title{
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1440px) {
  .home-flp-slider .slick-arrow {
    height: 48px;
    width: 48px;
  }
  
  .new-section .flp-slider-container {
    padding: 0 50px;
  }

  .home-floorplans .home-flp-slider .slick-list {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }

  .home-floorplans .home-flp-slider .slick-slide {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}

@media screen and (max-width: 1024px) {
  .new-section .flp-slider-container {
    padding: 0 20px;
  } 
}
@media screen and (max-width: 992px) {
  .home-floorplans .home-flp-slider .slick-prev {
  left: -20px;
}
.home-floorplans .home-flp-slider .slick-next {
  right: -20px;
}
.home-floorplans .flp-mobile-dots-nav .slick-arrow{
    display: none !important;
  }
  .home-floorplans .flp-mobile-dots-nav .slick-dots li.slick-active button{
   color: inherit;
        border-bottom: inherit;
        border-radius: 100px;
        padding-bottom: initial;
  }
}
@media screen and (max-width: 767px) {
  .home-floorplans h2.section-title,
  .home-floorplans .section-subtitle,
  .home-floorplans .section-content {
    margin-bottom: 20px;
  }
  .home-floorplans .home-flp-slider .slick-list {
    margin-left: 0;
    margin-right: 0;
  }
  .home-flp-slider .slick-slide {
    padding: 5px;
    padding-top: 0px;
  }
  .home-floorplans .home-flp-slider .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
  }

  .home-floorplans .home-flp-card-header h3.flp-title, .new-section.floorplan-page h3.flp-title {
    font-size: 0.89rem; /*  /16px */
  }
  .home-floorplans .home-flp-details span,
  .new-section.floorplan-page .flp-details,
  .new-section .flp-text-price,
  .new-section .flp-mrp-price {
    font-size: 0.78rem; /* 14px */
    font-weight: 400;
  }
  .home-floorplans .home-flp-more-btn, .floorplan-page .flp-next-btn {
    height: 32px;
    width: 32px;
  }
  .home-floorplans .home-flp-more-btn .swi,
  .floorplan-page .flp-next-btn .swi {
    font-size: 1.2rem;
  }
  .home-floorplans .home-flp-filter {
    margin-bottom: 10px;
  }
  .new-section.floorplan-page .flp-filter-icon {
    left: 22px;
  }
  .new-section.floorplan-page .flp-dropdown-graph .flp-filter-icon {
    left: 40px;
  }
  .new-section.floorplan-page .date-dropdown .flp-filter-icon {
    left: 18px;
  }
  .new-section.floorplan-page .flp-dropdown-graph .dropdown-toggle:before {
    right: 42px;
  }
  .new-section.floorplan-page .date-dropdown .dropdown-toggle:before {
    right: 24px;
  }
  .new-section.floorplan-page .flp-bedrooms.dropdown-toggle:before {
    right: 30px;
  }
  .home-floorplans.new-section .flp-slider-container{
    padding-left: 7px !important;
    padding-right: 0 !important;
  }
}
