.floorplan-container {
     overflow-y: hidden;
     padding: 0 !important;
     overflow-x: hidden;
}
 .floorplan-container .left-content h2 {
     font-size: 28px;
     color: var(--awb-color4);
}
 .floorplan-container .left-content h2 {
     font-size: 21px !important;
     color: var(--awb-color7);
     padding-left: 0;
     line-height: 1.2 !important;
/*      font-family: PoynterOSDisp Roman !important; */
      font-family:var(--awb-typography4-font-family) !important;
}
 .floorplan-img img {
     margin: 0 auto;
     display: block;
     max-width: 100%;
     max-height: 100%;
     /*width: initial !important;
      height: initial !important;*/
}
 .tabs-container ul li.nav-item a {
     border-color: #efefef;
     border-bottom: transparent;
     border-radius: 0;
     background-color: #efefef;
     color: var(--awb-color4);
     font-size: 14px;
     margin-bottom: 0;
}
 .tabs-container ul li.nav-item a.active, .tabs-container ul li.nav-item a:hover {
     border-color: var(--awb-color5);
     border-bottom: transparent;
     background-color: var(--awb-color5);
     color: #fff !important;
}
 .floorplans-list table tbody {
     border-top: 0 !important;
}
 .floorplans-list table thead tr {
     border-top: 0;
}
 .floorplans-list table tbody tr {
     border-top-width: 0 !important;
     border-bottom-width: 0 !important;
}
 .floorplans-list table thead tr th:first-child, .floorplans-list table tbody tr td:first-child {
     border-left: 0;
}
 .floorplans-list table thead tr th, .floorplans-list table tbody tr td {
     text-align: center;
     font-size: 14px;
     vertical-align: middle;
     border-color: var(--awb-color7);
     padding: 5px 10px;
     color: #3C3835;
}
 .floorplans-list table tbody tr td {
     border-top: 0 !important;
}
 .floorplans-list table thead tr th {
     color: var(--awb-color4);
/*      font-family: Poynter Oldstyle Text Italic; */
     font-weight: normal;
     border-width: 1px;
      font-style: italic;
}
 .floorplans-list table tbody tr td {
     color: #3c3835;
     position: relative;
     vertical-align: top;
     padding-top: 15px;
     background-color: transparent;
}
 .floorplans-list table tbody tr td a.btn, .floorplan-search-filter .btn {
     border-color: var(--awb-color4);
     background-color: var(--awb-color4);
     font-size: 14px;
     border-radius: 2px !important;
     color: #fff !important;
}
.floorplans-list table tbody tr td a.btn:hover, .floorplan-search-filter .btn:hover, .floorplan-search-filter .btn:focus, .floorplan-search-filter .btn:active {
     border-color: var(--awb-color5);
     background-color: var(--awb-color5);
}

 .floorplans-list table tbody tr td a.btn:focus, .floorplan-search-filter .btn:focus {
     box-shadow: none;
     background-color: var(--awb-color5);
}
 .floorplans-list small {    
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;

}
 .dselect-wrapper button {
     border: none;
     text-align: left;
     box-shadow: none !important;
     background-image: none;
     position: relative;
     padding-left: 0;
     padding-right: 26px;
     color: var(--awb-color4) !important;
     font-size: 14px;
/*      font-family: Poynter Oldstyle Text Italic; */
}
 .dselect-wrapper > button:before {
     content: "";
     background-image: url("https://arriveluxuryco.wpengine.com/wp-content/uploads/2022/05/top-Arrow-1.png") !important;
     background-position: center;
     width: 17px;
     height: 17px;
     position: absolute;
     background-size: 9px;
     background-repeat: no-repeat;
     right: 6px;
     border: 1px solid var(--awb-color7);
     border-radius: 30px;
     background-color: #fff;
     top: 8px;
}
 .dselect-wrapper > button:hover:before {
     background-color: var(--awb-color5);
     background-image: url("/wp-content/uploads/2022/05/top-Arrow_white-1.png") !important;
     border-color: var(--awb-color5);
}
 .dselect-wrapper .dropdown-menu {
     min-width: initial;
     right: -2px !important;
     left: initial !important;
     padding: 0;
     border: 1px solid var(--awb-color7);
}
 .dselect-wrapper .dropdown-menu .dropdown-item {
     color: #3c3835;
     background-color: #fff;
     border-radius: 50%;
     display: flex;
     width: 21px;
     height: 21px;
     margin: 5px;
     padding: 0;
     justify-content: center;
     font-size: 11.5px;
/*      font-family: Avenir Next LT Pro Regular; */
     line-height: 22px;
     border: 1px solid transparent;
}
 .dselect-wrapper .dropdown-menu .dropdown-item:hover{
     border: 1px solid var(--awb-color5)!important;
     background-color: var(--awb-color5);
     color: #fff!important;
}
 .dselect-wrapper .dropdown-menu .dropdown-item.active {
     color: #fff!important;
     border: 1px solid var(--awb-color4) !important;
     background-color: var(--awb-color4) !important;
}
 .dselect-wrapper .form-select:after {
     content: "";
     border-bottom: 1px solid var(--awb-color7);
     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 var(--awb-color7);
     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 var(--awb-color7);
     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;
}
 .date input {
     border: 0 !important;
     border-bottom: 1px solid var(--awb-color7) !important;
     padding: 9px 0 3px 0;
     border-radius: 0;
     color: var(--awb-color4) !important;
     min-height: 29px !important;
     background-color: #fff !important;
/*      font-family: Poynter Oldstyle Text Italic; */
     flex: initial !important;
     width: 90px !important;
}
 .date input:focus {
     box-shadow: none;
     outline: 0;
}
 .date .input-group-append .input-group-text.bg-light {
     background-color: #fff !important;
     background-image: url('/wp-content/uploads/2022/05/top-Arrow-1.png') !important;
     background-position: center;
     background-size: 9px;
     background-repeat: no-repeat;
     border: 1px solid var(--awb-color7);
     border-radius: 30px;
     width: 17px;
     height: 17px;
     display: block !important;
     padding: 0;
     margin-top: 8px;
     margin-left: 10px;
}
 .date input:hover ~ .input-group-append .input-group-text.bg-light, .date input:focus ~ .input-group-append .input-group-text.bg-light, .date .input-group-append:hover .input-group-text.bg-light {
     background-color: var(--awb-color5) !important;
     background-image: url('/wp-content/uploads/2022/05/top-Arrow_white-1.png') !important;
     border-color: var(--awb-color5);
}
 .date .input-group-append .input-group-text.bg-light svg {
     display: none;
}
 .datepicker {
     border-radius: 0;
     border: 1px solid var(--awb-color7) !important;
     padding: 2px 8px!important;
     text-align: center!important;
     width: 178px;
     height: 165px;
}
 .datepicker-dropdown.datepicker-orient-top:before {
     border-bottom: 0 !important;
     border-top: 9px solid var(--awb-color7) !important;
     bottom: -9px !important;
     border-left: 5px solid transparent !important;
     border-right: 5px solid transparent !important;
}
 .datepicker-dropdown.datepicker-orient-top:after {
     border-left: 5px solid transparent !important;
     border-right: 5px solid transparent !important;
     border-top: 9px solid #fff!important;
     bottom: -7px;
}
 .datepicker-dropdown.datepicker-orient-bottom:before {
     border-bottom: 0 !important;
     border-bottom: 9px solid var(--awb-color7) !important;
     top: -9px !important;
     border-left: 5px solid transparent !important;
     border-right: 5px solid transparent !important;
}
 .datepicker-dropdown.datepicker-orient-bottom:after {
     border-left: 5px solid transparent !important;
     border-right: 5px solid transparent !important;
     border-bottom: 9px solid #fff!important;
     top: -8px;
}
 .datepicker-dropdown.datepicker-orient-left:before, .datepicker-dropdown.datepicker-orient-left:after{
     left: 50%;
     transform: translateX(-50%);
}
 .datepicker .datepicker-days table tbody tr td:hover:before {
     background-color: var(--awb-color5) !important;
     z-index: -1;
     border-color:var(--awb-color5) !important;
}
 .datepicker .datepicker-days table tbody tr td:hover {
     color: #ffffff !important;
     position: relative;
     z-index: 0;
}
 .datepicker.dropdown-menu thead tr:last-child {
     display: none;
}
 .datepicker.dropdown-menu thead th, .datepicker.dropdown-menu tbody td {
     font-size: 11.5px;
     padding: .15rem;
     color: #3C3835 !important;
}
 .datepicker.dropdown-menu thead th {
     padding: 3px;
}
 .datepicker table tbody tr td{
     position: relative;
}
 .datepicker-dropdown:before {
     border-bottom: 7px solid var(--awb-color7) !important;
     border-bottom-color: var(--awb-color7) !important;
}
 .datepicker .datepicker-days table tbody tr td.active:before, .datepicker .datepicker-days table tbody tr td:hover:before {
     content: "";
     border: 1px solid var(--awb-color4);
     position: absolute;
     width: 19px;
     height: 19px;
     border-radius: 50%;
     left: 50%;
     top: 0px;
     transform: translateX(-50%);
     background-color: var(--awb-color4);
     z-index: -1;
}
 .datepicker table tr td.new[class], .datepicker table tr td.old[class] {
     color: #d9d9d9 !important;
}
 .datepicker .datepicker-days[class] table tbody tr td.active {
     color: #fff !important;
     text-shadow: none !important;
     background-color: #fff !important;
     background-image: none !important;
     z-index: 0;
}
 .datepicker .datepicker-days table tbody tr td.active:hover, .datepicker .datepicker-days table tbody tr td:hover {
     background-color: #fff !important;
     background-image: none !important;
}
 .datepicker .datepicker-days table thead tr:nth-child(2) th {
     border-bottom: 1px solid var(--awb-color7);
     color: var(--awb-color4) !important;
     font-size: 14px;
/*      font-family: Poynter Oldstyle Text Italic; */
}
 .datepicker table thead .prev, .datepicker table thead .next {
     text-indent: -50px;
     overflow: hidden;
     position: relative;
}
 .datepicker table thead .prev:before, .datepicker table thead .next:before {
     content: '';
     position: absolute;
     top: 3px;
     border: 1px solid var(--awb-color7);
     width: 17px;
     height: 17px;
     left: 2px;
     border-radius: 50%;
     background-image: url('/wp-content/uploads/2022/05/Nav-Arrow-prev.png') !important;
     background-size: 8px;
     background-repeat: no-repeat;
     background-position: 4px 5px;
}
 .datepicker table thead .next:before {
     background-image: url('/wp-content/uploads/2022/05/Nav-Arrow.png') !important;
}
 .datepicker table thead .prev:hover, .datepicker table thead .next:hover, .datepicker table thead .datepicker-switch:hover {
     background-color: transparent;
}
 .datepicker table thead .prev:hover:before, .datepicker table thead .next:hover:before {
     background-color: var(--awb-color5);
     border-color: var(--awb-color5);
}
 .datepicker table thead .prev:hover:before{
     background-image: url('/wp-content/uploads/2022/05/Nav-Arrow-prev-hover.png') !important;
}
 .datepicker table thead .next:hover:before{
     background-image: url('/wp-content/uploads/2022/05/Nav-Arrow-hover.png') !important;
}
 .floorplan-search-filter .row {
     flex-wrap: wrap;
}
 .floorplan-search-filter .row .col {
     max-width: initial;
     flex: initial;
     padding-right: 0;
     width: auto;
}
 .floorplans-list table thead tr th:last-child, .floorplans-list table tbody tr td:last-child {
     border-right: 0;
}
 .tabs-container ul li.nav-item {
     padding-bottom: 0;
}
 .dselect-wrapper.price .dropdown-menu .dropdown-item, 
 .dselect-wrapper.square_feet2 .dropdown-menu .dropdown-item,
 .dselect-wrapper.unit_availability2 .dropdown-menu .dropdown-item,

  .dselect-wrapper.square_feet .dropdown-menu .dropdown-item,
  .dselect-wrapper.unit_availability1 .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.square_feet2 .dropdown-menu[data-popper-placement="top-start"] .dselect-items:before, 
 .dselect-wrapper.square_feet2 .dropdown-menu[data-popper-placement="top-start"] .dselect-items:after, 
 .dselect-wrapper.square_feet2 .dropdown-menu[data-popper-placement="bottom-start"] .dselect-items:before, 
 .dselect-wrapper.square_feet2 .dropdown-menu[data-popper-placement="bottom-start"] .dselect-items:after,

 .dselect-wrapper.square_feet .dropdown-menu[data-popper-placement="top-start"] .dselect-items:before, 
 .dselect-wrapper.square_feet .dropdown-menu[data-popper-placement="top-start"] .dselect-items:after, 
 .dselect-wrapper.square_feet .dropdown-menu[data-popper-placement="bottom-start"] .dselect-items:before, 
 .dselect-wrapper.square_feet .dropdown-menu[data-popper-placement="bottom-start"] .dselect-items:after,

  .dselect-wrapper.unit_availability1 .dropdown-menu[data-popper-placement="top-start"] .dselect-items:before, 
 .dselect-wrapper.unit_availability1 .dropdown-menu[data-popper-placement="top-start"] .dselect-items:after, 
 .dselect-wrapper.unit_availability1 .dropdown-menu[data-popper-placement="bottom-start"] .dselect-items:before, 
 .dselect-wrapper.unit_availability1 .dropdown-menu[data-popper-placement="bottom-start"] .dselect-items:after, 

  .dselect-wrapper.unit_availability2 .dropdown-menu[data-popper-placement="top-start"] .dselect-items:before, 
 .dselect-wrapper.unit_availability2 .dropdown-menu[data-popper-placement="top-start"] .dselect-items:after, 
 .dselect-wrapper.unit_availability2 .dropdown-menu[data-popper-placement="bottom-start"] .dselect-items:before, 
 .dselect-wrapper.unit_availability2 .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%;
}
 .list-fp{
/*      height: calc(100vh - 400px); */
/*      overflow-x: auto;
      max-height: 600px; */
      min-height: 320px;
}
/*  .floorplan-fp{
     height: calc(100vh - 340px);
     overflow-x: auto;
} */
 .dselect-wrapper button.form-select {
     min-width: 100px;
}
 .floorplan-img {
     position: relative;
     margin-bottom: 0px;
     /*height: calc(100% - 100px);
     flex: 1;   */
     display: flex;
     align-items: center;
}
 .floorplan-img .btn {
     position: absolute;
     bottom: 0;
     right: 0;
}
 .view_fp h2 {
     margin-bottom: 15px;
}
 .view_fp p, .available-body p{
     color: var(--awb-custom_color_2);
/*      font-family: Avenir Next LT Pro Demi; */
     margin-bottom: 0;
}
 .available-body p {
     margin-bottom: 20px;
}
 .view_fp .unit-available-label {
     color: var(--awb-color4);
     display: block;
/*      font-family: Poynter Oldstyle Text Italic; */
     margin-bottom: 8px;
}
 .date input::placeholder {
     color: var(--awb-color4);
     opacity: 1;
     / Firefox / 
}
 .date input:-ms-input-placeholder {
     / Internet Explorer 10-11 / color: var(--awb-color4);
}
 .date input::-ms-input-placeholder {
     / Microsoft Edge / color: var(--awb-color4);
}
 .fp-global.floorplan-search-filter {
     margin-top: -50px;
}
 .fp-global.floorplan-search-filter .form-select, .fp-global.floorplan-search-filter .date input {
     background-color: transparent !important;
}
 .view-fp-box {
     border: 1px solid var(--awb-color7);
/*      padding: 32px; */
     /*margin-top: -66px;*/
     position: relative;
     padding: 10px;
     min-height: 400px;
/*      display: flex;
     align-items: center;
     flex-direction: column; */
     border-radius: 2px 0 2px 2px;
/*      height: 100%; */
/*   height: calc(100vh - 340px); */
/*     overflow: auto; */
height: 100%;
}
 .view-fp-override {
     width: 100%;
     display: flex;
     flex-direction: column;
     height: 100%; 
/*    overflow: hidden; */
}
 .available-body hr {
     background-color: var(--awb-color7);
     opacity: 1;
     margin: 2rem 0;
     display: none;
}
 .unit-available-popup .modal-content {
     overflow: visible !important;
     border-radius: 2px;
     border-color: #D9D9D9;
}
 .unit-available-popup .close {
     position: absolute;
     right: -25px;
     top: -25px;
     border: 1px solid #fff;
     border-radius: 50%;
     width: 25px;
     height: 25px;
     z-index: 9;
     color: #fff;
     opacity: 1;
     font-size: 1rem;
     display: flex;
     justify-content: center;
     align-items: center;
}
.unit-available-popup:before {
     content: '';
     width: 100%;
     height: 100%;
     background-color: rgb(60 56 53 / 85%);
     top: 0;
     left: 0;
     position: fixed;
}
 .floorplans-list table tbody tr{
     cursor: pointer;
}
 .floorplans-list table tbody tr.active td:before, .floorplans-list table tbody tr:hover td:before{
     content: '';
     position: absolute;
     width: 100%;
     height: 25px;
     background-color: #EFEFEF;
     z-index: -1;
     left: 0;
     top: 12px;
}

.unit_preview_container table tbody tr:hover td:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 25px;
    background-color: #EFEFEF;
    z-index: -1;
    left: 0;
   top: 50%;
    transform: translateY(-50%);
}
.features-text {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 190px;
}
.features-text2 {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 190px;
}
.unit-available-popup .modal-body .alert {
    padding: 10px;
    margin-bottom: 0;
}
.unit-available-popup .modal-body .alert p {
    margin-bottom: 0;
}
.unit-available-popup .modal-body .alert p * {
    font-size: 12px !important;
    color: #333;
}
.unit-available-popup .modal-body .floor_image_slider{
     height: 35vh;
}
.features-text-popup, .feature-show-pop {
    position: absolute;
    height: auto;
    background-color: #fff;
    border: 1px solid var(--awb-color4);
    padding: 5px;
    z-index: 1;
    line-height: 1.2;
    width: 190px;
    border-radius: 3px;
    box-shadow: 2px 3px 6px 2px #e7e7e7;
    display: none;
}
.feature-show-pop {
    z-index: 9999;
}
/* .unit-available-popup .floorplans-list table tbody tr td:nth-child(7):hover .features-text-popup {
    display: block;
     margin-top: 3px;
}
.unit_preview_container table tbody tr td:nth-child(5):hover .features-text-popup {
    display: block;
     margin-top: 3px;
} */
/*  .floorplans-list table tbody tr td:last-child {
     padding-top: 7px !important;
} */
 .floorplans-list table thead tr:last-child td {
     padding: 2px !important;
     position: relative;
}
 .floorplans-list table thead tr:last-child, .list-fp table thead tr:last-child{
     border: 0 !important;
}
 .floorplans-list table thead tr:last-child td:before, .list-fp table thead tr:last-child td:before{
     content: '';
     position: absolute;
     width: 100%;
     height: 4px;
     background-color: #fff;
     left: 0;
     top: -5px;
}
 .unit-available-popup img {
     display: block;
     margin: 0 auto;
}
 .unit-available-popup h2 {
     font-size: 28px;
     line-height: 1.2;
/*      font-family: PoynterOSDisp Roman; */
     color: var(--awb-color4) !important;
}
 .unit-available-popup .modal-body {
	 padding: 30px 30px 0 30px;
    min-height: auto;
    max-height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.media_image.floorplan-preview-image-slider {
    flex: 1;
    display: flex;
}
 .unit-available-popup .modal-dialog {
     transform: translate(0,0) !important;
}
 .datepicker-dropdown {
  /*   z-index: 999 !important; */
     margin-left: 18px !important;
}
 .datepicker-orient-bottom {
     margin-top: 7px !important;
}
 .floorplan-mobile-list{
     display: none;
}
 .date.input-group {
     flex-wrap: initial;
}
/* new css */
 .unit-available-popup .floorplans-list table tbody tr td {
     vertical-align: middle;
}
 .list-fp table tbody tr td {
     vertical-align: middle;
     padding: 5px;
}
 .list-fp table tbody tr:hover td:before {
     top: 50%;
     transform: translateY(-50%);
     margin-top: -2px;
}
 .imageContent-style-popup {
     width: 100%;
     padding: 30px 0 !important;
     overflow: initial !important;
}
 .imageContent-style-popup .swiper-wrapper {
/*      height: auto !important; */
          flex: 1;
    display: flex;
    height: 100% !important;
}
 .imageContent-style-popup .swiper-slide {
     background: #fff;
    /* Center slide text vertically */
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     height: auto;
     flex-direction: column;
      /*flex: 1;*/
    height: 100% !important;
}
 .imageContent-style-popup .swiper-slide .slide-img {
/*     height: calc(100vh - 290px) !important; */
    background-repeat: no-repeat;
    height: calc(100vh - 355px) !important;
    background-size: contain;
    background-position: center;
    /*border: 1px solid #C4E9FB;*/
    margin: 0 0 1rem;
   /* height: 90% !important; */
}
.imageContent-style-popup .swiper-slide .slide-img iframe {
    height: 100%;
}
 .imageContent-style-popup .swiper-slide .image-content{
     padding: 15px;
}
 .imageContent-style-popup .swiper-slide .image-content h5 {
     font-size: 21px;
     color: var(--awb-color7);
     margin-bottom: 0;
/*      font-family: "PoynterOSDisp, normal" !important; */
     margin-bottom: 15px;
}
 .imageContent-style-popup .swiper-slide .image-content p{
     font-size: 14px;
     color: #000;
     margin-bottom: 0;
     line-height: 1;
}
 .imageContent-style-popup .swiper-button-prev, .imageContent-style-popup .swiper-button-next {
     width: 45px;
     height: 45px;
     border-radius: 100px;
     border: 1px solid var(--awb-color7);
     background-color: #fff;
     top: 18vw;
}
 .imageContent-style-popup .swiper-button-prev:after, .imageContent-style-popup .swiper-button-next:after {
     font-size: 20px;
     color: var(--awb-color5);
}
 .imageContent-style-popup .swiper-button-prev.swiper-button-disabled, .imageContent-style-popup .swiper-button-next.swiper-button-disabled {
     opacity: 0;
}
 .imageContent-style-popup .swiper-button-prev {
     left: calc(24.1% - 17px);
}
 .imageContent-style-popup.swiper-button-next {
     right: calc(25.1% - 25px);
}
 .imageContent-style-popup .swiper-pagination {
     width: auto !important;
     right: 20px;
     left: initial !important;
     bottom: 0 !important;
     border: 1px solid #d9d9d9;
     opacity: 0.99;
     border-radius: 5px;
     background: transparent linear-gradient(0deg, #efefef 0%, #e6e6e6 68%, #d9d9d9 100%) 0% 0% no-repeat padding-box;
     display: flex;
}
 .imageContent-style-popup .swiper-button-prev:hover, .imageContent-style-popup .swiper-button-next:hover {
     background-color: var(--awb-color5);
     border-color: var(--awb-color5);
}
 .imageContent-style-popup .swiper-button-next:after, .imageContent-style-popup .swiper-button-prev:after{
     content: '';
     background-image: url('/wp-content/uploads/2022/05/Nav-Arrow.png') !important;
     background-position: center;
     background-size: contain;
     width: 20px;
     background-repeat: no-repeat;
     height: 100%;
}
 .imageContent-style-popup .swiper-button-prev:after{
     background-image: url('/wp-content/uploads/2022/05/Nav-Arrow-prev.png') !important;
}
 .imageContent-style-popup .swiper-button-next:hover:after{
     background-image: url('/wp-content/uploads/2022/05/Nav-Arrow-hover.png') !important;
}
 .imageContent-style-popup .swiper-button-prev:hover:after{
     background-image: url('/wp-content/uploads/2022/05/Nav-Arrow-prev-hover.png') !important;
}
 .imageContent-style-popup .swiper-pagination-bullet {
     height: 9px !important;
     width: 25px !important;
     border-radius: 0;
     margin: 0 !important;
     background: transparent;
     pointer-events: none;
}
 .imageContent-style-popup .swiper-pagination-bullet-active {
     background: #ffffff 0% 0% no-repeat padding-box;
     border-radius: 5px !important;
}
 .imageContent-style-popup .swiper-pagination-bullet:first-child {
     border-radius: 5px 0 0 5px;
}
 .imageContent-style-popup .swiper-pagination-bullet:last-child {
     border-radius: 0 5px 5px 0;
}
 .imageContent-style-popup .swiper-slide .image-content a.btn, .imageContent-style-popup .swiper-slide .image-content a.btn:hover {
     background-color: var(--awb-color4);
     border-color: var(--awb-color4);
}
 .floorplan-search-filter.mobile-fp-global{
     display: none;
}
 .datepicker.dropdown-menu .datepicker-days table {
     width: 100%;
}
 .fp-global.floorplan-search-filter .row .form-select {
     padding-left: 0;
     padding-right: 26px;
}
 .floorplan-mobile-list .avail-unit {
     color: var(--awb-color7);
     font-weight: bold;
}
 .floorplan-mobile-list .btn {
     font-size: 12px !important;
}
 .modal-backdrop.show {
     opacity: .5 !important;
}
 .grid-media-img {
     width: 35px;
     height: 35px;
     display: flex;
     margin: 0 auto;
     border-radius: 50%;
     overflow: hidden;
     justify-content: center;
     align-items: center;
     position: relative;
}
 .grid-media-img img {
    position: absolute;
    top: 0;
    max-width: 100%;
    object-fit: cover;
    min-height: 100%;
}
 .unit-available-popup .swiper-slide h2 {
     font-size: 21px;
     color: var(--awb-color7) !important;
}
 .unit-available-popup .swiper-slide p {
     color: #333;
     max-width: 390px;
}
 .unit-available-popup .swiper-pagination {
     display: none;
}
 .unit-available-popup .swiper-container {
     overflow: hidden !important;
     position: relative;
     padding: 0 !important;
/*      display: block; */
          display: flex;
    flex: 1;
}
 .unit-available-popup .swiper-container .swiper-button-next, .unit-available-popup .swiper-container .swiper-button-prev {
/*      top: 13vw; */
      top: 50%;
     background-color: rgb(0 0 0 / 50%);
     border: 0;
      margin-top: -60px;
}
 .unit-available-popup .swiper-container .swiper-button-prev {
     left: 10px;
}
 .slider-img-popup {
         display: flex;
    flex-wrap: wrap;
    flex-direction: column;
        height: 77vh;
}
 .unit-available-popup .swiper-container .swiper-button-next:after {
     background-image: url(/wp-content/uploads/2022/05/Nav-Arrow-hover.png) !important;
}
 .unit-available-popup .swiper-container .swiper-button-prev:after {
     background-image: url(/wp-content/uploads/2022/05/Nav-Arrow-prev-hover.png) !important;
}
 .unit-available-popup .swiper-container .swiper-button-next:hover, .unit-available-popup .swiper-container .swiper-button-prev:hover {
     background-color: var(--awb-color5);
     border-color: var(--awb-color5);
}
 .unit-available-popup .swiper-container .swiper-button-next:hover:after {
     background-image: url(/wp-content/uploads/2022/05/Nav-Arrow-hover.png) !important;
}
 .unit-available-popup .swiper-container .swiper-button-prev:hover:after {
     background-image: url(/wp-content/uploads/2022/05/Nav-Arrow-prev-hover.png) !important;
}
 .tabs-container ul li.nav-item:first-child a, .tabs-container ul li.nav-item:first-child a:hover{
     border-radius: 2px 0 0 0;
}
 .tabs-container ul li.nav-item:last-child a, .tabs-container ul li.nav-item:last-child a:hover{
     border-radius: 0 2px 0 0;
}
 .tabs-container ul {
     margin: 0;
     padding: 0;
}
 .floorplans-list table tbody tr:hover a.btn {
     background-color: var(--awb-color5) !important;
     border-color: var(--awb-color5) !important;
     color: #fff!important;
}
 .unit-available-popup .close:hover {
     background-color: #fff;
     border-color: var(--awb-color7);
}
 .unit-available-popup .close:hover .awb-icon-close {
     color: var(--awb-color5);
}
 .unit-available-popup .close {
     font-size: 15px;
}
 .floorplans-list table tbody tr td a.btn {
     line-height: 1.7;
      margin-top: -6px;
}
 .floorplans-list table tbody tr td:last-child strong {
/*      font-family: 'Avenir Next LT Pro Demi'; */
     font-weight: normal;
}
 .loader-sidebar-content-all {
     position: absolute;
     z-index: 1;
     width: calc(100% - 30px);
     height: calc(100% - 30px);
     background-color: rgb(255 255 255 / 85%);
     display: flex;
     align-items: center;
}
 .desktop-hero > .fusion-builder-row {
     position: relative;
     z-index: 9 !important;
}
/*.show {
      width: 100%;
      height: auto;
    }*/
    #big-img {
    max-width: initial;
    max-height: initial;
}
.zoomImage {
     border: 1px solid var(--awb-color7);
    background-color: #fff;
/*     box-shadow: -4px 4px 8px 1px #e5e5e5; */
     border-radius: 100%;
/*   width: 115px !important;
    height: 115px !important;
     top: -130px !important;
    left: -255px;
    right: initial !important; */
}


.form-textarea {
    height: auto !important;
}


.message-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 60px);
    position: absolute;
    width: calc(100% - 60px);
    font-size: 25px;
    font-weight: 600;
    flex-direction: column;
    text-align: center;
    line-height: 30px;
}

.floorplans-list .send-leads-btn{
    border-color: var(--awb-color4);
    background-color: var(--awb-color4);
    font-size: 14px;
    border-radius: 2px !important;
    color: #fff !important;
}
.floorplans-list .send-leads-btn:hover{
    border-color: var(--awb-color5);
    background-color: var(--awb-color5);
}
.floorplans-list .send-leads-btn:focus{
    box-shadow: none;
}

.floorplan_image .swiper-button-prev, .floorplan_image .swiper-button-next {
    width: 45px !important;
    height: 45px !important;
    border-radius: 100px;
    border: 1px solid var(--awb-color7);
    background-color: #fff;
    transform: translateY(-50%);
    margin-top: -30 !important;
    top: 50%;
}
.floorplan_image .swiper-button-prev:hover, .floorplan_image .swiper-button-next:hover {
    background-color: var(--awb-color5);
    border-color: var(--awb-color5);
}
.floorplan_image .swiper-button-next:after, .floorplan_image .swiper-button-prev:after {
    background-position: center;
    background-size: contain;
    width: 20px;
    background-repeat: no-repeat;
     color: transparent;
}
.floorplan_image .swiper-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}
.floorplan_image .swiper-slide {
    width: 100% !important;
     display: flex;
    justify-content: center;
}
.floorplan_image  .swiper-button-disabled{
     opacity: 0!important;
}

.site-map-heading {
    margin: 40px 0 20px;
}
.floorplan-data {
    max-height: 598px;
    overflow: auto;
}
.media_image .image-link {
    position: relative;
}
.media_image .image-link img {
    height: 300px;
}
.search-icon {
    transform: translate(-50%, -50%);
}
@media (min-width: 1921px){
	.unit-available-popup .modal-body {
		min-height: 800px;
		max-height: 800px;
	}
	.slider-img-popup {
		height: 770px;
	}
}
/*  @media (min-width: 1600px){
.floorplan-fp{
     height: initial;
      max-height: 695px;
     height: calc(100vh - 340px);
}
} */
/*  @media (min-width: 1921px){
      .floorplan-desktop-list,
      .view-fp-box{
          height: auto !important;
     } 
} */
/*  @media (max-width: 1800px){
      .view-fp-box {
          height: calc(100% - 75px);
     } 
} */
/*  @media (max-width: 1600px){
      .view-fp-box {
          height: calc(100% - 150px);
     } 
} */
 @media (max-width: 1440px){
     .imageContent-style-popup .swiper-slide .image-content a.btn, .imageContent-style-popup .swiper-slide .image-content a.btn:hover {
         font-size: .7rem;
    } 
/*    .view-fp-box {
    height: calc(100% - 75px);
} */
}
 @media (max-width: 1024px) {
     .imageContent-style-popup .swiper-button-prev, .imageContent-style-popup .swiper-button-next {
         top: 20vw;
    }
     .date input {
         width: calc(100% - 26px)!important;
    }
     .dselect-wrapper button .dselect-placeholder {
         padding-right: 3px;
    }
     .floorplan-search-filter .row .col {
         width: 50%;
    }
     .mobile-floorplan.floorplan-search-filter {
         margin-top: 0;
         padding: 15px 25px!important;
    }
     .mobile-floorplan-filters[class] {
         width: 100% !important;
    }
     .mobile-floorplan {
         position: absolute;
         bottom: -4px;
         background-color: #fff;
         left: 0;
         width: calc(100% - -20px);
         z-index: 9;
         margin: 0 -10px;
         padding: 0 20px;
    }
    .floorplan-search-filter {
     display: none;
    }
    #list_view, #floorplan_view {
        display: none !important;
    }

     .floorplan-mobile-list{
         display: block !important;
    }
     .floorplan-desktop-list/*, .tabs-container*/{
         display: none;
    }
     .floorplan-mobile-list .accordion-button {
		padding-left: 10px;
        padding-right: 10px;
         padding-top: 10px;
         padding-bottom: 10px;
    }
	 .floorplan-mobile-list .accordion-item .accordion-body {
		padding: 10px !important;
	}
	 .mobile-floorplan-units .mobile-unit-info br {
		display: none;
	}
     .floorplan-mobile-list .accordion-button:not(.collapsed) {
         color: var(--awb-color4);
         background-color: #fff;
         box-shadow: inset 0 -1px 0 var(--awb-color7);
    }
     .floorplan-mobile-list .accordion-item {
         background-color: #fff;
         border: 1px solid var(--awb-color7) !important;
		 position: relative;
		 margin-bottom: 5px;
    }
     .floorplan-mobile-list .accordion-button:after {
         background-image: url('/wp-content/uploads/2022/05/top-Arrow-1.png') !important;
         background-position: center;
         width: 17px;
         height: 17px;
         background-size: 9px;
         background-repeat: no-repeat;
         right: 0;
         border: 1px solid var(--awb-color7);
         border-radius: 30px;
         background-color: #fff;
         top: 8px;
         transform: rotate(-180deg);
    }
    .default_floor_grid_slider.floorplan_image {
        padding: 15px 0;
        position: relative;
     }
     .floorplan_image .swiper-button-prev {
         left: -10px;
     }

     .floorplan_image .swiper-button-next {
         right: -10px;
     }
     .floorplan-mobile-list .accordion-button:not(.collapsed):after {
         transform: rotate(0deg);
         background-image: url('/wp-content/uploads/2022/05/top-Arrow-1.png') !important;
    }
     .floorplan-search-filter.mobile-fp-global{
         display: block !important;
         margin-top: 0;
    }
     .floorplan-search-filter.mobile-fp-global .btn {
         margin-top: 15px;
         padding-left: 10px;
         padding-right: 10px;
    }
     .floorplan-container .left-content, .floorplan-container .tabs-container{
         width: 100%;
    }
     .date .input-group-append .input-group-text.bg-light {
         margin-left: 4px;
    }
     .floorplan-mobile-list .accordion-body img {
         display: block;
         margin: 0 auto;
    }
      .floorplan-container .tabs-container ul li.nav-item:first-child {
          display: none;
     }
      .tabs-container ul {
          margin: 10px 0;
          justify-content: center !important;
     }
     .btn.fp-specials {
		background-color: #c6401b !important;
		border-color: #c6401b !important;
	}
	 .floorplan-mobile-list .accordion-button:not(.collapsed):before,
	 .floorplan-mobile-list .accordion-button:before{
		 right: 15px !important;
		 top: 50%;
        margin-top: -4px;
	 }
	 .floorplan-mobile-list[class] .accordion-button:after,
	 .floorplan-mobile-list[class] .accordion-button:not(.collapsed):after{
        background-image: none !important;
    }
	.view_fp_mobile {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.special-popup-container .special-popup {
		width: 90% !important;
		height: 60% !important;
	 }
	 .special-popup-container .special-popup .special-close {
		top: -30px !important;
		right: 0px !important;
	}
}
 @media (max-width: 991px) {
     
}
 @media (max-width: 767px) {
     .floorplan-search-filter .row .col {
         width: 50%;
    }
     .lightbox .btn-close{
         display: none;
    }
     .imageContent-style-popup{
         display: none;
         padding: 10px 0 !important;
         width: calc(100% - 4px);
    }
/*      .imageContent-style-popup .swiper-slide .slide-img {
         height: 400px !important;
    } */
     .imageContent-style-popup .swiper-button-prev {
/*          left: -10px; */
           left: 0 !important;
         border-radius: 0 20px 20px 0;
    }
     .imageContent-style-popup .swiper-button-next {
/*          right: -10px; */
               right: 0px !important;
         border-radius: 20px 0 0 20px;
    }
     .imageContent-style-popup .swiper-button-prev, .imageContent-style-popup .swiper-button-next {
         top: 200px;
         background-color: rgb(0 0 0 / 50%);
    }
     .imageContent-style-popup .swiper-button-next:after {
         background-image: url(/wp-content/uploads/2022/05/Nav-Arrow-hover.png) !important;
    }
     .imageContent-style-popup .swiper-button-prev:after {
         background-image: url(/wp-content/uploads/2022/05/Nav-Arrow-prev-hover.png) !important;
    }
     .fp-global.floorplan-search-filter .row .form-select {
         padding-left: 0;
         padding-right: 26px;
    }
     .dselect-wrapper button.form-select {
         min-width: 130px;
    }
	  .unit-available-popup .modal-body {
		 padding: 15px 15px 0 15px;
	}
}
 @media (max-width: 640px) {
     .mobile-fp-global .row .col {
         width: 50%;
    }
     .mobile-fp-global .row .col .dselect-wrapper button .dselect-placeholder {
         padding-right: 0;
    }
     .mobile-fp-global .date input {
         width: calc(100% - 20px) !important;
    }
     .fp-global.floorplan-search-filter {
         margin-top: 0;
    }
     .dselect-wrapper .dropdown-menu {
         right: -10px !important;
    }
	 
	 /* mobile floorplan filter UI */
	 .single-line-filter-mobile .row .col,
	 .mobile-floorplan .row .col{
		width: 33.3% !important;
	}
	.single-line-filter-mobile .row .col-9, .single-line-filter-mobile .row .col-3,
	.mobile-floorplan .row .col-9, .mobile-floorplan .row .col-3{
		width: 100%;
	}
	.single-line-filter-mobile .row > .col-3 .col,
	.mobile-floorplan .row > .col-3 .col{
		width: 100% !important;
		padding-right: 12px;
	}
	.single-line-filter-mobile .row > .col-3 .col .btn,
	.mobile-floorplan .row > .col-3 .col .btn{
		width: 100%;
	}
	.single-line-filter-mobile .row .col .dselect-wrapper button.form-select,
	.mobile-floorplan .row .col .dselect-wrapper button.form-select{
		min-width: 100%;
	}
	.single-line-filter-mobile .row .col .dselect-wrapper button.form-select .dselect-placeholder,
	.mobile-floorplan .row .col .dselect-wrapper button.form-select .dselect-placeholder{
		white-space: nowrap;
		overflow: hidden;
		width: 64px;
		display: block;
	}
	 .mobile-floorplan.floorplan-search-filter[class] .col-9 {
		padding-right: 20px;
	}
	 .single-line-filter-mobile .dselect-wrapper.beds[class] .dropdown-menu, 
	 .mobile-floorplan .dselect-wrapper.beds[class] .dropdown-menu {
		margin-right: 0 !important;
		right: -14px !important;
	}
	 .single-line-filter-mobile .dselect-wrapper.bath[class] .dropdown-menu,
	 .mobile-floorplan .dselect-wrapper.bath[class] .dropdown-menu {
		 right: -3px !important;
	 }
}
 @media (max-width: 480px) {
     .imageContent-style-popup .swiper-pagination {
         top: 60vw;
    }
     .mobile-floorplan.floorplan-search-filter {
         margin-top: 0;
         padding: 15px 12px!important;
    }
}
.sort-icons {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.floorplans-list table thead tr th {
  cursor: pointer;
}

.sort-icons button{
    opacity: 0.3;
    line-height: 0;
    border: 0;
    background-color: transparent;
    padding: 0;
}
.sort-icons button svg path{
    fill: #002f62;
}
.sort-icons button.active{
    opacity: 1;
}
.sort-icons button:focus{
    box-shadow: none;
}

.mobile-floorplan-sort {
    margin-bottom: 20px;
}

.mobile-sort-heading {
    font-size: 12px;
    font-weight: 600;
    color: #002f62;
    margin-bottom: 5px;
}

.mobile-floorplan-sort .mobile-sort a {
    flex: 1;
    border: 1px solid var(--awb-color7);
    text-align: center;
    padding: 8px 10px;
}

.mobile-floorplan-sort .mobile-sort a:nth-child(2) {
    border-left: 0;
    border-right: 0;
}

.mobile-floorplan-sort .mobile-sort a.active-tab {
    background-color: var(--awb-color5);
    color: #fff !important;
    border-color: var(--awb-color5);
}

.mobile-floorplan-sort .mobile-sort a .sort-icons .arrow_sort {
    display: none;
}

.mobile-floorplan-sort .mobile-sort a.active-tab .sort-icons .arrow_sort.active {
    display: block;
}

.mobile-floorplan-sort .mobile-sort a.active-tab .sort-icons .arrow_sort.active  svg path {
    fill: #fff;
}

/* new updated css */
.floorplan_name_container h2 {
    margin-bottom: 5px;
}
.default_floor_grid_slider .swiper-slide,
.floor_grid_slider  .swiper-slide{
    height: 260px !important;
}

.default_floor_grid_slider .swiper-slide a,
.floor_grid_slider .swiper-slide a{
    height: 100%;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .unit_preview_container {

      margin-top: 0px;
    overflow: auto; 

    padding: 0 10px;

}
.unit_preview_container table tbody tr td {
     padding-top: 3px;
    vertical-align: middle;
    padding-bottom: 2px;
}
.unit_preview_container .table {
    margin-bottom: 0;
}
.floorplans-list table tbody tr.active td:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 25px;
    background-color: #eff3f5;
    z-index: -1;
    left: 0;
    top: 12px;
    border: 1px solid #ced9df;
     border-right: 0;
     border-left: 0;
}
.floorplans-list table tbody tr.active td:first-child:before {
    border-left: 1px solid #ced9df;
}
.floorplans-list table tbody tr.active td:last-child:before {
    border-right: 1px solid #ced9df;
}
.floorplans-list {
    margin-bottom: 15px;
    min-height: 250px !important;
}
/* .floorplan-desktop-list { */
/*     height: calc(100vh - 340px); */
/*     overflow: hidden; */
/*   max-height:600px; */
/* } */
.unit-available-popup {
   padding-left: 17px !important;
         padding-right: 17px !important;
}
.floorplan-preview-image-slider .swiper-slide .slide-img {
/*     height: calc(100vh - 465px) !important; */
         display: flex;
    justify-content: center;
    align-items: center;
}
.floorplan-preview-image-slider .swiper-slide .slide-img img {
    max-width: 100%;
    max-height: 100%;
}
.floorplan-preview-image-slider .swiper-container .swiper-button-prev, .floorplan-preview-image-slider .swiper-container .swiper-button-next{
     margin-top: -30px;
     background-color: #fff;
     transform: translateY(-50%);
}
/* .floorplan-preview-image-slider, .floorplan-preview-image-slider .swiper-container, .floorplan-preview-image-slider .swiper-wrapper, .floorplan-preview-image-slider .swiper-slide, .floorplan-preview-image-slider .swiper-slide .slide-img {
    height: calc(100% - 225px) !important;
} */
.fp-images-btn {
    display: flex;
    position: absolute;
    right: 10px;
    top: -8px;
    flex-wrap: wrap;
    justify-content: end;
    z-index: 2;
    width: 260px;
}
.fp-images-btn a {
    border: 1px solid #f5f5f5;
    display: inline-block;
    padding: 3px 10px;
    background-color: #f5f5f5;
    color: #333 !important;
    font-size: 12px;
    width: 80px !important;
    text-align: center;
    height: 30px !important;
    line-height: 24px;
    margin-left: 5px;
}
.fp-images-btn a.assign-media {
    margin-left: 10px;
     font-size: 12px;
     padding: 3px 10px;
}
.fp-images-btn a.active {
    border: 1px solid #a2c1d1;
    background-color: #fff;
}

.special-popup-container {
    background-color: rgb(0 0 0 / 60%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.special-popup-container .special-popup {
background-color: #fff;
width: 80%;
height: 80%;
position: relative;
}

.special-popup-container .special-popup .special-close {
    position: absolute;
    top: -20px;
    right: -20px;
    /*border: 2px solid #fff;*/
    width: 20px;
    height: 20px;
    border-radius: 20px;
    color: #fff !important;
    text-align: center;
}

.special-close:before, .special-close:after {
    content: '';
    position: absolute;
    left: 7px;
    height: 16px;
    width: 2px;
    background-color: #fff;
    top: 3px;
}

.special-close::before {
    transform: rotate(45deg);
}

.special-close:after {
    transform: rotate(-45deg);
}


.fp-images-btn .fp-specials {
    margin-top: 5px;
    line-height: 1.3;
    background-color: var(--awb-color5) !important;
    border-color: var(--awb-color5) !important;
}

.SpecialSwiper{
     height: 100%;
}

.SpecialSwiper 
 .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    align-items: end;
}

.SpecialSwiper .swiper-slide .special-details {
    padding: 20px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    height: 65%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
}
.SpecialSwiper .swiper-slide .special-details h2 {
    margin-bottom: 10px;
}
.SpecialSwiper .swiper-slide .special-details p {
    color: #000;
    font-size: 12px;
}

.SpecialSwiperMobile{
     height: 100%;
}

.SpecialSwiperMobile 
 .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    align-items: end;
}

.SpecialSwiperMobile .swiper-slide .special-details {
    padding: 20px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    height: 65%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
}
.SpecialSwiperMobile .swiper-slide .special-details h2 {
    margin-bottom: 10px;
}
.SpecialSwiperMobile .swiper-slide .special-details p {
    color: #000;
    font-size: 12px;
}
.special-popup-container .special-popup .swiper-container{
     position: relative;
     margin: 0 auto;
     height: 100%;
}
.special-popup-container .special-popup .swiper-container .swiper-button-prev{
     left: -40px;
     width: 30px;
}
.special-popup-container .special-popup .swiper-container .swiper-button-next{
     right: -40px;
     width: 30px;
}
.special-popup-container .special-popup .swiper-container .swiper-button-prev:after, 
.special-popup-container .special-popup .swiper-container .swiper-button-next:after {
    background-image: none !important;
    width: 16px;
    height: 30px;
    font-size: 30px;
    color: #fff;
}


.special-dot {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #c6401b;
    border-radius: 10px;
    top: 50%;
    left: -8px;
    border: 1px solid #fff;
    transform: translateY(-50%);
}

.btn-divider {
    flex-basis: 100%;
}
.floorplans-list .unit_preview_container table tbody tr td a.btn {
    margin-top: 0;
}
.multi-sitemaps {
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    width: 98% !important;
    margin: 15px auto 0 !important;
    padding: 1rem 5rem;
}
.mobile-sort-heading{
    display: none;
}

@media (max-width: 1024px){
  .sitemap-tabs li.nav-item:first-child {
      display: block !important;
  }
  .multi-sitemaps {
      padding: 0 !important;
      border: 0 !important;
  }
  .mobile-sort-heading{
    display: block;
    }
}
.dselect-wrapper.beds-fp .dropdown-menu .dropdown-item, .dselect-wrapper.beds .dropdown-menu .dropdown-item,.dselect-wrapper.beds-home .dropdown-menu .dropdown-item  {
    width: auto;
    border-radius: 3px;
    max-width: 54px;
    padding: 0 3px !important;
}
.dselect-wrapper.beds-fp .dropdown-menu, .dselect-wrapper.beds .dropdown-menu,  .dselect-wrapper.beds-home .dropdown-menu  {
    margin-right: -10px !important;
    max-width: 54px;
}
.dselect-wrapper.home-beds .dropdown-menu{
    margin-right: -12px !important;
}
/*.dselect-wrapper.home-beds .dropdown-menu .dropdown-item {
    width: 50px;
    border-radius: 3px;
}*/
.dselect-wrapper.beds-fp .dropdown-menu .dselect-items, .dselect-wrapper.beds .dropdown-menu .dselect-items, .dselect-wrapper.beds-home .dropdown-menu .dselect-items {
    display: flex;
    flex-direction: column;
}


.unit-lease-term-details {
    position: absolute;
    width: 270px;
    background-color: #fff;
    height: 100%;
    z-index: 9;
    top: 0;
    right: 0;
    box-shadow: -3px 2px 10px #b1c9d5;
    border-left: 1px solid #b1c9d5;
    display: flex;
    flex-direction: column;
    right:-310px;
}

.unit-lease-term-details h4 {
    font-size: 16px;
    color: #000 !important;
    padding: 10px;
    border-bottom: 1px solid #b1c9d5;
    line-height: 1;
    margin-bottom: 0;
    background-color: #e8f3ff;
}

.unit-lease-term-details .available-lease-terms {
    overflow: auto;
    height: 100%;
    padding: 10px;
}

.unit-lease-term-details .close-lt-popup,
.unit-lease-term-details .modal-close-lt {
    position: absolute;
    left: -35px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #060606 !important;
    font-weight: bold;
    top: 3px;
    box-shadow: 0 0 10px #c9c9c9;
    border-radius: 15px;
    border: 1px solid #d5d5d5;
}

.unit-lease-term-details .close-lt-popup:hover, .unit-lease-term-details .modal-close-lt:hover, {
    color: #060606 !important;
}

.unit-lease-term-details .unit-lease-apply-now {
    background-color: #002857;
    color: #fff !important;
    text-align: center;
    padding: 10px;
	display: block;
}

.unit-lease-term-details .available-lease-terms .form-check input {
    opacity: 0;
}

.unit-lease-term-details .available-lease-terms .form-check .form-check-input:checked ~ .form-check-label {
    border: 1px solid #c6401c;
    background-color: #fff;
    box-shadow: 2px 2px 3px #ffcdbf;
}

.unit-lease-term-details .available-lease-terms .form-check .form-check-input ~ .form-check-label {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
    background-color: #fdfdfd;
    box-shadow: 2px 2px 3px #e9e9e9;
}

.unit-lease-term-details .available-lease-terms .form-check {padding-left: 0;width: 48%;margin-bottom: 10px;text-align: center;color: #000;}

.lease-terms-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.unit-lease-term-details .available-lease-terms .form-check  .form-check-label .rent {
    font-size: 11px;
    display: block;
    color: #333;
    font-style: italic;
}


.mobile-floorplan-units {
    display: flex;
    flex-direction: row;
    border: 1px solid #002857;
    padding: 5px;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

.mobile-floorplan-units .mobile-lease-btn {
    flex-basis: 30%;
    padding-left: 8px;
}

.mobile-floorplan-units .mobile-unit-info {
    flex-basis: 40%;
    font-size: 12px;
    line-height: 1.2;
}

.mobile-floorplan-units  .mobile-unit-availibility {
    flex-basis: 30%;
    font-size: 12px;
    padding-left: 8px;
}

.mobile-floorplan-units .mobile-unit-info strong {
    display: inline-block;
    width: 60px;
}

.mobile-floorplan-units .mobile-lease-btn .btn {
    padding: 5px 8px;
}
.unit-available-popup .close .awb-icon-close {
    padding-right: 0;
    padding-top: 0;
    color: #fff !important;
}
.unit-available-popup .close:hover .awb-icon-close {
    color: var(--awb-color5) !important;
}

/* lease terms move in date calendar UI */
.lease-datepicker {
    height: 260px;
}
.lease-datepicker .datepicker {
    width: 100%;
    height: 250px;
    padding: 0 !important;
}
.lease-datepicker .datepicker .table-condensed {
	width: 100%;
}
.lease-datepicker .datepicker table tr td {
    padding: 6px !important;
    font-size: 12px;
}
.lease-datepicker .datepicker table tr th {
    padding: 8px;
}
.lease-datepicker .datepicker table tr td::before {
    width: 25px !important;
    height: 25px !important;
}
.lease-datepicker .datepicker table tr:hover td::before {
    background-color: transparent;
}
.lease-datepicker .datepicker .table-condensed thead .prev::before, .lease-datepicker .datepicker .table-condensed thead .next::before {
    top: 7px;
}
.lease-datepicker .datepicker .table-condensed thead .prev::after, .lease-datepicker .datepicker .table-condensed thead .next::after {
    top: 12px;
    right: 16px;
}
.lease-datepicker .datepicker .table-condensed thead .next::before {
    left: 12px !important;
}
.lease-datepicker .datepicker .table-condensed thead .next::after {
    left: 18px;
}
.datepicker-switch{
	pointer-events: none;
}
.datepicker .datepicker-days table tbody tr td.disabled:hover {
	color: #999 !important;
}
.datepicker .datepicker-days table tbody tr td.disabled:hover:before {
    background-color: transparent !important;
    border:  none !important;
}


.special-info {
    position: absolute;
    background-color: #fff;
    border: 1px solid var(--awb-color7);
    box-shadow: 2px 2px 5px #efefef;
    z-index: 1;
    width: 200px;
    padding: 10px 20px;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -20px;
    display: none;
    left: 5px;
}
.special-dot:hover + .special-info {
    display: block;
}
.floorplan-fp .special-dot {
    left: 0;
    margin-top: 3px;
}