.title-buttons-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    width: 100%;
}
.property-header {
    /*background-color: var(--dark-color-3-transparent-3);*/
    color: #fff;
}
.property-header .bread-crumb {
    flex: 0 0 100%;
    background: transparent;
    padding: 0px;
}

    .bread-crumb li {
        font-size: 14px;
    }


.property-header .section-title {
    width: auto;
    margin-right: auto;
}
    .property-header .section-title .title {
        font-size: 30px !important;
    }

.property-btn {
    font-weight: 500;
    font-size: 18px;
    width: 38px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    color: var(--dark-color);
    background-color: var(--dark-color-3);
}
    .property-btn:hover {
        background-color: var(--dark-color-3-transparent);
    }

.price-range strong {
    font-size: 24px;
}

.price-range span {
    font-size: 13px;
    font-weight: 500;
}

.property-header .favBtn {
    font-size: 28px;
}


.photo-gallery {
    position: relative;
}

.position-buttons {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .position-buttons button,
    .position-buttons a {
        margin: 5px 0px;
        font-size: 14px;
    }

        .position-buttons button:first-child {
            margin-top: 0px;
        }

.photo-gallery a {
    height: 270px;
}

ul.info-section {
    background-color: var(--dark-color-3);
    z-index: 4;
    color: var(--white-color);
}

ul.info-section li img {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 10px;
}

ul.info-section li i {
    color: var(--dark-color-1);
}
ul.info-section li i::before {
    font-size: 44px;
    margin-right: 10px;
}

ul.info-section li strong {
    font-size: 22px;
    font-weight: 600;
}

ul.info-section li span {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.content-menubar-wrapper {
    height: 71px;
    position: sticky;
    top: 115px;
    z-index: 8;
}

.content-menubar {
    background-color: var(--light-color-3);
}
    /*.content-menubar.sabitle {
    position: fixed;
    top: 55px;
    z-index: 10;
    width: 100%;
}*/
    .content-menubar ul li a {
        padding: 10px 15px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
        color: var(--secondary-color-2);
        white-space: nowrap;
    }

        .content-menubar ul li a i {
            font-size: 16px;
        }

    .content-menubar .nav-pills .nav-link.active,
    .content-menubar .nav-pills .show > .nav-link {
        color: var(--dark-color-1);
        background-color: transparent;
    }

.section-title span {
    font-size: 24px !important;
    /* font-weight: 600; */
}

.distance-ruler .mapBtn {
    font-size: 14px;
    font-weight: 500;
    height: 42px;
}

.distance-ruler ul li {
    flex: 0 0 calc(20% - 10px);
    padding: 20px 15px;
    margin: 5px 5px;
    box-shadow: 0px 0px 6px rgb(228, 228, 228);
    border-radius: 4px;
}

    .distance-ruler ul li img {
        margin-right: 10px;
        width: 44px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .distance-ruler ul li span {
        font-size: 16px;
        margin-top: 5px;
    }

.map-modal .map {
    width: 100%;
    height: 400px;
}

.description p {
    color: var(--secondary-color-2);
    font-weight: 400;
}

    .description p strong {
        color: var(--dark-color-1);
        font-weight: 500;
    }

.room-info-section .room-box {
    margin: 10px;
    padding: 10px 10px;
    /* box-shadow: 0px 0px 6px rgb(228 228 228); */
    /* background-color: var(--light-color-3); */
    border: 1px solid var(--border-color-2);
    border-radius: 4px;
    flex: 0 0 190px;
    width: 190px;
    max-width: 190px;
}

    .room-info-section .room-box .spacer-title {
        font-size: 18px;
    }

    .room-info-section .room-box li {
        color: var(--secondary-color-1);
        padding: 5px 0px;
        flex: 0 0 100%;
        margin-left: 0;
        list-style-type: none;
    }
        .room-info-section .room-box li i {
            color: var(--dark-color-1);
        }
.properties ul {
    margin-bottom: 15px;
}

    .properties ul:last-child {
        margin-bottom: 0px;
    }

    .properties ul li {
        flex: 0 0 25%;
        margin-bottom: 10px;
    }

        .properties ul li i.fa-check-circle {
            margin-right: 2px;
        }

.price-info .price-table li {
    flex: 0 0 100%;
    margin: 5px 0px;
    background-color: var(--light-color-3);
    padding: 12px 20px;
    border-radius: 8px;
    transition: all 200ms;
    height: 72px;
}

    .price-info .price-table li:hover {
        background-color: var(--info-color-1);
        transform: scale(1.05);
    }

    .price-info .price-table li span {
        font-size: 15px;
    }

    .price-info .price-table li .left-section strong {
        color: var(--dark-color-2);
    }

    .price-info .price-table li .price strong {
        color: var(--dark-color-1);
    }

    .price-info .price-table li .left-section span {
        font-size: 14px;
    }

    .price-info .price-table li:hover .left-section,
    .price-info .price-table li:hover .left-section strong {
        color: var(--white-color);
    }

    .price-info .price-table li .price {
        background-color: var(--white-color);
        padding: 5px 15px;
        border-radius: 8px;
    }

.price-info .price-in li {
    display: flex;
    align-items: center;
    width: calc(50% - 10px);
    padding: 20px 15px;
    margin: 5px 0px;
    box-shadow: 0px 0px 6px rgb(228 228 228);
    border-radius: 8px;
    min-height: 72px;
    margin-right: 10px;
}

    .price-info .price-in li img {
        width: 30px;
        height: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin-right: 8px;
    }

    .price-info .price-in li span {
        font-weight: 500;
    }

.home-rules ul li {
    flex: 0 0 calc(33.33% - 10px);
    padding: 20px 15px;
    margin: 5px 5px;
    box-shadow: 0px 0px 6px rgb(228, 228, 228);
    border-radius: 8px;
    font-weight: 500;
}

    .home-rules ul li.flex-100 {
        flex: 0 0 calc(100% - 10px);
    }

    .home-rules ul li img {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin-right: 10px;
    }

    .home-rules ul li del {
        color: var(--danger-color-1);
        font-weight: 500;
    }

    .home-rules ul li a,
    .home-rules ul li button {
        color: var(--info-color-1);
    }

        .home-rules ul li a:hover,
        .home-rules ul li button:hover {
            color: var(--info-color-2);
        }

    .home-rules ul li p {
        font-size: 14px;
    }

.availability-calendar-wrapper .color-means ul li {
    margin-right: 20px;
    margin-bottom: 10px;
}

.availability-calendar-wrapper .color-means .color {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-color: var(--danger-color-1);
}

    .availability-calendar-wrapper .color-means .color.green {
        background-color: #6c757d;
    }

    .availability-calendar-wrapper .color-means .color.yellow {
        background-color: var(--warning-color-1);
    }

.availability-calendar-wrapper .color-means .triangle-right {
    border-bottom: 15px solid var(--danger-color-1);
    border-left: 15px solid transparent;
    border-right: 0 solid transparent;
    background: 0 0;
}

.availability-calendar-wrapper .color-means .triangle-left {
    border-top: 15px solid var(--danger-color-1);
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    background: 0 0;
}

.comments-section .comment .icon {
    background-color: var(--light-color-3);
    width: 60px;
    flex: 0 0 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .comments-section .comment .icon i::before {
        font-weight: 600;
    }

.comment .comment-info {
    font-size: 16px;
}

    .comment .comment-info strong {
        font-weight: 600;
        font-size: 20px;
    }

.comment .star-range i {
    color: var(--warning-color-3);
}

.comments-section .comment .description {
    background-color: var(--light-color-3);
    color: var(--secondary-color-1);
}

.add-comment-section form {
    background-color: var(--light-color-3);
    padding: 20px 20px;
    border-radius: 8px;
}

    .add-comment-section form .spacer-title {
        font-size: 20px;
    }

    .add-comment-section form input,
    .add-comment-section form textarea {
        background-color: #fff;
        width: 100%;
        box-shadow: 0px 0px 6px rgb(228, 228, 228);
        border-radius: 40px;
        padding: 15px 20px;
        border: 0px;
        outline: 0px;
    }

    .add-comment-section form .w50 {
        width: calc(50% - 10px);
    }

.booking-form .spacer-title {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 18px;
}

    .booking-form .spacer-title .favBtn {
        background-color: var(--danger-color-1);
        color: var(--danger-color-1);
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
    }

        .booking-form .spacer-title .favBtn i::before {
            font-size: 22px;
            color: var(--white-color);
        }

.booking-form .input-field {
    background-color: var(--light-color-3);
    padding: 0px 0px;
    border-radius: 8px;
    color: var(--secondary-color-2);
    display: flex;
    align-items: center;
    width: 100%;
}

    .booking-form .input-field input,
    .booking-form .input-field select {
        width: 100%;
        color: var(--secondary-color-2);
        outline: 0px;
        border: 0px;
        background-color: transparent;
        -webkit-appearance: none;
        appearance: none;
        padding: 15px 10px;
    }

        .booking-form .input-field select option {
            padding: 20px 0px;
        }

.booking-form .two-section .input-field {
    width: calc(50% - 10px);
    margin: 0px 5px;
    border-right: 1px solid var(--border-color-2);
}

    .booking-form .two-section .input-field:last-child {
        border: 0px;
    }

.booking-form .input-field i {
    color: var(--dark-color-3);
    margin-right: 15px;
}

.booking-form .alert {
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    overflow: hidden;
}

.booking-form .total-table {
    display: none;
}

.fast-booking-section select {
    width: 100%;
    color: var(--secondary-color-2);
    outline: 0px;
    border: 0px;
    background-color: var(--light-color-3);
    -webkit-appearance: none;
    appearance: none;
    padding: 15px 10px;
}

.sidebar-col .last-minute-title {
    font-size: 24px;
}

.sidebar-col .last-minute {
    background-color: var(--warning-color-1);
    padding: 15px 20px;
    border-radius: 8px;
    color: var(--white-color);
}

.last-minute li {
    padding: 10px 0px;
    border-bottom: 1px solid rgb(177 89 0);
}

    .last-minute li:last-child {
        border: 0px;
    }

    .last-minute li span {
        font-size: 15px;
        font-weight: 500;
    }

    .last-minute li .last-minute-price span {
        font-weight: 500;
    }

.theiaStickySidebar .last-minute .caption span {
    font-size: 26px;
    font-weight: 500;
}

.rsp-booking {
    background-color: var(--light-color-3);
    position: fixed;
    z-index: 3;
    bottom: 0px;
    padding: 12px 20px;
    display: none;
}

    .rsp-booking .price-range {
        background-color: #fff;
        padding: 6px 10px;
        border-radius: 8px;
        box-shadow: 0px 0px 6px rgb(228, 228, 228);
    }

        .rsp-booking .price-range strong {
            font-size: 22px;
        }

    .rsp-booking .booking-scroll-btn {
        padding: 8px 14px !important;
    }
ul.holcu {
    width: 440px;
}
/* RESPONSIVE */

@media only screen and (max-width: 1649px) {
    .photo-gallery a.cover {
        height: 460px;
    }

    .photo-gallery a {
        height: 225px;
    }
    .last-minute li strong {
        font-size: 18px;
    }

    .distance-ruler ul li {
        padding: 15px 10px;
    }

        .distance-ruler ul li img {
            font-size: 39px;
        }

}

@media only screen and (max-width: 1549px) {
    .price-info .price-table li {
        padding: 12px 10px;
    }

        .price-info .price-table li .price {
            padding: 5px;
        }

        .price-info .price-table li span {
            font-size: 14px;
        }

        .price-info .price-table li .price strong {
            font-size: 15px;
        }
}

@media only screen and (max-width: 1549px) and (min-width: 1199px) {
    .booking-form .two-section .input-field {
        flex: 0 0 100%;
        margin: 5px 0px;
    }
}

@media only screen and (max-width: 1499px) and (min-width: 1199px) {

.photo-gallery a.cover {
        height: 420px;
    }

    .photo-gallery a {
        height: 205px;
    }
    .booking-form .alert {
        padding: 10px;
    }

    .price-info .price-table li {
        flex-wrap: wrap !important;
    }

    .booking-form .total-table {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1499px) {
    .property-btn {
        font-size: 16px;
        width: 34px;
        height: 36px;
    }
    .share-section span {
        font-size: 14px;
    }
    .distance-ruler ul li {
        flex: 0 0 210px;
    }

    ul.info-section li strong {
        font-size: 20px;
    }

    ul.info-section li i::before {
        font-size: 38px;
        margin-right: 6px;
    }

    .booking-form .alert {
        line-height: 19px;
        font-size: 13px;
    }

    .theiaStickySidebar .last-minute {
        padding: 6px 14px;
    }

    .last-minute li span {
        font-size: 13px;
    }

    .last-minute li strong {
        font-size: 16px;
    }

    .booking-form .spacer-title .favBtn {
        width: 40px;
        height: 40px;
    }

        .booking-form .spacer-title .favBtn i::before {
            font-size: 20px;
        }

    .fast-booking button {
        padding: 8px !important;
    }
}

@media only screen and (max-width: 1349px) {
    .content-menubar ul li a {
        font-size: 14px;
    }

    .price-range strong {
        font-size: 20px;
    }

    .price-range span {
        font-size: 12px;
    }

    .price-info .price-table li span {
        font-size: 13px;
    }

    .price-info .price-table li .left-section span {
        font-size: 13px;
    }
}


@media only screen and (max-width: 1230px) {
.content-menubar-wrapper {

    top: 71px;
}}


@media only screen and (max-width: 1199px) {
    body {
        padding-bottom: 81px;
    }

    .content-menubar ul li {
        text-align: center;
    }

    .price-info .price-in li {
        width: calc(33.33% - 10px);
        margin: 5px;
    }

    .booking-form .two-section .input-field {
        flex: 0 0 calc(50% - 10px);
        margin: 0px 5px;
    }

    .price-range strong {
        font-size: 26px;
    }

    .price-range span {
        font-size: 14px;
    }

    .booking-form .alert {
        font-size: 15px;
    }

    .booking-form {
        flex: 0 0 50%;
    }

    .last-minute-wrapper {
        flex: 0 0 calc(50% - 20px);
        margin-left: 20px;
    }

    .last-minute li span {
        font-size: 15px;
    }

    .last-minute li strong {
        font-size: 18px;
    }

    .rsp-booking {
        display: flex;
    }

}

@media only screen and (max-width: 991px) {


    .photo-gallery a.cover {
        height: 350px;
    }

    .photo-gallery a {
        height: 170px;
    }

    .room-info-section .room-box {
        width: calc(33.33% - 20px);
        flex: 0 0 calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
    }
    .property-header .section-title .title {
        font-size: 24px !important;
    }

    .property-header .property-btn {
        width: 30px;
        height: 32px;
        font-size: 16px;
    }

    .info-section li {
        flex: 0 0 33.33%;
        margin: 6px 0px;
    }

    ul.info-section li i::before {
        font-size: 34px;
    }

    ul.info-section li span {
        font-size: 13px;
    }

    ul.info-section li strong {
        font-size: 16px;
    }

    .content-menubar ul li a i {
        display: block;
        margin-right: 0px !important;
        margin-bottom: 5px;
    }

    .content-menubar ul li a span {
        display: none;
    }


    .properties ul li {
        flex: 0 0 33.33%;
        padding-right: 5px;
    }

    .ui-datepicker-multi .ui-datepicker-group {
        width: 50%;
    }

        .ui-datepicker-multi .ui-datepicker-group:nth-child(3), .ui-datepicker-multi .ui-datepicker-group:nth-child(6) {
            border-right: 1px solid rgb(232, 232, 232);
            border-bottom: 0px;
        }

        .ui-datepicker-multi .ui-datepicker-group:nth-child(2) {
            border-bottom: 1px solid rgb(232, 232, 232);
        }

        .ui-datepicker-multi .ui-datepicker-group:nth-child(2), .ui-datepicker-multi .ui-datepicker-group:nth-child(4) {
            border-right: 0px;
        }
    .price-info .price-in li {
        width: calc(50% - 10px);
        margin: 5px;
    }
    .home-rules ul li {
        flex: 0 0 calc(50% - 10px);
    }
}

@media only screen and (max-width: 829px) {
    .booking-form {
        flex: 0 0 100%;
    }

    .last-minute-wrapper {
        margin-left: 0px;
        flex: 0 0 100%;
        margin-top: 30px;
    }

    ul.info-section li:first-child {
        flex: 0 0 calc(100% - 10px);
    }

    ul.info-section li {
        flex: 0 0 calc(50% - 10px);
        flex-direction: column !important;
        flex-wrap: nowrap;
        align-items: center;
        text-align: center;
        margin: 5px;
        padding: 6px 0px;
        box-shadow: 0px 0px 6px rgb(41 41 41);
        background-color: var(--dark-color-3-transparent);
    }

        ul.info-section li i {
            margin-bottom: 10px;
        }

            ul.info-section li i::before {
                margin-right: 0px;
                font-size: 40px;
            }
}

@media only screen and (max-width: 767px) {

	 .photo-gallery a {
        display: none;
    }

        .photo-gallery a.cover {
            width: 100%;
            margin: 0px;
            display: block;
        }


    .room-info-section .room-box {
        width: calc(50% - 20px);
        /* margin: 5px; */
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .content-menubar ul li a {
        padding: 5px 10px;
    }

    .position-buttons {
        width: 100%;
        left: auto;
        top: auto;
        bottom: 10px;
        align-items: center;
        font-size: 10px;
    }

    .distance-ruler ul li {
        flex: calc(50% - 10px);
    }



        .room-info-section .room-box li {
            font-size: 15px;
        }

    .properties ul li {
        flex: 0 0 50%;
    }

    .comments-section .comment .icon {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        margin-right: 10px !important;
    }

        .comments-section .comment .icon i::before {
            font-size: 16px;
        }

    .comment .comment-info strong {
        font-size: 18px;
    }

    .comment .comment-info span {
        font-size: 15px;
    }

    .comments-section .comment .description p {
        font-size: 13px;
        line-height: 18px;
    }

    .comment .star-range i {
        font-size: 14px;
    }

    .section-title span {
        font-size: 22px !important;
    }

    .share-section {
        display: none !important;
    }

    .add-comment-section form .w50 {
        width: 100%;
        margin: 0px 0px 20px;
    }

    .map-modal .map {
        height: 300px;
    }
}

@media only screen and (max-width: 649px) {
    .ui-datepicker-multi .ui-datepicker-group {
        width: 100%;
    }

    .availability-calendar .ui-widget.ui-widget-content {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {

 .photo-gallery a.cover {
        height: 280px;
    }

    .position-buttons button, .position-buttons a {
        padding: 7px 14px;
    }

    .room-info-section .room-box li {
        font-size: 14px;
    }

    .content-menubar ul li a {
        font-size: 13px;
    }

    .price-info .price-table li {
        justify-content: center;
    }

        .price-info .price-table li .left-section {
            flex: 0 0 100%;
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

    .price-info .price-in li {
        flex-flow: column nowrap;
        text-align: center;
    }

        .price-info .price-in li img {
            margin-right: 0px;
            margin-bottom: 10px;
        }

    .home-rules ul li {
        flex: 0 0 100%;
        margin: 5px 0px;
        align-items: center;
    }

        .home-rules ul li.flex-100 {
            flex: 0 0 100%;
        }

        .home-rules ul li img {
            margin-bottom: 10px;
        }

    .properties ul li {
        font-size: 13px;
    }

    ul.holcu {
        width: auto;
    }

    .olcu1 {
        flex: 1;
    }
    .olcu2 {
        flex: 1;
    }
}

@media only screen and (max-width: 499px) {
    .distance-ruler ul li {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-items: center;
    }

        .distance-ruler ul li .text-group {
            align-items: center;
            text-align: center;
            margin-top: 6px;
        }

        .distance-ruler ul li img {
            font-size: 44px;
            margin-right: 0px;
        }



    .distance-ruler .mapBtn {
        flex: 0 0 100%;
        text-align: center;
        justify-content: center !important;
    }

    .distance-ruler ul {
        margin-top: 20px;
    }

    .property-header .bread-crumb li {
        font-size: 13px;
        padding: 3px 0px;
    }

    .property-header .section-title .title {
        font-size: 22px !important;
    }

    .comment .comment-info strong {
        font-size: 16px;
    }

    .comment .comment-info span {
        font-size: 13px;
    }

    .comment .star-range i {
        font-size: 12px;
    }

    .rsp-booking .booking-scroll-btn {
        padding: 7px 10px !important;
        font-size: 15px;
    }

    .rsp-booking .price-range strong {
        font-size: 20px;
    }

    .price-range span {
        font-size: 13px;
    }
}

@media only screen and (max-width: 449px) {

.photo-gallery a.cover {
        height: 250px;
    }
    .content-menubar ul li a {
        padding: 5px 0px;
        font-size: 12px;
    }

    .price-info .price-in li {
        flex: 0 0 100%;
        margin: 5px 0px;
    }

    .booking-form .two-section .input-field {
        flex: 0 0 100%;
        margin: 5px 0px;
    }

    .booking-form .alert {
        font-size: 13px;
    }
    .room-info-section .room-box {
        margin: 10px 5px;
        padding: 10px 5px;
    }

    .room-info-section .room-box li {
        flex: 0 0 calc(100% - 10px);
    }

    ul.info-section li i::before {
        font-size: 32px;
    }

    .rsp-booking {
        padding: 10px 8px;
    }

        .rsp-booking .booking-scroll-btn {
            font-size: 13px;
            padding: 8px 6px;
        }

        .rsp-booking .price-range {
            text-align: center;
        }

            .rsp-booking .price-range strong {
                font-size: 16px;
            }
}

@media only screen and (max-width: 350px) {
    .last-minute li strong {
        font-size: 16px;
    }

    ul.info-section li span {
        font-size: 12px;
    }

    ul.info-section li strong {
        font-size: 14px;
    }
}

.currency-selection .select-item.active {
    color: #ffffff !important;
    background-color: var(--warning-color-1) !important;
}.rotate45 {
    transform: rotate(45deg);
}


.listing.populer{
    overflow: auto;
    flex-wrap: nowrap !important;
 }
.listing.populer .list-item{
    flex: 0 0 calc(48% - 20px);
    margin: 15px 10px;
}


@media only screen and (max-width: 992px) {
    .listing.populer .list-item{
        flex: 0 0 calc(70% - 20px);
    }
}
@media only screen and (max-width: 768px) {
    .listing.populer .list-item{
        flex: 0 0 calc(90% - 20px);
    }
}
@media only screen and (max-width: 575px) {
    .listing.populer .list-item{
        flex: 0 0 calc(95% - 20px);
    }
}
ul.info-section li i::before{
    color: #fa792c;
}
.text-theme-info{
    color: #249aa8;
}