﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 400;
    font-style: normal;
    color: #3e5270;
    line-height: normal;
    font-size: 16px;
    background-color: #fff;
    position: relative;
}



.modal-overlay {
    z-index: 999999 !important;
}

a {
    text-decoration: none;
    cursor: pointer !important;
}

.pageContainer,
container {
    max-width: 1370px;
    margin-inline: auto;
    padding-inline: 15px;
}

#defaultBtnClick {
    display: block !important;
    color: #3f526f;
    text-decoration: underline;
    font-size: 14px;
}

.hotel-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hotel-image {
    height: 100%;
}

#paginationContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
    padding-bottom: 5px;
    align-items: center;
}

    #paginationContainer button {
        padding-left: 10px;
        padding-right: 10px;
    }

.pageContainer {
    max-width: 1370px;
    margin-inline: auto;
    padding-inline: 15px;
}

.list-unstyled {
    padding-left: 0px;
    list-style: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/*Header Css Start*/

/*Header Css End*/

/*Banner Css Start*/
.banner-wrapper {
    background-image: url(https://static-images.funextickets.com/Funex-Hotel-images/hotel-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    position: relative;
    margin-top: 112px;
}

.bannerContainer {
    max-width: 90%;
    margin-inline: auto;
}

.bannerCategories-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -15px;
}

.bannerNav-tab,
.bannerOffers {
    flex: 0 0 auto;
    padding-inline: 15px;
}

.bannerNav-tab {
    width: 70%;
}

.bannerOffers {
    width: 30%;
}

ul.navTab-container {
    list-style: none;
    padding-left: 0px;
    display: flex;
    align-items: center;
    gap: 0px 10px;
    margin-block-start: 0px;
    margin-block-end: 0px;
}


a.navTab-link {
    padding: 17px 20px;
    background-color: #f2f2f2;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    display: inline-block;
}

    a.navTab-link.navTab-active,
    a.navTab-link :hover {
        color: #dd0717;
        background-color: #fff;
    }

.navTab-content .tab-content {
    background-color: #fff;
    padding: 25px;
}

.tabContent-detail h3 {
    font-size: 28px;
    color: #dd0717;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
}

.form-group input.formField,
.formField input,
.form-group select.form-select {
    height: 40px;
    width: 100%;
    padding: 5px 10px;
    cursor: auto;
    color: #555555;
    font-size: 12px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.25);
    outline: none;
}

.tabContent-detail p {
    font-size: 17px;
    line-height: normal;
    margin-bottom: 15px;
}

.cityBox {
    margin-bottom: 16px;
}

ul.formContent {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-inline: -5px;
    margin-bottom: 15px;
    gap: 13px 0px;
    justify-content: end;
    padding-left: 0px !important;
}

    ul.formContent li {
        width: 20%;
        flex: 0 0 auto;
        padding-inline: 5px;
    }

        ul.formContent li .formSubmit {
            height: 100%;
        }

            ul.formContent li .formSubmit button.submitBtn {
                height: 100%;
                width: 100%;
            }

button.submitBtn {
    padding: 0;
    background: #dd0717;
    border: none;
    outline: none;
    width: 200px;
    height: 45px;
    line-height: 48px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    color: white;
    font-size: 18px;
    font-weight: 400;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
}

.formSubmit {
    display: flex;
    justify-content: end;
}

.bannerOffers-cover {
    height: 100%;
    background-color: #dd0717;
    border: 8px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding-inline: 15px;
}

.offerIcon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
}

span.dollarIcon {
    font-size: 14px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #dd0717;
    font-weight: 600;
}

.bannerOffers-cover h2 {
    font-size: 21px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

    .bannerOffers-cover h2 span {
        line-height: 1;
        font-size: 36px;
        font-weight: 700;
    }

.bannerOffers-cover p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #fff;
}

ul.offerRealted {
    display: flex;
    gap: 0px 10px;
    margin-bottom: 25px;
}

    ul.offerRealted li i {
        font-weight: 600;
        color: #fff;
        font-size: 21px;
        line-height: normal;
    }

.searchBtn {
    display: inline-flex;
    padding: 10px 12px;
    color: white;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 4px;
    background-color: transparent;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.2s;
}

    .searchBtn:hover {
        color: #dd0717;
        background-color: #fff;
        transition: 0.2s;
    }

span.iconBox.customIcon-box i {
    transform: rotate(45deg);
}

/* Banner Css End */
/* BannerBottom-css Start */
.customRow {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -25px;
}

.customCol {
    width: 33.33%;
    flex: 0 0 auto;
    padding-inline: 25px;
}

section.bannerBottom-wrapper {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
    padding: 40px 10px;
}

.customIcon .offerIcon {
    border-color: #dd0717;
}

    .customIcon .offerIcon span.dollarIcon {
        background-color: #dd0717;
        color: #fff;
    }

.customIcon i {
    color: #dd0717;
    font-size: 29px;
}

.bannerBottom-content h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2px;
    color: #000;
}

.bannerBottom-content p {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    padding-right: 25%;
}

.bannerBottom-category {
    display: flex;
    gap: 0px 14px;
}

/* BannerBottom-css End */
/*  destination-wrapper Css Start */
.section-heading h2 {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 35px;
    text-align: center;
}

.destination-wrapper {
    padding: 25px 0px;
}

.customcol-head {
    width: 100%;
    flex: 0 0 auto;
    padding-inline: 8px;
}

.destination-wrapper .customRow {
    margin-inline: -8px;
    gap: 16px 0px;
}

a.destinationLink {
    text-decoration: none;
    position: relative;
    display: inline-block;
    width: 100%;
    transition: 0.3s;
}

.customCol-desti {
    width: 33.33%;
    flex: 0 0 auto;
    padding-inline: 8px;
}

.destination-image img {
    height: 240px;
}

.destinationContent {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    text-shadow: 0 2px 3px #111111;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

a.destinationLink:hover .destinationContent {
    background-color: transparent;
    transition: 0.3s;
}

.destination-image img {
    width: 100%;
    object-fit: cover;
}

.destination-image {
    height: 240px;
}

.destinationContent span {
    display: inline-flex;
    margin-bottom: 5px;
    padding: 3px 8px;
    color: white;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 10px;
    font-weight: 400;
    background-color: #dd0717;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
}

.destinationContent h3 {
    font-size: 34px;
}

/*  destination-wrapper Css End */
/* footer Css Start */

/* Pop up For Child */
.popup {
    display: none;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -80%);
    padding: 20px;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 999;
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: 300px;
    overflow-y: auto;
    max-width: 300px;
}

.t-1 {
    top: 1% !important;
}

.popup .formField {
    margin-block: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.popup button.custom-btn {
    background-color: #dd0717;
    color: #fff;
    font-size: 14px;
    padding: 7px 15px;
    border: 0px;
    margin-inline: auto;
}

/* Search Result Page Css Start */
.searchItem-list {
    background-color: #d0dfea;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block: 20px;
}

.searchForm-list {
    margin-block: 20px;
}

.searchItem-list ul {
    margin: 0px;
    display: inline-flex;
    gap: 0px 60px;
}

.searchList-item {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: inline-flex;
    gap: 0px 8px;
    align-items: center;
}

a.changeSearch {
    color: #3f526f;
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
}

    a.changeSearch:hover {
        color: #3f526f;
    }

.formContainer-search form {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -4px;
}

.formContainer-location {
    width: 25%;
    flex: 0 0 auto;
    padding-inline: 4px;
}

.formContainer-fieldList {
    width: 75%;
    flex: 0 0 auto;
    padding-inline: 4px;
}

.formContainer-search {
    margin-bottom: 20px;
    padding: 30px 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
}

.form-containerList {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -4px;
    width: 100%;
}

    .form-containerList .form-group,
    .form-containerList .formSubmit {
        width: 16.6667%;
        flex-wrap: wrap;
        padding-inline: 4px;
    }

        .form-containerList .formSubmit button.submitBtn {
            width: 100%;
            line-height: normal;
            height: 40px;
            font-size: 15px;
            font-weight: 600;
        }

.formContainer-search {
    margin-bottom: 20px;
}

.dataContent {
    display: flex;
}

.filterBox {
    width: 210px;
    padding-bottom: 20px;
}

.hotelList-contentBox {
    width: calc(100% - 210px);
    margin-left: 20px;
}

.mapBox {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d0dfea;
}



.hotelFilter-box h3 {
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 10px;
}

.hotelFilter-box input.form-control,
.hotelFilter-box select.form-select {
    color: #000;
    height: 33px;
    background-color: #fff;
    border: 1px solid rgb(192, 202, 213);
    border-radius: 2px;
    padding-inline: 10px;
    width: 100%;
}

.hotelFilter-box + .hotelFilter-box {
    margin-top: 12px;
}

.hotelFilter-box input.formCheck {
    width: 16px;
    height: 16px;
    border: 2px solid rgb(79, 111, 143);
    cursor: pointer;
    padding: 0px !important;
    display: inline-block !important;
}

.amenities input[type=checkbox] + label::before {
    display: none !important;
}

.amenities input[type=checkbox] + label::after {
    display: none !important;
}

.amenities input[type=checkbox]:checked + label::after {
    display: none !important;
}

.hotelFilter-box input.formCheck:hover,
.form-group input[type=checkbox] + label:hover:before {
    border-color: #dd0717 !important;
}

.hotelFilter-box label {
    color: rgb(102, 102, 102);
    font-size: 12px;
    text-transform: capitalize;
}

.checkBox-container,
.area-container {
    display: flex;
    align-items: center;
    gap: 0px 5px;
}

.checkBox-fovorites,
.ratingBox,
.amenities,
.areaFilter-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

span.favoritesCount,
span.ratingCount,
span.amentiesCount,
span.areaCount {
    color: rgb(105, 120, 134);
    font-size: 12px;
}

.amenitiCheck-box ul,
.ratingList ul,
.areaBox ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0px;
}

    .amenitiCheck-box ul li,
    .ratingList ul li,
    .areaBox ul li {
        width: 100%;
        flex: 0 0 auto;
    }

span.amentiesIcon i {
    color: rgb(105, 120, 134) !important;
}

label.ratingForm-label i,
.ratingBox.starFilterCheckbox i {
    color: #fbae18;
    font-size: 12px;
}

.ratingBox.starFilterCheckbox {
    display: inline-flex;
    align-items: center;
    gap: 0px 5px;
}

label.ratingForm-label {
    display: flex;
    gap: 0px 5px;
    align-items: center;
}

.formRange label {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

.formRange input {
    width: 100%;
}

/* hotel List */
.hotelList-contentBox {
    background-color: #fff;
}

.sortBox-select select {
    background: #fff;
    border: solid 1px #b9b9b9;
    height: 35px;
    width: 100%;
    border-radius: 2px;
    padding: 0 5px 0 9px;
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
}

.sortBox {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -10px;
    margin-bottom: 10px;
}

.sortBox-select {
    width: 30%;
    flex: 0 0 auto;
    padding-inline: 10px;
}

.sortOption {
    width: 70%;
    flex: 0 0 auto;
    padding-inline: 10px;
}

.hotelContainer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0px;
}

.hotelContainer-col {
    width: 100%;
    flex: 0 0 auto;
}

.hotelContainer-cover {
    border: 1px solid #ccc;
    padding: 12px 10px;
    overflow: hidden;
    position: relative;
}

.hotelImages-box {
    width: 200px;
    position: relative;
    height: 180px;
}

.hotelContainer-box .hotelDetail-content {
    width: calc(100% - 200px);
    margin-left: 20px;
    padding-right: 0px !important;
}

.hotelContainer-box {
    display: flex;
    position: relative;
}

.hotel-rating ul li i {
    font-size: 12px;
    color: #fff;
}

.hotel-rating ul {
    display: flex;
    gap: 0px 2px;
}

.hotel-rating {
    position: relative;
    bottom: 15%;
    left: 2%;
    z-index: 9;
}

a.hotelTittle,
a.rentalTittle {
    color: #3f526f;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}

    a.hotelTittle:hover,
    a.hyperLink:hover,
    a.viewRooms:hover,
    a.hotelList-detail,
    a.cancelOption:hover,
    a.rentalTittle:hover {
        color: #dd0717;
    }



p.hotelAddres,
p.hotelDescrib {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
}

a.hyperLink {
    text-decoration: underline;
    color: #3f526f;
}

p.hotelDescribe {
    font-weight: bold;
    color: #000;
}

a.ratingLinkCount.hyperLink {
    font-weight: 400;
}

.searviceList ul li {
    font-size: 11px;
    color: #000;
    font-weight: 500;
}

    .searviceList ul li + li {
        margin-top: 8px;
    }

.searviceList {
    margin-top: 10px;
}

.hotelDetail-containerContent {
    display: flex;
    height: 100%;
}

.hotelPrice {
    width: 255px;
    padding-left: 10px;
    border-left: 1px solid #ccc;
}


    .hotelPrice .h3 {
        font-size: 18px;
        hotePrice-detail
    }

.hotelFeature-content {
    width: calc(100% - 255px);
    margin-right: 20px;
}
.mobileAdress{
    display:none;
}

.hotePrice-detail h3,
.hotePrice-detail h3:empty {
    display: none !important;
}

    .hotePrice-detail h3:not(:empty) {
        font-weight: bold;
        font-size: 42px;
        line-height: normal;
        color: #000;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 8px;
        text-align: center;
        justify-content: center;
        display: flex !important;
    }

span.currency {
    font-size: 30px;
    font-weight: 500;
}

span.priceValid {
    display: inline-block;
    width: fit-content;
    font-weight: 500;
    font-size: 20px;
    position:relative;
}
span.priceValid::before {
    content: "/";
}
.hotelPrice a.custom-btn {
    width: 100%;
    text-align: center;
    background-color: #E72406 !important;
}
.priceBadget-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 5px;
}
span.totalAmount {
    color: #8E8E8E;
    font-size: 15px;
    font-weight: 400;
}
span.hotelBadget-msg {
    color: #1F784F;
    font-size: 12px;
}
span.hotelBadget-msg::before {
    content: "";
    width: 11px;
    height: 9px;
    display: inline-block;
    background-image: url(http://res.cloudinary.com/funex/image/upload/v1733942768/Tick_ncrnug.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.hotePrice-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.custom-btn {
    padding: 8px 10px;
    font-size: 15px;
    background: #dd0717;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 8px;
}

    .custom-btn:hover {
        background-color: #dd0717 !important;
        color: #fff !important;
    }

a.viewRooms {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    color: #3f526f;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: underline;
    position: relative;
    padding-left: 15px;
}

    a.viewRooms::before {
        content: "\f0da";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        font-size: 14px;
        color: #000;
    }

.hideView {
    display: none;
}

.hotelList-box {
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
}

.list-heading h3 {
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

a.hotelList-detail {
    color: #3f526f;
    text-transform: capitalize;
    text-decoration: underline;
}

a.cancelOption {
    color: #3f526f;
    font-size: 12px;
    text-transform: capitalize;
    text-decoration: underline;
    display: inline-block;
}

.list-Content {
    display: flex;
    align-items: center;
    gap: 0px 20px;
}

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

span.statusCount-rooms {
    color: #dd0717;
    font-size: 12px;
    margin-top: 5px;
}

.priceDetail p {
    color: #000;
    font-weight: bold;
}

ul.hotelAvailable-list li + li {
    border-top: 1px solid #ccc;
}

ul.hotelAvailable-list {
    border-inline: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

li.hidden {
    display: none;
}

.hotelAvailable-listContainer {
    display: none;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* slider */

#slider-container {
    position: relative;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
}

#main-image {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.active-thumbnail {
    border: 2px solid #007BFF;
}

#thumbnail-container {
    display: flex;
    overflow-x: auto;
    margin-top: 10px;
    scrollbar-width: thin;
}

.thumbnail {
    width: 60px;
    height: 40px;
    margin: 0 5px;
    cursor: pointer;
}

    .thumbnail:hover {
        border: 2px solid #007BFF;
    }

.scroll-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer;
    background-color: #fff;
    border: none;
}

#scroll-left {
    left: 10px;
}

#scroll-right {
    right: 10px;
}



.holder::-webkit-scrollbar {
    display: none;
}


.slides {
    display: none;
}

    .slides img {
        width: 100%;
        height: 60vh;
        object-fit: cover;
    }



.prevContainer,
.nextContainer {
    position: absolute;
    top: 50%;
    transform: translate(0, calc(-50% - 54px));
    cursor: pointer;
}

.prevContainer {
    left: 0;
    border-radius: 30px 0 0 30px;
}

.prev {
    position: relative;
    top: 20px;
    transform: translate(0, -50%);
    height: 35px;
    width: 35px;
    margin-right: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
    background-color: rgba(0, 0, 0, 0.3);
}

.nextContainer {
    margin-right: 26px;
    right: 0;
    border-radius: 0 30px 30px 0;
}

.next {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: 35px;
    width: 35px;
    margin-right: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
    background-color: rgba(0, 0, 0, 0.3);
}

/* Container for image text */
.caption-container {
    text-align: left;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    /* width: 16.66%; */
    height: 150px;
}

.defaultBtn {
    display: flex;
    width: 100%;
    justify-content: end;
    margin-top: 15px;
}

.openFilter-box,
button.closeFilter-box {
    display: none;
}

.mobBook-btn {
    display: none !important;
}

span.searchIcon-btn {
    display: none !important;
}

div#paginationContainer button.prevPageBtn,
div#paginationContainer button.nextPageBtn {
    padding: 8px 10px;
    font-size: 15px;
    background: #dd0717;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
    text-transform: capitalize;
    display: inline-block;
}

#paginationContainer button {
    background-color: transparent;
}

.activepageBtn {
    color: #dd0717;
}

/* Style for hotel listing */
.hotel-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hotel-item {
    cursor: pointer;
}

.hotel-img {
    width: 200px;
    border-radius: 5px;
    overflow: hidden;
}

/* Style for the modal overlay */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

/* Style for the modal content */
.modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 80%;
    max-height: 80%;
    overflow: auto;
    position: relative;
}

/* Close button for the modal */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    background: white;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 5px;
    color: black;
    font-size: 35px;
}

button#ImgPopupcloseBtn {
    border: 0px;
    width: 35px;
    height: 35px;
    background-color: #0000004a;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

div#textInputsPopup {
    flex-wrap: wrap;
    gap: 10px 0px;
    width: 100%;
}

div#popup input {
    width: 100% !important;
}

button#ImgPopupcloseBtn span {
    font-size: 23px;
}

span.cutPrice {
    font-weight: 500;
    font-size: 19px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

span.priceValue.cutPrice.mobCutPrice {
    display: none;
}



/* New Css */
.justify-content-center {
    justify-content: center;
}

.eventRow {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -15px;
}

.eventCol {
    width: 75%;
    flex: 0 0 auto;
    padding-inline: 15px;
}

.eventHeader {
    display: flex;
    align-items: center;
    gap: 0px 20px;
    background-color: #eff2f7;
    padding: 15px;
}

.eventCover {
    border: 2px solid #e6e6e6;
}

section.eventWrapper {
    padding-block: 40px;
    background-color: #fff;
}

.eventHeader h2 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

a.eventDetail-btn {
    color: #337ab7;
    font-size: 14px;
}

    a.eventDetail-btn:hover {
        text-decoration: underline;
    }

.eventBox-main {
    padding: 15px;
}

.eventBox-main {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-inline: -15px;
}

.eventBox {
    width: 70%;
    flex: 0 0 auto;
    padding-inline: 15px;
}

.eventBox-offer {
    width: 30%;
    flex: 0 0 auto;
    padding-inline: 15px;
}

.eventBox-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -15px;
}

.eventSelection,
.event-additionalHotel {
    width: 50%;
    flex: 0 0 auto;
    padding-inline: 15px;
    position: relative;
}

.event-images img,
.event-additionalImage img {
    width: 100%;
}

.eventImage-box,
.event-additionaltittle {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #e6e6e6;
    margin-top: -5px;
}

.event-additionalHotel::after {
    font-family: "Font Awesome 5 Pro", FontAwesome;
    font-size: 22px;
    font-weight: 900;
    content: "";
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    color: #5a5f64;
    height: 35px;
    width: 35px;
    border-radius: 28px;
    background: #fff;
    text-align: center;
    padding: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}



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

.package-Detail p {
    color: #020202;
    font-size: 13px;
    margin-bottom: 2px;
}

.offertags {
    background: url(https://cdn.tripster.com/Content/images/savings-ribbon.png) no-repeat;
    background-position: right 0;
    height: 44px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    padding: 0 8px 0 0;
    margin: 0 -30px -5px 0;
    text-align: right;
}

span.packagevalue {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1.2;
    display: inline-flex;
    align-items: flex-start;
    gap: 0px 3px;
}

    span.packagevalue b {
        color: #020202;
        font-size: 9px;
        font-weight: 400;
    }

.durationPackage {
    color: #020202;
    font-size: 13px;
}

button.selectButton {
    background-color: #aeb1b6;
    color: #fff;
    border: 0px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    height: 36px;
    border-radius: 4px;
    text-transform: capitalize;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    width: 100%;
    position: absolute;
    bottom: 0px;
    cursor: pointer;
}

.eventBoxDetail-wrapper {
    height: 100%;
    position: relative;
}

.display-none {
    display: none;
}

button.selectButton.SelectActive {
    background-color: #f7b01a;
}

    button.selectButton.SelectActive::before {
        content: "Select";
    }

.eventForm ul.formContent li {
    width: 20%;
}

    .eventForm ul.formContent li button.submitBtn {
        width: 100%;
        height: 45px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .eventForm ul.formContent li .form-group {
        height: 100%;
    }

        .eventForm ul.formContent li .form-group input.formField,
        .eventForm ul.formContent li .formField input,
        .eventForm ul.formContent li .form-group select.form-select {
            height: 45px;
        }

    .eventForm ul.formContent li .formSubmit {
        height: 100%;
        align-items: flex-end;
    }

.eventForm {
    background-color: rgb(244, 244, 244);
    padding: 25px 15px;
}

    .eventForm h3 {
        font-size: 18px;
        color: #000;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .eventForm ul.formContent li label {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 5px;
        display: inline-block;
        text-transform: capitalize;
    }

    .eventForm button.submitBtn {
        background-color: #f7b01a;
    }

.eventPopUP {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




/* Css For Booking Pages */

.bookingRow {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -15px;
}

.booking-col {
    width: 100%;
    flex: 0 0 auto;
    padding-inline: 15px;
}

ul.bookingStep-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 15px;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
}

    ul.bookingStep-list::after {
        content: "";
        width: 100%;
        height: 4px;
        background-color: #e9e9e9;
        position: absolute;
        top: 39%;
        left: 0px;
        transform: translateY(-61%);
        z-index: -1;
    }

.stepBox {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #e9e9e9;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

span.stepNumber {
    color: rgb(68, 68, 68);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.stepItem.active span.stepNumber {
    background-color: rgb(0, 120, 26);
    color: rgb(255, 255, 255);
}

span.stepName {
    color: rgb(68, 68, 68);
    font-size: 10px;
    text-transform: uppercase;
}

.stepItem.active span.stepName {
    color: rgb(0, 120, 26);
}

.stepItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 7px 0px;
}

.bookingHotel-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.hotelChooseRooms {
    width: 300px;
}

.hotelDetail-container {
    width: calc(100% - 300px);
}

.hotelDuration {
    display: flex;
    gap: 0px 15px;
    justify-content: end;
}

    .hotelDuration p {
        font-size: 13px;
        text-transform: capitalize;
        color: #000;
        font-weight: 500;
    }

span#Start_price {
    font-weight: 600;
}

.hotelDetail-name {
    display: flex;
    gap: 0px 5px;
    align-items: center;
    margin-bottom: 5px;
}

    .hotelDetail-name h2 {
        font-size: 30px;
        font-weight: 500;
        color: #000;
    }

.hotelAddress-Box > div {
    font-size: 14px;
    color: #000;
}

.hotelAddress-Box {
    display: flex;
    align-items: center;
}

    .hotelAddress-Box .address {
        margin-left: 0px;
        padding-left: 8px;
    }

.XyPP_modal {
    z-index: 10000 !important;
}

.bookingForm-container .form-containerList .form-group {
    width: 16.6667%;
}

.bookingForm-container .formContainer-fieldList {
    width: 100%;
}

.bookingForm-container {
    margin-bottom: 30px;
}

.bookingHotel-tabContainer {
    background-color: #333;
}

ul.tabNav {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    text-transform: uppercase;
}

a.bookingNav-link {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
}

    a.bookingNav-link:hover {
        color: #fff;
    }

li.tabNav-items {
    width: 25%;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
}

    li.tabNav-items:has(a.bookingNav-link:hover) {
        background-color: #666;
    }

.bookingHotel-gallery .gallery_wrapper {
    padding: 0px !important;
    width: 100% !important;
    flex: initial !important;
    height: 100%;
}




.bookingHotels-roomsCover {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -15px;
    padding: 15px;
    position: relative;
}

.bookingHotel-gallery {
    width: 65%;
    flex: 0 0 auto;
    padding-inline: 15px;
}

.bookingHotels-rates {
    width: 35%;
    flex: 0 0 auto;
    padding-inline: 15px;
}

.bookingHotelDetails-roomRates {
    background-color: #f0f8ff;
    padding: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.bookingHotel-gallery .splide {
    visibility: initial !important;
}

.bookingHotels-rates .hotel_summary {
    width: 100%;
    padding: 0px;
}

.bookingHotels-rates .hotel_summary {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.bookingHotels-describeCover {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -15px;
    margin-bottom: 10px;
}

.hotelDescribe-detail,
.hotelDescribe-points {
    flex: 0 0 auto;
    padding-inline: 15px;
}

.hotelDescribe-detail {
    width: 75%;
}

.hotelDescribe-points {
    width: 25%;
}

.hotelDetail-content {
    width: 100%;
    padding-right: 30px;
    padding-left: 0px;
    margin-left: 0px;
}

    .hotelDetail-content h2,
    .bookingHotels-amentiesHeading h2,
    .bookingHotels-childBoxCover h3 {
        font-size: 24px;
        color: #000;
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 10px;
    }

    .hotelDetail-content p {
        font-size: 14px;
        color: #000;
        line-height: 1.7;
    }

        .hotelDetail-content p + p {
            margin-top: 8px;
        }

.hotelDetail-pointsContent {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 30px 30px;
    background: #f0f8ff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .hotelDetail-pointsContent > p {
        font-size: 17px;
        color: #000;
        margin-bottom: 5px;
    }

.bookingHotelsChild-heading h2 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
}

    .bookingHotelsChild-heading h2 span {
        font-size: 14px;
        margin-left: 5px;
    }

.bookingHotelsChild-heading {
    margin-bottom: 10px;
}

a.bookingDates-change,
.featureDetail-link {
    font-size: 14px;
    margin-left: 5px;
    color: #3f526f;
    text-decoration: underline;
}

    a.bookingDates-change:hover,
    .featureDetail-link:hover {
        color: #dd0717;
    }

.bookingHotelsChild-heading {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.bookingHotels-childBox > h3 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 16px 12px;
    background-color: #3f526f;
}

.bookingHotels-childBox {
    /*border: 1px solid #dd0717;*/
}

    .bookingHotels-childBox ul.hotelAvailable-list {
        background-color: #fff;
        border: 0px;
    }

.bookingHotel-describe {
    margin-bottom: 40px;
}

.bookingHotel-gallery .splide__arrow svg {
    width: 15px;
    height: 15px;
}

.summery_heading h2 {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin-bottom: 0px
}

.featureDetail-link {
    font-weight: 400;
}

.summery_heading {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.featureAmenties-box {
    font-weight: 400;
    color: #000;
}

span.feature-amentiesIcon,
span.feature-amentiesName {
    font-size: 16px;
    display: inline-block;
}

.featureAmenties-box {
    display: flex;
    align-items: center;
    gap: 0px 4px;
}

.feature-amenties-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -4px;
    gap: 8px 0px;
}

    .feature-amenties-list ul li {
        width: 100%;
        flex: 0 0 auto;
        padding-inline: 4px;
    }

span.feature-amentiesName,
span.amentiesName {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.bookingHotel-gallery .splide__arrow svg {
    width: 15px;
    height: 15px;
}

span.amentiesName::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    color: #07b087;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}

span.amentiesName {
    font-size: 14px;
    color: #000;
    display: inline-flex;
    align-items: center;
}

.bookingHotels-amenties .amenties-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -5px;
    gap: 4px 0px;
    margin-bottom: 30px;
}

    .bookingHotels-amenties .amenties-list ul.list-unstyled li {
        width: 33.33%;
        padding-inline: 5px;
    }

.PromoMsg {
    color: crimson;
    font-size: 12px;
}

.Policy {
    color: crimson;
    font-size: 12px;
}

.book-button a.custom-btn {
    margin-bottom: 0px !important;
}

h3.descriveDesktop:has(.cutPrice) {
    margin-bottom: 0px !important;
    width: 100%;
    justify-content: end;
    align-items: end;
    text-align: end;
}

    h3.descriveDesktop:has(.cutPrice) span.cutPrice {
        margin-bottom: 0px;
        font-size: 23px;
        color: #2b2b2b;
        position: relative;
        display: inline-block;
        width: fit-content;
        font-weight: 400 !important;
    }
h3.descriveDesktop:has(.priceValid) {
    font-size: 44px;
    letter-spacing: 0.1px;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 0px;
}

.list-Content span.statusCount-rooms {
    margin-top: 0px;
}

.list-Content span.priceValue > span {
    display: inline-block;
}

.list-Content span.priceValue {
    display: flex;
    flex-direction: column;
    font-size: 15px;
}

.mobPrice-detail {
    display: none;
}

.closeSearch-box {
    display: none;
}

p.perNight-box {
    font-weight: 400;
    color: #dd0717;
    font-size: 15px;
}



/*Css 31-May-2024*/
.formContainer-search {
    margin-bottom: 20px;
    width: 100%;
}

body:has(.Bp_popup-overlay),
body:has(#spin[style*="visibility: visible"]),
body:has(#main-slider[style*="display: block"]),
body:has(.RA_loading-overlay[style*="display: flex"]), body.bodyPause {
    overflow: hidden !important;
    overscroll-behavior-block: auto !important;
    height: 100vh !important;
}


.room-container::-webkit-scrollbar {
    display: none;
}

.hotelsOffer-box {
    position: absolute;
    top: 20px;
    z-index: 9;
    background-color: #dd0717;
    color: #fff;
    left: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 80% 100%, 0 100%);
    padding-right: 9px;
    animation: slideIn 1s ease-out forwards;
}

@keyframes slideIn {
    from {
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
    }

    to {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

div#hotelsOffer-content {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0px 4px;
    padding-right: 6px;
    padding-left: 11px;
    padding-block: 5px;
}

/*div#hotelsOffer-content::after {
    content: "";
    height: 99%;
    width: 20px;
    background-color: #dd0717;
    position: absolute;
    top: 0px;
    right: -7px;
    transform: skewX(-16deg);
    z-index: -1;
}*/
span.offerValue {
    font-weight: 600;
    font-size: 26px;
}

span.offerContent b {
    font-weight: 500;
    line-height: 13px;
}

span.offerContent {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
}

.Bp_popup-box button.Popup-buttons {
    margin-inline: 0px;
}

.bookingHotels-childBoxCover h5 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

    .bookingHotels-childBoxCover h5 span {
        text-transform: capitalize;
    }

.bookingHotels-childBoxCover h3 {
    margin-bottom: 15px !important;
}

.bookingHotelAmenties {
    margin-top: 30px;
}

.bookingHotels-childBoxCover ul {
    margin-bottom: 20px;
    list-style: none;
}

    .bookingHotels-childBoxCover ul li + li {
        margin-top: 5px;
    }

    .bookingHotels-childBoxCover ul li {
        font-size: 14px;
        color: #000;
    }

.bookingHotels-childBoxCover ul {
    margin-bottom: 20px;
    list-style: auto;
    padding-left: 16px;
    margin-top: 10px;
}

.bookingHotels-childBoxCover p {
    font-weight: 500;
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
}

/*Ensure the CSS to hide the spin buttons is applied*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number] {
    appearance: textfield;
    overflow: hidden;
}

.inputInfo-row {
    display: flex;
    margin-inline: -15px;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}

.inputInfo-col,
.inputButton-col {
    flex: 0 0 auto;
    padding-inline: 15px;
}

.inputButton-Box {
    display: flex;
    align-items: center;
    gap: 0px 25px;
}

    .inputButton-Box button {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        border: 0px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
    }

    .inputButton-Box button {
        height: 25px;
        width: 25px;
        border-radius: 50%;
        border: 1px solid #dd0717;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        color: #dd0717;
        cursor: pointer;
    }

        .inputButton-Box button span {
            font-size: 20px;
        }

.list-heading .hotelsOffer-box {
    position: static;
}

.list-heading {
    display: inline-flex;
    gap: 0px 30px;
    align-items: center;
}

    .list-heading .hotelsOffer-box {
        position: static;
        margin-left: -10px;
        height: fit-content;
    }

.hotelContainer-colBox:has(.hotelAvailable-listContainer[style*="display: block"]) a.viewRooms .hideView {
    display: inline-block !important;
}

.hotelContainer-colBox:has(.hotelAvailable-listContainer[style*="display: block"]) a.viewRooms .view {
    display: none;
}

.hotelContainer-colBox:has(.hotelAvailable-listContainer[style*="display: block"]) a.viewRooms::before {
    transform: translateY(-50%) rotate(90deg);
}

.hotelAvailable-listContainer span.offerValue {
    font-size: 24px;
}

.hotelAvailable-listContainer span.offerContent b {
    font-size: 11px;
}

.hotelAvailable-listContainer #hotelsOffer-content {
    padding-block: 2px;
    padding-left: 8px;
    padding-right: 4px;
}

.bookingRoom-detail p {
    margin-bottom: 0px !important;
}

.customerBooking-col + .customerBooking-col {
    margin-top: 10px;
}

.bookingRoom-detail {
    width: 100%;
    padding-inline: 15px;
    margin-block: 10px;
}

.priceHotelPayemnt-additionalBox ul {
    list-style: none;
}

.priceHotel-wrapperDetail ul li + li {
    margin-top: 10px;
}

.customerBooking-col {
    margin-top: 10px;
}

.inputInfo-col input {
    height: 25px;
    width: 65px;
    padding: 0px 7px;
    cursor: auto;
    color: #555555;
    font-size: 12px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.25);
    outline: none;
    text-align: center;
}

.inputInfo-row label {
    min-width: 120px;
}

.roomsControl-btnBox {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -15px;
}

.roomsBtn {
    width: 50%;
    flex: 0 0 auto;
    padding-inline: 15px;
}

a.Mob-price {
    display: none;
}

.cancellationPayment-heading h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: capitalize;
}

/* css Updated by Ankita*/
.page-title {
    font-size: 1.6rem;
    font-weight: 600 !important;
    font-family: "Poppins", sans-serif;
    text-shadow: none;
    color: #1F5099 !important;
    margin-bottom: 0px;
}

.fw-6 {
    font-weight: 600;
}

.room-price-group {
    text-align: right;
}

.custom-rate-tag {
    display: inline-block;
    width: auto;
    height: 38px;
    background-color: #1F5099;
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;
    border-left: 1px solid #1F5099;
    margin-left: 19px;
    position: relative;
    color: white;
    font-weight: 300;
    font-size: 14px;
    line-height: 38px;
    padding: 0 10px 0 10px;
}

    .custom-rate-tag:before {
        content: "";
        position: absolute;
        display: block;
        left: -19px;
        width: 0;
        height: 0;
        border-top: 19px solid transparent;
        border-bottom: 19px solid transparent;
        border-right: 19px solid #1F5099;
    }

    .custom-rate-tag:after {
        content: "";
        background-color: white;
        border-radius: 50%;
        width: 4px;
        height: 4px;
        display: block;
        position: absolute;
        left: -9px;
        top: 17px;
    }

.rate-plan {
    padding: 20px;
}

.room-group .accordion-header {
    cursor: pointer;
}

    .room-group .accordion-header:after {
        content: "";
        position: absolute;
        background-image: url(/static/images/icons/green-icon.png);
        width: 24px;
        height: 24px;
        transform: rotate(90deg);
        right: 10px;
        transition: 0.2s ease;
    }

.imp-text-green {
    color: #008000 !important;
}

.imp-text-red {
    color: #dd0717 !important;
}

.terms-condtion-group {
    color: #000000;
}

.special-inst {
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 400;
}

.hotelDetail-content h2 {
    display: flex;
    align-items: center;
}

.custom-head-text {
    font-size: 22px !important;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    gap: 5px;
}

.icon-rotate {
    transform: rotate(90deg);
}

.terms-header {
    cursor: pointer;
    display: inline-flex;
}

@media screen and (min-width:768px) {
    ul .formContent li .formSubmit button.submitBtn {
        width: 170px;
        height: 44px;
    }
}

/*Additional CSS and ADA Complaiance*/
.tabForm .form-group {
    margin-bottom: 0px !important;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.form-group select.form-select {
    border-radius: 0px !important;
}

    .form-group select.form-select:focus {
        outline: none !important;
        box-shadow: none !important
    }

.list-heading .hotelsOffer-box > div {
    display: inline-flex !important;
    padding: 5px 4px !important;
    gap: 0px 3px !important;
}

.checkBox-container label.ratingForm-label {
    margin-bottom: 0px !important;
}

.searviceList ul.list-unstyled {
    margin-bottom: 0px !important;
}

h3.descriveDesktop:has(.cutPrice) span.cutPrice::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #2b2b2b;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-14deg);
}

span.priceValue {
    display: inline-flex;
    align-items: center;
    gap: 0px 0px;
}

span.currencyIcon {
    font-size: 29px;
}

.child-age-container {
    padding-inline: 0px !important;
}

h3.descriveDesktop:empty {
    display: none !important;
}

.priceDetail p {
    margin-bottom: 0px !important;
}

.listHeading-cover h3 {
    margin-bottom: 0px !important;
}

span.listingCut-price {
    color: #2b2b2b;
    font-weight: 400;
    display: inline-flex;
    position: relative;
    font-size: 14px;
}

    span.listingCut-price::before,
    span.priceValueCut::before {
        content: "";
        width: 100%;
        height: 1.5px;
        background-color: #2b2b2b;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-14deg);
    }

p:has(span.priceValue) span.priceValue {
    display: inline-flex;
    text-align: end;
    align-items: flex-end;
}

.checkBox-container input.starFilterCheckbox {
    order: -1;
}

.priceDetail p:has(span.priceValue) {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

span.priceValueCut s {
    text-decoration: none;
}

span.priceValueCut {
    color: #2b2b2b !important;
    position: relative;
    font-size: 14px;
}

.mobileView-listContent p:has(span.priceValueCut) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2px;
}


.hotelDetail-sliderWrapper {
    width: 100%;
    flex: 0 0 auto;
    padding-inline: 15px;
}

.hotelDetail-wrapperBox {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -15px;
}

.bookingHotel-gallery .gallery_wrapper div#main-slider {
    height: 100%;
    display: block;
}

    .bookingHotel-gallery .gallery_wrapper div#main-slider #main-slider-track,
    .bookingHotel-gallery .gallery_wrapper div#main-slider #main-slider-track ul,
    .bookingHotel-gallery .gallery_wrapper div#main-slider #main-slider-track ul li {
        /*height: 100% !important;*/
        min-height: 410px;
    }

.hotelDetail-wrapperBox button {
    opacity: 1;
    background-color: #0000007a;
}

.footer-contact-widget .widget-links .li-bullet {
    color: #dd0717 !important;
}

/*.sortOption button.openFilter-box {
    display: inline-flex;
    background-color: transparent;
    border: 0px;
    flex-direction: column;
    align-items: center;
}*/

.sortOption button.openFilter-box span.filterContent {
    text-transform: capitalize;
    font-size: 15px;
}



.review-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: conic-gradient(red 0% 75%, lightgray 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .review-circle::before {
        content: '';
        position: absolute;
        width: 61px;
        height: 61px;
        background-color: #d0dfea;
        border-radius: 50%;
        z-index: 1;
    }

.overallRating {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
}

.hstr div#reviewCircle + div {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.summery-top {
    padding-bottom: 15px;
}

.rate-details .fees {
    font-size: 12px;
    color: #545454 !important;
}

.rate-plan > .custom-btn {
    padding: 0px;
    margin-block: 0px !important;
}

    .rate-plan > .custom-btn > a.custom-btn {
        margin-block: 0px !important;
    }

.room-list .room-group + .room-group {
    border-top: 1px solid #ccc !important;
}

.room-list .room-group {
    border: 0px !important;
    background-color: transparent !important;
    margin-bottom: 0px !important;
    position: relative;
}

.rate-plan {
    background-color: #f0f8ff !important;
    margin-bottom: 0px !important;
}

.room-list .room-group .rate-plan + .rate-plan {
    margin-top: 10px !important;
}

.rate-details ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 7px;
}

    .rate-details ul li {
        width: fit-content;
        color: #3e5270;
        font-size: 14px;
        font-weight: 400;
        background: #fff;
        padding: 4px 10px;
        margin: 8px 0px;
        border-radius: 5px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

.rate-details .rate-type p {
    margin-bottom: 0px;
}

.rate-details span.promo {
    color: #89060E !important;
}

.room-list .room-group h3 {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px !important;
}

.room-list .room-group p:empty {
    display: none;
}

.room-list .room-group br {
    display: none;
}

.room-list .room-group p {
    font-size: 13px;
    margin-bottom: 6px;
}

    .room-list .room-group p + .rate-plan {
        margin-top: 15px;
    }

    .room-list .room-group p b {
        font-weight: 600;
    }

.room-list .room-group .rate-plan {
    flex-wrap: wrap;
    margin-inline: 0px;
}

    .room-list .room-group .rate-plan .rate-details {
        padding-inline: 5px;
    }

    .room-list .room-group .rate-plan .custom-btn:has(a.custom-btn) {
        padding-inline: 5px;
    }

    .room-list .room-group .rate-plan .rate-details span.rate-type p {
        margin-bottom: 0px;
    }

.hotelsDetail-price {
    display: flex;
    align-items: center;
    gap: 0px 5px;
    margin-top: 5px;
}

    .hotelsDetail-price .price {
        margin-bottom: 0px !important;
    }

.bookingHotels-childBox:has(.room-list) h3 {
    margin-bottom: 0px !important;
}

.room-list .room-group .rate-plan .rate-details p {
    color: #545454 !important;
}

.room-list .room-group h3 {
    font-size: 16px;
    margin-bottom: 10px !important;
}

.cancellationPayment-heading > div:not(:has(*)) {
    display: none;
}

.customerHotel-wrapperDetail p {
    margin-bottom: 5px;
}

.wraperHotel-dateDetail ul li#CheckinInstructions ul,
.wraperHotel-dateDetail ul li#Hotel_Policy ul {
    list-style: disc;
    padding-left: 14px;
}

.wraperHotel-dateDetail ul li > strong {
    font-weight: 600;
}

.priceHotel-wrapperDetail {
    padding-inline: 0px;
}

.priceHotel-wrapperHeading {
    padding-inline: 0px;
}

/*css added ruby Ankita */
.splide__slide .caption {
    color: hsla(0, 0%, 13%, 1);
    background: rgb(231 232 235 / 80%);
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 10px;
    border-left: solid 5px;
}

.bookingForm-container .form-containerList .form-group {
    min-width: 160px;
    margin-bottom: 0;
}

.bookingForm-container .formContainer-fieldList {
    width: 100%;
}

.bookingForm-container {
    width: 100%;
    margin: 20px auto;
}

.bookingHotel-tabContainer {
    background-color: #1f5099;
    margin-top: 30px;
}

.bed-details {
    display: inline-block;
    color: #3e5270;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    padding: 9px 10px;
    margin: 8px 10px 8px 0;
    border-radius: 2px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-left: solid 3px #3e5270;
}

.bed-group {
    border-bottom: solid 1px #3e5270;
    padding-bottom: 10px;
}

.room-price-group .bed-group:last-of-type {
    border-bottom: none;
}

.custom-iconbed {
    width: 20px;
}

.checkBox-containerContent {
    width: calc(100% - 16px);
    padding-left: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkBox-container:has(.checkBox-containerContent) {
    width: 100%;
}

.terms-content h3 {
    font-size: 20px;
}

.om-sliderrange-display span::before {
    content: "$";
}

.om-sliderrange-display span:nth-child(2)::before {
    display: none !important;
}
.importantinfo-modal {
    background-color: rgb(0 0 0 / 55%);
}
.importantinfo-modal .close {
    float: right;
    font-size: 50px;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    font-weight: 300;
    line-height: 20px;
    color: #999494;
    cursor: pointer;
}