/* Acacia Home Floorplan */


.home-floorplans h2.section-title,
.home-floorplans h3.section-subtitle,
.home-floorplans .section-content,
.new-section.floorplan-page h2.section-title,
.new-section.floorplan-page h3.section-subtitle,
.new-section.floorplan-page .section-content {
  margin-bottom: 16px;
  margin-right: auto;
  margin-left: auto;
}
.new-section .flp-slider-container {
  padding: 0 106px;
}
.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 47px;
  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 .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: 800;
  font-size: 1rem;
  line-height: 1.2;
  color: #111111;
}


.home-floorplans .home-flp-details span, .new-section.floorplan-page .flp-details {
  color: #111111;
  font-size: 0.89rem;
}

.home-floorplans .home-flp-details span.flp-devider {
  color: rgba(17, 17, 17, 0.2);
}
/* .home-floorplans .home-flp-card-footer {
  background-color: #a2d1c9;
} */
.home-floorplans .discount-on,
.new-section.floorplan-page .discount-on {
  display: flex;
  text-align: center;
  width: 100%;
  background-color: #a10707;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.new-section.floorplan-page .discount-on {
    max-width: 168px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.discount-on .swi{
      font-size: .9rem;
      line-height: 1;
}
.home-floorplans .flp-text-price, 
.floorplan-page .flp-text-price {
  font-weight: 300;
  font-size: 1rem;
  text-transform: capitalize;
}
.home-floorplans .flp-disc-price,
.floorplan-page .flp-disc-price {
  font-weight: 600;
  font-size: 1.556rem;
  text-transform: uppercase;
}
.home-floorplans .flp-mrp-price,
.floorplan-page .flp-mrp-price {
  font-weight: 400;
  font-size: 1.11rem;
  text-transform: uppercase;
  text-decoration: line-through;
}

.home-floorplans .home-flp-more-btn,
.floorplan-page .flp-btn-wrap .flp-next-btn {
  height: 40px;
  width: 40px;
  box-shadow: 0px 4px 8px 0px #194a4d40;
  background-color: #ffffff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floorplan-page .flp-btn-wrap .flp-next-btn .swi{
  font-size: 16px !important;
}
.flp-btn-wrap .flp-next-btn{
  border-radius: 0;
}
.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: -73px;
}
.home-floorplans .home-flp-slider .slick-next {
  right: -73px;
}
.home-floorplans .home-flp-slider .slick-arrow {
  font-size: 0.9rem;
  color: #787878;
  display: block;
  height: 58px;
  width: 58px;
  border: 2px solid #787878;
  border-radius: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.home-floorplans .home-flp-slider .slick-track {
  display: flex;
  gap: 0;
}
.home-floorplans .home-flp-slider .slick-list {
  margin-left: -24px;
  margin-right: -24px;
}
.home-floorplans .home-flp-slider .slick-slide {
  padding-left: 24px;
  padding-right: 24px;
}
/* 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: 1612px;
}
  /* .new-section .flp-card-header,
 .new-section .flp-card-body {
  background-color: #f0f7f6;
}
 .new-section .flp-card-footer {
    background-color: #a2d1c9;
} */

/* ununavailable floorplan css */
.unavailable_flp .flp-card{
  opacity: .8;
}
.unavailable_flp .flp-card-body{
  background-color: #F4F4F4;
}
.unavailable_flp  .flp-card .flp-card-footer{
  background-color: #DADADA;
}
.unavailable_flp  .flp-card .not-available{
  color: #6E6B6B;
}
.unavailable_flp .flp-btn-wrap .flp-next-btn{
  box-shadow: none;
}
.unavailable_flp .flp-text-price{
color:#000000;
}
.unavailable_flp .flp-disc-price,
.unavailable_flp .flp-mrp-price{
color: #194A4D;
}
.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-arrow {
    width: 40px;
    height: 40px;
  }
  .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: 1280px) {
  .home-floorplans .home-flp-slider .slick-prev {
    left: -20px;
  }
  .home-floorplans .home-flp-slider .slick-next {
    right: -20px;
    }
}
@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-arrow{
      display: none !important;
    }
}
@media screen and (max-width: 767px) {
  .new-section .flp-slider-container {
    padding: 0 7px;
    overflow: hidden;
  }
  .home-floorplans .home-flp-slider .slick-list {
    margin-left: 0;
    margin-right: 0;
  }
  .home-floorplans .home-flp-slider .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
  }
  .home-floorplans .home-flp-filter{
    margin-bottom: 5px;
  }
  .home-floorplans .home-flp-details{
    gap: 6px;
  }
  .home-floorplans h2.section-title,
.home-floorplans h3.section-subtitle,
.home-floorplans .section-content {
  margin-bottom: 12px;
}
  .home-floorplans .flp-disc-price {
    font-size: 1.12rem;
  }
  .home-floorplans .home-flp-card-header h3.flp-title, 
  .new-section.floorplan-page h3.flp-title{
        font-size: .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: .78rem;/* 14px */
  }
  .home-floorplans.new-section .flp-slider-container{
    padding-left: 7px !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .floorplan-filter.tab-flex {
       padding: 0 15px;
  }
  .flp-dropdown-graph .flp-dropdown-content{
    left: auto !important;
    right: 0 !important;
  }
}