* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.navsec .btn:hover, .serchbt:hover, .booknow-btn:hover, .openings .fs-ac-edit-btn:hover {
    color: #fff !important;
}

.menu-panel {
    padding: 80px 30px 0px 30px;
}

@media (max-width: 575.98px) {
    .menu-panel {
        padding: 15px 20px 0px 20px !important;
    }
}

.fs-menu {
    padding: 0;
}

.fs-menu > li > a{
    font-size: 16px;
    font-weight: 600;
}

.fs-menu .level-0-li{
   cursor: pointer;
}

.fs-menu > li.dropdown > a:after{
    content: '\f078';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 0;
}

li.dropdown.menu-up > a:after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

li.level-1-li, li.level-2-li {
    padding-left: 10px;
}

.level-1-ul{
    display: none;
}

.menu-links li:last-child {
    border-bottom: 0px solid #CBCFDA;
}


.fs-search-result {
    display: none;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 0px 10px;
    position: absolute;
    width: 450px;
    top: 120px;
    z-index: 999;
}

.fs-search-result ul{
    list-style-type: none;
    padding: 0;
}

.fs-search-result ul li{
    padding: 8px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.fs-search-result ul li i{
    margin-right: 5px;
    color: #ccc;
}

.fs-search-result ul p{
    text-align: center;
    padding-top: 8px;
}

.fs-search-result ul p a, .fs-search-result ul li span{
    color: #323640;
    font-weight: 600;
}

#hotel1 .owl-item .item img {
    border-radius: 20px;
}

.review-section .WidgetTitle__Header-sc-ruy1gu-2 {
    display: none;
}

.breadcrumSec {
    padding: 26px 0 26px;
}

.hide-am-icon{
    display: none;
}

.prority-box .owl-carousel, 
.prority-box .owl-carousel .owl-stage-outer, 
.prority-box .owl-carousel .owl-stage-outer .owl-stage, 
.prority-box .owl-carousel .owl-stage-outer .owl-stage .owl-item,
.prority-box .owl-carousel .owl-stage-outer .owl-stage .owl-item .item,
.prority-box .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
    height: 100%;
    border-radius: 20px;
}

.prority-box .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
    object-fit: cover;
}

.loadMore, .loadLess {
    display: none;
}

.hide-applied-box {
    display: none !important;
}

.filterList .form-check {
    padding-left: 0;
    display: none;
}

.filterList .form-check a {
    position: relative;
    color: #323640;
}

.filterList .form-check a::before {
    content: "" !important;
    border: 2px solid #5f636d;
    display: inline-flex;
    height: 19px;
    width: 19px;
    margin-right: 12px;
    border-radius: 4px;
}

.filterList .form-check a::after {
    content: "" !important;
    display: inline-flex;
    height: 13px;
    width: 13px;
    position: absolute;
    left: 3px;
    top: 2px;
    border-radius: 2px;
}

.filterList .form-check a:hover {
    color: #323640 !important;
}

.filterList .form-check a:hover::after {
    background-color: #4172fe;
}

.filterList .form-check a.is-active::after {
    background-color: #4172fe;
}

.applied-filter .form-check {
    padding: 7px;
    background: #4172fe42;
    margin-bottom: 6px;
    border-radius: 3px;
}

.float-right {
    float: right;
}

.filterList .loadMore, .filterList .loadLess {
    color: #3b72fe;
    font-weight: 800;
}

.load-more {
    text-align: center;
    color: #3b72fe;
}

.load-more span {
    display: none;
}

.load-more span.active {
    display: block;
    cursor: pointer;
}

.p-star-ratings {
    unicode-bidi: bidi-override;
    color: #ccc;
    font-size: 24px;
    position: relative;
    margin: 0;
    padding: 0px;
    display: inline-block;
}

.fill-ratings {
    color: #53BF78;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}

.empty-ratings {
    padding: 0;
    display: block;
    z-index: 0;
}

span#total_ratings_t {
    font-size: 16px;
    color: #3B72FE;
}

div#wa-chat-text {
    position: absolute;
    background: #ffffffeb;
    z-index: 9;
    width: 99.6%;
    height: 99.6%;
    overflow: hidden;
    text-align: center;
    margin: 1px auto;
    top: 0;
    border-radius: 10px;
    padding: 150px 50px;
}
div#wa-chat-text p {
    font-size: 24px;
}

.show-mobile {
    display:none;
    margin: 30px 0px;
}

.show-mobile .sticky-top {
    z-index: 1;
}

.ratprogres .d-flex.align-items-center {
    width: 47%;
    margin-right: 12px;
}

@media (max-width: 768px) {
    .footer .col-md-4 {
        margin-bottom: 30px;
    }

    .ratprogres .d-flex.align-items-center {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .hide-mobile {
       display:none !important;
    }
    .show-mobile {
        display:block !important;
    }

    .bookbox {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        z-index: 999;
        background: #393939;
        padding: 15px 20px;
    }

    .price-text {
        float: left;
    }

    .price-btn {
        float: right;
        margin: 0 !important;
    }

    .price-text {
        text-align: left !important;
    }

    .price-text h4 {
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 3px;
    }
    .price-text h3 {
        color: #ffffffd4 !important;
    }
    .price-text h3 p {
        font-size: 20px !important;
        color: #ffffffd4 !important;
    }
    .price-text h3 p .text-secondary{
        color: #ffffffd4 !important;
    }
    .price-text h3 p br {
        display: none;
    }
    .price-text h3 p span {
        font-size: 13px !important;
    }
    .bookbox span.text-orange.small {
        margin-right: 5px;
    }

    .price-text h3 {
        margin: 0;
        font-size: 14px;
        font-weight: 400;
    }

    .wa-chat-btn-float{
        bottom: 80px !important;
    }

    .prority-box .list-cont {
        padding: 20px 30px 0px 30px !important;
        border-right: none !important;
    }

    .prority-box .list-cont .post-properti {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }
    .prop-type {
        display: inline-block !important;
        margin-left: 18px;
        margin-bottom: 0 !important;
    }
    .price-box {
        text-align: unset !important;
        min-height: 100px;
    }
    .price-box p.post-description {
        display: inline-block;
        float: right;
        text-align: right;
        margin: 0;
        top: 0;
    }
    .price-box .retting {
        bottom: -18px !important;
        left: 18px !important;
    }

    .loctitle-banner{
        top: 26% !important;
        width: 90%;
    }

    .loctitle-banner h1{
        font-size: 2rem !important;
    }

    .price-box a.btn.btn-primary {
        display: none !important;
    }

    .price-box .p-star-ratings {
        position: absolute;
        bottom: 15px;
        left: 25px;
    }

    .bookbox h4, .bookbox h3 p span s {
        display: none;
    }
}

img.clintImg {
    width: 50px;
}

#prop-slider .owl-nav .bi-arrow-left-circle, #prop-slider .owl-nav .bi-arrow-right-circle {
    color: #ffffff;
    font-size: 34px;
    text-shadow: 0 0 7px black;
}

.prop-slider-item{
    margin: 0px 2px 0px;
}

#prop-slider .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
}

#prop-slider .prop-caption {
    position: absolute;
    bottom: 0;
    width: 99.3%;
    background: #00000085;
    color: #fff;
    text-align: center;
    padding: 14px 0 0 0;
}

.bookbox h3 p {
    font-size: 26px;
    font-weight: 600;
}

.bookbox h3 p span {
    font-size: 18px;
    font-weight: normal;
}

.bookbox span.text-orange.small {
    color: #f74444;
}

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

button.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border: none;
    background: none;
    padding: 0;
}

.bg-light-blue-gradient p.mb-2 {
    color: #0d6efd;
}

#booking-modal label, #lyp_form label, #contact_form label{
    margin-bottom: 5px;
    font-size: 14px;
}

#booking-modal input, #lyp_form input, #lyp_form textarea, #contact_form input, #contact_form textarea {
    font-size: 14px;
}

.border-right-0 {
    border-right: 0;
}

.border-left-0 {
    border-left: 0;
}

.input-group-prepend {
    margin-right: -1px;
    display: flex;
}

button#booking-retry-button {
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 5px;
    text-transform: capitalize;
}

#lyp_form .form-group, #contact_form .form-group{
    margin-bottom: 15px;
}

#lyp-button, #contact-button{
    background: #3b72fe;
    color: #fff;
    border-color: #3b72fe;
}

#top-dest .post-slide .post-img img {
    min-height: 272px;
    max-height: 272px;
    object-fit: cover;
}

span.hytext {
    position: relative;
    cursor: pointer;
}

#fseason, #fdest {
    padding: 15px 15px 0 15px;
    list-style-type: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 0px #edeaea;
    width: auto;
    min-width: 185px;
    font-size: 26px;
    color: #7b7b7b;
    position: absolute;
    right: -45px;
    z-index: 99;
    display: none;
}
#fseason li, #fdest li {
    margin-bottom: 15px;
    cursor: pointer;
}

#fseason li:hover, #fdest li:hover {
    color: #3B72FE;
}

.hytext .cur-season:after, .hytext .cur-dest:after {
    content: '\f078';
    font-family: "Font Awesome 6 Free";
    margin-left: 18px;
    font-size: 22px;
    font-weight: 600;
/*    position: absolute;*/
    top: 12px;
}

.hytext.menu-up .cur-season:after, .hytext.menu-up .cur-dest:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#popular-dest .post-slide .post-img img {
    min-height: 290px;
    max-height: 290px;
    object-fit: cover;
}

.post-slide .retting img {
    width: 15px !important;
    display: inline-block !important;
}

#featured-slider h3.post-title {
    min-height: 50px;
}





.datepicker-days {
    width: 300px;
}

.datepicker-days table.table-condensed {
    width: 100%;
}

.datepicker-days table.table-condensed > thead > tr:nth-child(2){
    border-bottom: 1px solid #d5d5d5;
    height: 39px;
    width: 100%;
}

.datepicker.datepicker-dropdown {
    padding: 10px;
    border-radius: 15px;
}

.datepicker-days th.prev {
    position: absolute;
    right: 35px;
}

.datepicker-days th.prev:after {
    content: '\f053';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 3px;
    background: #fff;
    width: 30px;
    color: #0d6efd;
}

.datepicker-days th.next {
    position: absolute;
    right: 13px;
}

.datepicker-days th.next:after {
    content: '\f054';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: -3px;
    width: 30px;
    background: #fff;
    color: #0d6efd;
}

.datepicker .datepicker-days .datepicker-switch {
    width: 150px;
    position: absolute;
    left: 13px;
    font-weight: 600;
    text-align: left;
}

.datepicker .datepicker-days th.dow {
    font-weight: 500;
    padding-top: 15px;
}

.datepicker .datepicker-days td.day {
    padding: 12px;
    font-weight: 400;
    border-radius: 50% !important;
    width: 35px;
    height: 35px;
    line-height: 22px;
    font-size: 14px;
}

.datepicker .datepicker-days td.day.active {
    background-color: #0d6efd;
    background-image: none;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #fff;
    color: #0d6efd;;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #fff;
    cursor: pointer;
    box-shadow: inset 0px 0px 0px 1px #0d6efd;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 19px;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 18px;
}


.guestbox {
    padding: 15px 15px 0 15px;
    list-style-type: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 0px #767676;
    width: 350px;
    font-size: 16px;
    color: #000000;
    position: absolute;
    left: 12px;
    z-index: 99;
    top: 80px;
    font-weight: 600;
    display:none;
}

.guestbox table{
    width: 100%;
}

.guestbox input.count {
    width: 35px;
    padding: 0;
    margin: 0;
    display: inline;
    background: none;
    border: none;
    text-align: center;
}

.guestbox .counterbox {
    width: 90px;
    padding-right: 0px !important;
    text-align: center;
    cursor: pointer;
}

.guestbox .guest-btn {
    display: flex;
    gap: 20px;
    justify-content: end;
    margin: 15px 0;
}

.guestbox span.small-txt {
    font-size: 12px;
    font-weight: normal;
}

.guestbox span.minus, .guestbox span.plus {
    border: 2px solid #0d6efd;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    line-height: 13px;
    text-align: center;
    color: #0d6efd;
}

input#checkin_checkout, .guest-number-location {
    text-align: left;
    padding-left: 80px;
    padding-right: 40px;
    font-weight: 600;
}

.location-search-box .filterbox {
    position: relative;
    margin-top: 20px;
}

.bannerHome .serchSec.location-search-box .filterbox label {
    position: absolute;
    font-weight: normal;
    font-size: 16px;
    top: 7px;
    left: 10px;
}

.location-search-box .filterbox:after, .filterbox .d-flex .datepick:after, .home-guest:after {
    content: '\f078';
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 11px;
    right: 14px;
}

.home-guest:after {
    top: 46px;
}

.home-search-box .filterbox .datepick, .home-guest {
    position: relative;
}

.filterbox .d-flex .datepick input, .home-guest #guest_number{
    padding-right: 40px;
}

.hottag {
    background: #fff;
    padding: 5px 10px;
    color: #b90e0a;
    font-size: 14px;
    line-height: 14px;
    border-radius: 10px;
}

.hottag img {
    width: 18px;
    filter: invert(15%) sepia(52%) saturate(6478%) hue-rotate(3deg) brightness(84%) contrast(110%);
}

.hottag span {
    vertical-align: middle;
}

#Similar .post-slide .post-content {
    padding: 20px 0;
}

.datepicker-dropdown {
    z-index: 9999999 !important; 
}

.hottag {
    position: relative;
    z-index: 9;
    margin: 0px;
}

.hottag:nth-child(2) {
    margin-top:5px;
}


.prop-type {
    /*position: absolute;
    z-index: 99;
    margin: 20px 0 0 20px;*/
}

span.hottag.prop-type-d {
    border: 1px solid #ccc;
    padding-bottom: 9px;
    border-radius: 20px;
    top: -4px;
}

.prority-box .list-cont h3 {
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.prority-box .list-cont .description {
    min-height: 75px;
}

.prority-box .list-cont .address {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.prority-box .list-cont .p-star-ratings {
    margin: 0 0 5px 0;
}

.datepicker .highlighted-range {
    box-shadow: inset 0px 0px 0px 1px #0d6efd;
    background: #0d6efd36;
}

.sticky-top {
    position: fixed !important;
    top: 0px;
    z-index: 999;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.bannerHome, .breadcrumSec {
    margin-top: 75px;
}

/*.innerBanner{
    margin-top: 0px;
}*/

.sticky-top .dropdown-menu.show {
    padding: 0;
    margin-top: 15px;
}

.sticky-top .dropdown-menu li {
    display: block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
        border-bottom: 1px solid #CBCFDA;
}

.sticky-top .dropdown-menu li a {
    display: block;
    margin: 0;
    padding: 0;
}

.sticky-top .dropdown-menu li a {
    padding: 10px 15px;
    display: block;
}



.prop-loading {
    position: relative;
}
.prop-loading .row:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #ffffff36;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-name: wipe-right;
}

@keyframes wipe-right {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}

.sticky-filter {
    position: sticky;
    top: 100px;
    max-height: 86vh;
    overflow-y: scroll;
}

.sticky-filter {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.sticky-filter::-webkit-scrollbar { 
    display: none;
}

.innerBanner .serchSec {
    margin-top: -55px;
    box-shadow: rgb(213, 213, 213) 0px 0px 7px 2px !important;
    box-shadow: none;
    padding: 20px;
    background: #fff;
}

.loctitle-banner{
    position: absolute;
    top: 34%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 0 0 9px black;
}

.loctitle-banner h1{
    font-size: 2.5rem;
}

.bannerHome img {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-height: 550px;
    height: auto;
    object-fit: cover;
}

.prority-box .list-cont {
    padding: 20px 24px 20px 12px;
    border-right: 1px solid #ccc;
}

.text-secondary {
    color: #323640 !important;
}

.price-box {
    padding: 20px 20px 20px 10px;
    text-align: right;
    position: relative;
}

.price-box a:hover {
    color: #fff !important;
}

.prop-type span.hottag.prop-type-d{
    top: 0px;
    display: inline-block;
}

.prop-type {
    display: block;
/*    margin-bottom: 30px;*/
}

.price-box .retting {
    position: absolute;
    bottom: -24px;
    right: 0px;
}

.price-box .post-description strong {
    display: block;
    font-size: 22px;
    line-height: 25px;
}
span.tax-txt {
    font-size: 14px;
    font-weight: normal;
}

.inb {
    display: inline-block;
}

.list-cont a {
    z-index: 999999;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.price-box .post-description {
    color: #323640 !important;
    /*position: absolute;
    bottom: 15px;
    right: 0;*/
}

.main-gallery .big-image img, .main-gallery .small-image img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    cursor: wait;
}

.main-gallery .small-image {
    width: 49%;
    display: inline-flex;
    padding: 0px 11px 23px 0;
    position: relative;
}

.propBred.breadcrumSec {
    box-shadow: none;
    display: block;
}

.popup-gallery img {
    width: 100%;
    height: auto;
}

#gallery-modal .modal-dialog {
    max-width: 1320px !important;
}

#gallery-modal .modal-content {
    top: 76px;
    padding: 12px 0px;
}

.main-gallery .small-image span{
    position: absolute;
    top: 47%;
    left: 47%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    font-weight: bold;
    z-index: 99;
}

.small-image .last-img {
    background: #0000008a;
    position: relative;
    border-radius: 25px;
}

.small-image .last-img img {
    opacity: 0.8;
    mix-blend-mode: multiply;
}

.img-cap-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000000ab;
    width: 100%;
    padding: 10px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 16px;
}


.img-cap-layer p {
    margin: 0;
}

.popup-gallery .img-cap-layer {
    left: 12px;
    width: 94%;
}

.navbar .dropdown-toggle::after {
    display: none;
}





.lightbox-modal .modal-content {
  background-color: var(--lightbox);
  border: none;
}

.modal-backdrop {
  background-color: #141414e6 !important;
}

.modal-backdrop.show {
    opacity: 1 !important;
}

.lightbox-modal .gallery-close {
  position: fixed;
top: 1.25rem;
right: 1.25rem;
font-size: 3rem;
z-index: 10;
filter: invert(1) grayscale(100);
background: none;
border: none;
}

.lightbox-modal .modal-body {
  align-items: center;
  padding: 0;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

/*.lightbox-modal  .carousel-item {
  transition: opacity 1s ease-in-out; 
}*/


#carouselLightbox:focus {
  outline: none;
}

.lightbox-modal .carousel-item img{
    max-height: 90vh;
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 0;
  position: fixed;
}

.lightbox-modal .carousel-control-next {
  right: 0;
  position: fixed;
}

@media (min-width: 992px) {
    .lightbox-modal .modal-lg, .modal-xl {
        --bs-modal-width: 1200px !important;
    }
}

.lightbox-modal .carousel-control-next-icon, .lightbox-modal .carousel-control-prev-icon {
    cursor: pointer;
    height: 4rem;
    pointer-events: all;
    width: 4rem;
}

/*.loc-list-cont{
    margin-top: 70px;
}*/

@media (max-width: 767px) {
    .datepicker-dropdown {
        left: 0 !important;
        top: 0 !important;
        width: 100%;
        height: 100%;
        border-radius: 0px !important;
        position: fixed;
    }

    .datepicker-days, .datepicker-months table, .datepicker-years table, .datepicker-decades table, .datepicker-centuries table {
        width: 100%;
    }

    .datepicker .datepicker-days td.day {
        padding: 14px;
        font-weight: 600;
        border-radius: 0 !important;
        width: auto;
        height: auto;
        line-height: 22px;
        font-size: 14px;
        border: 1px solid #e7e7e7;
    }

    .datepicker .datepicker-days th.dow {
        font-weight: 500;
        padding: 13px;
        border: 1px solid #d3d3d3;
        background: #f2f2f2;
    }

    .datepicker span.custom-back-btn {
        display: block !important;
        position: absolute;
        font-size: 20px;
        font-weight: bold;
    }

    .datepicker .datepicker-days .datepicker-switch {
        left: 40px;
    }

    .fs-search-result, .guestbox {
        width: 100% !important;
        position: fixed;
        z-index: 99999;
        left: 0;
        border-radius: 0;
        bottom: 0;
        top: inherit;
    }

    .guestbox .guest-btn {
        display: flex;
        gap: 20px;
        justify-content: space-between;
        margin: 40px 0 15px;
    }

    .guest-btn button {
        width: 45%;
    }

    .guestbox span.minus, .guestbox span.plus {
        width: 30px;
        height: 30px;
        line-height: 24px;
    }

    .guestbox .counterbox {
        width: 130px;
    }

    #search-modal .serchSec.location-search-box .filterbox label {
        position: relative !important;
        font-weight: normal !important;
        font-size: 16px !important;
        top: -7px !important;
        left: 2px !important;
    }

    #search-modal .fs-search-input, input#checkin_checkout_top {
        padding-left: 10px !important;
    }

    .home-search-box .home-guest:after {
        top: 47px;
    }

    #search-modal .location-search-box .filterbox:after, #search-modal .filterbox .d-flex .datepick:after, #search-modal .home-guest:after {
        top: 35px;
    }

    #search-modal input#checkin_checkout, #search-modal .guest-number-location {
        padding-left: 10px;
    }









    #news-slider .owl-nav, #dest_slider .owl-nav, #featured-slider .owl-nav, #Similar .owl-nav, #popular-slider .owl-nav {
        display: none;
    }

    #hotel1 .owl-nav{
        display: block;
    }

    /*#news-slider.owl-carousel .owl-item, #dest_slider.owl-carousel .owl-item, #featured-slider.owl-carousel .owl-item {
        width: 285px !important;
    }*/

    .loc-list-cont {
        margin-top: 0px;
    }

    div#prop-slider.owl-carousel .owl-item img {
        height: 100%;
    }

    #pills-tab .nav-link {
        font-size: 14px;
        padding: 10px;
    }

    span.tax-txt {
        font-size: 14px;
        font-weight: 400;
    }

    .price-box p.post-description {
        font-size: 14px;
    }

    .blog-header {
        position: relative;
    }

    .blog-header a {
        position: absolute;
        top: 44px;
        left: 16px;
    }

    h3#filter {
        width: 100%;
        cursor: pointer;
    }

    h3#filter:after {
        content: '\f078';
        font-family: "Font Awesome 6 Free";
        position: absolute;
        right: 30px;
    }

    li.search-top {
        margin: 10px 0;
    }

    #search-modal a.serchbt{
        width: 100%;
        border-radius: 25px !important;
    }

    .lightbox-modal .carousel-item img{
        width: 100%;
        height: 100%;
    }

    #carouselLightbox span.caption {
        font-size: 12px !important;
    }
}

.banner-text {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -18%);
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px black;
    width: 100%;
}

@media (min-width: 768px) {
    .banner-text {
        top:35%;
    }
    .banner-text h1 {
        font-size: 3rem;
        font-weight: 600;
    }
    .banner-text p {
        font-size: 2rem;
        font-weight: 500;
    }
}

.icondiv {
    max-width: 50px;
    display: inline-block;
    background: #b90e0a;
    position: relative;
}

.icondiv img {
    position: absolute;
    left: 15px;
    top: 14px;
}

.iconcont {
    width: 80%;
}

.prority-box {
    z-index: 1;
    position: relative;
}

span.badge.badge-success.mb-2 {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 12px;
    background-color: #28a745;
}

div#booking-modal {
    z-index: 9999;
}

.breadcrumSec {
    display: none;
}

/* .main-gallery {
    margin-top: 120px;
} */

.roomslider {
    margin-top: 76px;
}

.col-12.px-3.px-md-1.mb-2 {
    margin-top: 76px;
}

.blog-items .best {
    border-radius: 20px;
    margin-bottom: 30px;
}

.blog-cont {
    padding: 0px 20px 5px;
}

.bookbox span.text-orange.small, .post-description .text-orange{
    display: none;
}

.home-date input#checkin_checkout {
    padding-left: 10px;
    padding-right: 10px;
}

#search-modal {
    --bs-modal-width: 1100px;
}

#search-modal .serchSec{
    width: 100%;
    padding: 40px;
}

#search-modal .serchSec.location-search-box .filterbox label {
    position: absolute;
    font-weight: normal;
    font-size: 16px;
    top: 7px;
    left: 10px;
}

#search-modal .fs-search-input {
    padding-left: 90px;
    font-weight: 600;
}

input#checkin_checkout_top {
    padding-left: 40px;
    font-weight: 600;
}

.sorting {
    box-shadow: 0 0 7px 1px #dfdfdf;
    border-radius: 20px;
    padding: 26px;
    margin-bottom: 30px;
    position: relative;
}

.sorting h3 {
    margin-bottom: 15px;
}

.sorting h3 i {
    color: #5f636d;
}

.sorting select {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 16px;
    border:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    color: #323640;
    padding-left: 10px;
    left: -10px;
    z-index: 9;
    background: transparent;
}

.sorting select:focus-visible {
    outline: 0px !important;
}

.sorting span.sort-arr {
    position: absolute;
    right: 30px;
}


@media (max-width: 575.98px) {
    .sorting {
        margin-bottom: 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 9;
        left: 0;
        border-radius: 0;
        display: flex;
        justify-content: space-between;
        padding: 20px 26px;
    }

    .sorting hr {
        display: none;
    }

    .sorting h3 {
        margin-bottom: 0;
        line-height: 36px;
    }

    .sorting select {
        width: 65%;
        border: 1px solid;
        padding: 5px 10px;
        left: 0;
        border-radius: 25px;
    }

    .sorting span.sort-arr {
        right: 38px;
        top: 25px;
    }
}

#carouselLightbox span.caption {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 auto;
    background: #000000b3;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    z-index: 999999;
    text-shadow: 0 0 4px black;
    font-size: 18px;
    transform: translate(-50%, 0%);
}

@media (max-width: 767px) {
  #Similar .owl-stage, #news-slider .owl-stage, #popular-slider .owl-stage, #featured-slider .owl-stage{
    padding-left: 0 !important;
  }
}

.filterList .mobile-sorting .form-check {
    display: block;
}

.m-full-width {
    z-index: 9999;
    position: fixed;
    background: #fff;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    overflow: scroll;
}

.m-full-width .fs-search-input {
    margin-top: 15px;
    border-radius: 5px !important;
    font-weight: 700;
    padding: 10px 40px;
    background: #ebebeb;
} 

.m-full-width .filterbox label {
    position: absolute !important;
    top: 24px !important;
    cursor: pointer !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    margin-left: 10px !important;
    display: block !important;
}

 .location-search-box .m-full-width .filterbox:after, .m-full-width .filterbox .d-flex .datepick:after, .m-full-width .home-guest:after {
    display: none !important;
}

.m-full-width .popular-filter-mobile p {
    background: #f2f2f2;
    padding: 5px 10px;
    margin: 0;
}

.m-full-width .popular-filter-mobile ul {
    padding: 0;
    list-style-type: none;
}

.m-full-width .popular-filter-mobile ul li, .m-full-width .fs-search-result ul li {
    padding: 12px;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
    display: flex;
}

.m-full-width .popular-filter-mobile ul li i {
    margin-right: 15px;
    color: #9d9d9d;
    top: 4px;
    position: relative;
}

.m-full-width .fs-search-result {
    display: none;
    background: #fff;
    box-shadow: none;
    border-radius: 5px;
    padding: 0px;
    position: relative;
    width: 100% !important;
    top: 0;
    height: auto !important;
    z-index: 999;
}

.m-full-width .fs-search-result ul p a, .m-full-width .fs-search-result ul li span {
    color: #323640;
    font-weight: 400;
}

.m-full-width .fs-search-result ul li i {
    margin-right: 12px;
    color: #9d9d9d;
    top: 4px;
    position: relative;
}

#search-modal .serchSec.location-search-box .m-full-width .filterbox label {
    position: absolute !important;
    top: 10px !important;
    cursor: pointer !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    margin-left: 10px !important;
    display: block !important;
}

#search-modal .m-full-width .fs-search-input {
    margin-top: 15px;
    border-radius: 5px !important;
    font-weight: 700;
    padding-left: 40px !important;
    background: #ebebeb;
}

#search-modal .guestbox td {
    padding: 8px;
}

.fs-mobile-property-slider {
  max-width: 100%;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  /* margin-top: 80px; */
}

.slider-container {
  position: relative;
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}

.slider-item {
    position: relative;
    flex-shrink: 0;
    width: 100%;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.slider-image {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  border: none;
  color: white;
  font-size: 18px;
  padding: 8px;
  z-index: 10;
  cursor: pointer;
}

.slider-arrow.prev {
  left: 0px;
}

.slider-arrow.next {
  right: 0px;
}

.thumbnails {
  overflow-x: auto;
  margin-top: 5px;
}

.thumbnail-track {
  display: flex;
  gap: 5px;
}

.thumbnail {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  opacity: 0.6;
  flex: 0 0 auto;
  border: 2px solid transparent;
  cursor: pointer;
}

.thumbnail.active {
  opacity: 1;
  border-color: #333;
}

/* Lightbox */
.lightbox, .roomLightbox {
  display: none;
  position: fixed;
    z-index: 999999;
/*    padding-top: 60px;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgb(0 0 0 / 98%);
    text-align: center;
}

.lightbox-con, .roomLightbox-con {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
}

.lightbox-content, .roomLightbox-content {
    max-width: 100%;
    max-height: 100%;
}

.close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 35px;
  color: white;
  cursor: pointer;
  z-index: 999999;
}

.lightbox-arrow, .roomLightbox-arrow {
  position: absolute;
  top: 48%;
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  font-size: 18px;
  padding: 10px;
  cursor: pointer;
  z-index: 9;
}

.lightbox-arrow.prev, .roomLightbox-arrow.prev {
  left: 20px;
}

.lightbox-arrow.next, .roomLightbox-arrow.next {
  right: 20px;
}

.lightbox-caption {
    /*color: white;
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;*/
    color: white;
    padding: 10px 15px;
    font-size: 14px;
    margin-top: 10px;

}

/* Hide on desktop */
@media (min-width: 768px) {
  .fs-mobile-property-slider {
    display: none;
  }
}

.range-container {
  width: 100%;
  text-align: center;
  position: relative;
}

.slider-range-track {
  position: absolute;
  height: 5px;
  background: #ccc;
  top: -30px;
  left: 0;
  right: 0;
  z-index: 1;
}

.slider-range {
  position: absolute;
  height: 100%;
  background-color: #4172fe; 
  z-index: 2;
  border-radius: 3px;
}

input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: none;
  z-index: 2;
  left: 0;
  top: -26px;
}

input[type=range]::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background: #4172fe;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -8px;
  position: relative;
  z-index: 3;
}

.price-inputs {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.price-inputs input {
    width: 80px;
    text-align: left;
    border: 2px solid #5f636d;
    border-radius: 5px;
    padding-left: 20px;
}

.price-r-box {
    position: relative;
}

.price-r-box:before {
    content: "₹";
    position: absolute;
    left: 10px;
    top: 3px;
}

.price-inputs a {
    font-size: 17px;
    color: #4172fe;
    text-decoration: none;
    border: 2px solid #5f636d;
    padding: 0px 10px;
    border-radius: 5px;
}

.price-inputs a:hover {
    background: #4172fe;
    color: #fff !important;
    border: 2px solid #4172fe;
}

.l-search-box {
    position: relative;
}

.fs-search-result.header-menu {
    top: 85px;
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 30vh;
}

#featured-slider .owl-carousel .owl-item img {
    object-fit: cover;
}

@media (max-width: 767px) {
  .no-mobile {
    display: none;
  }
}


.bookbox.sticky-book{
    position: sticky;
    top: 150px;
}

.bookingHeding {
    background: linear-gradient(90deg, #323640 -0.66%, #5F636D 100%);
    font-family: "Inter", sans-serif;
    color: #fff;
    padding: 20px;
    font-size: 36px;
    font-weight: 600;
    margin-top: 110px;
}

.bookCard {
    box-shadow: 0 0 7px 1px #dfdfdf;
    border-radius: 20px;
    padding: 26px;
    margin-top: 20px;
    background: #fff;
}

.gustdetalis .form-control {
    border: 1px solid #CBCFDA;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.gustdetalis .form-label {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.smallText {
    font-size: 12px;
    line-height: 20px;
    color: #4b4e54;
}

.succText {
    color: #53BF78;
}


/*map css*/
#distance-map .map-cont {
    height: 500px;
    min-height: 250px;
    width: 100%;
    position: relative;
}
#distance-map #map{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
#distance-map #searchInput {
    position: absolute;
    z-index: 9;
    top: 20px;
    left: 20px;
    padding: 5px;
    border-radius: 5px;
    border: none;
    max-width: 350px;
    width: 85%;
    box-shadow: 0px 0px 5px 0px #00000075;
}

#map-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px; /* 30px space between items */
  margin-top: 10px;
  flex-wrap: wrap;
}

#map-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 8px; /* space between icon & label */
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #333;
}

#map-legend svg {
  width: 24px;
  height: 24px;
}

/* Mobile: stack vertically */
@media (max-width: 768px) {
  #map-legend {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}

.gm-bundled-control-on-bottom .gmnoprint div {
    background-color: transparent !important;
    box-shadow: rgb(0 0 0 / 0%) 0px 1px 4px -1px !important;
}

.gm-bundled-control-on-bottom .gmnoprint button {
  border-radius: 50%;
margin-bottom: 5px !important;
box-shadow: 0px 0px 5px 0px #00000075;
}

#landmarkPanel .accordion-body, #directionsPanel .accordion-body {
    height: 300px;
    overflow-y: scroll;
}

@media (max-width: 767px) {
    #distance-map .col-md-4 {
        margin-top: 30px;
    }
    ul#pills-tab {
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
}


.direction-cont{
    box-shadow: 0 0 7px 1px #dfdfdf;
    border-radius: 20px;
    padding: 26px;
    height: 500px;
    min-height: 250px;
}

#landmarkPanel h3, #directionsPanel h3 {
    font-size: 24px;
}

#landmarkPanel h3 button, #directionsPanel h3 button {
    font-weight: bold;
}

#landmarkPanel h3 button i, #directionsPanel h3 button i{
    margin-right: 15px;
}

#landmarkPanel ul {
    cursor: pointer;
    list-style-type: none;
    padding: 0;
}

#landmarkPanel li {
    cursor: pointer;
    display: flex;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

#landmarkPanel li .fa-map-location-dot {
    font-size: 32px;
    color: #0d6efd;
}

.post-properti img {
    width: 24px;
}


/*Login form CSS*/
button.fs-fb-login-btn, button.fs-g-login-btn {
    width: 100%;
    display: flex;
    padding: 9px;
    background: none;
    border-radius: 5px;
    border: 1px solid #dadce0;
    cursor: pointer;
}
button.fs-g-login-btn {
    margin-top: 20px;
}
.fs-fb-text, .fs-g-text {
    width: 100%;
    font-size: 14px;
    color: #3c4043;
}

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

#login-modal label {
    margin-bottom: 10px;
}

.login-btn-box {
    display: flex;
    justify-content: space-between;
}

#fs-login-form-bottom {
    margin-top: 30px;
}

.fs-login-btn-seprate {
    -webkit-box-align: center !important;
    display: flex !important;
    align-items: center !important;
    margin: 16px 0px !important;
}
.fs-login-btn-seprate::before {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 1px !important;
    background-color: rgb(221, 221, 221) !important;
    margin-right: 16px !important;
}
.fs-login-btn-seprate::after {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 1px !important;
    background-color: rgb(221, 221, 221) !important;
    margin-left: 16px !important;
}

.fs-signup {
    margin-top: 16px;
    text-align: center;
}
.fs-signup span{
    font-weight: bold;
    color: #d50100;
    cursor: pointer;
}
.fs-forgot-pass {
    text-align: right;
    margin-top: 5px;
    cursor: pointer;
}
.fs-resend-otp {
    text-align: right;
    margin-top: 5px;
}
.fs-resend-otp strong{
    cursor: pointer;
}
#fa-signup-btn-back-block, #fs-otp-block, .fs-account-h-btn, .fs-login-h-btn{
    display: none;
}
.modal-content {
    border-radius: 10px !important;
}

.fs-box{
    border-radius: 10px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}
.fs-strong{
    font-size: 16px;
    font-weight: bold;
    width: 70%;
}
.fs-key{
    width: 30%;
    padding-left: 0px !important;
}
.fs-ac-edit-btn {
    font-size: 14px;
}
.fs-account-menu li {
    border-radius: 5px;
    margin-top: 10px !important;
    margin-left: 10px !important;
}

.fs-account-menu li a {
    padding: 10px 30px;
    font-size: 16px;
}
.fs-account-menu li.active{
    background: #d5010030;
}
.fs-account-menu li.active a{
    color: #d50100;
}

.fs-account-tabs .fs-box{
    display: none;
}
.fs-account-tabs .fs-box.active{
    display: block;
}

.fs-account-h-btn, .fs-login-h-btn{
    display: none;
}

/*End Login form CSS*/

/*Account page css*/
.user-title-box {
    display: flex;
    gap: 16px;
}
.user-title-box span.avatar {
    background: #D40000;
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 24px;
    border-radius: 50%;
    position: relative;
    top: 16px;
}

.user-title-box h4{
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.edit-profile-btn {
    color: #3B72FE;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.status-badge {
    border: 1px solid #CBCFDA;
    padding: 5px 10px;
    border-radius: 50px;
    font-family: Inter;
    font-weight: 500;
    font-size: 11px;
    line-height: 100%;
    text-transform: uppercase;
}

.b-green {
    color: #53BF78;
}

.b-red {
    color: #D40000;
}

.b-orange {
    color: #ff901e;
}

.status-badge i.fa-solid.fa-check {
    border: 1px solid #53BF78;
    border-radius: 50%;
    padding: 2px 2.5px;
}

.change-pass-btn{
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: #3B72FE;
    position: absolute;
    display: inline;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.p-relative {
    position: relative;
}

.all-booking-btn:hover {
    color: #fff !important;
}

#edit-user-modal .form-control {
    border-radius: 50px;
}

a.edit-cancel {
    position: relative;
    top: 7px;
}

.edit-btn-box {
    display: flex;
    justify-content: end;
    gap: 30px;
}

.cpass-box {
    display: flex;
    gap: 15px;
}

.cpass-box input {
    max-width: 160px;
    font-size: 12px !important;
    padding: -1 10px !important;
    line-height: 12px !important;
}

a#rotp {
    position: relative;
    top: 7px;
    font-size: 14px;
}

button#cpbtn {
    font-size: 14px;
}

.room-imge-b img {
    border-radius: 20px;
}

.bookings-page .nav .nav-item button {
    position: relative;
}

.bookings-page .nav .nav-item button.active::after {
    bottom: -2px;
}

.bookings-page .nav .nav-item button {
    background-color: transparent;
    color: #323640 !important;
    border: 0;
}

.bookings-page .nav .nav-item button.active {
    background-color: transparent;
    color: var(--bs-primary) !important;
    border: 0;
}

.bookings-page .nav-tabs {
    border-bottom: 2px solid #CBCFDA;
}

.hide-empty {
    display: none;
}

@media (min-width: 576px) {
    #edit-user-modal .modal-dialog {
        max-width: 700px;
    }
}

.empty-booking-text {
    text-align: center;
    padding: 30px;
}

.revie-modal-btn {
    font-size: 15px;
    font-weight: 500;
}

.all-booking-btn {
    margin-right: 30px;
}

/* start rating component */

.star-rating {
  display:flex;
  flex-direction: row-reverse;
  font-size:2em;
  justify-content:space-around;
  padding:0 .2em;
  text-align:center;
  width:5em;
}

.star-rating input {
  display:none;
}

.star-rating label {
  color:#ccc;
  cursor:pointer;
}

.star-rating :checked ~ label {
  color:#f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color:#fc0;
}

.star-rating-main :checked ~ label {
  color:#f90;
}

.star-rating-main label:hover,
.star-rating-main label:hover ~ label {
  color:#fc0;
}

#review-modal .modal-dialog.modal-dialog-centered {
    max-width: 750px;
}

#rooms .acomo {
  padding: 0;
}
#rooms .acomo li {
  list-style: none;
  display: inline-block;
  margin: 8px 12px 8px 0;
}
#rooms .acomo img {
  width: 24px !important;
  float: left;
  margin-right: 8px;
}

#rooms h3 {
    color: #0d6efd;
}

#rooms h5 {
    font-size: 16px;
    font-weight: 600;
}

.rbtns {
    display: flex;
    justify-content: space-between;
}

span.rmm-added {
    font-size: 13px;
    top: 10px;
    position: relative;
}

.v-scroll-s {
    overflow-y: auto;
    height: 100%;
    max-height: 412px;
    scrollbar-width: none;
}

.v-scroll-s::-webkit-scrollbar { 
    display: none; 
}

.pax-price table{
    width: 100%;
}

.num-fo-room {
    display: flex;
    justify-content: space-between;
}

.num-fo-room .roombox {
    width: 90px;
    padding-right: 0px !important;
    text-align: center;
    cursor: pointer;
}

.num-fo-room .roombox span.minus, .num-fo-room .roombox span.plus {
    border: 2px solid #0d6efd;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    line-height: 13px;
    text-align: center;
    color: #0d6efd;
}

.num-fo-room .roombox input.count {
    width: 35px;
    padding: 0;
    margin: 0;
    display: inline;
    background: none;
    border: none;
    text-align: center;
}

.rommCnt .col-4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.room-btn {
    display: flex;
    justify-content: end;
    gap: 20px;
}

small.date-error {
    color: #d10000;
}

.rplans {
    position: relative;
}

.rplans.inactive::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(200, 200, 200, 0.5);
    border-radius: inherit;
    z-index: 2; 
}

.rplans.inactive {
    pointer-events: none;
    padding: 15px;
    border-radius: 10px;
}

.room-slider img {
    border-radius: 15px;
}

.room-slider .owl-nav .owl-prev {
    bottom: 15px;
    left: 40%;
    right: auto;
    top: auto;
}

.room-slider .owl-nav .owl-next {
    bottom: 15px;
    right: 40%;
    left: auto;
    top: auto;
}

/*.room-slider .owl-item {
    padding-right: 10px;
}*/

#room-details-modal button.close {
    position: absolute;
    width: auto;
    top: 10px;
    right: 15px;
}

#room-details-modal .acomo {
  padding: 0;
}
#room-details-modal .acomo li {
  list-style: none;
  display: inline-block;
  margin: 8px 12px 8px 0;
  border: 1px solid #ccc;
border-radius: 5px;
width: auto;
padding: 5px 10px;
}

.type-txt {
    font-weight: 700;
}
#room-details-modal .acomo img {
  width: 24px !important;
  float: left;
  margin-right: 8px;
}

#room-details-modal .room-name {
    font-size: 1.5rem;
    font-weight: 700;
}

@media (min-width: 576px) {
    #room-details-modal .modal-dialog {
        max-width: 65%;
    }
}

@media (max-width: 767px) {
    .v-scroll-s {
        overflow-y: hidden;
        height: 100%;
        max-height: 100%;
        scrollbar-width: none;
        padding-top: 1rem;
        padding-bottom: 1rem;
        display: flex;
        overflow-x: auto;
        gap: 15px;
    }

    .rplans {
        position: relative;
        flex: 0 0 auto;
        width: 85%;
    }

    .rbtns {
        flex-direction: column;
        text-align: center;
    }

    .room-slider {
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    #pro-book-box {
        position: fixed;
        top: auto;
        display: flex;
        justify-content: space-between;
        z-index: 999;
    }
    #pro-book-box .filterbox{
        display: none;
    }
    h4#selectedPlan {
        color: #fff;
        line-height: 35px;
    }
}

.room-details-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

@media (max-width: 1199px) {
    .container {
        max-width: 100% !important;
    }
}

@media (min-width: 876px) and (max-width: 1199px) {
    .navsec li{
        margin: 0 2px !important;
    }
    .top-nav {
        width: 50px !important;
    }
}

@media (max-width: 875px) {
    .nomobile {
        display: none;
    }
}