* {
    font-family: "Nunito Sans", sans-serif;
}

a {
    color: #5c6975;
}

.box-shadow {
    box-shadow: 2px 2px 17px 0px #234076;
    padding: 15px;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    color: #5c6975;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.5;
    /* background-color: #fff; */
}

.close {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 22px;
}

.box {
    position: relative;
    border-top: 0;
    margin-bottom: 30px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 10px 15px -5px rgb(0 0 0 / 7%);
}

.box-body {
    /* padding: 1rem 1rem; */
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 5px;
}

.fs-13{
    font-size: 13px !important;
}

/*------- quotation-summary ------*/

.service-section {
    width: 100%;
    border: 2px solid #0c63e4 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2F3F8;
    border-radius: 50px 15px;
    overflow: hidden;
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: bolder;
    background: #234076;
    color: white;
    padding: 10px;
    align-self: stretch;
    text-align: center;
}
.daywise-content {
    flex: 1;
    padding: 5px 15px;
    height: 100%;
}

.service-item {
    border: 1px solid #0c63e4 !important;
    background-color: #dadada;
}

.content-section {
}
/*----- end quotation summary -----*/


/*-----Slider -----*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: block;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    height: 100px;
    width: 100%;
    float: left;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 15%;
    background: #000;
    object-fit: cover;
}



/**-------For disable slider dots-------*/

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}


/**-------For disable slider dots-------*/

.arrow-text1,
.arrow-text2 {
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.arrow-text1 {
    right: 10px;
}

.arrow-text2 {
    left: 10px;
}

.arrow-text2::after {
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 15px;
    font-size: 40px;
}

.arrow-text1::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    bottom: 15px;
    right: 0;
    font-size: 40px;
}

@media (min-width: 250px) and (max-width: 539px) {
    .mySwiper .swiper-slide {
        height: 100%;
    }

    .mySwiper {
        height: 50PX;
    }

    .arrow-text1::after,
    .arrow-text2::after {
        font-size: 20px;
    }

    .arrow-text1,
    .arrow-text2 {
        font-size: 13px;
    }

    .arrow-text2,
    .arrow-text1 {
        left: 0;
        right: 0;
    }
}

@media (min-width: 540px) and (max-width: 767px) {
    .mySwiper .swiper-slide {
        height: 100%;
    }

    .mySwiper {
        height: 50PX;
    }

    .arrow-text1::after,
    .arrow-text2::after {
        font-size: 20px;
    }

    .arrow-text1,
    .arrow-text2 {
        font-size: 13px;
    }

    .arrow-text2,
    .arrow-text1 {
        left: 0;
        right: 0;
    }
}

div#loader {
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    justify-content: center;
    z-index: 1111111111;
}

.loader .box {
    width: 100px;
    position: absolute;
    top: 50%;
    z-index: 99999;
    margin: 0 auto;
    border-radius: 50px;
}

.file-upload {
    width: calc(10rem + 15vw);
    padding: 10px;
    min-height: calc(10rem + 10vh);
    border: 3px dashed rgb(181, 181, 181);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.file-upload>* {
    cursor: pointer;
}

.file-upload>input[type="file"] {
    display: none;
}

.file-upload>label {
    font-size: 20px;
    color: rgb(181, 181, 181);
}

.dropdown-option {
    padding: 3px 15px;
}

.dropdown-option:hover:not(.disabled) {
    background: #ec407a;
    color: white;
}

.dropdown-option:hover a {
    color: white;
}

.action-btn:hover {
    box-shadow: unset;
}

.action-btn::after {
    display: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.disabled>a {
    color: #bfbfbf !important;
}

.nowrap {
    white-space: nowrap;
}

.space-between {
    justify-content: space-between;
}

.space-around {
    justify-content: space-around;
}

.text-green {
    color: var(--bs-green);
}

.text-red {
    color: var(--bs-red);
}

.bg-red {
    background-color: var(--bs-red);
}

.bg-orange {
    background-color: rgb(219, 74, 21);
}

.cancelled {
    background: #b6b6b66e;
    opacity: 0.5;
}

.datepicker:focus {
    box-shadow: none;
}

.datepicker-dropdown .datepicker-days {
    padding: 10px !important;
}

.datepicker-dropdown .datepicker-days .today.active.day {
    background: #234076;
}

.datepicker.datepicker-dropdown table tr td.active.active {
    background: #234076 !important;
}

.datepicker.datepicker-dropdown table tr td.active.active:hover {
    background: #234076 !important;
}

.datepicker .datepicker-days td.today.day {
    background: #dadeff !important;
    color: #fff;
}

.datepicker .datepicker-days .table-condensed td,
.datepicker .datepicker-days .table-condensed th {
    text-align: center;
    width: 35px;
    padding: 2px;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.datepicker .datepicker-days table tr td.day:hover {
    background: #dadeff !important;
    color: #fff !important;
    cursor: pointer !important;
}

.floating-icons {
    position: absolute;
    top: 5px;
    right: 7px;
    font-size: 30px;
}

.rounded-border {
    border-radius: 10px;
}

.text-faded {
    opacity: .6;
}

.bg-light-blue {
    background-color: #00c4d23c;
}

.text-black {
    color: #000;
}

.without-search-table .dataTables_filter {
    display: none !important;
}

.modal-fixed-height {
    height: 72vh;
}

.overflow-auto {
    overflow: auto;
}

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

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

.text-right {
    text-align: right !important;
}

[type="search"].form-control::placeholder {
    color: black;
    opacity: 0.5;
}

.height-overflow-auto {
    max-height: 90vh;
    overflow-y: auto;
}

.height-overflow-auto::-webkit-scrollbar {
    width: 5px;
    /* scrollbar-behavior: smooth; */
}

.height-overflow-auto::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(255, 255, 255);
    border-radius: 10px;
}

.height-overflow-auto::-webkit-scrollbar-thumb {
    background: #234076;
    border-radius: 10px;
}

.height-overflow-auto::-webkit-scrollbar-thumb:hover {
    background: #335faf;
}

.text-error {
    color: red;
}

subtitle {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 0.9rem;
    margin-left: 4px;
    display: inline;
    color: #5c6975;
}

.status {
    white-space: nowrap;
}

.text-pending,
.text-waiting,
.text-server-timeout,
.text-reverse {
    color: #c78a05;
    background-color: #ba82073a;
}

.text-invalid,
.text-not-received,
.text-declined,
.text-invalid-details,
.text-server-error,
.text-failed,
.text-rejected,
.text-cancel {
    color: #cf3030;
    background-color: #cf30303a;
}

.text-received,
.text-approved,
.text-accept {
    color: #2dba23;
    background-color: #2dba233a;
}

.text-purple{
    color: #6c0086;
    background-color: #6b00863a;
}

.text-link {
    text-decoration: underline;
    cursor: pointer;
}

.progress-bar {
    flex-direction: revert !important;
    align-items: center;
}

#paid-amount {
    background-color: var(--bs-success) !important;
    border-radius: 30px 0 0 30px;
}

#left-amount {
    border-radius: 0 30px 30px 0;
}

.progress-bar {
    position: relative;
}

.progress-bar::before {
    content: "(" attr(title)")";
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 16px;
    color: var(--dark-blue);
}

#paid-amount::before {
    left: 10px !important;
}

.payment-section .status {
    display: flex;
    justify-content: space-between;
}

.top-sticky {
    position: sticky;
    top: -13px;
    z-index: 999;
}
.bg-white
{
    background-color: white;
}
.full-width{
    width: 100%;
}
.max-to-container{
    max-width: 100%;
    max-height: 100%;
}
.h-40px{
    height: 40px;
}
.w-100per{
    width: 100%;
}
.bs-link{
    color: var(--bs-blue);
    text-decoration: underline;
    font-weight: 700;
}
.bs-link:hover{
    color: var(--bs-blue) !important;
}
.modal-transparent .modal-content{
    background: transparent;
}
.modal-transparent .modal-header{
    border: none;
}
.w-max-content{
    width: max-content;
}

.bg-black-transparent{
    background:linear-gradient(180deg, rgba(255,170,204,0) 0%, rgba(0,0,0,0.76234243697479) 100%);
}
.text-theme{
    color: #092f75;
}
.table__checkbox__list td{
    padding: 0 !important;
}
.checkbox__wrap{
    background-color: #f2f3f8;
    padding: 20px 10px;
    box-shadow: 0 10px 15px -5px rgb(0 0 0 / 7%);
}
.checkboxes__headings{
    color: #234076;
    font-weight: 700;
    font-size: 20px;
}
button.Acceptance__buttons-1 {
    padding: 3px 8px;
    margin: 10px 5px;
    font-size: 13px;
    /* font-weight: 600; */
    border-radius: 5px;
    background-color: #20c997;
    color: #fff;
    border: 1px solid #20c997;
}
button.Acceptance__buttons-2 {
    padding: 5px 15px;
    margin: 10px 5px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #ec404e;
    color: #fff;
    border: 1px solid #ec404e;
}
.bottom__section__wrap {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 15px -5px rgb(0 0 0 / 7%);
}
.invoice_button_size{
    font-size: 11px !important;
}
button.Invoice__Button {
    border: none;
    background-color: #ec407a;
    color: #fff;
    border-radius: 30px;
    padding: 3px 10px;
}
.table__checkbox__list tr td{
    border-bottom: 8px solid #f0f0f0 !important;
}
.popup__vouchers{
    padding: 10px;
}
.popup__booking__button{
    padding-top: 15px;
}
label.modelbox__label {
    font-size: 16px;
}
.popup__upload__input{
    padding: 10px;
    padding-top: 15px;
}
.popup__upload__data{
    padding: 0;
}
h5.modal-title.Model__Upload {
    font-size: 17px;
}
.popup__input{
    width: 80%;
}
.preview-img img{
width: 100px;
height: auto;
}

small.add_or_save_text{
    font-size: 1.1rem;
    font-weight: 700;
    margin: 5px;
}
.form-check{
    position: unset !important;
    opacity: 1 !important;

}

.password-toggler{
    position: absolute;
    right: 0;
    padding: 12px;
    cursor: pointer;
    z-index: 4;
    bottom: 0;
}

.text-subtitle{
    font-size: 13px;
    color: #b9b9b9;
}

.bg-theme{
    background-color: var(--dark-blue);
    color: white;
}
.footer__message__element{
    overflow: visible !important;
}
.popup__model__header{
    padding: 0 1rem !important;
}
.payment__dates__wrap table td{
    border: 1px solid #cecece;
    padding: 5px;
}
.payment__dates__wrap {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    margin: 10px 0;
    background-color: #f1f1f1;
    overflow: auto;
}
.payment__dates__wrap  input{
    background-color: transparent;
}
button.payment__button {
    padding: 8px 10px;
    border-radius: 5px;
    border: none;
    background-color: #234076;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    /* margin-bottom: 20px !important; */
    /* margin-right:5px; */
}
button.add__money__button {
    padding: 8px 10px;
    border: none;
    border-radius: 5px;
    background-color: #234076;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    /* margin-bottom: 20px !important; */
    /* margin-right:5px; */
}
.notification_panding_title{
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
.payment__dates__wrap table {
    margin: 10px 0;
}
.balance__payment{
    text-align: right;
    font-weight: 700;
}
.opening__table {
    background-color: #bebebe2b !important;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.opening__table .balance_data {
    /* font-weight: 700; */
    padding: 5px 10px;
}
.balance__table__bg{
    background-color: #78a7ff38;
}
.price_tabledata .wrap-inner{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
    gap: 5px;
}
.price_tabledata .wrap-inner input{
    max-width: 150px;
}
.panding_button{
    padding: 7px 10px !important;
    font-size: 13px !important;
}
td.opening__table td {
    font-size: 15px;
}
.balance__table__bg td{
    font-weight: 700;
    text-align: center;
}
tr.balance__table__bg td {
    font-size: 17px;
    padding: 7px;
}
.price_tabledata {
    border-top: 0 !important;
    background-color: #bebebe2b !important;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    padding: 20px;
    height: 100%;
}
.payment__buttons td{
    text-align: center;
}
.table__title{
    font-size:19px;
}
.extra__services__table td{
    border: 1px solid #d3d3d3;
    padding: 5px;
}
table.extra__services__table {
    border-collapse: unset;
}
.box-pricing-promo{
    overflow:auto !important;
}
.payment-main-wrap{
    /* background-color: #234076 !important; */
    background: -webkit-linear-gradient(-117deg, #234076 52%, #e2dcff 100%) !important;
    border-radius: 10px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.payment-main-wrap:hover{
    /* box-shadow: rgba(35, 35, 65, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.493) 0px 3px 7px -3px !important; */
   transition: all .4s ease-in-out;
}
.payment__buttons td{
    text-align: center !important;
}
.pricing__table {
    text-align: right;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: end;
    gap: 10px;
}
.pricing-title {
    text-align: right;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.reqst-exl-wrap {
    display: flex;
}
.reqst-exl-wrap button {
    font-size: 13px;
    padding: 4px 4px;
    margin: 0 3px;
}
.main_header .header-megamenu .logo{
    /* height: 70px !important; */
}
.main_header .navbar-nav{
    align-items: center;
    justify-content: center;
}
.marquee_wrap{
    overflow: hidden !important;
}
.cards_row{
    row-gap: 15px !important;
}
.form_guides .guideDetail-column input{
    text-align: center !important;
}
.guide_language_eng{
    text-align: center;
}
/* .wallet-profile{
    display: none;
} */
.res_flex_fill{
    flex: 1 1 auto;
}
/* .desktop_navbar{
    display: block;
} */
.result_card_wrap{
    display: grid;
    --grids: 4;
    grid-template-columns: repeat(var(--grids),1fr);
    gap: 10px;
}
#servicesModal .result_card_wrap{
    --grids: 3;
}
#servicesModal .result_card_wrap .guide-identity-card{
    height: 100%;
    display: flex;
    flex-direction: column;
}
#servicesModal .result_card_wrap .guide-identity-card .guide-card-header{
    flex: 1 1 auto;
}
#servicesModal .result_card_wrap .guide-identity-card .guide-card-header h5{
    font-size: 18px;
    font-weight: 600;
}
.bank_number{
    width: 20%;
}
.bank_detail_wrap{
    align-items: baseline !important;
}

.res_white_space{
    overflow: hidden !important;
}
.marquee_wrap{
    /*padding-top: 20px;*/
}
.currency_coutry_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.recommend_table_new{
    overflow: auto !important;
}
.admin_menu_color li a span{
    /* color: #fff !important; */
}
.table-data-label td p{
    margin-bottom: 0 !important;
}
.input_yes_no{
    display: flex;
    justify-content: end;
    gap: 12px;
}
.input_yes_no input{
    width: 1px !important;
    padding: 0 !important;
}
.table-data-label td button{
    margin-bottom: 0 !important;
}
.table-data-label td{
    padding: 8px 0 !important;
}
.pdf_upload_wrap{
    margin-top: 20px !important;
    padding: 0 15px !important;
}
.guide_driver_table td{
    vertical-align: top;
}
.acc_rej_btns .booking_detail_button, .acc_rej_btns .preview-voucher{
    padding: 3px 8px !important;
}
.acc_rej_btns button, .acc_rej_btns a, .acc_rej_btns .booking_detail_button {
    height: 26px;
    display: inline-block;
    line-height: 1.5;
}
.table-td-nowrap td{
    white-space: nowrap;
}
.agent-release-voucher td{
    padding: 6px 0 !important;
    line-height: 1;
}
.agent-release-voucher [type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after{
    width: 15px !important;
    height: 15px !important;
    margin-left: 5px;
}
.agent-release-voucher [type=checkbox]:checked+label:before{
    width: 10px !important;
    height: 16px !important;
}
.booking_all_wrap .dataTables_filter input{
    font-size: 14px !important;
}
.booking_all_wrap .dt-buttons a{
    padding: 3px 7px !important;
}
.booking_all_wrap .dataTables_filter{
    margin-bottom: 0 !important;
}
.booking_all_wrap .box-head input{
    padding: 2px !important;
    height: 27px !important;
}
.booking_all_wrap .box-head .select2-selection{
    padding: 2px 8px !important;
    height: 27px !important;
}
.booking_all_wrap .select2-container--default .select2-selection--single .select2-selection__arrow b{
    top: 24% !important;
}
@media(max-width:1200px){
    .table_box_wrap table td{
        white-space: nowrap !important;
    }
    table.bank_detail_table th,td{
        white-space: nowrap !important;
    }
    .exTabNav{
        top: 147px !important;
    }
    .result_card_wrap{
        grid-template-columns: repeat(3,1fr);
    }
    .bank_number{
        font-size: 12px;
    }
    .edit_bank_button button{
        font-size: 12px;
    }
    .modal{
        padding-right: 0 !important;
    }
}

@media(max-width:1100px){
    .card-box-activity article.card:hover .infos{
        transform: translateY(-109px);
    }
}
@media(max-width:1024px){

}
@media(max-width:990px){
    .card-box-activity article.card:hover .infos{
        transform: translateY(-160px);
    }
}
@media(max-width:880px){
    .card-box-activity article.card:hover .infos{
        transform: translateY(-125px);
    }
    .result_card_wrap{
        grid-template-columns: repeat(2,1fr);
    }
    .pricing__table{
        font-size: 42px !important;
    }
}
@media(max-width:767px){

    .main_header .res_bar_currency{
        width: 12%;
    }
    .main-header{
        z-index: 9;
    }
    .main_header .responsive_bar select{
        max-width: 100% !important;
        height: 27px !important;
    }
    .res_toggle_width{
        width: 100%;
    }
    .exTabNav{
        top: 135px !important;
    }
    .main_header .res_bar_language{
        padding: 0 5px !important;
    }
    .main_header .res_bar_language{
        width: 18% !important;
    }
    .res_toggle_width .cart-nav-item{
        padding: 23px 10px !important;
    }
    /* .main_header .navbar-nav{
        justify-content: left !important;
    } */
    .currecy_amount_wrap{
        width: 100%;
    }
    .amount_inner_list{
        width: 100% !important;
    }
    .wallet_balace{
        display: none;
    }
    .navbar-static-top #google_translate_element{
        margin-top: 0px !important;
    }
    .main_header .top-currency{
        margin-top: 10px !important;
    }
    /* .wallet-profile{
        display: block;
    }
    .desktop_navbar{
        display: none;
    } */
    .wallet-profile{
        width: 100%;
    }
    .card-box-activity article.card:hover .infos {
        transform: translateY(-150px);
    }
    .privateDriverCarDetail h6{
        font-size: 12px !important;
    }
    /* .navbar-static-top #google_translate_element{
        margin-top: 0 !important;
    }
    .navbar_list_data{
        margin-top: 20px !important;
    } */
    .downoad_popup_open{
        width: auto !important;
    }
    span.divide-price{
        top: 50px !important;
    }
}
@media(max-width:600px){
    /* .main_header .res_bar_language{
        width: 90%;
    } */
    .opening__table .balance_data{
        width: 50% !important;
    }
    .navbar-custom-menu .wallet-balance{
        font-size: 12px !important;
        margin: 0 !important;
    }
    .navbar-custom-menu .navbar-nav>li:last-child>a{
        margin: 0px 5px !important;
    }
    .cart-nav-item{
        padding: 10px !important;
        padding-left: 4px !important;
    }
}

@media(max-width:530px){
    .result_card_wrap{
        grid-template-columns: repeat(1,1fr);
    }
    ul.privateDriverBodyUL, ul.privateTimeSaving {
        grid-template-columns: 100%;
    }
    .main_header .res_bar_language{
        width: 25% !important;
        /* flex: auto; */
    }
    .cart-nav-item{
        flex: auto !important;
        text-align: end;
    }
}
@media(max-width:500px){
    .extra_table_res{
        top: 250px !important;
    }
}
@media(max-width:400px){
    .pricing__table{
        font-size: 34px;
    }
}
@media(max-width:360px){
    .card-box-activity article.card:hover .infos{
        transform: translateY(-110px);
    }
}
@media(max-width:320px){
    .res_toggle_width .res_flex_fill{
        flex: 0 1 auto !important;
    }
    .res_toggle_width .header_icons .nav-link{
        padding: .5rem 0.8rem !important;
    }
    /* .main_header .res_bar_language {
        width: 59%;
    } */
}
.promo_custom_table table td{
    border: 1px solid #dedede !important;
}
.promo_custom_table table td[rowspan]{
    font-weight: 700 !important;
}
table td.total_price_data1{
    border: 1px solid #dedede !important;
    border-width: 0px 0px 0 0 !important;
}
table td.price_cus_width{
    width: 11% !important;
    font-weight: 700 !important;
    border: 0  !important;
}
body:has(.modal.show) .select2-container {
    z-index: 9999;
}
body:has(.modal.show) select+.select2-container {
    z-index: 2 !important;
}
.table-width-60
{
    width:60%;
}
.tbl-pnr table td, .tr-bold td, .td-bold
{
    font-weight:bolder !important;
}
.footer__logo{
    text-align: left;
}

.footer_row{
    align-items: center !important;
}
.pdf_wrap_div{
    --bs-gutter-x: 0 !important;
} 
.pdf_wrap_div .pdf_title_price {
    text-align: center;
    font-weight: bold;
}
.pdf_wrap_div .activity_name {
    text-align: center;
    padding: 4px 8px;
}
.promo__side__table {
    border: 1px solid #16286a;
}
.col_cell_1, .col_cell_2 {
    border-width: 0 1px 1px 0;
    border-color: #16286a;
    border-style: solid;
}
.col_cell_3 {
    border-width: 0 0px 1px 0;
    border-color: #16286a;
    border-style: solid;
}
.col_cell_4, .col_cell_5 {
    border-width: 0 1px 0px 0;
    border-color: #16286a;
    border-style: solid;
}
@media only screen and (max-width:600px)
{
    .table-width-60
    {
        width:100%;
    }
}
.main-guide-select-row{
    align-items: flex-end !important;
}

.customize-cities {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.increase-decrease-days {
    display: flex;
    column-gap: 15px;
    align-items: center;
}

.days-input {
    width: 75px !important;
    border: 1px solid #f5f5f5;
    height: 35px;
    border-radius: 7px;
    background: #f5f5f5;
}
.wrap_child_all input{
    padding: 10px !important;
}
.hotel-extra-service-data{
    font-size: 18px !important;
    color: #234076;
    font-weight: 700;
}


.restaurant-second-row h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32.74px;
}
.restaurant-second-row {
    background-color: rgba(242, 243, 248, 1);
    margin-bottom: 21px;
}
.btn-common {
    font-size: 22px !important;
    padding: 5px 60px;
    border-radius: 4px;
}
.search-filter-custom {
    background: #F2F3F8 !important;
    box-shadow: none;
}
/* restaurant cards section start */
/* .restaurant-card-text {
    margin-bottom: 25px;
} */
.restaurant-card-text h1 {
    font-size: 27px;
    font-weight: 700;
}
.restaurant-card-text p {
    font-weight: 700;
}
.restaurant-card-text h2 {
    font-size: 20px;
}
.rate-img {
    width: 100%;
    height: 16px;
}
.cards-container {
    background-color: white;
    border-radius: 5px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0.268669) 41.44%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.restaurant-card-img {
    width: 100%;
    position: relative;
}

@media (min-width:768px) and (max-width:1024px) {
    .restaurant-card-img img {
        width: 100% !important;
    }
    .restaurant-card-text {
        width: 100%;
        
    }
    .restaurant-card-text p {
        padding-right: 25px;

    }
    .btn-common {
        font-size: 20px !important;
        padding: 5px 32px;
        border-radius: 4px;
    }
}
@media (min-width: 1024px) and (max-width:1350px) {
    .btn-common {
        font-size: 20px !important;
        padding: 5px 30px;
        border-radius: 4px;
    }
}
@media (max-width: 767px) {
    .restaurant-card-img img {
        width: 100% !important;
    }
    .restaurant-card-text {
        width: 100%;
        
    }
    .restaurant-card-text p {
        padding-right: 25px;

    }
    .restaurent-heading {
        display: flex;
        justify-content: center;
        font-size: 30px !important;
    }
    .restaurent-heading h1{
        font-size: 30px !important;
    }
    .search-btn {
        display: flex;
        justify-content: center;
    }
}


/* RESTAURANT DETAIL PAGE CSS STARTS FROM HERE */

.restaurant-detail-page body {
    background-color: #F2F3F8;
}
.text-box .location-icon {
    width: 20.27px;
    height: 20.27px;
    top: 334.11px;
    left: 273.64px;
    padding: 0px 6px 2px 0.79px;
    margin-right: 4px;
    gap: 0px;
    opacity: 0px;
    fill: #234076;
}
.first-section .text-box h1 {
    font-family: Nunito Sans;
    font-size: 35px;
    font-weight: 600;
    line-height: 57.29px;
    text-align: left;
}
.first-section .text-box h2 {
    font-family: Nunito Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.82px;
    text-align: left;
}
.first-section .text-box p {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 24.55px;
    text-align: left;
    color: #234076;
}
.first-section .text-box span {
    font-family: Nunito Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 24.55px;
    text-align: left;
    color: #000000;
}
.rating-icons h3 {
    font-family: Nunito Sans;
    font-size: 17px;
    font-weight: 800;
    line-height: 19.74px;
    text-align: left;
    color: #234076;
    padding-left: 15px;
}
.second-section h1 {
    font-family: Nunito Sans;
    font-size: 24px;
    font-weight: 800;
    line-height: 35.46px;
    text-align: left;
    color: #234076;
}
.second-section p {
    font-family: Nunito Sans;
font-size: 16px;
font-weight: 400;
line-height: 24.55px;
text-align: left;
color: #8A8A8A;
}
.reataurent-first-section {
    background-color: rgb(255, 255, 255);
    border-radius:5px ;
}
.nav-item .nav-link {
    /* background-color: #ffffff; */
    border-radius: 0px;
    width: 200px;
    text-align: start;
    padding: 5px 20px 7px 20px;
    width: auto;
}
.second-nav-links {
    width: 100% !important;
    
}
.navigation-pills .nav-pills {
    background-color: white;
}
/* search bar section start*/

input.search-bar-section {
    width: 100%;
    padding: 5px 10px !important;
    border: none;
}


.search-bar-new .search-svg {
    fill: #234076;
    width: 22px;
    position: absolute;
    right: 25px;
    top: 15px;
}
.heading-restaurent h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32.74px;
}
.toggle-tab-buttons {
    border-radius: 2px !important;
}
.recommended-text h1 {
    font-size: 20px;
    font-weight: 700;
}
.toggle-menu-btn .menu-btn {
    background-color: #234076;
    border-radius: 4px;
}
.menu-btn .menu-button {
    padding: 2px 11px;
    font-style: 17px;
}
.menu-btn .menu-button img {
    width: 35px;
    padding: 5px 11px 0px 0px;;
}
.desert-image img {
    border-radius: 10px;
    height: 150px;
    width: 100%;
    object-fit: cover;
}
.cards-text-section h1 {
    font-family: Nunito Sans;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}
.cards-text-section h2 {
    font-family: Nunito Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.82px;
    text-align: left;
}
.cards-text-section  p {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0px 0px 0px;
}
.cards-text-section img {
    padding-bottom: 10px;
}
.desert-items-section {
    background-color: white;
    border: none;
    height: fit-content;
    border-radius: 5px;
}
.deserts-tab-section {
    background-color: white;
    border: none;
    height: fit-content;
    border-radius: 5px;
}
.number span {cursor:pointer; }
.desert-image .number{
    width: 85px;
    height: 39px;
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    border: 1px solid #00000000;
    background-color: #ffffff;
    border-radius: 7px;
    padding: 0px 5px;
    box-shadow: 0px 4px 14px 0px #A6A6A640;
}
.number .minus, .plus{
    width:36px;
    height:20px;
    padding:0px 5px 0px 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
}
.number input{
    height:38px;
    width: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border:none;
    background-color: #ffffff;
    border-radius:4px;
    display: inline-block;
    vertical-align: middle;
} 
.card_image_container p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #234076;
}
.desert-image {
    position: relative;
}
.toggle-menu-btn #popupBox {
    position: absolute;
    top: 100%;
    left: -100%;
    transform: translate(-30%, 0%);
    background-color: white;
    border: none;
    padding: 20px 20px 10px 20px;
    box-shadow: 0px 2px 7px 2px #D0D0D040;
    z-index: 1000;
    width: 300px;
    cursor: pointer;
    color: #000;
  }
  .toggle-menu-btn #popupBox ul {
    list-style: none;
    font-size: 19px;
    line-height: 37px;
    padding-left: 0px;
    margin-bottom: -5px;
    padding-top: 10px;
  }
  .toggle-menu-btn #popupBox ul li:last-child {
    border-bottom: none;
  }
  .toggle-menu-btn #popupBox h5 {
    font-size: 22px !important;
  }
  .toggle-menu-btn #popupBox ul li {
    border-bottom: 1px dotted #ECECEC;
    padding-bottom: 8px;
    padding-top: 4px;
  }
  .toggle-menu-btn {
    position: relative;
  }
  .toggle-menu-btn h5 {
    color: #234076;
    font-weight: 700;
  }
  .items-tab .nav-item {
    font-size: 18px;
    font-weight: 700;
    color: #000 !important;
    border-bottom: 0px;
  }
  .menu_list_container_first .items-tab .nav-item:last-child {
    border-bottom: 1px solid #F2F3F8;;
  }
  .nav-pills .nav-link.active{
    background-color: white !important;
    color: #234076 !important;
  }
  .nav-pills .nav-link {
    color: #000 !important;
  }
  .underline-link.active {
    border-bottom: 3px solid #234076 !important;
    width: 100%;
  }
  .underline-link-right.active {
    border-right: 3px solid #234076 !important;
    width: 100%;
  }
  .nav-left-items {
    border: 1px solid #F2F3F8;
  }
  .nav-left-link {
    padding: 18px 14px !important;
}
.hr-line {
    margin-top: -1px;
}
.deserts-third-section {
    background-color: white;
    border: none;
    height: fit-content;
    border-radius: 5px;
}
.hr_line_order_menu {
    color: #ECECEC;
    opacity: 1;
}
.first-section-order-menu h1 {
    font-size: 25px;
    font-weight: 700;
    color: #234076;
}
.first-section-order-menu h2 {
    font-size: 17px;
    font-weight: 700;
}
.first-section-order-menu h3 {
    font-size: 19px;
    font-weight: 800;
    color: #234076;
    padding: 0px !important;
}
.first-section-order-menu p {
    font-weight: 700;
    margin-bottom: 0px !important;
    color: #969BA0;
}
.first-section-order-menu img {
    border-radius: 10px;
}
.price-text {
    padding: 0px !important;
}
.second-section-order-menu {
    border-bottom: 1px dashed #969BA0;
}
.total_amount h4 {
    font-weight: 800;
}
.total_amount_number h4 {
    font-weight: 800;
    color: #234076;
}
button.btn.booking_btn {
    background-color: #234076;
    color: white;
    width: inherit;
    border-radius: 2px;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}
button.btn.download-pdf {
    background-color: #234076;
    color: white;
    padding: 8px 17px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
}
.fixed-menu-left-text h4 {
    font-size: 21px;
    font-weight: 700;
}
.starter-heading h5 {
    font-size: 23px;
    font-weight: 700;
    color: #234076;
}
.starter-items li {
    font-size: 19px;
    line-height: 44px;
    font-weight: 600;
}
.order-menu ul li {
    border-bottom: 1px solid #ECECEC;
}
.order-menu ul li:last-child {
    border-bottom: none;
}
.list-items-starters {
    list-style: none;
}
.menu_list_container_first {
    padding-left: 0px !important;
}
.menu_list_container_last {
    padding-right: 0px !important;
}
.rated_star_icons .fa {
    color: #F8B602;
    font-size: 21px;
}
.rating-icons .fa {
    color: #F8B602;
    font-size: 21px;
    margin-top: -8px;
}
.quantity_manage_numbers {
    width: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.deserts-third-section img {
    width: 60px;
}
.food-img img{
    min-width: 60px;
    height: 60px;
    object-fit: cover;
}
.deserts-third-section .items_name_and_quantity {
    padding-left: 5px;
}
.deserts-third-section .price-text h3{
    text-align: end;
    margin-right: 6px;
}
.close_icon_popup_box svg {
    width: 14px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #4E4E4E;
}
.deserts-tab-section .nav-left-link {
    width: 100% !important;
}
.rating-icons h3 {
    margin-top: -1px;
}
.cards-text-section p span {
    color: #234076;
}
@media (max-width: 1024px) and (min-width: 768px) {
    .reataurent-first-section {
        margin-bottom: 25px !important;
    }
    .reataurent-first-section .first-section {
        padding-bottom: 40px;
    }
    
    .deserts-tab-section {
        padding-left: 0px;
        padding-right: 0px;
    }
    .menu_list_container_middle {
        padding-right: 0px !important;
    }
    .menu_list_container_last {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .menu_list_container_first {
        padding-left: 0px !important;
    }
}
@media (max-width: 767px) {
    .reataurent-first-section {
        margin-bottom: 25px !important;
    }
    .items_row_image_text {
        padding-bottom: 25px;
    }
    .heading-restaurent h1 {
        padding-bottom: 10px;
    }
    .rating-icons {
        flex-wrap: wrap;
    }
    .first-section .image img {
        width: 70px;
    }
    .second-section {
        padding-top: 15px;
    }
    .desert-items-section {
        margin: 20px 0px;
    }
    .first-section {
        flex-wrap: wrap;
    }
    .deserts-tab-section {
        padding-left: 0px;
        padding-right: 0px;
    }
    .menu_list_container_middle {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .menu_list_container_last {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .menu_list_container_first {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .menu-btn .menu-button {
        font-size: 11px;
    }
    .menu-btn .menu-button img {
        width: 33px;
    }
    .recommended .recommended-text h1 {
        font-size: 18px;
    }
    .desert-items-section {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .toggle-menu-btn #popupBox {
        left: -65px;
    }
    .items_row_image_text {
        flex-wrap: nowrap !important;
    }
    button.btn.download-pdf {
        font-size: 11px;
    }

}
@media (max-width: 490px) {
    .desert-image .number {
        width: 85px;
        height: 38px;
    }
    .nav-pills .nav-link {
        font-size: 14px;
    }
    .number input {
        height: 32px;
        width: 20px;
        font-size: 14px;
    }
    .number .minus, .plus {
        width: 28px;
    }
    .toggle-menu-btn #popupBox ul {
        font-size: 17px;
        line-height: 29px;
    }
    .toggle-menu-btn #popupBox h5 {
        font-size: 20px !important;
    }
    .card_image_container p {
        font-size: 16px;
    }
    .toggle-menu-btn #popupBox {
        top: 200px;
    }
    button.btn.download-pdf {
        font-size: 10px;
    }
}
@media (max-width: 390px) {
    .desert-image .number {
        width: 74px;
        height: 33px;
    }
    .nav-pills .nav-link {
        font-size: 14px;
    }
    .cards-text-section h1 {
        font-size: 21px;
    }
    .cards-text-section h2 {
        font-size: 14px;
    }
    button.btn.download-pdf {
        font-size: 8px;
    }
    .fixed-menu-left-text h4 {
        font-size: 16px;
    }
    .cards-text-section p {
        margin-bottom: 0px;
    }
    .cards-text-section img {
        padding-bottom: 5px;
    }
    .starter-items li {
        font-size: 16px;
        line-height: 42px;
    }
    .starter-heading h5 {
        font-size: 20px;
    }
    .quantity_manage_numbers {
        width: 70px;
    }
    .items_row_image_text {
        padding-bottom: 20px;
    }
    .menu-btn .menu-button img {
        width: 30px;
    }
}
.hotels_top_exports .file-choose-buttons{
    display: flex;
    gap: 10px;
}
.hotels_top_exports .box-header{
    padding-top: 0 !important;
}
.hotels_top_exports {
    margin-top: -46px;
}
.hotels_top_exports .box-header{
    border-bottom: 0 !important;
}
.data-info-top{
    margin-top: -10px;
}
@media(max-width:767px){
    .hotels_top_exports{
        margin-top: 0;
    }
}
/* .hotel_extra_service_form .select2 .select2-selection{
    border: 1px solid #ced4da !important;
}
.hotel_seclect_form_cus .select2-selection {
    height: 35px !important ;
}
.hotel_seclect_form_cus .select2-selection .select2-selection__rendered{
    margin-top: -9px !important;
}
.hotel_seclect_form_cus .select2-selection .select2-selection__arrow{
    margin-top: -8px !important;
}
.hotel_seclect_form_cus label {
    font-size: 12px !important;
    margin-bottom: 2px !important;
} */

[data-tooltip] {
    position: relative;
}

/* Base tooltip styles */
[data-tooltip]:hover:after {
    content: attr(data-tooltip);
    position: absolute;
    background-color: black;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 99;
}

/* Base arrow styles */
[data-tooltip]:hover:before {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
    z-index: 99;
}

/* Top placement (default) */
[data-tooltip][data-bs-placement="top"]:hover:after,
[data-tooltip]:not([data-bs-placement]):hover:after {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 5px;
}

[data-tooltip][data-bs-placement="top"]:hover:before,
[data-tooltip]:not([data-bs-placement]):hover:before {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-color: black transparent transparent transparent;
}

/* Bottom placement */
[data-tooltip][data-bs-placement="bottom"]:hover:after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5px;
}

[data-tooltip][data-bs-placement="bottom"]:hover:before {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-color: transparent transparent black transparent;
}

/* Right placement */
[data-tooltip][data-bs-placement="right"]:hover:after {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 5px;
    display: block !important;
}

[data-tooltip][data-bs-placement="right"]:hover:before {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-color: transparent black transparent transparent;
    display: block !important;
}

/* Left placement */
[data-tooltip][data-bs-placement="left"]:hover:after {
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    margin-right: 5px;
    display: block !important;
}

[data-tooltip][data-bs-placement="left"]:hover:before {
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    border-color: transparent transparent transparent black;
    display: block !important;
}