body {
    color: #000;
}

a {
    text-decoration: none;
}

.left-nav {
    height: 100dvh;
    background-color: #532773;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 225px;
    overflow: auto;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox, Safari 18.2+, Chromium 121+ */
}

    .left-nav::-webkit-scrollbar {
        display: none;
        /* Older Safari and Chromium */
    }

.right-sec {
    height: 100%;
    position: fixed;
    left: 225px;
    top: 0;
    overflow: auto;
}

.top-fixed-bar {
    position: fixed;
    width: calc(100% - 225px);
    top: 0;
    height: 80px;
    background-color: #fff;
    z-index: 999;
}

.main-inner-container {
    margin-top: 90px;
}

.open-menu {
    display: block;
}

.header-area .main-nav .nav {
    float: left;
    margin-right: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

    .header-area .main-nav .nav li {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        border-bottom: 1px solid #adadad;
    }

.dropdown-menu {
    border: none !important;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: transparent;
    letter-spacing: 1px;
}

ul li.dropdown-item a::before {
    content: "\2192";
    padding-left: 5px;
    padding-right: 5px;
}

.header-area .main-nav .nav li a.active {
    color: #fff !important;
}

.header-area .main-nav .nav li.submenu {
    position: relative;
    padding-right: 30px;
}

    .header-area .main-nav .nav li.submenu:after {
        font-family: FontAwesome;
        content: "\f107";
        font-size: 12px;
        color: #2a2a2a;
        position: absolute;
        right: 18px;
        top: 12px;
    }

    .header-area .main-nav .nav li.submenu ul {
        position: absolute;
        width: 200px;
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
        overflow: scroll;
        top: 50px;
        opacity: 1;
        transform: translateY(+2em);
        display: block;
    }

        .header-area .main-nav .nav li.submenu ul li {
            margin-left: 0px;
            padding-left: 0px;
            padding-right: 0px;
        }

            .header-area .main-nav .nav li.submenu ul li a {
                opacity: 1;
                display: block;
                background: #f7f7f7;
                color: #2a2a2a !important;
                padding-left: 20px;
                height: 40px;
                line-height: 40px;
                -webkit-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
                position: relative;
                font-size: 13px;
                font-weight: 400;
                border-bottom: 1px solid #eee;
            }

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    right: 40px;
}

    .header-area .main-nav .menu-trigger span,
    .header-area .main-nav .menu-trigger span:before,
    .header-area .main-nav .menu-trigger span:after {
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        background-color: #2a2a2a;
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 0;
    }

        .header-area .main-nav .menu-trigger span:before,
        .header-area .main-nav .menu-trigger span:after {
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            background-color: #2a2a2a;
            display: block;
            position: absolute;
            width: 30px;
            height: 2px;
            left: 0;
            width: 75%;
        }


        .header-area .main-nav .menu-trigger span:before,
        .header-area .main-nav .menu-trigger span:after {
            content: "";
        }

    .header-area .main-nav .menu-trigger span {
        top: 16px;
    }

        .header-area .main-nav .menu-trigger span:before {
            -moz-transform-origin: 33% 100%;
            -ms-transform-origin: 33% 100%;
            -webkit-transform-origin: 33% 100%;
            transform-origin: 33% 100%;
            top: -10px;
            z-index: 10;
        }

        .header-area .main-nav .menu-trigger span:after {
            -moz-transform-origin: 33% 0;
            -ms-transform-origin: 33% 0;
            -webkit-transform-origin: 33% 0;
            transform-origin: 33% 0;
            top: 10px;
        }

    .header-area .main-nav .menu-trigger.active span,
    .header-area .main-nav .menu-trigger.active span:before,
    .header-area .main-nav .menu-trigger.active span:after {
        background-color: transparent;
        width: 100%;
    }

        .header-area .main-nav .menu-trigger.active span:before {
            -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
            -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
            -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
            transform: translateY(6px) translateX(1px) rotate(45deg);
            background-color: #2a2a2a;
        }


        .header-area .main-nav .menu-trigger.active span:after {
            -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
            -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
            -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
            transform: translateY(-6px) translateX(1px) rotate(-45deg);
            background-color: #2a2a2a;
        }


.navmenu {
    padding: 0;
}

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navmenu li {
        position: relative;
    }

    .navmenu a,
    .navmenu a:focus {
        color: var(--nav-color);
        padding: 18px 10px;
        font-size: 16px;
        font-family: var(--nav-font);
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navmenu a i,
        .navmenu a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
            transition: 0.3s;
        }

    .navmenu .dropdown ul {
        margin: 0;
        width: 100%;
        background: #391653 !important;
        display: block;
        opacity: 1;
        transition: all 0.5s ease-in-out;
        border-radius: 0px !important;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    }

        .navmenu .dropdown ul a {
            padding: 15px;
            text-transform: none;
            display: block;
            color: var(--nav-dropdown-color);
        }

            .navmenu .dropdown ul a i {
                font-size: 12px;
            }

    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        display: block;
    }

.dropdown-item:focus,
.dropdown-item:hover {
    background: transparent !important;
}

.top-bar {
    width: 100%;
    float: left;
    margin: 20px;
    padding: 10px;
}

.search-panel {
    width: 100% !important;
    position: relative;
}

    .search-panel input {
        width: 100% !important;
    }

    .search-panel button {
        position: absolute;
        right: 3px;
        top: 3px;
    }

ul.nav > li.active {
    font-weight: bold;
    background-color: #3d155a;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.shadow-all {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .08) !important;
}

.booking-type-tabs {
    float: left;
    padding: 10px;
    border-radius: 10px;
}

ul.book-tabs {
    list-style-type: none;
    padding: 5px;
    margin: 0;
    float: left;
    border-radius: 10px;
    border: 1px solid #adadad;
    box-shadow: inset 0 1px 2px rgba(97, 97, 97, .2), inset 0 2px 4px rgba(97, 97, 97, .2);
}

    ul.book-tabs li {
        list-style-type: none;
        padding: 5px 10px;
        margin: 0;
        float: left;
    }

        ul.book-tabs li a {
            text-decoration: none;
        }

        ul.book-tabs li.active {
            border-radius: 10px;
            font-weight: bold;
            background-color: #ececec;
        }

ul.dropdown-menu.show {
    border: 1px solid #f3f3f3 !important;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .08) !important;
    margin-top: 10px !important;
}

.breadcrums {
    padding: 20px;
    padding-bottom: 12px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #adadad;
}

    .breadcrums span {
        font-size: 18px;
        font-weight: 500;
    }

        .breadcrums span:last-child {
            color: #8d8d8d;
            font-weight: 500;
        }

.inner-content-wrapper {
    position: relative;
    width: 100%;
}

label {
    font-size: 16px;
    font-weight: 500;
}

.date-block {
    width: 100%;
    float: left;
    border-radius: 5px;
    background-color: #ededed;
}

.quick-reservation {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2) !important;
    margin-top: 30px;
}

.reservation-form {
    width: 100%;
    float: left;
    padding: 15px;
    border-top: 1px solid #f1f1f1;
}

.btn-bg-clr {
    background-color: #532773 !important;
    border-color: #532773;
}

.txt-bg-clr {
    color: #532773 !important;
}

.reservation-form h3 {
    background-color: #532773;
    padding: 15px;
    color: #fff;
    position: relative;
}

    .reservation-form h3 span {
        position: absolute;
        right: 20px;
        top: 40%;
        font-size: 16px;
        transform: rotate(45deg);
    }

.reservation-form p {
    font-weight: 500;
    padding: 15px 0px;
    padding-bottom: 0;
    margin-bottom: 0;
    text-transform: capitalize;
}

.no-bg {
    background-color: transparent !important;
}

.form-group {
    position: relative;
    float: left;
    width: 100%;
}

.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 2rem;
    /* Make space for the custom icon */
}

.custom-select-arrow {
    position: absolute;
    top: 70%;
    right: .8rem;
    transform: translateY(-50%);
    pointer-events: none;
    color: #6c757d;
}

.form-control {
    padding: 10px;
    float: left;
    /* height: 42px; */
    font-size: 14px;
    margin-top: 25px;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
    color: #495057;
}

.txt-area {
    width: 100%;
    height: 150px;
}

.stay-search-btn {
    position: absolute;
    right: 15px;
    top: 20%;
}

.c-width {
    width: 275px;
}

label.c-i-date {
    font-size: 18px;
    width: 100%;
    font-weight: 500;
    margin-bottom: 15px;
    margin-left: 25px;
}

.disabled {
    opacity: 0.2;
    pointer-events: none;
    cursor: not-allowed !important;
}

.enabled {
    opacity: 1;
    pointer-events: all;
    cursor: pointer !important;
}


.repeat-switch {
}

    .repeat-switch span {
        position: absolute;
        width: 10%;
    }

.mt-12 {
    margin-top: 12px !important;
}

.room-details {
    border: 1px solid #f1f1f1;
    padding: 5px;
    margin: 15px 0px;
}

.walkin-room-available-block {
    padding: 10px 20px;
    border: 1px solid #f3f3f3;
    margin-top: 20px;
}

.new-booking-room-block {
    padding: 20px 20px;
    width: 200px;
    margin: auto;
    border: 1px solid #686868;
}

.room-type-name {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 5px;
}

.bgi {
    background: url("../images/pms3.svg");
    background-color: rgba(134, 27, 161, .5);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 70%;
}

.login-container-block {
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    background-color: rgba(255, 255, 255, .9);
    border-radius: 36px;
    max-height: 90%;
    max-width: 450px;
    float: left;
    padding: 3rem;
    border: 1px solid #f3f3f3;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2) !important;
}

    .login-container .login-head-label {
        color: #4d4d4d;
        font-size: 1.5rem;
        font-weight: 800;
        letter-spacing: 0;
        line-height: 132%;
        margin-bottom: .5rem;
    }

    .login-container .login-head-label-wrap {
        margin: 2rem 0;
    }

.room-booking-wrapper {
    background-color: #f1f1f1;
    width: 100%;
    float: left;
    padding: 10px;
    padding-top: 0;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2) !important;
}

.room-wrapper {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #53277340;
    margin-bottom: 15px;
    padding: 8px 12px;
    height: 50px;
}

.room-no {
    display: inline-block;
    width: 125px;
    padding: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #2a2a2a;
    text-align: center;
    border-radius: 5px;
    background-color: #53277380;
}

.processing-block {
    padding: 10px 20px;
    margin-top: 20px;
    border: 1px solid #a1a1a1;
    float: left;
    border-radius: 10px;
}

.report-block {
    padding: 30px 20px;
    margin: 15px;
    text-align: center;
    min-width: 230px;
    max-width: 230px;
    height: 120px;
    margin-top: 25px;
    font-size: 18px;
    float: left;
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .01), 0 4px 8px 0 rgba(0, 0, 0, .02), 0 1px 12px 0 rgba(0, 0, 0, .12)
}

    .report-block p span {
        display: block;
    }

.pin-setup-block {
    float: left;
    border: 1px solid #adadad;
    text-align: center;
    padding: 20px 40px;
    margin-top: 50px;
    background-color: #f3f3f3;
}

.bdr-doted {
    border: 1px dashed #adadad;
}

.color-block {
    width: 100%;
    padding: 15px;
    float: left;
    margin: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 25px;
}

    .color-block p {
        font-weight: 300;
        background-color: #ddd;
        border-radius: 5px;
        padding: 8px;
        margin-bottom: 10px;
    }

.clr-background {
    width: 48%;
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-bottom: 15px;
}

    .clr-background span {
        display: inline-block;
    }

.chk-box {
    width: 20px;
    height: 20px;
}

.img-upload-block {
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px dotted #000;
    border-radius: 10px;
}

.payment-block {
    width: 250px;
    float: left;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-left: 20px;
}

.taxes-block {
    float: left;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-left: 20px;
}

.plugin-block {
    width: 150px;
    float: left;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-left: 20px;
    text-align: center;
}

    .plugin-block p img {
        text-align: center;
    }

.w-45 {
    width: 45% !important;
    float: left !important;
}

.w-15 {
    width: 12% !important;
}

.w-20 {
    width: 20% !important;
    margin: .1%;
}

.property-block {
    padding: 15px;
    float: left;
    margin-right: 25px;
    width: 250px;
    margin-top: 10px;
    border-radius: 20px;
    border-top: 1px solid #ddd;
}

.h-80vh {
    height: 70dvh;
}

.widget-block {
    height: 110px;
    float: left;
    background-color: #fff;
}

    .widget-block p img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.widget-container {
    width: 100%;
    float: left;
    padding: 20px;
    background-color: #ececec;
}

.code-block {
    width: 100%;
    float: left;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #ececec;
}

.card {
    z-index: -1;
}

.brdr-1 {
    border: 1px solid #e8e8e8;
    padding: 2px 5px;
    border-radius: 5px;
}

/*=========================================*/
/* BOOKING PAGE styles */
/*=========================================*/
.container-custom {
    font-size: 13px !important;
    font-family: "Poppins", Helvetica, sans-serif !important;
    line-height: 1.6;
    background-color: #f8f9fa;
    padding: 20px;
    padding-top: 5px;
}

.dt_block {
    border: 1px solid #e5e5e5;
    background-color: #f8f8f8;
    text-align: center;
    width: 120px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.dt_block-cont {
    float: left;
    width: 250px;
}

.clear {
    clear: both;
}

.right-bottom-block .payment-block {
    text-align: center;
    padding: 10px;
    margin-left: 0px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.dt_block-cont span {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    padding: 8px 0;
}

.contact-frm label {
    font-weight: 500 !important;
    margin-bottom: 3px;
    font-size: 13px !important;
}

.dt_day {
    font-size: 45px;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
}

.dt_block span {
    display: block;
}

.dt_month {
    background-color: #ffff;
}

.fa-star,
sup {
    color: #f5414a !important;
}

ul.hotel_facilities {
    padding-bottom: 15px;
    border-bottom: 1px solid #adadad;
}

    ul.hotel_facilities li {
        padding-bottom: 5px;
        margin-bottom: 0px !important;
    }

h5.opt {
    background-color: lightgrey;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.opt-price {
    font-size: 20px;
    margin-bottom: 0px;
}

.offer {
    background-color: lightpink;
    padding: 5px 10px;
    font-size: 11px;
    margin-bottom: 6px;
}

h3.big {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

label.fos-big {
    font-size: 20px !important;
}

.s_room {
    color: #fff;
    font-weight: 700;
    background-color: #fc5b62;
    display: inline-block;
    padding: 10px 15px;
}

.room-block {
    width: 100%;
    border: 1px solid #000;
}

.bg-clr {
    background-color: #f8f8f8;
}

.contact-frm {
    padding: 20px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

.left-top-block {
    float: left;
    width: 100%;
    padding: 15px;
    color: #555;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
}

    .left-top-block h3 {
        font-size: 15px;
        padding-bottom: 10px;
        font-weight: 700;
    }

        .left-top-block h3.big {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 0px;
            padding-left: 15px !important;
        }

h4 span.price {
    font-size: 18px;
    float: right;
    margin-top: 5px;
}

.left-bottom-block {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    color: #555;
    margin-top: 10px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
}

    .left-bottom-block h3 {
        font-size: 15px;
        padding-bottom: 10px;
        font-weight: 700;
    }

        .left-bottom-block h3.big {
            font-size: 18px;
            font-weight: 500;
            padding-left: 15px !important;
            margin-bottom: 0px;
        }

.txt-area {
    width: 100%;
    border: 1px solid #ddd;
}

.right-top-block {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 7px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
}

.left-top-block h3 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.left-bottom-block h3 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.right-top-block h3 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .right-top-block h3.big {
        font-size: 18px;
        font-weight: 500;
        padding-left: 15px !important;
        margin-bottom: 0px;
    }

.room_type > div > div > h5 {
    font-size: 14px !important;
    padding-top: 12px;
}

.main {
    background-color: #f8f8f8;
    position: relative;
    z-index: 1;
}

.btn_custom {
    background-color: #fc5b62;
    border: 1px solid #f5414a;
}

hr.line {
    margin-top: 15px;
    border: 1px solid #747474;
    margin-bottom: 15px;
}

.page-slider {
    position: relative;
}

    .page-slider::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50%;
        /*        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);*/
        z-index: 1;
    }

    .page-slider h1 {
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        background-color: #2a2a2a95;
        padding: 20px;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

.g-total {
    font-size: 13px;
}

.res-summary .form-control {
    height: auto !important;
}

.room_type.first {
    padding: 0 5px 15px 5px !important;
}

.container-custom .form-group {
    position: relative;
    margin-bottom: 1rem;
}

.container-custom .right-top-block .form-group {
    position: relative;
    width: auto;
    margin-bottom: 1rem;
    margin: 15px;
}

.sml {
    font-size: 9px;
}

ul.booking.nav > li.nav-item button {
    color: #fff !important;
    font-size: 15px;
}

    ul.booking.nav > li.nav-item button.active {
        color: #000 !important;
        font-size: 15px;
        font-weight: 700;
    }

    ul.booking.nav > li.nav-item button:hover {
        color: #fff;
    }

.availability-bar {
    background-color: #532773;
    padding: 20px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .availability-bar .form-control {
        margin-top: 0;
    }

.foot-block {
    background-color: #532773;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.right-outer-block {
    background-color: #fff;
    float: left;
    padding: 10px;
    height: calc(100% - 30px);
    box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
}

.add-room-container {
    margin-bottom: 8px;
}

.table-group-divider {
    border-top: 1px solid #ddd;
}

ul.pkgs-list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

    ul.pkgs-list li {
        list-style-type: none;
        padding: 7px 0px;
        margin-left: 0;
    }

.brdr-right {
    border-right: 1px dotted #cecece;
}

.addon-block {
    border: 1px solid #d4d4d4;
    margin-top: 20px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
}

/*=========================================*/
/* Media Query for responsive */
/*=========================================*/

@media screen and (max-width: 767px) {

    .form-control {
        margin-top: 15px !important;
    }

    h5.small {
        font-size: 16px;
    }

    .fa {
        font-size: 16px;
        margin-right: 8px !important;
    }

    .add-room-container {
        margin-top: 20px;
    }

    .contact-frm img {
        width: 100%;
    }

    .page-slider h1 {
        width: 80%;
        font-size: 20px;
        text-align: center;
    }

    .color-block {
        margin: 15px 0px;
    }

    ul.booking.nav li.nav-item {
        margin-right: 5px !important;
    }

    .right-bottom-block .payment-block {
        width: 100%;
        margin-bottom: 40px;
    }
    .navbar-toggler-icon:focus {
        box-shadow: none;
    }

    ul.navbar-nav {
        background-color: #f3f3f3;
        padding: 0;
        margin-left: 0rem !important;
    }

        ul.navbar-nav li a.nav-link {
            border-bottom: 1px dashed #adadad;
        }

    .room-badge {
        width: 100%;
        margin-bottom: 12px;
    }

    .stepper-group {
        gap: 1px !important;
        margin-bottom: 10px;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }
}
