.page-template-stay #tws-listing_ajax_container-new,
.tax-apartments #tws-listing_ajax_container-new {
    width: 100%;
}

.page-template-stay .full_map_container,
.tax-apartments .full_map_container{
    background: #f5f3ed;
}

@media (min-width: 3px) {
    #tws-listing_ajax_container .search-filter-results {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .wide_property.property_flex {
        width: 100%;
    }
    .wide_property.property_flex .property_listing, .wide_property.property_flex .property_listing_2 {
        /* display: flex; */
        /* flex-wrap: wrap; */
        /* height: 100%; */
        /* align-items: flex-start; */
        /* align-content: flex-start; */
    }
    .wide_property.property_flex .property_listing_2 #property_unit_carouse,
    .wide_property.property_flex .property_listing_2 #property_unit_carouse .property_unit_carousel,
    .wide_property.property_flex .property_listing_2 #property_unit_carouse .property_unit_carousel .carousel-inner,
    .wide_property.property_flex .property_listing_2 #property_unit_carouse .property_unit_carousel .carousel-inner .item,
    .wide_property.property_flex .property_listing_2 #property_unit_carouse .property_unit_carousel .carousel-inner .item img,
    .tax-property_category .wide_property.property_flex .property_listing #property_unit_carouse,
    .tax-property_category .wide_property.property_flex .property_listing #property_unit_carouse .property_unit_carousel,
    .tax-property_category .wide_property.property_flex .property_listing #property_unit_carouse .property_unit_carousel .carousel-inner,
    .tax-property_category .wide_property.property_flex .property_listing #property_unit_carouse .property_unit_carousel .carousel-inner .item,
    .tax-property_category .wide_property.property_flex .property_listing #property_unit_carouse .property_unit_carousel .carousel-inner .item img{
        height: 450px;
        max-height: 450px;
    }
    .wide_property.property_flex .title-container {
        height: auto;
        float: unset;
        padding-bottom: 60px;
    }
    .wide_property.property_flex .property_listing img, .wide_property.property_flex .property_listing_2 img {
        height: 250px;
        min-height: 250px;
        max-height: 25px;
    }
}

.page-template-stay #tws-listing_ajax_container-new #Properties,
.page-template-stay #tws-listing_ajax_container-new #Properties .trips-area, {
    width: 100%;
    display: flex;
}

.page-template-stay #tws-listing_ajax_container-new #Properties .trips-area > .trip-bookings {
    /* display: grid; */
    /* gap: 2rem; */
    /* grid-template-columns: repeat(3, 1fr); */
}

.page-template-stay #tws-listing_ajax_container-new #Properties .trips-area > .trip-bookings > #propertySearchContainer {
    width: 100%;
    grid-column: span 3;
    flex-wrap: wrap;
}

.page-template-stay #propertySearchContainer {
    display: flex;
    flex-wrap: wrap;
    animation-fill-mode: backwards;
    gap: 1rem;
    align-items: center;
    margin-bottom: 0!important;
    justify-content: center;
    scrollbar-width: none;
    padding-bottom: 40px;
    margin-left: auto; /* Center alignment */
    margin-right: auto; /* Center alignment */
    width: 100%;
}

.page-template-stay #propertySearchContainer.tws-stuck {
    position: fixed;
    top: 70px;
    z-index: 999;
    webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.page-template-stay #propertySearchContainer input,
.page-template-stay #propertySearchContainer select {
    background: none;
    padding: 0px 30px!important;
    color: #948685;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    transition: .6s;
    border: solid 1px #948685;
    /* line-height: 2px; */
    height: 47px;
    width: unset!important;
    -webkit-appearance: none; /* Removes default styling on Safari */
    -moz-appearance: none;    /* Removes default styling on Firefox */
    appearance: none;
}
.page-template-stay #propertySearchContainer #resetButton {
      background: none;
      padding: 0px 30px!important;
      color: #ffffff;
      border-radius: 10px;
      font-size: 14px;
      transition: .6s;
      border: solid 1px #6c9e81;
      /* line-height: 2px; */
      height: 47px;
      width: unset!important;
      background: #6c9e81;
}

@media only screen and (max-width: 1024px) {
    .page-template-stay #tws-listing_ajax_container-new #Properties .trips-area > .trip-bookings {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 786px) {
    .page-template-stay #tws-listing_ajax_container-new #Properties .trips-area > .trip-bookings {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 560px) {
    .page-template-stay  .tws-top-tax-search #specialheading {
        text-align: center;
        padding-left: 20px;
        font-size: 30px;
    }
}

.page-template-stay #noResultsMessage {
    width: 100%;
    display: block;
    text-align: center;
}

#homepage-search-form {
    display: flex;
    flex-wrap: wrap;
    animation-fill-mode: backwards;
    gap: .3rem;
    align-items: center;
    margin-bottom: 0 !important;
    justify-content: center;
    scrollbar-width: none;
    background: #f5f3ed;
    padding: 8px;
    border-radius: 71px;
    margin-top: 40px;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.08);
}

#homepage-search-form input,
#homepage-search-form select {
    background: none;
    padding: 0px 30px!important;
    color: #948685;
    border-radius: 0;
    font-size: 14px;
    transition: .6s;
    border: none;
    height: 34px;
    width: unset;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#homepage-search-form .tws-home-select,
#homepage-search-form .tws-home-date {
    position: relative;
}

#homepage-search-form .tws-home-select::after {
  content: "\f078"; /* Font Awesome code for down arrow */
  font-family: "Font Awesome 5 Free"; /* Ensure to use correct Font Awesome version */
  font-weight: 900; /* Font Awesome font weight */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* Allows clicking through the icon */
  color: #6c9e81;
  font-size: 12px;
}

#homepage-search-form .tws-home-date::after {
  content: "\f073"; /* Font Awesome code for down arrow */
  font-family: "Font Awesome 5 Free"; /* Ensure to use correct Font Awesome version */
  font-weight: 900; /* Font Awesome font weight */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* Allows clicking through the icon */
  color: #6c9e81;
  font-size: 12px;
}

#homepage-search-form button {
    background: #6c9e81;
    padding: 0;
    color: #ffffff;
    font-size: 14px;
    transition: .6s;
    border: none;
    height: 49px;
    text-align: center;
    width: 49px;
    border-radius: 50px;
}

#homepage-search-form button > span {
    display: none;
}

.heading_over_image_wrapper {
    display: flex;
    top: 50%!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    flex-wrap: wrap;
    justify-content: center;
}

.page-template-homepage .heading_over_image {
    width: 100%;
}

.tws-home-mobile {
    width: 100%;
    display: none;
    justify-content: center;
}

.tws-home-mobile > button {
    background: #6c9e81;
    padding: 12.5px 40px;
    color: #ffffff;
    font-size: 14px;
    transition: .6s;
    border: none;
    text-align: center;
    border-radius: 50px;
}

@media only screen and (max-width: 1200px) {
    .tws-home-mobile {
        display: flex;
    }
    #homepage-search-form {
        position: absolute;
        transform: unset;
        width: 96%;
        background: #f7f3ef;
        bottom: 4%;
        height: auto;
        gap: 1rem;
        padding: 20px;
        border-radius: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.6s;
        z-index: 9;
    }
    #homepage-search-form.form-active {
        visibility: visible;
        opacity: 1;
        position: absolute;
        justify-content: center;
    }
    #homepage-search-form input, #homepage-search-form select {
        width: 100%;
        /* margin: 0!important; */
        /* border: solid 1px #948685; */
        /* border-radius: 50px; */
        height: 47px;
        padding: 0px!important;
        margin-right: 0!important;
    }
    #homepage-search-form .tws-home-select, #homepage-search-form .tws-home-date {
        width: 48%;
        border-bottom: solid 1px #948685;
    }
     #homepage-search-form .tws-home-select:nth-of-type(1) {
         display: none;
     }
    
    .page-template-homepage .heading_over_image_wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        top: unset;
        transform: unset;
        align-items: flex-start;
        align-content: flex-start;
        padding-bottom: 100px;
    }
    .home .tws-acs-banner {
        height: 100vh;
    }
    #homepage-search-form button {
        width: auto;
        padding: 0;
        color: #ffffff;
        font-size: 14px;
        height: 49px;
        transition: .6s;
        border: none;
        width: 150px;
        text-align: center;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
    #homepage-search-form button > span {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .page-template-stay #propertySearchContainer input, 
    .page-template-stay #propertySearchContainer select,
    .page-template-stay #propertySearchContainer #resetButton {
    width: 48%!important;
    margin: 0!important;
    }
}

.page-template-stay #tws-show-filters {
    width: auto;
    padding: 12.5px 40px;
    color: #ffffff;
    font-size: 14px;
    transition: .6s;
    border: none;
    text-align: center;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #6c9e81;
    margin: auto;
    margin-top: -20px;
    display: none;
}
.page-template-stay #tws-show-filters > span {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .page-template-stay #propertySearchContainer {
        display: none;
    }
    .page-template-stay #tws-show-filters {
    display: block;
    margin-bottom: 40px;
    }
    .page-template-stay #propertySearchContainer.tws-active {
        display: flex;
    }
}


body.page-template-homepage .ui-widget-header{
    background: white;
    border: none;
}

body.page-template-homepage .ui-widget-content{
    background: white !important;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
    padding: 20px;
    border: 1px solid #e7e9ef!important;
}

body.page-template-homepage .ui-datepicker .ui-datepicker-title{
    color: #948685;
    font-family: orpheuspro, serif;
    font-weight: normal;
}

body.page-template-homepage .ui-datepicker table{
    border: none;
}

body.page-template-homepage .ui-state-default, .ui-widget-content .ui-state-default {
    border: none!important;
    color: #3c3c3c !important;
    font-weight: 400!important;
    text-align: center;
    font-size: 12px;
}

body.page-template-homepage .ui-datepicker th{
    color: #948685;
    font-family: orpheuspro, serif;
    font-weight: normal;
}

body.page-template-homepage .ui-datepicker .ui-datepicker-prev{opacity: 1;background: none!important;height: 28px!important;width: 28px!important;cursor: pointer!important;outline: none!important;}

body.single-properties .ui-datepicker .ui-datepicker-prev span,
body.page-template-stay .ui-datepicker .ui-datepicker-prev span,
body.page-template-homepage .ui-datepicker .ui-datepicker-prev span {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background-image: unset!important;
    margin-top: -14px;
    top: 25px;
    height: 10px;
    width: 10px;
}

body.page-template-homepage .ui-datepicker .ui-datepicker-next{opacity: 1;background: none!important;height: 28px!important;width: 28px!important;cursor: pointer!important;outline: none!important;}

body.page-template-homepage .ui-datepicker .ui-datepicker-next span{
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background-image: unset!important;
    margin-top: -14px;
    top: 25px;
    height: 10px;
    width: 10px;
}

body.page-template-homepage .ui-widget-header .ui-state-highlight{
    background: #6da08f;
    color: white !important;
}

.page-template-stay .tws-properties-map {
    height: 400px;
    width: 100%;
    margin-bottom: 40px;
}






@media only screen and (max-width: 1155px) {
    .page-template-stay .tws-agent-content.tws-book-page::before {display: none;}
    .page-template-stay .tws-agent-content.tws-book-page > .tabcontent, .tws-agent-page .tws-tabs-row {
        display: block!important;
    }
}
@media only screen and (max-width: 550px) {
    .wide_property.property_flex .property_listing_2 #property_unit_carouse,
    .wide_property.property_flex .property_listing_2 #property_unit_carouse .property_unit_carousel,
    .wide_property.property_flex .property_listing_2 #property_unit_carouse .property_unit_carousel .carousel-inner,
    .wide_property.property_flex .property_listing_2 #property_unit_carouse .property_unit_carousel .carousel-inner .item,
    .wide_property.property_flex .property_listing_2 #property_unit_carouse .property_unit_carousel .carousel-inner .item img  {
        height: 250px;
        max-height: 250px;
    }
}

.tws-new-prop-buttons {
    display: flex;
    gap: 1rem;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
}

.tws-new-prop-buttons > .plpview {
    position: unset;
    width: unset;
    height: unset;
    padding: 11px 30px;
    line-height: unset;
    margin: 0;
}

.tws-new-prop-buttons > .plpview.enquire-now {
    background: #6c9e81;
    color: #ffffff;
}

#enquiry-modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000000e6;
    left: 0;
    top: 0;
    align-items: center;
    z-index: 999999;
    justify-content: center;
}

#enquiry-modal > form {
        width: 900px;
        background: #f6f3ee;
        padding: 30px;
        border-radius: 6px;
        max-height: 90vh;
        position: relative;
        overflow-y: scroll;
}

#enquiry-modal > form h2 {
    width: 100%;
    padding: 0;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 24px;
    color: #948685;
    font-family: orpheuspro, serif;
}

#enquiry-modal > form #enquire {
    background: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #6da08f !important;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 20px;
    margin-top: 0px;
    padding: 9px 15px;
    color: white !important;
    background-color: #6DA08E !important;
    margin-top: 0;
    transition: .8s;
}

#enquiry-modal > form #enquire:hover {
    color: #948685 !important;
    background-color: #ffffff !important;
}

#enquiry-modal > form input {
    width: 100%;
    border: 0;
    border-radius: 25px;
    margin: 10px 0;
    padding: 20px;
    height: auto;
    line-height: 15px;
    background: white;
    text-align: left !important;
}

#enquiry-modal > form .tws-close-pop {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    font-size: 19px;
    transition: .6s;
}

#enquiry-modal > form .tws-close-pop:hover {
    color: #000000;
}

@media only screen and (max-width: 1024px) {
    #enquiry-modal > form  {
        width: 95%;
    }
}

@media only screen and (max-width: 500px) {
    .tws-new-prop-buttons {
        flex-wrap: wrap;
        width: 99%;
    }
    .tws-new-prop-buttons > .plpview {
        width: 90%;
    }
    .wide_property.property_flex .title-container {
    height: auto!important;
    padding-bottom: 0!important;
    }
    .trip-bookings .category_name {
        height: auto;
    }
    .trip-bookings .property_listing_2 {
        margin-bottom: 30px;
    }
}