/* Hive Home Floorplan */
.home-floorplans h2.section-title,
.home-floorplans h3.section-subtitle,
.home-floorplans .section-content {
  margin-bottom: 18px;
}
.home-floorplans h2.section-title, .home-floorplans h3.section-subtitle{
  margin-right: auto;
  margin-left: auto;
}
.new-section .flp-slider-container {
  padding: 0 72px;
}
.home-floorplans .home-flp-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.home-floorplans .home-flp-filter .filter-item {
  height: 33px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border: 2px solid;
  transition: all 0.3s ease;
}
.filter-item.active {
  /* background-color: #194A4D !important;
color: #ffffff; */
  width: 81px;
  transition: all 0.3s ease;
}
.home-floorplans .home-flp-filter .desktop-home-flp-filter {
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-radius: 0;
  width: auto;
}
.home-floorplans .home-flp-card,
.new-section.floorplan-page .flp-card {
  border: 1px solid #cccccc;
  border-radius: 12px;
 
}
.home-floorplans .home-flp-card-header,
.new-section .flp-card-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.new-section h3.flp-title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  /*  color: #111111; */
}
.home-floorplans .home-flp-card-header,
.new-section .flp-discount-wrap,
.new-section .flp-card-header {
  background-color: #f3f3f3;
}
.home-floorplans .home-flp-card-body,
.new-section .flp-card-body {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
.home-floorplans .home-card-img-wrap img,
.new-section .card-img-wrap img {
  padding: 30px;
}

.home-floorplans .home-flp-details span ,
.new-section .flp-details {
  color: #111111;
  font-size: 1rem;
  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 .flp-card .flp-card-footer {
   border-bottom-left-radius: 12px;
 border-bottom-right-radius: 12px;
}
.new-section .discount-on {
  display: flex;
  text-align: center;
  width: 100%;
  background-color: #fabd70;
  color: #111111;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 700;
}
.new-section .discount-on .swi {
  font-size: 0.9rem;
  line-height: 1;
}
.new-section .flp-text-price {
  font-weight: 400;
  font-size: 1rem;
  text-transform: capitalize;
}
.new-section .flp-disc-price {
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.new-section .flp-mrp-price {
  font-weight: 400;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-decoration: line-through;
}

.home-floorplans .home-flp-more-btn,
.new-section .flp-next-btn {
  height: 40px;
  width: 40px;
  border-radius: 100px;
  /*  background-color: #194A4D;
  color: #ffffff; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-floorplans .home-flp-more-btn .swi,
.new-section .flp-next-btn .swi {
  font-size: 1.8rem;
}
.home-floorplans .slick-dots li button {
  font-size: 0;
  color: #8a8a8a;
}
.home-floorplans .slick-dots li button::before {
  color: #d9d9d9;
  opacity: 1;
}
.home-floorplans .slick-dots li.slick-active button::before {
  color: #7b7b7b;
  opacity: 1;
}
.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: #8e8e8e;
  display: block;
  height: 42px;
  width: 42px;
  border-radius: 100px;
  background-color: #e0f0ed;
}
.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;
}

.home-floorplans .slick-dots li button:before {
  content: "•";
  font-size: 18px;
}
/* flooplan page css extra */
.new-section .card-container {
  max-width: 1620px;
}

.new-section.floorplan-page .flp-dropdown-btn {
  background-color: transparent;
  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: 26px;
}
.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;
}
/* mobile filter css */
.mobile-home-flp-filter {
  width: 100%;
  padding: 0;
}
.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;
  background-color: #f4f4f4;
}
/* ununavailable floorplan css */
.unavailable_flp .flp-card{
  opacity: .8;
}
.unavailable_flp .flp-card-body, .unavailable_flp .flp-card-header{
  background-color: #F5F5F5;
}

.unavailable_flp  .flp-card .flp-card-footer{
  background-color: #F5F5F5;
}
.unavailable_flp  .flp-card .not-available{
  color: #515151;
  font-weight: 400;
}
.unavailable_flp .flp-btn-wrap .flp-next-btn{
  color: #ffffff;
  background-color: #A5A5A5;
}
.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;
}
/* Mobile */

@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 .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 .home-flp-slider .slick-list {
    margin-left: 0;
    margin-right: 0;
  }
  .home-floorplans .slick-dots li button:before {
    content: "•";
    font-size: 15px;
  }
  .home-floorplans .home-flp-card {
    border-radius: 8px;
  }
  .home-flp-slider .slick-slide {
    padding: 5px;
    padding-top: 0;
  }
  .home-floorplans .home-flp-slider .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
  }
  .home-floorplans .home-flp-card-header h3.flp-title {
    font-size: 1rem;
  }
  .home-floorplans .home-flp-details span,.home-floorplans .flp-details {
    font-size: 0.75rem;
  }
  .new-section .flp-text-price,
  .new-section .flp-mrp-price {
    font-size: 0.88rem;
  }

  .new-section .flp-disc-price {
    font-size: 1.25rem;
  }
  .home-floorplans .home-flp-filter {
    margin-bottom: 6px;
  }
  .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;
  }
}
