@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

:root {
    --primary-color: #000;
    --secondary-color: #00AD5D;
    --white-color: #fff;
}

/* Utility Classes */
body {
    position: relative;
}

p {
    /* font-size: 20px; */
    font-weight: 400;
}

a {
    text-decoration: none !important;
}

h1 {
    font-weight: 700;
    /* font-size: 60px; */
    line-height: 68px;
}

h2 {
    font-weight: 700;
    /* font-size: 56px; */
    line-height: 64px;
}

h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 48px;
}

h4 {}

h5 {}

h6 {}

.w-30 {
    width: 30% !important;
}

.w-70 {
    width: 70% !important;
}
.google-play-btn-image{
    width: 199px;
    border-radius: 15px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.primary-btn {
    text-decoration: none;
    color: #fff;
    background-color: #00AD5D;
    padding: 15px 20px;
    font-weight: 600;
    border-radius: 40px;
    font-size: 20px;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


/* input {
    margin-bottom: 0rem!important;
} */
.container {
    max-width: 1300px !important;
    margin: 0 auto !important;
    /* overflow: hidden !important; */
}



/* Navbar css starts here */
nav .navbar .menu ul li {
    list-style: none;
    font-size: 16px;
}
nav .navbar .menu ul li a.deskact.active{
    color: #009951;
    font-weight: bold;
}

nav {
    padding-top: 10px !important;
}

nav .navbar .menu ul li a {
    /* color: var(--secondary-color)!important; */
    color: var(--primary-color);
    text-decoration: none;
}

nav .navbar .menu ul {
    margin-bottom: 0rem;
}


nav .navbar .icon a:nth-child(3) {
    display: none;
}

/* Navbar css ends here */
/* Responsive Navbar css starts here */
.responsive-navbar {
    position: absolute;
    top: 0;
    background-color: #0000005e;
    width: 100%;
    height: 100%;
    z-index: 20;
    padding-top: 10px;
    display: none;
}

nav .navbar .icon p {
    display: none;
}

.responsive-navbar .cross-icon {
    position: fixed;
    right: 20px;
    top: 14px;
}

.responsive-navbar .navbar {
    background-color: #fff;
    width: 95%;
    margin: 0 auto;
    border-radius: 20px;
    position: sticky;
    top: 13%;
}

.responsive-navbar .navbar ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 11px;
    padding: 10px 20px;
}

.responsive-navbar .navbar ul li a {
    color: #000;
}
.responsive-navbar .navbar ul li a.deskact.active{
    color: #009951;
    font-weight: bold;
}
.responsive-navbar .cross-icon img {
    position: sticky;
    top: 0;
    right: 0;
}

/* Responsive Navbar css ends here */
/* Hero section starts here */
.z-index-1{
    z-index: 1;
}
.z-index-2{
    z-index: 2;
}
.bg-image-opacity{
    background-color: #21252978 !important;
    border-radius: 20px;
}
section .container .bg-image {
    background: url(../images/hero/home-destkop.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px !important;
    margin-top: 10px;
    margin-bottom: 12px;
    border-radius: 16px; */
}

.bg-image .bg-text h1 {
    font-weight: 600;
    color: #fff;
}

.bg-image .bg-text p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

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

/* Hero section ends here */
/* Responsive Hero Section starts here  */

.responsive-hero-bg-image {
    background: url(../images/hero/home-mobile.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 20px;
    /* height: 300px; */
    position: relative;
    padding-top: 276px;
    padding-bottom: 28px !important;
    margin-top: 20px;
}

.responsive-hero-bg-image .google-play-btn {
    position: absolute;
    top: -7px;
    left: 1px;
}

.responsive-hero-bg-image .text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}

.responsive-hero-bg-image .text p {
    font-size: 27px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    line-height: 32.22px;
}

/* Responsive Hero Section ends here */
/* form starts here */
/* .form form {
    background: linear-gradient(90deg, rgba(255, 197, 197, 1) 15%, rgba(255, 177, 143, 1) 100%);
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
    align-items: center;
    border-radius: 20px;
    margin-top: 10px;
} */

.res-hero {
    display: none;
}
.cust-form-bg {
    /* background: linear-gradient(90deg, rgba(255, 197, 197, 1) 15%, rgba(255, 177, 143, 1) 100%); */
    background: #a4dfba;
}
.cust-border-radius {
    border-radius: 12px;;
}
.cust-border-radius input, .cust-border-radius select {
    border-top-right-radius: 12px;
    border-bottom-right-radius:  12px;
}
/* 
.form form .select {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 10px;
    font-size: 14px;
    display: flex;
}

.form form .select select {
    background-color: #ffffff;
    border: none;
    outline: none;
    border-radius: 5px;
}

.form form .form-input {
    position: relative;
    width: 250px;
}

.form .row .col-12 form .form-input input {
    background-color: #ffffff;
    border-radius: 14px;
    z-index: 2;
    width: fit-content;
    padding-left: 39px;
    padding: 12px 0px 12px 52px;
}

.form form .form-input input {
    background-color: #ffffff;
    border-radius: 7px;
    z-index: 2;
    width: 100%;
    padding-left: 39px;
    padding: 12px 52px;
}

.form form .form-input img {
    position: absolute;
    z-index: 3;
    width: 20px;
    top: 11px;
    left: 10px;
}

.form form .form-input img {
    position: absolute;
    z-index: 3;
    width: 20px;
    top: 11px;
    left: 10px;
}

.form form .form-input input::placeholder {
    color: #000;
} */

/* form ends here */

/* cards starts here */
.cards-sect .cards-head-text {
    margin-top: 50px;
    margin-bottom: 30px;
}

.save-text-tag {
    color: rgba(0, 173, 92, 0.6);
    font-size: 12px;
    align-items: center;
}

.cards-sect .cards-head-text h2 {
    /* font-size: 40px;
    font-weight: 600; */
    text-align: center;
}

.plan-btn-shadow {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.cards-sect .cards-head-text p {
    text-align: center;
    font-size: 18px;
}

.cards-container .food-card {
    border-radius: 20px;
    padding: 17px 17px;
    border: 2px solid rgba(255, 173, 173, 1);
}

.cards-container .food-card .top-text p {
    color: #000;
    font-weight: 600;
    /* margin-bottom: 7px !important; */

}

.cards-container .food-card .top-text .image {
    position: relative;
    width: 100%;
}

.cards-container .food-card .top-text .image p {
    background-color: #fff;
    width: auto;
    border-radius: 30px;
    padding: 2px 10px;
    font-size: 18px;
    margin-top: 2px;
    position: absolute;
    top: 12px;
    right: 11px;
    align-items: center;
    display: inline-flex;
}
.cards-container .food-card .top-text .image p svg, .cards-container .food-card .top-text .image p span {
    display: inline-flex;
}

.float-box {
    background-color: #000000c4 !important;
    position: absolute;
    width: 96%;
    font-size: 12px;
    left: 2%;
    font-weight: 500;
    border-radius: 17px;
    padding: 10px 10px;
    flex-direction: column;
    display: none;
    bottom: 6px;
    right: 2%;
    color: #fff;
    /* top: 130px; */
    /* display: flex; */
}
.float-box ul {
    margin-bottom: 0px;
}

.float-box ul li{
    font-size: 12px;
    font-weight: 400;
}
.float-box ul li b{
    font-size: 13px;
    font-weight: 600;
    color: #ffc383;
}
.float-box p {
    font-size: 12px;
    font-weight: 500;
    background-color: transparent;
    position: static;
    width: auto;
    margin-bottom: 6px !important;
    margin-left: -25px !important;
    color: #fff !important;
    font-weight: 400;
}

.float-box p b {
    font-size: 13px;
    font-weight: 600;
    color: #ffc383;
}

.cards-container .food-card .image img {
    border-radius: 20px;
    width: 100%;
}

.cards-container .food-card .bottom-part {
    margin-top: 13px;
}

.cards-container .food-card .bottom-part .box-head button:hover {
    background-color: #fff;
}

.cards-container .food-card .bottom-part .box-head .own-plan {
    background-color: #222222;
    color: #fff;
    border-radius: 40px;
    padding: 4px 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cards-container .food-card .bottom-part .box-head .own-plan p {
    font-size: 14px;
    color: var(--white-color);
    font-weight: 400;
    margin-bottom: 0rem !important;
    padding-left: 10px;
}

.cards-container .food-card .bottom-part .box-head .own-plan p:nth-child(2) {
    background-color: #ffffff;
    font-size: 13px;
    border-radius: 50px;
    padding: 7px 10px;
    color: #00AD5C;
    text-align: center;
}

.cards-container .food-card .bottom-part .box-head .full-day-plan p.bg-dark {
    font-size: 14px;
}

.cards-container .food-card .bottom-part .box-head .full-day-plan {
    border: 1px solid #222222;
}

.cards-container .enhance-card {
    background: linear-gradient(145.78deg, #D8FDFF 14.72%, #7593FF 84.19%);
    border: 2px solid rgba(159, 250, 255, 1);
}

.cards-container .active-card {
    background: linear-gradient(145.78deg, #FFECA9 14.72%, #FFA34F 84.19%);
    border: 2px solid rgba(255, 226, 118, 1);
}

.cards-container .balance-card {
    background: linear-gradient(141.61deg, #F9E1E1 15.83%, #FF8C8C 79.58%);
}

.cards-container .food-card .bottom-part .box-head .full-day-plan p:nth-child(2) {
    display: flex;
    font-size: 13px;
    color: #00AD5C;
    background-color: transparent;
    font-weight: 600;
    text-align: center;
    padding: 7px 10px;
}

.cards-container .food-card .bottom-part .box-head .full-day-plan p:nth-child(3) {
    color: #00AD5C;
    padding: 5px;
    border-radius: 15px;
    padding: 6px 7px;
}

.cust_badge {
    background-color: #ffffff52;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    padding: 8px;
    border: 1px solid #e4e4e4;
    cursor: pointer;
}

.cards-container .food-card .bottom-part .tags .tag p:hover {
    background-color: #fff;
}

.balanced-card {
    background: linear-gradient(146deg, #7CF7FF 14.72%, #4B73FF 84.19%);
}

/* cards ends here */
/* Refer A friend starts here */
.refer-a-friend {
    padding-top: 30px;
    padding-bottom: 30px;
}

.refer-left .refer-text p {
    font-size: 43px;
    font-weight: 700;
}

.refer-blocks .refer-block {
    padding: 17px 13px;
    border-radius: 10px;
    gap: 20px;
    background: linear-gradient(148.78deg, #c7f7b4 1.59%, #a2db8c 97.1%);

}

.refer-blocks .refer-block .block-text p:first-child {
    font-size: 18px;
    font-weight: 600;
}

.refer-blocks .refer-block .block-text p {
    font-size: 13px;
}

.refer-right .btn a:first-child {
    padding: 10px 20px;
    background-color: #222222;
    border-radius: 20px;
    color: var(--white-color);

    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.refer-right .btn a {
    padding: 10px 20px;
    background-color: rgba(0, 173, 92, 1);
    border-radius: 20px;
    color: var(--white-color);
    font-size: 16px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.refer-right .image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 449px;
    border-radius: 20px;
}


/* Refer A friend ends here */

/* Footer start here */
.footer {
    background-color: #a4dfba;
    color:#000000;
    padding: 20px 0px;
    gap: 10px;
    margin-top: 20px;
}

.footer-res {
    display: none !important;
}

footer {
    margin-top: 29px;
    margin-bottom: 37px;
    padding-bottom: 24px;
}

footer .footer {
    padding: 20px 20px;
    border-radius: 22px !important;
}

footer .footer .text a {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}

.copyright-text p {
    font-size: 0.8em;
    color: #000000;
    font-weight: 500;
}

.footer ul li {
    list-style: none;
    padding: 0 4px;
}

/* Footer ends here */

/* floating form css starts here */
.form-float form {
    flex-direction: column;
    padding: 20px;
}

.form form .form-input img {
    position: absolute;
    top: 16px;
    left: 20px;
}

.contact-floating input {
    width: 100%;
}

.contact-floating .form form .form-input {
    position: relative;
    width: 100%;
}

.floating-form-text p {
    font-size: 30px;
}

.contact-floating .form-div {
    width: 95%;
    margin: 0 auto;
}

.form-float form input {
    width: 100%;
}

.form-float form select {
    width: 100%;
}

.form-float form {
    align-items: stretch;
    gap: 10px;
}

.form-float form .select {
    display: flex;
}

.form-float form .form-btn a {
    width: 100% !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 10px;
}

.contact-floating {
    position: absolute;
    background-color: #0000008f;
    width: 100%;
    top: 0;
    height: 100%;
    overflow-x: clip;
    display: none;
}

.contact-floating .form-float {
    position: sticky;
    top: 10%;
}





/* floating form css ends here */


@media screen and (max-width:1083px) {
    #res-btn {
        font-size: 18px !important;
        padding: 10px !important;
    }

    .form form .form-input {
        position: relative;
        width: 250px
    }
}



/* sample menu starts here  */
.bg-menu-color {
    background-color: #e8f8e9;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sample-menu section .menu-section {
    padding-top: 10px;
    padding-bottom: 20px;
}

.sample-menu section .menu-section .text p {
    color: #545454;
}

.menu-slider .owl-carousel .owl-item .item {
    width: 96%;
}

.menu-slider .owl-carousel .owl-item img {
    width: 100% !important;
    height: 100% !important;
}

.menu-slider .owl-carousel .item .card-text img {
    height: 30px !important;
    width: 30px !important;
}

.bg-menu-color .menu-section .head-text h3 {
    font-size: 40px;
    font-weight: bold;
}

/* .owl-item {
    background-color: #D2527F;
    color: white;
    text-align: center;
    padding: 100px 0;
  } */
.owl-carousel .item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    position: relative;
}

.owl-carousel .item .card-text {
    width: 80%;
    background-color: rgb(255, 255, 255);
    position: absolute;
    padding: 10px 10px;
    bottom: 20px;
    left: 28px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.owl-carousel .item .card-text p {
    gap: 10px;
    font-weight: 600;
    font-size: 12px;
}

.owl-carousel .item .card-text img {
    width: 30px;
    height: 30px;
}

.cursor-pointer {
    cursor: pointer;
}

/* .owl-theme .owl-nav.disabled+.owl-dots {
    display: none !important;
} */

/* .slider-counter {
    text-align: center;
  }
   */
/* .info {
    text-align: center;
    margin-top: 110px;
  } */

/* <!-- Punjabi chicken slider starts here --> */

section .punjabi-chicken .bg-image {
    background: url(../images/slider/accomodate-slider-v2.jpg);
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    /* padding-top: 33px; */
    /* padding-bottom: 29px; */
    display: flex;
    width: 100%;
    position: relative;
    align-items: flex-end;
    /* padding-right: 35px; */
    /* margin-top: 50px;
    margin-bottom: 30px; */
}

section .punjabi-chicken .owl-nav {
    display: none;
}

section .punjabi-chicken .owl-dots {
    display: none;
}

.owl-carousel .item {}

section .punjabi-chicken .bg-image .slider-container {
    display: flex;
    flex-direction: column;
    width: 50%;
    /* position: absolute; */
    right: 10px;
}

section .punjabi-chicken .bg-image .slider-container .text h3 {
    font-size: 40px;
    font-weight: 600;
}
.cust-text-shadow-dark {
    text-shadow: 1px 1px 1px #DDB856;
}

section .punjabi-chicken .bg-image .slider-container .chef {
    display: flex;
    /* justify-content: space-between  ; */
    gap: 10px;

}

section .punjabi-chicken .bg-image .slider-container .box {
    background: linear-gradient(157.39deg, #FFF3D4 0%, #DDB856 100%);

    padding: 20px;
    border-radius: 20px;
}

section .punjabi-chicken .bg-image .slider-container .box .text p:first-child {
    color: #000;
    font-size: 30px;
    font-weight: 600;
}

section .punjabi-chicken .bg-image .slider-container .box .text p {
    color: #0B0B0B;
    font-weight: 500;
    font-size: 16px;

}

section .punjabi-chicken .bg-image .slider-container .box .plan-div .plan p:first-child {
    font-size: 16px;
}

section .punjabi-chicken .bg-image .slider-container .box .plan-div {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    gap: 4px;
}

section .punjabi-chicken .bg-image .slider-container .box .plan-div .plan {
    display: flex;
    background-color: #222222;
    padding: 10px;
    justify-content: space-between;
    border-radius: 20px;
    align-items: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.plan-div .plan p.green-smt-text {
    color: rgba(0, 173, 92, 0.6) !important;
    font-size: 11px !important;
    background-color: transparent !important;
}

section .punjabi-chicken .bg-image .slider-container .box .plan-div .plan a {
    /* background-color: #fff; */
    border-radius: 20px;
    padding: 7px 20px;
    font-size: 14px;
    color: #00AD5C;
    font-weight: 500;
}

section .punjabi-chicken .bg-image .slider-container .text p {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 32px;
    font-weight: 400;
}

.owl-carousel .owl-item img {
    display: block;
    width: 20px !important;
    height: 20px !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #9ED9B526 !important;
    color: #FFF;
    text-decoration: none;
    border-radius: 50% !important;
    scale: 1.01;
}

section .punjabi-chicken .bg-image .slider-container .box .plan-div .plan p:nth-child(2) {
    background-color: #222222;
    font-size: 16px;
    border-radius: 50px;
    padding: 5px;
    color: #fff;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

section .punjabi-chicken .bg-image .slider-container .box .plan-div .plan .d-flex p {
    font-size: 16px;
}

section .punjabi-chicken .bg-image .slider-container .box .plan-div .plan .d-flex span {
    font-size: 11px;
    color: rgba(0, 173, 92, 0.6);
    font-weight: 500;
    align-items: end;
}

section .punjabi-chicken .bg-image .slider-container .box .plan-div .plan .d-flex span img {
    margin-left: 2px;
}

ul.meal-slider-nav {
    display: flex;
}

/* ul.meal-slider-nav li{
    display: inline-block;
   } */
ul.meal-slider-nav li {
    list-style: none;
    padding: 4px;
}
.slider-nav a {
    background-color: #000;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.slider-nav  a.active-meal-slider {
    background-color: #fff;

}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: none;
}

/* <!-- Punjabi chicken slider ends here --> */
/* Watch some video section starts here */
.watch-some-head-text h3 {
    font-size: 35px;
}

.main-flex {
    gap: 18px;
}

.main-flex .slider-card {
    padding: 20px 20px;
    /* width: 28.33%; */
    border-radius: 20px;
    background: linear-gradient(148.78deg, #C3FFD9 1.59%, #9ED9B5 97.1%);
}

.main-flex .slider-card .image {
    border-bottom-left-radius: 20px;

}

.main-flex .slider-card .image img {
    width: 100% !important;
    height: 100% !important;
}

.watch-some-slider-nav ul {
    display: flex;
}

.watch-some-slider-nav ul li a {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #000;
    list-style: none;
}

.main-flex .middle-div {
    min-width: 38%;
    gap: 18px;
}

.middle-div .top .text p:nth-child(3) {
    font-size: 16px;
}

.main-flex .middle-div .top {
    background: linear-gradient(148.78deg, #C3FFD9 1.59%, #9ED9B5 97.1%);

    padding: 16px 20px;
    border-radius: 20px;

}

.main-flex .middle-div .top .text {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.main-flex .middle-div .top .text img {
    width: 150px !important;
    height: 100% !important;
}

.main-flex .middle-div .top .text p:nth-child(1) {
    font-size: 14px;
    color: #004A27;
    font-weight: 600;
}

.main-flex .middle-div .top .text p:nth-child(2) {
    font-size: 16px;
    color: #222222;
    font-weight: 700;
}

.main-flex .middle-div .top .text p:nth-child(3) {
    font-size: 16px;
    color: #252525;
}

.main-flex .middle-div .top .text p:nth-child(4) {
    font-size: 20px;
    color: rgba(37, 37, 37, 1);
}

.main-flex .bottom {
    display: flex;
    background: linear-gradient(148.78deg, #C3FFD9 1.59%, #9ED9B5 97.1%);
    padding: 20px 20px;
    border-radius: 20px;
    gap: 17px;
}

.main-flex .bottom .image img {
    width: 100% !important;
    border-radius: 20px;
    height: 100% !important;
}

.main-flex .bottom .image {
    width: 369px;
}

.middle-div .bottom .text p:nth-child(1) {
    font-size: 14px;
    color: #004A27;
    font-weight: 600;
}

.middle-div .bottom .text p:nth-child(2) {
    font-size: 20px;
    color: #222222;
    font-weight: 700;
    line-height: 32px;
}

.text-down p:first-child {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.text-down p:first-child {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.middle-div .bottom .text-down p:nth-child(1) {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    line-height: 23px;
}

.last-div {
    display: flex;
    flex-direction: column;
    min-width: 34%;
    gap: 18px;
}

.last-div .top-card .bottom-part {
    background: linear-gradient(148.78deg, #C3FFD9 1.59%, #9ED9B5 97.1%);
    padding: 9px 20px;
    border-radius: 20px;

}

.last-div .top-card .bottom-part .box-head .head-text p {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

/* .last-div .top-card .bottom-part .box-head .tags .tag p {
    background-color: #aee2c2;
    font-size: 11px;
    border-radius: 10px;
    color: #000;
    padding: 6px;
    font-weight: 500;
} */
#margin-top-responsive {
    margin-bottom: 20px;
}

.last-div .top-card .bottom-part .box-head .own-plan {
    background-color: #000;
    padding: 9px 12px;
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.last-div .top-card .bottom-part .box-head .own-plan p {
    color: #fff;
    font-size: 16px;
}

.last-div .top-card .bottom-part .box-head .bg-light {
    background-color: #fff !important;

}

.last-div .top-card .bottom-part .box-head .bg-light p:nth-child(2) {
    background-color: #000;
    padding: 9px;
    border-radius: 20px;
    font-size: 12px;
    display: flex;
}

.last-div .bottom-part-image {
    display: flex;
    background: linear-gradient(148.78deg, #C3FFD9 1.59%, #9ED9B5 97.1%);
    padding: 16px 20px;
    border-radius: 20px;
    gap: 14px;
    align-items: center;
    margin-top: auto;
}

.last-div .bottom-part-image .image {
    width: 168px;
}

.last-div .bottom-part-image .image img {
    width: 100% !important;
    height: 100% !important;

}

.last-div .bottom-part-image .text p:nth-child(1) {
    color: #004A27;
    font-weight: 600;
}

.last-div .bottom-part-image .text p:nth-child(2) {
    color: #0B0B0B;
    font-size: 20px;
    font-weight: 800;
}

/* Watch some video section starts here */
#watchVideo .owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: block;
}

#watchVideo .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000 !important;
}

#watchVideo .owl-theme .owl-dots .owl-dot span {
    background: #7AD09B !important;

}

/* #watchVideo .owl-nav {
    position: relative;
  }
  
  #watchVideo .owl-nav .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  #watchVideo .owl-nav .next-slide  {
    right: -21px;
    top: -245px;

  }
  
  #watchVideo .owl-nav .prev-slide  {
    left: -22px;
    top: -250px;
  } */
#watchVideo .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-50px);
}

#watchVideo .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(39px);

}

p.active {
    font-weight: bold;
    color: #007bff;
}

/* Responsive Slider starts  here */
.responsive-watch-some-videos section .owl-carousel .item {
    background-color: #7AD09B;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.responsive-watch-some-videos section .owl-carousel .item .image img {
    width: 100% !important;
    height: 100% !important;
}

.responsive-watch-some-videos section .owl-carousel .item .text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 18px;
    gap: 4px;
}

.responsive-watch-some-videos section .owl-carousel .item .text-content p:first-child {
    font-size: 14px;
    color: #004A27;
    font-weight: 600;
}

.responsive-watch-some-videos section .owl-carousel .item .text-content p:nth-child(2) {
    font-size: 16px;
    color: #222222;
    font-weight: 700;
}

.responsive-watch-some-videos section .owl-carousel .item .text-content img {
    width: 150px !important;
    height: 100% !important;
}

.responsive-watch-some-videos section .owl-carousel .item .text-content p.food-description {
    font-size: 14px;
    text-align: left;
}

.responsive-watch-some-videos .container .owl-nav svg {
    display: none;
}

.responsive-watch-some-videos section .item .responsive-dots {
    display: flex;
    gap: 10px;
}

.responsive-watch-some-videos section .item .responsive-dots ul {
    display: flex;
    gap: 10px;
}

.responsive-watch-some-videos section .item .responsive-dots ul li {
    list-style: none;
    display: flex;

}

.responsive-watch-some-videos section .item .responsive-dots ul li a {
    background-color: #ffffff !important;
    border-radius: 50%;
    width: 15px !important;
    height: 15px !important;


}

.responsive-watch-some-videos section .item .responsive-dots ul li a.active {
    background-color: #000000 !important;

}

.responsive-watch-some-videos .container .head-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 20px;

}

.responsive-watch-some-videos .container .head-text p {
    font-size: 30px;
    font-weight: 700;
}

.responsive-watch-some-videos .container .head-text a {
    background-color: #222222;
    color: #fff;
    border-radius: 50px;
    padding: 12px 15px;
    font-size: 13px;
}

.responsive-watch-some-videos section .item .responsive-dots ul li.active {
    background-color: #ffffff !important;

}

.responsive-watch-some-videos section .owl-carousel .owl-dots {
    /* text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute!important;
    top: 320px!important;
    left: 200px!important;
    transform: translate(-50%, -50%)!important;  */
    display: none;
}

.responsive-watch-some-videos {
    display: none;
    margin-bottom: 20px;
}

/* .responsive-watch-some-videos section  .owl-carousel   .owl-dots .owl-dot span{
    background: #ffffff !important;
}
.responsive-watch-some-videos section  .owl-dots .owl-dot.active span
{
    background-color: #000!important;
} */
/* Responsive Slider ends  here */
/* Responsive refer a friend starts here    */

.responsive-refer-card {
    background-color: #7AD09B;
    padding: 10px 15px;
    border-radius: 20px;
    display: none;
}

.responsive-refer-friend .text p {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px !important;
}

.responsive-refer-friend .middle-sect .card-image img {
    width: 100%;
}

.responsive-refer-friend .middle-sect .text-box {
    display: flex;
    background-color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
}

.responsive-refer-friend .middle-sect .text-box p:first-child {
    font-size: 18px;
}

.responsive-refer-friend .middle-sect .text-box p:nth-child(2) {
    font-size: 15px;
    font-weight: 500;
}

.responsive-refer-friend .btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.responsive-refer-friend .btn {
    margin-top: 10px;
}

.responsive-refer-friend .btn a:first-child {
    background-color: #222222;
    color: #fff;
    border-radius: 20px;
    padding: 10px 29px;
    font-size: 14px;


}

.responsive-refer-friend .btn a:nth-child(2) {
    background-color: #ffff;
    color: #00AD5C;
    border-radius: 20px;
    padding: 10px 24px;
    font-weight: 700;
    font-size: 18px;
    font-size: 16px;
}

/* Modal Code for request call back form starts here */
#callbackModal .modal-body {
    background: linear-gradient(111.67deg, #FFC5C5 0%, #FFB18F 100.46%);

    border-radius: 20px;
    padding: 18px 23px;
}

.modal-dialog .modal-content {
    border-radius: 20px !important;
}

.modal-dialog .modal-content .head-text p {
    font-size: 30px;
    font-weight: bold;
}

.modal-dialog .modal-content .head-text button {
    background-color: #fff;
    border-radius: 40px;
    padding: 9px;
    margin-top: 9px;
    font-size: 11px;
    color: #fff;
}

.modal-dialog .modal-content .modal-body form input {
    position: relative;
    border-radius: 10px;
    padding: 10px 47px;
}

.modal-dialog .modal-content .modal-body form img {
    position: absolute;
    top: 11px;
    z-index: 110;
    left: 16px;
}

.div-relative {
    position: relative;
}

.modal-dialog .modal-content .modal-body form select {
    padding: 10px 25px;
    border-radius: 10px;
}

.modal-dialog .modal-content .modal-body form .form-btn button {
    background-color: #00AD5C;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0px;
    border-radius: 9px;
}

/* Modal Code for request call back form ends here */
/* jurney css starts here */
.journey-green-color {
    color: #00AD5C;
}

.journey-green-text {
    color: #00AD5C;
    font-size: 26px;
    line-height: 32.5px;
    font-weight: 700;
}

.journey-label {
    font-size: 18px;
    line-height: 21.48px;
    font-weight: 500;
    color: #000;
}

.journey-select-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #000;
}

.journey-img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.journey-absolute-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}

.journey-rounded-borders {
    border-radius: 20px;
}

.journey_step_3_label {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
}

.selectedBoxLunch {
    background: rgba(0, 173, 92, 0.6) !important;
    color: #000 !important;
    font-weight: 500 !important;
}

button.selectmels, button.selectWmels {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(184, 184, 184, 1);
    padding: 12px 18px;
    border-radius: 12px;

}

#deliveryDays button {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center !important;
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(184, 184, 184, 1);
    padding: 15px 8px;
    border-radius: 12px;
    min-width: 48px;
}

.journey-absolute-input {
    border: 1px solid rgba(92, 182, 127, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding: 2px 8px !important;
    border-radius: 10px;
    background: rgba(92, 182, 127, 0.2);
    font-size: 12px;
}

#timeSlots button {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(184, 184, 184, 1);
    padding: 15px 8px;
    border-radius: 12px;
}

.journey-bg-color {
    background-color: #fafff6;
}
.video-bg-color {
    background-color: #ddb85636;
    border-radius: 20px;
}

.allergy-input{
    border-radius: 15px;
    padding: 10px;
}
.summary-box-shadow {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.summary-border-radius {
    border-radius: 20px;
}

.summary-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.journey_pricing {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: right;
    /* color: rgba(0, 173, 92, 1); */
}

.journey_delivery_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.journey_summary_info_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    /* color: rgba(219, 62, 39, 1); */
}

.journey_btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(184, 184, 184, 1);
    padding: 15px 8px;
    border-radius: 12px;
}
button.selectedBoxLunchTime , button.selectedBoxLunchNuberDel{
        background: rgba(0, 173, 92, 0.6)!important;
        color: #000!important;
        font-weight: 500!important;
}


.journey-select-left-padding{
    padding-left: 39px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}
.custom-img-size {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 239px;
}

.custom-next-btn, .custom-next-btn:hover, .custom-next-btn:active {
    width: 300px;
    background: #00AD5C;
    border: none;
    outline: none;
    position: relative;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
}
  /* Style the tab */
  .journey-tab-sect-inner {
    overflow: hidden;
    display: flex;
    gap: 10px;
  }
  .journey-tab-sect-inner button {
    padding: 10px;
    border: 1px solid rgba(184, 184, 184, 1)!important;
    border: none;
    outline: none;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
font-size: 16px;
font-weight: 700;
line-height: 16px;
text-align: center;

  }

  .journey-tab-sect-inner button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }

  .journey-tab-sect-inner button:hover {
    background-color: #ddd;
  }

  .journey-tab-sect-inner button.active {
    background: rgba(0, 173, 92, 0.6);

  }

  .journey_tabcontent
 {
    display: none;
    padding: 12px;
    border-top: none;
    background-color: #222;
    color: #fff;
    border-radius: 20px;
  }
  .normal-swap-class {
    background-color: rgba(0, 173, 92, 0.6)!important;
    color: #fff!important;
  }

.journey_step5_formhead_text{
font-size: 20px;
font-weight: 700;
line-height: 24px;
text-align: left;
color: rgba(34, 34, 34, 1);
}
.journey_step5_form_text{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    /* text-align: right; */
    /* color: rgba(219, 62, 39, 1); */
    }

    .journey_step5_form_question{
        font-size: 16px;
        font-weight: 500 !important;
        line-height: 24px;
        text-align: left;
        color: rgba(34, 34, 34, 1);
    }

.journey_step5_total_amount{
font-size: 14px;
font-weight: 400;
line-height: 24px;
text-align: right;
/* color: rgba(0, 173, 92, 1); */

}
.journey_step5_delivery_charges{
font-size: 14px;
font-weight: 400;
line-height: 24px;
text-align: right;
color: rgba(95, 95, 95, 1);
}
.journey_final_amount_text {
    font-family: SF Pro Display;
font-size: 18px;
font-weight: 500;
line-height: 24px;
text-align: right;

/* color:rgba(0, 173, 92, 1) ; */
}

.promocdoe_label {
font-size: 16px;
font-weight: 400;
line-height: 25.6px;
text-align: left;
color: rgba(16, 16, 16, 1);
}
.promcode_text {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: rgba(255, 254, 253, 1);
    background: rgba(225, 82, 61, 1);
    padding: 6px;
    border-radius: 10px !important;
    top: 46px;
    right: 8px !important;
    z-index: 10;
}
.promcode_text:hover{
    background: #fff;
    color: rgba(225, 82, 61, 1);
border: 1px solid rgba(225, 82, 61, 1)  ;
}
.promocode_input_tag
{
    border-radius: 10px!important;
    border: 1px solid rgba(184, 184, 184, 1)!important;
    color: #000!important;
    padding: 10px 10px;

}
.promocode_tag{
font-size: 16px;
font-weight: 500;
line-height: 24px;
text-align: left;
color: rgba(0, 173, 92, 1);
}
.promocode_desc{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: rgba(34, 34, 34, 1);

    }

.promocde_apply_btn{
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: rgba(225, 82, 61, 1);
    border: 1px solid rgba(213, 42, 39, 1);
    border-radius: 10px;
    padding: 7px;
}
.promocode_div{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
margin-top: 10px;
padding: 10px;
border-radius: 10px;
}
.payment-heading-text{
font-size: 20px;
font-weight: 700;
line-height: 24px;
text-align: left;
color: rgba(34, 34, 34, 1);

}







/* jurney css ends here */
.itemselected > div > p {
    color: #FFFFFF;
    background: rgba(0, 173, 92, 0.6) !important;
}
/* .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 45px !important;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 9px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 11px !important;
    right: 7px !important;
    width: 20px;
}
.select2-container{
    width: 100%!important;
} */
.custom-border-radius{
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 46px !important;
    user-select: none;
    -webkit-user-select: none;
    border-radius: 10px !important;
}
.selected-img{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000006e;
    top: 0;
    border-radius: 15px;
    /* display: flex !important; */
    justify-content: center;
    align-items: center;
}
.protein-card-img{
    width: 50px;
    height: 50px;

}
.about-bg-image {
    background: url(../images/about/about-one-destkop.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 181px;
    padding-bottom: 40px;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    flex-direction: column;
    padding-left: 72px;
    padding-right: 40px;
    align-items: center;
}

.red-text {
    color: rgba(0, 173, 92, 0.6);
}

.about-bg-overlay {
    background-color: #00000071;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    border-radius: 20px;

    z-index: 1;
}

.about-text {
    z-index: 2;
}

.dark-green-text {
    color: #00AD5C;
}

.driven-sect {
    margin-top: 56px !important;
    margin-bottom: 20px !important;
    padding-top: 72px !important;
    padding-bottom: 20px !important;
    padding-left: 30px !important;
    border-radius: 20px;
    background: url(../images/about/driven-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.driven-sect-mobile {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-top: 51px !important;
    padding-bottom: 0px !important;
    padding-left: 22px !important;
    border-radius: 20px;
    background-color: #000;
    padding-right: 16px;
    display: none;
}
.dark-bg {
    background: rgba(9, 6, 4, 1);
}
.new-menu{
    margin-bottom: 28px;
    margin-top: 50px;
}
.quality-mobile-sect{
    display: none;
}
.driven-sect h2 {
    font-weight: 700;
    font-size: 47px;
    line-height: 64px;
}

.about-driven-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
}

.driven-img img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 68%;
}

.z-index-2 {
    z-index: 2;
}

.custom-color {
    color: rgba(84, 84, 84, 1);
}
.custom-modal-bg{
    background-image: url(../images/customer-dasboard/modal-card.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about-quality-bg-color {
    background: rgba(127, 211, 159, 0.15);
    padding-top: 48px;
    padding-bottom: 34px;
    margin-top: 56px;

}

.quality-text h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.02em;
    text-align: left;
}

.quality-image img {
    width: 100%;
    height: 641.2px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.quality-whatsapp {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: right;
    color: #fff;
    background: rgba(0, 173, 92, 1);
    border-radius: 28px;
    float: right;

}
.fair-bg{
    background: url(../images/about/fair_price_destkop.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 84px!important;
    padding-bottom: 84px!important;
    border-radius: 20px!important;
    padding-left: 30px!important;
}
.fair-destkop{
    margin-bottom: 66px;
    margin-top: 60px;
}
.typed-cursor{
    display: none;
}
.typed-output{
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    text-align: left;
    
}
.typed-output2{
    font-size: 18px;
    font-weight: 500;
    line-height: 26.6px;
    text-align: center;    
}

.text-left {
    text-align: left;
}
.bg-green {
    background: #00AD5C;
}
.bg-custom-green {
    background-color: #a4dfba;
}
.cust-rounded {
    border-radius: 16px !important;
}

#desktop-journey-nav button.active {
    position:relative;
}

#desktop-journey-nav button.active::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 25px;
    bottom: -25px;
    right: 19px;
    background-color: #00AD5C;
}
#desktop-journey-nav button.active:last-child::after {
    display: none;
}

.cust-input-group {
    border: 1px solid rgba(184, 184, 184, 1);
    border-radius: 12px;
} 
.cust-input-group span.input-group-text {
    border: 0;
    background: #ffffff;
    background-color: #ffffff !important;
    border-radius: 12px;
}
.cust-input-group input.form-control, .cust-input-group select {
    border: 0;
    background-color: #ffffff !important;
    border-radius: 12px;
}
.cust-input-group .select2 {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.cust-input-group .select2 .selection .select2-selection {
    height: 46px !important;
    border: 0;
    border-radius: 12px;
}
.cust-input-group .select2 .selection .select2-selection .select2-selection__rendered, .cust-input-group .select2 .selection .select2-selection .select2-selection__arrow {
    height: 46px !important;
    align-content: center;
    border-radius: 12px;
    margin-right: 4px;
}
.custom-range { 
    height: auto;
    background: transparent;
    border: 0;
    padding: 0 20px;
}
.btn-minus, .btn-plus {
    height: 30px;
    display: flex;
    align-items: center;
}
#mealsPerDay .number-button {
    padding: 10px;
}

#address-toggle input[type="radio"]:checked + label {
    background-color: #00AD5C;
    color: #ffffff;
}

/* corporat page css starts here */
.corporate-banner{
    /* background-color: rgba(230, 113, 96, 1); */
    border-radius: 20px;
    padding: 53px 56px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url("../images/corporate/banner/corporate-destkop-banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.featured .owl-carousel .item img {
    width: 100%!important;
    height: 100%!important;
}
.featured .owl-carousel .owl-nav.disabled {
    display: block;
}
.corporate-span-text{
    color:  rgba(84, 84, 84, 1);
font-size: 24px;
font-weight: 500;
line-height: 33.6px;
text-align: center;

}
.featured .owl-theme .owl-nav.disabled+.owl-dots {
    display: block !important;
}
.featured .owl-carousel .owl-nav.disabled {
    display: none;
}
.featured .owl-theme .owl-dots .owl-dot span{
    background: rgba(95, 184, 130, 1)!important;

}
.featured .owl-theme .owl-dots .owl-dot.active span{
    background: #000000 !important;
}
/* .corporate-banner-padding{
    } */
.coporate-green-text{
    color: #009951;
}
.corporate-banner-text-sect p {
font-size: 20px;
font-weight: 400;
line-height: 32px;
text-align: left;
color: rgba(34, 34, 34, 1);

}
.custom-width-things{
    width: 28%;
}
.corporate-banner-text-span{
    color: #DB3E27;
}
.corporate-banner-btn{
    display: flex;
    gap: 20px;
    margin-bottom: 27px;
}
.corporate-banner-btn p span {
font-size: 16px;
font-weight: 700;
line-height: 32px;
text-align: center;
color: rgba(34, 34, 34, 1);
}
.corporate-banner-btn p  {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: rgba(34, 34, 34, 1);
    border: 1px solid rgba(34, 34, 34, 1);
    padding: 10px;
border-radius: 20px;
    }
    .why-choose-text p{
font-size: 24px;
font-weight: 500;
line-height: 33.6px;
text-align: left;
color: rgba(84, 84, 84, 1);
    }
    .why-choose-responsive-btn{
        display: none;
    }
    .why-choose-image p {
        position: absolute;
        z-index: 3;
        width: 90%;
        font-size: 16px;
        font-weight: 500;
        line-height: 14px;
        text-align: left;
        background: rgba(34, 34, 34, 1);
        bottom: 14px;
        padding: 20px 20px;
        color: #fff;
        border-radius: 20px;
        left: 5%;
        text-align: center;
        right: 12px;
    }
    .why-choose-text h2 {
        font-size: 50px;
    }
    .fuel-destkop{
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .office-lunch-btn{
        border-radius: 20px!important;
    }
    .bg-why-choose-sect{
        background-color: #e8f8e9;
        padding-top: 40px;
        padding-bottom: 40px;
        width: 100%!important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .custom-why-choose-padding{
        padding-top: 46px;
        padding-bottom: 43px;
    }
  .miss-section{
    background: rgba(230, 113, 96, 1);
    padding-top: 48px;
    padding-bottom: 32px;
    border-radius: 20px;
  }
  .good-things-card{
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    gap: 24px;
    align-items: center;
    padding-top: 23px !important;
    padding-bottom: 18px !important;
  }
  .good-things-card .text p {
font-size: 20px;
font-weight: 500;
line-height: 30px;
text-align: left;
color: rgba(34, 34, 34, 1);

  }
.responsive-good-thing-head-text{
    display: none;
}
.quality{
    /* width: 600px; */
}
.meal-plan{
    width: 100%;
}
.quality   .owl-carousel  .item{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    /* background: #fff; */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
  .quality .item p:first-child{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: rgba(34, 34, 34, 1);
    text-align: left;
  }
  .quality .item p:nth-child(2){
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: rgba(34, 34, 34, 1);
    text-align: left;
  }
  .quality-plan-dots {
    display: flex;
    gap: 10px;
  }
  .quality-plan-dots a{
    height: 10px;
    width: 10px;
    background-color: #000;
    border-radius: 50%;
  }
  .btn-quality{
   display: flex;
   justify-content: space-between;
  }
  a.quality-dots-active{
    background-color: #00AD5C;
  }
  .custom-padding{
    margin-top: 20px;
    margin-bottom: 22px;
  }
  .responsive-navbar{
    display: none;
  }


  .mobile_journey_nav button {
    font-size: 0;
    height: 40px;
    padding: 2px 6px;
    z-index: 2;
  }
  .mobile_journey_nav button.active {
    background-color: #00AD5C !important;
  }

  .mobile_journey_nav button.active::after {
    bottom: 10px !important;
    left: 96% !important;
    width: 16vw !important;
    height: 20px !important;
  }

  
/* Added Form Css starts here */
#added-div section {
    position:relative;
    min-height: 30vh;
    background-color: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  
  #added-div section .container {
    position: relative;
    width: 800px;
    min-height: 400px;
    background: #fff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  
  #added-div section .container .user {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
  }
  
  #added-div section .container .user .imgBx {
    position:relative;
    width: 50%;
    height: 100%;
    background: #efefef;
    transition: 0.5s;
  }
  
  #added-div section .container .user .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  #added-div section .container .user .formBx {
    position: relative;
    width: 50%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    transition: 0.5s;
  }
  
  #added-div section .container .user .formBx  h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    color: #006837;
  }
  
  #added-div section .container .user .formBx form input {
    position: relative;
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    color: #333;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
  }
  
  #added-div section .container .user .formBx form input[type='submit'] {
    max-width: 100px;
    background: #677eff;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.5s;
  }
  
  #added-div section .container .user .formBx form .signup {
    position: relative;
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #555;
    text-transform: uppercase;
    font-weight: 300;
  }
  
  #added-div section .container .user .formBx form .signup a {
    font-weight: 600;
    text-decoration: none;
    color: #677eff;
  }
  
  #added-div section .container .signupBx {
    pointer-events: none;
  }
  
  #added-div section .container.active .signupBx {
    pointer-events: initial;
  }
  
  #added-div section .container .signupBx .formBx {
    left: 100%;
  }
  
  #added-div section .container.active .signupBx .formBx {
    left: 0;
  }
  
  #added-div section .container .signupBx .imgBx {
    left: -100%;
  }
  
  #added-div section .container.active .signupBx .imgBx {
    left: 0%;
  }
  
  #added-div section .container .signinBx .formBx {
    left: 0%;
  }
  
  #added-div section .container.active .signinBx .formBx {
    left: 100%;
  }
  
  #added-div section .container .signinBx .imgBx {
    left: 0%;
  }
  
  #added-div section .container.active .signinBx .imgBx {
    left: -100%;
  }
  .fuel-up{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .fuel-up .row{
padding: 40px 30px;
border-radius: 20px;
  }.fuel-mobile{
    display: none;
  }
.fuel-card{
    background: linear-gradient(157.39deg, #FFF3D4 0.91%, #DDB856 81.23%);
border-radius:20px ;
padding: 20px;
}
.fuel-card p.custom-text{
font-size: 40px;
font-weight: 700;
line-height: 48px;
letter-spacing: -0.02em;
text-align: left;
color: rgba(11, 11, 11, 1);
}
.fuel-card p.custom-text-two{
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
color: rgba(11, 11, 11, 1);    
    }
.fuel-card  .plan-div {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    /* gap: 10px; */
}
.fuel-card  .plan {
    display: flex;
    background-color: #222222;
    padding: 10px;
    justify-content: space-between;
    border-radius: 20px;
    align-items: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.fuel-card   .plan p:first-child {
    font-size: 16px;
}
.fuel-card  .plan-div .plan a{
    background-color: #fff;
    border-radius: 20px;
    padding: 7px 20px;
    font-size: 14px;
    color: #00AD5C;
    font-weight: 500;
}
.special-offer-btn {
    background-color: #fff;
    border-radius: 20px;
    padding: 7px 20px;
    font-size: 14px;
    color: #00AD5C;
    font-weight: 500;
}
.fuel-card .plan-div .plan {
    display: flex;
    background-color: #222222;
    padding: 10px;
    justify-content: space-between;
    border-radius: 20px;
    align-items: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
}
.fuel-card .plan .d-flex span {
    font-size: 11px;
    color: rgba(0, 173, 92, 0.6);
    font-weight: 500;
    align-items: end;
}
.fuel-img-custom{
    height: 550px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.fuel-up{
    background-color: #000;
    border-radius: 20px;
}

.green-capusle-bg{
    background: linear-gradient(148.78deg, #C3FFD9 1.59%, #9ED9B5 97.1%);

}
.capsule-div{
    border-radius: 20px;
    padding: 15px 20px;
}
.black-capusle-bg{
    background: linear-gradient(148.78deg, #686868 1.59%, #000000 97.1%);
}
.capsule-text-one{
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    color: rgba(34, 34, 34, 1);
}
.capsule-text-two{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    color:rgba(53, 53, 53, 1);
    }
    .busy-prof{
        margin-top: 50px;
        margin-bottom: 50px;
    }
  .professional-p-resp-text{
font-size: 16px!important;
font-weight: 700!important;
line-height: 24px!important;
text-align: left!important;
color: rgba(34, 34, 34, 1)!important;

  } 
  .professional-p-resp-text-two{
    font-size: 14px!important;
    font-weight: 500!important;
    line-height: 19.6px!important;
    text-align: left!important;
    color: rgba(84, 84, 84, 1);
    
      } 
      .buy-professional-resp-heading-text{
font-size: 30px;
font-weight: 700;
line-height: 35.8px;
letter-spacing: -0.02em;
text-align: left;

      }
      .form-req-call-back{
    padding: 10px 20px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    
      }
      .hover-white:hover{
        color: #fff!important;
      }
      .corporate-bg-banner{
        background: url(../images/corporate/banner/corporate-banner-mobile.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 64px;
        padding-bottom: 200px;
        border-radius: 20px;
        padding-left: 10px;
        padding-right: 10px;

        /* height: 500px; */
      }
      .high-energy-text{
        color: rgba(225, 82, 61, 1);
      }
      .corporate-banner-mobile-text{
font-size: 27px;
font-weight: 700;
line-height: 32.22px;
letter-spacing: -0.02em;
text-align: center;

      }
      .corporate-banner-mobile-subscribe-now {
        background: rgba(34, 34, 34, 1)!important;
color: #fff!important;
border: 1px solid #000!important;
text-decoration: none;
color: #fff;
background-color: #00AD5D;
padding: 9px 13px;
font-weight: 600;
border-radius: 40px;
font-size: 17px!important;
border: 1px solid #fff;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
padding: 15px 20px!important;
      }
      .corporate-mobile-banner{
        display: none;
    }
    .google-play-btn-mobile{
        width: 100px;
        top: 7px;
        left: 6px;
        height: 53px;
        object-fit: cover;
        object-position: center;
        border-radius: 20px;
    }
    .why-choose-mobile{
        display: none;
    }
    .bg-why-choose-mobile{
        background: rgba(127, 211, 159, 0.15);
padding: 10px 20px;
    }
    .green-hover:hover{
        color: #00AD5C;
    }
    .bg-featured-in-destkop{
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .good-thing-margin-bottom{
        margin-bottom: 41px!important;
    }
    .featured .owl-theme .owl-dots{
        display: block;
    }
    .left-featured-prev-arrow{
        position: absolute;
        left: -41px;
        top: 200px;
    }
.right-featured-next-arrow{
    position: absolute;
    right: -49px;
    top: 200px;
}
.owl-carousel.off {
    display: block;
}
.corporate-mobile-head-text{
font-size: 30px;
font-weight: 700;
line-height: 35.8px;
letter-spacing: -0.02em;
text-align: left;

}
.coporate-featured-mobile-padding{
    padding: 15px 20px;
    border-radius: 20px;
}

.mobile-featured-sec{
    display: none;

}
.rating-star{
    width: 100%;
    height: 100%;
}

.w-md-50 {
    width: 50%;
}
@media screen and (max-width: 992px) {
.w-sm-100 {
    width: 100%;
}
.w-md-50 {
    width: 100% !important;
}
}


/**/

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).hover,
.btn-primary:not([disabled]):not(.disabled):hover{
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).hover,
.btn-secondary:not([disabled]):not(.disabled):hover {
    color: #fff !important;
    background-color: #868e96 !important;
    border-color: #868e96 !important;
}

.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).hover,
.btn-success:not([disabled]):not(.disabled):hover{
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).hover,
.btn-danger:not([disabled]):not(.disabled):hover {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).hover,
.btn-warning:not([disabled]):not(.disabled):hover {
    color: #111 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).hover,
.btn-info:not([disabled]):not(.disabled):hover {
    color: #fff !important;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.btn-light:not([disabled]):not(.disabled).active,
.btn-light:not([disabled]):not(.disabled):active,
.btn-light:not([disabled]):not(.disabled).hover,
.btn-light:not([disabled]):not(.disabled):hover {
    color: #111 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}

.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).hover,
.btn-dark:not([disabled]):not(.disabled):hover {
    color: #fff !important;
    background-color: #343a40 !important;
    border-color: #343a40 !important;
}

.btn-link:not([disabled]):not(.disabled).active,
.btn-link:not([disabled]):not(.disabled):active,
.btn-link:not([disabled]):not(.disabled).hover,
.btn-link:not([disabled]):not(.disabled):hover {
    color: #007bff !important;
}

a:focus,
a:hover, 
.btn:focus,
.btn:hover {
    text-decoration: none !important;
}

input:active,
input:focus,
input:hover,
input:visited,
input.active,
input.focus,
input.hover,
input.visited,
button:active,
button:focus,
button:hover,
button:visited,
button.active,
button.focus,
button.hover,
button.visited {
    box-shadow: unset !important;
    outline: 0 !important;
}
/**/
a.navbar-button{
    background-color: #00AD5D;
    color: #ffff;
    padding: 8px 10px;
    border-radius: 20px;
}

.request-call-back-btn{
    background: rgba(225, 82, 61, 1);
    color: #fff;
    padding: 8px 10px;
    border-radius: 20px;
    /* margin-right: 10px; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #fff;
    font-size: 15px;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px!important;
}
.swal-text-white{
    color: #fff ;
}
.success-swal-bg{
    background-color: #00AD5D!important;
}
.heilight-label {
    /* text-shadow: 1px 1px 1px #00AD5D; */
    font-weight: 600;
}

.slider-box {
    background: linear-gradient(157.39deg, #FFF3D4 0%, #DDB856 100%);

    padding: 20px;
    border-radius: 20px;
}


.cust-slider-bg-color {
    background-color: rgb(227 231 243);
}
.w-cust-vector-image {
    max-width: 10%;
}

/**/

.cust-s-font {
    border-radius: 40px !important;
}

.ui-datepicker .ui-datepicker-header {
    background: rgba(0, 173, 92, 0.6);
    color: #FFF;
  }
  .ui-datepicker .ui-state-active {
    /* color: #007fa4 */
    background: rgba(0, 173, 92, 0.6);
    color: #FFF;
  }
  
  .ui-icon, .ui-widget-content .ui-icon {
    background-image: url("/web-assets/css/ui-icons_ffffff_256x240.png");
  }
  .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    /* background: rgba(0, 173, 92, 0.5) url("/web-assets/css/ui-icons_ffffff_256x240.png") 50% 50% repeat-x; */
    background: rgba(0, 173, 92, 0.6) !important;
    border: 1px solid rgba(0, 173, 92, 0.5);
  }
  .ui-datepicker table {
    background-color: #FFF;
    background: #FFF;
  }


  /* custom range slider */
  input[type=range] {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    outline: none;
  }
  
  input[type=range]::-webkit-slider-runnable-track {
    position: relative;
    height: 12px;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    background-color: #e2e2e2;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  }
  
  input[type=range]::-webkit-slider-thumb {
    position: relative;
    top: -5px;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    -webkit-appearance: none;
    background-color: #fff;
    box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    cursor: pointer;
  }
  
  output {
    
    position: absolute;
    top: -38px;
    display: none;
    width: 24px;
    height: 24px;
    border: 1px solid #e2e2e2;
    background-color: #00ad5c;
    color: #FFF !important;
    border-radius: 3px;
    color: #777;
    font-size: .8em;
    line-height: 24px;
    text-align: center;
    border-radius: 60px 60px 0px 60px;
    transform: rotate(45deg) !important;
  }
  
  output span {
    transform: rotate(-45deg) !important;
    display: block;
  }
  
  input[type=range]:active + output, input[type=range]:hover + output {
    display: block;
    transform: translateX(-50%);
  }
  /* custom range slider */

  #phone-Float-Price {
    bottom: -10px;
  }