body {
    /* font-family: 'Montserrat', sans-serif; */
}

a {
    color: #96262C;
}

/* banner slider css start */
.item_carousel {
    max-height: 400px;
    min-height: 400px;
    height: 400px;
}

.item_carousel img {
    max-height: 100%;
    min-height: 100%;
    height: 100%;
}

.banner_img {
    max-height: 400px;
    min-height: 400px;
    height: 400px;
}

.banner_img img {
    max-height: 100%;
    min-height: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_detail {
    background: rgb(140 24 27 / 80%) !important;
}

.logo {
    width: 100px;
    /* height: 100px; */
    top: -55px;
    left: 0;
    right: 0;
    text-align: center;
}

.logo img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
}

.banner_detail .logo {
    width: 90px;
    height: auto;
    top: 0;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}

.banner_detail .logo img {
    height: auto;
}

.banner-detail {
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    /* top: 20px; */
    z-index: 1;
}

.banner-detail.norestaurant {
    top: 20px;
    bottom: auto;
}

.ratting li {
    font-size: 25px;
    /* margin-right: 0 !important; */
}

.count-up {
    padding: 12px 0;
}

.count-up h3 {
    font-size: 14px;
}

.count-up p {
    font-size: 18px;
}

.announcement_details p {
    font-size: 19px;
    font-weight: 500;
}

/* banner slider css start */
/* time slot section css start */

#guests-input-btn,
#guests-input-btn-modal {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 8px 6px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    text-overflow: ellipsis;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    text-align: left;
    color: #484848;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.guests-input {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.guests-input button {
    cursor: pointer;
}

.guests-input button:after,
.guests-input button:before {
    content: " ";
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background-color: #484848;
    position: absolute;
    top: 19px;
}

.guests-input button:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 15px;
}

.guests-input button:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 21px;
}

.guests-input button.open:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.guests-input button.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.guests-input__options {
    position: absolute;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
    box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
    border-radius: 2px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.guests-input__options.open {
    opacity: 1;
    height: 146px;
    z-index: 999;
    width: 277px;
}

.modal_booking_detail .guests-input__options.open {
    width: 376px;
}

.guests-input__options>div {
    padding: 10px 0;
    text-align: center;
}

.guests-input__options>div:first-child {
    padding-top: 35px;
}

.guests-input__options>div:last-child {
    padding-bottom: 35px;
}

.guests-input__ctrl {
    display: inline-block;
    border: 1px solid #484848;
    font-size: 20px;
    color: #484848;
    padding: 3px 8px;
    line-height: 20px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.guests-input__ctrl.disabled {
    color: #d8d8d8;
    border-color: #d8d8d8;
    cursor: default;
}

.guests-input__value {
    display: inline-block;
    padding: 0 10px;
    width: 100px;
    cursor: default;
}

.guests-input__value span {
    display: inline-block;
    padding-right: 5px;
}

.time_slot {
    background: #96262C;
}

.px-6 {
    padding: 0 5rem;
}

.calender_img {
    top: 10px;
    right: 10px;
    width: 24px;
}

.time_heading p {
    font-size: 17px;
}

.booking_btn {
    font-size: 18px;
}

/* time slot section css end */
/*offer slider css start*/

#client-logos .item {
    margin: 1px;
}

.cover-wrapper {
    /* padding: 15px 30px; */
}

.client-inners img {
    height: 100%;
    object-fit: contain;
}

.client-inners {
    /* border: 2px dotted #110e4a; */
    height: 110px;
    /*text-align: center;*/
    /* padding: 15px 0px; */
    width: 110px;
    /* background: #fdcf27; */
    border-radius: 100%;
    background-image: url(../../../../offer_circle.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    /*align-items: center;*/
    /*box-shadow: 1px 1px 10px rgba(0,0,0,0.2);*/
    position: relative;
    margin: 0 auto;
}

.client-inners .bookingtime {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
}

.client-inners a,
.item a {
    text-decoration: none;
    color: #110e4a;
    font-size: 14px;
}

.offer_box h6 {
    font-size: 20px;
    margin: 0;
    font-weight: 300;
}

.owl-nav img {
    width: 34px;
}

.owl-prev i {
    position: absolute;
    left: -38px;
    top: 50%;
    margin-top: -20px;
}

.owl-next i {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}

.offer_box p {
    /* margin: 0; */
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.offer_form label {
    font-size: 14px;
}

.offer_form {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px 13px;
    margin-top: 20px;
}

.open_form {
    display: none;
}

.offer_box {
    width: 100%;
    margin-top: 26px;
}

/*offer slider css end*/
/* tabing css start */

.nav-tabs {
    display: none;
}

.menu_block .wrapper {
    display: none;
}

@media(min-width:768px) {
    .menu_block .wrapper {
        display: block;
    }

    .nav-tabs {
        display: flex;
    }

    .card {
        border: none;
    }

    .card .card-header {
        display: none;
    }

    .card .collapse {
        display: block;
    }
}

/* @media(max-width:767px) {
            .tab-content>.tab-pane {
                display: block !important;
                opacity: 1;
            }
        } */
/* tabing css end */

.pl-12 {
    padding-left: 6rem !important;
}

.tabing {
    /* padding-right: 35px; */
    background: #fff;
}

.border_bottom_tab {}

.border_bottom_tab ul:before {
    content: '';
    width: 200%;
    border-bottom: 1px solid #d4d5d9;
    position: absolute;
    left: -100%;
    bottom: 1px;
    right: 0;
}

.border_bottom_tab .nav-tabs {
    border-bottom: 0;
    width: 100%;
    position: relative;
}

.border_bottom_tab .nav-tabs li {
    margin: 0;
}

.border_bottom_tab .nav-tabs li a {
    color: #151515;
    color: #93959f;
    font-size: 18px;
    padding: 1rem 3rem 1rem 3rem;
    border: 0;
    position: relative;
    z-index: 1;
}

.border_bottom_tab .nav-tabs .nav-item.show .nav-link,
.border_bottom_tab .nav-tabs .nav-link.active {
    border-bottom: 3px solid #96262C;
    border-bottom: 3px solid #96262C;
    color: #96262C;
    color: #96262C;
}

.border_bottom_tab li:first-child a {
    /* padding-left: 2rem; */
}

.sidebar_block {
    background-color: #f3f3f3;
    padding-top: 15px;
    padding-left: 35px;
}

.main_block {
    background: linear-gradient(to right, #fff 0%, #fff 66.6%, #f3f3f3 33.3%, #f3f3f3 100%);
    background: #f3f3f3;
}

.sidebar_heading {
    margin-bottom: 20px;
}

.sidebar_heading h3 {
    color: #96262C;
    font-size: 21px;
}

.sidebar_img {
    width: 32.26%;
}

.sidebar_img img {
    min-height: 100px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    object-fit: cover;
}

.sidebar_details {
    width: 63%;
}

.restaurent_name h4 {
    color: #96262C;
    font-size: 20px;
    font-size: 14px;
}

.restaurent_name p {
    font-size: 14px;
    color: #212529;
}

.rasturent_ratting li {
    font-size: 21px;
}

.resturent_tag {
    font-size: 14px;
    font-weight: 500;
}

.retting_details p {
    font-size: 14px;
    font-weight: 500;
}

.special-coupon-code {
    border: 1px dashed #000;
    color: #757575;
    background: #ffb822;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 3px;
}

.box_sidebar {
    border-bottom: 3px solid #d2d2d2;
    background: #fff;
    color: #212529;
    margin-bottom: 15px;
    width: 100%;
    padding: 10px;
    border-radius: 3px;
}

.box_sidebar:hover {
    text-decoration: none;
    color: #212529;
}

.sidebar_box:last-child .box_sidebar {
    border-bottom: 0;
}

.cuisines_block_details {
    font-weight: 400;
    color: #212529;
}

.restaurent_price p {
    font-size: 14px;
    font-weight: 500;
}

.sidebar_box {
    margin-bottom: 23px;
}

.sidebar_box:last-child {
    margin-bottom: 0;
}

.sidebar_block .sidebar_box {
    height: calc(100% - 40px);
    position: absolute;
}

.time_boder {
    border: 1px solid #96262C;
    padding: .3rem;
}

.time_boder p {
    font-weight: 500;
    font-size: 14px;
}

.opening_table table th,
.opening_table table td {
    border-top: 0;
    font-weight: 500;
}

.block_heading h3 {
    font-size: 16px;
    font-weight: 500;
}

.average_price_detail p,
.more_info_detail p {
    /* font-weight: 500; */
    /* font-size: 14px; */
}

.insta_block {
    background: #f3f3f3;
}

.eapps-instagram-feed-title {
    color: #96262C;
    font-size: 28px !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    margin-bottom: 18px;
    padding: 0 !important;
}

.map_heading h3 {
    color: #96262C;
    font-size: 28px;
    font-size: 21px;
}

.map_block iframe {
    border-radius: 10px;
}

/* footer css strat */

.footer_block {
    background: #312a5d;
}

.footer_left_content p {
    /* font-size: 14px; */
}

.footer_media li i {
    color: #312a5d;
}

.footer_block_heading h3 {
    font-size: 20px;
}

.footer_link li {
    list-style: none;
}

.footer_link a {
    color: #fff;
    text-decoration: none;
}

.footer_link a {
    color: #fff;
    text-decoration: none;
    /* font-size: 14px; */
}

.copy_right_section {
    background: #65648c;
}

/* footer css end */

.btn_offer {
    background: #96262C;
    border-color: #96262C;
    color: #fff;
    font-size: 16px;
}

.btn_offer:hover,
.btn_offer:not(:disabled):not(.disabled).active,
.btn_offer:not(:disabled):not(.disabled):active,
.btn_offer:focus {
    background: #96262C;
    border-color: #96262C;
    color: #fff;
}

.offer_left h4 {
    font-size: 19px;
    font-size: 15px;
    font-weight: 500;
}

.offer_left p {
    /* font-size: 14px; */
    /* font-weight: 500; */
}

.offer_special:nth-child(odd) {
    background: #f3f3f3;
}

.offer_special {
    /* margin-bottom: 1.5rem; */
}

/* ratting css start */

.rating_circle {
    font-size: 32px;
}

.ratting_total {
    font-size: 25px;
}

.rating_circle p {
    font-weight: 500;
}

.rating_text {
    /* margin-top: 38px; */
}

.rating_text i {
    color: #ec8a19;
    margin-left: 8px;
}

.stars-outer {
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
    font-size: 20px;
    letter-spacing: 5px;
}

.stars-outer::before {
    content: "\f006 \f006 \f006 \f006 \f006";
    color: #737373;
    font-size: 28px;
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

.stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #EE8A18;
    font-size: 28px;
}

.dark {
    background-color: #45b827;
}

.progressbar .progress {
    border-radius: 50px;
}

/* ratting css end */

.comment_star li i {
    color: #EE8A18;
    font-size: 25px;
}

.conmment_content p {
    /* font-size: 14px; */
    font-weight: 500;
}

.comment_date p {
    font-weight: 500;
    font-size: 17px;
}

.comment_section {
    border-bottom: 3px solid #d2d2d2;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 38px;
    color: #737373;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #EE8A18;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #EE8A18;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #EE8A18
}

.main_form input {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}

.main_form textarea {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}

.main_form i {
    color: #000000;
    font-size: 18px;
}

.modal_resturent p {
    font-weight: 500;
    /* font-size: 16px; */
}

.bg_promotion {
    background: #96262C;
    width: 290px;
    height: 55px;
    margin-left: -40px;
}

.modal_promotion p {
    top: 3px;
}

.modal_resturent_detail p,
.modal_purchace_detail p,
.modal_online p,
.modal_click_btn p {
    font-weight: 500;
    line-height: 1;
}

.fb_btn {
    background: #255d9a;
    border-color: #56697e;
    outline: none;
    font-size: 18px;
}

.calender_img_modal {
    top: 10px;
    left: 11px;
}

.default-num {
    top: 11px;
    left: 11px;
    font-weight: 600;
}

.fb_btn i {
    font-size: 24px;
}

.modal_heading h3 {
    font-size: 18px;
    font-weight: 500;
}

.modal_booking_detail .form-control,
.porsonal_detais .form-control {
    height: 45px;
}

.porsonal_detais .continue_btn .add_booking_btn {
    background: #96262C;
    color: #fff;
    display: inline-block;
    padding: 9px 16px;
    border-radius: 6px;
    font-size: 15px;
    text-decoration: none;
    border: 0;
}

.porsonal_detais .continue_btn .add_booking_btn:disabled {
    background-color: #ccc;
}

.fb_btn:hover,
.fb_btn:not(:disabled):not(.disabled).active,
.fb_btn:not(:disabled):not(.disabled):active,
.fb_btn:focus {
    background: #255d9a;
    border-color: #255d9a;
}

@media screen and (max-width: 1520px) and (min-width: 1490px) {
    /* .border_bottom_tab ul:before {
                right: -7%;
                left: -27%;
            }
            .sidebar_block {
                padding: 30px 0px 30px 70px;
            } */
}

@media screen and (max-width: 1250px) and (min-width: 1220px) {
    /* .border_bottom_tab ul:before {
                left: -8%;
                right: -1%;
            } */
}

@media screen and (max-width: 767px) {
    .sidebar_block {
        padding: 20px 15px;
    }

    .select_block {
        /* width: 90%; */
    }

    .main_block {
        background: #fff;
        margin-bottom: 20px;
    }

    .tabing {
        /* padding-right: 50px; */
        margin: 20px 0;
    }

    .count-up {
        padding-bottom: 30px;
    }

    #mymap {
        width: 100% !important;
    }

    .menu_name img {
        width: 92px;
        /* height: 24px; */
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .main_block {
        background: #fff;
    }

    .sidebar_block {
        padding: 20px 0;
    }
}

/* menu css starr */

.wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 95px;
    height: 60px;
}

.list {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 3500px;
    margin-top: 0px;
}

.list li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
}

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    /* padding: 7px;
            padding-top: 11px; */
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #fff;
}

.scroller-right {
    float: right;
}

.scroller-left {
    float: left;
}

.menu_block .wrapper {
    height: 50px;
}

.menu_block .nav-tabs .nav-link {
    color: #9c9c9c;
    font-size: 14px;
    padding: 3px 60px;
    border: 1px solid #9c9c9c;
    background: #fff;
    border-radius: 3px;
    margin: 0 10px;
}

.menu_block .nav-tabs .nav-link.active {
    /* border-color: #96262C #96262C #96262C; */
    background-color: #322b5d;
    color: #fff;
}

.menu_block .nav-tabs {
    border-bottom: 0px solid #96262C;
}

.menu_block .nav-tabs .nav-link.active:before {
    border-bottom: 13px solid #96262C;
    border-left: 13px solid rgba(0, 0, 0, 0);
    border-right: 13px solid rgba(0, 0, 0, 0);
    /* content: ""; */
    display: inline-block;
    /* left: 5%; */
    position: absolute;
    bottom: 0px;
}

.nj-subcategory {
    position: relative;
    margin-top: 10px;
}

.nj-subcategory .nj-subcategory-wrap {
    width: 96%;
    padding: 15px 20px;
    background: #fafafa;
    margin: 0 auto;
}

.nj-subcategory .nj-subcategory-wrap a {
    color: #9c9c9c;
    font-size: 14px;
    padding: 3px 5px;
    border: 1px solid #9c9c9c;
    background: #fff;
    border-radius: 3px;
    margin: 2px;
    text-align: center;
}

.nj-subcategory .nj-subcategory-wrap a.active {
    background-color: #322b5d;
    color: #fff;
}

.nj-subcategory .owl-nav [class*="owl-"] {
    position: absolute;
    left: 2px;
    top: 50%;
    z-index: 2;
    transform: translate(0, -50%);
}

.nj-subcategory .owl-nav [class*="owl-"] i {
    position: static;
}

.nj-subcategory .owl-nav .owl-next {
    left: auto;
    right: 2px;
}

.scroller i {
    font-size: 20px;
}

.menu_img {
    width: 100%;
    width: 80px;
    max-height: 80px;
    min-height: 80px;
    height: 80px;
}

.menu_img img {
    width: 100%;
    max-height: 100%;
    min-height: 100%;
    height: 100%;
    border: 2px solid #96262C;
    object-fit: cover;
}

.menu_name h4 {
    color: #322b5d;
    font-size: 14px;
    font-weight: 500;
}

.menu_decription p {
    /* font-weight: 500; */
    font-size: 13px;
}

.menu_price p {
    color: #322b5d;
    /* font-weight: 500; */
    font-size: 14px;
}

.menu_decription {
    /* border-bottom: 1px solid #d2d2d2; */
    padding: 10px 0;
}

.menu_details .menu_col:last-child .menu_decription {
    border-bottom: 0;
}

.menu_details .menu_col {
    margin-bottom: 20px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.menu_details .menu_col:nth-child(even) {
    background: rgba(0, 0, 0, 0.02);
}

.menu_details .menu_collast-child {
    margin-bottom: 20px
}

.menu_details {
    max-height: 430px;
    overflow-y: auto;
}

/*scroll css start*/

.menu_details::-webkit-scrollbar,
.review_comment::-webkit-scrollbar,
.special_offer_block::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}

.menu_details::-webkit-scrollbar-track,
.review_comment::-webkit-scrollbar-track,
.special_offer_block::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 10px;
}

.menu_details::-webkit-scrollbar-thumb,
.review_comment::-webkit-scrollbar-thumb,
.special_offer_block::-webkit-scrollbar-thumb {
    background-color: #96262c;
    border-radius: 10px;
}

.menu_details::-webkit-scrollbar-thumb:hover,
.review_comment::-webkit-scrollbar-thumb:hover,
.special_offer_block::-webkit-scrollbar-thumb:hover {
    background-color: #dee2e6;
}

/*scroll css start*/
/* menu css end */

.bookingtime i {
    color: green;
    font-size: 19px;
}

.change_restaurant {
    height: 45px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.adults_font {
    font-size: 15px;
}

.review_comment {
    max-height: 510px;
    overflow-y: auto;
}

.special_offer_block {
    max-height: 510px;
    overflow-y: auto;
    border: 1px solid #ccc;
}













/*guest css strat*/
.field-select {
    position: relative;
}

.form-underline .field-select .sl-icon {
    position: absolute;
    top: 9px;
    left: 13px;
    z-index: 9
}

.widget-reservation .field-select input {
    margin-bottom: 0;
    padding-left: 30px;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    z-index: 0;
    outline: none;
    font-size: 1rem;
    height: 45px;
}

.select_block .time-slot {
    height: 45px;
}

.select_block input {
    height: 45px;
}

.form-underline input {
    width: 100%;
    padding: 0;
}

.field-select>i {
    position: absolute;
    top: 15px;
    right: 5px;
    z-index: 9;
    font-size: 20px;
    font-size: 16px;
}

.field-sub {
    padding: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 9;
}

.field-sub li {
    text-align: left;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    margin-bottom: 20px;
    align-items: center;
}

.field-sub .shop-details__quantity {
    border: 0;
    margin-right: 0;
    height: auto;
    line-height: normal;
    width: 80px;
}

.shop-details__quantity {
    display: inline-block;
    height: 50px;
    line-height: 48px;
    border-radius: 25px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    border: solid 1px #d8d8d8;
    width: 130px;
    position: relative;
    vertical-align: middle;
    margin-right: 18px;
}

.field-sub .shop-details__quantity span.minus {
    right: inherit;
    left: 0;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shop-details__quantity span.minus {
    right: 25px;
    left: auto;
}

.shop-details__quantity span {
    line-height: 46px;
    width: auto;
    border-radius: 25px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 25px;
    bottom: 0;
    z-index: 2;
    background-color: #ffffff;
    cursor: pointer;
}

.shop-details__quantity span i {
    vertical-align: middle;
    font-size: 1rem;
    color: #495057
}

.field-sub .shop-details__quantity input {
    border: 0;
    height: auto;
}

.field-select input {
    /*margin-bottom: 0;
    padding-left: 30px;
    cursor: pointer;
    background-color: transparent;
    position: relative;
    z-index: 2;*/
}

.field-sub .shop-details__quantity span.plus {
    left: inherit;
    right: 0;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.field-sub .shop-details__quantity span {
    line-height: 30px;
    left: 0;
}

.shop-details__quantity span {
    line-height: 46px;
    width: auto;
    border-radius: 25px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 25px;
    bottom: 0;
    z-index: 2;
    background-color: #ffffff;
    cursor: pointer;
}


.shop-details__quantity input[type="number"] {
    -moz-appearance: textfield;
}

.form-underline input {}

.shop-details__quantity input {
    border: 0;
    padding: 0;
    text-align: center;
    font-style: normal;
    font-size: 16px;
    font-family: "Jost";
    line-height: normal;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 25px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    right: 0;
    z-index: 1;
}

input[type="number"] {
    border: 1px solid #5d5d5d;
    padding: 8px 15px;
    font-size: 14px;
    color: #757575;
    font-style: italic;
    border-radius: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.guest_view_show {
    border: 1px solid #ced4da;
}

.modal_booking_detail .form-underline .field-select .sl-icon {
    top: 8px;
}

.modal_booking_detail .field-select>i {
    top: 10px;
}

/*testmonial slider css strat*/

.announcement-label {
    line-height: 30px;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    /*padding: 20px;*/
    position: relative;
    /*text-align: center;*/
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
    /*font-size: 20px;*/
    /*line-height: 1.4;*/
    /*margin: 40px 0 20px 0;*/
}

.testimonial4_slide h4 {
    font-size: 14px;
    margin: 0;
    /* min-height: 40px; */
    line-height: 30px;
}

.testimonial .carousel {
    /*padding-bottom:50px;*/
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

/*testimonial slider css end*/
.error {
    color: #f00;
}

.calender_show {
    position: absolute;
    top: 239.125px;
    left: 964.5px;
    z-index: 1;
}

.date_form {
    height: 45px;
}

.date_form input {
    z-index: 1
}

.overlay_loader {
    left: 0;
    top: 0;
    width: 100%;
    height: 117vh;
    position: absolute;
    background: #444;
    z-index: 1;
    opacity: .7;
    right: 0;
    bottom: 0;
}

.overlay__inner_loader {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content_loader {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner_loader {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-width: 4px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

.banner_detail .heading h4 {
    font-size: 18px;
}

.banner_detail .heading p {
    font-size: 14px;
    line-height: 1;
}

.shop-details__quantity input[type="number"] {
    font-style: normal;
}

.bg_promotion {
    width: calc(100% + 45px);
}

.offer_box .desc {
    font-size: 12px;
    font-weight: 400;
    color: #777;
    line-height: 18px;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}



/**
 *  ------------------------- FOOTER ----------------------------------------
 *  -------------------------------------------------------------------------
 */

footer#colophon {
    position: relative;
    margin-top: 0px;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    font-size: 16px;
    color: #fff;
}

footer#colophon .footer_address {
    text-align: right;
}

footer#colophon .widget-title {
    word-break: break-word;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 0;
}

footer#colophon .widget {
    padding-bottom: 27px;
    padding-top: 27px;
    display: block;
}

@media (min-width:768px) {
    footer#colophon .widget {
        max-width: 600px;
    }
}

footer#colophon .widget:first-child {
    padding-top: 0px;
}

footer#colophon .widget:first-child:last-child {
    margin-bottom: 0px;
    border-bottom-width: 0px;
    padding: 0;
}

footer#colophon .widget:last-child {
    padding-bottom: 0px;
    border-bottom-width: 0px;
}

footer#colophon .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}



footer#colophon .wpcf7-form input:not(.cl-btn),
footer#colophon .wpcf7-form select {
    padding-left: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 40px;
    width: 100%;
}

footer#colophon .wpcf7-submit {
    margin-top: 10px;
}

/* Fix Widget Distance in Tablet and Mobile */

@media (max-width: 767px) {
    footer#colophon .footer-widget {
        margin-bottom: 40px;
    }

    footer#colophon .footer-widget:last-child {
        margin-bottom: 0px;
    }
}

footer#colophon .widget_categories ul li a,
footer#colophon .widget_archive ul li a,
footer#colophon .widget_pages ul li a,
footer#colophon .widget_nav_menu ul li a {}

/* Footer Widget Categories */

footer#colophon .widget_categories .screen-reader-text {
    display: none;
}

footer#colophon .widget_categories select {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    height: 50px;
    padding-left: 18px;
}

footer#colophon .widget_categories ul li .children {
    padding-left: 20px;
}

/* Footer Widget Archive */

footer#colophon .widget_archive .screen-reader-text {
    display: none;
}

footer#colophon .widget_archive select {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    height: 50px;
    padding-left: 18px;
}

footer#colophon .widget_archive ul li .children {
    padding-left: 20px;
}

/* Footer Widget Search */

footer#colophon .widget_search .screen-reader-text {
    display: none;
}

footer#colophon .widget_search form {
    position: relative;
}

footer#colophon .widget_search input[type="search"] {
    width: 100%;
    height: 50px;
    border-width: 1px;
    border-style: solid;
    padding-left: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-border-sizing: border-box;
}

footer#colophon .widget_search i {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 50px;
}

/* Footer Widget Recent Entries  */

footer#colophon .widget_recent_entries .post-date {
    display: block;
    font-size: 12px;
    line-height: 18px;
}

/* Footer Calendar  */

footer#colophon .widget_calendar table {
    width: 100%;
    margin: 0;
}

footer#colophon .widget_calendar td {
    text-align: center;
}

footer#colophon .widget_calendar caption {
    margin-bottom: 15px;
}

footer#colophon .widget_calendar #prev {
    text-align: left !important;
    padding-top: 5px;
    padding-left: 10px;
}

footer#colophon .widget_calendar #next {
    text-align: right !important;
    padding-top: 5px;
    padding-right: 10px;
}

/* Footer Widget RSS */

footer#colophon .widget_rss .widget-title .rsswidget:last-child {
    padding-left: 10px;
}

footer#colophon .widget_rss li {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    display: block;
    position: relative;
}

footer#colophon .widget_rss li:last-child {
    padding-bottom: 0px !important;
}

footer#colophon .widget_rss .rss-date {
    display: block;
}

footer#colophon .widget_rss .rssSummary {
    padding-top: 10px;
    padding-bottom: 5px;
}


footer#colophon .widget:first-child {
    padding-top: 0px;
}

footer#colophon .widget:first-child:last-child {
    margin-bottom: 0px;
    border-bottom-width: 0px;
    padding: 0;
}

footer#colophon .widget:last-child {
    padding-bottom: 0px;
    border-bottom-width: 0px;
}

footer#colophon .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer#colophon .widget ul li {
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
}

footer#colophon .widget ul li:last-child {
    padding-bottom: 0 !important;
}

footer#colophon .widget ul li a {
    position: relative;
    line-height: 20px;
}

footer#colophon a {
    color: #666d72;
}

#footer-wrapper.center-column .footer-widget.col-sm-12 ul li,
#footer-wrapper.center-column .footer-widget.col-sm-4:nth-child(2) ul li {
    display: inline-block !important;
}

#footer-wrapper.center-column .footer-widget.col-sm-12 ul li a:before,
#footer-wrapper.center-column .footer-widget.col-sm-4:nth-child(2) ul li a:before {
    display: none;
}

.inline-line {
    width: calc(100% - 120px);
    display: inline-block;
    margin-left: 20px;
}

/* Fix Widget Distance in Tablet and Mobile */

@media (max-width: 767px) {
    footer#colophon .footer-widget {
        margin-bottom: 40px;
    }

    footer#colophon .footer-widget:last-child {
        margin-bottom: 0px;
    }

    .owl-prev i {
        left: 0;
        margin-top: -10px;
    }

    .owl-next i {
        margin-top: -10px;
    }
}

footer#colophon .widget_nav_menu .codeless_custom_menu_mega_menu {
    display: none;
}

footer#colophon .recentcomments {
    margin-bottom: 10px;
}

footer#colophon .widget.widget_mc4wp_form_widget .widget-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

footer#colophon .widget.social_widget .widget-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}


#top_footer .mc4wp-response {
    float: left;
    margin-top: 50px;
}



#footer-wrapper.reveal {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 0;
}



.cl-layout-bordered #footer-wrapper.reveal {
    bottom: 20px;
}

.cl-layout-bordered .container {
    max-width: 100%;
}

#footer-wrapper.center-column .footer-widget.col-sm-12 {
    margin: 0 auto;
    width: 600px;
    float: none;
    text-align: center;
    max-width: 100%;
}

#footer-wrapper.center-column .footer-widget.col-sm-4:nth-child(2) {
    margin-left: auto;
    margin-right: auto;

    text-align: center;
    max-width: 100%;
}

@media (max-width:420px) {

    #footer-wrapper.center-column .footer-widget.col-sm-12,
    #footer-wrapper.center-column .footer-widget.col-sm-4:nth-child(2) {
        max-width: 300px;
    }
}

@media (min-width:992px) {
    #footer-wrapper.vertical-middle .footer-content-row.row {
        display: flex;
        align-items: center;
    }
}


#footer-wrapper {
    font-size: 13px;
    background-color: #f2f2f2;
    padding: 40px 0 30px;
}

.footer_address p {
    font-size: 13px;
    letter-spacing: 3px;
    color: #666d72;
    margin: 0;
    line-height: 30px;
}

footer .textwidget p:first-child {
    margin-top: 0;
    margin-bottom: 0;
}

footer#colophon,
footer#colophon.widget_most_popular li .content .date {
    color: #857d74;
}

footer#colophon a {
    font-size: 14px;
}

footer#colophon .widget .email_footer a {
    color: #666d72;
    font-size: 13px;
    letter-spacing: 3px;
}

footer .cl-contact-info .info {
    display: flex;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 20px;
}

footer .cl-contact-info {
    overflow: hidden;
}

footer .cl-contact-info .info.email {
    align-items: center;
}

footer .cl-contact-info .info.email i {
    padding-top: 0;
}

footer .cl-contact-info .info:last-child {
    margin-bottom: 0;
}

footer .cl-contact-info i {
    padding-right: 15px;
    font-size: 36px;
    padding-top: 8px;
}

footer .cl-btn {
    background: transparent !important;
    border-width: 1px;
    border-style: solid;
    color: #262a2c !important;
    text-transform: uppercase;
    font-weight: 600;
}

#footer-wrapper .container-fluid {
    padding: 0 10%;
}

#footer-wrapper.dark-style .widget.widget_mc4wp_form_widget .widget-title,
#footer-wrapper.dark-style .widget.social_widget .widget-title {
    color: #fff;
}

#footer-wrapper.dark-style .mc4wp-form p input:not([type="submit"]) {
    border-color: transparent !important;
}

#footer-wrapper.dark-style .mc4wp-form p input[type="submit"] {
    background: transparent !important;
}

#footer-wrapper.dark-style .widget .tagcloud a {
    background: rgba(0, 0, 0, 0.2) !important;
}

#footer-wrapper.dark-style .social_widget .social-icons-widget li a i {
    color: #fff !important;
}

@media (min-width: 768px) {
    #footer-wrapper .container-fluid .col-sm-2 {
        width: 14.666667%;
    }

}

.social_widget .social-icons-widget.boxed li {


    margin: 2px 12px !important;
    padding: 0 !important;
    font-size: 18px !important;
    width: 36px;
}

footer#colophon .social_widget .social-icons-widget.boxed li a {
    display: block;
    background-color: #333333;
    width: 100%;
    line-height: 33px;
    border: 1px solid;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none !important;
}

.social_widget .social-icons-widget.boxed li i {
    font-size: 18px !important;
}

.social_widget .social-icons-widget.boxed li:hover i {
    color: #fff !important;

}

aside .social_widget .social-icons-widget {
    justify-content: flex-start;
}

aside .social_widget .social-icons-widget li {
    padding: 2px 12px !important;
}

/**
 *  ------------------------- END FOOTER ------------------------------------
 *  -------------------------------------------------------------------------
 */

.eapps-instagram-feed-posts-item {
    padding: 5px;
}

.guest-no .guests-input__options.open {
    width: 100%;
}

.guest-no .guest-no-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.guest-no .guests-input__value {
    width: 80px;
    padding: 0 0 0 10px;
    text-align: left;
}

.guest-no .guests-input__ctrl {
    padding-top: 4px;
    padding-bottom: 4px;
}

.guest-no #guests-count-adults,
.guest-no #guests-count-children {
    width: 50px;
    margin: 0 5px;
    text-align: center;
}

.main_banner>img {
    width: 100%;
}

.restaurant-banner .owl-item img {
    /* height: 400px; */
}

.restaurant-banner .item {
    position: relative;
}

.restaurant-banner .item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.2);
}

.restaurant-banner .item iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.desktop-view {
    display: block !important;
}

.mobile-view {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .restaurant-banner .owl-item img {
        height: auto !important;
    }

    .logo {
        width: 60px;
        position: relative;
        top: 78px;
    }

    .desktop-view {
        display: none !important;
    }

    .mobile-view {
        display: block !important;
    }
}

.select_block .booking_btn {
    width: 100%;
    font-weight: 500;
    background: #96262C;
    color: #fff;
}

.modal_logo img {
    width: 100px !important;
    /* margin: 0 auto; */
    display: block;
}

.instagram_section {
    position: relative;
    z-index: 1;
}

.diclaimer-text a {
    color: #96262C;
    text-decoration: none;
    font-weight: 500;
}

.diclaimer-text a:hover {
    /* color: #ba8b00; */
    text-decoration: underline;
}

.pop-heading {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 17px;
}

.call-pop,
.worldwide-pop,
.location-pop,
.email-pop {
    font-size: 14px;
    opacity: 1;

    margin-bottom: 14px;

}

.call-pop img,
.worldwide-pop img,
.location-pop img,
.email-pop img {
    margin-right: 5px;
}

.pramotion-pop {
    margin-top: 20px;
}

.pramotion-pop span {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
}

.pramotion-pop a,
.update_book,
.cancel_book {
    background: #000;
    color: #ffff;
    display: inline-block;
    padding: 9px 16px;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none !important;
    transition: all linear 0.5s;
    font-weight: 600;
}

.pramotion-pop a:hover,
.update_book:hover,
.cancel_book:hover {
    background: #000;
    color: #fff;
    /* opacity: 0.8; */
}

.messagetext {
    border: 1px solid #96262C;
    padding: 10px;
}

.modal_logo {
    text-align: center;
}

.modal_logo img {
    display: inline-block;
}

.enterspace {
    white-space: pre-wrap;
}

.time_select.bookingmodeltime {
    -webkit-appearance: color-well !important;
    background: url('../image/timeicon.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

/* 02.12.2021 Raj.K ================ */
.announcement_img {
    width: 30px;
    margin-right: 10px;
}

.announcement_img img {
    width: 100%;
}

.timeslot_section .form-group {
    margin-bottom: 0 !important;
}

.select_block .booking_btn:hover {
    background-color: #96262C !important;
    color: #fff !important;
    border-color: #96262C !important;
}

.book_modal .border-dark {
    border-color: #96262C !important;
}

.modal_resturent_detail a {
    color: black;
}

.modal_resturent_detail a:hover {
    text-decoration: underline;
}

.pramotion-pop a {
    color: #fff;
}

.special_offer_block {
    overflow-y: auto;
}




/* New Footer */
.main_sec_footter {
    width: 100%;
    height: auto;
    padding: 40px 30px;
    background: #fff;
    border: none;
    border-top: 2px solid #96262C;
    /* margin-top:100px; */
}

.inner_footer {
    width: 100%;
    margin: 0px auto;
    padding: 0 15px;
}

.inner_footer .bold_heading {
    font-size: 18px;
    color: #96262C;
    line-height: 2rem;
}

.inner_footer p {
    font-weight: 300;
    font-size: 14px;
}

.footer_logo svg {
    width: 80%;
    height: auto;
}

.footer_li_div ul {
    padding: 0 !important;
}

.footer_li_div ul li {
    list-style: none;
    color: #6d6d6d;
    font-weight: 400;
    margin: 5px 0px;
    text-align: start;
}

.footer_li_div ul li a {
    color: #6d6d6d;
    font-weight: 300;
    font-size: 14px;
}

.social_footer h2 {
    /* margin: 20px 0px; */
    font-size: 1.5rem;
}

.inputs_footer .all-btns {
    color: black;
    font-size: 0.9rem;
    border: 1px solid var(--a-color);
    background: transparent;
    margin: 0px 10px;
    font-weight: 300;
    padding: 7px 20px;
    background-color: var(--a-color);
}

.inputs_footer input {
    border: 1px solid var(--a-color);
    background: transparent;
    width: 272px;
    padding: 7px 10px;
    font-weight: 300;
    outline: none;
    font-size: 14px;
}

.submit {
    max-width: 105px;
}

.inputs_footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.inputs_footer.footer-email{
    flex-wrap: inherit;
}

.inner_footer.footer-inner .icons a svg{filter: brightness(0) saturate(100%) invert(15%) sepia(42%) saturate(3652%) hue-rotate(336deg) brightness(115%) contrast(92%);}

.main_sec_footter.font_class, .footer.font_class{font-family: Montserrat, sans-serif;}

.footer {
    width: 100%;
    height: auto;
    padding: 10px 40px;
    background-color: var(--b-color);
    color: white;
}

.footer p {
    font-weight: 300;
    margin: 0px !important;
    font-size: 14px;
}

.footer p span {
    font-weight: 500;
    font-size: 14px;
}

#mob_links {
    display: none;
}

.footer_logo svg {
    width: 50%;
    height: auto;
    max-width: 100%;
    margin-left: -15px;
}

.inner_footer .icons {
    display: flex;
    margin-top: 8px;
}

.inner_footer .icons a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid; */
    /* padding: 8px; */
    margin: 0px 5px 0 0;
}

.inner_footer .icons a svg {
    width: auto;
    height: auto;
}

.footer_logo img {
    width: 130px;
    width: 160px;
    margin-top: 5px;
}

.inputs_footer .all-btns {
    color: #fff;
    font-size: 0.9rem;
    border: 1px solid #96262C;
    background: transparent;
    margin: 0px 10px;
    font-weight: 400;
    padding: 7px 20px;
    background-color: #96262C;
}

.inputs_footer input {
    border: 1px solid #96262C;
    background: transparent;
    width: 272px;
    padding: 7px 10px;
    font-weight: 300;
    outline: none;
    font-size: 14px;
}

.submit {
    max-width: 105px;
}

.inputs_footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer {
    width: 100%;
    height: auto;
    padding: 10px 40px;
    background-color: #96262C;
    color: white;
    display: flex;
}

.footer p {
    font-weight: 300;
    margin: 0px !important;
    font-size: 14px;
}

.footer p span {
    font-weight: 500;
    font-size: 14px;
}

.footer_logo svg {
    width: 50%;
    height: auto;
    max-width: 100%;
    margin-left: -15px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #96262C;
}

.google-review {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.google-review [class*="elfsight-app"] {
    width: 100%;
}

.google-data {
    max-width: 700px;
    display: none;
}

.google-review .review-btn {
    margin-top: 15px;
    width: 100%;
}

.google-review .bilpPw {
    display: none;
}

.google-review .review-btn a {
    background: #96262C;
    border: none;
}

.count-up.head-cal {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.count-up.head-cal .cal-img {
    margin-right: 10px;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .banner-detail.norestaurant {
        position: absolute !important;
    }

    .banner-detail {
        bottom: 0;
    }

    .inline-line {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .banner_detail .logo {
        margin: 0 auto;
    }

    .main_sec_footter {
        padding: 40px 10px;
    }

    .footer_logo {
        margin-bottom: 20px;
    }

    .footer_logo img {
        margin-left: -8px;
    }

    .inner_footer .bold_heading {
        /* font-size: 16px; */
    }

    .footer_li_div {
        margin-bottom: 20px;
    }

    .footer_li_div ul li a {
        font-size: 14px;
    }

    .inner_footer .icons {
        margin-bottom: 30px;
    }

    .social_footer .para_text {
        font-size: 14px;
    }

    .inputs_footer .all-btns {
        margin-right: 0;
    }

    .inputs_footer input {
        width: 207px;
    }

    .footer {
        padding: 10px 20px;
        flex-wrap: wrap;
    }

    .footer p {
        text-align: center;
        width: 100%;
    }

    #collapse-A,
    #collapse-B,
    #collapse-C,
    #collapse-D {
        padding: 0 10px;
    }

    .tab_conent .card-header {
        background-color: #96262C;
        color: #fff;
        cursor: pointer;
    }

    .tab_conent .card-header a {
        color: #fff;
        display: block;
    }

    /* .sidebar_block .sidebar_box {
        position: relative;
        height: auto;
    } */
    .sidebar_block .sidebar_box {
        height: auto;
        position: static;
        max-height: 195px;
    }
    .count-up.head-cal {
        padding: 0px 0 5px;
    }
}

.new-clss img {
    width: auto;
}
@supports(-moz-appearance:none) {
    .time_select.bookingmodeltime{
        padding-left: 3rem!important;
    }
}
@supports(-webkit-appearance:none) {
    .set_num_positions .all-btns {
        color: #222;
    }
}

/* new menu css */
.manu-download-section-njtr {
    padding: 15px 0;
}

.text-new {
    padding: 10px;
    text-align: center;
}

.load-btn-new {
    padding: 10px;
}

.text-new p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}

.head-alrt-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.head-so-icon .icons {
    text-align: right;
}

.head-so-icon .icons a svg {
    width: 30px;
    height: 30px;
}

/* a:hover {
    color: #fff !important;
} */

.side-btn-sec:hover {
    background: #000;
    color: #fff !important;
}
.modal_resturent_detail .pramotion-pop {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal_resturent_detail .pramotion-pop a {
    padding: 4px 12px 8px;
}


@media screen and (max-width: 1023px) {
    .load-btn-new {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {

    .head-so-icon .icons {
        text-align: center;
    }

    .section_newslater {
        margin: 30px auto 0 auto !important;
    }

    .insta_block.py-5 {
        padding: 0 !important;
    }
    .sidebar_heading h3{
        text-align: center !important;
    }
    .banner_detail {
        /* background: rgb(165 8 16 / 80%) !important; */
        padding-bottom: 15px;
    }
    section.announcement_section {
        display: none;
    }
    .count-up.head-cal .cal-img img {
        width: 22px;
        height: 22px;

    }
    .count-up.head-cal .cal-text {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: auto;
        padding-top: 5px;
    }
    .count-up p {
        margin: 0 6px 0 0 !important;
    }
    .count-up.head-cal .cal-img {
        margin-right: 10px;
        margin-top: 0px !important;
    }
    .map_heading.mb-5 {
        margin: 0 0  20px !important;
    }
    .map_block.py-4 {
        padding-top: 0 !important;
    }
    .border_bottom_tab .nav-tabs li {
        text-align: center !important;
    }

}
.ui-widget.ui-widget-content{
    z-index: 99 !important;
}

/* new menu css end*/
/*========= footer css 27 oct 23=============*/
.inner_footer .footer_colm1 {
    width: 27%;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
}

.inner_footer .footer_colm2 {
    width: 27%;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
}

.inner_footer .footer_colm3 {
    width: 16.66666667%;
    -ms-flex: 16.66666667%;
    flex: 16.66666667%;
    max-width: 16.66666667%;
}

.inner_footer .footer_colm4 {
    width: 29%;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
}
  @media (max-width: 991px) {
    .main_sec_footter .bold_heading, .inner_main_aboutus h4.medium_heading {
        text-align: left;
     }}
  @media screen and (max-width:1399px) {

    }
  @media screen and (max-width:991px) {
    .inner_footer .footer_colm1, .inner_footer .footer_colm2,
    .inner_footer .footer_colm3, .inner_footer .footer_colm4 {
        width: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
  }
  @media screen and (max-width:767px) {
    .inner_footer .footer_colm1, .inner_footer .footer_colm2,
    .inner_footer .footer_colm3, .inner_footer .footer_colm4 {
        width: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
  }
  /*========= footer css 27 oct 23=============*/
