@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);

* {
    outline: 0px !important
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.btn,
.navbar-nav a,
.form-control,
.list-inline,
small,
#pricing {
    font-family: 'Poppins', sans-serif
}

p,
.lead {
    font-family: 'Poppins', sans-serif
}

button,
input,
select,
textarea {
    font-family: 'Poppins', sans-serif
}

h1 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 700
}

h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -.5px;
    color: #000;
    font-weight: 700
}

h3 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    color: #000;
    font-weight: 700;
    font-family: 'Poppins', sans-serif
}

.lead {
    font-size: 21px;
    line-height: 26px;
    color: #fff;
    font-weight: 400
}

p {
    font-size: 15px;
    line-height: 22px;
    color: #6B6B6B;
    font-weight: 300
}

a {
    color: #989694;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: none;
    color: #231f20;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

#uct img {
    float: left
}

#uct p {
    float: left;
    margin-left: 5px;
    font-size: 12px;
    color: #333
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -10%
}

::selection {
    background: #231f20;
    color: #FFF
}

::-moz-selection {
    background: #231f20;
    color: #FFF
}

.btn:focus {
    outline: 0 auto -webkit-focus-ring-color;
    outline: none
}

.btn {
    text-transform: uppercase;
    border-radius: 4px;
    border: none
}

.btn-lg {
    font-size: 13px;
    line-height: 1.33;
    padding: 22px 30px;
    font-weight: 400;
    letter-spacing: 1px
}

.btn-sm {
    font-size: 11px;
    line-height: 1.33;
    padding: 10px 18px;
    font-weight: 400
}

.btn-wide {
    width: 100%;
    font-size: 13px;
    line-height: 1.33;
    padding: 18px 28px;
    font-weight: 400;
    letter-spacing: 1px
}

.btn-primary {
    background-color: #FCC132;
    color: #fff
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #8be2e5;
    color: #fff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

.btn-secondary {
    background-color: #fff;
    color: #231f20
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
    background-color: #ededed;
    color: #231f20;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

.locateme {
    position: absolute;
    border-radius: 8px;
    right: 0;
    top: 0;
    height: 100%;
    background: #fff;
    width: 35px;
    text-align: center
}

.locateme img {
    cursor: pointer;
    margin-top: 12px
}

.margin-0 {
    margin-bottom: 0 !important
}

.margin-10 {
    margin-bottom: 10px !important
}

.margin-15 {
    margin-bottom: 15px !important
}

.margin-20 {
    margin-bottom: 20px !important
}

.margin-30 {
    margin-bottom: 30px !important
}

.margin-40 {
    margin-bottom: 40px !important
}

.margin-50 {
    margin-bottom: 50px !important
}

.margin-60 {
    margin-bottom: 60px !important
}

.margin-70 {
    margin-bottom: 70px !important
}

.margin-80 {
    margin-bottom: 80px !important
}

.margin-90 {
    margin-bottom: 90px !important
}

.margin-100 {
    margin-bottom: 100px !important
}

.black {
    color: #231f20
}

.#3395FF {
    color: #70cbce
}

.white {
    color: #fff
}

.black-bg {
    background: #231f20
}

.#3395FF-bg {
    background: #70cbce
}

.white-bg {
    background: #fff
}

.purple-bg {
    background: #6d3f96
}

.navbar {
    border: 0 solid rgba(0, 0, 0, 0);
    background: #fff;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    top: -96px;
    transition: top 0.4s ease 0s;
    z-index: 9;
    border-bottom: 1px solid #ccc
}

#restaurants .navbar {
    top: 0
}

.navbar.open {
    top: 0;
    background: #fff;
    box-shadow: 1px 2px 5px 0 #f1f1f1
}

.navbar-inverse .navbar-nav>li>a,
.navbar-nav a {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    margin-right: 10px;
    font-weight: 600
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-nav a:hover {
    color: #fff
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-nav a:focus {
    color: #fff
}

.lang .dropdown-menu>li>a {
    margin-right: 0;
    padding: 15px 10px
}

.lang .dropdown-menu {
    padding: 0 0
}

.nrmid.navbar-right .dropdown-menu {
    right: 10px;
    min-width: 400px;
    padding: 20px
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 3px 5px
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #5B5A5A
}

.navbar-collapse {
    box-shadow: inset 0 0 0 rgba(255, 255, 255, .1)
}

.navbar-inverse .navbar-toggle {
    border-color: transparent
}

.logo img {
    margin-top: 0;
    margin-bottom: 5px
}

.header-info h1 {
    color: #fff;
    padding-left: 0;
    font-size: 2.8vw;
    line-height: 1.5;
    text-transform: capitalize
}

.header-info p.midcusp {
    font-size: 13px;
    color: #fff;
    padding-left: 0;
    line-height: 1.5;
    margin: 0 !important;
    font-weight: 600
}

.header-part1 {
    background: #042556;
    background-size: auto auto;
    width: 100%;
    padding: 10px 70px 60px 75px;
    height: calc(100vh - 91px);
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.bakcover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 2
}

#bakslider,
.carousel-inner {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute
}

@-webkit-keyframes cfFadeInOut {
    0% {
        opacity: 1
    }

    20% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    75% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes cfFadeInOut {
    0% {
        opacity: 1
    }

    20% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    75% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: linear;
    animation-name: cfFadeInOut
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
    transition-property: opacity;
    transition-timing-function: linear;
    animation-name: cfFadeInOut
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.header-content-blog {
    width: 50%;
    float: right;
    background-color: #042556
}

.img-wrapper {
    width: 50%;
    float: left;
}

.header-content-img {
    object-fit: cover;
    /*background-image: linear-gradient(0deg, rgba(82, 77, 80, 0), rgba(23, 22, 22, 0)), url(../../img/front-end/slider-2_bgx.jpeg);*/
    background-position: bottom;
    background-size: cover
}

#right-banner {
    height: 500px
}

#right-banner .item {
    height: 500px
}

#right-banner .item img {
    object-fit: cover;
    height: 500px;
    width: 100%
}

.switch-box {
    text-align: left
}

.switch-box label input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0
}

.switch-box label input[type="checkbox"]:not(:checked),
.switch-box label input[type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.switch-box label .lever::after {
    background-color: #F1F1F1;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.switch-box label .lever::before,
.switch-box label .lever::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease
}

.switch-box label .lever::before {
    background-color: #26a69a
}

.switch-box label input[type="checkbox"]:checked+.lever {
    background-color: #84c7c1
}

.switch-box label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 36px;
    height: 14px;
    background-color: #84c7c1;
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 5px
}

.switch-box label {
    cursor: pointer;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0
}

.switch-box label input[type="checkbox"]:checked+.lever::before,
.switch-box label input[type="checkbox"]:checked+.lever::after {
    left: 18px
}

.switch-box label input[type="checkbox"]:checked+.lever::after {
    background-color: #26a69a
}

.switch-box label input[type="checkbox"]:checked+.lever::before,
.switch-box label input[type="checkbox"]:checked+.lever::after {
    left: 18px
}

#fh5co-features {
    background-color: #fff;
    padding: 15px 35px;
    margin-bottom: 15px
}

#fh5co-features h2 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    color: #000
}

#fh5co-features .fh5co-section-heading p {
    text-align: left;
    margin-bottom: 20px
}

.fh5co-feature .fh5co-feature-icon,
.fh5co-figure .fh5co-feature-icon {
    width: 80px;
    height: 80px;
    display: block;
    display: table;
    text-align: center;
    margin: 0 auto;
    position: relative;
    border: 2px solid #989694;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.fh5co-feature:hover .fh5co-feature-icon,
.fh5co-feature.active .fh5co-feature-icon,
.fh5co-figure:hover .fh5co-feature-icon,
.fh5co-figure.active .fh5co-feature-icon {
    background: #989694
}

.fh5co-feature .fh5co-feature-icon i,
.fh5co-figure .fh5co-feature-icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    color: #989694
}

.fh5co-feature:hover .fh5co-feature-icon i,
.fh5co-feature.active .fh5co-feature-icon i,
.fh5co-figure:hover .fh5co-feature-icon i,
.fh5co-figure.active .fh5co-feature-icon i {
    color: #fff
}

.fh5co-feature .fh5co-feature-lead,
.fh5co-feature .fh5co-figure-lead,
.fh5co-figure .fh5co-feature-lead,
.fh5co-figure .fh5co-figure-lead {
    font-size: 12px;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.fh5co-feature .fh5co-feature-text,
.fh5co-feature .fh5co-figure-text,
.fh5co-figure .fh5co-feature-text,
.fh5co-figure .fh5co-figure-text {
    color: #6B6B6B;
    line-height: 24px;
    font-size: 12px
}

.fh5co-feature,
.fh5co-figure {
    display: block;
    color: #444;
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 40px 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 1.5em
}

.fh5co-feature,
.fh5co-figure {
    display: block;
    color: #444;
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 40px 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 1.5em
}

.fh5co-feature:hover,
.fh5co-feature:focus,
.fh5co-feature:active,
.fh5co-figure:hover,
.fh5co-figure:focus,
.fh5co-figure:active {
    text-decoration: none;
    outline: none
}

.fh5co-feature:hover,
.fh5co-feature.active,
.fh5co-figure:hover,
.fh5co-figure.active {
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
    margin-top: -10px
}

.imgcl1 {
    height: 500px !important
}

.input-group {
    margin-bottom: 15px
}

.cus-label {
    color: #fff;
    font-weight: 100;
    float: left
}

.input-group-addon {
    cursor: pointer
}

.search-form {
    max-width: 960px;
    margin: 15px auto 0
}

.pickup_delivery .search_container {
    margin-right: 0;
    background: transparent;
    border-radius: 6px;
    width: 100%;
    display: flow-root;
    padding: 0 !important
}

.address_container {
    width: 65%;
    float: left
}

.search_type_container {
    width: 35%;
    float: left
}

.submit_button_container {
    width: 30%;
    float: left;
    margin-left: 20px
}

.search_container {
    padding: 15px;
    margin: 0 0 -55px;
    background: rgba(0, 0, 0, .5);
    border-radius: 4px
}

.pickup_delivery .address_field {
    border-radius: 50px;
    border: 1px solid #8f8fa1;
    padding: 1px;
    overflow: hidden;
}

.address_field,
.search_type_field,
#user_keyword {
    position: relative;
    background: #fff;
    border-radius: 4px
}

.pickup_delivery .address_container #address {
    width: 100%;
    /*background: #fff url(../../img/front-end/location_pin_red.png) 11px 13px no-repeat;*/
    background-size: 16px !important;
    background-position: 12px !important;
    border-radius: 8px
}

.pickup_delivery #address {
    font-size: 18px;
    color: #fff;
    padding: 5px 11px 5px 37px
}

#logged_in.pickup_delivery .search_container #dtype {
    padding: 11px 5px
}

.pickup_delivery .search_container #dtype {
    border-left: 1px solid #d3d3d3;
    padding: 13px 20px;
    border-radius: 0 3px 3px 0
}

.pickup_delivery .search_type_container .search_type_field_radio {
    margin-left: -1px;
    margin-right: 15px
}

.address_field,
.search_type_field,
#user_keyword {
    position: relative;
    background: #fff;
    border-radius: 4px
}

.hide,
.hidden,
.hidden1,
.show0,
.showinline0 {
    display: none
}

.pickup_delivery #address {
    border: 0 solid #fff !important;
    color: #000 !important;
    height: 45px !important
}

label[for="delivery_radio"] {
    padding-right: 5px;
    padding-left: 24px;
    padding-top: 3px;
    cursor: pointer;
    background: url(../../img/front-end/icon_radial_off.png) left center no-repeat
}

label[for="pickup_radio"] {
    padding-right: 5px;
    padding-left: 24px;
    padding-top: 3px;
    cursor: pointer;
    background: url(../../img/front-end/icon_radial_off.png) left center no-repeat
}

label[for="livecooking_radio"] {
    padding-left: 24px;
    padding-top: 3px;
    cursor: pointer;
    background: url(../../img/front-end/icon_radial_off.png) left center no-repeat
}

.pickup_delivery input:checked+label[for="delivery_radio"],
.pickup_delivery input:checked+label[for="livecooking_radio"],
.pickup_delivery input:checked+label[for="pickup_radio"],
.pickup_delivery input+label[for="delivery_radio"],
.pickup_delivery input+label[for="pickup_radio"],
.pickup_delivery input+label[for="livecooking_radio"] {
    padding-left: 22px;
    color: #555;
    font-size: 13px
}

.search_container input {
    margin: 0;
    position: relative;
    color: #1d1d1d;
    font-size: 18px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pickup_delivery label[for="pickup_radio"],
.pickup_delivery label[for="delivery_radio"],
.pickup_delivery label[for="livecooking_radio"] {
    background: url(../../img/front-end/icon_radial_unselected.png) left center no-repeat;
    background-size: 18px 18px
}

.pickup_delivery input:checked+label[for="pickup_radio"],
.pickup_delivery input:checked+label[for="delivery_radio"],
.pickup_delivery input:checked+label[for="livecooking_radio"] {
    background: url(../../img/front-end/icon_radial_selected.png) left center no-repeat;
    background-size: 18px 18px
}

.pickup_delivery .submit_button_container button {
    width: 100%;
    padding: 10px;
    height: 50px;
    line-height: 20px;
    border-radius: 50px;
}

.submit_button_container button {
    width: 238px;
    margin: 0;
    padding: 10px 4px 9px 15px;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #CB1C2D;
    font-size: 20px;
    font-weight: 700;
    display: inline;
    background: #CB1C2D;
}

.submit_button_container .arrow_right {
    width: 7px;
    height: 13px;
    margin: 6px 4px 0 10px;
    float: right;
    background: url(../../img/front-end/arrow_right_white.png) no-repeat
}

.header-info {
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-bottom: -20%;
    z-index: 999
}

.signin {
    padding-top: 9px
}

.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10
}

.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear
}

.mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px
}

@keyframes scrolling {
    0% {
        opacity: 0;
        top: 5px
    }

    30% {
        opacity: 1;
        top: 10px
    }

    100% {
        opacity: 0;
        top: 25px
    }
}

.pad-xl {
    padding: 200px 0
}

.pad-lg {
    padding: 160px 0
}

.pad-sm {
    padding: 80px 0
}

.pad-xs {
    padding: 30px 0
}

#be-the-first {
    background: url(../img/be-the-first-bg.jpg) #231f20 no-repeat center center fixed;
    min-height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

hr.line {
    width: 100%;
    border: 2px solid
}

.purple {
    border-color: #6d3f96;
    color: #6d3f96
}

.#3395FF {
    border-color: #70cbce;
    color: #70cbce
}

.yellow {
    border-color: #fdc05d;
    color: #fdc05d
}

.iphone {
    position: relative;
    height: 200px
}

.iphone img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 440px
}

#invite {
    background: #f2f2f2
}

.fa-envelope-o {
    color: #4ec3cd;
    font-size: 22px;
    display: block;
    padding-top: 15px;
    width: 60px;
    height: 60px;
    border: 2px solid #4ec3cd;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin: auto
}

.news-container {
    padding: 10px 0 20px;
    border-bottom: 1px dotted #d9d9d9
}

.news-img {
    padding-right: 20px
}

footer {
    background: #fff;
    padding: 0 0
}

.social li a:hover {
    opacity: .5
}

#pricing {
    background: #70cbce
}

.pricing-container {
    padding-left: 0;
    padding-right: 0
}

.pricing-table {
    background: transparent;
    margin-bottom: 50px;
    margin-top: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.pricing-table.active {
    box-shadow: 0 0 12px rgba(41, 46, 50, .6);
    position: absolute;
    margin: auto;
    z-index: 200;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.pricing-table:hover {
    margin-top: -10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.pricing-table li {
    padding-left: 20px;
    padding-right: 20px
}

.headline {
    background: #231f20;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.price {
    background: none repeat scroll 0 0 #231f20;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 20px
}

.pricing-table:hover li.price {
    background: #303236;
    -webkit-transition: all 0.85s ease-in-out;
    -moz-transition: all 0.85s ease-in-out;
    -o-transition: all 0.85s ease-in-out;
    transition: all 0.85s ease-in-out
}

.price small {
    font-weight: 300;
    color: #929496
}

.info {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 13px;
    color: #929496;
    background: #fff
}

.features {
    color: #231f20;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #e8eaea;
    background: #fff
}

.features.first {
    border-top: 1px dotted #e8eaea
}

.features.last {
    padding-top: 17px;
    padding-bottom: 20px
}

.features.last a {
    color: #70cbce;
    font-size: 14px;
    letter-spacing: 1px
}

.pricing-container .btn {
    border-radius: 0
}

.item-stat-content {
    float: left;
    width: 100%;
    background: #F7F7F7;
    padding: 10px 0;
    margin-bottom: 10px
}

.item-stat-content h3 {
    margin-top: 0;
    line-height: 20px
}

.value-box .text {
    font-weight: 700
}

.fixed-footer {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    background: #fff;
    left: 0;
    height: 50px;
    box-shadow: 0 -4px 4px -2px #d8d8d8
}

.increase-addon {
    float: left;
    margin-left: 0
}

.commonAddonQuantity {
    padding: 0 5px;
    border: 1px solid #b6b6b6;
    width: 20px;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    font-size: 14px;
    line-height: 18px;
    vertical-align: top
}

.table-responsive.design tr td:first-child {
    font-weight: 700;
    font-size: 14px;
    color: #000
}

.table-responsive.design tr>td {
    font-size: 12px;
    border-top: 1px solid #f2f2f2
}

.table-responsive.design tr:nth-child(2n) {
    background-color: #f8f6ff
}

.table-responsive.design tr:nth-child(1n) {
    background-color: #f8f6ff
}

.table-responsive.design tr.active td {
    background: #3395FF;
    color: #fff
}

.table-responsive.design tr.active td:hover {
    background: #3395FF;
}

.table-responsive.design tr.active:hover {
    background: #3395FF;
}

.table-hover>tbody>tr.active:hover>td {
    background-color: #3395FF;
}

.table-responsive.design .table-bordered {
    border: 1px solid #f3f3f3;
    margin-bottom: 0
}

.demoDiv {
    padding: 10px;
    border: 0 solid #000
}

.firstDiv {
    width: 100%;
    height: 150px
}

.ekScrollable {
    overflow: hidden
}

.ekScrollable .ekScrollableConteneur {
    overflow: hidden;
    float: left
}

.ekScrollable .ekScrollableConteneur .ekScrollableContenu {
    padding-bottom: 13.333333333333334px
}

.ekScrollable .ekScrollableConteneur .ekScrollableContenu p {
    margin: 0 0 15px 0
}

.ekScrollable .fondScroll {
    width: 1px;
    float: right;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #999
}

.ekScrollable .fondScroll .btnScrollCont {
    width: 9px;
    cursor: pointer
}

.ekScrollable .fondScroll .btnScrollCont .btnScroll {
    width: 9px;
    margin: 0 -4px;
    background-color: #ccc;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.ekScrollable .fondufin {
    position: relative
}

.ekScrollable .fondufin .degrade {
    height: 40px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%)
}

.table-expand {
    float: left;
    position: relative;
    width: 100%
}

.table-expand .more {
    position: absolute;
    z-index: 999;
    top: 120px;
    right: 0;
    color: #1253c3;
    padding: 4px 10px;
    background: transparent;
    border-radius: 4px;
    font-size: 15px;
    line-height: 15px;
    display: block
}

.table-expand .less {
    color: red;
    font-size: 15px;
    line-height: 15px;
    position: absolute;
    background: transparent;
    z-index: 999;
    display: block;
    padding: 4px 10px;
    border-radius: 0;
    right: 0;
    bottom: 0;
    display: none;
    border-radius: 4px
}

.table-responsive.design {
    margin-top: 0;
    background: #fff;
    box-shadow: 0 0 0 0 #bdbdbd;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 112px;
    top: 0;
    z-index: 999
}

.table-responsive.design.expand {
    height: auto;
    box-shadow: 0 5px 13px -5px #ccc;
    z-index: 999;
    border: 1px solid #edebeb;
    border-radius: 3px
}

.addonmame {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0;
    width: 120px;
    color: #000;
    font-weight: 500;
    margin-left: 10px
}

.addonSingleWrap {
    display: flex
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    color: #000;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    font-family: 'Poppins', sans-serif;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s
}

.form-control::-moz-placeholder {
    color: #838793;
    font-size: 15px;
    opacity: 1;
    font-family: 'Poppins', sans-serif
}

.form-control::-webkit-placeholder,
.form-control::-o-placeholder {
    color: #838793;
    font-size: 15px;
    opacity: 1;
    font-family: 'Poppins', sans-serif
}

.form-control::-o-placeholder {
    color: #838793;
    font-size: 15px;
    opacity: 1;
    font-family: 'Poppins', sans-serif
}

.cd-switcher {
    padding-left: 0;
    list-style: none
}

.cd-user-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 54, 66, .9);
    z-index: 999;
    overflow-y: auto;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
    -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
    transition: opacity 0.3s 0, visibility 0 0.3s
}

.cd-user-modal.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0, visibility 0 0;
    -moz-transition: opacity 0.3s 0, visibility 0 0;
    transition: opacity 0.3s 0, visibility 0 0
}

.cd-user-modal.is-visible .cd-user-modal-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.cd-user-modal-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    background: #fff;
    margin: 3em auto 4em;
    cursor: auto;
    border-radius: .25em;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.cd-user-modal-container .cd-switcher::after {
    clear: both;
    content: "";
    display: table
}

.cd-user-modal-container .cd-switcher li {
    width: 50%;
    float: left;
    text-align: center
}

.cd-user-modal-container .cd-switcher li:first-child a {
    border-radius: .25em 0 0 0
}

.cd-user-modal-container .cd-switcher li:last-child a {
    border-radius: 0 .25em 0 0
}

.cd-user-modal-container .cd-switcher a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #d2d8d8;
    color: #809191
}

.cd-user-modal-container .cd-switcher a.selected {
    background: #fff;
    color: #505260
}

@media only screen and (min-width:600px) {
    .cd-user-modal-container {
        margin: 0em auto;
        margin-top: 10em
    }

    .cd-user-modal-container .cd-switcher a {
        height: 50px;
        line-height: 50px
    }
}

.cd-form {
    padding: 1.4em
}

.cd-form .fieldset {
    position: relative;
    margin: 1.4em 0
}

.cd-form .fieldset:first-child {
    margin-top: 0
}

.cd-form .fieldset:last-child {
    margin-bottom: 0
}

.cd-form label {
    font-size: 14px;
    font-size: .875rem
}

.cd-form label.image-replace {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    text-shadow: none;
    background-repeat: no-repeat;
    background-position: 50% 0
}

.cd-form label.cd-username {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-username.svg)
}

.cd-form label.cd-email {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-email.svg)
}

.cd-form label.cd-password {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-password.svg)
}

.cd-form input {
    margin: 0;
    padding: 0;
    border-radius: .25em;
    height: 45px
}

.has-error input.has-border {
    border: 1px solid #a94442
}

.has-error .btn-icon-addon i {
    color: #a94442
}

.has-error input.has-border::-webkit-input-placeholder {
    color: #a94442
}

.has-error input.has-border::-moz-placeholder {
    color: #a94442
}

.has-error input.has-border:-ms-input-placeholder {
    color: #a94442
}

.has-error input.has-border:-moz-placeholder {
    color: #a94442
}

.cd-form input.full-width {
    width: 100%
}

.cd-form input.has-padding {
    padding: 12px 20px 12px 50px
}

.cd-form input.has-border {
    border: 1px solid #d2d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.cd-form input.has-border:focus {
    border-color: #343642;
    box-shadow: 0 0 5px rgba(52, 54, 66, .1);
    outline: none
}

.has-error input.has-border:focus {
    border-color: #a94442
}

.cd-form input.has-error {
    border: 1px solid #d76666
}

.cd-form input[type=password] {
    padding-right: 65px
}

.cd-form input[type=submit] {
    padding: 16px 0;
    cursor: pointer;
    background: #0ff;
    color: #fff;
    font-weight: 700;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.no-touch .cd-form input[type=submit]:hover,
.no-touch .cd-form input[type=submit]:focus {
    background: #3599ae;
    outline: none
}

.cd-form .hide-password {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 15px;
    border-left: 1px solid #d2d8d8;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-size: .875rem;
    color: #343642
}

.cd-form .cd-error-message {
    display: inline-block;
    position: absolute;
    left: -5px;
    bottom: -35px;
    background: rgba(215, 102, 102, .9);
    padding: .8em;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    border-radius: .25em;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
    -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
    transition: opacity 0.2s 0, visibility 0 0.2s
}

.cd-form .cd-error-message::after {
    content: '';
    position: absolute;
    left: 22px;
    bottom: 100%;
    height: 0;
    width: 0;
    border-bottom: 8px solid rgba(215, 102, 102, .9);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.cd-form .cd-error-message.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s 0, visibility 0 0;
    -moz-transition: opacity 0.2s 0, visibility 0 0;
    transition: opacity 0.2s 0, visibility 0 0
}

.cd-form-signup {
    font-size: 12px;
    margin-top: -12px
}

.cd-form-signup a {
    color: #00a800
}

.cd-form h3 {
    margin-top: -10px;
    font-weight: 700
}

.cd-form h4 {
    font: 15px sans-serif;
    margin-top: 15px;
    text-align: center;
    font-weight: 700
}

.cd-form h4.background {
    position: relative;
    z-index: 1
}

.cd-form h4.background:before {
    border-top: 1px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1
}

.cd-form .background span {
    background: #fff;
    padding: 0 15px
}

.popup-social-icons {
    list-style: none;
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px
}

.popup-social-icons li {
    position: relative;
    display: inline-block;
    width: auto;
    text-align: left;
    vertical-align: middle;
    margin-right: 2px
}

.popup-social-icons li a {
    background: #000;
    padding: 0;
    width: 35px;
    height: 35px;
    float: left;
    border-radius: 4px;
    text-align: center;
    line-height: 38px
}

.popup-social-icons li a.facebook {
    background: #3a558a
}

.popup-social-icons li a.twitter {
    background: #00acec
}

.popup-social-icons li a.google-plus {
    background: #b53a2b
}

.popup-social-icons li a i {
    color: #fff;
    font-size: 16px
}

@media only screen and (min-width:600px) {
    .cd-form {
        padding: 15px
    }

    .cd-form .fieldset {
        margin: 1em 0
    }

    .cd-form .fieldset:first-child {
        margin-top: 0
    }

    .cd-form .fieldset:last-child {
        margin-bottom: 0
    }

    .cd-form input.has-padding {
        padding: 12px 20px 12px 50px
    }

    .cd-form input[type=submit] {
        padding: 12px 0
    }
}

.btn-icon-addon {
    position: absolute;
    z-index: 9;
    top: 12px;
    left: 16px
}

.btn-icon-addon i {
    color: #d2d8d8;
    font-size: 20px
}

.cd-form-message {
    padding: 1.4em 1.4em 0;
    font-size: 14px;
    font-size: 13px;
    line-height: 1.4;
    text-align: center
}

@media only screen and (min-width:600px) {
    .cd-form-message {
        padding: 2em 2em 0
    }
}

.cd-form-bottom-message {
    position: relative;
    width: 100%;
    color: green;
    font-size: 14px;
    font-size: .875rem
}

.cd-form-bottom-message a {
    color: #00a800;
    text-decoration: underline;
    font-size: 13px
}

.cd-close-form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: -40px;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-close.svg) no-repeat center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

@media only screen and (min-width:1170px) {
    .cd-close-form {
        display: none
    }
}

#cd-login,
#cd-signup,
#cd-reset-password {
    display: none
}

#cd-login.is-selected,
#cd-signup.is-selected,
#cd-reset-password.is-selected {
    display: block
}

#cd-restaurant-login,
#cd-restaurant-signup,
#cd-reset-restaurant-password {
    display: none
}

#cd-restaurant-login.is-selected,
#cd-restaurant-signup.is-selected,
#cd-reset-restaurant-password.is-selected {
    display: block
}

.mob-log {
    display: none
}

@media (max-width:1023px) {
    .address_container {
        width: 100%;
        float: left;
        margin-bottom: 10px
    }

    .search_type_container {
        width: 100%;
        float: left;
        margin-bottom: 10px
    }

    .pickup_delivery .search_type_container .search_type_field_radio {
        margin-left: 0;
        margin-right: 0
    }

    .submit_button_container {
        width: 100%;
        float: left;
        margin: 0
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .header-info {
        margin-bottom: -35%
    }

    .header-part1 {
        width: 100%;
        padding: 0 20px;
        overflow: hidden;
        /*height: 100%;*/
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .header-content-blog {
        width: 50%
    }

    .img-wrapper {
        width: 50%
    }

    .mostpopular-box {
        min-height: 130px
    }
}

@media (min-width:992px) and (max-width:1023px) {
    .header-part1 {
        margin-top: 0%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header-part1 {
        width: 100%;
        padding: 20px 10px 60px 10px;
        height: 89.55vh;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .order-steps .step::before {
        height: 200px !important;
        width: 200px !important;
       background-size: 200px 200px !important;
    }

    .sd-img {
        max-width: 270px;
        width: 220px !important
    }

    .iiner-h {
        padding: 50px !important
    }

    .img-wrapper {
        width: 50%;
        float: left;
        height: calc(100vh - 60px);
    }

    .header-content-img {
        background-size: cover;
        background-position: bottom
    }
        .header-content-blog {
            width: 50%;
            float: right;
            background-color: #042556;
            height: calc(100vh - 60px);
            overflow: hidden;
        }
    .footerblog p {
        font-size: 12px
    }

    .midcusp {
        width: 100%;
        font-size: 13px
    }

    .description {
        font-size: 12px !important
    }

    .mostpopular-box {
        min-height: 150px
    }

    .right_top_img1 {
        background-size: 190px auto !important;
        padding: 50px 0 50px !important
    }
}

@media (max-width:480px) {
    .btn-lg {
        font-size: 12.5px;
        line-height: 1.33;
        padding: 16px 13px;
        letter-spacing: 0
    }

    .btn-wide {
        width: 100%;
        font-size: 12.5px;
        line-height: 1.33;
        padding: 16px 13px;
        letter-spacing: 0
    }

    #be-the-first {
        background-attachment: scroll
    }

    .delivery-time {
        font-size: 10px !important
    }

    .right_top_img {
        background-size: 100px auto !important;
        padding: 90px 0 !important
    }
}

@media (max-width:991px) {
    #fh5co-features {
        padding: 10px
    }

    .header-content-blog {
        width: 50%
    }

    .img-wrapper {
        display: none
    }

    .right_top_img {
        background-size: 190px auto !important;
        padding: 150px 0 50px !important
    }
}

@media (min-width:481px) and (max-width:767px) {
    #be-the-first {
        background-attachment: scroll
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .navbar-nav a {
        font-size: 12px
    }
}

@media (min-width:1024px) and (max-width:1200px) {
    .address_container {
        width: 100%
    }

    .submit_button_container {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-top: 15px
    }

    .search_type_container {
        width: 40%
    }
}

@media (min-width:992px) and (max-width:1023px) {
    .address_container {
        width: 100%
    }

    .search_type_container {
        width: 45%
    }

    .pc-head {
        font-weight: 600;
        font-size: 30px !important;
        margin-bottom: 16px;
        margin-top: 0 !important;
        line-height: 1 !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .img-wrapper {
        display: block
    }

    #be-the-first {
        background-attachment: scroll
    }

    .address_container {
        width: 100%
    }

    .submit_button_container {
        width: 100%;
        float: left;
        margin: 0
    }

    .pc-head {
        font-weight: 600;
        font-size: 30px !important;
        margin-bottom: 16px;
        margin-top: 0 !important;
        line-height: 1 !important
    }
    .pc-h {
        margin-bottom: 16px;
        font-size: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media (max-width:767px) {
    .backbtn {
        left: 15px !important;
        top: 25px
    }

    .submit_button_container {
        margin: 0 !important
    }

    .table-expand .less {
        right: 0;
        top: -30px
    }

    .firstDiv {
        height: auto
    }

    .navbar {
        z-index: 9999
    }

    .header-info h1 {
        color: #fff;
        padding: 0 15px
    }

    .header-info p.midcusp {
        color: #fff;
        padding: 0 15px;
        font-size: 16px;
        line-height: 1.5
    }

    .header-content-blog {
        width: 100%;
        float: left
    }

    .img-wrapper {
        display: block;
        width: 100%;
        height: calc(50vh - 30px) !important
    }

    .navbar-inverse .navbar-nav>li>a,
    .navbar-nav a {
        color: #3395FF !important;
        padding: 0 !important
    }

    .log-bmt {
        border: 0 solid #f4f4f4 !important;
        border-radius: 0px !important;
        padding: 0px !important;
        background: transparent !important;
        color: #1e7feb !important
    }

    .navbar-inverse .navbar-nav>li>a:hover {
        color: #f44236
    }

    .navbar-nav a {
        color: #3395FF;
    }

    .header-part1 {
        height: calc(50vh - 30px) !important
    }

    .trc {
        text-align: center
    }

    .round-layer {
        display: none
    }

    .driver-header {
        height: 800px
    }

    h1 {
        font-size: 21px !important;
        line-height: 30px
    }

    h2 {
        font-size: 23px !important;
        line-height: 25px
    }

    .header-info h1 {
        font-size: 24px !important
    }

    .header-part5 {
        width: 100%;
        padding: 0 0 60px 0;
        height: 104vh;
        overflow: hidden;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover
    }

    .header-part4 {
        width: 100%;
        padding: 0 0 60px 0;
        height: 104vh;
        overflow: hidden;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover
    }

    .header-part3 {
        width: 100%;
        padding: 0 0 60px 0;
        height: 104vh;
        overflow: hidden;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover
    }

    .header-part2 {
        width: 100%;
        padding: 0 0 60px 0;
        height: 104vh;
        overflow: hidden;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover
    }

    .header-part1 {
        width: 100%;
        padding: 0 0 0 0;
        height: 650px;
        margin: 0;
        display: block;
        position: relative
    }

    .mcControl {
        margin-top: -35px;
        margin-bottom: -8px
    }

    .header-info {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-bottom: 0%
    }

    .pickup_delivery .search_container {
        margin-top: 15px;
        padding: 0 15px !important
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
        margin-top: 15px
    }

    .imgcl1 {
        height: auto !important
    }

    .right_top_img1 {
        background-size: 100px auto !important;
        padding: 10px 0 !important
    }
}

.overlay1 {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .01);
    top: 0;
    left: 0
}

.open>li>a,
.open a {
    color: #f4f4f4 !important
}

.section {
    position: relative;
    z-index: 2;
    display: none
}

.heading-wrap {
    position: relative
}

.heading-wrap h2 {
    font-size: 30px;
    position: relative;
    padding-top: 20px;
    z-index: 2;
    text-transform: capitalize;
    font-weight: 800
}

.heading-wrap .back-text,
.heading-wrap .back-text-dark {
    z-index: 0;
    line-height: 1;
    top: .5em;
    left: 50%;
    margin-top: -50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 800;
    font-size: 200px;
    position: absolute;
    width: 100%;
    color: #f7f7f7;
    text-transform: uppercase
}

.heading-wrap .back-text-dark {
    color: #f2f2f2 !important
}

.text-center {
    text-align: center !important
}

.img-fluid {
    height: auto;
    width: 100%;
    object-fit: cover
}

.about_img_1 {
    margin-bottom: 30px
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.des-text {
    margin: 20px 0
}

.item {
    position: relative
}

.res-ban-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .47843137254901963);
    color: #fff;
    padding: 10px;
    font-size: 19px;
    font-weight: 700
}

.inner-ban {
    position: relative
}

.order-steps li {
    color: #000000 !important;
    margin: 20px 0;
    min-height: 83px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-align: center;
    word-break: break-all
}

.right_top_img1 {
    background-repeat: no-repeat, no-repeat;
    background-color: #fff;
    background-position: right top;
    margin: 0;
    background-size: 330px auto;
    padding: 50px 0 0
}

@media only screen and (min-width:1024px) and (max-width:1210px) {
    .imgcl1 {
        height: 410px !important
    }
}

@media only screen and (min-width:992px) and (max-width:1023px) {
    .imgcl1 {
        height: 410px !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .mbimg {
        padding: 0 20px
    }

    .mbimg img {
        height: auto !important;
        width: 100%
    }

    .imgcl1 {
        height: 316px !important
    }
}

.res-name {
    margin: 10px 0 !important;
    font-size: 14px;
    line-height: normal
}

.food-type {
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px
}

.inner-btn-d .delBtn {
    font-size: 14px !important;
    text-transform: capitalize !important;
    color: #900;
    font-weight: 700
}

.inner-owl {
    margin-bottom: 8px;
    border-radius: 5px;
    border: 1px solid #e4e1e1;
    display: flow-root
}

.img-fluid1 {
    border-radius: 5px 5px 0 0;
    padding: 0;
    height: 150px;
    width: 100%;
    object-fit: cover
}

.owl-in-img {
    position: relative
}

.rating-section {
    position: relative;
    font-size: 14px
}

.rating-section i {
    text-align: center;
    padding: 0;
    border-radius: 50px;
    color: #FFBB0E;
    height: auto;
    width: auto
}

.owl-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    background: rgba(0, 0, 0, .18);
    bottom: 5px;
    border-radius: 10px 10px 0 0
}

.heart {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 15px
}

.heart i {
    background: #dce8f5;
    padding: 8px;
    border-radius: 10px;
    vertical-align: middle
}

.res-status1 {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px
}

.fa-cutlery:before {
    content: "\f0f5";
    padding: 5px
}

.res-status1 a {
    display: inline-block
}

.res-status1 a i {
    color: #e1141d;
    background: rgba(239, 239, 239, .76);
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    height: 45px;
    width: 45px
}

.delivery-time {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    -webkit-box-shadow: inset 1px -2px 9px 1px #d5d4d0;
    -moz-box-shadow: inset 1px -2px 9px 1px #d5d4d0;
    box-shadow: inset 1px -2px 9px 1px #d5d4d0
}

#owl-zero .owl-dots {
    text-align: center
}

#owl-zero .owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 2px solid #e0dada !important;
    background: #fff !important;
    margin-right: 5px;
    display: inline-block
}

#owl-zero .owl-dot.active {
    background: #f34436 !important;
    border: 2px solid #fff !important
}

.right_top_img {
    background-image: url(../../img/front-end/rightbg2.png);
    background-repeat: no-repeat, no-repeat;
    background-color: #fff;
    background-position: right top;
    margin: 0;
    background-size: 300px auto;
    padding: 174px 0 0;
    margin-top: 25px
}

.inner-main {
    display: flow-root;
    padding: 10px;
    border: 1px solid#d2cece;
    border-radius: 3px;
    margin-bottom: 30px !important
}

.top-gap {
    margin-top: 30px !important
}

#owl-zero .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0
}

#owl-zero .owl-item {
    margin-bottom: 20px
}

.fullwidth {
    width: 100% !important
}

.mb2 {
    margin-bottom: 20px;
    height: 173px
}

.mb30 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 18px;
    color: #000
}

.hrs {
    font-size: 16px
}

@media only screen and (max-width:1024px) {
    .mb2 {
        height: auto
    }
}

.inner-main span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inherit
}

.description {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3 !important;
    color: #666
}

.owl-prev {
    position: absolute;
    top: -40px;
    right: 0;
    margin-right: 55px;
    border: 0 solid #000;
    height: 40px;
    width: 40px;
    background: rgb(238, 238, 238) !important;
    border-radius: 0
}

.owl-next {
    position: absolute;
    top: -40px;
    right: 13px;
    border: 0 solid #000;
    height: 40px;
    width: 40px;
    background: rgb(238, 238, 238) !important;
    border-radius: 0
}

.owl-prev svg {
    margin-top: 5px !important;
    height: 20px;
    fill: #334696
}

.owl-next svg {
    margin-top: 5px !important;
    height: 20px;
    fill: #334696
}

.ribbon {
    position: absolute;
    left: -8px;
    top: 15px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: rgb(243, 67, 55);
    text-transform: capitalize
}

.cuisine {
    margin: 0
}

.inner-carousel {
    position: relative
}

.img-fluid2 {
    border-radius: 5px;
    height: 75px;
    width: 100% !important;
    margin: 0 auto;
    transition: all .5s ease-in-out
}

.inner-car-img span {
    padding: 5px 10px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 15px 15px;
    background-color: rgba(21, 21, 20, .32);
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    text-transform: capitalize
}

@media only screen and (max-width:767px) {

    .owl-next,
    .owl-prev {
        bottom: -20px !important;
        top: unset !important
    }

    .rrr {
        padding: 0 0 50px;
        display: flow-root
    }
}

.inner-car-img {
    border: 5px solid rgba(214, 214, 214, .14);
    border-radius: 5px;
    position: relative;
    box-shadow: 1px 2px 12px 1px rgba(214, 214, 214, .45);
    margin: 10px 0;
    overflow: hidden
}

.c-banner--small {
    min-height: 60px;
    padding: 5px 0
}

.c-banner {
    justify-content: center;
    align-content: center
}

.c-banner,
.c-banner-container {
    display: flex;
    width: 100%
}

.c-banner--small>.c-banner-container {
    align-items: center
}

.c-banner-container {
    max-width: 100%
}

.c-banner--small>.c-banner-container>.c-banner-section--text {
    display: flex;
    justify-content: space-between;
    flex-direction: row
}

.c-banner--small .c-banner-section {
    padding: 0 20px
}

.c-banner-section--text {
    justify-content: center;
    text-align: left;
    flex-direction: column;
    display: flex;
    flex-basis: 70%
}

.c-banner-section {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1 1 50%
}

.c-banner--small>.c-banner-container>.c-banner-section--text>.c-body,
.c-banner--small>.c-banner-container>.c-banner-section--text>.c-button {
    display: inline
}

.c-banner-section--text>* {
    max-width: 100%
}

.c-banner--small .c-button {
    padding: 0
}

.c-button {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15.4px;
    line-height: 1.54
}

.c-button {
    border-radius: 4px;
    padding: 12px 16px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 2px solid transparent;
    background: 0 0;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease;
    color: inherit;
    display: block
}

.sd-img {
    max-width: 270px;
    width: 270px
}

.iiner-h {
    padding: 50px 100px
}

.iiner-h1 {
    display: none;
    padding: 10px 75px;
    height: 70px
}

.pc-head {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 16px;
    line-height: 1.2
}

.pc-h {
    margin-bottom: 16px;
    font-size: 15px
}

.htmlfragment-message p {
    font-size: 17px
}

.eating-img img {
    width: 100%;
    height: auto;
    object-fit: contain
}

.rrr {
    padding: 45px 0 40px 0;
    display: flow-root
}

.aboutsec {
    background: #efefef;
    padding: 25px 0
}

.abt {
    margin-top: 13%
}

@media (max-width:767px) {
    .sd-img {
        max-width: 250px;
        width: 140px
    }

    .iiner-h {
        padding: 16px
    }

    .iiner-h1 {
        display: block
    }

    .mob-log {
        display: flow-root;
        position: absolute;
        width: 100%;
        bottom: 10px
    }

    .mob-log a {
        color: #fff;
        padding: 0;
        font-size: 18px;
        line-height: 1.49325;
        border: 0;
        font-weight: 700
    }

    .order-steps li {
        margin: 0 !important
    }

    .order-steps ul {
        margin: 0 !important
    }

    #fh5co-features h2 {
        margin-bottom: 0 !important
    }

    .order-steps .step::before {
        width: 200px !important;
        height: 200px !important
    }

    .rrr {
        padding-top: 0 !important;
        padding-bottom: 40px
    }

    .c-banner {
        margin-top: 0
    }

    .s-container {
        width: 720px;
        max-width: 100%
    }
}

.u-inset-6 {
    padding: 24px
}

@media (min-width:576px) {
    .s-container {
        width: 540px;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .s-container {
        width: 1140px;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .s-container {
        width: 960px;
        max-width: 100%
    }

    .u-flex-direction-lg-row {
        flex-direction: row
    }
}

.s-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.s-card-cuisine,
.u-flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px
}

.htmlfragment-title,
.htmlfragment-message {
    flex-basis: 50%;
    min-width: 50%
}

@media (max-width:767px) {
    .u-flex-direction-column {
        flex-direction: column
    }
}

.disabled {
    display: block !important;
    opacity: .5 !important;
    margin: 0 auto
}

.c-body {
    font-size: 18px;
    line-height: 1.45
}

.c-button {
    vertical-align: baseline;
    font-size: 15.4px;
    line-height: 1.54;
    font-weight: 700
}

.c-button:hover {
    color: rgb(254, 203, 0) !important
}

.mbimg img {
    height: 500px
}

.mb-head {
    font-size: 45px;
    padding-top: 50px;
    line-height: 1.1
}

.css-1f2uw6l {
    padding: 18px 25px
}

.css-1f2uw6l {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    -webkit-letter-spacing: .14px;
    -moz-letter-spacing: .14px;
    -ms-letter-spacing: .14px;
    letter-spacing: .14px;
    font-weight: 400;
    line-height: normal;
    font-family: inherit;
    color: #2D3138;
    width: 100%;
    caret-color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    -webkit-letter-spacing: .14px;
    -moz-letter-spacing: .14px;
    -ms-letter-spacing: .14px;
    letter-spacing: .14px;
    font-weight: 400;
    line-height: normal;
    -webkit-letter-spacing: -.5px;
    -moz-letter-spacing: -.5px;
    -ms-letter-spacing: -.5px;
    letter-spacing: -.5px;
    padding: 22px;
    border: 1px solid #cccc;
    width: 100%;
    color: #000
}

.css-1id4l51 {
    background-color: #fff;
    cursor: pointer;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    -webkit-letter-spacing: .72px;
    -moz-letter-spacing: .72px;
    -ms-letter-spacing: .72px;
    letter-spacing: .72px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    cursor: pointer;
    text-align: center;
    height: 56px;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-radius: 50px;
    background-color:  #3395FF;
    color: #fff;
    height: 48px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 29px;
    padding-right: 29px;
    width: 165px
}

@media (max-width:767px) {
    .mbimg img {
        height: 300px;
        width: auto
    }

    .css-1f2uw6l {
        padding: 15px !important;
        font-size: 13px !important
    }

    .mb-head {
        font-size: 23px !important;
        margin-bottom: 20px;
        padding-top: 0
    }

    .text-lft {
        text-align: center
    }

    .fgc {
        text-align: center
    }

    .ft-logo {
        min-height: 95px !important
    }
}

.mobileapps {
    display: flow-root !important;
    padding: 20px 0;
    background: #f4f4f4
}

.log-bmt {
    border: 1px solid #f4f4f4;
    border-radius: 3px;
    padding: 6px 16px 5px !important;
    background: #334696;
    color: #f4f4f4 !important
}

.log-bmt:hover {
    border: 1px solid #334696
}

.box-header {
    color: #2c2c2c;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700
}

.rowg:hover .restaurant-box-inner {
    opacity: 1;
    background: #f7f7f7
}

.ft-logo {
    min-height: 240px
}

.footer-logo img {
    max-width: 70% !important;
    width: 70% !important
}

.footer-l {
    float: right
}

.ft-policy {
    list-style: none;
    padding: 0
}

.ft-policy li {
    display: inline-block;
    padding: 10px
}

.ft-policy li a {
    color: #f4f4f4 !important;
    font-size: 14px
}

.footerblog1 {
    margin-top: 80px
}

.fc {
    display: flex;
    justify-content: center
}

.hrs1 {
    display: none
}

.mb-show {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    align-items: center
}

#mbshow {
    margin: 0
}

.mb-show h4,
i {
    color: #3395FF;
    font-size: 16px
}

#cl-filter {
    display: none
}

#owl-two {
    position: relative
}

@media(max-width:767px) {
    .foodname {
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 175px !important;
        display: inline-block !important;
        font-size: 12px
    }

    .cuisinetype {
        font-size: 16px !important;
        display: flex;
        flex-direction: row;
        margin-bottom: 0px !important
    }

    .deliveryloc {
        font-size: 16px !important
    }

    .flowx {
        display: flow-root !important;
        margin-top: 10px !important
    }

    .resr {
        text-align: right;
        padding-right: 15px
    }

    #contentribon {
        margin-right: 5px !important
    }

    #contentribon1 {
        margin-right: 5px !important
    }

    .col-gp {
        padding: 0 !important
    }

    .mb-banner {
        width: 100%;
        height: 100px;
        object-fit: fill
    }

    #cl-filter {
        display: block
    }

    .mb-show {
        display: flex
    }

    .filter-wrapper {
        display: none
    }

    .footer-logo img {
        width: 60% !important
    }

    .info-msg {
        flex-direction: column !important;
        padding: 10px
    }

    .info-msg a {
        margin: 0 !important
    }

    .info-msg h4 {
        margin-top: 20px !important
    }

    .hrs {
        display: none
    }

    .hrs1 {
        display: block;
        text-align: center
    }

    .right-d {
        display: block;
        padding-right: 0;
        margin: 0
    }

    .slmb {
        /*display: none*/
    }
    .colfl-0 {
        flex: 0 0 auto;
        margin-top: 10px;
    }
}
.popres h4{
    margin-bottom: 15px;
    margin-top: 0;
}
@media(max-width:991px) and (min-width:768px) {
    #cl-filter {
        display: block
    }

    .mb-show {
        display: flex
    }

    .filter-wrapper {
        display: none
    }

    .hrs {
        display: none
    }

    .hrs1 {
        display: block;
        text-align: center
    }

    .right-d {
        text-align: right !important;
        margin-top: 4px
    }

    .slmb {
        display: none
    }

    #contentribon {
        margin-right: 0 !important
    }

    .flowx {
        display: flex;
        margin-top: 5px;
        flex-direction: row !important
    }

    .resr {
        float: right
    }

    .col-gp {
        padding: 0 !important
    }

    .location-info {
        width: auto !important
    }

    .footer-logo img {
        width: 80% !important
    }
}

#restaurants {
    display: flow-root !important
}

.info-msg {
    display: none;
    margin-top: 65px;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    background: #ffcb04;
    position: relative
}

.infoclose {
    display: block;
    position: absolute;
    right: 10px;
    top: 8px
}

.info-msg a {
    margin: 10px 5px;
    color: #3395FF;
    font-weight: 700
}

.info-msg h4 {
    font-weight: 500 !important;
    font-size: 14px;
    padding: 4px
}

.clear {
    display: flex;
    flex-direction: row
}

.clear span {
    margin: 10px;
    text-decoration: underline
}

.clear1 {
    display: inline-block
}

.asp {
    margin: 10px;
    font-weight: 700;
    color:  #3395FF;
}

.date-time {
    display: block;
    padding: 0
}

.delst {
    font-size: 16px !important
}

.new12 {
    padding: 0
}

.new12 .form-group {
    display: block;
    margin-bottom: 3px
}

.new12 .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.new12 .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px
}

.new12 .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px
}

.new12 .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.vendor-menu__categories {
    transition: all 0.5s ease-in-out
}

select.sort-select {
    padding: 5px 15px;
    color:  #3395FF;
    font-weight: 500;
    border-radius: 3px;
    font-size: 15px;
    background: #f4f4f4;
    border: 0
}

select.sort-select option {
    background: rgb(244 244 244);
    color: #000;
    text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
    font-weight: 600;
    font-size: 13px
}

.right-d {
    display: block;
    text-align: right;
    padding-right: 15px
}

.mb-banner {
    width: 100%
}

.est1 {
    color:  #3395FF !important;
    text-transform: uppercase
}

.location-info p {
    font-size: 12px
}

.flowx {
    display: flex;
    margin-top: 5px
}

#contentribon {
    width: 100px;
    color: #fff;
    text-align: center;
    margin-left: 0;
    margin-right: 25px;
    height: 25px;
    float: right;
    display: none
}

aside.arrow {
    background-color: #f6ba10
}

aside.arrow {
    margin: 0;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    user-select: none;
    text-transform: capitalize;
    font-size: 12px
}

aside.arrow:before,
aside.arrow:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0
}

aside.arrow:before {
    border-color: #f6ba10 transparent;
    left: -17px
}

aside.arrow:after,
aside.arrow:before {
    border-width: 12px 0 12px 17px
}

aside.arrow:after {
    border-color: transparent #f6ba10;
    right: 0;
    display: none
}

#contentribon1 {
    width: 100px;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: 0;
    height: 25px
}

aside.arrow1 {
    background-color:  #3395FF;
}

aside.arrow1 {
    margin: 0;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    user-select: none;
    text-transform: capitalize;
    font-size: 12px
}

aside.arrow1:before,
aside.arrow1:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0
}

aside.arrow1:before {
    border-color:  #3395FF transparent;
    left: -17px;

}

aside.arrow1:after,
aside.arrow1:before {
    border-width: 12px 0 12px 17px
}

aside.arrow1:after {
    border-color: transparent  #3395FF;
    right: -17px;
    display: none;
}

.owl-coupon {
    color: #13aa37;
    font-weight: 500;
    margin: 0;
    font-size: 12px;
    padding: 10px 15px;
    background: #fbfbfc;
    margin-left: -15px;
    margin-right: -15px
}

.foodname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block
}

.foodname:hover {
    display: inline
}

.pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 10px
}

.pagination li {
    display: inline;
    text-align: center
}

.pagination a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #fff;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5
}

.pagination a.active {
    cursor: default
}

.pagination a:active {
    outline: none
}

.modal-1 li:first-child a {
    border-radius: 6px 0 0 6px
}

.modal-1 li:last-child a {
    border-radius: 0 6px 6px 0
}

.modal-1 a {
    border-color: #ddd;
    color: #4285F4;
    background: #fff
}

.modal-1 a:hover {
    background: #eee
}

.modal-1 a.active,
.modal-1 a:active {
    border-color: #4285F4;
    background: #4285F4;
    color: #fff
}

@media (max-width:1024px) and (min-width:992px) {
    .location-info p {
        font-size: 11px
    }
}

.sexy {
    width: 50%
}

.sexy .input-group,
.g1b {
    width: 100% !important
}

.sexy .input-group-btn {
    width: 30px !important
}

.sexy .head-search {
    width: 85% !important;
    border: 0
}

.top-sexy {
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 60%
}

.lft-txt {
    display: inline-block;
    float: left
}

.rgt-txt {
    display: inline-block;
    margin-top: 20px;
    text-decoration: underline;
    color:  #3395FF;
    font-size: 14px;
    font-weight: 600;
    float: right
}

.open-res {
    border: 0 solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    background: #f4f4f4;
    margin: 2px
}

.open-res i {
    color: #000
}

#date-frm,
#time-frm {
    padding: 6px;
    font-size: 12px;
    width: 100%;
    margin-bottom: 10px
}

.asp1 {
    margin: 0;
    font-weight: 700;
    color:  #3395FF;
}

.foodimg svg {
    height: 22px;
    width: 22px;
    margin-right: 5px
}

.foodimg {
    line-height: 0
}

.rev-r {
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    margin: 0;
}

.cust-cross {
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer
}

.coupons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.del-t {
    padding: 4px
}

.del-t a {
    color:  #3395FF;
    font-weight: 600;
    padding: 5px
}

.mdtitle {
    text-align: center
}

.mdtitle p {
    font-size: 12px
}

.feat-s {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px
}

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 25px;
    margin: 0
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.togslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.togslider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 1px;
    bottom: 1px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

input:checked+.togslider {
    background-color:  #3395FF;
}

input:focus+.togslider {
    box-shadow: 0 0 1px #40bf45
}

input:checked+.togslider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.togslider.round {
    border-radius: 34px
}

.togslider.round:before {
    border-radius: 50%
}

.feat-s span {
    flex-shrink: 3;
    flex-basis: auto;
    flex-grow: 1
}

.hyt {
    color: #9E9E9E !important
}

.cgf {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cgf input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark12 {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #CCC;
}

input[type='checkbox']:focus ~ .checkmark12 {
    border: 1px solid #0070ebb5;
    box-shadow: inset 0 0 6px 2px #0070eb3d
}

.cgf:hover input~.checkmark12 {
    background-color: #fff
}

.cgf input:checked~.checkmark12 {
    background-color: #2196F3
}

.checkmark12:after {
    content: "";
    position: absolute;
    display: none
}

.cgf input:checked~.checkmark12:after {
    display: block
}

.cgf .checkmark12:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.smallp {
    font-size: 12px;
    color: #9E9E9E;
    margin: 0
}

.inlineblock a {
    color:  #3395FF;
}

.c-banner-section .img_container {
    flex: 1 1 auto
}

.send_sexy {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.p-relative {
    position: relative
}

.user-dropdown {
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    padding: 10px;
    z-index: 9999;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
    min-width: 225px;
    top: 112%;
    display: none
}

.show {
    display: block
}

.user-dropdown ul {
    list-style: none;
    padding: 0
}

.user-dropdown ul>li {
    display: inline-block;
    width: 50%;
    position: relative;
    padding: 15px 10px;
    height: 85px;
    margin-bottom: 5px;
    padding-bottom: 0;
    float: left
}

.user-dropdown .user-footer {
    display: flex;
    position: relative;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ccc;
    font-weight: 500;
    padding-bottom: 0
}

.user-dropdown ul>li>a span.details {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
    font-size: 12px;
    font-weight: 500;
    color: #042556
}

.user-dropdown ul>li>a .icon {
    display: block;
    margin: 0 auto;
    text-align: center
}

.user-dropdown ul>li>a .icon img {
    height: 30px
}

.modal_body_head {
    height: 300px;
    position: relative
}

.modal_body_head button {
    position: absolute;
    left: 0;
    top: 0;
    color: #3395FF;
    background-color: #fff;
    opacity: 1;
    border: 0 solid #ccc;
    padding: 5px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 30px;
    box-shadow: 1px 1px 10px -5px #ccc;
    margin: 10px
}

#myModalItemDetails.modal-footer {
    flex: 0 0 auto
}

.product_delx {
    display: grid;
    padding: 20px
}

.modal_body_head .product_img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.mdf2 {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.add_delete {
    flex: 1 1 auto;
    text-align: left;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    padding-block: 10px;
}

.prc_btn {
    flex: 1 1 auto
}

.qun_text {
    font-weight: 700;
    margin-right: 15px;
    margin-bottom: 5px;
}

.pl_min {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #3395FF;
    padding: 0;
    margin-bottom: 5px;
    border-radius: 20px;
    overflow: hidden;
}
.pl_min i {
    padding: 10px;
    cursor: pointer;
}

.pl_min #myMenuQty {
    width: 50px;
    border: 0;
    text-align: center
}

.product_nam {
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #2f4d7d
}

.product_nam:hover {
    text-decoration: underline;
    text-decoration-color: #2f4d7d
}

.product_addons {
    cursor: pointer
}

.fixed_head {
    position: absolute;
    top: 0;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    transition: transform 175ms ease-in-out;
    transform: translateY(-100px);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1)
}

.isvisible {
    transform: translateY(0) !important
}

.fixed_head .close_hd {
    color: #3395FF;
    background-color: #fff;
    opacity: 1;
    border: 0 solid #ccc;
    padding: 5px;
    border-radius: 50%;
    height: 30px;
    width: 40px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.fixed_head h3 {
    margin: 0;
    flex: 1;
    transform: translateX(-20px)
}

.mnu_des {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 20px;
    transition: background-color .2s ease-in-out;
    background-color: hsla(0, 0%, 100%, .75);
    padding: 12px
}

.mnu_des h3 {
    margin: 0
}

@media(max-width:399px) {
    .header-info h1 {
        font-size: 20px !important
    }

    .header-info p.midcusp {
        font-size: 13px
    }

    .pickup_delivery .search_container {
        margin-top: 0;
        padding: 0 15px !important
    }

    .c-banner--small .c-banner-section {
        padding: 0
    }

    .c-banner-section .img_container img {
        height: 45px !important;
        margin-left: 10px
    }

    .user-details img {
        height: 35px !important;
        width: 35px !important
    }

    p.cart-icon img {
        height: 25px !important;
        margin-top: 5px !important
    }
}

.show_mob {
    display: none
}

@media(max-width:767px) {
    .qun_text {
        display: none
    }

    .add_delete {
        margin-right: 20px
    }

    .show_mob {
        display: flex
    }
}

.lgnwthothr button {
    background: #2D4487 !important
}

.lgnwthothr button:hover {
    background: #2D4487 !important
}