@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body,
main,
section,
div,
aside,
span,
p,
a,
ul,
li,
ol,
del,
dl,
header,
footer {
    padding: 0;
    margin: 0;
    text-shadow: none;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    list-style: none;
}
body {
    font-size: 20px;
    line-height: 27px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    margin-bottom: 25px;
    font-weight: 600;
}
a {
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
b,
strong {
    font-weight: 700;
}
img {
    max-width: 100%;
}
/* Header */
header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
    padding: 18px 0;
}
.navbar-brand img {
    max-width: 150px;
}
header .navbar {
    padding: 0;
}
header .navbar-nav a {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    position: relative;
    color: #000000;
}
header .navbar-nav a:after {
    content: '';
    position: absolute;
    bottom: -12px;
    width: 8px;
    height: 8px;
    background: #83C527;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
header .navbar-nav .menu-item+.menu-item {
    margin-left: 55px;
}
header .navbar-nav a:hover,
header .navbar-nav li.current-menu-item>a {
    color: #83C527;
}
header .navbar-nav a:hover:after,
header .navbar-nav li.current-menu-item>a:after {
    opacity: 1;
}
header .ms-auto svg {
    max-width: 32px;
}
.cart-icon {
    position: relative;
    margin-right: 45px;
}
.cart-count {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    background: #83C527;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    top: -10px;
    right: -10px;
    z-index: 1;
}
.btn-primary {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    padding: 25px 50px;
    background: #83C527;
    border-radius: 50px;
    color: #fff;
    border: 1px solid transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border-color: #83C527;
    background: #fff;
    color: #83C527;
    outline: none;
    box-shadow: none;
}
.btn-primary:hover svg path,
.btn-primary:focus svg path,
.btn-primary:active svg path {
    fill: #83C527;
}
/* Home */
.home-banner {
    position: relative;
    padding-top: 176px;
    overflow: hidden;
    margin-bottom: 175px;
}
.home-banner::after {
    content: '';
    position: absolute;
    background: #E6EEDC;
    width: 1150px;
    height: 1150px;
    top: -550px;
    right: -550px;
    border-radius: 50%;
    z-index: -1;
}
h1 {
    font-size: 54px;
    line-height: 80px;
}
.title h2 {
    font-size: 54px;
    line-height: 80px;
}
.offer-right b {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
/* .offer-right strong {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
} */
h1 strong,
h1 b {
    font-weight: 700;
    color: #83C527;
    font-size: 60px;
}
h2 strong,
h2 b {
    font-weight: 700;
    color: #83C527;
    font-size: 60px;
}
.banner-search {
    margin-top: 51px;
    position: relative;
}
.banner-search .form-control {
    border-radius: 40px;
    border: 1px solid #83C527;
    padding: 25px 80px 25px 40px;
}
.banner-search .btn-primary {
    position: absolute;
    right: 40px;
    top: 25px;
    padding: 0;
    background: transparent;
    border: 0;
    z-index: 4;
    border: 0;
}
.hb-img img,
.ha-img img {
    max-width: 95%;
}
.small-title {
    font-weight: 500;
    color: #83C527;
    text-transform: uppercase;
    display: block;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}
.home-about,
.home-meals {
    margin-bottom: 150px;
}
.home-about p {
    margin-bottom: 30px;
}
.home-about .btn-primary {
    margin-top: 20px;
}
.meal-menu-left {
    height: 535px;
    overflow-y: scroll;
}
.home-meals {
    overflow: hidden;
}
.home-meals .row+.row {
    margin-top: 50px;
}
#v-pills-tabContent {
    padding-left: 55px;
}
.ml-box {
    padding: 25px 60px 25px 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    width: fit-content;
    border-radius: 70px;
    background: #fff;
}
.ml-box+.ml-box {
    margin-top: 15px;
}
.ml-box.active {
    background: #83C527;
    color: #fff;
}
.ml-box img {
    max-width: 72px;
    margin-right: 30px;
}
.meal-menu-left {
    scrollbar-width: thin;
    scrollbar-color: #83c527 #DFDFDF;
}
.meal-menu-left::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.meal-menu-left::-webkit-scrollbar-track {
    background-clip: content-box;
    border: 2px solid transparent;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.meal-menu-left::-webkit-scrollbar-thumb {
    background-color: #83c527;
    border-radius: 10px;
}
.meal-menu-left::-webkit-scrollbar-corner,
.meal-menu-left::-webkit-scrollbar-track {
    background-color: #DFDFDF;
}
.ms-box {
    position: relative;
    max-width: 350px;
    margin-right: 80px;
    background: linear-gradient(#fff 0%, #d7ff9f 100%);
    filter: drop-shadow(0px 5px -10px rgba(0, 0, 0, 0.16));
    border-radius: 50px;
}
.ml-desc {
    padding: 0 30px 35px;
    float: left;
}
.ml-desc span {
    float: left;
    display: block;
    width: 70%;
}
.ml-name {
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 5px;
}
.ml-cat {
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 5px;
}
.ml-price {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
}
.ml-desc ul {
    float: right;
}
.ml-desc ul li {
    display: inline-block;
}
.ml-desc ul li+li {
    margin-left: 20px;
}
.ms-slider .draggable {
    width: 3000px;
    padding: 10px 0 30px;
}
.ms-slider .slick-arrow {
    position: absolute;
    top: -150px;
    right: 0;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    width: 54px;
    height: 54px;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.ms-slider .slick-arrow:before {
    display: none;
}
.ms-slider .slick-arrow.slick-next {
    background: url('./images/arrow-right.svg') no-repeat #dfdfdf;
    background-position: center;
    border-radius: 50%;
}
.ms-slider .slick-arrow.slick-prev {
    background: url('images/arrow-left.svg') no-repeat #DFDFDF;
    background-position: center;
    border-radius: 50%;
    right: 80px;
    left: auto;
}
.ms-slider .slick-arrow:hover {
    background-color: #83C527;
}
.home-offer {
    position: relative;
    overflow: hidden;
    margin-bottom: 150px;
}
.home-offer:after {
    content: '';
    position: absolute;
    background: #E6EEDC;
    width: 625px;
    height: 625px;
    top: 50%;
    transform: translateY(-50%);
    left: -550px;
    border-radius: 50%;
    z-index: -1;
}
.discount {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
.offer-right .btn-primary {
    margin-top: 20px;
    display: inline-block;
}
.home-testi {
    padding: 80px 0;
    position: relative;
    background: #E6EEDC;
    margin-bottom: 50px;
}
.home-testi:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 30%;
    z-index: 1;
}
.testi-slider {
    margin-top: 80px;
    z-index: 2;
}
.testi-box {
    background: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    position: relative;
    padding: 24px;
    text-align: center;
    margin: 0 20px;
}
.testi-img img {
    max-width: 160px;
    padding: 15px;
    border: 3px solid #83C527;
    border-radius: 50%;
    margin: 0 auto;
}
.testi-img {
    position: absolute;
    left: 0;
    right: 0;
    top: -25%;
}
.testi-box p {
    font-size: 20px;
    line-height: 30px;
    color: #747474;
    margin: 80px 0 30px;
}
.testi-box span {
    display: block;
}
.testi-author {
    font-size: 26px;
    line-height: 39px;
    margin-bottom: 10px;
    font-size: 600;
}
.testi-designation {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #83C527;
}
.testi-slider .slick-list.draggable {
    padding: 8% 0 1%;
}
.testi-slider .slick-dots {
    z-index: 2;
    bottom: -40px;
}
.testi-slider .slick-dots li button::before {
    content: '';
    width: 14px;
    height: 14px;
    background: #E8E8E8;
    border-radius: 50%;
    opacity: 1;
}
.slick-dots li.slick-active button::before {
    content: '';
    opacity: 1;
    background: #83C527;
}
.ht-left {
    position: absolute;
    width: 34%;
    bottom: 57%;
    left: 0;
}
.ht-right {
    position: absolute;
    width: 34%;
    bottom: 57%;
    right: 0;
}
.home-download {
    margin-bottom: 140px;
}
.download-app {
    margin-top: calc(80px - 25px);
}
.download-app a img {
    max-width: 200px;
}
.download-app a+a {
    margin-left: 70px;
}
.footer-top {
    padding-top: 60px;
    border-top: 1px solid #83C527;
}
.f-logo {
    margin-bottom: 20px;
}
.f-logo img {
    max-width: 200px;
}
.footer-top .social {
    margin-top: 30px;
}
.social li {
    display: inline-block;
}
.social li+li {
    margin-left: 25px;
}
.footer-top .social li a {
    color: #83C527;
}
.footer-top .social li a:hover {
    color: #000000;
}
.footer-top ul li a {
    color: #000000;
}
.footer-top ul li+li {
    margin-top: 15px;
}
.footer-top ul li a:hover {
    color: #83C527;
}
.ft-right i {
    margin-right: 15px;
    color: #83C527;
}
.ft-top-form {
    margin-top: 30px;
    position: relative;
}
.ft-top-form .form-control {
    border-radius: 40px;
    border: 1px solid #E0E0E0;
    padding-right: 25px;
    padding: 25px 60px 25px 30px;
}
.ft-top-form .btn-primary {
    position: absolute;
    right: 30px;
    top: 22px;
    padding: 6px;
    background: transparent;
    border: 0;
    z-index: 4;
}
.footer-top .row+.row {
    margin-top: 70px;
    margin-bottom: 20px;
}
.footer-top .row+.row a {
    color: #000000;
}
.footer-top .row+.row a:hover {
    color: #83C527;
}
/* Meals */
.inner-banner {
    margin: 140px 0 80px;
    padding: 65px 0;
    position: relative;
}
.inner-banner h1 {
    color: #fff;
}
.bredcrumb span {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    font-weight: 500;
}
.meals-main {
    margin-bottom: 140px;
}
.meals-main h2 {
    font-size: 38px;
    line-height: 100px;
}
.meal-box {
    background: #F1F1F1;
}
.meal-box+.meal-box {
    margin-top: 40px;
}
.mb-img img {
    max-width: 340px;
    height: 100%;
    object-fit: cover;
}
.mb-desc {
    padding: 30px;
    width: 100%;
}
.mb-desc-top h3 {
    position: relative;
    font-size: 34px;
    line-height: 51px;
    margin-bottom: 22px;
}
.mb-desc-top h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 90px;
    height: 4px;
    background: #83C527;
}
.mb-desc-top span {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #C52734;margin-top: -20px;
}
.mb-desc p {
    margin-bottom: 15px;
    color: #707070;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mb-desc-bottom .price {
    font-size: 26px;
    line-height: 39px;
    font-weight: 700;
}
.mb-desc-bottom {
    margin-top: 15px;
}
.mb-desc-bottom .btn-primary {
    padding: 12px 24px;
}
.meal-cat-box img {
    max-width: 100px;
    height: 100px;
    object-fit: contain;
    margin-right: 30px;float: left;
}
.meal-cat-box span {
	float: left;
	width: 60%;

	position: absolute;
	top: 45%;
	line-height: 24px;
	transform: translate(0%, -45%);
}
.meal-cat-inner {
    padding: 20px;
    border: 1px solid #ACACAC;
}
.meal-cat-box.d-flex.align-items-center {
	position: relative;
}
/* .meal-cat-box{
  background: #F1F1F1;
} */
.meal-cat-box a {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    background: #F1F1F1;
    width: 100%;
    display: block;
}
.meal-cat-box+.meal-cat-box {
    margin-top: 20px;
}
.meal-cat-box a:hover,
.meal-cat-box a.active {
    color: #fff;
    background: #83C527;
}
.meal-latest-main {
    margin-top: 60px;
}
.meal-latest-box img {
    max-width: 120px;
    margin-right: 30px;
    height: 120px;
    object-fit: cover;
}
.mll-desc h5 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 8px;
}
.mll-desc span {
    color: #707070;
    display: block;
}
.mll-desc .price {
    font-weight: 700;
    margin-top: 12px;
    color: #000000;
}
.meal-latest-box+.meal-latest-box {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ACACAC;
}
.login {
    margin-bottom: 140px;
}
.form-common {
    padding: 60px 40px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.26);
    height: 100%;
}
.form-common h5 {
    text-align: center;
    font-size: 40px;
    line-height: 53px;
}
.form-common h5 strong {
    color: #83C527;
}
.form-common .form-control,
.contact-form .form-control {
    border-radius: 0;
    border: 2px solid #E7E7E7;
    padding: 26px 26px 26px 86px;
    position: relative;
}
.contact-form .form-control {
    padding: 26px;
}
.contact-form button.btn-primary {
    margin-top: 40px;
}
.form-common .input-group+.input-group,
.contact-form .input-group+.input-group {
    margin-top: 40px;
}
.form-common i {
    color: #83C527;
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.form-common .input-group .form-check-label {
    font-size: 18px;
    line-height: 27px;
}
.form-common .input-group a {
    font-size: 18px;
    line-height: 27px;
    color: #83C527;
}
.form-common button.btn-primary {
    text-align: center;
    margin: 60px auto;
    display: block;
}
.form-common p {
    text-align: center;
}
.form-common p a {
    color: #83C527;
}
.add-info-form .col-lg-12.d-flex.justify-content-between {
    margin-top: 40px;
}
.social-networks li a {
    padding: 22px;
    color: #fff;
    width: 100%;
    display: block;
}
.social-networks li+li {
    margin-top: 40px;
}
.social-networks li.fb a {
    background: #4E71A7;
}
.social-networks li.tw a {
    background: #1CB8EB;
}
.social-networks li.gplus a {
    background: #E44120;
}
.social-networks i {
    position: relative;
    top: 0;
    transform: translateY(0);
    left: 0;
    margin-right: 30px;
    color: #fff;
}
.help {
    margin-bottom: 140px;
}
.help img {
    margin-bottom: 40px;
}
.help h3 {
    font-size: 40px;
    line-height: 53px;
    margin-bottom: 10px;
}
.help p+p {
    margin-top: 20px;
}
.help .row+.row {
    margin-top: 60px;
}
.global-accordion {
    margin-top: 30px;
}
.global-accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
}
.global-accordion .accordion-item {
    border: 0;
}
.global-accordion .accordion-item+.accordion-item {
    margin-top: 40px;
}
.global-accordion .accordion-button {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
    font-size: 20px;
    font-weight: 500;
}
.global-accordion .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #83C527;
    box-shadow: none;
}
.global-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.contact {
    margin-bottom: 140px;
}
.con-box {
    background: url(./images/con-bg.jpg) no-repeat;
    background-size: cover;
    border-radius: 60px 0 60px 0;
    padding: 30px;
    height: 100%;
}
.con-icon {
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 85px;
    display: block;
    margin: 0 auto 30px;
}
.con-icon i {
    color: #83C527;
}
.con-box h5 {
    color: #fff;
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 15px;
}
.con-box p,
.con-box a {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
}
.con-box a {
    display: block;
    word-wrap: anywhere;
}
.contact .row+.row {
    margin-top: 100px;
}
.contact-form h3 {
    font-size: 43px;
    line-height: 60px;
    color: #FF8A00;
    font-weight: 600;
    margin-bottom: 40px;
}
.about-main {
    margin-bottom: 150px;
}
.about-top img {
    max-width: 300px;
    height: 500px;
    object-fit: contain;
    margin-top: 30px;
    padding: 0 15px;
}
.about-top img+img {
    margin-top: 0;
    margin-bottom: 30px;
}
.about-top p+p {
    margin-top: 20px;
}
.about-top .row+.row {
    margin-top: 100px;
}
.about-box {
    padding: 33px 14px;
    border: 1px solid #DADADA;
    border-radius: 20px;
}
.about-box img {
    max-width: 115px;height: auto;
}
.about-desc {
    width: 100%;
    margin-left: 30px;
}
.about-desc h6 {
    font-size: 26px;
    line-height: 39px;
}
.about-desc p {
    color: #707070;
}
.about-trust {
    padding: 85px 0;
    margin-bottom: 150px;
}
.about-trust h1,
.about-trust p {
    color: #fff;
}
.trust-icon {
    width: 90px;
    height: 90px;
    padding: 17px;
    margin-right: 15px;
    background: #83C527;
    border-radius: 50%;
}
.trust-desc p {
    font-size: 14px;
}
.about-trust .col-lg-6.d-flex.align-items-center {
    margin: 15px 0;
}
.about-team {
    margin-bottom: 150px;
}
.about-team .row+.row {
    margin-top: 50px;
}
.team-slider .testi-img {
    position: relative;
    top: 0;
    margin-bottom: 20px;
}
.team-slider .testi-img img {
    border: 2px dashed #707070;
}
.team-slider .slick-list.draggable {
    padding: 2% 0;
}
.team-author-desc {
    background: url(./images/con-bg.jpg) no-repeat;
    background-size: cover;
    border-radius: 16px;
    padding: 15px;
}
.team-author-desc span {
    color: #fff;
}
.team-slider p {
    margin: 10px 0 20px;
}
.team-slider .social li a {
    color: #707070;
}
.team-slider .social li a:hover {
    color: #83C527;
}
.team-slider .slick-arrow {
    position: absolute;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    width: 54px;
    height: 54px;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.team-slider .slick-arrow:before {
    display: none;
}
.team-slider .slick-arrow.slick-next {
    background: url('./images/arrow-right.svg') no-repeat #dfdfdf;
    background-position: center;
    border-radius: 50%;
    right: -30px;
}
.team-slider .slick-arrow.slick-prev {
    background: url('images/arrow-left.svg') no-repeat #DFDFDF;
    background-position: center;
    border-radius: 50%;
    left: -30px;
}
.team-slider .slick-arrow:hover {
    background-color: #83C527;
}
.top-listing {
    margin-bottom: 120px;
}
.top-listing .col-lg-10.offset-lg-1 {
    position: relative;
}
.top-listing .col-lg-10.offset-lg-1::after {
    content: '';
    position: absolute;
    top: 38px;
    left: 15%;
    right: 15%;
    height: 1px;
    background: #DFDFDF;
    z-index: -1;
}
.tl-box .count {
    width: 78px;
    height: 78px;
    background: #F1F1F1;
    border-radius: 50%;
    line-height: 78px;
    color: #000000;
    display: block;
    margin: 0 auto 20px;
}
.tl-box.active .count {
    background: #83C527;
    color: #fff;
}
.sc-heading {
    background: rgba(223, 223, 223, 0.41);
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    padding: 30px 15px;
    margin-bottom: 40px;
}
.ci-desc {
    min-height: 194px;
}
.ci-desc img {
    width: 194px;
    height: 194px;
    object-fit: cover;
    margin-right: 30px;
}
.ci-desc-inner {
    width: 100%;
}
.ci-desc-inner h6 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 0;
}
.ci-desc-inner p {
    color: #707070;
}
.ci-desc-inner img {
    width: 123px;
    height: auto;
    object-fit: inherit;
    margin-top: 25px;
}
.table-price {
    font-size: 26px;
    line-height: 39px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.table-form .btn-primary {
    padding: 0;
    width: 42px;
    height: 42px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    border-radius: 50% !important;
    background: #F0F0F0;
    color: #747474;
    top: 10px;
    z-index: 5;
}
.table-form .btn-primary.minus {
    left: 10px;
}
.table-form .btn-primary.plus {
    left: auto;
    right: 10px;
}
.table-form {
    margin: 0 auto;
}
.table-form .form-control {
    text-align: center;
    position: relative;
    height: 60px;
    width: 160px !important;
    display: block !important;
    padding: 0;
    border-radius: 35px !important;
}
.ci-desc button.close {
    float: right;
    background: transparent;
    padding: 0;
    border: 0;
    box-shadow: none;
}
.shopping-cart .row+.row {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #707070;
}
.shopping-cart .row:nth-last-child(2) {
    margin-bottom: 0;
}
.shopping-cart .row.last {
    background: rgba(223, 223, 223, 0.41);
    padding-top: 40px;
}
.total.price {
    margin-bottom: 40px;
    display: block;
}
.shopping-cart .row.last div {
    padding: 0 15px;
}
.shopping-cart {
    margin-bottom: 100px;
}
.add-info-form {
    padding: 30px;
    border: 1px solid #E7E7E7;
}
.add-info {
    margin-bottom: 140px;
}
.input-group.custom label {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}
.input-group.custom .form-control {
    margin: 0 25px;
}
.payment-options {
    margin-bottom: 40px;
}
.payment-options a {
    width: 150px;
    height: 150px;
    border: 3px solid #E7E7E7;
    border-radius: 50%;
    padding: 25px;
    text-align: center;
    position: relative;
}
.payment-options a img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.md-available {
    padding: 7px 17px;
    border-radius: 16px;
    background: rgba(131, 197, 39, 0.16);
    color: #83C527;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.75rem;
}
.d-flex.star {
    font-size: 18px;
    line-height: 27px;
    color: #747474;
}
.d-flex.star img {
    margin-right: 15px;
}
.md-price.d-flex {
    margin: 36px 0 26px;
}
.md-price span+span {
    margin-left: 14px;
}
span.old-price {
    font-size: 22px;
    line-height: 33px;
    text-decoration: line-through;
    color: rgba(86, 86, 85, 0.5);
}
span.sell-price {
    font-size: 30px;
    line-height: 46px;
    color: #83C527;
    font-weight: 500;
}
span.offer {
    padding: 7px 24px;
    color: #F54748;
    font-size: 14px;
    line-height: 21px;
    border-radius: 17px;
    background: rgba(245, 71, 72, 0.17);
}
.flavour {
    margin-bottom: 20px;
}
.flavour span {
    display: inline-block;
    font-weight: 500;
    color: #747474;
}
.flavour span+span {
    margin-left: 5px;
}
.flavour span.f-title {
    color: #000000;
}
.ml-tag-box {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #DADADA;
}
.ml-tag-box h4 {
    font-size: 26px;
    line-height: 39px;
}
.ml-tag-box ul li {
    display: inline-block;
    margin: 5px;
}
.ml-tag-box ul li a {
    background: #F0F0F0;
    border-radius: 5px;
    padding: 12px 24px;
    display: block;
    color: #000;
}
.ml-tag-box ul li.active a,
.ml-tag-box ul li a:hover {
    color: #fff;
    background: #83C527;
}
.ml-tag-inner {
    margin-top: 40px;
    column-count: 2;
}
.product-detail {
    margin-top: 40px;
}
.product-detail ul li strong {
    font-weight: 500;
}
.product-detail ul li+li {
    margin-top: 5px;
}
.ml-add-cart {
    margin-top: 50px;
}
.ml-add-cart>.btn-primary {
    padding: 15px 100px;
}
.meals-detail {
    margin-bottom: 100px;
}
.meals-review {
    margin-bottom: 140px;
}
.review-box {
    padding: 30px;
    border: 1px solid #E7E7E7;
    float: left;
}
.review-box+.review-box {
    margin-top: 30px;
}
.review-box>img {
    width: 115px;
    border-radius: 50%;
    margin-right: 40px;
    float: left;
}
.review-desc {
    float: left;
    width: calc(100% - 115px - 40px);
}
.review-title {
    margin-bottom: 15px;
}
.review-desc p {
    color: #747474;
}
.review-desc img {
    width: 139px;
    height: 22px;
    object-fit: cover;
}
.review-desc .title span {
    color: #83C527;
}
.review-title h5 {
    margin-bottom: 5px;
}
.meals-review .form-common .title {
    margin-bottom: 30px;
}
.meals-review .form-common .form-control {
    padding: 15px 30px;
}
.meals-review .form-common button.btn-primary {
    margin: 40px auto 0;
}
.meals-related-products {
    margin-bottom: 140px;
}
.meals-related-products .ms-box {
    width: 100%;
    margin: 0;
    float: left;
}
.fotorama__thumb-border {
    border-color: #83C527;
}
.submenu {
	position: absolute;
	z-index: 9;
	top: 100%;
	left: 0;
	visibility: hidden;
	min-width: 270px;

	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	border-bottom: 3px solid #83C527;
	background-color: #ffffff;
	-webkit-box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
	box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
}
.s-menu-item a{width:100%;float:left;padding: 10px;}
.has-children{position: relative;}
li.has-children:hover > .submenu {
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.s-menu-item {
	float: left;
	width: 100%;
	margin-bottom: 10px;
    /* padding: 10px; */
}
.s-menu-item:hover{background-color: #83C527;color: #fff;}
.s-menu-item:hover a{color: #fff !important;}
.s-menu-item:hover a::after {
	opacity: 0 !important;
}
.s-menu-item:last-child{margin-bottom: 0;}
.has-children span{display: none;}
@media screen and (max-width: 1600px) {
    .home-banner::after,
    .inner-banner:after {
        width: 1000px;
        height: 1000px;
    }
    #v-pills-tabContent {
        padding-left: 25px;
    }
    .ms-box {
        max-width: 300px;
        margin-right: 40px;
    }
    .ml-desc span {
        width: 60%;
    }
    .ml-name {
        font-size: 20px;
        line-height: 34px;
    }
    .ml-cat {
        font-size: 18px;
        line-height: 20px;
    }
    .ml-price {
        font-size: 20px;
        line-height: 25px;
    }
}
@media screen and (max-width: 1399px) {
    body {
        font-size: 18px;
        line-height: 25px;
    }
    header .navbar-nav a {
        font-size: 16px;
        line-height: 23px;
    }
    .navbar-brand img,
    .f-logo img {
        max-width: 180px;
    }
    .btn-primary {
        padding: 15px 30px;
    }
    h1 {
        font-size: 44px;
        line-height: 70px;
    }
    h1 strong,
    h1 b {
        font-size: 50px;
    }
    .hb-img img,
    .ha-img img {
        max-width: 90%;
    }
    .meal-menu-left {
        height: 465px;
    }
    .ml-box {
        padding: 15px 50px 15px 15px;
    }
    .testi-slider .slick-list.draggable {
        padding: 9% 0 1%;
    }
    .download-app a img {
        max-width: 150px;
    }
    .inner-banner {
        margin-top: 152px;
    }
    .about-top img {
        max-width: 250px;
        height: 100%;
    }
}
@media screen and (max-width: 1199px) {
    .navbar-brand img,
    .f-logo img {
        max-width: 150px;
    }
    header .navbar-nav .menu-item+.menu-item {
        margin-left: 30px;
    }
    h1 {
        font-size: 35px;
        line-height: 50px;
    }
    h1 strong,
    h1 b {
        font-size: 35px;
    }
    .download-app.d-flex a {
        text-align: center;
        margin: 0 auto !important;
    }
    .small-title {
        font-size: 20px;
        line-height: 28px;
    }
    .title h2{
        font-size: 30px;line-height: 38px;
    }
    .title h2 strong,.title  h2 b{
        font-size: 30px;line-height: 38px;
    }
    .home-banner,
    .home-about,
    .home-meals,
    .home-offer,
    .home-testi,
    .home-download,
    .about-main,
    .about-trust,
    .about-team {
        margin-bottom: 100px;
    }
    .ml-box img {
        max-width: 55px;
        margin-right: 15px;
    }
    .ml-box {
        font-size: 20px;
        line-height: 30px;
    }
    .btn-primary {
        font-size: 16px;
        line-height: 22px;
    }
    .meal-menu-left {
        height: 395px;
    }
    .banner-search .form-control {
        padding: 15px 40px 15px 40px;
    }
    .banner-search .btn-primary {
        right: 20px;
        top: 14px;
    }
    .banner-search .btn-primary svg {
        width: 20px;
    }
    .discount {
        font-size: 20px;
        line-height: 30px;
    }
    .testi-img {
        top: -20%;
    }
    .footer-top {
        font-size: 14px;
        padding-top: 50px;
    }
    .footer-top h4 {
        font-size: 18px;
    }
    .ft-top-form .form-control {
        padding: 15px 30px 15px 15px;
    }
    .ft-top-form .btn-primary {
        padding: 0;
        right: 10px;
        top: 15px;
    }
    .footer-top ul li+li {
        margin-top: 5px;
    }
    .footer-top ul li+li {
        margin-top: 5px;
    }
    .ft-top-form,
    .footer-top .social {
        margin-top: 15px;
    }
    .footer-top .row+.row {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .team-slider .slick-arrow {
        z-index: 1;
    }
    .team-slider .slick-arrow.slick-prev {
        left: 0;
    }
    .team-slider .slick-arrow.slick-next {
        right: 0;
    }
    .about-top img {
        max-width: 220px;
    }
    .inner-banner {
        margin-top: 134px;
    }
    .mb-img img {
        max-width: 250px;
    }
    .mb-desc-top h3 {
        font-size: 25px;
        line-height: 40px;
    }
    .meal-cat-box img {
        max-width: 80px;
        margin-right: 15px;
    }
    .meal-cat-box a {
        font-size: 18px;
    }
    .mll-desc h5 {
        font-size: 18px;
        line-height: 25px;
    }
}
@media screen and (max-width: 991px) {
    .ms-auto.d-flex.align-items-center {
        position: absolute;
        right: 140px;
        top: 22px;
    }
    .navbar-toggler {
        box-shadow: none !important;
        border: 2px solid #83C527;
        border-radius: 5px;
    }
    .cart-icon {
        margin-right: 35px;
    }
    header .navbar-collapse {
        background: #fff;
        border-radius: 15px;
        padding: 15px;
        border: 1px solid #83c527;
    }
    header .navbar-nav a {
        font-size: 16px;
        width: 100%;
        display: block;
        padding: 15px;
        line-height: 1;
    }
    header .navbar-nav .menu-item+.menu-item {
        margin-left: 0;
        border-top: 1px solid #83c527;
    }
    header .navbar-nav a::after {
        display: none;
    }
    .home-banner {
        padding-top: 150px;
    }
    .hb-img {
        margin-top: 30px;
    }
    .ha-img {
        margin-bottom: 30px;
    }
    .meal-menu-left {
        height: 100%;
        overflow: auto;
        margin-bottom: 30px;
    }
    .ml-box {
        width: 100%;
    }
    .ms-slider .slick-arrow {
        top: 50%;
        z-index: 1;
        right: 0;
    }
    .ms-slider .slick-arrow.slick-prev {
        right: auto;
        left: -30px;
    }
    .testi-slider .slick-list.draggable {
        padding: 12% 0 1%;
    }
    .footer-top .col-lg-3,
    .col-lg-2 {
        width: 33.3333%;
    }
    .footer-top .col-lg-3:nth-child(1) {
        width: 100%;
        margin-bottom: 30px;
    }
    .about-top .row>.col-lg-6 {
        text-align: center;
        margin: 0 0 50px;
    }
    .about-top .row+.row {
        margin-top: 50px;
    }
    .about-box {
        margin-bottom: 15px;
    }
    .ci-desc>img {
        width: 150px;
        height: 150px;
    }
    .ci-desc-inner h6 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .ci-desc-inner p {
        font-size: 14px;
        line-height: 18px;
    }
    .ci-desc-inner img {
        margin-top: 15px;
    }
    .table-price {
        font-size: 22px;
        line-height: 30px;
    }
    .table-form .form-control {
        width: 140px !important;
    }
    .add-info-form h5 {
        margin: 25px 0;
    }
    .contact .row .col-lg-4 {
        margin-bottom: 30px;
    }
    .contact .row+.row {
        margin-top: 50px;
    }
    .contact iframe {
        height: 300px;
        margin-bottom: 30px;
    }
    .contact,
    .help,
    .login,
    .meals-review,
    .meals-related-products {
        margin-bottom: 100px;
    }
    .meals-detail .col-lg-5 {
        margin-bottom: 30px;
    }
    .meals-review .form-common {
        margin-top: 30px;
    }
    .meals-related-products .ms-box {
        float: none;
        display: block;
        margin: 0 auto;
        left: 0;
        right: 0;
        height: 100%;
    }
}
@media screen and (max-width: 767px) {
    .submenu {
        position: relative;
        opacity: 1;
        top: 0;
        left: unset;
        width: 100%;
        float: left;
        visibility: visible;
        display: none;transform: translateY(0px);border-bottom: 0;-webkit-box-shadow: unset;
        box-shadow: unset; padding-left: 15px !important;
    }.hd.sw {
        padding-top: 14px;
    }.s-menu-item a {
        padding: 10px !important;
    }
    .hd .fa-minus{display: none;}
    .hd.sw .fa-minus{display: block !important;}
    .sw .fa-plus{display: none;}
    .has-children span {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        text-align: right;
        line-height: 47px;
    }
    .ms-auto.d-flex.align-items-center .btn-primary {
        display: none;
    }
    .cart-icon {
        margin-right: 0;
    }
    .ms-auto.d-flex.align-items-center {
        right: 100px;
        top: 35px;
    }
    .ms-slider .slick-arrow {
        display: none !important;
    }
    .ml-box+.ml-box {
        margin-top: 5px;
    }
    .ml-box+.ml-box {
        margin-top: 5px;
    }
    .testi-slider {
        margin-top: 30px;
    }
    .testi-slider .slick-list.draggable {
        padding: 25% 0 5%;
    }
    .home-download .col-lg-7 {
        margin-top: 30px;
    }
    .home-testi {
        padding: 80px 0 0;
    }
    .footer-top .col-lg-3,
    .col-lg-2 {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-top .row+.row {
        margin-top: 0;
    }
    .footer-top .row+.row .col-lg-12 {
        display: block !important;
        width: 100%;
    }
    .footer-top .row+.row a {
        margin-bottom: 15px;
        display: block;
    }
    .footer-top .row+.row a,
    .footer-top .row+.row p {
        width: 100%;
        text-align: center;
    }
    .download-app a img {
        max-width: 100px;
    }
    .footer-top {
        padding-top: 30px;
    }
    .inner-banner {
        margin-bottom: 50px;
    }
    .about-top img {
        max-width: 150px;
    }
    .about-box,
    .about-trust .col-lg-6.d-flex.align-items-center {
        display: block !important;
        text-align: center;
    }
    .about-box svg {
        margin-bottom: 30px;
    }
    .about-desc {
        margin-left: 0;
    }
    .trust-icon {
        display: inline-block;
        margin: 0 0 10px;
    }
    .tl-box .count {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .tl-box h6 {
        font-size: 12px;
    }
    .top-listing .col-lg-10.offset-lg-1::after {
        top: 25%;
    }
    .top-listing {
        margin-bottom: 50px;
    }
    .container-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .container-scroll .row {
        width: 200%;
    }
    .add-info-form {
        padding: 15px;
    }
    .contact-form .form-control {
        padding: 15px;
    }
    .form-common .input-group+.input-group,
    .contact-form .input-group+.input-group {
        margin-top: 15px;
    }
    .add-info-form .col-lg-12.d-flex.justify-content-between {
        display: block !important;
        text-align: center;
    }
    .add-info-form .col-lg-12.d-flex.justify-content-between .btn-primary {
        display: inline-block;
        margin: 5px 0;
    }
    .payment-options {
        display: block !important;
        text-align: center;
    }
    .payment-options a {
        display: inline-block;
    }
    .form-common {
        padding: 15px;
    }
    .login .col-lg-6+.col-lg-6 {
        margin-top: 30px;
    }
    .meal-box {
        display: block !important;
        float: left;
        padding-bottom: 10px;
    }
    .mb-img {
        text-align: center;
    }
    .mb-img img {
        max-width: 100%;
    }
    .mb-desc-top.d-flex.align-items-center.justify-content-between {
        display: block !important;
        margin-bottom: 15px;
    }
    .ml-tag-box ul li {
        display: block;
    }
    .ml-tag-inner {
        column-count: 1;
    }
    .ml-tag-inner-box+.ml-tag-inner-box {
        margin-top: 40px;
    }
    .ml-tag-inner-box+.ml-tag-inner-box {
        margin-top: 40px;
    }
    .d-flex.justify-content-between.align-items-center.ml-add-cart {
        display: block !important;
        text-align: center;
    }
    .d-flex.justify-content-between.align-items-center.ml-add-cart .btn-primary {
        margin-bottom: 30px;
    }
    .review-box>img {
        float: none;
        display: block;
        margin: 0 auto 30px;
    }
    .review-desc {
        float: none;
        width: 100%;
    }
    .review-title {
        display: block !important;
        text-align: center;
    }
    .review-desc img {
        margin-top: 10px;
    }
}
