/*
Theme Name: ThemeMountain Sartre Child
Template: thememountain-sartre
*/
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 25px !important;
  color: #fff;
  font-weight: 800;
}

.swiper-pagination-bullet{
    background: #ffffffa3 !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active{
    background: #fff !important;
}
.mfp-close {
    font-size: 40px !important;
    right: -30px !important;
    top: -10px;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.gallery_box_outer img {
    border-radius: 15px;
}
.gallery-item {
    width: 150px; 
    height: 150px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item img:hover {
    transform: scale(1.1);
}
.mr-user-dashboard-main {
    padding: 80px 0px 0px;
    background: #25303d;
}

.header .navigation ul li a {
    font-size: 14px !important;
}

.replicable-content,
.row.xlarge.replicable-content {
    padding-top: 5rem;
    padding-bottom: 8rem;
}

.page-template-mr-user-dashboard .header-inner {
    background-color: #2B2B2B;
}

.mr-user-dashboard-out {
    background: #ffffff;
    font-size: 14px;
    padding: 0px 0 80px 0;
}

.tm_textblock-css-head-7 {
    z-index: 5;
}

.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #000000cf;
    width: 100%;
    height: 100vh;
}

.loader .loader-span-outer {
    position: absolute;
    top: 50%;
    right: 50%;

}

.loader-span {
    width: 48px;
    height: 48px;
    border: 5px dotted #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.mr-inquiry-frm-out label {
    font-size: 14px;
}

.form-group label {
    margin-left: 0;
    font-size: 18px;
    text-transform: capitalize;
}

.mr-content-title {
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 10px;
    font-size: 28px;
}

ul#menu-user-dashboard-menu {
    padding: 0px;
    margin: 0px;
}

ul#menu-user-dashboard-menu li {
    display: block;
}

ul#menu-user-dashboard-menu li a {
    display: block;
    padding: 10px 15px 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

ul#menu-user-dashboard-menu li a:hover,
ul#menu-user-dashboard-menu li.current-menu-item a {
    background: #000000;
    border-left: 2px solid #0cbacf;
}

.mr-user-content {
    padding: 30px;

}

.mr-inquiry-frm-out td {
    font-size: 14px;
    padding: 8px 10px !important;
}

.mr-inquiry-frm-out input[type="checkbox"] {
    margin: 0px;
    padding: 0px;
    height: 20px;
}

.mr-inquiry-frm-out table,
.mr-inquiry-frm-out td {
    /*border: 0px !important;*/
    background: unset !important;
    margin: 0px;

}

.mr-inquiry-frm-out select,
.mr-inquiry-frm-out input,
.mr-inquiry-frm-out select,
.mr-inquiry-frm-out textarea {
    min-height: unset;
}

.text-center {
    text-align: center;
}

.mr-gen-enq-btn {
    margin: 30px 0px 0px !important;
    border-radius: 3px;
}

.mr-dash-menu-out {
    background: #25303d;
    padding: 0;
    width: 250px;
    position: fixed;
    height: 100%;
    z-index: 9;
    /*border-top: 4px solid #0cbacf;*/
}

.mr-dashboard-inner-content {
    background: #fff;
    margin-left: 250px;
    padding: 30px;
    min-height: 600px;
}

.m-row {
    margin-left: -15px;
    margin-right: -15px;
}

.mr-inquiry-frm-out .form-control {
    margin: 0px;
    height: unset;
    padding: 10px;
}

.form-group {
    margin-bottom: 15px;
}

ul.mr-house-images {
    margin: 0px !important;
    padding: 0px;
}

ul.mr-house-images li {
    display: inline-block;
    margin: 5px 10px 5px 0px;
    border: 1px solid #000;
}

.mr-section-row {
    margin: 0px 0px 30px;
}

.mr-dashboard-inner-content .support-search-form-control {
    margin: 0px;
    padding: 10px 15px;
    min-height: unset;
    height: 45px;
}

.success-message {
    background: #c1ef8c;
    padding: 7px 10px;
    border-radius: 3px;
    border: 1px solid #ade270;
    color: #577139;
    font-family: arial;
}

#create-support {
    padding: 15px;
    background: #f4f4f4;
}

h4.status {
    text-transform: capitalize;
}

.reply-wrap:after {
    clear: both;
    content: " ";
    display: block;
}

.ticket-reply h2 {
    text-transform: capitalize;
}

.ticket-reply {
    padding: 15px;
    background: #f4f4f4;
}


/*
custom-css
*/
.filter-btn {
    display: none;
    width: 100%;
    margin-bottom: 10px;
    background-color: black;
    border: none;
    cursor: pointer;
    color: #fff;
    max-width: fit-content;
    padding: 12px !important;
    font-size: 14px;
    border-radius: 5px;
}

.filter-sidebar {
    display: block;
}

.search-button-style {
    margin-left: 12px;
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: left;
}

.search-button-style button {
    margin: 0px;
}

.search-button-style button:hover {
    background-color: #000;
}

.search-bar {
    display: flex;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 850px;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
}

.guest-item-button {
    display: flex;
    justify-content: space-between;
}

.guest-item-button button {
    padding: 13px 20px !important;
}

.check-in-style {
    width: 150px;
    max-width: 100%;
    padding: 10px 26px;
}

.check-in-style input {
    width: 100px !important;
}

.destination-style:hover::after {
    display: none;
}

.check-in-style:hover::after {
    display: none;
}

.check-in-style:hover .destination-style:after {
    display: none;
}

.destination-style {
    padding: 10px 35px;
    width: 270px;
    padding-right: 0px;

}

.check-out-style input {
    width: 100px !important;
}

.guest-style {
    padding: 10px 26px;
}

.check-out-style {
    width: 150px;
    max-width: 100%;
    padding: 10px 26px;
}

.search-item {
    position: relative;
    max-width: 100%;
    border-radius: 50px;
    line-height: 0px;
}

.search-item:hover {
    background: #80808036;
}

.search-item input:focus-visible {
    outline: none;
}

.search-item label {
    display: block;
    font-size: 0.8em;
    color: #000;
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.search-item input::placeholder {
    font-size: 15px;
    color: #666;
}

.search-item:last-child:hover {
    background: none;
}

div#search-property-section {
    z-index: 2;
}

.property-location {
    margin-bottom: 10px;
}

.search-item input {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    border: none;
    border-radius: 30px;
    margin: 0px !important;
    padding-left: 2px;
    background-color: transparent !important;
    min-height: 0px;
    line-height: 30px;
}

.search-button {
    background-color: #666;
    color: #fff;
    border: none;
    padding: 17px !important;
    border-radius: 50%;
    cursor: pointer;
    height: 50px;
    width: 50px;
}

.search-item:after {
    content: "";
    height: 30px;
    background: #cdcdcd94;
    position: absolute;
    right: 0;
    top: 18px;
    width: 1px;
}

.search-item:last-child:after {
    display: none;
}

.search-item:nth-child(4):after {
    display: none;
}

.suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 0px 14px #66666642;
    border-radius: 4px;
    z-index: 1000;
}

.suggestions div {
    padding: 10px;
    cursor: pointer;
}

.suggestions div:hover {
    background-color: #f0f0f0;
}

.guest-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    z-index: 1000;
}

.guest-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.properties-section-outer input[type=checkbox] {
    height: 15px;
    width: 15px;
    margin: 0;
    accent-color: #000;
}

.properties-section-outer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.properties-section-outer {
    margin-top: 20px;
}

.properties-section-outer .row {
    display: flex;
    flex-wrap: unset;
}

.properties-section-outer .filter-sidebar-wrapper {
    flex: 0 0 28%;
    max-width: 100%;
    padding: 15px;
}

.properties-section-outer .properties-list-outer {
    flex: 0 0 72%;
    max-width: 100%;
    padding: 15px;
}

.properties-section-outer .filter-sidebar {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 0px 25px #bebebe;
    border-radius: 5px;
}

.properties-section-outer .filter-sidebar h5,
.filter-sidebar h6 {
    margin-bottom: 20px;
}

.properties-section-outer .filter-sidebar .form-check {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.properties-section-outer .form-check-label {
    margin-left: 10px;
    margin-bottom: 0px;
    font-size: 13PX;
    color: #000;
    LETTER-SPACING: 1PX;
    text-transform: capitalize;

}

.noUi-connects {
    background: #fff;
}

.properties-section-outer h4 {
    letter-spacing: 4px;
    color: #000;
    margin-bottom: 30px;
}

.properties-section-outer .slider-label {
    margin-top: 10px;
    color: #000;
}

.properties-section-outer .reset-btn {
    margin-top: 20px;
    padding: 8px 25px;
    border: 1px solid #000;
    color: #ffffff;
    background-color: #000;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s;
}

.properties-section-outer .reset-btn:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.properties-section-outer .propertie-items {
    margin-bottom: 30px;
}

.properties-section-outer .property-img {
    width: 100%;
    height: 100%;
}

.properties-section-outer .property-content {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 25px #bebebe;
    display: flex;
    width: 100%;
}

.property-image-box {
    width: 350px;
    max-width: 100%;
    border-radius: 5px;
    padding: 20px;
    padding-right: 0px;
}

.properties-section-outer .property-title {
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #000;
}

.properties-section-outer input[type=checkbox]:checked {
    outline: 1px solid #fff;
}

.properties-section-outer .property-address-text {
    color: #000;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.properties-section-outer .property-price {
    margin: 0px;
    color: #ff6f61;
}

.pro-price-book-outer {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 13px;
}

.property-amenities .property-address-text {
    margin-bottom: 5px;
}

.property-location a:hover {
    text-decoration: underline;
    color: #000;
}


a.property-book-now-btn button {
    padding: 0px;
    background: transparent;
    border: none;
    color: #fff;
    margin: 0;
    line-height: 5px;
    letter-spacing: 0.5px;
}

.properties-section-outer .noUi-connect {
    background: #000;
}

.property-book-now-btn:hover {
    background: #fff;
    color: #000 !important;
    border: 1px solid #000;
}

.property-book-now-btn:hover button {
    color: #000;
}

.properties-section-outer .noUi-horizontal {
    height: 10px;
}

.properties-section-outer .filter-sidebar h5 {
    font-size: 14px;
    COLOR: #000 ! IMPORTANT;
    LETTER-SPACING: 1PX;
    FONT-WEIGHT: NORMAL ! IMPORTANT;
    margin-bottom: 10px;
}

.filter-options {
    margin-bottom: 30px;
}

.properties-section-outer .noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    right: -4px;
    top: -4px;
    cursor: pointer;
    border-radius: 50%;
}

.properties-section-outer .noUi-horizontal .noUi-handle:before,
.properties-section-outer .noUi-horizontal .noUi-handle:after {
    display: none;
}

.property-book-now-btn {
    padding: 3px 10px !important;
    background: #000000;
    border-radius: 20px;
    border: 1px solid transparent;
    color: #fff;
    font-size: 13px;
    line-height: 21px;
}

.properties-section-outer p,
h4 {
    margin-bottom: 10px;
}

.property-amenities ul li {
    display: inline-block;
    margin-right: 5px;
    letter-spacing: 0.5px;
    background: #666;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.property-amenities ul {
    margin: 0;
}

.properties-section-outer .property-rating {
    color: #ffc107;
}

.properties-section-outer .property-description,
.property-amenities,
.property-location {
    margin-top: 10px;
}

.properties-section-outer input {
    min-height: max-content;
}

.flatpickr-innerContainer {
    margin-top: 10px;
}

.flatpickr-current-month {
    padding: 0px !important;
    height: 40px !important;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgb(57 57 57 / 39%);
}

.search-item input:valid {
    background: transparent;
}

#search-property-section input {
    background-color: transparent !important;
}

.flatpickr-months .flatpickr-month {
    overflow: unset !important;
}

.close-button {
    display: none;
}

.property-details {
    padding: 20px;
    width: calc(100% - 350px);
}

.proprty-title-address {
    border-bottom: 1px solid #00000024;
}

.amenities-location-container {
    margin-bottom: 10px;
    border-bottom: 1px solid #00000024;
}

.property-content h4 {
    margin-bottom: 5px;
}

.property-location a {
    color: #000;
    font-weight: 600;
}


.page-template-search-result-template .header,
.page-template-search-result-template-danish .header {

    position: sticky;
    background: #000;
}

.page-template-search-result-template .header-inner,
.page-template-search-result-template-danish .header-inner {
    top: 0px !important;
}

.filter-reset-apply-outer button {
    margin-right: 0px;
}

.filter-reset-apply-outer {
    justify-content: space-between;
    display: flex;
}

button#FilterapplyBtn {
    padding: 8px 25px !important;
    margin-top: 20px;
    border: 1px solid #000;
    color: #000000;
    background-color: #fff;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s;
}

button#FilterapplyBtn:HOVER {
    BACKGROUND: #000;
    COLOR: #FFF;
}


.property-details pre {
    background: unset;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
}


/* Style for the overlay */
.property-bbok-popup-outer {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    align-items: end;
    justify-content: center;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */

    background-color: #666666bd;
}



/* Close button */
.property-bbok-popup-outer .close {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    height: fit-content;
    right: -14px;
    top: -18px;
    line-height: 11px;
    z-index: 99999999999;
    background: #666;
    padding: 7px;
    border-radius: 50px;

}

.property-bbok-popup-outer .close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}




/*sewcond-form-css*/

.property-bbok-popup-outer .container {
    max-width: 100%;
    margin: 20px;
    width: 700px;
}

.property-bbok-popup-outer .screen {
    position: relative;
    background: #fff;
    border-radius: 5px;
}

.property-bbok-popup-outer .screen:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
    z-index: -1;
}

.property-bbok-popup-outer .screen-header {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #666;
}

.property-bbok-popup-outer .screen-header-left {
    margin-right: auto;
}

.property-bbok-popup-outer .screen-header-button {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    border-radius: 8px;
    background: white;
}

.property-bbok-popup-outer .screen-header-button.close {
    background: #fff;
}

.filter-btn img {
    max-width: 100%;
    width: 25px;
    margin-right: 5px;
}

.property-bbok-popup-outer .screen-header-button.maximize {
    background: #fff;
}

.property-bbok-popup-outer .screen-header-button.minimize {
    background: #fff;
}

.property-bbok-popup-outer .screen-header-right {
    display: flex;
}



.pop-up-bodyout-er {
    padding: 40px 30px;
}

.Popform-input-columns {
    display: flex;
    gap: 20px;
}

.Popform-input-columns .app-form-group {
    flex: 0 50%;
}

.property-bbok-popup-outer .app-title {
    position: relative;
    color: #fff;
    font-size: 26px;
}

.property-bbok-popup-outer .app-title:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 40px;
    height: 4px;
    background: #fff;
}

.property-bbok-popup-outer .app-contact {
    margin-top: auto;
    font-size: 8px;
    color: #888;
}

.property-bbok-popup-outer .app-form-group {
    margin-bottom: 15px;
}

.property-bbok-popup-outer .app-form-group.message {
    margin-top: 40px;
}

.property-bbok-popup-outer .app-form-group.buttons {
    margin-bottom: 0;
    text-align: right;
}

.mejs__controls {
    display: none;
}

.property-bbok-popup-outer .app-form-control {
    width: 100%;
    padding: 10px;
    margin: 5px 0px;
    background: #ededed;
    border: none;
    color: #666;
    font-size: 14px;

    outline: none;
    transition: border-color .2s;

}

.sucess-alert {
    color: #fff;
    padding: 3px 10px;
}

.sucess-alert h3 {
    color: #fff;
}

.property-bbok-popup-outer .app-form-control::placeholder {
    color: #666;
}

.book-popup-form-btn {
    justify-content: end;
    display: flex;
    padding: 20px 30px;
    background: #666;
}

.property-bbok-popup-outer .app-form-control:focus {
    border-bottom-color: #ddd;
}

.property-bbok-popup-outer .app-form-button {
    padding: 8px 25px !important;
    border: 1px solid #666;
    color: #000;
    background-color: #fff;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s;
    margin-bottom: 0;
}

.property-bbok-popup-outer .app-form-button:hover {
    BACKGROUND: TRANSPARENT;
    COLOR: #fff;
    border: 1px solid #fff;
}

.property-bbok-popup-outer .credits {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color: #ffa4bd;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.property-bbok-popup-outer .credits-link {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.property-bbok-popup-outer .dribbble {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

.search-wrapper {
    margin-top: 15px;
}


.suggestions {
    border: 1px solid #ccc;
    background-color: #fff;
    position: absolute;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    width: calc(100% - 20px);
}

.suggestion-item {
    padding: 10px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
}

.search-bar {
    display: flex;
    /* Show the form on larger screens */
}

.search-toggle-button {
    display: none;
    /* Hide the toggle button on larger screens */
}

.search-button p {
    display: none;
}

.google-recaptcha-outer .g-recaptcha {
    margin: auto;
    margin-bottom: 20px !important;
    width: 304px;
    max-width: 100%;
}

.screen-body {
    position: relative;
}

#thank-you-message {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #000;
    align-content: center;
    justify-content: center;
    top: 0;
    text-align: center;
    background: #fff;
    left: 0;
    align-items: center;
    z-index: 55456;
}

.success-alert h3 {
    color: #000;
}

.error-alert {
    color: #000;
}

.page-template-search-result-template .header-inner,
.page-template-search-result-template-danish .header-inner {
    top: 0px !important;
}

.page-template-search-result-template .search-bar-shortcode,
.page-template-search-result-template-danish .search-bar-shortcode {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100px;
}

.page-template-search-result-template .header-background .search-bar-shortcode,
.page-template-search-result-template-danish .header-background .search-bar-shortcode {
    position: relative;
    top: 0;
}

.page-template-search-result-template .properties-section-outer,
.page-template-search-result-template-danish .properties-section-outer {
    margin-top: 74px;
}

.mobile .header,
.mobile .header .header-inner {
    height: auto !important;
}

.mobile .header .nav-bar-inner {
    z-index: 5;
}

.mobile .header-fixed-on-mobile .nav-bar h5 {
    color: #000;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
}

.page-template-search-result-template .header-fixed-on-mobile .search-bar-shortcode,
.page-template-search-result-template-danish .header-fixed-on-mobile .search-bar-shortcode {
    position: relative;
    top: 0;
}

.search-bar-shortcode .search-bar {
    margin: 30px auto;
}

.header h5 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 18px !important;
}

.mobile .search-bar-shortcode {
    margin-bottom: 25px;
}

.header-background h5 {
    color: #000 !important;
    letter-spacing: 1px;
    font-size: 18px !important;
    font-weight: 500 !important;
}

/**
* Property Booking Form
*/


.property-book-frm-popup-out {
    position: fixed;
    z-index: 999;
    background: #000000a3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.property-book-frm-content {
    width: 350px;
    margin: auto;
    display: block;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin-top: 10%;
}

.property-book-frm-content .frm-head {
    position: relative;
}

.property-book-frm-content .frm-head h2 {
    font-size: 24px;
    font-weight: 700;
}

.property-book-frm-content .frm-head .close-pp {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 19px;
    border: 1px solid #000;
    height: 24px;
    vertical-align: top;
    width: 24px;
    color: #000;
    text-align: center;
    border-radius: 5px;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.booing-frm-btn-action {
    text-align: center;
}

.property-book-frm-content .form-control {
    border-radius: 5px;
    min-height: 30px;
    padding: 8px 10px;
}

.booing-frm-btn-action .app-form-button {
    padding: 5px 15px;
    text-transform: capitalize;
    border-radius: 26px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-weight: 500;
    text-transform: uppercase;
}

.booing-frm-btn-action .app-form-button:hover {
    color: #000;
    background: #fff;
}

/**
* End booking from css
*/

@media only screen and (max-width: 960px) {
    .header .header-inner {
        height: auto !important;
    }

    .page-template-search-result-template .properties-section-outer,
    .page-template-search-result-template-danish .properties-section-outer {
        margin-top: 250px;
    }

}

@media (max-width: 980px) {
    .search-bar {
        flex-wrap: wrap;
        padding: 0px;
        border-radius: 15px;
        justify-content: center;
    }

    .destination-style {
        width: fit-content;
    }

    .search-button-style {
        margin-left: 0px;
    }

    .search-button {
        border-radius: 5px;
    }

    .search-item {
        margin-bottom: 0px;
        padding: 10px;
        border-radius: 5px;
    }

    .search-item:after {
        display: none;
    }

    .filter-sidebar {
        position: relative;
        width: 300px;
        border-radius: 0px !important;
        height: 100%;
    }

    .filter-btn {
        display: block;
    }

    .properties-section-outer .row {
        display: block;
    }

    .properties-section-outer .property-content {
        display: block;
    }

    .properties-section-outer .properties-list-outer {
        max-width: 100%;
    }

    .property-image-box {
        width: 100%;
        padding-right: 20px;
    }

    .filter-overlay-outer {
        position: absolute;
        top: 233px;
        background: #0000003b;
        width: 100%;
        left: 0;
        height: 100%;
    }

    .check-in-style {
        width: fit-content;
    }

    .check-out-style {
        width: fit-content;
    }

    .property-details {
        margin-top: 30px;
        width: calc(100% - 0px);
        padding: 20px;
    }

    .filter-overlay-outer {
        display: none;
    }

    .close-button {
        HEIGHT: 25PX;
        WIDTH: 25PX;
        POSITION: ABSOLUTE;
        RIGHT: 10px;
        TOP: 14px;
        COLOR: #000;
        FONT-WEIGHT: 800;
        display: block;
    }
}

@media (max-width: 768px) {

    .propertie-items {
        width: 100%;
    }

    button.search-toggle-button:hover {
        background: #fff;
    }

    .properties-section-outer .filter-sidebar-wrapper,
    .properties-list-outer {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .properties-section-outer .filter-sidebar {
        margin-bottom: 20px;
    }

    .search-button {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 7px;
        width: 100%;
        padding: 9px 15px !important;
        height: auto !important;
        border-radius: 0;
    }


    .search-item {
        width: 100%;
        padding: 10px 20px;
        border-radius: 0px;
    }

    .search-item:hover {
        background: none;
    }

    .search-item label {
        margin-bottom: 10px;
        line-height: normal;
    }

    .check-in-style input {
        width: 100% !important;
    }

    .check-out-style input {
        width: 100% !important;
    }

    .check-in-style {
        width: 50% !important;
        padding-right: 5px !important;
    }

    .check-out-style {
        width: 50% !important;
        padding-left: 5px !important;
    }

    .guest-style {
        width: 50% !important;
    }

    .search-button-style {
        width: 50% !important;
        margin-top: 29px;
        width: 100%;
        justify-content: unset;

    }

    .search-button p {
        margin: 0px;
        display: block;
    }

    .search-item input {
        line-height: 35px;
        border-radius: 0;
        padding: 0px 10px;
        border: 0.5px solid #ddd;
    }

    .search-bar {
        display: none;
        /* Hide the form by default on mobile */
        border-radius: 5px;
        margin-top: 10px;
    }

    .search-toggle-button {
        display: flex;
        background: #fff;
        border: none;
        cursor: pointer;
        box-shadow: 0px 0px 5px #ddd;
        align-items: center;
        width: 100%;
        margin: 0 !important;
        border-radius: 50px;
        padding: 7px 10px 7px 15px !important;
    }

    button.search-toggle-button:hover p {
        color: #000;
    }

    span.mob-empty-span {
        color: #666;
        margin-right: 5px;
    }

    .mob-search-bar-span-outer {
        display: flex;
    }

    span.mob-search-bar-span {
        color: #666;
        margin-right: 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .mob-prop-search-bar {
        margin-left: 25px;
    }

    .mob-prop-search-bar p {
        margin-bottom: 0px;
        text-align: left;
        font-size: 14px;
        color: #000;
        font-weight: 600;
    }
}

@media screen and (max-width: 600px) {
    .Popform-input-columns {
        display: block;
    }

    .pop-up-bodyout-er {
        padding: 20px 20px 0px 20px;
    }

}

@media screen and (max-width: 520px) {
    .property-bbok-popup-outer .screen-body {
        flex-direction: column;
    }

    .property-bbok-popup-outer .container {
        margin-bottom: 0px;
        height: 100%;
        overflow: auto;
        padding-top: 230px;
    }

    .page-template-search-result-template .properties-section-outer,
    .page-template-search-result-template-danish .properties-section-outer {
        margin-top: 195px;
    }

    .property-bbok-popup-outer .close {
        top: 10px;
        right: 10px;
    }

    .property-bbok-popup-outer .screen-body-item.left {
        margin-bottom: 5px;
    }

    .property-bbok-popup-outer .screen-header {
        padding: 0px 20px;
    }

    .property-bbok-popup-outer .app-title {
        flex-direction: row;
    }

    .property-bbok-popup-outer .app-title span {
        margin-right: 12px;
    }

    .property-bbok-popup-outer .app-title:after {
        display: none;
    }
}

@media (max-width: 500px) {

    .book-popup-form-btn {
        text-align: right;
    }

    #thank-you-message {
        width: 100%;
    }

    .sucess-alert {
        text-align: center;
        margin-bottom: 15px;
    }

    .filter-sidebar {
        height: 100%;
        width: 100%;
    }

    .filter-overlay-outer {
        width: 100%;
        height: auto;
        z-index: 55555555;
        overflow-y: scroll;
    }

}


@media (max-width: 400px) {
    .google-recaptcha-outer .g-recaptcha {

        margin: auto;
        margin-bottom: 20px;
    }
}