@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
 .ts-floorplan-container .ts-floorplan-btns-filter .btn {
     border: 2px solid var(--awb-custom_color_1);
     border-radius: 10px;
     font-weight: 600;
     font-size: 16px;
     color: var(--awb-custom_color_1);
     outline: none;
     box-shadow: none;
     padding-left: 15px;
     padding-right: 15px;
}
 .ts-floorplan-container .ts-floorplan-btns-filter .btn.active, .ts-floorplan-container .ts-floorplan-btns-filter .btn:hover {
     background-color: #cadbec;
     color: var(--awb-custom_color_1);
}
 .ts-floorplan-container .ts-floorplan-grid .grid-box {
     background-color: var(--awb-color6);
     border-radius: 0 0 35px 35px;
     height: 100%;
}
 .ts-floorplan-container .ts-floorplan-grid .floorplan-image {
     border: 2px solid #DAE0E4;
     background-color: #fff;
     height: 350px;
     background-position: center;
     background-size: contain;
     background-repeat: no-repeat;
     position: relative;
    overflow: hidden;
        
}
.ts-floorplan-container .ts-floorplan-grid .floorplan-image .image-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ts-floorplan-container .ts-floorplan-grid .floorplan-image img {
    max-width: 100%;
    max-height: 100%;
    
}
 .ts-floorplan-container .ts-floorplan-grid .floorplan-image .special-tag {
     position: relative;
     color: #fff;
     z-index: 1;
     text-decoration: none;
     width: 120px;
     height: 120px;
     display: inline-block;
}
 .ts-floorplan-container .ts-floorplan-grid .floorplan-image .special-tag:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     border-top: 120px solid var(--awb-color4);
     border-right: 120px solid transparent;
     z-index: -1;
}
 .ts-floorplan-container .ts-floorplan-grid .floorplan-image .special-tag span {
     text-transform: uppercase;
     letter-spacing: 4px;
     color: var(--awb-color5);
     font-weight: 600;
     position: absolute;
     transform: rotate(-45deg);
     right: -30px;
     top: 35px;
     width: 200px;
     height: 25px;
     text-align: center;
     display: inline-block;
}
 .ts-floorplan-container .ts-floorplan-grid .floorplan-image .special-tag .dollar-icon {
     display: flex;
     width: 35px;
     height: 35px;
     border: 3px solid var(--awb-color5);
     border-radius: 30px;
     justify-content: center;
     align-items: center;
     font-size: 22px;
     font-weight: bold;
     color: var(--awb-color5);
     margin: 8px 0 0 8px;
     transform: rotate(350deg);
}
 .ts-floorplan-container .ts-floorplan-grid .floorplan-image .special-tag.bg-transparent:before{
     border-top: 120px solid rgb(128 31 27 / 0%);
}
 .ts-floorplan-container .ts-floorplan-grid .floorplan-image .spcial-content {
     background-color: rgb(128 31 27 / 90%);
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     text-align: center;
     padding: 20px 10%;
     color: var(--awb-color5);
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
}
 .ts-floorplan-container .ts-floorplan-grid .floorplan-image .spcial-content p {
     font-size: 18px;
     font-weight: 600;
     line-height: 1.2;
}
 .ts-floorplan-container .ts-floorplan-grid .floorplan-image .spcial-content small {
     font-size: 14px;
     font-weight: 500;
     line-height: 1.2;
}
 .ts-floorplan-container .ts-floorplan-grid .floorplan-image .spcial-content a {
     width: 30px;
     height: 30px;
     border: 2px solid var(--awb-color5);
     position: absolute;
     top: 15px;
     right: 15px;
     border-radius: 30px;
}
 .ts-floorplan-container .ts-floorplan-grid .floorplan-image .spcial-content a:before, .ts-floorplan-container .ts-floorplan-grid .floorplan-image .spcial-content a:after {
     position: absolute;
     left: 12px;
     content: " ";
     height: 18px;
     width: 2px;
     background-color: var(--awb-color5);
     top: 4px;
}
 .ts-floorplan-container .ts-floorplan-grid .floorplan-image .spcial-content a:before {
     transform: rotate(45deg);
}
 .ts-floorplan-container .ts-floorplan-grid .floorplan-image .spcial-content a:after {
     transform: rotate(-45deg);
}
 .ts-floorplan-container .ts-floorplan-grid .floorplan-detail {
     padding: 20px 20px 30px;
     color: #fff;
     text-align: center;
/*      font-family: "Playfair Display"; */
	 font-family: var(--h1_typography-font-family);
}
 .ts-floorplan-container .ts-floorplan-grid .floorplan-detail .fp-name{
     font-size: 24px;
     line-height: 1.2;
}
 .ts-floorplan-container .ts-floorplan-grid .floorplan-detail .fp-info {
     font-size: 14px;
}
 .ts-floorplan-container .ts-floorplan-grid .floorplan-detail .fp-price, .ts-floorplan-container .ts-floorplan-grid .floorplan-detail .fp-deposit {
     font-size: 18px;
     line-height: 1.2;
}
 .ts-floorplan-container .ts-floorplan-grid .floorplan-detail .fp-desc {
     font-size: 14px;
     margin-top: 8px;
}
 .fp-btns {
     width: 250px;
     margin: 15px auto 10px;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
}
 .fp-btns .btn{
/*      font-family: "Avenir Next LT Pro, Regular"!important; */
	 font-family: var(--body_typography-font-family) !important;
}
 .fp-btns .btn, .ts-floorplan-detail-popup .popup-btns-group .btn {
     margin: 5px 2px 0;
     border: 2px solid var(--awb-color5);
     border-radius: 30px;
     color: var(--awb-color5);
     font-weight: 600;
     display: flex;
     justify-content: center;
     align-items: center;
     outline: none;
     box-shadow: none;
}
 .fp-btns .btn:focus, .ts-floorplan-detail-popup .popup-btns-group .btn:focus {
     outline: none;
     box-shadow: none;
     font-weight: 600;
}
 .fp-btns .btn img, .ts-floorplan-detail-popup .popup-btns-group .btn img {
     width: 14px;
     margin-right: 5px;
}
 .fp-btns .btn img:nth-child(2), .ts-floorplan-detail-popup .popup-btns-group .btn img:nth-child(2) {
     width: 5px;
     margin-right: 2px;
}
 .fp-btns .btn:hover, .ts-floorplan-detail-popup .popup-btns-group .btn:hover, .ts-floorplan-detail-popup .popup-btns-group .btn.active{
     background-color: var(--awb-color4);
     border-color: var(--awb-color4);
     font-weight: 600;
     color: var(--awb-color5);
}
 .fp-btns .applynow, .ts-floorplan-detail-popup .popup-btns-group .applynow {
     background-color: var(--awb-color4);
     border-color: var(--awb-color4);
     font-weight: 600;
}
 .fp-btns .applynow:hover, .ts-floorplan-detail-popup .popup-btns-group .applynow:hover {
     background-color: var(--awb-color5);
     color: var(--awb-color4);
     border-color: var(--awb-color5);
}
 .w-large {
     width: 110px;
}
 .w-small {
     width: 90px;
}
 .empty {
     width: 100%;
}
 .ts-floorplan-filters {
     background-color: var(--awb-color6);
     padding: 25px;
     border-radius: 30px;
     min-height: 70px;
}
 .ts-floorplan-filters .btn, .ts-floorplan-filters .btn:focus {
     border: 2px solid var(--awb-color4);
    border-radius: 30px;
    color: var(--awb-color5);
    outline: none;
    box-shadow: none;
    background-color: var(--awb-color4);
    padding-left: 15px;
    padding-right: 30px;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
/*     font-family: "Avenir Next LT Pro, Regular"!important; */
	 font-family:var(--body_typography-font-family)!important;
    font-weight: 600;
    height: 38px;
    line-height: 30px;
}
.ts-floorplan-filters .btn:before {
    content: '\f107';
    font-family: awb-icons;
    position: absolute;
    right: 12px;
    top: 50%;
    font-size: 24px;
    transform: translateY(-50%) rotate(-90deg);
}
 .ts-floorplan-filters .btn:hover {
     background-color: var(--awb-color5);
     color: var(--awb-color4);
     border-color: var(--awb-color5);
}
/* datepicker and dropdown css */
 .dselect-wrapper button {
     border: none;
     text-align: left;
     box-shadow: none !important;
     background-image: none;
     position: relative;
     padding-left: 0;
     padding-right: 26px;
     color: #fff !important;
     background-color: transparent;
     text-transform: uppercase;
     font-weight: 600;
     letter-spacing: 2px;
     font-size: 18px;
/*      font-family: "Avenir Next LT Pro, Regular"!important; */
	  font-family:var(--body_typography-font-family)!important;
}
 .dselect-wrapper > button:before {
     content: "";
     width: 22px;
     height: 22px;
     position: absolute;
     right: 6px;
     border-radius: 30px;
     background-color: #fff;
     top: 8px;
     background-image: url("https://arriveluxuryco.wpengine.com/wp-content/uploads/2022/05/top-Arrow-1.png");
     background-position: center;
     background-size: 12px;
     background-repeat: no-repeat;
}
 .dselect-wrapper .dropdown-menu {
     min-width: initial;
     right: 0 !important;
     left: initial !important;
     padding: 0;
     border: 1px solid var(--awb-custom_color_1);
}
 .dselect-wrapper .dropdown-menu .dropdown-item {
     color: #3c3835 !important;
     background-color: #fff;
     border-radius: 50%;
     display: flex;
     width: 21px;
     height: 21px;
     margin: 5px;
     padding: 0;
     justify-content: center;
     font-size: 11.5px;
     line-height: 22px;
     border: 1px solid transparent;
     letter-spacing: 0;
}
 .dselect-wrapper .dropdown-menu .dropdown-item:hover {
     border: 1px solid var(--awb-color4) !important;
     background-color: var(--awb-color4);
     color: var(--awb-color5) !important;
}
 .dselect-wrapper .dropdown-menu .dropdown-item.active {
     color: #fff !important;
     border: 1px solid #002f62 !important;
     background-color: #002f62 !important;
}
 .dselect-wrapper .form-select:after {
     content: "";
     display: block;
}
 .dselect-wrapper .dropdown-menu[data-popper-placement="bottom-start"] .dselect-items:before {
     content: "";
     position: absolute;
     top: 0;
}
 .dselect-wrapper .dropdown-menu[data-popper-placement="bottom-start"] .dselect-items:before, .dselect-wrapper .dropdown-menu[data-popper-placement="bottom-start"] .dselect-items:after {
     content: "";
     position: absolute;
     top: -7px;
     border-bottom: 7px solid #fff;
     border-left: 4px solid transparent;
     border-right: 4px solid transparent;
     left: 50%;
     margin-left: -4px;
     z-index: 1;
}
 .dselect-wrapper .dropdown-menu[data-popper-placement="bottom-start"] .dselect-items:after {
     border-bottom: 9px solid #a2c1d1;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     z-index: 0;
     margin-left: -5px;
     top: -9px;
}
 .dselect-wrapper .dropdown-menu[data-popper-placement="top-start"] .dselect-items:before, .dselect-wrapper .dropdown-menu[data-popper-placement="top-start"] .dselect-items:after {
     content: "";
     position: absolute;
     bottom: -7px;
     border-top: 7px solid #fff;
     border-left: 4px solid transparent;
     border-right: 4px solid transparent;
     left: 50%;
     margin-left: -5px;
     z-index: 1;
}
 .dselect-wrapper .dropdown-menu[data-popper-placement="top-start"] .dselect-items:after {
     border-top: 9px solid #a2c1d1;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     z-index: 0;
     margin-left: -6px;
     bottom: -9px;
}
 .dselect-wrapper button .dselect-placeholder {
     padding-right: 10px;
     display: inline-block;
}
.lease-term select,
.date.lease-term .form-control{
     border: 0 !important;
	 padding: 0 25px 0 0;
     border-radius: 0;
     color: #fff !important;
     background-color: transparent !important;
     text-transform: uppercase;
     font-weight: 600;
     letter-spacing: 2px;
     font-size: 18px;
     text-overflow: ellipsis;
     overflow: hidden !important;
     white-space: nowrap;
/*      font-family: "Avenir Next LT Pro, Regular"!important; */
	 font-family:var(--body_typography-font-family)!important;
     height: 38px;
     cursor: pointer;
     z-index: 1;
	 line-height: 42px;
}
.date.lease-term .form-control::-ms-input-placeholder { 
  color:  #fff !important;
}
.date.lease-term .form-control::placeholder {
  color:  #fff !important;
}
.date.lease-term .form-control:focus{
	box-shadow: none;
}
 .lease-term select option {
     color: #333;
     font-size: 14px;
}
 .lease-term .input-group-append {
     position: absolute;
    right: -5px;
    z-index: 0;
    width: 34px;
    top: 50%;
    transform: translateY(-50%);
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}
 .lease-term select:focus {
     box-shadow: none;
     outline: 0;
}
 .lease-term .input-group-append .input-group-text.bg-light {
     background-color: #fff !important;
     background-position: center;
     background-size: 12px;
     background-repeat: no-repeat;
     border-radius: 30px;
     width: 22px;
     height: 22px;
     display: block !important;
     padding: 0;
     position: relative;
}
 .lease-term .input-group-append .input-group-text.bg-light:before {
     content: '\f107';
     font-family: awb-icons;
     transform: rotate(180deg);
     position: absolute;
     left: 2px;
     font-size: 25px;
     top: -9px;
}
 .lease-term .input-group-append .input-group-text.bg-light svg {
     display: none;
}
 .dselect-wrapper.price .dropdown-menu .dropdown-item, .dselect-wrapper.price-fp .dropdown-menu .dropdown-item {
     width: 80px;
     border-radius: 3px;
}
 .dselect-wrapper.price .dropdown-menu[data-popper-placement="top-start"] .dselect-items:before, .dselect-wrapper.price .dropdown-menu[data-popper-placement="top-start"] .dselect-items:after, .dselect-wrapper.price .dropdown-menu[data-popper-placement="bottom-start"] .dselect-items:before, .dselect-wrapper.price .dropdown-menu[data-popper-placement="bottom-start"] .dselect-items:after, .dselect-wrapper.price-fp .dropdown-menu[data-popper-placement="top-start"] .dselect-items:before, .dselect-wrapper.price-fp .dropdown-menu[data-popper-placement="top-start"] .dselect-items:after, .dselect-wrapper.price-fp .dropdown-menu[data-popper-placement="bottom-start"] .dselect-items:before, .dselect-wrapper.price-fp .dropdown-menu[data-popper-placement="bottom-start"] .dselect-items:after {
     left: 84%;
}
 .ts-floorplan-filters > .row > .col:first-child {
     width: 88%;
     max-width: 88%;
}
 .ts-floorplan-filters > .row > .col:last-child {
     width: 12%;
     max-width: 12%;
}
.ts-floorplan-filters .row .row > div {
/*     flex: 1; */
    width: auto !important;
}
.ts-floorplan-filters .row .row > .datepicker-filter {
    width: 40%;
    max-width: 40%;
    flex: initial;
}
.ts-floorplan-filters .row .row > .lease-term-filter {
    width: 50%;
    max-width: 50%;
    flex: initial;
}
/*  .ts-floorplan-filters .row .row > .col:first-child {
      width: 20%;
}
 .ts-floorplan-filters .row .row > .col:nth-child(2) {
     width: 18%;
}
 .ts-floorplan-filters .row .row > .col:nth-child(3) {
     width: 22%;
}
.ts-floorplan-filters .row .row > .col:nth-child(4) {
     width: 22%;
}
 .ts-floorplan-filters .row .row > .col:last-child {
     width: 18%;
} */
 .ts-floorplan-grid .row > div {
     margin-bottom: 15px;
}
 .ts-floorplan-detail-popup .modal-content {
     border-radius: 25px;
}
 .ts-floorplan-detail-popup .btn-close {
     position: absolute;
     top: 35px;
     left: 28px;
     background-color: #27282b;
     opacity: 1;
     border-radius: 40px !important;
     background-image: none;
     outline: none;
     box-shadow: none;
     width: 24px;
     height: 24px;
}
 .ts-floorplan-detail-popup .btn-close:before, .ts-floorplan-detail-popup .btn-close:after {
     position: absolute;
     left: 15px;
     content: " ";
     height: 22px;
     width: 2px;
     background-color: #fff;
     top: 5px;
}
 .ts-floorplan-detail-popup .btn-close:before {
     transform: rotate(45deg);
}
 .ts-floorplan-detail-popup .btn-close:after {
     transform: rotate(-45deg);
}
 .ts-floorplan-detail-popup .floorplan-description {
     max-width: 750px;
     margin: 0 auto;
     font-size: 16px;
}
 .ts-floorplan-detail-popup .modal-dialog {
     overflow: hidden;
}
 .popup-btns-group {
     flex-wrap: wrap;
     margin-bottom: 15px;
}
/* popup floorplan image slider css */
 .ts-floorplan-images {
     padding: 20px 0;
}
 .ts-floorplan-images .swiper-slide {
     background: #fff;
     display: flex;
     height: auto;
     flex-direction: column;
     width: 75%;
}
 .ts-floorplan-images .swiper-slide .slide-img {
     height: 300px;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: top center;
}
 .ts-floorplan-images .swiper-button-prev, .ts-floorplan-images .swiper-button-next,
.ts-floorplan-video .swiper-button-prev, .ts-floorplan-video .swiper-button-next,
.ts-floorplan-tour .swiper-button-prev, .ts-floorplan-tour .swiper-button-next{
     width: 45px;
     height: 45px;
     border-radius: 100px;
     border: 1px solid #ffffff;
     background-color: var(--awb-color6);
}
 .ts-floorplan-images .swiper-button-prev:after, .ts-floorplan-images .swiper-button-next:after,
.ts-floorplan-video .swiper-button-prev:after, .ts-floorplan-video .swiper-button-next:after,
.ts-floorplan-tour .swiper-button-prev:after, .ts-floorplan-tour .swiper-button-next:after{
     font-size: 24px;
     color: #fff;
     margin-left: -3px;
}
 .ts-floorplan-images .swiper-button-next:after,
 .ts-floorplan-video .swiper-button-next:after,
.ts-floorplan-tour .swiper-button-next:after{
     margin-left: 3px;
}
 .ts-floorplan-images .swiper-button-prev{
     left: 14.5vw;
}
 .ts-floorplan-video .swiper-button-prev,
 .ts-floorplan-tour .swiper-button-prev{
     left: 10px;
}
 .ts-floorplan-images .swiper-button-next{
     right: 14.5vw;
}
 .ts-floorplan-video .swiper-button-next,
 .ts-floorplan-tour .swiper-button-next{
     right: 10px;
}
 .ts-floorplan-images .swiper-pagination,
 .ts-floorplan-video .swiper-pagination{
     width: auto !important;
     left: 50% !important;
     transform: translateX(-50%);
     bottom: 0 !important;
     border: 1px solid #648895;
     opacity: 0.99;
     border-radius: 5px;
     background-color: #fff;
}
 .ts-floorplan-images .swiper-pagination-bullet,
 .ts-floorplan-video .swiper-pagination-bullet{
     height: 9px !important;
     width: 25px !important;
     border-radius: 0;
     margin: 0 !important;
     background: transparent;
}
 .ts-floorplan-images .swiper-pagination-bullet-active,
 .ts-floorplan-video .swiper-pagination-bullet-active{
     background: #648895 0% 0% no-repeat padding-box;
     border-radius: 4px !important;
}
 .ts-floorplan-images .swiper-pagination-bullet:first-child,
 .ts-floorplan-video .swiper-pagination-bullet:first-child{
     border-radius: 5px 0 0 5px;
}
 .ts-floorplan-images .swiper-pagination-bullet:last-child,
 .ts-floorplan-video .swiper-pagination-bullet:last-child{
     border-radius: 0 5px 5px 0;
}
 .popup-floorplan-img-slider {
     margin: 0 -15vw !important;
}
 .popup-floorplan-details{
/*      font-family: "Playfair Display"; */
	 font-family: var(--h1_typography-font-family);
}
 .popup-floorplan-details, .popup-floorplan-features {
     padding: 0 20px;
}
 .popup-floorplan-features h5 {
/*      font-family: "Avenir Next LT Pro, Regular"!important; */
	 font-family:var(--body_typography-font-family)!important;
     font-weight: 600;
}
 .popup-floorplan-features ul {
     margin: 0 0 15px;
     padding: 0;
     display: flex;
     flex-wrap: wrap;
}
 .popup-floorplan-features ul li {
     margin-bottom: 5px;
     list-style: none;
     padding: 0 12px;
     position: relative;
     width: 100%;
     font-size: 14px;
/*      font-family: "Avenir Next LT Pro, Regular"!important; */
	 font-family:var(--body_typography-font-family)!important;
     font-weight: 600;
}
 .popup-floorplan-features .row > div:first-child ul li {
     width: 50%;
}
 .popup-floorplan-features ul li:before {
     content: ".";
     position: absolute;
     top: 0;
     left: 0;
     font-size: 36px;
     line-height: 0;
}
 .popup-floorplan-features .row > div {
     border-right: 1px solid #80B4DD;
}
 .popup-floorplan-features .row > div:last-child{
     border-right: 0;
}
 .property-description h1 {
/*      font-family: "Playfair Display"; */
	 font-family: var(--h1_typography-font-family);
     font-weight: 400;
     font-size: 45px;
}
 .property-description h3 {
/*      font-family: "Playfair Display"; */
	 font-family: var(--h3_typography-font-family);
     font-weight: 400;
     font-size: 28px;
     line-height: 35px;
     color: #212529;
     margin: 20px 0;
}
 .property-description p {
/*      font-family: "Playfair Display"; */
	 font-family: var(--body_typography-font-family);
     font-weight: 400;
     margin: 0 auto 50px;
     font-size: 18px;
     line-height: 1.2;
     max-width: 1090px;
}
 .ts-floorplan-popup-table, .ts-floorplan-popup-table table td, .ts-floorplan-popup-table table th {
     margin: 25px 0;
/*      font-family: Arial, Helvetica, sans-serif; */
	  font-family: var(--h1_typography-font-family);
     vertical-align: middle !important;
     text-align: center;
}
 .ts-floorplan-popup-table table td, .ts-floorplan-popup-table table th {
     height: 60px !important;
     padding: 10px !important;
}
 .ts-floorplan-popup-table table td .applynow {
     margin: 0 auto !important;
}
 .ts-floorplan-popup-table table td {
     font-size: 15px;
     color: var(--awb-color4);
     font-weight: 600;
}
 .ts-floorplan-popup-table table th {
     font-size: 17px;
     background-color: var(--awb-color4);
     color: #efab1f;
}
 .ts-floorplan-popup-table table {
     border-color: transparent;
}
 .ts-floorplan-popup-table table th, .ts-floorplan-popup-table table td {
     border: 2px solid #efab1f !important;
}
 .ts-floorplan-popup-table table th {
     border-top: 0 !important;
}
 .ts-floorplan-popup-table table td {
     border-bottom: 0 !important;
}
 .ts-floorplan-popup-table table th:first-child, .ts-floorplan-popup-table table td:first-child {
     border-left: 0 !important;
}
 .ts-floorplan-popup-table table th:last-child, .ts-floorplan-popup-table table td:last-child {
     border-right: 0 !important;
}
 .ts-floorplan-detail-popup {
     padding-right: 0 !important;
}
 .modal.fade {
     opacity: 1;
}
 .modal-backdrop.fade {
     opacity: 0.5 !important;
}
 body.modal-open {
     padding-right: 0 !important;
     overflow: initial !important;
     position: static !important;
}
 .ts-floorplan-detail-popup {
     z-index: 9999999 !important;
}
 .floorplan-video-wrapper iframe, .floorplan-360tour-wrapper iframe {
     width: 100%;
     height: 30vw;
}
.ts-floorplan-popup-table table td .show_leaseterm {
    font-weight: normal;
    color: #333;
    margin-top: -2px;
    display: block;
}
.datepicker.dropdown-menu {
    margin-top: 32px;
	padding: 5px;
	box-shadow: 2px 2px 10px rgb(0 0 0 / 16%);
	z-index: 999 !important;
}
.datepicker.dropdown-menu .datepicker-days table td.day, .datepicker.dropdown-menu .datepicker-days table th {
    padding: 8px;
    font-size: 12px;
}
 @media (max-width: 1260px) {
     .dselect-wrapper button, .lease-term select, .datepicker-filter input{
         font-size: 16px !important;
    }
     .date .input-group-append .input-group-text.bg-light, .dselect-wrapper > button:before, .lease-term .input-group-append .input-group-text.bg-light{
         background-size: 9px;
         width: 18px;
         height: 18px;
    }
     .dselect-wrapper .dropdown-menu {
         right: -2px !important;
    }
     .ts-floorplan-container .ts-floorplan-btns-filter .btn {
         font-size: 13px;
         margin-bottom: 5px;
    }
     .ts-floorplan-filters {
         padding: 20px 30px;
         border-radius: 25px;
    }
     .lease-term .input-group-append .input-group-text.bg-light:before {
         font-size: 20px;
         top: -7px;
    }
	 .ts-floorplan-filters .btn, .ts-floorplan-filters .btn:focus {
		padding-left: 10px;
		padding-right: 25px;
		font-size: 16px;
	}
	 .ts-floorplan-filters .btn:before {
		right: 8px;
		 font-size: 22px;
	}
}
 @media (max-width: 1024px) {
     .dselect-wrapper button .dselect-placeholder {
         padding-right: 3px;
    }
}
 @media (max-width: 991px) {
     .ts-floorplan-filters .row .col:first-child .row > .col {
         width: 50% !important;
         max-width: 50% !important;
    }
     .ts-floorplan-filters > .row > .col:first-child {
         width: 80%;
         max-width: 80%;
    }
     .ts-floorplan-filters > .row > .col:last-child {
         width: 20%;
         max-width: 20%;
    }
     .ts-floorplan-container .ts-floorplan-grid .floorplan-image {
         height: 300px;
    }
     .popup-floorplan-features .row > div {
         border-right: 0;
    }
}
 @media (max-width: 767px) {
	 .ts-floorplan-filters .row .row > div {
		flex: initial;
		 width: 100% !important;
	}
	 .ts-floorplan-filters .row .row > .datepicker-filter,
	  .ts-floorplan-filters .row .row > .lease-term-filter {
		     width: 100% !important;
  			  max-width: 100%;
	 }
     .property-description h1 {
/*          font-family: "Playfair Display"; */
		 font-family: var(--h1_typography-font-family);
         font-weight: 400;
         font-size: 34px;
    }
     .property-description h3 {
         font-size: 20px;
         line-height: 1.2;
    }
     .popup-floorplan-details h1 {
         font-size: 26px;
         line-height: 1;
    }
     .popup-floorplan-details h3 {
         font-size: 20px;
         line-height: 1;
    }
     .popup-floorplan-details h5 {
         font-size: 16px;
         line-height: 1;
    }
     .ts-floorplan-btns-filter {
         display: flex;
		justify-content: left;
		flex-wrap: wrap;
    }
     .ts-floorplan-container .ts-floorplan-btns-filter .btn {
         padding: 3px 10px;
		 margin: 0 5px 5px 0;
    }
     .ts-floorplan-detail-popup .modal-dialog {
         margin: 0 !important;
         max-width: 100%;
         min-height: 100%;
         align-items: initial;
    }
     .ts-floorplan-detail-popup .modal-content {
         border-radius: 0;
         min-height: 100%;
         box-shadow: none !important;
         border: 0;
    }
     .ts-floorplan-popup-table table td, .ts-floorplan-popup-table table th {
         height: 40px !important;
         padding: 5px !important;
         font-size: 14px !important;
    }
     .ts-floorplan-detail-popup .modal-content .modal-body {
         min-height: 100%;
         padding: 0;
    }
     .ts-floorplan-detail-popup .btn-close {
         position: fixed;
         top: 15px;
         left: 15px;
    }
     .floorplan-video-wrapper iframe, .floorplan-360tour-wrapper iframe {
         width: 100%;
         height: 50vw;
    }
}
 @media (max-width: 575px) {
     .ts-floorplan-filters > .row > .col {
         width: 100% !important;
         max-width: 100% !important;
    }
	.ts-floorplan-filters[class] {
		padding: 0;
		border-radius: 20px;
		margin-bottom: 30px !important;
	}
     .ts-floorplan-filters .lease-term {
         padding: 5px 12px;
         border-bottom: 1px solid #5c5c5c;
    }
     .ts-floorplan-filters .dselect-wrapper {
         padding: 5px 0 5px 26px;
         border-bottom: 1px solid #5c5c5c;
    }
     .ts-floorplan-filters .row .row > .col .search-btn {
         width: 100%;
         margin-top: 0;
         font-size: 16px;
         font-weight: 600 !important;
         border-radius: 0 0 20px 20px !important;
/*          font-family: "Avenir Next LT Pro, Regular"!important; */
		 font-family:var(--body_typography-font-family)!important;
		 padding-left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
    }
	 .ts-floorplan-filters .btn:before {
		display: none;
	}
     .ts-floorplan-filters .dselect-wrapper .form-select {
         text-align: center;
    }
     .ts-floorplan-filters .row .col:last-child .row > .col {
         width: 100% !important;
         max-width: 100% !important;
    }
     .ts-floorplan-container .ts-floorplan-grid .floorplan-image {
         height: 250px;
    }
     .popup-floorplan-features .row > div:first-child ul li {
         width: 100%;
    }
     .ts-floorplan-filters .row .col:first-child .row > .col {
         width: 100% !important;
         max-width: 100% !important;
    }
     .lease-term .input-group-append {
         display: none;
    }
     .input-group>.form-control, .input-group>.form-select {
         text-align: center;
    }
     .lease-term select {
         padding: 0;
    }
	 .ts-floorplan-filters .btn, .ts-floorplan-filters .btn:focus {
		padding-right: 0;
	}
     .loader-overlay {
         position: fixed;
         z-index: 99;
         width: 100%;
         height: 100%;
         top: 0;
         color: #fff;
         display: flex;
         align-items: center;
         justify-content: center;
         left: 0;
         background-color: rgba(0,0,0,0.6);
    }
}


.image-container.hover-floorplan-img img.hover-img {
    display: none;
}
.image-container.hover-floorplan-img:hover .default-img {
    display: none;
}
.image-container.hover-floorplan-img:hover .hover-img {
    display: block;
}

#floorplandetails .thank-you-section {
    min-height: 545px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fp-price a, .fp-price a:hover {
    text-decoration: none;
    color: #fff;
}

#lead_send_contact {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 80%);
    left: 0;
    top: 0;
    z-index: 9;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

