html {
    scroll-behavior: smooth;
    scroll-padding-top: 4rem;
    scrollbar-width: none !important;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    height: -webkit-fill-available;
    padding-bottom: env(safe-area-inset-bottom);
}
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box 
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block 
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@font-face {
    font-family: "OpenSans-SemiBold";
    src: url('../../fonts/onlinemenu_font/static/OpenSans-SemiBold.ttf');
    font-display: swap;
}
@font-face {
    font-family: "OpenSans-Medium";
    src: url('../../fonts/onlinemenu_font/static/OpenSans-Medium.ttf');
    font-display: swap;
}
@font-face {
    font-family: "OpenSans-Bold";
    src: url('../../fonts/onlinemenu_font/static/OpenSans-Bold.ttf');
    font-display: swap;
}
@font-face {
    font-family: "OpenSans-Regular";
    src: url('../../fonts/onlinemenu_font/static/OpenSans-Regular.ttf');
    font-display: swap;
}
body {
    margin: 0;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.8;
    color: #344154;
    text-align: left;
    background-color: #fff;
    height: -webkit-fill-available;
    height: 100vh;
    padding-bottom: env(safe-area-inset-bottom);
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
}
.container {
    max-width: 1630px;
}
.menu-nav{
    display: none !important;
}
.slide {
    display: none !important;
}
.a-font-h6 {
    font-style: normal;
    font-family: 'OpenSans-SemiBold';
    font-size: 18px !important;
    line-height: 17px;
}
.a-para-one{
    font-style: normal;
    font-family: 'OpenSans-Medium';
    font-size: 16px;
    line-height: 20px;
    color: #1E2538;
}
.a-para-two{
    font-style: normal;
    font-family: "OpenSans-Regular";
    font-weight: 500;
    font-size: 14px;
    color: #828080;
    line-height: 18px;
}
.a-button:hover{
    background-color: #1E2538;
    color: white;
    font-style: normal;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 17px;
    transition: 0.5s;
}
.a-button:hover svg{
    transition: 0.5s;
}
.b-button:hover{
    background: #1E2538;
    color:white;
    transition: 0.5s;
}
.a-button:not( :hover ) svg{
    transition: 0.8s;
}
.a-button svg{
    fill: #000000;
}
.a-button:hover svg{
    fill: white !important;
}
.a-call-button{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
}
.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 72%;
    padding-right: 25px;
}
.col-lg-3{
    flex: 0 0 25%;
    max-width: 28%;
}
header {
    box-shadow: 0px 1px 5px 0px #d7d7d7;
}
.a-status {
    color: #43AF62;
    font-family: "OpenSans-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}
.header{
    padding-block: 2.5rem;
}
.a-time {
    color: #828080;
    font-family: "OpenSans-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}
.a-font-h4 {
    font-style: normal;
    font-family: 'OpenSans-SemiBold';
    font-size: 30px;
    line-height: 38px;
    color: #1E2538;
}
.a-button {
    display: flex;
    border: 1px solid #72727269;
    background: white;
    padding: 12px;
    min-width: 120px;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 7px;
    outline: none;
}
.a-call-button {
    display: flex;
    border:none;
    padding: 10px;
    min-width: 132px;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 7px;
    box-shadow: 0px 0px 3.29032px 0.822581px rgba(0, 0, 0, 0.25);
    background-color:#34C759;
    color:#FFFFFF;
    margin-right: 20px;
    height: 47px;
}
#img-data-first{
    margin-right: 20px;
}
.close-menu-card{
    fill: white;
}
.close-menu-card:hover{
    fill: rgb(246, 246, 246);
    background-color: rgba(92, 92, 92, 1);
    border-radius: 25px;
}
.a-para-two{
    margin-bottom: 12px;
}
.rest-time:hover {
    cursor: pointer;
}
.share-header {
    display: none;
}
.first-heading {
    margin: 0px;
    display: flex;
    justify-content: space-between;
}
.section-menu{
    position: relative;
    top: 4px;
}
.tooltip-time {
    position: relative;
    display: inline-block;
}
.tooltip-time .tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: rgb(255, 255, 255);
    color: #fff;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}
.tooltiptext{
    border: 1px solid #D2D2D2;
    padding-inline:14px !important;
}
.tooltip-time .tooltiptext::after {
    content: '';
    display: block;
    position: absolute;
    top: -12px;
    left: 15.5%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #fff;
    filter: drop-shadow(2px 0 0 #D2D2D2);
    transform: rotate(-90deg);
}
.tooltip-time:hover .tooltiptext {
    visibility: visible;
}
.table{
    margin: 0px;
}
.table td{
    border-bottom: 1px solid #D2D2D2;
    border-top: none ;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #757575;
}
.table td{
    padding-inline: 0px !important;
}
.last-time-td{
    border-bottom: none !important;
}
.rest-open-date{
    color: #1E2538 !important;
    font-weight: 500 !important;
}
.rest-close{
    color: #FF453A;
    font-weight: 900;
}
.table td span{
    margin-right: -3px;
}
.call-number{
    text-decoration: none;
}
.menu-card{
    min-width: 292px;
    margin-inline: 7px;
    border: none;
    cursor: pointer;
}
.mySlides{
    text-align: center;
}
.mySlides img{
    height: auto;
}
.slider-img{
    border-radius: 6px;
    text-align: center;
}
.menu-scrollbar{
    overflow-x: overlay;
    padding-inline: 8px;
    padding-top: 4.2rem;
    flex-wrap: nowrap;
    border-radius: 16px;
    border: none;
    box-shadow: 0px 1px 5px 1px #d7d7d7;
    margin: auto;
}
.menu-scrollbar::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none;
}
.box-left{
    width: 23px;
    height: 389px;
    z-index: 1;
    left: 0px;
    top: 60px;
    position: absolute;
    background: white;
}
.box-right{
    width: 23px;
    height: 389px;
    z-index: 1;
    right: 0px;
    top: 60px;
    position: absolute;
    background: white;
}
.c-slick-prev-learn {
    background: #fff !important;
    height: 49px !important;
    position: absolute;
    top: 50% !important;
    width: 49px !important;
    border-radius: 100% !important;
    left: 3px !important;
    transform: translate(0%, -50%);
    box-shadow:0 0px 3px 1px rgb(0 0 0 / 25%);
    z-index: 1;
    border: 0;
    outline: none;
}
.c-slick-next-learn {
    background: #fff !important;
    height: 49px !important;
    position: absolute;
    top: 50% !important;
    width: 49px !important;
    border-radius: 100% !important;
    right: 3px !important;
    transform: translate(0%, -50%);
    box-shadow: 0 0px 3px 1px rgb(0 0 0 / 25%);
    z-index: 1;
    border: 0;
    outline: none;
}
.menu_title{
    position: absolute;
    top: 20px;
    left: 24px;
}
.menu_title h4{
    color: #1E2538;
    font-family: 'OpenSans-SemiBold';
    font-style: normal;
    font-size: 25px;
    line-height: 31px;
}
.card-map{
    height: auto;
    border: 1px solid #d8d8d8;
    padding-inline: 22px;
    padding-top: 22px;
    padding-bottom: 5px;
    border-radius: 16px;
    border: none;
    box-shadow: 0px 1px 5px 0px #d7d7d7;
}
.card-text{
    font-style: normal;
    font-family: 'OpenSans-Medium';
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #1E2538;
    margin-left: 10px;
}
.b-button{
    border: 1px solid #d7d7d7;
    background: white;
    padding: 10px;
    min-width: 165px;
    border-radius: 7px;
    margin-top: 16px;
    margin-left: 10px;
}
.b-button:not( :hover ) {
    box-shadow: none;
    transition: 0.8s;
    background-color: white;
    color: #1E2538;
}
.b-button svg{
    fill: #000000;
    margin-right: 4px;
}
.b-button:hover svg{
    fill: white;
}
.b-button:hover span{
    color:white;
}
.menu-img{
    width: 292px !important;
    border-radius: 6px;
    width: auto;
    height: 377px;
}
.get-second-direction{
    display: none;
}
.get-first-direction{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: black;
    text-decoration: none !important;
}
.get-first-direction:hover{
    color: white;
}
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c0c0c080;
    z-index: 2;
    backdrop-filter: blur(11px);
}
#text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background-color: #FFFFFF;
    width: 381px;
    padding: 20px;
    border-radius: 16px;
}
#menu-item-card{
    position: absolute;
    top: 50%;
    right: 50%;
    font-size: 50px;
    color: white;
    transform: translate(50%,-50%);
    -ms-transform: translate(-50%,-50%);
    cursor: pointer;
}
#menu-item-hide{
    position: absolute;
    top: 5%;
    right: 10%;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    cursor: pointer;
}
#overlay-menu {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 5;
}
.a-overlay-h6{
    font-style: normal;
    font-family: "OpenSans-SemiBold";
    font-size: 30px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #000000;
    justify-content: space-between;
    align-items: center;
}
.icon-share{
    display: flex;
}
.icon-share-font{
    font-style: normal;
    font-family: "OpenSans-Medium";
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    color: #828080;
    justify-content: center;
    align-items: center;
}
.icon-div{
    margin-inline: 6px;
    cursor: pointer;
    text-align: center;
}
.menu-slider-left{
    position: absolute;
    top: 50%;
    left: 25%;
    cursor: pointer;
    z-index: 4;
}
.menu-slider-right{
    position: absolute;
    top: 50%;
    right: 25%;
    cursor: pointer;
    z-index: 4;
}
.menu-page{
    position: absolute;
    bottom: 5%;
    left: 49%;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}
.text-number-slider{
    position: absolute;
    bottom: -10%;
    left: 46%;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}
.table-bottom{
    display: none;
}
.share_menu_bottom{
    display: none;
}
.gm-style .default-card {
    padding: 5px 14px 5px 14px;
    display: none !important;
}
#embedded-map-display{
    height: 235px;
    width:100%;
    max-width:100%;
}
.card-direction-map{
    display: flex;
    flex-wrap: nowrap;
    padding-inline: 15px;
    margin-block: 15px;
    justify-content: center;
}
.card-second-map{
    flex-wrap: nowrap;
    padding-inline: 15px;
    margin-block: 15px;
    justify-content: space-between;
    align-items: center;
}
.card-second-map a{
    font-style: normal;
    font-family: 'OpenSans-Medium';
    font-size: 16px;
    margin-left: 12px;
    line-height: 20px;
    color: #1E2538;
    text-decoration: none;
}
.card-second-map span{
    font-style: normal;
    font-family: 'OpenSans-Medium';
    font-size: 16px;
    margin-left: 0.4rem;
    line-height: 20px;
    color: #1E2538;
    text-decoration: none;
}
.card-second{
    height: fit-content;
    width: 470px;
    background: #FFFFFF;
    padding-inline: 25px;
    padding-top: 25px;
    padding-bottom: 5px;
    border-radius: 16px;
    border: none;
    box-shadow: 0px 0px 5px 0px #d7d7d7;
}
.card-third{
    height: fit-content;
    width: 470px;
    background: #FFFFFF;
    padding-inline: 25px;
    padding-block: 15px;
    border-radius: 16px;
    border: none;
    box-shadow: 0px 0px 5px 0px #d7d7d7;
}
.order_on{
    color: #1E2538;
    font-style: normal;
    font-size: 25px;
    font-family: 'OpenSans-SemiBold';
    line-height: 31px;
}
.border_order{
    border: 1px solid #C4C4C4;
    margin-block: 1rem;
}
#order_logo img{
    cursor:pointer;
}
.first_border{
    display: none;
}
.follow_on{
    font-style: normal;
    font-size: 16px;
    font-family: 'OpenSans-SemiBold';
    line-height: 20px;
    color: #1E2538;
}
.follow_on_2{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #1E2538;
    text-align: center;
}
#follow_logo_2 svg{
    margin-inline: 10px ;
}
#follow_data{
    margin-block: 3rem;
}
.offer-card{
    padding: 6px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    border-radius: 6px;
    margin-right: 28px;
    width: 265px !important;
    display: flex;
}
.offer-per{
    font-family: "OpenSans-SemiBold";
    position: relative;
    top: 4px;
    color: #1E2538;
    font-style: normal;
    font-size: 18px;
    line-height: 23px;
    white-space: nowrap;
}
.offer-per-2{
    position: relative;
    top: -6px;
    color: #828080;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}
.offer-details{
    display: grid;
    align-items: center;
    padding-inline: 12px;
    padding-right: 22px;
}
.overflow-x{
    overflow: scroll;
}
.overflow-x::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none;
}
.features-rest{
    margin-inline: 20px;
}
.services h4{
    color: #1E2538;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    margin-left: 10px;
}
.show_more{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #C2C2C2;
    border-radius: 6px;
    padding: 10px 20px;
    width: 171px;
}
.show_more:hover svg{
    fill: #ffffff;
    transition: .5s;
}
.show_more:not( :hover ) svg{
    fill: #000000;
    transition: 1s;
}
.show_more:hover{
    box-shadow: none;
    transition: .5s;
    background-color: #1E2538;
}
.show_more:hover h6{
    color: white;
    transition: .5s;
}
.show_more:not( :hover ){
    box-shadow: none;
    transition: 1s;
}
.show_less:hover svg{
    fill: #ffffff;
    transition: .5s;
}
.show_less:not( :hover ) svg{
    fill: #000000;
    transition: 1s;
}
.show_less:hover{
    box-shadow: 0px 1px 4px #9d9d9d;
    transition: .5s;
    background-color: #1E2538;
}
.show_less:hover h6{
    color: white;
    transition: .5s;
}
.show_less:not( :hover ){
    box-shadow: none;
    transition: 1s;
}
.options_more:hover svg{
    fill: #ffffff;
    transition: .5s;
}
.options_more:not( :hover ) svg{
    fill: #000000;
    transition: 1s;
}
.options_more:hover{
    box-shadow: none;
    transition: .5s;
    background-color: #1E2538;
}
.options_more:hover h6{
    color: white;
    transition: .5s;
}
.options_more:not( :hover ){
    box-shadow: none;
    transition: 1s;
}
.options_less:hover svg{
    fill: #ffffff;
    transition: .5s;
}
.options_less:not( :hover ) svg{
    fill: #000000;
    transition: 1s;
}
.options_less:hover{
    box-shadow: 0px 1px 4px #9d9d9d;
    transition: .5s;
    background-color: #1E2538;
}
.options_less:hover h6{
    color: white;
    transition: .5s;
}
.options_less:not( :hover ){
    box-shadow: none;
    transition: 1s;
}
.show_more h6{
    color: #1E2538;
    font-family: 'OpenSans-SemiBold';
    font-style: normal;
    font-size: 18px;
    line-height: 23px;
    margin-right: 8px;
}
.show_less{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #C2C2C2;
    border-radius: 6px;
    padding: 10px 20px;
    width: 171px;
}
.show_less h6{
    color: #1E2538;
    font-style: normal;
    font-family: 'OpenSans-SemiBold';
    font-size: 18px;
    line-height: 23px;
    margin-right: 8px;
}
.options p{
    color: #1E2538;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-left: 10px;
}
.options_more{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #C2C2C2;
    border-radius: 6px;
    padding: 10px 20px;
    width: 171px;
}
.options_more h6{
    color: #1E2538;
    font-style: normal;
    font-family: 'OpenSans-SemiBold';
    font-size: 18px;
    line-height: 23px;
    margin-right: 8px;
}
.options_less{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #C2C2C2;
    border-radius: 6px;
    padding: 10px 20px;
    width: 171px;
}
.about_business{
}
.about_more{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #C2C2C2;
    border-radius: 6px;
    padding: 10px 20px;
    width: 171px;
}
.about_more h6{
    color: #1E2538;
    font-style: normal;
    font-family: 'OpenSans-SemiBold';
    font-size: 18px;
    line-height: 23px;
    margin-right: 8px;
}
.about_more:hover svg{
    fill: #ffffff;
    transition: .5s;
}
.about_more:not( :hover ) svg{
    fill: #000000;
    transition: 1s;
}
.about_more:hover{
    box-shadow: none;
    transition: .5s;
    background-color: #1E2538;
}
.about_more:hover h6{
    color: white;
    transition: .5s;
}
.about_more:not( :hover ){
    box-shadow: none;
    transition: 1s;
}
.options_less h6{
    color: #1E2538;
    font-family: 'OpenSans-SemiBold';
    font-style: normal;
    font-size: 18px;
    line-height: 23px;
    margin-right: 8px;
}
.start{
    display: none !important;
}
.para-bottom p{
    color: #1E2538;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
}
.call-second{
    display: none;
}
#order_data_2{
    display: none;
}
#services_main_2{
    display: none;
}
#about_main_2{
    display: none;
}
.read_more{
    display: none;
}
#follow_data_2{
    display: none;
}
.h4-highlight{
    color: #1E2538;
    font-family: 'OpenSans-SemiBold';
    font-style: normal;
    font-size: 25px;
    line-height: 31px;
}
.menu-nav{
    display: flex;
    overflow-x :scroll;
    display: flex;
    overflow-x: scroll;
    align-items: center;
    width: 100%;
    height: 44px;
    background-color: #ffffff;
    position: fixed;
    bottom: 0px;
    z-index: 2;
}
.menu-nav div{
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    padding-inline: 15px;
}
.menu-nav div a{
    text-decoration: none;
    color: #828080;
}
.menu-nav .active-data{
    text-decoration: none;
    color: #000000 !important;
}
.tag-class{
    color: #1E2538;
    font-family: 'OpenSans-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
}
.tool {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.tool .tooltext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}
.tool .tooltext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}
.tool:hover .tooltext {
    visibility: visible;
}
.tags{
    background: #FAFAFA;
    width: fit-content;
    border: 1px solid #E4E5E7;
    border-radius: 4px;
    align-items: flex-start;
    padding: 10px 30px;
    gap: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: rgba(130, 128, 128, 1);
    margin-right: 12px;
    margin-bottom: 8px;
}
#tags-id{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
}
.max_data_class{
    max-width: 27%!important;
}
.svg-card{
    width: 182px;
    height: 210px;
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 15%);
    border-radius: 16px;
    display: grid;
    align-items: baseline;
    justify-content: center;
}
.highlight-svg{
    text-align: center;
    margin: 0px auto;
    align-items: center;
    display: flex;
    position: relative;
    top: 35px;
    width: 92 !important;
    height: 92px !important;
}
.h1-highlight{
    font-style: normal;
    font-family: 'OpenSans-Medium';
    font-size: 17px;
    line-height: 23px;
    color: #000000;
    text-align: center;
    padding-inline: 22px;
    margin-top: 0px;
}
.svg-card span{
    margin-top: 30px;
}
.svg-card span svg{
    padding: 5px;
}
.hover-tooltip{
    position: absolute;
    top: 25px;
    left: 93px;
    z-index: 1;
    padding: 4px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #757575;
    visibility: hidden;
}
.hover-main .hover-tooltip::after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 34%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 7px;
    border-color: transparent transparent transparent #fff;
    filter: drop-shadow(2px 0 0 #D2D2D2);
    transform: rotate(-90deg);
}
.hover-main:hover .hover-tooltip{
    visibility: visible;
}
.hover-tooltip-insta{
    position: absolute;
    top: 25px;
    left: 125px;
    z-index: 1;
    padding: 4px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #757575;
    visibility: hidden;
}
.hover-insta .hover-tooltip-insta::after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 34%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 7px;
    border-color: transparent transparent transparent #fff;
    filter: drop-shadow(2px 0 0 #D2D2D2);
    transform: rotate(-90deg);
}
.hover-insta:hover .hover-tooltip-insta{
    visibility: visible;
}
.hover-tooltip-twitt{
    position: absolute;
    top: 25px;
    left: 165px;
    z-index: 1;
    padding: 4px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #757575;
    visibility: hidden;
}
.hover-twitt .hover-tooltip-twitt::after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 34%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 7px;
    border-color: transparent transparent transparent #fff;
    filter: drop-shadow(2px 0 0 #D2D2D2);
    transform: rotate(-90deg);
}
.hover-twitt:hover .hover-tooltip-twitt{
    visibility: visible;
}
.offer-card-hide{
    padding-bottom: 3rem;
    scrollbar-width: none;
}
.img-highlight-svg{
    padding: 6px;
    border-radius: 50px;
    background-color: #5AA7EE;
}
.card-mobile-map{
    display: none;
}
.img-about{
    margin-top: 1rem !important;
}
@media only screen and (max-width: 1600px){
    .slider-img{
        height: auto;
        max-width: 90%;
        text-align: center;
    }
    .menu-slider-left{
        position: absolute;
        top: 50%;
        left: 15%;
        cursor: pointer;
        z-index: 4;
    }
    .menu-slider-right{
        position: absolute;
        top: 50%;
        right: 15%;
        cursor: pointer;
        z-index: 4;
    }
}
@media only screen and (max-width: 1400px){
    .max_data_class{
        max-width: 30% !important;
    }
}
@media only screen and (max-width: 1400px){
    .max_data_class{
        max-width: 33.33% !important;
    }
}
@media only screen and (max-width: 1122px) and (min-width: 992px){
    .card-map{
        height : auto;
    }
}
@media only screen and (max-width: 991px){
    .slider-img{
        width: 450px !important;
        max-width: none;
    }
    .menu-slider-right {
        position: absolute;
        top: 50%;
        right: 5%;
        cursor: pointer;
        z-index: 4;
    }
    .menu-slider-left {
        position: absolute;
        top: 50%;
        left: 5%;
        cursor: pointer;
        z-index: 4;
    }
    .features-img{
        justify-content: center !important;
    }
}
@media only screen and (max-width: 991px){
    .menu-scrollbar {
        border: none;
        border-radius: 0px !important;
        box-shadow: none;
    }
    .menu-scrollbar {
        padding-top: 0px !important;
        margin-block: 4rem;
    }
    .shadow-img-right{
        position: absolute;
        top: 58px;
        z-index: 1;
        right: 0px;
        height: 390px;
    }
    .shadow-img-left{
        position: absolute;
        top: 58px;
        z-index: 1;
        left: 0px;
        display: none;
        height: 390px;
        transform: rotate(180deg) 
    }
    .col-lg-9{
        max-width: 100%;
        padding-right: 15px;
        flex: 0 0 100%;
    }
    .col-lg-3{
        max-width: 100%;
    }
    .box-left {
        width: 25px;
        height: 389px;
        z-index: 1;
        left: -15px;
        top: -6px;
        position: absolute;
        background: white;
    }
    .box-right {
        width: 25px;
        height: 389px;
        z-index: 1;
        right: -15px;
        top: -6px;
        position: absolute;
        background: white;
    }
    .c-slick-next-learn{
        right: 12px !important;
    }
    .c-slick-prev-learn{
        left: 10px !important;
    }
    #shadow-left{
        display: none !important;
    }
    #shadow-right{
        display: none !important;
    }
    .menu_title {
        position: absolute;
        top: -50px;
        left: 15px;
    }
    .card-map {
        margin-bottom: 0.5rem;
    }
    .offer-card-hide{
        padding-top: 2rem !important;
        padding-bottom: 1rem;
    }
}
@media only screen and (max-width : 992px) {
    .section-part-2{
        display: none;
    }
    .card-mobile-map{
        display: block;
        width: 450px;
        margin: auto;
    }
    .tags-section{
    }
}
@media only screen and (max-width: 900px){
    .slide{
        background: #FFFFFF;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
        border-radius: 6px;
        margin-inline: 14px;
    }
    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 4px;
        height: 4px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgb(0, 0, 0);
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
    }
    .carousel-indicators {
        display: none;
        position: absolute;
        top: 25px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: end;
        padding-left: 0;
        margin-right: 4%;
        list-style: none;
    }
}
#options_list_2{
    display: none;
}
@media only screen and (max-width: 720px){
    .tooltip-time .tooltiptext {
        left: -100px;
    }
    .tooltip-time .tooltiptext::after {
        left: 47%;
    }
}
@media only screen and (max-width: 850px) {
    .tags-first{
        margin-left: 15px;
    }
    .features-rest:first-child{
        margin-left: 18px !important;
    }
    .col-lg-9{
        padding-inline: 0px;
    }
    .offer-card-hide{
        padding-inline: 15px;
    }
    #menu-div{
        padding-inline: 15px;
    }
    .card-map{
        padding-inline: 15px !important;
    }
    .about_business{
        padding-inline: 15px;
    }
    .tag-class{
        padding-inline: 15px;
    }
    .card-mobile-map{
        display: block;
        width: auto;
        margin: auto;
    }
    .card-text{
        display: block !important;
    }
    .menu-nav{
        justify-content: center;
    }
    .menu-scrollbar {
        padding-top: 0px !important;
        margin-block: 0rem !important;
        margin-bottom: 0rem !important;
        padding: 0px !important;
    }
    #menu-div{
        margin-top: 4rem;
    }
    .a-d-h6 {
        margin-left: 12px;
    }
    .offer-card{
        margin-right: 15px;
    }
    .offer-details {
        padding-right: 12px;
    }
    .get-second-direction{
        display: flex;
        justify-content: space-between;
    }
    .get-second-direction svg{
        fill: #000000;
    }
    .card-map {
        padding: 0px;
    }
    .card-map .card-body {
        justify-content: center;
    }
    #embedded-map-display{
        height: 232px !important;
    }
    .card-direction-map{
        display: block;
        padding-inline: 15px;
        margin-block: 15px;
    }
    .border-btw{
        border: 1px solid #C4C4C4;
        margin-block: 1rem;
    }
    .call-second{
        display: none !important;
    }
    #call-second{
        display: none;
    }
    .call-second .a-call-button{
        margin: 0px;
        padding: 10px 30px;
    }
    .order_on_2{
        display: flex;
        overflow: scroll;
        flex-wrap: nowrap;
        font-size: 21px;
    }
    .order_on_2::-webkit-scrollbar {
        display: none;
    }
    .img-border{
        background: #FFFFFF;
        border: 1px solid #D1D0D0;
        border-radius: 6px;
        padding:4px 
    }
    .border-on-order{
        border: 2px solid #E0E0E0;
        width: 100%;
    }
    .border-down-order{
        border: 2px solid #E0E0E0;
        width: 100%;
        margin-block: 1rem;
    }
    .border-down-order-bottom{
        border: 2px solid #E0E0E0;
        width: 100%;
        margin-top: 1rem;
    }
    #order_data{
        display: none;
    }
    #order_data_2{
        display: block;
    }
    .features-img{
        flex-direction: column-reverse;
    }
    .features-rest img{
        height: auto;
        margin-top: 0rem;
    }
    #ftmenu{
        margin-inline: 0px;
    }
    #services_main{
        display: none;
    }
    #services_main_2{
        display: block;
    }
    .highlights{
        padding: 0px !important;
    }
    .about_business {
        padding-top: 1.5rem !important;
        margin-bottom: 0px;
    }
    .img-about{
        margin-left: 0px;
        margin-top: 1rem !important;
    }
    .services_heading{
        margin-inline: 15px !important;
        margin-bottom: 0px !important;
    }
    .tags-section{
        padding-block: 1rem !important;
    }
    #highlight_empty{
        padding-block: 1.5rem !important;
    }
    .para-bottom p{
        margin-bottom: 0px !important;
    }
    .mobile_option{
        padding: 0px !important;
    }
    #options_list{
        display: none;
    }
    #options_list_2{
        display: block !important;
    }
    #about_main_2{
        display: none;
    }
    #about_main_2{
        display: block;
    }
    .b-button{
        margin-left: 0px !important;
        display: none;
    }
    .read_more{
        display: block;
    }
    .about_more{
        display: none;
    }
    #follow_data{
        display: none;
    }
    #follow_data_2{
        display: block;
    }
    .h4-highlight{
        margin-inline: 15px;
        font-family: "OpenSans-Regular";
        font-style: normal;
        font-weight: 600 !important;
        font-size: 20px;
        line-height: 21px;
        margin-bottom: 0px;
    }
    .box-left {
        display: none;
    }
    .box-right {
        display: none;
    }
    .col-lg-9 {
        flex: 0 0 100%;
    }
    #img-data-first{
        margin-right: 8px !important;
    }
    .menu-nav{
        display: flex !important;
        box-shadow: 0px 2px 6px 0px #a3a3a3;
    }
    .order_C{
        padding: 0px;
    }
    .address-text{
        font-style: normal;
        font-family: 'OpenSans-SemiBold';
        font-size: 15px;
    }
    .a-font-h6{
        font-style: normal;
        font-family: 'OpenSans-SemiBold';
        font-size: 15px !important;
        line-height: 19px;
    }
    .card-second-map a {
        font-style: normal;
        font-family: 'OpenSans-SemiBold';
        font-size: 15px;
        line-height: 19px;
    }
    .card-second-map span{
        font-style: normal;
        font-family: 'OpenSans-SemiBold';
        font-size: 15px;
        line-height: 19px;
    }
    .order_on{
        line-height: 23px;
        font-style: normal;
        font-family: 'OpenSans-Regular'!important;
        font-weight: 600!important;
        font-size: 21px;
    }
    .services_heading h4{
        font-weight: 600 !important;
        font-family: 'OpenSans-Regular'!important;
        font-size: 21px !important;
        line-height: 31px !important;
    }
    #details_data div h4{
        font-family: 'OpenSans-Regular'!important;
        font-weight: 600!important;
        font-style: normal !important;
        font-size: 21px !important;
        line-height: 23px !important;
    }
    .name-owner{
        font-family: 'OpenSans-Regular'!important;
        font-weight: 600!important;
    }
    .about_b_img img{
        width: 50px;
        padding-left: 0px !important;
    }
    .about_b_img{
        width: 50px;
        padding-left: 0px !important;
    }
    .img-border svg{
        width: 100px;
    }
    .slide{
        background: #FFFFFF;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
        border-radius: 6px;
        margin-inline: 14px;
    }
    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 4px;
        height: 4px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgb(0, 0, 0);
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
    }
    .carousel-indicators {
        position: absolute;
        top: 25px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: end;
        padding-left: 0;
        margin-right: 4%;
        list-style: none;
    }
    .slide {
        display: none !important;
    }
    .call-second{
        display: block !important;
    }
    .tag-class{
        font-size: 16px;
        line-height: 23px;
    }
    .border-tags{
        border: 1px solid #C4C4C4;
    }
    .svg-card{
        width: 150px;
        height: 165px;
        background: #EFF5FF;
        box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 15%);
        border-radius: 16px;
        display: grid;
        align-items: baseline;
        justify-content: center;
    }
    .highlight-svg{
        text-align: center;
        margin: 0px auto;
        align-items: center;
        display: flex;
        position: relative;
        top: 25px;
        width: 72px !important;
        height: 72px !important;
    }
    .h1-highlight{
        font-style: normal;
        font-size: 15px;
        line-height: 20px;
        color: #000000;
        text-align: center;
        padding-inline: 12px;
        margin-top: 0px;
    }
    .svg-card span svg{
        width: 75px;
        height: 75px;
    }
    .svg-card span {
        margin-top: 20px;
    }
    .highlight-div{
        height: 90px !important;
        width: 90px !important;
    }
    .card-map{
        height: auto;
        border: 1px solid #d8d8d8;
        padding-inline: 0px;
        padding-top: 22px;
        padding-bottom: 5px;
        border-radius: 16px;
        border: none;
        box-shadow: none;
    }
    .card-text-2{
        display: none;
    }
    .location-map-2{
        display: none !important;
    }
    .border-menu{
        border: 2px solid;
        position: relative;
        bottom: -6px;
    }
}
@media only screen and (max-width: 672px){
    #web-offer{
        display: none !important;
    }
    .slide {
        display: block !important;
        width: 420px;
        margin:1rem auto;
    }
}
@media only screen and (max-width: 600px) {
    #menu-div{
        padding-inline : 0px;
    }
    .about_b_img {
        padding-left: 0px !important;
    }
    .tag-class{
        padding-right: 15px;
        padding-left: 15px;
    }
    .about_business{
        padding-right: 15px;
        padding-left: 15px;
    }
    .card-mobile-map{
        padding-inline: 15px;
    }
    .menu-img{
        width: fit-content !important;
        height: auto !important;
    }
    .menu-nav {
        justify-content: center;
    }
    .shadow-hide{
        display: none;
    }
    .slide {
        display: block !important;
        margin-top: 1rem;
    }
    .card-map {
        margin-top: 0rem;
        margin-bottom: 0rem;
        height: auto;
    }
    .header{
        padding-block: 1rem;
    }
    .menu-card-container{
        padding: 0px;
    }
    .menu-card{
        margin-inline: 12px;
    }
    .a-d-h6{
        margin-left: 12px;
    }
    .share_menu_bottom{
        background-color: #ECECEB;
        border-radius: 25px 25px 0px 0px;
        position: fixed;
        z-index: 4;
        bottom: 0px;
        width: 100%;
    }
    .menu_bottom{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        border-bottom: 1px solid rgb(60 60 67 / 18%);
    }
    .bottom_details{
        padding-left: 10px;
    }
    .btn-copy{
        display: flex;
        width: 100%;
        background: white;
        border-radius: 13px;
        padding: 13px 16px;
        gap: 8px;
        justify-content: space-between;
        align-items: center;
    }
    .btn-copy h4{
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 22px;
        letter-spacing: -0.408px;
    }
    .menu_bottom h4{
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        color: #000000;
        line-height: 21px;
    }
    .menu_bottom p{
        color: rgba(60, 60, 67, 0.6);
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -0.078px;
    }
    .icon-share-bottom{
        display: flex;
        justify-content: space-around;
    }
    #overlay_bottom_menu {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.21);
        z-index: 2;
        cursor: pointer;
    }
    .table-bottom{
        display: inline-table;
        position: fixed;
        bottom: 0px;
        z-index: 20;
        background: white;
    }
    .table-bottom td{
        padding-inline: 15px !important;
        font-family: 'OpenSans-Medium';
        color: #757575;
        font-style: normal;
        font-size: 15px;
        line-height: 20px;
    }
    .table-bottom h4{
        text-align: center;
        color: #1E2538;
        font-style: normal;
        font-weight: 700;
        font-size: 17px;
        line-height: 21px;
    }
    .tooltiptext {
        display: none;
    }
    #overlay-menu{
        display: none !important;
    }
    .shadow-img-right{
        display: none !important;
    }
    .shadow-img-left{
        display: none !important;
    }
    .c-slick-prev-learn{
        display: none !important;
    }
    .c-slick-next-learn{
        display: none !important;
    }
    .share-header {
        display: block;
    }
    .a-button{
        display: none;
    }
    .a-para-two{
        margin-bottom: 0px;
    }
    .first-heading {
        display: flex;
        justify-content: space-between;
    }
    .a-font-h4 {
        font-size: 24px;
    }
    .a-para-one {
        font-family: 'OpenSans-Medium';
        font-size: 15px;
    }
    .a-status {
        font-size: 15px;
    }
    .a-time {
        font-size: 15px;
    }
    .tooltip-time .tooltiptext::after {
        left: 50%;
    }
    .tooltip-time .tooltiptext {
        left: -86px;
    }
    .menu-scrollbar {
        display: grid;
        margin-top: 0px;
        margin-bottom: 2rem;
        padding: 0px;
    }
    .menu_title{
        display: none;
    }
    .section-menu {
        position: relative;
        top: 0px;
    }
    .menu-card{
        margin-bottom: 0.6rem;
    }
    .card-map{
        border: none !important;
        box-shadow: none !important;
    }
    .location-map{
        display: none;
    }
    .call-number{
        display: none;
    }
    .card-text{
        margin-left: 0px !important;
        display: block;
    }
    .menu-img{
        border-radius: 0px;
    }
    .b-button{
        margin-left: 0px !important;
        display: none;
    }
    .location-map-2{
        display: none !important;
    }
    .card-text-2{
        display: block;
    }
    #call-second{
        display: block;
    }
    .offer-card-hide{
        display: none !important;
    }
    .slide {
        display: block !important;
        width: 93%;
        margin: auto;
    }
    #menu-div {
        margin-top: 0rem;
    }
}
@media only screen and (max-width: 450px) {
    .a-font-h4 {
        font-style: normal;
        font-size: 20px;
        line-height: 25px;
    }
    .a-status {
        font-size: 13px;
    }
    .a-time {
        font-size: 13px;
    }
    .a-para-one {
        font-style: normal;
        font-family: 'OpenSans-Medium';
        font-size: 13px;
        line-height: 16px;
    }
    .a-para-two{
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        align-items: center;
    }
    #img-data-first img{
        width: 60px;
    }
    .a-para-two{
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
    }
    .svg-card {
        width: 148px;
        height: 160px;
        background: #EFF5FF;
        box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 15%);
        border-radius: 16px;
        display: grid;
        align-items: baseline;
        justify-content: center;
    }
    .highlight-svg {
        text-align: center;
        margin: 0px auto;
        align-items: center;
        display: flex;
        position: relative;
        top: 22px;
    }
    .highlight-div {
        height: 85px !important;
        width: 85px !important;
        margin-top: 15px !important;
    }
    .h1-highlight {
        font-style: normal;
        font-size: 15px;
        line-height: 20px;
        color: #000000;
        text-align: center;
        padding-inline: 10px;
        margin-top: 0px;
    }
    .svg-card span {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 415px){
    .tooltip-time .tooltiptext {
        left: -180px;
    }
    .tooltip-time .tooltiptext::after {
        left: 82%;
    }
    .menu-nav div {
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        padding-inline: 12px;
    }
}
@media only screen and (max-width: 374px){
    .menu-nav div {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        padding-inline: 8px;
    }
}
.carousel-indicators li{
    border-radius: 10px;
}
@media only screen and (max-width: 1357px) and (min-width:1258px){
}
@media only screen and (min-width: 992px) and (max-width:1258px){
    .offer-per {
        position: relative;
        top: 4px;
        color: #1E2538;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 6px;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 32%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 68%;
        padding-right: 15px;
    }
}
.menu_title h2 {
    color: #1E2538;
    font-family: 'OpenSans-SemiBold';
    font-style: normal;
    font-size: 25px;
    line-height: 31px;
}
