/***Imported font***/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');

html {
    height: 100%;
}

::selection {
    color: white;
    font-weight: 800;
    background: #9cce4b;
}

body {
    font-family: 'Bebas Neue', cursive;
    min-height: 100%;
    color: #000000;
    background-color: #ffffff;
    letter-spacing: 0.06rem;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    padding-right: 0 !important;
}

a {
    text-decoration: none;
}

a {
    color: #0050BF;
}

/***** Login Page *****/

.login-options a {
    background-color: #405463;
    color: #ffffff;
    display: block;
    text-align: center;
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'Bebas Neue', cursive;
}

.form-check-input {
    width: 24px;
    height: 24px;
    margin-top: auto;
}

    .form-check-input[type=checkbox] {
        border-radius: 0px;
    }

    .form-check-input:checked {
        background-color: #9cce4b;
        border-color: #9cce4b;
    }

.login-remeber {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-btn {
    background-color: #9cce4b;
    color: #ffff;
    font-size: 28px;
    border-radius: 0;
    padding: 3px 5px;
    font-family: 'Bebas Neue', cursive;
}

.login-btn {
    min-width: 200px;
}

.login-form label {
    color: #405463;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}

.form-control {
    border: 0px;
    height: 45px;
    border-radius: 0;
}

.login-remeber a {
    font-family: 'Bebas Neue', cursive;
    color: #405463;
    text-transform: uppercase;
    font-size: 20px;
}

.login-image {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.login-logo {
    margin: 0 auto;
    padding-bottom: 20px;
}

.font11 {
    font-size: 11px;
}

.red {
    color: red;
}
/***** Header *****/
.top-head {
    background-color: #031e38;
}

.help-link {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: end;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: end;
    -webkit-display: flex;
    -webkit-list-style: none;
    -webkit-padding: 0px;
    -webkit-margin: 0px;
    justify-content: flex-end;
}

    .help-link li a {
        color: #9cce4b;
        font-size: 18px;
        padding: 5px 10px;
        display: block;
    }

    .help-link li {
        color: #9cce4b;
    }

.headlink .nav-link {
    color: #05213a;
    font-size: 25px;
    position: relative;
    font-family: 'Bebas Neue';
}

.navbar-brand {
    width: 300px;
}

.headlink .nav-link.active::after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #9cce4b;
    bottom: 0;
    position: absolute;
    left: 0;
}

.headlink .nav-item {
    margin: 0px 9px;
}

/*.headlink .nav-link:hover {
    color: #9cce4b;
}*/
/***** Header end *****/

/***Landing page form Start ****/
.landing-col {
    background-color: #f0f0f0;
    padding: 20px 40px;
}

.heading-caption h1 {
    font-size: 100px;
    color: #405463;
    margin: 0;
    line-height: 5.5rem;
}

.calendar {
    position: absolute;
    width: 280px;
    left: 50%;
    top: 50%;
    margin: -145px 0px 0px -140px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: #b0aead;
    background: #e9e5e3;
    margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    width: 30px;
    height: 30px;
    text-indent: 9999px;
    border: 2px solid #b3b3b3;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
    padding: 5px;
}

.ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}

    .ui-datepicker-prev:after {
        transform: rotate(45deg);
        margin: -43px 0px 0px 8px;
    }

.ui-datepicker-next {
    float: right;
    margin-right: 12px;
}

    .ui-datepicker-next:after {
        transform: rotate(-135deg);
        margin: -43px 0px 0px 6px;
    }

    .ui-datepicker-prev:after,
    .ui-datepicker-next:after {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        height: 4px;
        border-left: 2px solid #b0aead;
        border-bottom: 2px solid #b0aead;
    }

    .ui-datepicker-prev:hover,
    .ui-datepicker-next:hover,
    .ui-datepicker-prev:hover:after,
    .ui-datepicker-next:hover:after {
        border-color: #5ed1cc;
    }

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}

    .ui-datepicker-calendar thead tr th span {
        display: block;
        width: 40px;
        color: #9cce4b;
        margin-bottom: 5px;
        font-size: 20px;
        font-weight: 100;
    }

.ui-state-default {
    display: block;
    text-decoration: none;
    color: #405463;
    line-height: 40px;
    font-size: 20px;
}

    .ui-state-default:hover {
        background: rgba(0,0,0,0.02);
    }

.ui-state-highlight {
    color: #8dd391;
}

.ui-state-active {
    color: #ffffff;
    background-color: #9cce4b;
}

.ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent;
}

.launch-date label {
    color: #04203a;
    font-size: 26px;
}

.cal-icon {
    position: absolute;
    right: 9px;
    top: 8px;
    width: 33px;
}

.ui-datepicker {
    background-color: #ffffff;
}

.search-event-col {
    margin-top: 20px;
    padding-top: 20px;
}

    .search-event-col h3 {
        color: #04203a;
    }

.s-user-icon {
    width: 50px;
    position: absolute;
    right: 6px;
    top: 6px;
}
/***Landing page form End  ****/


/****Footer CSS*****/
.footer {
    background-color: #405463;
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
    color: #f3f4f5;
    font-size: 16px;
}

.social-link {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: end;
    align-items: center;
}

    .social-link li a img {
        width: 22px;
    }

    .social-link li {
        margin: 0px 8px;
    }

.footer-link {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .footer-link li a {
        color: #f3f4f5;
        margin-bottom: 1px;
        display: inline-block;
        font-size: 12px;
    }

.lates-news a {
    color: #f3f4f5;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}

    .lates-news a span {
        display: block;
        color: #858585;
    }

.footer-form label {
    color: #5f7587;
    font-size: 14px;
}

    .footer-form label span {
        color: red;
    }

.footer-nav-title {
    font-size: 16px;
    margin-bottom: 20px;
}

.footer-form .btn {
    background-color: #9fcc3b;
    color: #fff;
    padding: 10px 30px;
    width: 100%;
}

.wrapper {
    position: relative;
}

.landing-bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
}
/****Footer CSS end*****/

/**** Search Event Page*****/

.tablestyle-custom tr th, .tablestyle-custom tr td {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.landing-col.event-page-inner {
    padding: 20px 15px;
}

    .landing-col.event-page-inner .heading-caption {
        padding: 0 50px;
    }

        .landing-col.event-page-inner .heading-caption h1 {
            font-size: 120px;
            line-height: 6.5rem;
        }

.tablestyle-custom tr th {
    background-color: #182b3b;
    color: #ffffff;
}

.event-search-section table.dataTable thead th {
    padding: 10px 10px;
    border: 0px;
    font-weight: 500;
    font-size: 13px;
    vertical-align: middle;
    letter-spacing: normal;
}

.td-action {
    background-color: #182b3a;
    color: #ffffff;
    padding: 7px 5px;
    white-space: nowrap;
    border-radius: 5px;
    font-style: italic;
}

    .td-action:hover {
        color: #ffffff;
    }

.event-search-section table.dataTable.no-footer {
    border: 1px solid #182b3b;
}

.event-search-section table.dataTable tbody td {
    padding: 15px 5px;
    border: 0px;
    font-weight: 500;
    font-size: 13px;
    vertical-align: middle;
    letter-spacing: normal;
    border-bottom: 1px solid #dfdfdf;
}

.event-search-section .dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
}

.event-search-section .dataTables_wrapper .dataTables_length, .event-search-section .dataTables_wrapper .dataTables_filter, .event-search-section .dataTables_wrapper .dataTables_info, .event-search-section .dataTables_wrapper .dataTables_processing, .event-search-section .dataTables_wrapper .dataTables_paginate {
    color: #405463;
    font-size: 24px;
}

    .event-search-section .dataTables_wrapper .dataTables_length select {
        background-color: white;
        padding: 4px;
        border: 0px;
        border-radius: 0px;
    }

    .event-search-section .dataTables_wrapper .dataTables_filter input {
        background-color: white;
        padding: 4px;
        border: 0px;
        border-radius: 0px;
    }

    .event-search-section .dataTables_wrapper .dataTables_paginate .paginate_button.current, .event-search-section .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #405463 !important;
        border: 0px;
        background-color: #ffffff;
        background: #ffffff;
    }

    .event-search-section .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0px 10px;
    }

.event-search-section .dataTables_wrapper .dataTables_paginate {
    padding-top: 16px;
}
/*
.event-search-section .dataTables_filter {
    margin-right: 100px;
}*/

.event-search-section {
    position: relative;
}

.filtter-dropdwon {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 24px;
    color: #405463;
    z-index: 9;
}

    .filtter-dropdwon .dropdown-menu {
        min-width: 20rem;
        border: 0px;
        padding: 10px;
        border-radius: 0px;
        box-shadow: 0px 0px 4px #0000002e;
    }

        .filtter-dropdwon .dropdown-menu li {
            margin-bottom: 10px;
            font-size: 22px;
            color: #405463;
        }

    .filtter-dropdwon .dropdown-toggle::after {
        border-top: 0.3em solid #9fcc3b;
    }

.icon-title {
    position: relative;
    width: fit-content;
}

.up-icon-img {
    position: absolute;
    right: -107px;
    top: 1px;
}

    .up-icon-img img {
        width: 75%;
    }

.filtter-dropdwon .form-check-input[type=checkbox] {
    margin-right: 10px;
}

.form-check-input[type=checkbox]:focus {
    box-shadow: none;
}


/*  Hotel Search Result page  */

.welcome-message {
    background-color: #ffffff;
    border: 2px solid #9fcc3b;
    padding: 15px 10px;
    display: flex;
}

.wel-content h2, .wel-content h5 {
    color: #405463;
}

    .wel-content h2 span, .wel-content h5 span {
        color: #9cce4b;
    }

.away-img {
    width: 220px;
    text-align: right;
}

.wel-content {
    padding-left: 50px;
}

    .wel-content h5 {
        font-size: 26px;
        margin: 0px;
    }

    .wel-content h2 {
        font-size: 40px;
        margin: 10px 0px;
    }

.search-hotel-section {
    font-family: 'Poppins', sans-serif;
    background-color: #f0f0f0;
    padding: 10px;
    margin-top: 10px;
    letter-spacing: initial;
}

.fillter-col {
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    background-color: #ffffff;
    position: relative;
    padding-bottom: 5px;
}

.filler-icon {
    left: 10px;
    position: absolute;
    top: 18px;
}

.fillter-col .form-control {
    padding-left: 40px;
    height: 30px;
    font-size: 20px;
    border-radius: 30px;
}

    .fillter-col .form-control:focus {
        box-shadow: none;
    }

.fillter-col label {
    padding-left: 42px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: initial;
}

.filler-search {
    width: 100%;
    font-family: 'Bebas Neue';
    padding: 10px;
}

.hotel-search-grid {
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 2px;
}

.h-search-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

    .h-search-content .s-hotel-img {
        width: 27%;
        padding-right: 10px;
        position: relative;
    }

    .h-search-content .s-hotel-info {
        width: 45%;
        padding-right: 10px;
    }

    .h-search-content .s-hotel-price {
        width: 25%;
    }

.s-hotel-info h2 {
    font-size: 15px;
    font-weight: 700;
}

.s-hotel-img img {
    border-radius: 5px;
}

.s-hotel-info span {
    font-size: 12px;
    display: block;
}

.s-hotel-info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 6px;
    margin-bottom: 4px;
}

.s-hotel-info ul.near-options {
    margin: 0px;
    padding-left: 20px;
}

    .s-hotel-info ul.near-options li {
        font-size: 11px;
    }

.rating-count .r-count {
    padding: 2px 5px;
    margin-right: 4px;
    border-radius: 5px;
}

.rating-count {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-top: 8px;
}

    .rating-count .r-count.gr-color {
        background-color: #f1f1f1;
    }

.h-amenities {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}

    .h-amenities li {
        font-size: 12px;
        background-color: #f1f1f1;
        margin-right: 6px;
        margin-bottom: 4px;
        font-weight: 600;
        padding: 4px;
        border-radius: 5px;
    }

.s-hotel-price .booking-avl {
    font-size: 12px;
    color: #d0101a;
    font-weight: 500;
    margin-right: -3px
}

.stm-call a {
    color: #7d0e9e;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}

.s-policy-list span {
    color: #006a22;
    display: block;
    font-size: 12px;
    font-weight: 500;
}

.price-text {
    font-size: 30px;
    font-weight: 600;
}

.s-hotel-price a.btn {
    background-color: #1768be;
    color: #ffffff;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'Poppins';
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.hotal-listing-map iframe {
    width: 100%;
}

.hotal-listing-map {
    background-color: #ffffff;
    padding: 5px;
    padding-bottom: 0;
}

.search-byAmenites ul.amenitesul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

    .search-byAmenites ul.amenitesul li {
        flex: 0 0 50%;
        margin-bottom: 6px;
        color: #04203a;
        display: flex;
        align-items: center;
    }

h3.s-check-title {
    font-family: 'Bebas Neue';
    color: #04203a;
    font-size: 40px;
}

.search-byAmenites label {
    font-size: 14px;
}

.filtter-dropdwon.filtterDropdwonamenitieslabel {
    position: initial;
    font-size: 14px;
}

    .filtter-dropdwon.filtterDropdwonamenitieslabel .dropdown-toggle {
        cursor: pointer;
        font-family: 'Bebas Neue';
        font-size: 17px;
        font-style: italic;
        text-decoration: underline;
    }

        .filtter-dropdwon.filtterDropdwonamenitieslabel .dropdown-toggle.seemore_link {
            cursor: pointer;
            font-family: 'Poppins', sans-serif;
            font-size: 17px;
            font-size: 14px;
            color: #1768be;
        }

        .filtter-dropdwon.filtterDropdwonamenitieslabel .dropdown-toggle::after {
            content: none;
        }


.amenitesul .form-check-input[type=checkbox] {
    margin-right: 5px;
}

.ui-autocomplete {
    background-color: red;
}

.ui-helper-hidden-accessible {
    display: none;
}

.suggestions-list .ui-autocomplete {
    background-color: white;
    box-shadow: 0px 5px 7px #00000014;
    padding: 10px;
    margin: 0px;
    list-style: none;
    position: absolute !important;
    max-height: 300px;
    overflow-y: auto;
    z-index: 99;
}

    .suggestions-list .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
        padding: 5px;
        cursor: pointer;
    }
/*  Hotel Search Result page end */
/***Hotal Room Result****/
.h-search-content.result-room .s-hotel-info h2 {
    font-family: 'Bebas Neue';
    font-size: 35px;
    font-weight: initial;
    color: #04203a;
    display: flex;
    align-items: baseline;
}

.h-search-content.result-room .s-hotel-info {
    width: 80%;
}

.h-search-content.result-room .s-hotel-price {
    width: 20%;
}

.h-search-content.result-room .s-policy-list {
    display: flex;
    margin-top: 6px;
    align-items: center;
}

    .h-search-content.result-room .s-policy-list span {
        margin-right: 10px;
    }

.h-search-content.result-room .stm-call a {
    display: block;
}

.h-search-content.result-room .s-hotel-price span {
    font-size: 12px;
    font-weight: 500;
}

.h-search-content.result-room .price-text {
    font-size: 30px;
    font-weight: initial;
    font-family: 'Bebas Neue';
}

.h-search-content.result-room .s-hotel-price a.btn {
    background-color: #9cce4b;
    color: #ffffff;
    border-radius: 0px;
    font-size: 24px;
    font-family: 'Bebas Neue';
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.slider-thumbimages .slick-slide {
    padding: 2px;
    border-radius: 5px;
}

    .slider-thumbimages .slick-slide img {
        border-radius: 5px;
    }

.room-gallery .slick-slider {
    margin-bottom: 2px;
}

.room-gallery .slick-next {
    right: 8px;
}

.room-gallery .slick-prev {
    left: 5px;
    z-index: 99;
}

    .room-gallery .slick-next:before, .room-gallery .slick-prev:before {
        opacity: 1;
        font-size: 25px;
    }

.room-amenities ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .room-amenities ul li {
        font-size: 16px;
        color: #020202;
        margin-right: 30px;
        font-weight: 500;
    }

.ame-section {
    background-color: #ffffff;
    margin-top: 10px;
    padding: 10px;
    border-radius: 2px;
}

.room-amenities {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0;
}

.h-room-footer h2 {
    font-family: 'Bebas Neue';
    color: #04203a;
    font-size: 26px;
}

.h-room-footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .h-room-footer ul li {
        font-size: 16px;
        margin-bottom: 4px;
    }

        .h-room-footer ul li .fa {
            color: #000000;
            font-weight: 100;
            ;
        }

.h-room-footer {
    margin-top: 15px;
}

.room-amenities span {
    background-color: #f6f3f2;
    width: 40px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    padding: 8px;
    height: 40px;
    border-radius: 50%;
}

.ame-hotel-name h2 {
    font-family: 'Bebas Neue';
    color: #04203a;
    margin-top: 15px;
}

.h-search-content.result-room .s-hotel-info h2 span {
    font-family: 'Poppins';
    font-size: 15px;
    color: #000000;
    margin-left: 10px;
}

/***Hotal Room Result end****/


/***Hotal Room Confirmation Start****/
.main-slide .slick-slide img {
    width: 100%;
    max-height: 369px;
    object-fit: cover;
}

.thankyoutext h2 {
    font-size: 62px;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    color: #405463;
    line-height: 40px;
    margin-bottom: 0;
}

    .thankyoutext h2 span {
        color: #9cce4b;
    }

.thankyoutext p {
    font-family: 'Poppins';
    font-size: 25px;
    color: #04203a;
    margin-bottom: 0;
}

.h-search-content.result-room .s-hotel-info h2 {
    font-size: 34px;
}

    .h-search-content.result-room .s-hotel-info h2 span {
        white-space: nowrap;
    }

.confirmationtext1 {
    padding: 20px 10px;
}

    .confirmationtext1 h2 {
        font-size: 32px;
        font-family: 'Bebas Neue';
        color: #04203a;
        margin: 0px;
    }

    .confirmationtext1 p {
        color: #0724fc;
        margin: 0;
        font-size:17px;
    }

table.customtt1 tr td {
    font-family: 'Poppins';
    font-size: 15px;
}

.confirmationdetails h2 {
    font-family: 'Bebas Neue';
    font-size: 36px;
    color: #04203a;
}

.linksbasic {
    position: absolute;
    bottom: 0px;
    font-size: 25px;
}

    .linksbasic a {
        font-family: 'Bebas Neue';
        color: #04203a;
        font-size: 22px;
        margin-right: 10px;
    }

        .linksbasic a:not(:first-child) {
            margin: 0px 10px 0 8px;
        }

/***Hotal Room Confirmation End****/

.dashbaord-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    left: 0;
}

    .dashbaord-bg img {
        width: 100%;
    }

.launch-list h2 {
    font-size: 44px;
    color: #405463;
}

.l-list-ul ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.l-list-ul li {
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    margin-bottom: 15px;
}

    .l-list-ul li p {
        color: #04203a;
        font-size: 24px;
        margin: 0px;
    }

    .l-list-ul li .custom-btn {
        min-width: 200px;
    }

    .l-list-ul li .custom-btn, btn-secondary:hover {
        background-color: #ffffff !important;
        color: #9cce4b !important;
    }

.submenu-item {
    position: relative;
}

.submenu-ul {
    position: absolute;
    list-style: none;
    padding: 0;
    z-index: 9;
    background-color: white;
    min-width: 180px;
    padding: 5px 12px;
    /* box-shadow: 1px 7px 10px #00000021; */
    box-shadow: 0px 0px 24px 0px #00000045;
    display: none;
}

    .submenu-ul li a {
        color: #727272;
        font-size: 22px;
        padding: 5px 0;
        display: block;
        font-family: 'Bebas Neue', cursive;
    }

        .submenu-ul li a:hover {
            color: #000000;
        }

.submenu-item:hover .submenu-ul {
    display: block;
}

.submenu-item .fa-chevron-down {
    font-size: 18px;
    margin-left: 5px;
}

.main-section .navbar-toggler:focus {
    box-shadow: none;
}

.main-section .navbar-toggler {
    background-color: #efefef;
    font-size: 22px;
}

.footer-address p {
    font-size: 14px;
}

.select-states span.select2.select2-container.select2-container--default {
    display: none;
}

.top-head ul.help-link li {
    position: relative;
    margin-right: 8px;
}

    .top-head ul.help-link li a::after {
        content: "";
        width: 1px;
        height: 17px;
        background-color: #9cce4b;
        position: absolute;
        right: 0px;
        bottom: 9px;
    }

    .top-head ul.help-link li:last-child::after {
        content: "";
        width: 1px;
        height: 17px;
        background-color: #9cce4b;
        position: absolute;
        right: 0px;
        bottom: 9px;
        display: none;
    }

    .top-head ul.help-link li a, .top-head ul.help-link li span {
        font-family: 'Bebas Neue';
        font-size: 1.1rem;
    }

.login-form {
    background-color: #f7f7f7;
    padding: 25px 60px;
    margin-top: 10px;
    box-shadow: -1px 5px 6px #00000008;
}

footer.footer h3 {
    color: #fff !important;
}

.login-form label {
    font-size: 14px !important;
    text-transform: capitalize !important;
    color: #525252 !important;
}

.wel-content h2 {
    font-size: 40px !important;
    margin: 10px 0px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
}

.wel-content h5 {
    font-size: 26px;
    margin: 0px;
    font-family: 'Bebas Neue', cursive;
}

.relative-custom {
    position: relative;
}

.landing-bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
}

.BookRoom-Sec {
    position: relative;
}

.logo img {
    max-width: 280px;
}

.login-form label {
    font-size: 14px !important;
    text-transform: capitalize !important;
    color: #525252 !important;
    font-family: system-ui;
}

.login-form .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-family: system-ui;
}

.login-form a, .login-form button {
    font-family: system-ui;
}

.input-group-addon {
    position: absolute;
    right: 10px;
    top: 14px;
    z-index: 9;
}

.login-form input.form-control {
    font-family: system-ui;
}

.headlink .nav-link:hover::after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #9cce4b;
    bottom: 0;
    position: absolute;
    left: 0;
}

.login-remeber a {
    font-family: 'Bebas Neue';
}

.login-remeber label {
    font-family: system-ui;
}

button.custom-btn.login-btn {
    font-family: 'Bebas Neue';
    padding: 0px;
    min-width: 127px;
    letter-spacing: .5px;
    line-height: 43px;
}

.login-options a {
    font-family: 'Bebas Neue';
}

.login-logo {
    text-align: center;
}

    .login-logo img {
        max-width: 280px;
        margin: auto;
    }

.padding-header {
    padding: 0px 25px;
}

.submenu-ul li a:hover {
    color: #000;
    text-decoration: none;
}

.eventDetailList-table tr th, .eventDetailList-table tr td {
    font-size: 14px;
    border: 0px;
    text-align: center;
}

.eventDetailList-table tr th {
    background-color: rgb(158, 204, 59);
    color: #ffffff;
}

table.dataTable.no-footer.eventDetailList-table {
    border-bottom: 1px solid #d9d9d9;
}

.slider-thumbimages .slick-slide {
    min-height: 220px;
    height: 220px;
}

    .slider-thumbimages .slick-slide img.img-fluid {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.dropdown-custom-inner .dropdown-menu ul {
    padding: 0px;
    list-style: none;
}

    .dropdown-custom-inner .dropdown-menu ul li {
        font-size: 14px;
        background-color: #fff;
        border-bottom: 1px solid #ffffff;
        border-radius: 0px;
        font-weight: 400;
        padding: 0px;
        margin-bottom: 7px;
    }

.dropdown-custom-inner .dropdown-menu {
    max-width: 240px !important;
    min-width: 15rem;
}

.roomList_col div#filtterDropdwonamenities span {
    line-height: 1.5rem;
    margin-bottom: 3px;
}

.s-hotel-info.roomList_col h2 {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
}

.work-new-break {
    /* word-break: break-all;*/
    max-width: 200px;
    display: inline-block;
}

/*=======start navbar style =========*/

.navbar-stm0 .user span {
    display: inherit;
    padding: 0;
}

.navbar-stm0 .user {
    margin: 0;
}

    .navbar-stm0 .user .pic {
        width: auto;
        height: auto;
        margin: 0;
        border-radius: inherit;
    }


.navbar-stm0 ul li {
    margin: 0;
}

.navbar-stm0 ul.help-link li {
    display: flex;
}

.navbar-stm0 span.elementor-icon-list-icon i.fas.fa-phone {
    margin-right: 5px;
}

.navbar-stm0 ul.help-link li .user a::after {
    bottom: 14px;
}

.navbar-stm0 .user label {
    padding-top: 7px !important;
}

.navbar-stm0 .user {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-bg {
    left: 0;
}

.custom-after-span::after {
    content: "";
    width: 1px;
    height: 17px;
    background-color: #9cce4b;
    position: absolute;
    right: -10px;
    bottom: 3px;
}

.top-head ul.help-link li .user a::after {
    content: "";
    width: 1px;
    height: 17px;
    background-color: #9cce4b;
    position: absolute;
    right: 0px;
    bottom: 9px;
    display: none;
}

.user {
    position: relative;
}

.dropdown-custom {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 0px;
}

.user:hover .dropdown-custom {
    display: block;
}

.user-dopdown {
    width: max-content;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 10px 0 0 0;
    z-index: 1;
    display: none;
}

.user:hover .user-dopdown {
    display: block;
}

.user {
    font-size: 14px;
    margin: 3px 0 0 0;
    position: relative;
    display: inline-block;
}

    .user a {
        color: #000;
        display: inline-block;
    }

    .user .pic {
        width: 38px;
        height: 38px;
        margin: 0;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
        overflow: hidden;
        float: left;
    }

    .user span {
        font-weight: 500;
        padding: 7px 0 0 0;
        display: none;
    }

        .user span i {
            padding-left: 5px;
        }

.user-dopdown {
    width: max-content;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 10px 0 0 0;
    z-index: 1;
    display: none;
}

    .user-dopdown ul {
        background: #fff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        padding: 7px 7px;
        box-shadow: 1px -1px 16px 0px rgba(0, 0, 0, 0.10);
        -webkit-box-shadow: 1px -1px 16px 0px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 1px -1px 16px 0px rgba(0, 0, 0, 0.10);
        -o-box-shadow: 1px -1px 16px 0px rgba(0, 0, 0, 0.10);
    }

    .user-dopdown:after {
        content: '';
        position: absolute;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        top: 0;
        right: 18px;
    }

    .user-dopdown li a {
        color: #000;
        font-size: 15px;
        font-weight: 400;
        padding: 8px 20px;
        text-align: left;
        display: block;
    }

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.user-dopdown li a:hover {
    background: #f6f6f6;
}

.top-head ul.help-link li:last-child a::after {
    display: none;
}


/*loader css start here 16-8-2022 */
.loader,
.loader:after {
    border-radius: 50%;
    width: 6em;
    height: 6em;
}



.loader {
    left: 50%;
    font-size: 10px;
    position: absolute;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    top: 50%;
    overflow: hidden !important;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000094;
    overflow: hidden !important;
}


/*loader css end here 16-8-2022 */
.border-lefts {
    border-left: 2px solid #415364 !important;
}

/*24/8/2022 css start here */
table#eventDetailList thead tr th {
    width: 25% !important;
}
/*24/8/2022 css end here */
#Privcypolicy {
    color: #FFFFFF;
    font-family: 'Roboto', Sans-serif;
    font-size: 12px;
    letter-spacing: 1.3px;
    text-align: center
}

#footerlinkpolicy {
    color: #70a7f5;
}

.footer {
    background-color: #405463;
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
    color: #f3f4f5;
    font-size: 16px;
    padding-bottom: 0px;
}

#Privcypolicy {
    color: #FFFFFF;
    font-family: 'Roboto', Sans-serif;
    font-size: 12px;
    letter-spacing: 1.3px;
    text-align: center;
    padding: 20px 10px;
    margin-top: 35px;
    border-top: 1px solid #6c686857;
}

p.custom-para strong, p.custom-para {
    font-weight: 400;
    font-size: 1.1rem;
    margin-top: 15px;
    display: block;
}

.table-checkbox span {
    margin-right: 15px;
}

div#swal2-html-container h3 {
    font-size: 1.4rem;
    font-weight: 500;
}

.swal-back {
    padding: 10px !important;
}

.calendar-icon-check-in {
    position: absolute;
    right: 10px;
    top: 9px;
}

.bor-bottom {
    border-bottom: 2px solid #9cce4b;
    padding-bottom: 20px;
}

.welcome-message a.anch-cus {
    font-size: 22px;
    color: #9ecc3b;
}

.welcome-message h6 {
    margin: 0;
}

#SpecialRequest {
    font-size: 15px;
    font-weight: 300;
    color: #000 !important;
    font-family: 'Poppins';
}

/*29-02-2024 Css Here*/
.cabindtailstxt .modal-title {
    color: #9dcb3b;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

h6.amenity {
    word-wrap: break-word;
    font-size: 15px;
    color: #33475b;
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
}

    h6.amenity:after {
        content: '';
        position: absolute;
        top: 4px;
        left: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #9dcb3b;
    }

.cstmAmentiesBox h6 {
    margin-bottom: 15px;
    font-size: 16px;
}

.readmore_less {
    color: #2828b5;
    font-weight: 500;
    cursor: pointer;
}

.main-item {
    padding: 10px;
    background-color: #fff;
    width: 700px;
}

.background-masker {
    background-color: #fff;
    position: absolute;
}

.btn-divide-left {
    top: 0;
    left: 25%;
    height: 100%;
    width: 5%;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -800px 0
    }

    100% {
        background-position: 800px 0
    }
}

.animated-background {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 40px;
    position: relative;
}

.card-info {
    border: 1px solid black;
    border-radius: 5px;
}

.room-booking-detail {
    border: 1px solid lightgrey;
    border-radius: 5px;
    background: white;
}

.room-details-section {
    position: sticky;
    top: 20px;
}

a.location {
    font-size: 19px;
    font-weight: 600;
    color: #6ea100;
}

#myResult {
    text-align: center;
    font-weight: 500;
    margin-top: 55px;
}
/*02-04-2024 new css*/
.custmPos {
    position: relative;
}

.cabindtailstxt {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.07);
}

.custmFlex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: end;
}

.w-fitContent-custm {
    width: fit-content;
}

.custm-mw200 {
    min-width: 200px;
}

.custmCard {
    background: #fff;
    border-radius: 7px;
    padding: 15px;
    border: 1px solid #ededed;
    box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.07);
}

#myResult {
    margin-top: 30px;
    font-size: 24px;
    margin-bottom: 10px;
}

.w-49 {
    width: 49%;
}

.line {
    position: relative;
    height: 2px;
    width: 100%;
    margin: 36px 0;
    background-color: #d4d4d4;
}

    .line::before {
        content: 'OR';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #9ecc3b;
        color: #4b5a5a;
        padding: 2px 28px;
        border-radius: 12px;
    }

.custumshadow {
    box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.07);
    background-color: white;
}
.disabled-element {
    background-color: white !important
}
.pt-pb-20 {
    padding: 20px 0px 20px 0px !important
}
.tooltipsss {
    position: relative;
}

    .tooltipsss .tooltiptext {
        visibility: hidden;
        width: 230px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: -75px;
    }

    .tooltipsss:hover .tooltiptext {
        visibility: visible;
    }

.nowrowText {
    white-space: nowrap;
}
.ReservationDetailsTable td:first-child {
    white-space: nowrap;
}