/*
Theme Name: LifePlate
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* ---custom fonts---- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');

@font-face {
    font-family: 'Sen';
    src: url('inc/assets/fonts/Sen-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sen';
    src: url('inc/assets/fonts/Sen-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sen';
    src: url('inc/assets/fonts/Sen-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Serif Display';
    src: url('inc/assets/fonts/DMSerifDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Serif Display';
    src: url('inc/assets/fonts/DMSerifDisplay-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
	font-family: 'Montserrat', sans-serif;
}
h3 {
  font-size: 18px;
  line-height: 25px;
	font-family: 'Montserrat', sans-serif;
}
h4 {
  font-size: 16px;
  line-height: 20px;
	font-family: 'Montserrat', sans-serif;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
	font-family: 'Montserrat', sans-serif;
}

p {
  margin-bottom: 1.5em;
	font-family: 'Montserrat', sans-serif !important;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
	font-family: 'Montserrat', sans-serif;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
	font-family: 'Montserrat', sans-serif;
}
h3.widget-title {
  font-size: 1.2rem;
	font-family: 'Montserrat', sans-serif;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #fff;

  padding: 20px 0px;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer-widget .container{
	max-width: 1400px !important;
}

#footer-widget .row {
    padding-top: 90px;
}

.fotr-one p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
	margin-bottom: 0px;
}

.footer-social ul {
    display: flex;
    padding-left: 0px;
    padding-top: 40px;
}

.footer-social ul li {
    list-style: none;
    padding-right: 30px;
}


h3.widget-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #18293A;
}

.fotr-two ul {
    padding-left: 0px;
    padding-top: 0px;
}

.fotr-two ul li {
    list-style: none;
    padding-bottom: 10px;
    padding-top: 10px;
}

.fotr-two ul li a {
    color: #18293A;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.fotr-two ul li a:hover {
    text-decoration: none;
	color:#279a55;
}

.fotr-three ul {
    padding-left: 0px;
    padding-top: 0px;
}

.fotr-three ul li {
    list-style: none;
	padding-bottom: 10px;
    padding-top: 10px;
}


.fotr-three ul li a {
    color: #18293A;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.fotr-three ul li {
    color: #18293A;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.fotr-three ul li a:hover {
    text-decoration: none;
	color:#279a55;
}

.fotr-four p {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
}

.fotr-four h3.widget-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 48px;
    color: #18293A;
    padding-bottom: 0px;
    margin-top: 10px;
}
.fotr-one ul {
    list-style-type: none;
    padding-left: 0px;
}
.fotr-one ul li {
    font-size: 18px;
}
.fotr-one ul li a {
    color: #2e4453;
    font-size: 18px !important;
}
.fotr-one ul li a:hover {
    color: #279a55;
}
.fotr-four .outer {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #D8D8D8;
    border-radius: 50px;
    padding: 9px;
}

.fotr-four .outer p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.fotr-four .outer p .wpcf7-spinner {
    display: none;
}

.fotr-four span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -45px;
}

.outer .col-12.col-md-8 {
    padding: 0px;
}



.outer .form-control {
    border: none;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    height: 48px;
    border-radius: 50px;
}

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

.outer .wpcf7-submit {
    background-color: #ED962B;
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
	font-family: 'Montserrat', sans-serif;
}
.ourvalusec .vc_custom_1702925964934 {
    margin-right: 0px !important;
}
.outer .wpcf7-submit:hover{
	background: transparent !important;
	color: #E68C12 !important;
	border: solid 1px #E68C12 !important;
	padding: 12px 30px;;
}
.partnrs-sec ul.sec2-icons li img {
    width: 135px;
    height: 34px;
    object-fit: contain;
}
.outer .wpcf7-submit:focus{
	border:none;
	box-shadow:none;
}

.outer .col-md-4{
	padding-right: 0px !important;
    padding-left: 0px !important;
}

.fotr-one h3.widget-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #18293A;
	padding-top:30px;
}
#colophon .container{
	max-width:1400px;
}

#colophon .fotr-row{
justify-content: space-between;
}

.fotr-row .site-info {
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
}

.site-info a {
    color: #269954;
}

.right-fotr p {
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
}
div#footer-widget {
    background: #fff !important;
    padding-bottom: 12px;
}

.fotr-row .site-info {
    font-family: 'Montserrat';
    color: #18293A;
}

.fotr-row .right-fotr a {
    text-decoration: none;
}

.right-fotr p {
    margin-bottom: 0px;
}

#footer-widget .container {
    border-bottom: solid 1px #F6F6F6;
    padding-bottom: 42px;
}


.blog div#content {
    padding-top: 0px;
}

section.blog-bnr h1 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 75px;
    font-style: normal;
    font-weight: 600;
    margin-top: 0px;
    padding-bottom: 0px;
}

section.blog-bnr {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: 100% 100%;
}

section.blog-bnr p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
div#featured-blog {
    padding-top: 100px;
    padding-bottom: 70px;
}

div#featured-blog .post-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

div#featured-blog .post-box .pst-img {
    width: 50%;
    flex: 0 0 50%;
    padding-right: 30px;
}

div#featured-blog .post-box .pst-ctn {
    width: 50%;
    flex: 0 0 50%;
    padding-left: 30px;
}

div#featured-blog .post-box .pst-ctn .btn-blg a img {
    width: 13px;
    position: absolute;
    left: 100px;
    top: 8px;
}

div#featured-blog .post-box .pst-ctn .btn-blg {
    position: relative;
}

div#featured-blog .post-box .pst-ctn h3 a {
    color: #18293A;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

div#featured-blog .post-box .pst-ctn .btn-blg a {
    color: #E68C12;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

div#featured-blog .post-box .pst-ctn .excp {
    color: #18293A;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

div#featured-blog .post-box .pst-ctn .btn-blg a:hover {
    text-decoration: none;
}
div#featured-blog .post-box .pst-ctn ul {
    padding-left: 28px;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

div#featured-blog .post-box .pst-ctn ul li {
    padding-right: 10px;
    font-family: 'Montserrat';
}

div#featured-blog .post-box .pst-ctn ul li:first-child {
    font-size: 26px;
    background: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

div#featured-blog .post-box .pst-ctn ul li {
    font-size: 18px;
    color: #18293A;
    margin-right: 10px;
    padding-left: 15px;
    border-radius: 30px;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    background: rgba(200, 231, 213, 0.30);
}

div#featured-blog .post-box .pst-ctn ul li:first-child::before {
    content: '';
    height: 2px;
    width: 20px;
    display: block;
    background: #E68C12;
    position: absolute;
    top: 18px;
    left: -28px;
}
.blog-page .post-grids {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.blog-page .post-grids .post-grid {
    width: 30%;
    flex: 0 0 30%;
    margin: 20px;
}

.blog-page .post-grids .bg-img-blog img {
    height: 266px;
    object-fit: cover;
}

.blog-page .post-grids .contnt-listing h2.entry-title a {
    color: #18293A;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
}

.blog-page .post-grids .contnt-listing h2.entry-title {
    border-bottom: 0px;
}

.blog-page .post-grids .contnt-listing .readmore-btn-div a {
    color: #E68C12;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.blog-page .post-grids .contnt-listing .readmore-btn-div a:hover {
    text-decoration: none;
}
.blog-page .post-grids .post-grid .nwslettr {
    border-radius: 30px;
    background: rgba(200, 231, 213, 0.40);
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    position: relative;
}

.blog-page .post-grids .post-grid .nwslettr h2 {
    color: #18293A;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}

.blog-page .post-grids .post-grid .nwslettr input.wpcf7-email {
    border-radius: 200px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    height: 60px;
    font-family: 'Montserrat';
    font-size: 15px;
	padding-left:20px;
}

.blog-page .post-grids .post-grid .nwslettr input.wpcf7-email:focus {
    outline: none;
    box-shadow: none;
}

.blog-page .post-grids .post-grid .nwslettr .wpcf7-submit.has-spinner {
    background: #E68C12;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 30px;
    position: absolute;
    right: 22px;
    bottom: 55px;
    border: solid 1px #E68C12;
}

.blog-page .post-grids .post-grid .nwslettr .wpcf7-submit.has-spinner:focus {
    outline: none;
    box-shadow: none;
}

.blog-page .post-grids .post-grid .nwslettr span.wpcf7-spinner {
    position: absolute;
    right: 15px;
    bottom: 12px;
}
header#masthead {
    box-shadow: 0px 11px 87px 0px rgba(217, 217, 217);
}
.single-post .row {
    justify-content: center;
}

.single-post-news .cate-nme h2 {
    color: #18293A;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 50px;
}

.single-post-news 
 .entry-content strong, .single-post-news 
 .entry-content h3 {
    color: #18293A;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.single-post-news .entry-content {
    padding-top: 30px;
}

.single-post-news .social-sharing ul {
    display: flex;
    list-style: none;
    position: relative;
    top: -40px;
    left: 26px;
}

.single-post-news .social-sharing ul li {
    padding-right: 10px;
}

.single-post-news .blog-btom {
    border-top: solid 1px #E3E3E3;
    border-bottom: solid 1px #E3E3E3;
    padding-top: 30px;
    padding-bottom: 30px;
}

.single-post-news .blog-btom .row {
    justify-content: space-between;
}

.single-post-news .blog-btom .row .post-tags span {
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000;
}

.single-post-news .blog-btom .row .post-tags a {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 30px;
    background: rgba(200, 231, 213, 0.60);
    color: #18293A;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.single-post-news .blog-btom .row .post-navigation {
    text-align: right;
}

.single-post-news .blog-btom .row .post-navigation .next-post a {
    color: #E68C12;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.single-post-news .blog-btom .row .post-navigation .next-post a:hover {
    text-decoration: none;
}

.single-post-news .blog-btom .row .post-navigation .next-post a:after {
    content: '';
    background: url(/wp-content/uploads/2024/01/Combined-Shape.svg);
    width: 17px;
    display: block;
    height: 14px;
    position: absolute;
    right: 16px;
    top: 7px;
}

.single-post-news .blog-btom .row .post-navigation .next-post {
    padding-right: 26px;
}
.single-post-news .newsletr-blog-botm {
    margin-top: 80px;
    background-size: 100% 100% !important;
    padding-top: 25px;
}

.single-post-news .newsletr-blog-botm .row {
    justify-content: flex-start;
    align-items: center;
}

.single-post-news .newsletr-blog-botm .col-md-7 {
    padding-left: 68px;
}

.single-post-news .newsletr-blog-botm h2 {
    color: #18293A;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0px;
}

.single-post-news .newsletr-blog-botm p {
    color: #18293A;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.single-post-news .newsletr-blog-botm .nwslettr .wpcf7-email {
    border-radius: 200px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    height: 60px;
    font-family: 'Montserrat';
    font-size: 15px;
    padding-left: 20px;
}

.single-post-news .newsletr-blog-botm .nwslettr .wpcf7-submit {
    background: #E68C12;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 30px;
    position: absolute;
    right: 22px;
    bottom: 62px;
    border: solid 1px #E68C12;
}

.single-post-news .newsletr-blog-botm .nwslettr span.wpcf7-spinner {
    position: absolute;
    right: 26px;
    bottom: 18px;
}
.single-post-news .newsletr-blog-botm .nwslettr .wpcf7-email {
    outline: none;
    box-shadow: none;
}

.single-post-news .newsletr-blog-botm .nwslettr .wpcf7-submit:focus {
    outline: none;
    box-shadow: none;
}
section.related-blgs-sec {
    padding-top: 80px;
}

section.related-blgs-sec h2 {
    color: #18293A;
    text-align: center;
    font-family: Montserrat;
    font-size: 75px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

section.related-blgs-sec .post-grids {
    display: flex;
}

section.related-blgs-sec .post-grids .post-grid {
    width: 30%;
    flex: 0 0 30%;
    margin: 20px;
}

section.related-blgs-sec .post-grids .post-grid .bg-img-blog img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

section.related-blgs-sec .post-grids .post-grid .readmore-btn-div a {
    color: #E68C12;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

section.related-blgs-sec .post-grids .post-grid .readmore-btn-div a:hover {
    text-decoration: none;
}

section.related-blgs-sec .post-grids .post-grid  h3.entry-title a {
    color: #18293A;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}

div#footer-widget {
    border-top: solid 1px #E3E3E3;
}
.single-post-news .blog-btom .row .post-tags a:hover {
    text-decoration: none;
}
.kidspackge-banr {
    padding-top: 120px !important;
    padding-bottom: 120px;
    background-size: cover;
}

.kidspackge-banr h2.vc_custom_heading {
    color: #18293A;
    font-family: Montserrat;
    font-size: 67px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.kidspackge-banr h2.vc_custom_heading strong {
    font-weight: 600;
    color: #279A55;
}
.packg-sec {
    padding-top: 80px !important;
    padding-bottom: 80px;
}

.packg-sec h2.vc_custom_heading {
    color: #18293A;
    text-align: center;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    margin-top: 0px;
}

.packg-sec .packge-box {
    border-radius: 20px;
    background: transparent;
    position: relative;
    margin-top: 75px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    height: 470px;
    transition: 0.5s;
    border: solid 1px #cacfcc;
}
.packg-sec .packge-box:before {
    content: '';
    background: url(/wp-content/uploads/2024/07/Frame-2439.png);
    height: 280px;
    width: 316px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}
.packg-sec .packge-box h4 {
    text-align: center;
    background: #18293A;
    color: #fff;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 28%;
    top: -50px;
    border-radius: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.packg-sec .packge-box h2 {
    color: #E68C12;
    text-align: center;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    margin-top: 0px;
    padding-top: 30px;
}

.packg-sec .packge-box p {
    text-align: center;
    position: relative;
    top: 60px;
    color: #18293A;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.packg-sec .packge-box h3 {
    border-top: solid 1px #cacfcc;
    color: #18293A;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding-top: 30px;
}

.packg-sec .packge-box ul {
    padding-left: 20px;
	margin-bottom: 40px;
}

.packg-sec .packge-box ul li {
    color: #18293A;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.packg-sec .packge-box:hover {
    background: transparent;
    background-size: cover;
    border-radius: 20px;
}

.packg-sec .packge-box.pckgebox1 h2 {
    padding-top: 84px;
}

/* .packg-sec .packge-box:hover h4 {
    background: #E68C12;
} */

.packg-sec .packge-box:hover  h3 {
    color: #000;
}

.packg-sec .packge-box:hover ul li {
    color: #000;
}
.blog-page {
    padding-bottom: 60px;
}
.corpte-bannr {
    padding-top: 100px !important;
    padding-bottom: 300px;
}

.corpte-bannr h2.vc_custom_heading {
    color: #18293A;
    font-family: Montserrat;
    font-size: 75px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.corpte-bannr h2.vc_custom_heading strong {
    color: #E68C12;
    font-family: Montserrat;
    font-size: 75px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.corpte-bannr .txt-corpte-banr p {
    padding-left: 230px;
    padding-right: 230px;
}

.corpte-bannr .row-partnrship {
    padding-top: 90px;
    margin-top: 30px;
    background: rgba(200, 231, 213, 0.30);
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
}

.corpte-bannr .row-partnrship .wpb_single_image img {
    position: absolute;
    left: 0px;
    height: 665px;
    object-fit: cover;
}

.corpte-bannr .row-partnrship .partnr-boxs .align-icon {
    text-align: left !important;
}

.corpte-bannr .row-partnrship .partnr-boxs .aio-icon-description {
    text-align: left;
    color: #18293A;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.corpte-bannr h2.vc_custom_heading:before {
    content: '';
    background: url(/wp-content/uploads/2024/01/Frame-2.svg);
    width: 148px;
    display: block;
    position: absolute;
    top: 24%;
    height: 130px;
    left: 60px;
}

.corpte-bannr h2.vc_custom_heading:after {
    content: '';
    background: url(/wp-content/uploads/2024/01/Frame-3.svg);
    width: 90px;
    height: 80px;
    display: block;
    position: absolute;
    right: 60px;
}
.partnr-sec2 {
    padding-top: 90px !important;
    padding-bottom: 90px;
}

.partnr-sec2 h2.vc_custom_heading {
    color: #18293A;
    font-family: Montserrat;
    font-size: 68px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.partnr-sec2 .btn-yelow a {
    background: #ED962B !important;
    border-radius: 30px;
    font-family: 'Montserrat';
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    transition: 0.4s;
    border: solid 1px #ED962B;
}

.partnr-sec2 .btn-yelow a:hover {
    background: transparent !important;
    color: #ED962B !important;
    border: solid 1px #ED962B !important;
}

.partnr-sec2 .partnrbox1 {
    border-radius: 20px;
    background: rgba(200, 231, 213, 0.30);
    padding-top: 40px;
    padding-left: 30px;
    padding-bottom: 40px;
    padding-right: 30px;
	height: 280px;
}

.partnr-sec2 .partnrbox1 h3.aio-icon-title {
    color: #18293A;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
}

.partnr-sec2 .partnrbox1 .aio-icon-description {
    color: #18293A;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.partnr-sec2 .partnrbox2 {
    border-radius: 20px;
    background: rgba(255, 220, 172, 0.30);
    padding-top: 40px;
    padding-left: 30px;
    padding-bottom: 40px;
    padding-right: 30px;
	height: 280px;
}

.partnr-sec2 .partnrbox2 h3.aio-icon-title {
    color: #18293A;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
}

.partnr-sec2 .partnrbox2 .aio-icon-description {
    color: #18293A;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.partnr-sec2 .partnrbox3 {
    border-radius: 20px;
    background: rgba(200, 231, 213, 0.30);
    padding-top: 50px;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 30px;
    position: relative;
}

.partnr-sec2 .partnrbox3 h3.aio-icon-title {
    color: #18293A;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
}

.partnr-sec2 .partnrbox3 .aio-icon-description {
    color: #18293A;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.partnr-sec2 .partnrbox3:after {
    content: '';
    background: url(/wp-content/uploads/2024/01/Frame-2415.png);
    width: 305px;
    height: 194px;
    right: 1px;
    position: absolute;
    top: 0px;
    z-index: -1;
    border-radius: 20px;
}
.corprat-last-sec {
    padding-top: 90px !important;
    padding-bottom: 70px;
}

.corprat-last-sec .wpb_single_image img {
    position: absolute;
    right: -36%;
}

.corprat-last-sec h2.vc_custom_heading {
    font-family: Montserrat;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #18293A;
    text-transform: capitalize;
}

.corprat-last-sec .poplr-diets-form label {
    margin-bottom: 30px !important;
    width: 100%;
    color: #279A55;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.corprat-last-sec .poplr-diets-form input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    padding-left: 0px;
    border-color: #E0E0E0;
    color: #18293A;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.corprat-last-sec .poplr-diets-form select {
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-radius: 0px;
    padding-left: 0px;
    border-color: #E0E0E0;
    color: #18293A;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.corprat-last-sec .poplr-diets-form select:focus {
    outline: none;
    box-shadow: none;
}

.corprat-last-sec .poplr-diets-form input:focus {
    outline: none;
    box-shadow: none;
}

.corprat-last-sec .poplr-diets-form .btn-sbmit {
    text-align: right;
}

.corprat-last-sec .poplr-diets-form .btn-sbmit input {
    background: #ED962B;
    border: solid 1px #ED962B;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border-radius: 30px;
    transition: 0.4s;
}

.corprat-last-sec .poplr-diets-form .btn-sbmit input:hover {
    background: transparent;
    color: #ED962B;
}

.corprat-last-sec .poplr-diets-form .btn-sbmit span.wpcf7-spinner {
    position: absolute;
    bottom: -32px;
    right: 45px;
}
.poplr-diet-sec {
    padding-top: 90px !important;
    padding-bottom: 90px;
	background-size: 100% 100%;
}

.poplr-diet-sec h2.vc_custom_heading {
    color: #18293A;
    text-align: center;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 0px;
}

.poplr-diet-sec .wpb_text_column p {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.poplr-diet-sec .post-grids {
    margin-top: 85px;
}

.poplr-diet-sec .post-grids .pst-img img {
    width: 270px;
    height: 270px;
    margin-left: auto;
    margin-right: auto;
    border-radius:50%;
    object-fit: cover;
    border: solid 3px #ed962b;
    padding: 3px;
}

.poplr-diet-sec .post-grids .post-box {
    text-align: center;
    border-radius: 20px;
    padding-bottom: 30px;
}

.poplr-diet-sec .post-grids .pst-img {
    text-align: center;
}

.poplr-diet-sec .post-grids .pst-ctn h3 {
    color: #18293A;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}
.poplr-diet-sec .post-grids .post-box:before {
    content: '';
    display: block;
    height: 200px;
    width: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    border-radius: 20px;
    background: rgba(200, 231, 213, 0.40);
}
.poplr-diet-sec .owl-nav button:focus {
    outline: none;
}

.poplr-diet-sec .owl-nav button.owl-prev {
    position: absolute;
    left: -25px;
    bottom: 20%;
}

.poplr-diet-sec .owl-nav button img {
    width: 50px;
}

.poplr-diet-sec .owl-nav button.owl-next {
    position: absolute;
    right: -25px;
    bottom: 20%;
}
.post-type-archive-weekly_menu div#content {
    padding-top: 0px;
}

section.wekly-mnu {
    padding-bottom: 40px;
}

section.wekly-mnu h2 {
    color: #18293A;
    text-align: center;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

section.wekly-mnu ul.menu-tabs {
    padding-left: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #F6F6F6;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
    padding-bottom: 22px;
    border-radius: 50px;
}

section.wekly-mnu ul.menu-tabs li {
    padding-left: 10px;
    padding-right: 10px;
}

section.wekly-mnu ul.menu-tabs li a {
    color: #18293A;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 30px;
}

section.wekly-mnu ul.menu-tabs li a.active {
    background: #C8E7D5;
}

section.wekly-mnu ul.menu-tabs li a:hover {
    background: #C8E7D5;
    text-decoration: none;
}

section.wekly-mnu .menu-tab-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
}

section.wekly-mnu .menu-tab-container .menu-item-inner {
    margin-bottom: 50px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 25px;
    border-radius: 30px;
}

section.wekly-mnu .menu-tab-container .menu-item-inner h3.menu-title {
    color: #18293A;
    text-align: center;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

section.wekly-mnu .menu-tab-container .menu-item-inner  .menu-thumbnail img {
    height: 272px;
    object-fit: cover;
}

section.wekly-mnu .menu-tab-container .menu-item-inner .menu-tags .menu-tag {
    background: rgba(255, 220, 172, 0.60);
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 30px;
    color: #18293A;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
}

section.wekly-mnu .menu-tab-container .menu-item-inner .menu-tags {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

section.wekly-mnu .menu-tab-container .menu-item-inner:hover {
    background: #F9F9F9;
}
section.mor-meals {
    background-size: cover !important;
    padding-top: 80px;
    padding-bottom: 20px;
}

section.mor-meals h2 {
    margin-top: 0px;
    color: #18293A;
    text-align: center;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
}

section.mor-meals p {
    text-align: center;
    font-size: 18px;
}

section.mor-meals .meal-items1 {
    margin-top: 90px;
}

section.mor-meals .meal-item1-inner {
    text-align: center;
    margin-bottom: 76px;
}

section.mor-meals .meal-item1-inner h3.meal-title {
    color: #18293A;
    text-align: center;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.mor-meals .meal-item1-inner .meal-tags {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

section.mor-meals .meal-item1-inner .meal-tags span.tag {
    background: rgba(255, 220, 172, 0.60);
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 30px;
    color: #18293A;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
}
section.qustin-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

section.qustin-sec .row {
    background-size: cover !important;
    border-radius: 10px;
    padding-top: 80px;
    padding-bottom: 80px;
}

section.qustin-sec .col-md-12 {
    text-align: center;
}

section.qustin-sec .row h2 {
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    color: #18293A;
    margin-bottom: 0px;
}

section.qustin-sec .row p {
    font-size: 22px;
}

section.qustin-sec .row  .btn-live a {
    background: #ED962B;
    border: solid 1px #ED962B;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 14px;
    border-radius: 30px;
    transition: 0.4s;
}

section.qustin-sec .row .btn-live {
    margin-top: 60px;
}

section.qustin-sec .row .btn-live a:hover {
    background: transparent;
    color: #ED962B;
    text-decoration: none;
}
.sec-meals-single {
    padding-top: 90px;
    padding-bottom: 80px;
}

.sec-meals-single h2.vc_custom_heading {
    margin-top: 0px;
    color: #18293A;
    font-family: Montserrat;
    font-size: 75px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.sec-meals-single h2.vc_custom_heading strong {
    font-weight: 600;
    color: #E68C12;
}

.sec-meals-single .wpb_text_column p {
    font-size: 18px;
}

.sec-meals-single:before {
    content: '';
    background: url(/wp-content/uploads/2024/01/Frame-2477.png);
    height: 530px;
    width: 580px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: 100% 100%;
}

.sec-meals-single .calries {
    background: url(/wp-content/uploads/2024/01/Vector-4.png);
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 65px;
    background-size: 100% 100%;
    padding-right: 65px;
}

.sec-meals-single .calries h3 {
    color: #18293A;
    font-family: Montserrat;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    margin-top: 20px;
    line-height: 1.2;
}

.sec-meals-single .calries ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
    flex-wrap: wrap;
}

.sec-meals-single .calries ul li {
    margin-right: 10px;
    background: rgba(255, 220, 172, 0.60);
    font-family: 'Montserrat';
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sec-meals-single .vc_col-sm-4 {
    margin-top: 50px;
}
.sec-meals-single .wpb_single_image .vc_single_image-wrapper:after {
    content: '';
    background: url('/wp-content/uploads/2024/01/Frame-5.png');
    width: 150px;
    height: 100px;
    display: block;
    position: absolute;
    bottom: -38px;
    right: -26px;
}

.sec-meals-single .wpb_single_image .vc_single_image-wrapper:before {
    content: '';
    background: url(/wp-content/uploads/2024/01/Frame-4.png);
    width: 150px;
    height: 100px;
    display: block;
    position: absolute;
    top: -18px;
    left: -90px;
}
.sec2-menus {
    padding-top: 50px !important;
    padding-bottom: 50px;
}

.sec2-menus .nutritn-box {
    border-radius: 20px;
    background: rgba(200, 231, 213, 0.30);
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    height: 420px;
}

.sec2-menus .nutritn-box h3 {
    margin-top: 0px;
    color: #18293A;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sec2-menus .nutritn-box ul {
    list-style: none;
    padding-left: 0px;
}

.sec2-menus .nutritn-box ul li {
    font-family: 'Montserrat';
}

.sec2-menus .indegiants {
    border-radius: 20px;
    background: rgba(255, 220, 172, 0.30);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.sec2-menus .indegiants h3 {
    margin-top: 0px;
    color: #18293A;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.sec3-menus {
    padding-top: 30px;
    padding-bottom: 60px;
}

.sec3-menus h2.vc_custom_heading {
    color: #18293A;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 0px;
}

.sec3-menus .wpb_text_column ul {
    list-style: auto;
    padding-left: 38px;
}

.sec3-menus .wpb_text_column ul li {
    padding-bottom: 30px;
    padding-left: 26px;
    font-size: 18px;
    font-family: 'Montserrat';
    position: relative;
}

.sec3-menus .wpb_text_column ul li:before {
    content: '';
    display: block;
    height: 38px;
    width: 38px;
    left: -33px;
    z-index: -1;
    top: -4px;
    border-radius: 5px;
    background: rgba(200, 231, 213, 0.30);
    position: absolute;
}

.sec3-menus .btn-orang a {
    background: #ED962B !important;
    border-radius: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Montserrat';
    transition: 0.4s;
    border: solid 1px #ED962B !important;
}

.sec3-menus .btn-orang a:hover {
    background: transparent !important;
    color: #ED962B !important;
}
.sec2-menus .nutritn-box ul li {
    padding-bottom: 8px;
}
.sec3-menus h2.vc_custom_heading:after {
    content: '';
    background: url('/wp-content/uploads/2024/01/Frame-6.png');
    height: 103px;
    width: 86px;
    display: block;
    position: absolute;
    left: 44%;
    top: 13px;
}

.sec3-menus .wpb_text_column ul {
    margin-top: 45px;
}
.gift-card-sec {
    padding-top: 100px !important;
    padding-bottom: 100px;
}

.gift-card-sec form#voucher-multistep-form {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 3px 36px #547a9e24;
    border-radius: 20px;
}

.gift-card-sec form#voucher-multistep-form ul li a {
    border-radius: 20px !important;
    font-family: 'Montserrat';
    background: #DBF2E5 !important;
    color: #000 !important;
}

.gift-card-sec form#voucher-multistep-form ul li.current a {
    background: #18293A !important;
    color: #fff !important;
}

.gift-card-sec form#voucher-multistep-form ul li a span.number {
    display: none !important;
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-0 {
    font-family: 'Montserrat';
    margin-top: 30px;
}

.gift-card-sec form#voucher-multistep-form .actions li a {
    background: #ED962B !important;
    font-family: 'Montserrat';
    color: #fff !important;
    padding-left: 30px;
    padding-right: 30px;
    transition: 0.4s;
    border: solid 1px #ED962B !important;
}

.gift-card-sec form#voucher-multistep-form .actions li a:hover {
    background: transparent !important;
    padding-left: 30px;
    padding-right: 30px;
    color: #ED962B !important;
}
.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-1 {
    font-family: 'Montserrat';
    margin-top: 30px;
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-1 .voucherform .buying-for {
    margin-top: 20px;
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-1 .voucherform .buying-for label {
    font-weight: 700;
    margin-bottom: 18px;
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-1 .voucherform .buying-for .buying-options {
    margin-bottom: 58px;
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-1 .voucherform .buying-for .buying-options .selected {
    background: #18293a !important;
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-1 .voucherform .buying-for .buying-options .someone_else {
    background: #dbf2e5;
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-1 .voucherform .buying-for .buying-options .yourself {
    background: #dbf2e5;
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-1 .voucherform .buying-for .buying-options .someone_else img {
    background: #fff;
    padding: 7px;
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-1 .voucherform .buying-for .buying-options .yourself img {
    background: #fff;
    padding: 7px;
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-1 .voucherform  .form-group label {
    width: 100%;
    color: #279A55;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-1 .voucherform .form-group input {
    border-color: #18293A !important;
    border: solid 1px !important;
    box-shadow: none !important;
    background: transparent !important;
    font-family: 'Montserrat';
    font-size: 16px !important;
    border-radius: 10px;
}

.gift-card-sec {
    background-size: 100% 100%;
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-1 .voucherform .form-group textarea {
    border-color: #18293A !important;
    border: solid 1px !important;
    box-shadow: none !important;
    background: transparent !important;
    font-family: 'Montserrat';
    font-size: 16px !important;
    border-radius: 10px;
}

.gift-card-sec form#voucher-multistep-form .sideview {
    font-family: 'Montserrat' !important;
}

.gift-card-sec form#voucher-multistep-form .sideview .voucherBottomDiv {
    background: #dbf2e5;
}

.gift-card-sec form#voucher-multistep-form .sideview .voucherBottomDiv h2 {
    font-family: 'Montserrat' !important;
    color: #18293A !important;
}

#voucher-multistep-form .secondRightDiv .voucherBottomDiv .uk-form-row label {
    font-family: 'Montserrat' !important;
    color: #18293A !important;
    font-weight: 600;
}
.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-2 {
    font-family: 'Montserrat';
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-2 .shipping label {
    font-weight: 700;
    margin-bottom: 18px;
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-2 .shipping .shipping-options {
    margin-bottom: 58px;
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-2 .shipping .shipping-options .shipping_as_email {
    background: #dbf2e5;
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-2 .shipping .shipping-options .shipping_as_email img {
    background: #fff;
    padding: 7px;
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
    border-radius: 10px;
    padding-left: 4px;
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-2 .shipping .shipping-options .selected {
    background: #18293a !important;
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-2 .shipping .shipping-options .shipping_as_post {
    background: #dbf2e5;
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-2 .shipping .shipping-options .shipping_as_post img {
    background: #fff;
    padding: 7px;
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-2 .form-group label {
    width: 100%;
    color: #279A55;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-2 .form-group input {
    border-color: #18293A !important;
    border: solid 1px !important;
    box-shadow: none !important;
    background: transparent !important;
    font-family: 'Montserrat';
    font-size: 16px !important;
    border-radius: 10px;
}

.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-2 .form-group select {
    border-color: #18293A !important;
    border: solid 1px !important;
    box-shadow: none !important;
    background: transparent !important;
    font-family: 'Montserrat';
    font-size: 16px !important;
    border-radius: 10px;
}
.gift-card-sec form#voucher-multistep-form fieldset#voucher-multistep-form-p-3 {
    font-family: 'Montserrat';
}
.packg-sec .packge-box:hover p {
    color: #000;
}
.sec-plans {
    padding-top: 70px;
    padding-bottom: 100px;
}

.sec-plans .stepform-headng {
    text-align: center;
    padding-bottom: 50px;
}

.sec-plans .stepform-headng h2 {
    color: #18293A;
    text-align: center;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-bottom: 12px;
}

.sec-plans .stepform-headng p {
    color: #18293A;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
}

.sec-plans .steponefield {
    border-radius: 10px;
    background: rgba(200, 231, 213, 0.20);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.sec-plans .steponefield h2 {
    margin-top: 0px;
    color: #18293A;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0px;
}

.sec-plans .steponefield p {
    color: #18293A;
    font-family: Montserrat;
    font-size: 18px;
}

.sec-plans .steponefield input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.sec-plans .steponefield label {
    border-radius: 10px;
    border: 1px solid #18293a47;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #18293A;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
	width: 160px;
	cursor: pointer;
}
.sec-plans .steponefield label img {
    margin-bottom: 8px;
}
.sec-plans .perday label {
    padding-left: 10px;
    padding-right: 10px;
    width: 18%;
    font-size: 15px;
}
.sec-plans .steponefield label:hover {
    background: #279a5545;
}
.sec-plans .steponefield .perday {
    margin-top: 30px;
}
.sec-plans .stepone .plnbox {
    border-radius: 10px;
    background: #F9F9F9;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 30px;
}

.sec-plans .stepone .plnbox h3 {
    margin-top: 0px;
    color: #18293A;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sec-plans .stepone .plnbox .totldiv table tr td {
    font-family: 'Montserrat';
    font-size: 20px;
}

.sec-plans .stepone .plnbox .totldiv table tr td {
    padding-bottom: 10px;
}
.sec-plans .stepone .plnbox .totldiv table tr.lst-tr {
    border-top: solid 1px #EAEAEA;
}

.sec-plans .stepone .plnbox .totldiv table tr.lst-tr td {
    padding-top: 10px;
}

.sec-plans .stepone .plnbox .totldiv input[type="submit"] {
    background: #ED962B;
    border: solid 1px #ED962B;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    border-radius: 30px;
    font-family: 'Montserrat';
    color: #fff;
    font-size: 16px;
}

.sec-plans .stepone .col-md-5 h4 {
    margin-top: 0px;
    font-weight: 800;
    font-size: 20px;
}
.sec-plans .tabs ul#myTab {
    align-items: center;
    justify-content: center;
    border-bottom: 0px;
}

.sec-plans .tabs {
    margin-bottom: 80px;
}
.sec-plans .tabs ul#myTab .nav-item .nav-link.active {
    border: 0px;
    font-family: 'Montserrat';
    font-size: 16px;
}

.sec-plans .tabs ul#myTab .nav-item .nav-link {
    background: transparent !important;
    font-family: 'Montserrat';
    font-size: 16px;
}

.sec-plans .tabs ul#myTab .nav-item {
    margin-left: 30px;
    margin-right: 30px;
	position:relative;
}

.sec-plans .tabs ul#myTab .nav-item .nav-link img {
    margin-bottom: 14px;
}
.addrss-form {
    border-radius: 10px;
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.addrss-form label {
    width: 100%;
    color: #279A55;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0px;
}

.addrss-form input[type="text"] {
    width: 100%;
    height: 45px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: solid 1px #E0E0E0;
    background: #fff;
    font-family: 'Montserrat';
    font-size: 20px;
    color: #18293A;
}

.addrss-form input[type="email"] {
    width: 100%;
    height: 45px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: solid 1px #E0E0E0;
    background: #fff;
    font-family: 'Montserrat';
    font-size: 20px;
    color: #18293A;
}

.addrss-form input[type="tel"] {
    width: 100%;
    height: 45px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: solid 1px #E0E0E0;
    background: #fff;
    font-family: 'Montserrat';
    font-size: 20px;
    color: #18293A;
}

.addrss-form .col-md-6, .addrss-form .col-md-12 {
    margin-bottom: 30px;
}

.addrss-form input[type="text"]:focus {
    outline: none;
}

.addrss-form input[type="tel"]:focus {
    outline: none;
}

.addrss-form input[type="email"]:focus {
    outline: none;
}

.addrss-form .btn-next {
    text-align: right;
    margin-top: 30px;
}

.addrss-form .btn-next input[type="submit"] {
    background: #ED962B;
    border: solid 1px #ED962B;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 30px;
    font-family: 'Montserrat';
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}
div#pickmeals div#tab-dec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

div#pickmeals div#tab-dec label {
    width: 30%;
    flex: 0 0 30%;
    text-align: center;
    background: rgba(200, 231, 213, 0.20);
    margin: 10px;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}

div#pickmeals div#tab-dec label h4 {
    color: #18293A;
    text-align: center;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
	margin-bottom: 0px;
}
.sec-plans .steponefield input#chefchoice {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.sec-plans .steponefield input#proteinplus {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.sec-plans .steponefield input#veganveggie {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.sec-plans .steponefield input#allplants {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.sec-plans .steponefield input[type="radio"]:checked + label {
    background-color: #279a5545;
}
.sec-plans div#myTabContent .custom-auth-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.sec-plans div#myTabContent .custom-auth-container div#signup-form {
    width: 55%;
    flex: 0 0 55%;
	border-radius: 10px;
    background: rgba(200, 231, 213, 0.20);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: 68px;
}

.sec-plans div#myTabContent .custom-auth-container div#signin-form {
    width: 40%;
    flex: 0 0 40%;
    border-radius: 10px;
    background: #F9F9F9;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.sec-plans div#myTabContent .custom-auth-container div#signin-form h2 {
    margin-top: 0px;
    font-size: 34px;
}

.sec-plans div#myTabContent .custom-auth-container div#signin-form input[type="text"] {
    width: 100%;
    height: 45px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: solid 1px #E0E0E0;
    background: #f9f9f9;
    font-family: 'Montserrat';
    font-size: 20px;
    color: #18293A;
    padding-left: 15px;
}

.sec-plans div#myTabContent .custom-auth-container div#signin-form input[type="password"] {
    width: 100%;
    height: 45px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: solid 1px #E0E0E0;
    background: #f9f9f9;
    font-family: 'Montserrat';
    font-size: 20px;
    color: #18293A;
    padding-left: 15px;
}

.sec-plans div#myTabContent .custom-auth-container div#signin-form input[type="text"]:focus {
    outline: none;
    background: transparent;
}

.sec-plans div#myTabContent .custom-auth-container div#signin-form input[type="password"]:focus {
    outline: none;
}

.sec-plans div#myTabContent .custom-auth-container label {
    width: 100%;
    color: #279A55;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0px;
}

.sec-plans div#myTabContent .custom-auth-container div#signin-form .col-md-12 {
    margin-bottom: 24px;
}

.sec-plans div#myTabContent .custom-auth-container div#signin-form .btn-sbmt input[type="submit"] {
    width: 100%;
    background: #ED962B;
    border: solid 1px #ED962B;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 30px;
    font-family: 'Montserrat';
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 24px;
}
.sec-plans div#myTabContent .custom-auth-container div#signup-form h2 {
    margin-top: 0px;
    font-size: 34px;
}

.sec-plans div#myTabContent .custom-auth-container div#signup-form input[type="text"] {
    width: 100%;
    height: 45px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: solid 1px #E0E0E0;
    background: transparent !important;
    font-family: 'Montserrat';
    font-size: 20px;
    color: #18293A;
    padding-left: 15px;
}

.sec-plans div#myTabContent .custom-auth-container div#signup-form input[type="email"] {
    width: 100%;
    height: 45px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: solid 1px #E0E0E0;
    background: #f4faf7;
    font-family: 'Montserrat';
    font-size: 20px;
    color: #18293A;
    padding-left: 15px;
}

.sec-plans div#myTabContent .custom-auth-container div#signup-form input[type="tel"] {
    width: 100%;
    height: 45px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: solid 1px #E0E0E0;
    background: #f4faf7;
    font-family: 'Montserrat';
    font-size: 20px;
    color: #18293A;
}

.sec-plans div#myTabContent .custom-auth-container div#signup-form input[type="password"] {
    width: 100%;
    height: 45px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: solid 1px #E0E0E0;
    background: #f4faf7;
    font-family: 'Montserrat';
    font-size: 20px;
    color: #18293A;
    padding-left: 15px;
}

.sec-plans div#myTabContent .custom-auth-container div#signup-form .col-md-6 {
    margin-bottom: 26px;
}

.sec-plans div#myTabContent .custom-auth-container div#signup-form input[type="text"]:focus {
    outline: none;
}

.sec-plans div#myTabContent .custom-auth-container div#signup-form input[type="email"]:focus {
    outline: none;
}

.sec-plans div#myTabContent .custom-auth-container div#signup-form input[type="tel"]:focus {
    outline: none;
}

.sec-plans div#myTabContent .custom-auth-container div#signup-form input[type="password"]:focus {
    outline: none;
}

.sec-plans div#myTabContent .custom-auth-container div#signup-form .btn-sbmt input[type="submit"] {
    width: 100%;
    background: #ED962B;
    border: solid 1px #ED962B;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 30px;
    font-family: 'Montserrat';
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 24px;
}
.sec-plans .tab-content .btn-next input {
    background: #ED962B;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat';
    border: solid 1px #ED962B;
}
.sec-plans .tab-content div#selectplan .first-step-btn {
    width: 100%;
}
div#pickmeals .btn-next {
    text-align: right;
    margin-top: 40px;
    margin-right: 40px;
}

div#pickmeals .btn-next .second-step-btn {
    width: 200px;
}
.sec-plans .tabs ul#myTab .nav-item .nav-link {
    outline: none;
    border: none;
}
.sec-plans .tabs ul#myTab .nav-item .nav-link p {
    margin-bottom: 10px;
    background: #279A55;
    border-radius: 50%;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-plans .tabs ul#myTab .nav-item .nav-link p img {
	margin-bottom: 0px;
    height: 30px;
    width: 30px;
    object-fit: contain;
}
/* .sec-plans .tabs ul#myTab .nav-item .nav-link.active p:after {
    content: '';
    background: #279A55;
    height: 4px;
    width: 116px;
    display: block;
    position: absolute;
    right: -85px;
    z-index: -1;
} */

.sec-plans .tabs ul#myTab .nav-item {
    position: relative;
}

/* .sec-plans .tabs ul#myTab .nav-item .nav-link p:after {
    content: '';
    background: #FAFAFA;
    height: 4px;
    width: 116px;
    display: block;
    position: absolute;
    right: -85px;
    z-index: -1;
} */
.sec-plans div#myTabContent div#register .btn-next {
    text-align: right;
    margin-top: 40px;
}

.sec-plans div#myTabContent div#register .btn-next .signup-next-btn {
    width: 200px;
}
input.next-step-button.complete-order-btn {
    display: none;
}
div#pickmeals div#tab-dec input.menu-item {
    position: absolute;
    right: 25px;
    top: 25px;
}

div#pickmeals div#tab-dec label {
    position: relative;
}
form#payment-form .addrss-form div#card-element {
    height: 58px;
    font-family: 'Montserrat';
}

form#payment-form .addrss-form div#card-element input#payment-form-btn {
    text-align: right;
}

form#payment-form .addrss-form input#payment-form-btn {
    text-align: right;
    background: #ED962B;
    border: solid 1px #ED962B;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 15px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 30px;
    transition: 0.4s;
}

form#payment-form .addrss-form input#payment-form-btn:hover {
    background: transparent;
    color: #ED962B;
    text-decoration: none;
}
.sec-plans .tabs ul#myTab .nav-item .nav-link.active p {
    background: #18293a;
}
.getstrtedsec {
    padding-top: 80px;
    padding-bottom: 50px;
}

.getstrtedsec .wpb_text_column {
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    border: solid 1px #ed962b;
    padding-top: 78px;
    padding-bottom: 78px;
    padding-left: 20px;
    padding-right: 20px;
}

.getstrtedsec .wpb_text_column h3 {
    margin-top: 0px;
	font-size: 35px;
}

.getstrtedsec .wpb_text_column h3 a {
    font-weight: 500;
    font-size: 35px;
    color: #000;
}

.getstrtedsec .wpb_text_column h3 a:hover {
    text-decoration: none;
}

.getstrtedsec .wpb_text_column .butn a {
    padding: 13px 34px !important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-left: 15px;
    background: #e68c12;
    font-family: 'Montserrat';
    color: #fff;
    border: solid 1px #e68c12;
}

.getstrtedsec .wpb_text_column .butn {
    margin-top: 38px;
}

.getstrtedsec .wpb_text_column .butn a:hover {
    background: transparent;
    color: #e68c12;
    text-decoration: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

#masthead .container{
	max-width: 1400px;
}


.navbar-light .navbar-nav .nav-link {
    color: #18293A;
    font-size: 16px;
    font-weight: 500;
}


.nav-about{
	padding-left:200px;
}


.right-mnu ul {
    display: flex;
}

.right-mnu li {
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
}

.right-mnu li a {
    color: #18293A;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
}

.right-mnu {
    padding-top: 17px;
}


.navbar-light .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
}
.search-bar {
    display: none;
    position: absolute;
    top: 80px;
    right: 10px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    z-index: 999;
    font-family: 'Montserrat';
    width: 400px;
}

.search-bar input {
	width: 230px;
    padding: 5px;
    margin-right: 5px;
    height: 55px;
    border-radius: 30px !important;
    padding-left: 20px;
}

.search-bar button {
    padding: 5px;
    position: absolute;
    right: 10px;
    border-radius: 30px;
    font-size: 14px;
    top: 5px;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    background: #e68c12;
    border: solid 1px #e68c12;
    color: #fff;
	z-index: 999;
}
.addrss-form select#state {
    width: 100%;
    height: 45px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: solid 1px #E0E0E0;
    background: #fff;
    font-family: 'Montserrat';
    font-size: 20px;
    color: #18293A;
}

.addrss-form select#state:focus {
    outline: none;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.btn-orng a {
    padding: 18px 40px !important;
    background-color: #e68c12 !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
	color:#fff !important;
    line-height: 19px !important;
	font-family: 'Montserrat';
	border: solid 1px #e68c12 !important;
}

.btn-orng a:hover{
    background: white !important;
    color: #000000 !important;
    border: solid 1px #ffffff !important;
    text-decoration: none;
	border: solid 1px #e68c12 !important;
}

.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/* --------------------------------------custom css-------------------------------------- */
.top-headr p {
    text-align: center;
    margin-bottom: 0px;
    font-family: 'Montserrat';
    font-size: 15px;
    color: #fff;
}

.top-headr {
    padding-top: 14px;
    padding-bottom: 14px;
    background: #e58c13;
}
.faqs-sec1 .ult_tab_li a {
    font-family: 'Montserrat';
}
header#masthead ul#menu-main-menue li a {
/*     font-family: 'Montserrat'; */
    font-size: 16px;
    color: #18293A;
    transition: 0.4s;
}
.onlneorder .woocommerce .woocommerce-MyAccount-content p a.woocommerce-Button.btn {
    background: #ed962b !important;
    color: #fff;
    border-radius: 30px;
    border: solid 1px #ed962b;
}
header#masthead ul#menu-main-menue li a:hover {
    color: #279a55;
}
header#masthead ul#menu-main-menue li.abt-menu {
    position: absolute;
    right: 180px;
}
header#masthead .right-mnu ul li a {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    color: #18293A;
}
.home-bnr {
    overflow: visible !important;
    padding-top: 170px !important;
    padding-bottom: 110px;
    background-size: 100% 100%;
}

.home-bnr .wpb_single_image img {
	height: 624px;
	position: absolute;
	top: -147px;
	width: 728px;
	right: -80px;
	object-fit: cover;
}

.home-bnr h1.vc_custom_heading {
/* 	font-family: 'Montserrat'; */
	font-size: 67px;
	color: #fff;
	margin-top: 0px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom:0px;
}
.home-bnr .wpb_text_column p {
    color: #fff;
}
.home-bnr .bnr-img {
    text-align: right !important;
}

.container{
	max-width:1400px;
}
.home-bnr .wpb_single_image:before {
    content: '';
    background: url(/wp-content/uploads/2023/12/Frame-2414.png);
    height: 670px;
    position: absolute;
    display: block;
    width: 948px;
    top: -76%;
    right: -250px;
}

.home-bnr .btn-orng a {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    background: #E68C12 !important;
    border: solid 1px #E68C12;
    transition: 0.4s;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.home-bnr .btn-orng a:hover {
    background: transparent !important;
    color: #E68C12 !important;
    border: solid 1px #E68C12;
}

.home-bnr .btn-orng {
    margin-left: 0px;
}

.home-bnr .btn-blck {
    margin-right: 30px;
}
.post-type-archive-popular-meals div#content {
    padding-top: 0px;
}
.home-bnr .btn-blck a {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #fff;
    transition: 0.4s;
    border: solid 1px #e68c13;
    background: #e68c13 !important;
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.home-bnr .btn-blck a:hover {
    background: transparent !important;
    color: #ffffff !important;
    border: solid 1px #fff;
}
.experince-banr {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.home-delivrymeal-sec ul.meal-tabs {
    display: none;
}
.sec2-home {
    padding-top: 26px !important;
    padding-bottom: 40px;
}
.home-delivrytesti-sec .wpb_single_image img {
    position: relative !important;
    left: 0px;
    top: 0px !important;
}

.home-delivrytesti-sec .wpb_single_image {
    text-align: left !important;
}
.sec2-home ul.sec2-icons {
    list-style: none;
    padding-left: 0px;
    display: flex;
    align-items: center;
	width: 54%;
}
.homeboxs {
    background: #eef8f3;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    border: solid 1px #eef8f3;
    transition: 0.4s;
}

.homeboxs h3.aio-icon-title {
    font-family: 'Montserrat';
    font-size: 25px !important;
    margin-top: 0px !important;
}

.homeboxs .aio-icon-description {
    font-family: 'Montserrat';
    font-size: 15px;
}

.homeboxs:hover {
    border-color: #e68c12;
}
.sec2-home ul.sec2-icons li {
    margin-right: 16px;
	width: auto;
    flex: none;
}
.sec2-home .vc_row {
    border-bottom: solid 1px #58cb8678;
}

.home-sec3 {
    padding-top: 70px;
}

.home-sec3 h4.vc_custom_heading {
    margin-top: 0px;
    color: #E68C12;
    font-family: Montserrat;
    font-size: 25px;
    margin-bottom: 0px;
}

.home-sec3 h2.vc_custom_heading {
    margin-top: 0px;
    padding-top: 24px;
    color: #18293A;
/*     font-family: Montserrat; */
    font-size: 67px;
    margin-bottom: 0px;
    font-weight:600;
}

.home-sec3 .wpb_text_column  ul.sec2-buttns {
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 36px;
}

.home-sec3 .wpb_text_column ul.sec2-buttns li {
    width: 33.33%;
    flex: 0 0 30.33%;
    text-align: center;
    background: #EEF8F3;
    margin: 14px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-radius: 50px;
}

.home-sec3 .wpb_text_column ul.sec2-buttns li a {
    font-size: 24px;
    color: #18293A;
    font-weight: 400;
    font-family: 'Montserrat';
}

.home-sec3 .wpb_text_column ul.sec2-buttns li:last-child {
    margin-bottom: 14px !important;
}

.home-sec3 .wpb_text_column ul.sec2-buttns li a:hover {
    text-decoration: none;
}

.home-sec2 h2.vc_custom_heading.h-ingredients{
    padding: 55px 0px;
    background-color: #EEF8F3 !important;
    border-radius: 100px !important;
    font-size: 26px !important;
    line-height: 31px !important;
    color: #18293A !important;
    font-family: 'Montserrat' !IMPORTANT;
}


ul.meal-tabs {
    display: flex;
    justify-content: center;
    background-color: #C8E7D54D;
    width: fit-content;
    margin-left:auto;
    margin-right:auto;
    padding: 10px 0px;
    border-radius: 200px;
	margin-bottom:30px;
}

.meal-tabs li {
    list-style: none;
    background: #ffffff00;
    padding: 20px 0px;
}

.meal-tabs li a:hover {
    background-color: #C8E7D5;
    transition: 0.5s;
}

.meal-tabs li a {
    text-decoration: none;
    font-size: 22px;
    line-height: 23px;
    font-family: 'Montserrat';
    color: #18293A;
    font-weight: 500;
    padding: 20px 40px;
    margin: 0px 10px;
    border-radius: 200px;
}

.meal-tabs li a.active {
    background: #C8E7D5;
}

.home-sec3 .meal-title {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    font-family: 'Montserrat';
    height: 80px;
    overflow: hidden;
    color: #18293A;
    margin: 0px 25px;
	margin-top: 20px;
}


.home-sec3  .meal-item-inner:hover{
	background-color:#C8E7D54D;
	border-radius:20px;
}

.home-sec3 .meal-item-inner{
	margin:0px 10px;
	padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
}


.home-sec3 .meal-button {
    text-align: center;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat';
    padding-top: 12px;
}
.meal-home {
    text-align: center;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 400;
    color: #18293A;
    font-family: 'Montserrat';
    padding-top: 12px;
}

.meal-home a {
    text-decoration: none;
    color: #706c6c;
}


.home-sec3 .meal-button a {
    color: #18293A;
}

.home-sec3 .activee{
	display:flex !important;
	flex-wrap: wrap;
}
.home-sec3 .activee .meal-thumbnail {
    text-align: center;
}

.home-sec4 .sec-main {
    font-size: 67px;
    font-weight: 600 !important;
/*     font-family: 'Montserrat' !IMPORTANT; */
    line-height: 90px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color:#18293A;
    text-transform:capitalize;
}

.home-sec4 .sec-yellow {
    font-size: 30px;
    font-weight: 500 !IMPORTANT;
    color: #E68C12;
/*     font-family: 'Montserrat' !important; */
    line-height: 45px;
    margin: 0px;
}

.home-sec4 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding: 20px 0px;
}

.home-sec4 .btn-blck a {
    padding: 20px 40px !important;
    background: #fff0 !important;
    border: 1px solid black;
    border-radius: 30px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
	font-family: 'Montserrat';
}


.home-sec4 .btn-blck a:hover {
background: #000 !important;
color: #fff !important;
border: solid 1px #000;
}




.home-sec4 .btn-orng a {
    padding: 20px 40px !important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-left:15px;
	background: #e68c12 !important;
	font-family: 'Montserrat';
}

.home-sec4 .btn-orng a:hover {
    background: transparent !important;
    color: #E68C12 !important;
    border: solid 1px #E68C12;
}



.sec-testi .btn-orng a {
	padding: 20px 40px !important;
    border-radius: 200px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 19px !important;
    font-family: 'Montserrat';
    background: #E68C12 !important;
}


.sec-testi .btn-orng a:hover {
    background: transparent !important;
    color: #E68C12 !important;
    border: solid 1px #E68C12;
}

.sec-testi .testi-image {
    width: 30%;
}

.sec-testi .contnt {
    width: 70%;
}

.sec-testi .let-testi {
    display: flex;
}


.sec-testi .testi-image::after {
    content: '';
    background-image: url('/wp-content/uploads/2023/12/Frame.png');
    height: 80px;
    width: 80px;
    z-index: 99999;
    display: block;
    background-size: contain;
    position: relative;
    top: -57px;
    right: -120px;
}

.sec-testi span.star-icon {
    color: #ED962B;
    font-size: 50px;
}

.sec-testi p {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat';
    line-height: 32px;
    color: #fff;
}


.sec-testi button.owl-next:focus {
    display: none;
}

.sec-testi button.owl-prev:focus {
    display: none;
}

.sec-testi .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.sec-testi button.owl-prev {
    margin-right: 20px;
}

.sec-testi h2.vc_custom_heading {
    font-size: 60px;
    font-family: 'Montserrat' !important;
    color: #fff;
    font-weight: 600 !important;
}


.sec-testi .vc_single_image-img.attachment-full {
    position: relative;
    top: -87px;
    right: 75px;
}

.sec-testi .owl-nav {
    background: transparent;
}


.contnt h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    color: #fff;
    font-family: 'Montserrat';
    margin: 0px;
}

p.designation {
    font-size: 20px;
    color: #fff;
    line-height: 34px;
    font-weight: 400;
    margin: 0px;
}

/*----------------------------404 page-------------------- */
.btn-bcktohome.btn-orng {
    text-align: center;
    margin-top: 60px;
}

.error-404 header#masthead{
	background-color:#fff0;
}


.error-404{
	text-align:center;
	padding-top:100px;
	padding-bottom:100px;
}

.error404 .site-content{
	margin-top:-100px;
	background: url("/wp-content/uploads/2023/12/Group-254.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100Vh;
}


.error404  div#footer-widget {
    display: none;
}

.error404  footer#colophon {
    display: none;
}

.error404 p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
}


/*----------------------------Thank You-------------------- */

.thank-you h2.thanki {
    text-align: center;
    font-size: 140px;
    font-weight: 400;
    color: #18293A;
    line-height: 113px;
    padding-bottom: 0px;
}

.thank-you span.thankk {
    font-size: 140px;
    font-weight: 700;
    color: #18293A;
    line-height: 113px;
}


.thank-you p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.thank-you .btn-orng {
    text-align: center !important;
    width: 100%;
}

.page-id-156 header#masthead {
    z-index: 99999;
    position: relative;
    background: none;
}

.page-id-156 .thank-you {
    margin-top: -100px;
}



.page-id-156 div#footer-widget { 
	display:none;}

.page-id-156 footer#colophon {
	display:none;}

/*----------------------------About Us-------------------- */


.title-bread h2.vc_custom_heading {
    font-size: 67px;
    line-height: 113px;
    font-weight: 600 !important;
    font-family: 'Montserrat' !important;
    padding: 0px;
    margin: 0px;
}

.title-bread a.homee {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #fff;
    line-height: 23px;
    padding: 0px;
    margin: 0px;
}

.title-bread a.homee:hover {
	text-decoration:none;
}

.title-bread a.otherr {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #fff;
    line-height: 23px;
    padding: 0px;
    margin: 0px;
}

.title-bread a.otherr:hover {
	text-decoration:none;
}

.title-bread .homee::after {
    content: " >";
    font-size: 25px;
    color: #ED962B;
    font-family: cursive;
    position: relative;
    margin-top: p;
    top: 3px;
}



.heading-blk {
    font-size: 67px;
    line-height: 90px;
    font-weight: 500 !IMPORTANT;
    font-family: 'Montserrat' !important;
    color: #18293A !IMPORTANT;
	margin-bottom:0px !important; 
}

.txt-blk p {
    line-height: 30px;
    font-size: 18px;
    color: #18293A;
    font-weight: 400;
/*     width: 77%; */
}

.about-sec1 .mission {
    width: 50%;
    padding: 40px 40px 40px 40px;
    background-color: #279A55;
    border-radius: 10px;
    margin-right:17px;
	height: fit-content;
}

.about-sec1 .mission h2 {
    color: #fff;
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    padding: 0px;
    /* margin: 0px; */
    margin: 0px 0px 30px 0px;
}

.about-sec1 .mission p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    font-family: 'Montserrat';
    color: #fff;
}


.about-sec1 .vision {
    width: 50%;
    padding: 40px 40px 40px 40px;
    background-color: #ED962B;
    border-radius: 10px;
    margin-left:17px
		height: fit-content;
}

.about-sec1 .vision h2 {
    color: #18293A;
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    padding: 0px;
    /* margin: 0px; */
    margin: 0px 0px 30px 0px;
}

.about-sec1 .vision p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    font-family: 'Montserrat';
    color: #18293A;
}


.about-sec1 .mission-outer {
    display: flex;
}





.about-sec2 .aio-icon-title {
    text-align: left;
    font-size: 24px !important;
    font-weight: 600 !important;
    font-family: 'Montserrat';
    line-height: 29px;
	color: #18293a !important;
}

.about-sec2 .aio-icon-description {
    text-align: left !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}



.about-sec2 .align-icon {
    text-align: left !important;
}



.about-sec3 p {
    line-height: 30px;
    font-size: 18px;
    color: #18293A;
    font-weight: 400;
    width:87%;
	margin-left:auto;
	margin-right:auto;
}


/*----------------------------FAQS-------------------- */

.faqs-sec1 .vc_toggle_title .vc_toggle_icon {
    position: relative !important;
    top: 23px !important;
    transform: none !important;
}
 
.faqs-sec1 .ult_tab_li {
    background: #ffffff00 !important;
    margin: 0px 25px !important;
    }
 
.faqs-sec1 .ult_tab_li:first-child{
    margin-left:0px !important;
}
 
 
.faqs-sec1 .ult_tab_li:last-child{
    margin-right:0px !important;
}
 
 
.faqs-sec1 .ult_tab_li a {
    background: #ffffff00 !important;
    border-radius: 200px !important;
    padding: 30px 43px !important;
    /* text-align: center !important; */
    width:auto !important; }
 
 
 
.faqs-sec1 .ult_tab_li .ult-span-text { 
    font-size:22px !important;
    color:#18293A !important;
    font-weight:500;
    padding: 0px !important;
    margin: 0px !important;
}
 
.faqs-sec1 .ult_tab_li.current a{
    background: #C8E7D5 !important;
    border-radius: 200px !important;
    padding: 30px 43px !important;
    /* text-align: center !important; */
    width:auto !important;
}
 
.faqs-sec1 .ult_tab_li .ult_tab_iconright{
    display:none;
}
 
 
 
.faqs-sec1 li.ult_tab_li.ult_tab_style_4{
    flex: none!important;
}
 
 
.faqs-sec1 .ult_tabmenu {
    border: 1px solid #C8E7D580 !important;
    width: fit-content !important;
    border-radius: 200px;
}
 
 
.faqs-sec1 li.ult_tab_li.ult_tab_style_4.current {
    margin: 0px 50px;
}
 
.faqs-sec1 span.ult_tab_section {
    display:flex;
}


.faqs-sec1 .vc_toggle {
    border-bottom: 1px solid #DCDCDC;
	margin-bottom: 0px;
}

.faqs-sec1 .vc_toggle_title {
    /* padding-bottom: 20px; */
    padding: 0px 0px !important; 
    display: flex;
    justify-content: space-between;
}



.faqs-sec1 .vc_toggle_title h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #18293A;
}


.faqs-sec1 .vc_toggle_content {
    padding: 0px !important;
    margin: 0px !important;
	
}

.faqs-sec1 .vc_toggle_content p {
    font-size: 18px;
    font-family: 'Montserrat';
    line-height: 30px;
}

.faqs-sec1 .ult_tab_min_contain {
    padding-top: 60px;
}


.faqs-sec1 .ult_tabcontent.ult-responsive.style1 {
    height: auto !important;
}


.faqs-sec2 .vc_row{
	border-radius:10px;
	padding: 80px 0px 100px 0px
	
}

.faqs-sec2 h2.vc_custom_heading { 
    font-size: 30px;
    font-family: 'Montserrat' !important;
    font-weight: 700 !important;
    line-height: 23px;
    margin: 0px;
}
.faqs-sec2 p {
    margin-bottom: 1.5em;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 23px;
    padding-top: 23px;
}


/*----------------------------Privacy Policy-------------------- */

.privacypolicy-sec1 h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 25px;
    margin-top: 25px;
    font-family: 'Montserrat';
	color:#18293A;
}

.privacypolicy-sec1 p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #5B5B5B;
    font-family: 'Montserrat';
}

/*----------------------------Career-------------------- */

.career-sec1 .heading-blk {
    font-size: 50px;
    line-height: 73px;
    font-weight: 600 !IMPORTANT;
    font-family: 'Montserrat' !important;
    color: #18293A !IMPORTANT;
}

.career-sec1 .career-container {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #E3E3E3;
}


.career-sec1 h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 23px;
    font-family: 'Montserrat';
}

.career-location {
    width: fit-content;
    padding-left: 31px;
}

.career-date {
    width: fit-content;
    padding-left: 60px;
}

.career-sec1 .loaction-date {
    display: flex;
    position: relative;
    top: -25px;
}


.career-sec1 img.location-icon {
    position: relative;
    top: 25px;
    right: 30px;
}

.career-sec1 img.date-icon {
    position: relative;
    top: 25px;
    right: 30px;
}

.career-sec1 .loaction-date p {
    line-height: 32px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #000000;
}

.career-sec1 .career-excerpt {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #5B5B5B;
}

.career-sec1 a.cta-apply {
    background-color: #ED962B;
    padding: 25px 40px;
    border-radius: 200px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.career-sec1 a.cta-apply:hover {
    text-decoration: none;
	background: transparent !important;
	color: #E68C12 !important;
	border: solid 1px #E68C12;
}

.career-sec1 a.cta-apply {
    position: relative;
    top: 50%;
    left: 60%;
}


.career-sec2 .form-control {
    background: none;
    border: 1px  0px 0px 0px solid red;
    border: none;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0px;
}


.career-sec2 label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: 'Montserrat';
    color: #279A55;
	width:100%;
}
.career-sec1 a.cta-apply {
    padding: 18px 40px;
}
.career-sec2 .btn.btn-primary {
    padding: 18px 40px;
}
.career-sec2 .form-control:focus {
    box-shadow: none;
}


.career-sec2 input.wpcf7-form-control.wpcf7-text.form-control {
	font-size: 26px;
	line-height: 60px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	color: #18293A;
	font-family: 'Montserrat';
	margin-top: -10px;
}



.career-sec2 .codedropz-upload-handler {
    border: 1px dashed #BCE3CD;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
	margin-top:20px;
	margin-bottom:20px;
}


.career-sec2 .codedropz-upload-container {
    padding: 40px 60px;
    background-color: #DBF2E5;
}


.career-sec2 .codedropz-upload-inner h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    font-family: 'Montserrat';
    color: #279A55;
}



.career-sec2 .codedropz-upload-inner span {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    font-family: 'Montserrat';
    color: #000000;
    /* position: relative; */
}



.career-sec2 .codedropz-upload-inner {
    text-align: left;
}


.career-sec2 .codedropz-btn-wrap a {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #279A55;
    text-decoration: underline !important;
}


.career-sec2 .codedropz-upload-inner::before {
    content: "";
    background-image: url(http://lifeplate.agencypartnerinteractive.com/wp-content/uploads/2023/12/Vector-5.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: cover;
    width: 114px;
    display: block; 
    position: absolute;
    right: 66px;
}

.career-sec2 .dnd-upload-counter{
	display:none;
}

.career-sec2 .checkk span.wpcf7-list-item-label {
    font-size: 16px;
    color: #5B5B5B;
    font-weight: 400;
    line-height: 25px;
}

.career-sec2 .checkk .form-control {
    background: none;
    border: none;
    border-radius: 0px;
}


.career-sec2 input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 14px;
    height: 15px;
    width: 15px;
}

.career-sec2 .btn.btn-primary {
    padding: 20px 40px;
    background-color: #ED962B;
    border-radius: 200px;
    border: none;
}
.career-sec2 .btn.btn-primary:focus {
	border:none;
	box-shadow:none;
}
.career-sec2 .btn.btn-primary:hover{
	background: transparent !important;
	color: #E68C12 !important;
	border: solid 1px #E68C12 !important;
	padding: 20px 40px;
}



.career-sec2 .get-heading {
    font-size: 50px;
    line-height: 67px;
    font-weight: 600 !important;
    font-family: 'Montserrat' !important;
    color: #18293A;
    margin: 0px;
}

.career-sec2 .get-txt p {
    font-size: 18px;
    color: #18293A;
    line-height: 30px;
    font-family: 'Montserrat';
    padding-bottom: 10px;
}


/*-----------------------Life Plat Kids ----------------------*/

.kids-sec1 h2.vc_custom_heading {
    font-size: 67px;
    font-weight: 600;
    line-height: 85px;
    color: #18293A;
    font-family: 'Montserrat';
}

.kids-sec1 h2.vc_custom_heading span {
	color: #269954;
}
.row-giftsfaqs {
    padding-top: 40px;
}

.row-giftsfaqs .faqs-gift {
    background: #fff;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.row-giftsfaqs .vc_toggle_active.faqs-gift {
    padding-bottom: 0px;
}

.row-giftsfaqs .faqs-gift h4 {
    font-size: 20px;
}
.row-giftsfaqs h2.vc_custom_heading {
    color: #18293A;
    font-family: Montserrat;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 0px;
}

.row-giftsfaqs .wpb_text_column ul {
    list-style: auto;
    padding-left: 28px;
}

.row-giftsfaqs .wpb_text_column ul li {
    padding-bottom: 30px;
    padding-left: 14px;
    font-size: 18px;
    font-family: 'Montserrat';
    position: relative;
}

.row-giftsfaqs .wpb_text_column ul li:before {
    content: '';
    display: block;
    height: 38px;
    width: 38px;
    left: -33px;
    z-index: -1;
    top: -4px;
    border-radius: 5px;
    background: rgba(200, 231, 213, 0.30);
    position: absolute;
}
.roundbrder img {
    border-radius: 10px;
}
.ourvalusec {
    padding-bottom: 60px;
}

.ourvalusec .heading-blk {
    margin-bottom: 40px;
    margin-top: 0px;
}

.ourvalusec .icon-box .aio-icon-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    font-family: 'Montserrat';
    color: #18293A;
}
.ourvalusec .icon-box {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    border: solid 1px #fff;
    transition: 0.4s;
	height: 386px;
}
/* 
.ourvalusec .icon-box:hover {
    border-color: #e68c12;
} */
.corpte-bannr .btn-yelow a {
    background: #ED962B !important;
    border-radius: 30px;
    font-family: 'Montserrat';
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    transition: 0.4s;
    border: solid 1px #ED962B;
}

.corpte-bannr .btn-yelow a:hover {
    background: transparent !important;
    color: #ED962B !important;
    border: solid 1px #ED962B !important;
}
html.js_active.vc_desktop.vc_transform.vc_transform {
    scroll-behavior: smooth;
}
.delivery-sec {
    padding-top: 60px !important;
    padding-bottom: 40px;
}

.delivery-sec h2.vc_custom_heading {
    margin-top: 0px;
    padding-top: 24px;
    color: #18293A;
    font-family: Montserrat;
    font-size: 67px;
    margin-bottom: 0px;
    font-weight: 600;
}

.delivery-sec .wpb_text_column p {
    padding-left: 100px;
    padding-right: 100px;
}

.delivery-sec .box-delivr {
    border: solid 1px #ed962b;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.delivery-sec .box-delivr h3.aio-icon-title {
    font-size: 22px;
    font-weight: 500;
}

.delivery-sec .box-delivr .aio-icon-description {
    font-family: 'Montserrat';
    font-size: 16px;
}
section.wekly-mnu .btn-orng {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 55px;
}
section.wekly-mnu .btn-orng a{
	transition: 0.5s;
}
.txt-increase p {
    font-size: 18px;
    font-weight: 400;
}
.partnrs-sec {
    padding-top: 10px;
    padding-bottom: 60px;
}

.partnrs-sec h2.vc_custom_heading {
    margin-top: 0px;
    padding-top: 24px;
    color: #18293A;
    font-family: Montserrat;
    font-size: 67px;
    margin-bottom: 0px;
    font-weight: 500;
}


.partnrs-sec ul.sec2-icons {
    list-style: none;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: left;
	width: 80%;
}

.partnrs-sec ul.sec2-icons li {
    margin-left: 10px;
    margin-right: 10px;
}
.missn-sec {
    padding-top: 80px !important;
    padding-bottom: 50px;
}

.missn-sec .box-msn {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 40px;
    padding-top: 40px;
    border-radius: 20px;
    background: rgba(200, 231, 213, 0.30);
    position: relative;
    border: solid 1px #e68c12;
}

.missn-sec .box-msn h3.aio-icon-title {
    margin-top: 0px !important;
    color: #18293A;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
}

.missn-sec .box-msn .aio-icon-description {
    color: #18293A;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.missn-sec .box-msn:after {
    content: '';
    background: url(/wp-content/uploads/2024/01/Frame-2415.png);
    width: 305px;
    height: 194px;
    right: 1px;
    position: absolute;
    bottom: 0px;
    z-index: -1;
    border-radius: 20px;
}
.adminis-sec-plans .tabs {
    display: none;
}
.adminstr-hrefsec .btn-href .vc_column-inner .wpb_text_column {
    background-color: #C8E7D54D;
    text-align: center;
    border-radius: 10px;
    border: solid 1px #ed962b;
}

.adminstr-hrefsec .btn-href .vc_column-inner .wpb_text_column a {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0px;
    font-weight: 500;
    font-size: 24px;
    color: #000;
    width: 100%;
}

.adminstr-hrefsec .btn-href .vc_column-inner .wpb_text_column a:hover {
    text-decoration: none;
}

.adminstr-hrefsec .btn-href .vc_column-inner .wpb_text_column p {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
}
.query-sec {
    padding-top: 40px;
}

.query-sec .vc_row {
    border-radius: 10px;
    background: rgba(200, 231, 213, 0.20);
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
}

.query-sec .vc_row h2.vc_custom_heading {
    color: #18293A;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-bottom: 40px;
    margin-top: 0px;
}

.query-sec .queryfrm label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: 'Montserrat';
    color: #279A55;
    width: 100%;
}

.query-sec .queryfrm input {
    font-size: 18px;
    line-height: 60px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    color: #18293A;
    font-family: 'Montserrat';
    margin-top: -10px;
    border-left: 0px;
    background: transparent;
    border-right: 0px;
    border-top: 0px;
    border-radius: 0px;
    margin-bottom: 20px !important;
}

.query-sec .queryfrm input:focus {
    box-shadow: none;
    border-bottom: solid 1px #279A55;
}

.query-sec .queryfrm textarea {
    font-size: 18px;
    line-height: 60px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    color: #18293A;
    font-family: 'Montserrat';
    margin-top: -10px;
    border-left: 0px;
    background: transparent;
    border-right: 0px;
    border-top: 0px;
    border-radius: 0px;
    margin-bottom: 20px !important;
    height: 120px;
    resize: none;
}

.query-sec .queryfrm textarea:focus {
     box-shadow: none;
    border-bottom: solid 1px #279A55;
}

.query-sec .queryfrm .btn-smbt input {
    text-align: center;
    padding: 0px 35px;
    background-color: #ED962B;
    border-radius: 200px;
    color: #fff;
    border: solid 1px #ED962B;
}

.query-sec .queryfrm .btn-smbt {
    text-align: center;
    margin-top: 40px;
}

.query-sec .queryfrm .btn-smbt span.wpcf7-spinner {
    position: absolute;
    top: 10px;
}

.query-sec .queryfrm .btn-smbt input:hover {
    background: transparent;
    color: #ED962B;
}
.adminstr-hrefsec .btn-href .vc_column-inner .wpb_text_column:hover {
    background: transparent;
}
div#pickmeals div#tab-dec h5 {
    margin: 0px;
}

div#pickmeals div#tab-dec input.quantity-field {
    width: 70px;
    margin-top: 10px;
    background: #f4faf7;
    border-radius: 0px;
    outline: none;
    border: solid 1px #e3e3e3;
    height: 35px;
    font-family: 'Montserrat';
    text-align: center;
    font-size: 14px;

}
.onlneorder {
    padding-top: 80px;
    padding-bottom: 80px;
}

.onlneorder h2.vc_custom_heading {
    color: #18293A;
    text-align: center;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 12px;
}

.onlneorder div#foodstore {
    padding-top: 60px;
}

.onlneorder div#wfs-sticky-sidebar {
    border-radius: 10px;
    background: rgba(200, 231, 213, 0.20);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 40px;
}

.onlneorder div#wfs-sticky-sidebar .wfs-sidebar-menu ul li a {
    font-family: 'Montserrat';
    border-bottom: 0px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.onlneorder div#wfs-sticky-sidebar .wfs-sidebar-menu ul li a:hover {
    background: #C8E7D5;
    color: #000 !important;
    border-radius: 30px;
}

.onlneorder div#foodstore div#wfs-food-items .wfs-search-container .wfs-food-search {
    font-family: 'Montserrat';
    border-radius: 30px;
    font-size: 14px;
}

.onlneorder div#foodstore div#wfs-food-items .wfs-search-container i.wfs-icon-search {
    background: #ed962b;
    padding: 14px;
    top: 0px;
    right: 0px;
    border-radius: 30px;
    color: #fff;
}

.onlneorder div#foodstore div#wfs-food-items .wfs-category-title-container h3 {
    font-family: 'Montserrat';
    color: #000 !important;
    margin-bottom: 25px !important;
	margin-top: 25px !important;
}

.onlneorder div#foodstore div#wfs-food-items .wfs-food-item-container {
    background: rgba(200, 231, 213, 0.20);
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 15px;
    border-radius: 10px;
    padding-bottom: 25px;
    border: solid 1px rgba(200, 231, 213, 0.20);
}

.wfs-food-item-container:after {
    display: none;
}

.onlneorder div#foodstore div#wfs-food-items .wfs-food-item-container .wfs-food-item-cart-action {
    width: 100%;
    text-align: right !important;
}

.onlneorder div#foodstore div#wfs-food-items .wfs-food-item-container .wfs-food-item-cart-action button {
    background: #ed962b !important;
    border: solid 1px #ed962b !important;
    border-radius: 30px;
    font-family: 'Montserrat';
    font-size: 10px !important;
    padding-top: 7px;
}

.onlneorder div#foodstore div#wfs-food-items .wfs-food-item-container:hover {
    border: solid 1px #ed962b;
}

.onlneorder div#foodstore div#wfs-food-items .wfs-food-item-container  .wfs-food-item-summery a.wfs-food-item-title {
    font-family: 'Montserrat';
    color: #000 !important;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 1.2;
}

.onlneorder div#foodstore div#wfs-food-items .wfs-food-item-container .wfs-food-item-summery p.price {
    margin-top: 12px !important;
    font-weight: 700;
    color: #279A55;
}

.wfs-cart-overview .wfs-cart-overview-row {
    align-items: center;
}

.wfs-cart-overview .wfs-cart-overview-row .wfs-cart-toggle a i {
    color: #ed962b !important;
}

.wfs-cart-overview .wfs-cart-overview-row  .wfs-cart-overview-description p {
    font-family: 'Montserrat';
    font-size: 20px;
}

.wfs-cart-overview .wfs-cart-overview-row .wfs-cart-service-settings {
    font-family: 'Montserrat';
    font-size: 14px;
}

.wfs-cart-overview .wfs-cart-overview-row .wfs-cart-service-settings a.wfs-change-service {
    color: #ed962b !important;
}

.wfs-cart-overview .wfs-cart-overview-row .wfs-cart-purchase-actions span.wfs-cart-subtotal {
    font-family: 'Montserrat';
}

.wfs-cart-overview .wfs-cart-overview-row .wfs-cart-purchase-actions span.wfs-cart-subtotal strong span.woocommerce-Price-amount.amount {
    font-family: 'Montserrat';
}

.wfs-cart-overview .wfs-cart-overview-row .wfs-cart-purchase-actions span.wfs-cart-subtotal strong span.woocommerce-Price-currencySymbol {
    font-family: 'Montserrat';
}

.wfs-cart-overview .wfs-cart-overview-row .wfs-cart-purchase-actions  .wfs-proceed-to-checkout {
    background: #ed962b !important;
    border-radius: 30px;
    border: solid 1px #ed962b;
    font-family: 'Montserrat';
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}
.micromodal-slide header.wfsmodal-header {
    padding-top: 16px;
    padding-bottom: 16px;
}

.micromodal-slide header.wfsmodal-header h5 {
    font-family: 'Montserrat';
    color: #000;
    font-size: 20px;
}

.micromodal-slide header.wfsmodal-header button.modal__close {
    position: absolute;
    right: 7px;
    top: -1px;
    font-size: 10px;
    border-radius: 30px;
    padding: 10px;
    padding-left: 13px;
    padding-right: 13px;
    background: #ed962b !important;
}

.micromodal-slide .wfsmodal-body {
    padding-top: 25px;
    padding-bottom: 25px;
}

.micromodal-slide .wfsmodal-body .product-content textarea#special_note {
    padding-left: 15px;
    padding-top: 6px;
    font-family: 'Montserrat';
    font-size: 14px;
    padding-right: 15px;
    resize: none;
    height: 100px;
    border-radius: 10px;
}

.micromodal-slide footer.wfsmodal-footer .wfs-modal-count .wfs-modal-minus input {
    background: #ed962b !important;
    border: solid 1px #ed962b !important;
    border-radius: 6px !important;
    line-height: 1.2;
}

.micromodal-slide footer.wfsmodal-footer .wfs-modal-count  .wfs-modal-quantity {
    font-family: 'Montserrat';
}

.micromodal-slide footer.wfsmodal-footer .wfs-modal-count .wfs-modal-plus input {
    background: #ed962b !important;
    border: solid 1px #ed962b !important;
    border-radius: 6px !important;
    line-height: 1.2;
}

.micromodal-slide footer.wfsmodal-footer .wfs-modal-add-to-cart a.wfs-product-add-to-cart {
    border-radius: 30px;
    background: #ed962b !important;
    font-family: 'Montserrat';
}
.onlneorder div#foodstore div#wfs-food-items .wfs-search-container .wfs-food-search:focus {
    outline: none;
}
.onlneorder div#wfs-sticky-sidebar .wfs-sidebar-menu ul li a.active {
    background: #C8E7D5;
    color: #000 !important;
    border-radius: 30px;
}
.wfs-cart-expanded .wfs-cart-expanded-header span.wfs-close-cart-icon {
    background: #ed962b !important;
}

.wfs-cart-expanded .wfs-empty-cart-container .wfs-empty-cart-text {
    font-style: normal;
    font-family: 'Montserrat';
}

.wfs-cart-expanded .wfs-empty-cart-container .wfs-empty-cart-image {
    display: none;
}
.wfs-cart-overview .wfs-cart-overview-row .wfs-cart-purchase-actions button.wfs-clear-cart {
    background: #ed962b !important;
    border-radius: 30px;
    border: solid 1px #ed962b;
    font-family: 'Montserrat';
    font-size: 14px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #fff;
}
.wfs-cart-expanded .cart-content-right {
    border-radius: 10px;
    background: rgba(200, 231, 213, 0.20);
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.wfs-cart-expanded .cart-content-right .wfs-cart-totals-item {
    font-family: 'Montserrat';
}

.wfs-cart-expanded .cart-content-right .wfs-cart-totals-item.order-total {
    font-family: 'Montserrat';
}

.wfs-cart-expanded .wfs-cart-expanded-header {
    padding-bottom: 40px;
}

.wfs-cart-expanded {
    padding-bottom: 75px !important;
    height: 446px !important;
}

.wfs-cart-expanded .fs-text-right {
    font-family: 'Montserrat';
}

.wfs-cart-expanded .fs-text-right .wfs-cart-item-delete i {
    color: #ed962b;
}

.wfs-cart-expanded .fs-text-right .wfs-cart-item-edit i {
    color: #ed962b;
}
.wfsmodal .modal-content-wrapper .product-content {
    font-family: 'Montserrat';
    font-size: 15px;
}
.wfsmodal .modal-content-wrapper .product-thumbnail-wrapper {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 24px;
}

.wfsmodal .modal-content-wrapper {
    flex-wrap: wrap;
}

.wfsmodal .modal-content-wrapper .product-content {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
}

.wfsmodal .modal-content-wrapper .product-content .wfs-item-addons-container {
    text-align: left;
    margin-top: 24px;
}

.wfsmodal .wfs-special-instruction-wrapper {
    text-align: left;
}
.wfsmodal .modal-content-wrapper .product-content .wfs-item-addons-container .wfs-addon-category {
    font-size: 13px;
}
.packg-sec div#foodstore {
    width: 100% !important;
}

.packg-sec div#foodstore div#wfs-sticky-sidebar {
    display: none;
}

.packg-sec div#foodstore div#wfs-food-items {
    width: 100%;
    flex: 0 0 100%;
}

.packg-sec div#foodstore div#wfs-food-items h3.wfs-category-title {
    padding-bottom: 60px;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    line-height: 1.2;
    color: #18293A !important;
}

.packg-sec div#foodstore div#wfs-food-items .wfs-food-item-container {
    background: rgba(200, 231, 213, 0.20);
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 15px;
    border-radius: 10px;
    padding-bottom: 25px;
    border: solid 1px rgba(200, 231, 213, 0.20);
}
.packg-sec div#foodstore div#wfs-food-items .wfs-food-item-container .wfs-food-item-summery a.wfs-food-item-title {
    font-family: 'Montserrat';
    color: #000 !important;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 1.2;
}
.packg-sec div#foodstore div#wfs-food-items .wfs-food-item-container .wfs-food-item-cart-action button {
    background: #ed962b !important;
    border: solid 1px #ed962b !important;
    border-radius: 30px;
    font-family: 'Montserrat';
    font-size: 10px !important;
    padding-top: 7px;
}
.packg-sec div#foodstore div#wfs-food-items .wfs-food-item-container .wfs-food-item-summery p.price {
    margin-top: 12px !important;
    font-weight: 700;
    color: #279A55;
}
.sec-plans h2.vc_custom_heading {
    color: #18293A;
    text-align: center;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-bottom: 12px;
}

.sec-plans .wpb_text_column p {
    color: #18293A;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
}
.sec-plans div#foodstore {
    padding-top: 60px;
}

.sec-plans div#wfs-sticky-sidebar {
    border-radius: 10px;
    background: rgba(200, 231, 213, 0.20);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 40px;
}

.sec-plans div#wfs-sticky-sidebar .wfs-sidebar-menu ul li a {
    font-family: 'Montserrat';
    border-bottom: 0px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.sec-plans div#wfs-sticky-sidebar .wfs-sidebar-menu ul li a:hover {
    background: #C8E7D5;
    color: #000 !important;
    border-radius: 30px;
}

.sec-plans div#foodstore div#wfs-food-items .wfs-search-container .wfs-food-search {
    font-family: 'Montserrat';
    border-radius: 30px;
    font-size: 14px;
}

.sec-plans div#foodstore div#wfs-food-items .wfs-search-container i.wfs-icon-search {
    background: #ed962b;
    padding: 14px;
    top: 0px;
    right: 0px;
    border-radius: 30px;
    color: #fff;
}

.sec-plans div#foodstore div#wfs-food-items .wfs-category-title-container h3 {
    font-family: 'Montserrat';
    color: #000 !important;
    margin-bottom: 25px !important;
	margin-top: 25px !important;
}

.sec-plans div#foodstore div#wfs-food-items .wfs-food-item-container {
    background: rgba(200, 231, 213, 0.20);
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 15px;
    border-radius: 10px;
    padding-bottom: 25px;
    border: solid 1px rgba(200, 231, 213, 0.20);
}

.wfs-food-item-container:after {
    display: none;
}

.onlneorder div#foodstore div#wfs-food-items .wfs-food-item-container .wfs-food-item-cart-action {
    width: 100%;
    text-align: right !important;
}

.sec-plans div#foodstore div#wfs-food-items .wfs-food-item-container .wfs-food-item-cart-action button {
    background: #ed962b !important;
    border: solid 1px #ed962b !important;
    border-radius: 30px;
    font-family: 'Montserrat';
    font-size: 10px !important;
    padding-top: 7px;
}

.sec-plans div#foodstore div#wfs-food-items .wfs-food-item-container:hover {
    border: solid 1px #ed962b;
}

.sec-plans div#foodstore div#wfs-food-items .wfs-food-item-container  .wfs-food-item-summery a.wfs-food-item-title {
    font-family: 'Montserrat';
    color: #000 !important;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 1.2;
}

.sec-plans div#foodstore div#wfs-food-items .wfs-food-item-container .wfs-food-item-summery p.price {
    margin-top: 12px !important;
    font-weight: 700;
    color: #279A55;
    text-align: left;
}
.onlneorder form.woocommerce-cart-form table.shop_table {
    font-family: 'Montserrat';
}

.onlneorder form.woocommerce-cart-form table.shop_table .coupon input#coupon_code {
    font-size: 14px;
}

.onlneorder form.woocommerce-cart-form table.shop_table .coupon label {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}

.onlneorder form.woocommerce-cart-form table.shop_table .coupon button.button {
    border-radius: 30px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;}

.onlneorder .cart-collaterals .cart_totals table.shop_table {
    font-family: 'Montserrat';
}

.onlneorder .cart-collaterals .cart_totals table.shop_table a.shipping-calculator-button {
    color: #e68c12;
    font-size: 14px;
}

.onlneorder form.woocommerce-cart-form table.shop_table td.product-name a {
    color: #000;
}

.onlneorder .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    border-radius: 30px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: capitalize;
}
.onlneorder .woocommerce-info {
    background-color: #fff;
    border-top-color: #ed962b;
    margin-bottom: 30px !important;
    font-family: 'Montserrat';
    font-size: 14px;
}
.onlneorder .woocommerce-info a {
    color: #ed962b;
}
.onlneorder .woocommerce-info a.showcoupon {
    color: #ed962b;
}

.onlneorder .woocommerce-info:before {
    color: #ed962b;
}

.onlneorder p#wfs_service_type_field label {
    font-size: 26px;
    font-weight: 600;
}

.onlneorder #wfs_checkout_fields .wfs_co_service_type .woocommerce-input-wrapper label {
    font-size: 20px;
    height: 60px;
    background-color: #18293a;
    color: #fff;
}

#wfs_checkout_fields .wfs_co_service_type .input-radio:checked + label, #wfs_checkout_fields .wfs_co_service_type .woocommerce-input-wrapper label.active {
    background: #ed962b;
}

.onlneorder .wfs-schedule-nav-group {
    align-items: center;
    justify-content: center;
    padding-bottom: 20px !important;
    padding-top: 30px !important;
}

.onlneorder .wfs-schedule-nav-group li.nav-item {
    margin-left: 10px;
    margin-right: 10px;
}

.onlneorder .wfs-schedule-nav-group li.nav-item a {
    color: #fff;
    background: #18293a;
    font-family: 'Montserrat';
    border-radius: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 0px;
}

.onlneorder .wfs-schedule-nav-group li.nav-item a.nav-link.active.show {
    background: #ed962b !important;
}

.onlneorder .tab-content {
    width: 1355px;
}

.onlneorder .tab-content div#pickup_schedule {
    display: flex;
    align-items: center;
}

.onlneorder .tab-content div#pickup_schedule p#wfs_service_date_field label {
    width: 100%;
}

.onlneorder .tab-content div#pickup_schedule .form-row {
    width: 100%;
    margin-bottom: 0px;
}

.onlneorder .tab-content div#pickup_schedule .form-row label.control-label {
    width: 100%;
    font-weight: 600;
    line-height: 2.2;
}

.onlneorder .tab-content div#pickup_schedule p#wfs_service_date_field span.woocommerce-input-wrapper {
    width: 100%;
}

.onlneorder .tab-content div#pickup_schedule p#wfs_service_date_field span.woocommerce-input-wrapper {
    width: 100%;
}

.onlneorder .tab-content div#pickup_schedule .form-row span.woocommerce-input-wrapper {
    width: 100%;
}

.onlneorder .tab-content div#pickup_schedule .form-row span.woocommerce-input-wrapper select {
    height: 45px;
}

.onlneorder .tab-content div#pickup_schedule .form-row span.woocommerce-input-wrapper select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ced4da;
}

.onlneorder div#customer_details .col-12 {
    padding: 0px;
}

.onlneorder .woocommerce-billing-fields h3 {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 40px;
    margin-bottom: 30px;
}

.onlneorder .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.onlneorder .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
    width: 50%;
}

.onlneorder .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label.control-label {
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
}

.onlneorder .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row  span.woocommerce-input-wrapper {
    width: 100%;
}

.onlneorder .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row  span.woocommerce-input-wrapper input {
    height: 45px;
    width: 100%;
}

.onlneorder .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.select2-selection {
    height: 45px;
    border: 1px solid #ced4da;
}

.onlneorder .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.select2-selection span#select2-billing_state-container {
    line-height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

.onlneorder .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper input:focus {
    border: 1px solid #ced4da;
    outline: none;
    box-shadow: none;
}

.onlneorder .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span#select2-billing_country-container {
    line-height: 43px;
}

.onlneorder .woocommerce-checkout .woocommerce-additional-fields label.control-label {
    width: 100%;
}

.onlneorder .woocommerce-checkout .woocommerce-additional-fields span.woocommerce-input-wrapper {
    width: 100%;
}

.onlneorder .woocommerce-checkout .woocommerce-additional-fields span.woocommerce-input-wrapper textarea#order_comments {
    height: 140px;
    resize: none;
}

.onlneorder h3#order_review_heading {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 40px;
    margin-bottom: 30px;
}

.onlneorder div#order_review .woocommerce-checkout-review-order-table {
    font-family: 'Montserrat';
    margin-bottom: 55px;
}

.onlneorder div#payment {
    background: #fff;
    border: solid 1px #ed962b;
    padding: 40px;
}

.onlneorder div#payment button#place_order {
    background: #ed962b;
    margin-top: 40px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.onlneorder div#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    font-size: 14px;
}

.onlneorder div#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link {
    color: #ed962b;
}
.onlneorder .tab-content div#delivery_schedule {
    display: flex;
    flex-wrap: wrap;
}

.onlneorder .tab-content div#delivery_schedule .form-row {
    margin-bottom: 0px;
    width: 50%;
}

.onlneorder .tab-content div#delivery_schedule .form-row label.control-label {
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
}

.onlneorder .tab-content div#delivery_schedule .form-row span.woocommerce-input-wrapper {
    width: 100%;
}

.onlneorder .tab-content div#delivery_schedule .form-row span.woocommerce-input-wrapper select#wfs_service_date {
    height: 45px;
}

.onlneorder .tab-content div#delivery_schedule .form-row span.woocommerce-input-wrapper select#wfs_service_time {
    height: 45px;
}

.onlneorder .tab-content div#delivery_schedule .form-row span.woocommerce-input-wrapper select:focus {
    border: 1px solid #ced4da;
    outline: none;
    box-shadow: none;
}
.onlneorder .woocommerce nav.woocommerce-MyAccount-navigation {
    border-radius: 10px;
    background: rgba(200, 231, 213, 0.20);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.onlneorder .woocommerce nav.woocommerce-MyAccount-navigation ul {
    padding-left: 0px;
    list-style: none;
}

.onlneorder .woocommerce nav.woocommerce-MyAccount-navigation li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.onlneorder .woocommerce nav.woocommerce-MyAccount-navigation li a {
    font-family: 'Montserrat';
    color: #000;
}

.onlneorder .woocommerce nav.woocommerce-MyAccount-navigation li.is-active {
    background: #ed962b;
    border-radius: 8px;
    padding-left: 15px;
}

.onlneorder .woocommerce nav.woocommerce-MyAccount-navigation li.is-active a {
    color: #fff;
}

.onlneorder .woocommerce nav.woocommerce-MyAccount-navigation li:hover {
    background: #ed962b;
    border-radius: 8px;
}

.onlneorder .woocommerce nav.woocommerce-MyAccount-navigation li:hover a {
    color: #fff;
    text-decoration: none;
}

.onlneorder .woocommerce .woocommerce-MyAccount-content p a {
    color: #ed962b;
}
.onlneorder .woocommerce-info:before {
    top: 20px;
}

.onlneorder .woocommerce-info a.woocommerce-Button.wc-forward {
    margin-top: 0px !important;
    margin-left: 20px;
    background: #ed962b;
    border-radius: 30px;
    border: solid 1px #ed962b;
    font-size: 14px;
    text-transform: capitalize;
}
.onlneorder .woocommerce-info a.button.wc-forward {
    background: #ed962b;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 30px;
    border: solid 1px #ed962b;
}
.onlneorder .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    background: #f4faf7;
    font-family: 'Montserrat';
    margin-bottom: 32px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
}

.onlneorder .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address h3 {
    margin-top: 0px;
    text-transform: capitalize;
}

.onlneorder .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit {
    background: #ed962b;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
}
.onlneorder .woocommerce .woocommerce-MyAccount-content .form-row {
    width: 50%;
}

.onlneorder .woocommerce .woocommerce-MyAccount-content .form-row label.control-label {
    width: 100%;
    font-weight: 600;
}

.onlneorder .woocommerce .woocommerce-MyAccount-content .form-row span.woocommerce-input-wrapper {
    width: 100%;
}

.onlneorder .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.onlneorder .woocommerce .woocommerce-MyAccount-content .form-row span.woocommerce-input-wrapper span.select2-selection {
    height: 38px;
    border: 1px solid #ced4da;
}

.onlneorder .woocommerce .woocommerce-MyAccount-content .form-row span.woocommerce-input-wrapper select {
    line-height: 34px;
}

.onlneorder .woocommerce .woocommerce-MyAccount-content .form-row span.woocommerce-input-wrapper span#select2-billing_country-container {
    line-height: 38px;
}

.onlneorder .woocommerce .woocommerce-MyAccount-content .form-row span.woocommerce-input-wrapper span.select2-selection__arrow {
    top: 7px;
}

.onlneorder .woocommerce .woocommerce-MyAccount-content button.button {
    background: #ed962b;
    margin-top: 40px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
}
.onlneorder .woocommerce form.woocommerce-EditAccountForm .woocommerce-form-row--wide {
    width: 100%;
}

.onlneorder .woocommerce form.woocommerce-EditAccountForm .woocommerce-form-row--wide label {
    width: 100%;
}

.onlneorder .woocommerce form.woocommerce-EditAccountForm .woocommerce-form-row--wide input {
    width: 100%;
}

.onlneorder .woocommerce form.woocommerce-EditAccountForm .woocommerce-form-row--wide span.password-input {
    width: 100%;
}

.onlneorder .woocommerce form.woocommerce-EditAccountForm button.woocommerce-Button {
    background: #ed962b;
    border: solid 1px #ed962b;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 30px;
    margin-top: 40px !important;
}
.home-sec3 h2.vc_custom_heading {
    font-weight: 600 !important;
}
.kids-package div#foodstore {
    width: 100% !important;
}

.kids-package div#foodstore div#wfs-sticky-sidebar {
    display: none;
}

.kids-package div#foodstore div#wfs-food-items {
    width: 100%;
    flex: 0 0 100%;
}

.kids-package div#foodstore div#wfs-food-items h3.wfs-category-title {
    padding-bottom: 60px;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    line-height: 1.2;
    color: #18293A !important;
}

.kids-package div#foodstore div#wfs-food-items .wfs-food-item-container {
    background: rgba(200, 231, 213, 0.20);
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 15px;
    border-radius: 10px;
    padding-bottom: 25px;
    border: solid 1px rgba(200, 231, 213, 0.20);
}
.kids-package div#foodstore div#wfs-food-items .wfs-food-item-container .wfs-food-item-summery a.wfs-food-item-title {
    font-family: 'Montserrat';
    color: #000 !important;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 1.2;
}
.kids-package div#foodstore div#wfs-food-items .wfs-food-item-container .wfs-food-item-cart-action button {
    background: #ed962b !important;
    border: solid 1px #ed962b !important;
    border-radius: 30px;
    font-family: 'Montserrat';
    font-size: 10px !important;
    padding-top: 7px;
}
.kids-package div#foodstore div#wfs-food-items .wfs-food-item-container .wfs-food-item-summery p.price {
    margin-top: 12px !important;
    font-weight: 700;
    color: #279A55;
	text-align:left;
}
.kids-package h2.vc_custom_heading {
    color: #18293A;
    text-align: center;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-bottom: 12px;
}

.kids-package .wpb_text_column p {
    color: #18293A;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
}
.kids-package {
    padding-bottom: 50px;
}
.myaccount-page div#customer_login .u-column1 {
    width: 100%;
    max-width: 48%;
    background-color: #e5e7e64d;
    border: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 10px;
}

.myaccount-page div#customer_login .u-column1 .woocommerce-form-login.login {
    width: 100%;
}

.myaccount-page div#customer_login .u-column1 .u-column2.col-2 {
    width: 50%;
    max-width: 50%;
}

.myaccount-page div#customer_login .u-column2 {
    width: 100%;
    max-width: 50%;
}

.myaccount-page div#customer_login  .login {
    border: 0px;padding: 0px;
}

.myaccount-page div#customer_login .login .form-row label {
    width: 100%;
    font-weight: 600;
}

.myaccount-page div#customer_login .u-column1 h2 {
    margin-top: 0px;
}

.myaccount-page div#customer_login .login .form-row input {
}

.myaccount-page div#customer_login .login .form-row input#username {
    width: 100%;
    height: 45px;
    border: 0px;
}

.myaccount-page div#customer_login .login .form-row input#username:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.myaccount-page div#customer_login .login .form-row input#password {
    width: 100%;
    height: 45px;
    border: 0px;
}

.myaccount-page div#customer_login .login .form-row span.password-input {
    width: 100%;
}

.myaccount-page div#customer_login .login .form-row input#password:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.myaccount-page div#customer_login .login .form-row .woocommerce-form-login__submit {
    background: #ed962b;
    margin-top: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
    border: solid 1px #ed962b;
    transition: 0.4s;
}

.myaccount-page div#customer_login .login .form-row .woocommerce-form-login__submit:hover {
    background: transparent;
    border: solid 1px #ed962b;
    color: #ed962b;
}

.myaccount-page div#customer_login .login .lost_password a {
    color: #ed962b;
    font-size: 14px;
}
.myaccount-page div#customer_login .u-column2 {
    width: 100%;
    background-color: #e5e7e64d;
    border: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 10px;
    max-width: 48%;
}

.myaccount-page div#customer_login .u-column2 h2 {
    margin-top: 0px;
}

.myaccount-page div#customer_login .u-column2 .register {
    border: 0px;
    padding: 0px;
}

.myaccount-page div#customer_login .u-column2 .register .form-row label {
    width: 100%;
    font-weight: 600;
}

.myaccount-page div#customer_login .u-column2 .register .form-row input#reg_username {
    width: 100%;
    height: 45px;
    border: 0px;
}

.myaccount-page div#customer_login .u-column2 .register .form-row input#reg_username:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.myaccount-page div#customer_login .u-column2 .register .form-row input#reg_email {
    width: 100%;
    height: 45px;
    border: 0px;
}

.myaccount-page div#customer_login .u-column2 .register .form-row input#reg_email:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.myaccount-page div#customer_login .u-column2 .register .form-row  span.password-input {
    width: 100%;
}

.myaccount-page div#customer_login .u-column2 .register .form-row span.password-input input#reg_password {
    width: 100%;
    height: 45px;
    border: 0px;
}

.myaccount-page div#customer_login .u-column2 .register .form-row span.password-input input#reg_password:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.myaccount-page div#customer_login .u-column2 .register .woocommerce-privacy-policy-text p {
    font-size: 14px;
}

.myaccount-page div#customer_login .u-column2 .register .woocommerce-privacy-policy-text p a {
    color: #ed962b;
}

.myaccount-page div#customer_login .u-column2 .register .woocommerce-privacy-policy-text {
    margin-top: 30px;
    padding-left: 5px;
    margin-bottom: 35px;
}

.myaccount-page div#customer_login .u-column2 .register .woocommerce-form-register__submit.btn {
    background: #ed962b;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
    border: solid 1px #ed962b;
    transition: 0.4s;
}

.myaccount-page div#customer_login .u-column2 .register .woocommerce-form-register__submit.btn:hover {
    background: transparent;
    border: solid 1px #ed962b;
    color: #ed962b;
}

.myaccount-page div#customer_login {
    margin-top: 50px;
}
.myaccount-page .woocommerce .lost_reset_password {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #C8E7D54D;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 10px;
    border: solid 1px #ed962b;
}

.myaccount-page .woocommerce .lost_reset_password .form-row {
    width: 100%;
}

.myaccount-page .woocommerce .lost_reset_password .form-row label {
    width: 100%;
    font-weight: 600;
    text-align: left;
}

.myaccount-page .woocommerce .lost_reset_password .form-row input#user_login {
    width: 100%;
    height: 45px;
    border: 0px;
}

.myaccount-page .woocommerce .lost_reset_password .form-row button.woocommerce-Button {
    background: #ed962b;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
    border: solid 1px #ed962b;
    transition: 0.4s;
    margin-top: 25px !important;
}

.myaccount-page .woocommerce .lost_reset_password .form-row button.woocommerce-Button:hover {
    background: transparent;
    border: solid 1px #ed962b;
    color: #ed962b;
}
.stepone p {
    text-align: left !important;
}
.btn-donate a {
    background: #cf7e10;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 30px;
    border: solid 1px #cf7e10;
}

.btn-donate {
    margin-top: 40px;
}

.btn-donate a:hover {
    background: transparent;
    color: #cf7e10;
    text-decoration: none;
}
.donation-sec1 {
    padding-top: 30px !important;
    padding-bottom: 30px;
}
.kids-package ul.products li.product img {
    height: 230px !important;
    width: 230px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.kids-package ul.products li.product {
	background: transparent;
    text-align: center;
    border-radius: 20px;
    padding-top: 32px;
    padding-bottom: 32px;
    border: solid 1px #ed962b;
}

.kids-package ul.products li.product h2.woocommerce-loop-product__title {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    font-family: 'Montserrat';
    overflow: hidden;
    color: #18293A;
}

.kids-package ul.products li.product:hover {
    border: solid 1px #ed962b;
}

.kids-package ul.products li.product span.price .amount {
    color: #489f5a;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 800;
}

.kids-package ul.products li.product .add_to_cart_button {
    background: #ed962b;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 30px;
    border: solid 1px #ed962b;
}

.kids-package ul.products li.product .add_to_cart_button:hover {
    background: transparent;
    border: solid 1px #ed962b;
    color: #ed962b;
}
.kids-package ul.products {
    margin-top: 60px;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: row-reverse;
}
.single-product .product .woocommerce-product-gallery__wrapper {
    background: #18293a;
    padding: 80px !important;
    border-radius: 20px;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

.single-product section.related.products {
    padding-top: 68px !important;
}

.single-product .product .summary h1.product_title.entry-title {
    font-size: 32px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #18293A;
    border-bottom: 0px;
	margin-bottom: 54px;
}

.single-product .product .summary p.price .amount {
    color: #489f5a;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 800;
}

.single-product .product .summary .wcpa_section_body label {
    font-family: 'Montserrat';
    font-weight: 500;
}

.single-product .product .summary .wcpa_section_body input {
    font-family: 'Montserrat';
}

.single-product .product .summary .wcpa_section_body input:focus {
    border: solid 1px #ed962b;
}

.single-product .product .summary .quantity input {
    height: 35px !important;
    width: 50px;
    font-family: 'Montserrat';
    background: #fff;
    border-radius: 5px;
    border: solid 1px #cdcdcd;
	display:none;
}

.single-product .product .summary .single_add_to_cart_button {
    background: #ed962b;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 5px;
    border: solid 1px #ed962b;
    margin-left: 10px;
    height: 36px;
	margin-left:0px;
}
.woocommerce a.added_to_cart {
    margin-left: 10px;
    font-family: 'Montserrat';
    color: #ed962b;
}
.single-product .product .summary .single_add_to_cart_button:hover {
    background: transparent;
    color: #ed962b;
}
.single-product .summary p.price {
    display: none;
}
.single-product .product .summary .product_meta {
    font-family: 'Montserrat';
    display: none;
}
.onlneorder h3#order_review_heading {
    font-size: 0px;
}

.onlneorder h3#order_review_heading:before {
    content: 'Plan Details';
    font-size: 26px;
}
.woocommerce-shipping-fields {
    visibility: hidden;
}
.onlneorder div#payment button#place_order {
    width: 16%;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
}
.single-product .product .summary .product_meta a {
    color: #ed962b;
    text-decoration: underline;
}
.single-product section.related.products h2 {
    color: #18293A;
    text-align: center;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-bottom: 12px;
}

.single-product section.related.products ul.products {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product .woocommerce-product-gallery {
    margin-bottom: 100px !important;
}

.single-product section.related.products ul.products li.product {
    background: #eef8f2;
    text-align: center;
    border-radius: 20px;
    padding: 32px;
    border: solid 1px #eef8f2;
    width: 28%;
}

.single-product section.related.products ul.products li.product:hover {
    border: solid 1px #ed962b;
}

.single-product section.related.products ul.products li.product h2.woocommerce-loop-product__title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
    font-family: 'Montserrat';
    overflow: hidden;
    color: #18293A;
}

.single-product section.related.products ul.products li.product span.price .amount {
    color: #489f5a;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 800;

}

.single-product section.related.products ul.products li.product .add_to_cart_button {
    background: #ed962b;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 30px;
    border: solid 1px #ed962b;
}

.single-product section.related.products ul.products li.product .add_to_cart_button:hover {
    background: transparent;
    border: solid 1px #ed962b;
    color: #ed962b;
}
.woocommerce-product-details__short-description p a {
    color: #fff;
    text-transform: capitalize;
    position: absolute;
    left: 0px;
    bottom: 30px;
    border-radius: 12px;
    background: #ed962b;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
}
.wcpa_section.wcpa_form_id_906 .wcpa_section_body {
    display: flex !important;
    flex-wrap: wrap;
}

.wcpa_section.wcpa_form_id_906 .wcpa_section_body  .wcpa_row_index_0 {
    width: 100%;
}

.wcpa_section.wcpa_form_id_906 .wcpa_section_body  .wcpa_row_index_1 {
    width: 48%;
    margin-right: 9px;
}

.wcpa_section.wcpa_form_id_906 .wcpa_section_body  .wcpa_row_index_2 {
    width: 48%;
    margin-left: 9px;
}

.wcpa_section.wcpa_form_id_906 .wcpa_section_body  label.wcpa_field_label {
    font-size: 12px;
}

.wcpa_section.wcpa_form_id_906 .wcpa_section_body .wcpa_row_index_3 {
    width: 48%;
    margin-right: 8px;
}

.wcpa_section.wcpa_form_id_906 .wcpa_section_body .wcpa_row_index_4 {
    width: 48%;
    margin-left: 8px;
}

.woocommerce div.product form.cart .variations a.reset_variations {
    color: #ed962b;
    text-decoration: underline;
    position: absolute;
    right: 0px;
    bottom: -16px;
}

.woocommerce div.product form.cart .variations td.value {
    position: relative;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 30px;
}

.woocommerce div.product form.cart .variations td.label {
    display: none;
}

.woocommerce-variation-price span.price {
    color: #489f5a !important;
    font-family: 'Montserrat';
    font-weight: 800;
}
.woocommerce div.product form.cart .button {
    background: #e58c13;
}
.woocommerce div.product div.summary p.price {
    color: #489f5a !important;
}
.kids-package ul.products li.product .add_to_cart_button {
    display: none;
}

.kids-package ul.products li.product span.price {
    color: #489f5a;
}

.kids-package ul.products li.product span.from {
    color: #489f5a !important;
}
.woocommerce-product-details__short-description {
    position: relative;
    padding-bottom: 40px;
}
.woocommerce-product-details__short-description p a:hover {
    text-decoration: none;
}
.kids-package {
    padding-top: 80px;
}
.delivy-bner {
    padding-top: 125px !important;
    padding-bottom: 90px;
}

.delivy-bner .wpb_single_image:before {
    display: none;
}
.delivy-bner .wpb_single_image img{
	height: 594px;
    position: absolute;
    top: -90px;
    width: 636px;
    right: -42px;
    object-fit: cover;
	border: solid 4px #d78311 !important;
    border-radius: 50%;
    padding: 6px;
}
.logo-kids img {
    height: 125px;
    width: 200px;
    object-fit: cover;
}
.page-id-344 .delivery-sec .box-delivr {
    height: 292px;
}

.page-id-344 .home-sec4 ul.meal-tabs {
    display: none;
}
.home-sec3 .activee .meal-thumbnail img {
    height: 247px;
    border-radius: 50%;
    object-fit: cover;
}
div#pickmeals div#tab-dec label img {
    border-radius: 50%;
}
.onlneorder .woocommerce-order section.woocommerce-customer-details .woocommerce-column--billing-address {
    width: 50%;
    max-width: 50%;
}

.onlneorder .woocommerce-order section.woocommerce-customer-details .woocommerce-column--shipping-address {
    max-width: 50%;
}

.woocommerce-thankyou-order-received {
    text-align: center;
}

.woocommerce ul.order_details {
    align-items: center;
    justify-content: center;
    display: flex;
}
.home-sec4 .innr-row-bg{
	padding-left: 40px;
    padding-right: 40px;
    padding-top: 35px;
    padding-bottom: 50px;
    border-radius: 50px;
}
.home-sec4 .innr-row-bg h2.sec-main {
    color: #ffffff;
}

.home-sec4 .innr-row-bg p {
    color: #fff;
}

.home-sec4 .innr-row-bg .btn-blck a {
    border-color: #fff !important;
    color: #fff !important;
}
.cares-bnr .wpb_single_image:last-child img {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 50%;
    object-fit: cover;
    height: 530px;
    width: 560px;
}
.btnpckge {
    background: #e68c13;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 30px;
    border: solid 1px #e68c13;
    transition: 0.4s;
    font-family: 'Montserrat', sans-serif;
}

.btnpckge:hover {
    background: transparent;
    color: #e68c13;
    text-decoration: none;
}
.why-sec .box-delivr {
    border: solid 1px #ed962b;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
	margin-top: 30px;
}

.why-sec .box-delivr 
 h3.aio-icon-title {
    font-size: 24px;
}

.why-sec .box-delivr .aio-icon-description {
    font-family: 'Montserrat';
    font-size: 16px;
}
.home-bnr h2.vc_custom_heading strong {
    font-weight: 500;
    color: #289a55;
}
.home-sec3 .box-delivr {
    border: solid 1px #ed962b;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    margin-bottom: 0px;
    height: 280px;
}

.home-sec3 .box-delivr h3.aio-icon-title {
    font-size: 18px;
    font-weight: 500;
}

.home-sec3 .box-delivr .aio-icon-description {
    font-family: 'Montserrat';
    font-size: 15px;
}
.bordr-row {
    border: solid 1px #e68c13;
    border-radius: 50px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 30px;
    padding-right: 30px;
}
.pckgebtn {
    text-align: center;
}
/* .home-sec4care .blue-rowhome h2.vc_custom_heading {
    color: #fff !important;
}

.home-sec4care .blue-rowhome p {
    color: #fff;
}

.home-sec4care .blue-rowhome p strong {
    color: #d18010;
}

.home .home-sec4care .blue-rowhome .btn-blck a {
    background: #fff !important;
} */
.home-sec4care .blue-rowhome .wpb_single_image img {
    height: 600px;
    width: 600px;
    left: 0px;
    border-radius: 50% !important;
    padding: 50px;
    object-fit: cover;
}
.home-sec4care .orang-rowhome .wpb_single_image img {
    height: 600px;
    width: 600px;
    right: 0px;
    border-radius: 50% !important;
    padding: 50px;
    object-fit: cover;
}
.donation-sec1 .icon-box .align-icon {
    text-align: center !important;
}

.donation-sec1 .icon-box h3.aio-icon-title {
    text-align: center;
}

.donation-sec1 .icon-box .aio-icon-description {
    text-align: center !important;
}
.cares-bnr h2.vc_custom_heading {
    font-size: 67px;
}
.experince-banr .wpb_single_image img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 530px;
    width: 560px;
    object-fit: cover;
    border: solid 2px #e18813;
    border-radius: 50%;
    padding: 5px;
}

.experince-banr {
    overflow: visible !important;
}
body.user-not-logged-in #section#existing {
    display: none;
}

body.user-logged-in #section#existing {
    display: block;
}
.greenbg {
    background: #289a55;
}

.greenbg h2.vc_custom_heading {
    color: #fff;
    margin-bottom: 30px;
    padding-top: 0px;
}

.greenbg .box-delivr {
    background: #fff;
}
.query-sec .queryfrm select {
    font-size: 18px;
    line-height: 60px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    color: #18293A;
    font-family: 'Montserrat';
    margin-top: -10px;
    border-left: 0px;
    background: transparent;
    border-right: 0px;
    border-top: 0px;
    border-radius: 0px;
    margin-bottom: 20px !important;
}

.query-sec .queryfrm select:focus {
    box-shadow: none;
}
.woocommerce-message::before {
    color: #489f5b;
}

.woocommerce-message {
    border-top-color: #19293a;
}
/* .page-id-708 .sec-testi {
    background: #19293a !important;
} */
.cares-bnr {
    background: #db8612;
    padding-top: 70px !important;
    padding-bottom: 70px;
    overflow: visible !important;
}

.cares-bnr .wpb_single_image:before {
    content: '';
    background: url(/wp-content/uploads/2023/12/Frame-2414.png);
    height: 568px;
    position: absolute;
    display: block;
    width: 1000px;
    top: -90px;
    right: -370px;
}

.cares-bnr .wpb_single_image img {
    border: solid 4px #fff !important;
    padding: 5px;
}

.cares-bnr h2.vc_custom_heading {
    color: #fff;
}

.cares-bnr .txt-increase p {
    color: #e9e9e9;
}

.cares-bnr .btn-orng a {
    background: #fff !important;
    color: #db8612 !important;
}
.meal-owl-carousel .meal-item {
    text-align: center;
}

.meal-owl-carousel .meal-item .meal-thumbnail img {
    height: 255px;
    width: 255px;
    object-fit: cover;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.meal-owl-carousel .meal-item .meal-thumbnail {
    text-align: center !important;
}

.meal-owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -40px;
    top: 50%;
    background: #e08913 !important;
    height: 50px;
    width: 40px;
    border-radius: 10px;
    color: #fff !important;
}

.meal-owl-carousel .owl-nav button.owl-prev span {
    font-size: 36px;
    position: relative !important;
    top: -5px;
}

.meal-owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -40px;
    top: 50%;
    background: #e08913 !important;
    height: 50px;
    width: 40px;
    border-radius: 10px;
    color: #fff !important; 
}
.meal-owl-carousel .owl-nav button.owl-next span{
    font-size: 36px;
    position: relative !important;
    top: -5px;
}

.meal-owl-carousel .owl-nav button {
    outline: none;
    border: none;
}
.cares-sec-boxes .icon-box .align-icon {
    text-align: center !important;
}

.cares-sec-boxes .icon-box h3.aio-icon-title {
    text-align: center;
}

.cares-sec-boxes .icon-box .aio-icon-description {
    text-align: center !important;
}
.cares-sec-boxes {
    padding-top: 60px !important;
}
.kids-sec1 .wpb_single_image img {
    border: solid 4px #d78311 !important;
    padding: 5px;
    border-radius: 50%;
    height: 530px;
    width: 560px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.page-id-723 .partnrs-sec ul.sec2-icons {
    align-items: center !important;
    justify-content: center;
	width: 100%;
}
.packg-sec .packge-box p.txt-plan {
    text-align: left;
    top: 0px;
    font-size: 14px;
    margin-bottom: 65px;
}

.meal-boxes {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.meal-boxes .panel {
    width: 50%;
    flex: 0 0 48%;
}
.panel label {
    display: flex;
    align-items: center;
    background: #F9F9F9;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
}

.panel label img {
    border-radius: 50%;
    border: solid 1px #ed962b;
}

.panel label h4 {
    margin: 0px;
    color: #000;
    padding-left: 10px;
}

.panel label input.menu-quantity {
    border: 0px;
    font-family: 'Montserrat';
    padding-left: 10px;
    height: 33px;
	position: relative;
    top: 10px;
	width: 100%;
}
.panel p.qntity {
    position: absolute;
    right: 26px;
    font-size: 12px !important;
    top: 52px;
    font-weight: 600;
    color: #ee9626;
}

.panel label {
    position: relative;
}
.panel .mealsbox-img {
    width: 22%;
    flex: 0 0 22%;
}

.panel .mealbox-contnt {
    width: 68%;
    flex: 0 0 68%;
    padding-left:10px;
}

.panel .mealbox-quntity {
    width: 10%;
    flex: 0 0 10%;
}
.panel .mealbox-contnt p {
    text-align: left !important;
    padding-left: 10px;
    font-size: 14px !important;
    padding-top: 10px;
    line-height: 1.2;
}
/* .panel label  input.menu-item {
    display: none;
} */
.kids-sec1 {
    padding-bottom: 70px !important;
    overflow: visible !important;
}
.page-id-458 .box-delivr {
    height: 285px;
}
.myaccount-page div#customer_login .u-column1 h2 {
    display: none;
}

.myaccount-page div#customer_login .u-column1 h3 {
    font-size: 24px;
    margin-top: 0px !important;
}
.myaccount-page div#customer_login .u-column2 h2 {
    display: none;
}

.myaccount-page div#customer_login .u-column2 h3 {
    font-size: 24px;
}

table.weekly-order-table{
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

table.weekly-order-table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

table.weekly-order-tabletd {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

table.weekly-order-table td small {
    font-weight: 400
}

table.weekly-order-table td del {
    font-weight: 400
}

table.weekly-order-table tbody:first-child tr:first-child td,table.weekly-order-table tbody:first-child tr:first-child th {
    border-top: 0
}

table.weekly-order-table tbody th,table.weekly-order-table tfoot td,table.weekly-order-table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1)
}

table.weekly-order-table td,.woocommerce table.weekly-order-table th {
    padding: 4px 8px;
    vertical-align: middle
}

table.weekly-order-table .button {
    white-space: nowrap
}
table.weekly-order-table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 6px 12px;
    vertical-align: middle;
    line-height: 1.5em;
	font-size: 13px;
}
table.weekly-order-table a.button {
    background: transparent;
    color: #ed962b;
    font-weight: 400;
    font-family: 'Montserrat';
    font-size: 14px;
    border-radius: 30px;
    padding: 0px;
    text-decoration: underline;
}

table.weekly-order-table a.button:hover {
    background: transparent;
    text-decoration: underline;
    color: #ed962b;
}
.bcktoorders {
    background: #ed962b !important;
    border-radius: 30px !important;
    color: #fff !important;
    font-family: 'Montserrat';
    font-weight: 400 !important;
    font-size: 14px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
div#subscription-status-container button {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #000 !important;
    border-radius: 30px !important;
    color: #fff !important;
    font-family: 'Montserrat';
    font-weight: 400 !important;
    font-size: 14px !important;
    height: unset;
    border: solid 1px #000 !important;
}
div#subscription-status-container button:focus {
    outline: none;
}
table.order-details-table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

table.order-details-table  th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

table.order-details-table  td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

table.order-details-table td small {
    font-weight: 400
}

table.order-details-table td del {
    font-weight: 400
}

table.order-details-table tbody:first-child tr:first-child td,table.order-details-table tbody:first-child tr:first-child th {
    border-top: 0
}

table.order-details-table tbody th,table.order-details-table foot td,table.order-details-table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1)
}

table.order-details-table td,.woocommerce table.order-details-table th {
    padding: 4px 8px;
    vertical-align: middle;
    font-size: 13px;
}

table.order-details-table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 6px 12px;
    vertical-align: middle;
    line-height: 1.5em;
	font-size: 13px;
}
table.billing-details-table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

table.billing-details-table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

table.billing-details-table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

table.billing-details-table td small {
    font-weight: 400
}

table.billing-details-table td del {
    font-weight: 400
}

table.billing-details-table tbody:first-child tr:first-child td,table.billing-details-table tbody:first-child tr:first-child th {
    border-top: 0
}

table.billing-details-table tbody th,table.billing-details-table foot td,table.billing-details-table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1)
}

table.billing-details-table td,.woocommerce table.billing-details-table th {
    padding: 4px 8px;
    vertical-align: middle;
    font-size: 13px;
}

table.billing-details-table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 6px 12px;
    vertical-align: middle;
    line-height: 1.5em;
	font-size: 13px;
}

table.shipping-details-table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

table.shipping-details-table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

table.shipping-details-table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

table.shipping-details-table td small {
    font-weight: 400
}

table.shipping-details-table td del {
    font-weight: 400
}

table.shipping-details-table tbody:first-child tr:first-child td,table.shipping-details-table tbody:first-child tr:first-child th {
    border-top: 0
}

table.shipping-details-table tbody th,table.shipping-details-tablefoot td,table.shipping-details-tabletfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1)
}

table.shipping-details-table td,.woocommerce table.shipping-details-table th {
    padding: 4px 8px;
    vertical-align: middle;
    font-size: 13px;
}

table.shipping-details-table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 6px 12px;
    vertical-align: middle;
    line-height: 1.5em;
	font-size: 13px;
}
.panel .mealbox-contnt .menu-item {
    display: none;
}

.panel .mealbox-contnt .menu-label {
    display: block;
    padding: 10px;
    border: 1px solid transparent;
    transition: border 0.3s ease;
    cursor: pointer;
}

.panel .menu-item:checked + h4 + .menu-quantity + label {
    border: 1px solid #000;
}

.panel .menu-item:checked ~ .menu-label {
    border: 1px solid #000;
}
.btn-next button.previous-btn {
    position: absolute;
    left: 55px;
    width: 200px;
    background: #ED962B;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat';
    border: solid 1px #ED962B;
    top: -5px;
}

.btn-next {
    position: relative;
}
.wcpa_section.wcpa_form_id_906 .wcpa_section_body .wcpa_row_index_5 {
    width: 100%;
}

.wcpa_section.wcpa_form_id_906 .wcpa_section_body .wcpa_row_index_5 .wcpa_group_field {
    display: flex;
    flex-wrap: wrap;
}
.home-delivrymeal-sec ul.menu-tabs {
    display: none;
}

.home-delivrymeal-sec .menu-item-inner {
    background: rgba(200, 231, 213, 0.20);
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.home-delivrymeal-sec .menu-item {
    margin-bottom: 20px;
}

.home-delivrymeal-sec .menu-item-inner .menu-thumbnail img {
    border-radius: 50%;
    height: 240px;
    width: 240px;
    object-fit: cover;
    border: solid 2px #279a55;
    padding: 4px;
}

.home-delivrymeal-sec .menu-item-inner h3.menu-title {
    margin-bottom: 0px;
    font-size: 17px;
}

.home-delivrymeal-sec .menu-item-inner .menu-tags {
    font-size: 14px;
    color: #858585;
}
.myaccount-page div#customer_login .u-column2 {
    width: 48%!important;
    float: none;
    max-width: 48% !important;
    flex: 0 0 48%;
    margin-left: 25px;
}

.myaccount-page div#customer_login {
    display: flex;
}

.myaccount-page div#customer_login .u-column1 {
	width: 48% !important;
    float: none;
    max-width: 48% !important;
    flex: 0 0 48%;
    float: none;
	margin-right: 25px;
}
.panel .mealbox-contnt p {
    padding-right: 20px;
    line-height: 20px;
}
.blog-page .post-grids .post-grid .nwslettr {
    padding-bottom: 0px;
}
.sec2-home ul.sec2-icons img {
    width: 135px;
    height: 34px;
    object-fit: contain;
    margin-bottom: 0px;
}
.row.row-paymt form#payment-form .addrss-form {
    width: 100%;
    background: #F9F9F9;
}

.row.row-paymt form#payment-form .addrss-form input#payment-form-btn {
    width: 100%;
    text-align: center;
}
.ordr-details {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 10px;
    background: rgba(200, 231, 213, 0.20);
}

.row.row-paymt h3 {
    margin-top: 0px;
    color: #18293A;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ordr-details table tr td {
    font-family: 'Montserrat';
    font-size: 18px;
}

.ordr-details table tr:last-child td {
    padding-top: 10px;
}
.home-sec3 .kidsboxs {
    height: 185px;
}

.home-sec3 .kidsboxs .aio-icon-description {
    font-size: 20px;
    text-transform: capitalize;
}

.home-sec3 .kidsboxs .aio-icon-img img {
    height: 40px;
}
.fotr-one ul li {
    font-family: 'Montserrat';
    margin-bottom: 8px;
}
.kids-package span.price {
    display: none !important;
}
.poplr-diet-sec ul.menu-tabs {
    display: none;
}

.poplr-diet-sec .menu-item-inner {
    background: rgb(200 231 213 / 67%);
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.poplr-diet-sec .menu-item {
    margin-bottom: 20px;
}

.poplr-diet-sec .menu-item-inner .menu-thumbnail img {
    border-radius: 50%;
    height: 240px;
    width: 240px;
    object-fit: cover;
    border: solid 2px #279a55;
    padding: 4px;
}

.poplr-diet-sec .menu-item-inner h3.menu-title {
    margin-bottom: 0px;
    font-size: 17px;
}

.poplr-diet-sec .menu-item-inner .menu-tags {
    font-size: 14px;
    color: #858585;
}

.poplr-diet-sec div#tab-dec {
    display: flex;
    flex-wrap: wrap;
}
.selctn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.selctn h4 {
    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
.sec-plans .plan-durtn {
    margin-top: 30px;
}

.sec-plans .plan-durtn label {
    width: 172px;
}
.sec-plans div#myTabContent .custom-auth-container h1 {
    padding-bottom: 58px;
    text-transform: capitalize;
    font-size: 52px;
    text-align: center;
    color: #18293A;
}
.lns p {
    text-align: center;
    padding-top: 30px;
    font-size: 18px;
}

.lns p a {
    color: #ed962a;
}

.lns p a:hover {
    text-decoration: none;
}
.packg-sec .packge-box .para {
    top: -15px;
    font-size: 14px;
}
/* .woocommerce form p#order_comments_field {
    position: relative;
    top: -48px;
} */
.home-delivrymeal-sec .menu-item-inner .menu-tags {
    margin-top: 15px;
}

.home-delivrymeal-sec .menu-item-inner .menu-tags span.menu-tag {
    margin-left: 3px;
    margin-right: 3px;
    background: #279a55;
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 3px;
}
.meal-counter {
    font-family: 'Montserrat';
    font-size: 18px;
    background: #f9f9f9;
    border: 1px solid rgb(238, 150, 39);
    padding-top: 10px;
    border-radius: 8px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.packg-sec .cmng-soon {
    margin-top: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 300px;
}

.packg-sec .cmng-soon h4 {
    width: 240px;
    left: 23%;
}

.packg-sec .cmng-soon h2 {
    font-size: 52px;
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0px;
    padding-top: 0px;
    position: relative;
    top: 64px;
}

.packg-sec .cmng-soon p.para {
    top: 0px;
    width: 100%;
    flex: 0 0 100%;
    font-size: 22px;
}
.new-custmr {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
}

.new-custmr .kidsboxs {
    height: unset;
	background: #fff;
}

.new-custmr .kidsboxs .aio-icon-description {
    font-size: 16px;
}
.new-custmr h2.vc_custom_heading {
    text-transform: capitalize;
}
form#give-next-gen button[type=submit] {
    background: #e58c13;
    border: solid 1px #e58c13;
}
.new-custmr .kidsboxs h3.aio-icon-title {
    font-size: 30px;
    margin-top: 0px !important;
    width: 24%;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #ed962b;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}
.new-custmr:before {
    content: '';
    background: url(http://lifeplate.agencypartnerinteractive.com/wp-content/uploads/2024/07/Frame-2439.png);
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 600px;
}
.new-custmr{
	background: rgba(200, 231, 213, 0.4) !important;
}
.kids-package ul.products li.product h2.woocommerce-loop-product__title:after {
    content: 'Click Here';
    position: absolute;
    left: 38%;
    bottom: 62px;
    color: #ffff;
    font-size: 16px;
    background: #f89927;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
}

.kids-package ul.products li.product {
    padding-bottom: 100px;
}
.woocommerce-order p a {
    color: #ed962a;
}

.woocommerce-order p a:hover {
    text-decoration: none;
}

section.woocommerce-order-details td.woocommerce-table__product-name.product-name a {
    color: #ed962a;
}

section.woocommerce-order-details td.woocommerce-table__product-name.product-name a:hover {
    text-decoration: none;
}
.modal-content .modal-header h5#modalTitle {
    margin-top: 0px;
    font-size: 25px;
}

.modal-content .modal-body .mb-3 input#zipCodeInput {
    font-family: 'Montserrat';
    font-size: 15px;
    background: transparent;
    border: solid 1px #d5d5d5;
}

.modal-content .modal-body .mb-3 input#zipCodeInput:focus {
    box-shadow: none;
    border: solid 1px #d5d5d5;
}

.modal-content .modal-body {
    font-family: 'Montserrat';
}

.modal-content .modal-body button.btn.btn-primary {
    background-color: #e68c12;
    color: #fff;
    border: 1px solid #e68c12;
}

.modal-content .modal-body .text-danger {
    font-size: 14px;
}
.new-custmr .kidsboxs .aio-icon-description {
    text-transform: none;
}
.wcpa_type_checkbox-group .wcpa_field {
    display: flex !important;
    flex-wrap: wrap;
}
.poplr-diet-sec .menu-item-inner .menu-tags span.menu-tag {
    margin-left: 3px;
    margin-right: 3px;
    background: #279a55;
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 3px;
}

.poplr-diet-sec .menu-item-inner .menu-tags {
    margin-top: 15px;
}
.ordr-details table tr td {
    border: solid 1px #00000021;
    padding: 10px;
    border-left: 0px;
    border-right: 0px;
}
.page-id-1267 .new-custmr .kidsboxs {
    height: 255px;
}
.onlymbl {
    display: none;
}
.ordr-details table tr td:first-child {
    width: 45%;
}

.ordr-details table tr td strong {
    font-size: 14px;
}

.ordr-details table tr td {
    font-size: 15px;
}
.page-id-156 header#masthead {
    display: none;
}
.home-delivrymeal-sec .vc_row {
    text-align: center;
}
.row.row-paymt form#payment-form .addrss-form p.status {
    font-size: 13px;
    text-align: left;
}
.quantity-wrapper {
    position: relative;
}

.quantity-wrapper button.btn-decrease {
    position: absolute;
    left: 0px;
    z-index: 9;
    outline: none;
    border: 0px;
    height: 18px;
    line-height: 1px;
    bottom: -2px;
    width: 16px;
    background: transparent;
    font-size: 15px;
}

.quantity-wrapper  button.btn-increase {
    position: absolute;
    right: 0px;
    z-index: 9;
    outline: none;
    border: 0px;
    height: 18px;
    line-height: 1px;
    bottom: -2px;
    width: 25px;
    background: transparent;
    font-size: 15px;
}

.panel label input.menu-quantity {
    padding-left: 22px;
    font-size: 14px;
}
.panel label input[type="number"]::-webkit-inner-spin-button,
.panel label input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.panel label input[type="number"] {
    -moz-appearance: textfield;
}
.page-id-344 .home-sec3 .box-delivr .align-icon img.img-icon {
    height: 38px;
}
.onlneorder .woocommerce-info a.woocommerce-Button {
    color: #fff;
}
.custom-dashboard-link a.button {
    background: #ed962a;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #fff;
    border-radius: 10px;
    margin-right: 10px;
    border: solid 1px #ed962a;
}

.custom-dashboard-link a.button:hover {
    background: transparent;
    border: solid 1px #ed962a;
    color: #ed962a;
}
.woocommerce-account .woocommerce-MyAccount-content div#payment button#place_order {
    width: 65%;
    margin-left: 0px;
}
.woocommerce-account .woocommerce-MyAccount-content div#payment button#place_order {
    margin-right: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce-account .onlneorder div#payment .form-row {
    width: 100%;
}
.tabs-donations .ult_tabmenu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center !important;
    padding-bottom: 0px !important;
}

.tabs-donations .ult_tabmenu li.ult_tab_li {
    width: auto !important;
    flex: 0 0 auto;
    text-align: center !important;
    margin-right: 10px !important;
    background: transparent !important;
}

.tabs-donations .ult_tabmenu li.ult_tab_li a {
    text-align: center !important;
    font-family: 'Montserrat';
    font-size: 14px;
    border-radius: 30px !important;
    background: transparent !important;
    border: solid 1px #000;
	color: #000 !important;
    padding-left: 20px;
    padding-right: 20px;
}

.tabs-donations .ult_tabmenu li.ult_tab_li span.aio-icon.none.ult_tab_iconright {
    display: none;
}

.tabs-donations .ult_tabmenu li.ult_tab_li.current a {
    background: #e08814 !important;
    border: solid 1px #ce7d11;
}

.tabs-donations  .ult_tabcontent {
    padding-top: 30px;
}


div#schoolCodePopup h3 {
    margin-top: 0px;
}

div#schoolCodePopup input#school_code_input {
    height: 45px;
    font-family: 'Montserrat';
    font-size: 16px;
    margin-top: 13px;
    border: solid 1px #000;
    padding-left: 12px;
    width: 100%;
    border-radius: 30px;
}

div#schoolCodePopup .popup-content {
    width: 400px;
    padding-bottom: 40px;
	
}
div#schoolCodePopup button#submitSchoolCode:focus {
    outline: none;
}

div#schoolCodePopup p#school_code_error {
    font-size: 10px;
    position: absolute;
    left: 20px;
}
div#schoolCodePopup button#submitSchoolCode {
    font-family: 'Montserrat';
    font-size: 16px;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    position: absolute;
    right: 20px;
    bottom: 40px;
    border: solid 1px #e68c13;
    background: #e68c13;
    color: #fff;
}
div#schoolCodePopup input#school_code_input:focus {
    outline: none;
}
section.woocommerce-order-details h2.woocommerce-order-details__title {
    text-transform: capitalize;
    font-size: 20px;
}
section.woocommerce-order-details header h2 {
    text-transform: capitalize;
    font-size: 20px;
}
section.woocommerce-order-details header h2 {
    text-transform: capitalize;
    font-size: 20px;
}

.woocommerce-columns--addresses h2.woocommerce-column__title {
    font-size: 20px;
    text-transform: capitalize;
}
.getstrtedsec .wpb_text_column .butn a#getStartedParent {
    padding: 13px 34px !important;
    background: #fff0 !important;
    border: 1px solid black;
    border-radius: 30px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    font-family: 'Montserrat';
    margin-left: 0px;
}

.getstrtedsec .wpb_text_column .butn a#getStartedAdmin {
    padding: 13px 34px !important;
    background: #fff0 !important;
    border: 1px solid black;
    border-radius: 30px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    font-family: 'Montserrat';
    margin-left: 0px;
}
.page-id-1952 .myaccount-page div#customer_login .u-column2 {
    display: none !important;
}

.page-id-1952 .myaccount-page div#customer_login {
    align-items: center;
    justify-content: center;
}
form.woocommerce-shipping-calculator {
    display: none;
}
.voucherPreviewButton {
    display: none;
}
.kids-sec1 .wpb_text_column p a {
    color: #000;
    font-weight: 400;
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
/* -----custom media query------- */
@media screen and (max-width: 1024px){
.home-bnr h2.vc_custom_heading {
    font-size: 60px;
}

.home-bnr .wpb_single_image img {
    height: 435px;
    position: relative;
    right: 0px;
    top: 24px;
}

.home-bnr .wpb_single_image:before {
    height: 688px;
    position: absolute;
    display: block;
    width: 785px;
	right:0px;
}

.sec2-home ul.sec2-icons {
    justify-content: center;
}

/*.home-sec3 h2.vc_custom_heading {*/
/*    font-size: 50px !important;*/
/*}*/

.home-sec3 .wpb_text_column ul.sec2-buttns li a {
    font-size: 18px;
}

.home-sec3 .wpb_text_column ul.sec2-buttns li {
    padding-top: 25px;
    padding-bottom: 25px;
}

.home-sec3 {
    padding-top: 36px !important;
/*     padding-bottom: 40px !important; */
}

.home-sec4 .sec-main {
    font-size: 60px;
}

.home-sec4 .sec-yellow {
    font-size: 20px;
}

.home-sec4 p {
    font-size: 16px;
    line-height: 25px;
}
.home-sec4 .vc_custom_1703077023838 {
    padding-top: 0px !important;
    padding-bottom: 50px !important;
}

.home-sec4 .vc_custom_1702656241228 {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
}

.meal-tabs li a {
    font-size: 18px;
}

ul.meal-tabs {
    margin-bottom: 65px;
}

.home-sec3 .meal-title {
    font-size: 24px;
    margin-top: 20px;
    height: unset;
}

.home-sec3 .meal-button {
    font-size: 18px;
    margin-top: 20px;
}

.home-sec3 .activee .meal-item.col-md-3 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
}

.home-sec3 .activee .meal-thumbnail img {
    height: 160px;
    width: 160px;
}

.home-sec3 .meal-item-inner {
    padding-top: 25px;
}	
#content.site-content {
    padding-top: 0px !important;
}

#content.site-content .entry-content {
    margin-top: 0px;
}
.sec-testi .vc_row .testi-inner {
    width: 100%;
    flex: 0 0 100%;
}

.sec-testi .vc_row .vc_col-sm-8 {
    width: 100%;
    flex: 0 0 100%;
}

.sec-testi h2.vc_custom_heading {
    text-align: center !important;
}

.sec-testi h2.vc_custom_heading br {
    display: none;
}

.sec-testi .btn-orng {
    width: 100%;
    text-align: center;
}

.sec-testi .wpb_single_image {
    text-align: center !important;
    position: relative;
    top: 81px;
    left: 76px;
}

.testimonials-box {
    width: 100%;
}

.testimonials-box .post-one.row {
    width: 100%;
    flex-wrap: wrap;
}

.sec-testi .let-testi {
    width: 100%;
}

#footer-widget .row {
    padding-top: 50px;
}

.outer .wpcf7-submit {
    padding: 16px 30px;
}

#colophon .fotr-row {
    justify-content: center;
}

.fotr-row .site-info {
    font-size: 14px;
}

.right-fotr p {
    font-size: 14px;
}

#colophon .container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.fotr-four h3.widget-title {
    font-size: 30px;
    margin-top: 10px;
    padding-bottom: 30px;
}

.fotr-one p {
    font-size: 16px;
}

.fotr-two ul li a {
    line-height: 34px;
    font-size: 18px;
}

.fotr-three ul li {
    font-size: 16px;
}

.fotr-four p {
    font-size: 16px;
}
}
.home-sec4care .wpb_single_image img {
    position: absolute;
    right: 0px;
    top: -112px;
}

.home-sec4care {
    padding-top: 140px !important;
}

.home .greensecexp .vc_row {
    background: #279a55 !important;
    padding-bottom: 100px;
}
.home-sec4care {
    padding-top: 160px !important;
    padding-bottom: 50px;
}

.home-sec4care .vc_row {
    border-radius: 50px;
    background: #ed962b !important;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 35px;
    padding-bottom: 50px;
}

.home-sec4care .vc_row h2.vc_custom_heading {
    margin-top: 0px;
    font-size: 67px;
    font-weight: 600 !important;
/*     font-family: 'Montserrat' !IMPORTANT; */
    line-height: 90px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #18293A;
    text-transform:capitalize;
}

.home-sec4care .vc_row strong {
    font-size: 30px;
    font-weight: 500 !IMPORTANT;
    color: #19293a;
/*     font-family: 'Montserrat' !important; */
    line-height: 45px;
    margin: 0px;
}

.home-sec4care .vc_row p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.home-sec4care .vc_row .btn-blck a {
    padding: 20px 40px !important;
    background: #fff0 !important;
    border: 1px solid black;
    border-radius: 30px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    font-family: 'Montserrat';
    margin-right: 20px;
}

.home-sec4care .vc_row .btn-blck a:hover {
    background: #000 !important;
    color: #fff !important;
    border: solid 1px #000;
}
.wc-proceed-to-checkout a {
    background: #e68c12 !important;
}
.coupon button.button {
    background: #e68c12;
    color: #fff;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents button.button {
    background: #e68c12;
    color: #fff;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-name a, tr.woocommerce-cart-form__cart-item.cart_item td.product-name th, tr.woocommerce-cart-form__cart-item.cart_item td.product-name button, tr.woocommerce-cart-form__cart-item.cart_item td.product-name bdi, tr.woocommerce-cart-form__cart-item.cart_item td.product-name td {
    font-family: 'Montserrat' !important;
}

h1.flipbox_heading{
	font-weight:400 !important;
}

.text-white p{
	color:#fff !important;
}

.home-bnr.delivery .wpb_single_image:before { 
	content: none !important;
}
.color-change.delivery-sec .box-delivr {
    border: solid 1px #18293a;
    background: transparent;
	height: 350px;
}

.color-change .top-icon .aio-icon-header h3.aio-icon-title{
    color:#000;
}

.color-change .top-icon .aio-icon-header+.aio-icon-description {
    color:#000;
}

body label.hidden {
    display: none !important;
}


.about-sec3 p {
	color: #fff !important; 
}
.about-sec3 .heading-blk {
    color: #fff !important;
}

.adminstr-hrefsec .btn-href .vc_column-inner .wpb_text_column {
    background-color: #279a55 !important; 
}
.story-sec .vc_column-inner {
    padding-left: 80px !important;
    padding-right: 100px !important;
}
.home-delivrytesti-sec {
    padding: 60px 0px;
}
/*responsive start*/
/*mobile start*/
@media only screen and (max-width: 768px) {
.navbar-brand {
    width: 70%;
}
	.home-delivrytesti-sec {
    padding: 40px 0px !important;
}
	
div#main-nav {
    padding-top: 20px;
}
button.navbar-toggler {
    width: 10%;
}
.right-mnu {
    min-width: 100%;
}
	.search-bar {
width:auto;
    right: 0;
    left: 0;
}
.right-mnu ul {
    justify-content: flex-end;
}
.home-bnr {
    background-color: #279a55;
}
.sec2-home ul.sec2-icons li {
    text-align: center;
}
.story-sec .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
ul.sec2-icons {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100% !important;
}
	.ourvalusec .heading-blk {
    text-align: left !important;
}
ul.sec2-icons img {
    width: 80px !important;
    height: auto !important;
}
.home-bnr .wpb_single_image img {
    width: auto;
    height: auto;
}
h2{
    font-size: 40px !important;
    line-height: 50px !important;
}
p{
    font-size: 20px;
}
.home-sec3 .box-delivr h3.aio-icon-title {
    font-size: 28px;
}
.home-sec3 .box-delivr .aio-icon-description {
    font-size: 20px;
}
.home-sec3 .box-delivr {
    height: fit-content;
}
.home-sec4 .innr-row-bg {
    border-radius: 0px;
}


.home-sec4 .innr-row-bg, .home-sec4care .vc_row {
      flex-direction: column-reverse;

    }
	.home .greensecexp .vc_row {
		 flex-direction: column;
	}

.home-sec4 .btn-orng a {
    margin-left: 0px;
}
.home-sec4 .sec-yellow {
    line-height: 30px;
    margin: 20px 0px;
}
.home-sec4care .wpb_single_image img {
     position: relative; 
     top: 0px;
}
.home-sec4care .orang-rowhome .wpb_single_image img {
        height: 100%;
        width: 100%;
        border-radius: 50%;
        padding: 0px;
}
.home-sec4care .blue-rowhome .wpb_single_image img{
   height: 100%;
        width: 100%;
        border-radius: 50%;
        padding: 0px;
}
.greensecexp {
    margin-top: -100px;
}
.sec-testi .testi-image::after {
    height: 60px;
    width: 70px;
    top: -17px;
    right: -20px;
    background-repeat: no-repeat;
}
.sec-testi p {
    font-size: 20px;
    line-height: 30px;
}
.sec-testi .owl-nav {
    bottom: -70px;
}
.fotr-four .outer {
    width: 100%;
}
.home-bnr {
    overflow: visible !important;
    padding-top: 70px !important;
    padding-bottom: 10px;
    background-size: 100% 100%;
}
.home-sec4care .vc_row {
    padding-left: 20px;
    padding-right: 20px;
}
.sec-testi .let-testi {
        padding: 40px;
    }
.sec-testi .testi-image {
    display: none;
}
.sec-testi .contnt {
    width: 100%;
}
.sec-testi .contnt {
    width: 100%;
}
.home-delivrytesti-sec .wpb_single_image img {
    left: auto !important;
    top: -80px !important;
}
.color-change.delivery-sec .box-delivr {
    height: fit-content;
}
.kids-sec1 .wpb_single_image img {

    height: auto;
    width: auto;
    position: relative;

}
.page-id-344 .delivery-sec .box-delivr {
    height: fit-content;
}
.meal-owl-carousel .owl-nav button.owl-next {
    right: 0px;
}
.meal-owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}
.cares-bnr .wpb_single_image:last-child img {
    position: relative;
    height: 100%;
}
/* .ourvalusec .icon-box {
    height: fit-content;
} */
.experince-banr .wpb_single_image img {
    position: relative;
    height: 350px;
    width: auto;
}
.page-id-458 .box-delivr {
    height: fit-content;
}
    .faqs-sec1 .vc_toggle_title .vc_toggle_icon {
        min-height: 20px !important;
        min-width: 30px !important;
    }
.career-container .row {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.career-container .row .col-9 {
    min-width: 100% !important;
}
.career-container .row .col-3 {
    min-width: 100%;
}
.career-sec1 a.cta-apply {
    left: 0;
}
.career-sec2 .btn.btn-primary {
    margin-top: 80px;
}
div#featured-blog .post-box {
    flex-direction: column;
}
div#featured-blog .post-box .pst-img {
    width: 100%;
    padding-right: 0px;
}
div#featured-blog .post-box .pst-ctn {
    width: 100%;
}
div#featured-blog .post-box .pst-ctn ul {

    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}
div#featured-blog .post-box .pst-ctn h3 a {
    font-size: 30px;
}
.blog-page .post-grids .post-grid {
      width: 100%;
    flex: 100%;
    margin: 20px 0px;
}
.blog-page .post-grids .contnt-listing h2.entry-title a {
    line-height: 40px;
}
section.related-blgs-sec .post-grids {
    flex-direction: column;
}
section.related-blgs-sec .post-grids .post-grid {
    width: 100%;
    flex: 100%;
    margin: 20px 0px;
}
.txt-blk p {
    width: 100%;
}
.about-sec1 .mission-outer {
    flex-direction: column;
            gap: 20px;

}
.about-sec1 .mission {
    width: 100%;
    margin-right: 0px;
}
.about-sec1 .vision {
    width: 100%;
     margin-left: 0px; 
}
    .page-id-172 .ourvalusec .icon-box {
        width: 90%;
    }
    .myaccount-page div#customer_login .u-column1 {
    width: 100% !important;
    max-width: 100% !important;
}
button.navbar-toggler:focus {
    outline: none;
}
.myaccount-page .woocommerce .lost_reset_password {
    width: 100%;
}
.onlneorder .woocommerce nav.woocommerce-MyAccount-navigation {
    margin-bottom: 40px;
}
.fotr-row.row {
    padding: 0px 20px;
}
.sec-plans .steponefield label {
    width: 100% !important;
}
.sec-plans .steponefield {
    margin-bottom: 30px !important;
}
.meal-boxes .panel {
    width: 100%;
    flex: 0 0 100%;
}
div#pickmeals .btn-next {
    text-align: center;
    margin-top: 40px;
     margin-right: 0px; 
    display: flex;
    gap: 20px;
}
.btn-next button.previous-btn{
    position: relative;
            left: 0;
        top: 0;
}
.sec-plans div#myTabContent .custom-auth-container div#signup-form {
    width: 100%;
    flex: 100%;
    padding: 20px;
    margin-right: 0px;
}
.sec-plans div#myTabContent .custom-auth-container div#signin-form {
    width: 100%;
    flex: 100%;
    margin-top: 30px;
}
.sec-plans div#myTabContent div#register .btn-next {
    text-align: center;
    margin-top: 40px;
    display: flex;
    gap: 20px;
}
.corpte-bannr h2.vc_custom_heading strong {
    font-size: 45px;
}
.corpte-bannr .txt-corpte-banr p {
    padding-left: 0px;
    padding-right: 0px;
}
.corpte-bannr h2.vc_custom_heading:before{
    display: none;
}
.corpte-bannr h2.vc_custom_heading:after{
     display: none;
}
.corpte-bannr .row-partnrship .wpb_single_image img {
    position: relative;
    height: auto;
}
.corpte-bannr {
    padding-bottom: 0px;
}
.partnr-sec2 {
    padding-top: 0px !important;
}
.poplr-diet-sec .owl-nav button.owl-prev {
    left: -15px;
}
.poplr-diet-sec .owl-nav button.owl-next {
    right: -15px;
}
.panel .mealbox-contnt p {
    padding-right: 40px;
}
.panel p.qntity {
        margin-left: -10px;
        position: relative;
        right: 0px;
    top: 0px;
}
	.faqs-sec1 .vc_toggle_title {
    gap: 10px;
}
	.faqs-sec1 .vc_toggle_title h4 {
    font-size: 20px;
    line-height: 30px;
}
	.faqs-sec1 .vc_toggle_content p {
    font-size: 16px !important;
}
	.hidebtn-mb {
    display: none !important;
}
}
/*mobile end*/

/*tablet start*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
        .home-bnr .wpb_single_image:before {
        height: fit-content;
    }
	section#career-apply {
    background-size: 350px !important;
}
/* 	.blog-page .post-grids .post-grid .nwslettr .wpcf7-submit.has-spinner {
    bottom: 70px;
} */
    .home-sec3 .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 50%;
}
    .home-sec3 .box-delivr {
        height: 350px;
    }
        .home-sec4care .orang-rowhome .wpb_single_image img {
        height: 350px;
        border-radius: 100%;
    }
        .home-sec4care .blue-rowhome .wpb_single_image img {
        height: 350px;
        border-radius: 100%;
    }
    .sec-testi .vc_single_image-img.attachment-full {
    top: -47px;
}
.fotr-one, .fotr-two, .fotr-three, .fotr-four {
    max-width: 50% !important;
    flex: 50%;
}
    .delivery-sec .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 50%;
}
.color-change.delivery-sec .box-delivr {
    height: 350px;
}
.home-delivrymeal-sec .menu-item-inner .menu-thumbnail img {
    height: 110px;
}
.cares-bnr .wpb_single_image:last-child img {
        height: 350px;
    }
    .packg-sec .packge-box h4 {
    left: 0;
    right: 0;
}
    .page-id-458 .box-delivr {
        height: 400px;
    }
        .blog-page .post-grids .post-grid {
        width: 40%;
        flex: 40%;
        margin: 20px 20px;
    }
.tab-row {
    display: flex;
    flex-direction: column;
}
.tab-row .wpb_column {
    width: 100%;
}
.tab-frow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.tab-frow .wpb_column {
    width: 50%;
}
.partnr-sec2 .partnrbox1 {
    height: fit-content;
}
.partnr-sec2 .partnrbox2 {
    height: fit-content;
}
    .partnr-sec2 {
        padding-top: 50px !important;
    }
    .poplr-diet-sec .post-grids .pst-img img {
    width: auto;
    height: auto;
}
.partnr-sec2 .partnrbox2 h3.aio-icon-title {
    font-size: 20px;
}
.partnr-sec2 .partnrbox1 h3.aio-icon-title {
    font-size: 20px;
}
.partnr-sec2 .partnrbox3 h3.aio-icon-title {
    font-size: 20px;
}
.stepone .row {
    display: flex;
    flex-direction: column;
}
.stepone .row .col-md-7 {
    flex: 100%;
    max-width: 100%;
}
.stepone .row .col-md-5 {
    flex: 100%;
    max-width: 100%;
}
}
/*tablet end*/

/*laptop start*/
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
        .home-sec3 .box-delivr {
        height: 250px;
    }
    .home-sec4care .wpb_single_image img {
    position: relative;
    top: 0px;
}

.navbar-brand {
    width: 70%;
}
    button.navbar-toggler {
        width: 10%;
    }
.right-mnu {
        min-width: 100%;
    }
        .right-mnu ul {
        justify-content: flex-start;
    }
    div#main-nav {
    padding-top: 20px;
}
.meal-owl-carousel .meal-item .meal-thumbnail img {
    height: auto;
    width: auto;
}
.meal-owl-carousel .owl-nav button.owl-prev {
    left: -10px;
}
.meal-owl-carousel .owl-nav button.owl-next {
    right: -10px;
}
    .cares-bnr .wpb_single_image:last-child img {
        height: 450px;
        width: auto;
    }
    .ourvalusec .icon-box {
    height: fit-content;
}
.post-tags {
    display: flex;
    flex-direction: row;
    gap: 7px;
}
.single-post-news .blog-btom .row .post-tags a {
    min-width: fit-content;
}
.single-post-news .newsletr-blog-botm {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.corpte-bannr .row-partnrship .wpb_single_image img {
    height: auto;
}
.corpte-bannr {
    padding-bottom: 0px;
}
.partnr-sec2 h2.vc_custom_heading {
    font-size: 45px;
}
    .right-mnu {
        min-width: 100%;
    }
    .panel p.qntity {
    right: 10px;
    top: 10px;
}
}
/*laptop end*/

/*ipad portrait start*/
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
    .navbar-brand {
    width: 70%;
}
    button.navbar-toggler {
        width: 8%;
    }
.right-mnu {
        min-width: 100%;
    }
        .right-mnu ul {
        justify-content: flex-end;
    }
    .home-bnr {
    overflow: visible !important;
    padding-top: 40px !important;
    padding-bottom: 40px;
}
    .home-bnr .wpb_single_image img {
        height: 350px;
    }
.home-sec3 h2.vc_custom_heading {
    font-size: 45px;
}
.sec2-home ul.sec2-icons {
    width: 100%;
}
    .home-sec3 .box-delivr {
        height: 250px;
    }
    .home-sec4 .btn-orng a {
    margin-left: 0px;
}
.vc_btn3-container.btn-blck.vc_btn3-inline {
    margin-right: 10px;
}
.home-sec4care .orang-rowhome .wpb_single_image img {
     padding: 0px; 
}
.home-sec4care .wpb_single_image img {
/*     top: 150px; */
	        clip-path: circle(50%);
}
.greensecexp {
    padding-top: 10px !important;
}
.home-sec4care .vc_row h2.vc_custom_heading {
    font-size: 50px;
}
.sec-testi h2.vc_custom_heading {
    font-size: 55px;
}
.home-bnr {
    background: #279a55;
}
.home-sec4 .innr-row-bg {
    margin-left: 5px;
    margin-right: 5px;
}
.home-sec4 .sec-main {
    line-height: 70px;
}
   .home-sec4 .sec-yellow {
        line-height: 30px;
        margin: 20px 0px;
    }
    .home-sec4 .btn-blck a {
    padding: 20px 20px !important;
}
.home-sec4 .btn-orng a {
    padding: 20px 20px !important;
}
.home-sec4care .blue-rowhome .wpb_single_image img {
        padding: 0px;
    }
.bordr-row {
        margin: 0px 5px !important;
    }
    .home-sec4care .vc_row {
    margin: 0px 10px !important;
}
div#main-nav {
    padding-top: 10px;
}
.sec-testi .vc_single_image-img.attachment-full {
        top: -77px;
    }
    .home-delivrytesti-sec .wpb_single_image img {
    left: auto;
    top: -80px !important;
    right: auto;
}
.kids-sec1 .wpb_single_image img {
    height: auto;
    width: auto;
    position: relative;
}
.page-id-344 .delivery-sec .box-delivr {
    height: 315px;
}
.meal-owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}
.meal-owl-carousel .owl-nav button.owl-next {
    right: 0px;
}
.cares-bnr h2.vc_custom_heading {
    font-size: 46px;
}
.kids-sec1 h2.vc_custom_heading {
    font-size: 48px;
    line-height: 55px;
}
    .cares-bnr .wpb_single_image:last-child img {
        height: 380px;
        position: relative;
    }
    .ourvalusec .icon-box {
    height: fit-content;
}
.kidspackge-banr h2.vc_custom_heading {
    font-size: 44px;
}
.experince-banr .wpb_single_image img {
    position: relative;
    height: 350px;
    width: auto;
}
.faqs-sec2 p {
    line-height: 50px;
}
#voucher-multistep-form .voucher-row {

    justify-content: center;
}
.career-sec1 .heading-blk {
    font-size: 40px;
}
.career-sec1 p {
    font-size: 16px;
}
.career-sec1 a.cta-apply {
    left: 20%;
}
div#featured-blog .post-box .pst-ctn h3 a {
    font-size: 30px;
}
.txt-blk p {
    width: 100%;
}
.about-sec1 .mission-outer {
    flex-direction: column;
    gap: 20px;
}
.about-sec1 .mission {
    width: 100%;
}
.about-sec1 .vision {
    width: 100%;
    margin-left: 0px;
}
.top-icon .aio-icon-header+.aio-icon-description {
    padding-right: 40px;
}
}
 
/*ipad portrait end*/

/*ipad landscape start*/
/*@media only screen and (min-device-width: 1200px) and (max-device-width: 1440px) {*/
 @media screen and (min-width: 1024px) and (max-width: 1440px) and (orientation: landscape){ 
    nav.navbar.navbar-expand-xl.p-0 {
    align-items: center;
}
.navbar-brand {
    min-width: 30%;
}
div#main-nav {
    min-width: 40%;
    padding-top: 0px;
}
.right-mnu {
    min-width: 30%;
}
.home-bnr .wpb_single_image img {
    height: 550px;
    top: -130px;
    width: 568px;
    right: 20px;
}
.home-bnr p {
    font-size: 22px;
}
.sec2-home ul.sec2-icons {
    width: 100%;
}
#content.site-content {
    padding-top: 0px;
    margin-top: -20px;
}
    .home-sec3 .box-delivr {
        height: 300px;
    }
    .sec-testi .vc_single_image-img.attachment-full {
    right: 0px;
}
.fotr-two {
    max-width: 33% !important;
    flex: 33%;
}
.fotr-three {
    flex: 33% !important;
    max-width: 33% !important;
}
    .home-bnr .wpb_single_image img {
        top: -40px !important;
    }
    .color-change.delivery-sec .box-delivr {
    height: 400px;
}
.sec-testi h2.vc_custom_heading {
    font-size: 40px;
}
.kids-sec1 .wpb_single_image img {
    height: auto;
    width: auto;
    position: relative;
}
.page-id-344 .delivery-sec .box-delivr {
    height: 380px;
}
    .cares-bnr .wpb_single_image:last-child img {
        height: 500px;
        width: 500px;
        position: relative;
        right: 40px;
    }
    .partnrs-sec ul.sec2-icons {
    width: 100%;
}
.experince-banr .wpb_single_image img {
    position: relative;
}
.tab-row {
    display: flex;
    flex-direction: column;
}
.tab-row .wpb_column{
    width: 100%;
}
.txt-blk p {
    width: 100%;
}
    .ourvalusec .icon-box {
        padding-right: 60px;
    }
}
/*ipad landscape end*/
/*responsive end*/



form#give-next-gen{
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Adjust spacing between items if needed */
}

.givewp-layout{
    flex: 0 0 calc(50% - 10px); /* Two columns, with space for gaps */
    box-sizing: border-box;
}


section.givewp-layouts.givewp-layouts-section {
    flex: 0 0 calc(50% - 10px); /* Two columns, with space for gaps */
    box-sizing: border-box;
}

body #give-next-gen{
	display:none !important;
}

.custom-auth-container h1 {
    border-bottom: 4px solid;
    padding-bottom: 30px !important;
    margin-bottom: 60px;
	width:100%;
}

.leaf-bg:before {
    content: '';
    background: url(/wp-content/uploads/2024/07/Frame-2439.png);
    height: 500px;
    width: 600px;
    display: block;
    position: absolute;
    bottom: 0px;
    right:0;
    z-index: -1;
    background-repeat:no-repeat;
    background-size:cover;
}

.kids-package ul.products li.product {
	background: #17293b !important; 
}

.kids-package ul.products li.product h2.woocommerce-loop-product__title {
    color: #fff !important;
}
html.js_active.vc_mobile.vc_transform.vc_transform {
    scroll-behavior: smooth;
}
@media screen and (max-width: 460px){
section#career-apply {
    background: none !important;
}

section#career-apply .vc_row {
    padding-top: 0px !important;
}
.getstrtedsec .wpb_text_column .butn a#getStartedParent {
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: 14px;
}

.getstrtedsec .wpb_text_column .butn a#getStartedAdmin {
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: 14px;
}
.woocommerce ul.order_details li {
	margin-right: 0px !important;
	padding-right: 10px;
	border: 0px;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 10px !important;
	border-bottom: solid 1px #ababab;
	padding: 10px;
}

.woocommerce ul.order_details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-left: 0px;
	border: solid 1px #ababab;
	border-radius: 5px;
}
.home .vc_custom_1741031783556 {
    padding-top: 0px !important;
}

.home .vc_custom_1741031798942 {
    padding-top: 50px !important;
}
section.woocommerce-order-details h2.woocommerce-order-details__title {
    font-size: 20px !important;
    margin-bottom: 0px;
}

section.woocommerce-order-details header h2 {
    font-size: 20px !important;
}

.onlneorder .woocommerce-order section.woocommerce-customer-details .woocommerce-column--billing-address {
    max-width: 100% !important;
    flex: 0 0 100%;
    width: 100%;
    padding: 0px;
}

.woocommerce-columns--addresses h2.woocommerce-column__title {
    font-size: 20px !important;
    margin-bottom: 0px;
}

.onlneorder .woocommerce-order section.woocommerce-customer-details .woocommerce-column--shipping-address {
    max-width: 100%;
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
}
.myaccount-page div#customer_login .u-column1 {
    flex: 0 0 100%;
}

.myaccount-page div#customer_login {
    flex-wrap: wrap;
}

.myaccount-page div#customer_login .u-column2 {
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0px;
    margin-top: 40px;
}
.getstrtedsec .wpb_text_column .butn a {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(https://lifeplatemeals.com/wp-content/uploads/2025/02/Frame-1.svg) !important;
    background-size: 100% 100%;
    position: relative;
    left: -2px;
}
html.js_active.vc_mobile.vc_transform.vc_transform {
    scroll-behavior: smooth;
}
.home-sec4 .vc_column-inner {
    padding-top: 0px !important;
}
.ourvalusec .heading-blk {
    text-align: center !important;
}
.home .home-bnr h2.vc_custom_heading {
    text-align: center !important;
}

.home .home-bnr .wpb_text_column p {
    text-align: center;
}

.home .home-bnr .btn-blck {
    text-align: center !important;
    width: 100%;
}
.getstrtedsec .wpb_text_column {
    padding-top: 30px;
    padding-bottom: 44px;
}

.getstrtedsec .wpb_text_column h3 a {
    font-size: 30px;
}

.getstrtedsec .wpb_text_column .butn a {
    margin-left: 0px;
    font-size: 14px;
}
.getstrtedsec {
    padding-bottom: 10px !important;
}
.sec-plans .steponefield .perday {
    display: flex;
    flex-wrap: wrap;
}

.sec-plans .steponefield .perday h2 {
    width: 100%;
}

.sec-plans .steponefield .perday p {
    width: 100%;
}

.sec-plans .steponefield .perday label {
    margin-right: 6px;
    flex: 0 0 48% !important;
}

.prfrenc-rad {
    display: flex;
    flex-wrap: wrap;
}

.sec-plans .steponefield .prfrenc-rad label {
    margin-right: 6px;
    flex: 0 0 48% !important;
    height: 110px;
}

.sec-plans .steponefield .prfrenc-rad label img {
    height: 30px;
}
.tabs-donations .ult_tabmenu {
	display: flex !important;
	flex-wrap: nowrap !important;
	overflow-x: scroll !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
}

.tabs-donations .ult_tabmenu li.ult_tab_li {
    width: auto !important;
    flex: 0 0 auto;
    text-align: center !important;
    margin-right: 10px;
    background: transparent !important;
}

.tabs-donations .ult_tabmenu li.ult_tab_li a {
    text-align: center !important;
    font-family: 'Montserrat';
    font-size: 14px;
    border-radius: 30px !important;
    background: transparent !important;
    border: solid 1px #000;
}

.tabs-donations .ult_tabmenu li.ult_tab_li span.aio-icon.none.ult_tab_iconright {
    display: none;
}

.tabs-donations .ult_tabmenu li.ult_tab_li.current a {
    background: #e08814 !important;
    border: solid 1px #ce7d11;
}

.tabs-donations  .ult_tabcontent {
    padding-top: 30px;
}
.bordr-row {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px !important;
}
.faqs-sec1 .ult_tabmenu {
    border-radius: 0px;
}

.faqs-sec1 .ult_tabmenu {
	border: 0px !important;
	display: flex !important;
	flex-wrap: nowrap !important;
	overflow: scroll !important;
	width: auto !important;
	align-items: center !important;
	justify-content: flex-start !important;
	flex-direction: row !important;
}

.page-id-227 .faqs-sec1 li.ult_tab_li.ult_tab_style_4 a {
    padding: 6px 16px 6px 16px!important;
    font-size: 14px !important;
    border-radius: 50px !important;
}

.faqs-sec1 li.ult_tab_li.ult_tab_style_4 a span {
    font-size: 14px !important;
}

.faqs-sec1 .ult_tab_li {
    margin: 0px !important;
    width: auto !important;
}
.fotr-four h3.widget-title {
    font-size: 20px;
}
.vc_custom_1703009526355 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.faqs-sec1 .vc_toggle_title {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}

.faqs-sec1 .vc_toggle_title h4 {
    font-size: 16px;
    line-height: 1.2;
}
.corprat-last-sec h2.vc_custom_heading br {
    display: none;
}
.search-results h1.page-title {
    font-size: 16px;
}

.search-results section#primary {
    padding-top: 40px;
    padding-bottom: 60px;
}

.search-results section#primary h2.entry-title a {
    font-size: 25px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.search-results section#primary h2.entry-title {
    padding-bottom: 0px;
    border-bottom: 0px;
    margin-bottom: 0px;
    line-height: 1.2 !important;!i;!;
}

.search-results section#primary .entry-summary {
    font-size: 14px;
    font-family: 'Montserrat';
}
.onlneorder .woocommerce-info a.button.wc-forward {
    font-size: 12px;
    background: transparent;
    color: #ed962b;
    border: 0px;
    text-decoration: underline;
    padding: 0px;
    position: relative;
    top: 3px;
}

.onlneorder .woocommerce-info {
    font-size: 12px;
}

.onlneorder .woocommerce-info:before {
    top: 12px;
}
.single-post-news .blog-btom .row {
   gap: 40px;
}
.single-post-news .newsletr-blog-botm .nwslettr .wpcf7-submit {
 
 bottom: 52px;
}
.table-container {
    overflow-y: auto; 
    overflow-x: auto;
    border: 1px solid #ddd;
}
.page-id-344 .home-sec3 .box-delivr h3.aio-icon-title {
    width: 100%;
}
.panel label input.menu-quantity {
    padding-left: 15px;
    font-size: 12px;
}

.quantity-wrapper button.btn-increase {
    font-size: 10px;
    right: -3px;
}

.quantity-wrapper button.btn-decrease {
    font-size: 10px;
    left: -3px;
}
.panel .mealbox-contnt {
    flex: 0 0 66%;
}

.panel .mealbox-quntity {
    flex: 0 0 13%;
}
.panel .mealbox-contnt p {
    padding-right: 0px;
}
.home-sec3 h2.vc_custom_heading {
    font-size: 26px !important;
    line-height: 1.2 !important;
}

.page-id-1267 .new-custmr .kidsboxs {
    height: unset;
    padding-left: 14px;
    padding-right: 14px;
}

.query-sec .vc_row {
    padding-left: 15px;
    padding-right: 15px;
}

.query-sec .queryfrm input {
    font-size: 14px;
}

.query-sec .queryfrm textarea {
    font-size: 14px;
}

.query-sec .vc_row h2.vc_custom_heading {
    font-size: 30px !important;
}
.home .home-sec3 .box-delivr h3.aio-icon-title {
  width: unset;
}
.home .home-sec4 .innr-row-bg {
    padding-left: 15px;
    padding-right: 15px;
}

/* .home-sec4care .orang-rowhome .wpb_single_image img {
    height: 290px;
} */
.home-sec3 .box-delivr h3.aio-icon-title {
    font-size: 16px;
    width: 46px;
}
.home .vc_custom_1719511945544 {
    padding: 0px !important;
}
div#pickmeals .btn-next .second-step-btn {
    padding-top: 9px;
    padding-bottom: 9px;
    width: 120px;
    font-size: 15px;
    line-height: 1.2 !important;
}

div#pickmeals .btn-next {
    align-items: center;
    justify-content: center;
}
.btn-next button.previous-btn {
    padding-top: 9px;
    padding-bottom: 9px;
    width: 120px;
    font-size: 15px;
    line-height: 1.2 !important;
}

.sec-plans div#myTabContent div#register .btn-next .signup-next-btn {
    padding-top: 9px;
    padding-bottom: 9px;
    width: 120px;
    font-size: 15px;
    line-height: 1.2 !important;
}

.sec-plans div#myTabContent div#register .btn-next {
    align-items: center;
    justify-content: center;
}
.sec-plans .steponefield {
    padding-left: 20px;
    padding-right: 20px;
}
.fotr-three ul li {
    padding-bottom: 0px;
	padding-top: 0px;
}

.fotr-two ul li {
    padding-bottom: 0px;
	padding-top: 0px;
}
.home .vc_custom_1709221605459{
    padding-top: 20px !important;
}
.statcbtn {
    position: fixed;
    bottom: 12px;
    left: 12px;
    z-index: 9;
    margin-bottom: 0px !important;
}
div#payment h2 {
    font-size: 20px !important;
    line-height: 1.2 !important;
    padding-bottom: 0px;
}
.statcbtn a {
    margin: 0px !important;
}

.home-bnr .wpb_text_column p {
    font-size: 15px !important;
}
.page-id-723 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    background-color: #e68c12;
    color: #fff;
    border: 1px solid #e68c12;
    border-radius: 30px;
}

.page-id-723 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    border: solid 1px #000;
    border-radius: 30px;
}
.page-id-708 .partnrs-sec {
    display: none;
}
.page-id-344 .partnrs-sec {
    display: none;
}
.page-id-708 .delivery-sec {
    padding-top: 30px !important;
}
.page-id-1596 .thank-you h2.thanki{
    font-size: 65px !important;
    font-weight: 700;
    line-height: 0px !important;
    margin-bottom: 0px;
}
.page-id-1596 .thank-you h2.thanki span.thankk {
    font-size: 65px;
}
.page-id-1596 .thank-you {
    padding-bottom: 30px !important;
    padding-top: 100px !important;
    height: 100vh;
}
.page-id-1596 .thank-you .vc_row {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.page-id-1596 .thank-you .vc_row .wpb_raw_code {
    margin-bottom: 0px;
}
.page-id-1596 header#masthead {
    display: none;
}

.page-id-1596 div#footer-widget {
    display: none;
}

.page-id-1596 footer#colophon {
    display: none;
}

.page-id-1596 div#content {
    padding-bottom: 0px !important;
}
.home .vc_custom_1709221745545 {
    padding-top: 50px !important;
}
.page-id-344 .home-sec3 h2.vc_custom_heading {
    font-size: 30px !important;
    line-height: 1.2 !important;
}

.page-id-344 .home-sec3 {
    padding-top: 40px !important;
}

.meal-owl-carousel .meal-item .meal-thumbnail img {
    height: 140px;
    width: 140px;
}
.cares-bnr .wpb_single_image:before {
    display: none;
}
.corpte-bannr h2.vc_custom_heading br {
    display: none;
    font-size: 30px !important;
}

.page-id-469 .corpte-bannr h2.vc_custom_heading {
    font-size: 30px !important;
}

.page-id-469 .corpte-bannr h2.vc_custom_heading strong {
    font-size: 30px;
}

.page-id-469 .partnr-sec2 h2.vc_custom_heading {
    font-size: 30px !important;
}
.corpte-bannr h2.vc_custom_heading br {
    display: none;
    font-size: 30px !important;
}

.page-id-469 .corpte-bannr h2.vc_custom_heading {
    font-size: 30px !important;
}

.page-id-469 .corpte-bannr h2.vc_custom_heading strong {
    font-size: 30px;
}

.page-id-469 .partnr-sec2 h2.vc_custom_heading {
    font-size: 30px !important;
}

.page-id-469 .partnr-sec2 {
    padding-bottom: 20px !important;
}

.poplr-diet-sec h2.vc_custom_heading {
    font-size: 30px !important;
    margin-bottom: 0px;
}

.poplr-diet-sec {
    padding-bottom: 18px;
}

.corprat-last-sec h2.vc_custom_heading {
    font-size: 30px !important;
    line-height: 1.2 !important;
}

.corprat-last-sec {
    padding-bottom: 0px !important;
}

.corprat-last-sec .poplr-diets-form input {
    font-size: 14px;
}

.corprat-last-sec .poplr-diets-form select {
    font-size: 14px;
}
.home-sec3 .meal-title {
    font-size: 20px;
}
p {
    font-size: 14px !important;
}
.home-sec3 h2.vc_custom_heading {
    padding-top: 0px !important;
}
.page-id-156 .thank-you h2.thanki{
    font-size: 65px !important;
    font-weight: 700;
    line-height: 0px !important;
    margin-bottom: 0px;
}

.page-id-156 .thank-you h2.thanki span.thankk {
    font-size: 65px;
}

.page-id-156 .thank-you {
    padding-bottom: 30px !important;
    padding-top: 100px !important;
    height: 100vh;
}

.page-id-156 .thank-you .vc_row {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.page-id-156 .thank-you .vc_row .wpb_raw_code {
    margin-bottom: 0px;
}

.thank-you p {
    font-size: 16px !important;
}

.btn-orng a {
    font-size: 14px !important;
}
.poplr-diet-sec .post-grids .pst-ctn h3 {
    font-size: 15px;
}	
.selctn {
    width: 100%;
    z-index: 9;
	left: 0px;
}
.meal-counter {
    font-size: 14px;
}
.home .sec2-home {
    display: none;
}

.home-sec4 .innr-row-bg p {
    padding-top: 0px;
    font-size: 14px;
}

.home-sec4 p {
    padding-top: 0px;
    font-size: 14px;
}

.home-sec4care .vc_row strong {
    font-size: 20px;
    line-height: 20px;
}

.home-sec4care .vc_row p {
    font-size: 14px !important;
    line-height: 27px;
}

.home-sec4care .vc_row p strong {
    line-height: 1.2;
}
.getstrtedsec .wpb_text_column p {
    font-size: 15px;
}
.onlymbl {
    display: block;
}
.poplr-diet-sec .menu-item {
    max-width: 50% !important;
    flex: 0 0 50% !important;
}

.poplr-diet-sec .menu-item-inner .menu-thumbnail img {
    height: 100px !important;
    width: 100px !important;
}

.poplr-diet-sec .menu-item-inner .menu-tags span.menu-tag {
    font-size: 10px;
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

.poplr-diet-sec .menu-item-inner h3.menu-title {
    font-size: 15px;
    line-height: 20px;
}
.blog-page .post-grids .post-grid .nwslettr h2 {
    font-size: 27px !important;
    line-height: 1.2 !important;
}

.blog-page .post-grids .post-grid .nwslettr .wpcf7-submit.has-spinner {
    bottom: 53px;
}

div#featured-blog .post-box .pst-ctn ul {
    padding-left: 0px;
    display: none;
}

div#featured-blog .post-box .pst-ctn {
    padding-left: 0px;
}

div#featured-blog .post-box .pst-ctn ul li {
    font-size: 12px !important;
    margin-right: 4px !important;
}

div#featured-blog .post-box .pst-ctn h3 a {
    font-size: 22px;
}

div#featured-blog .post-box .pst-ctn .excp p {
    font-size: 14px;
}

.blog-page {
    padding-left: 14px;
    padding-right: 14px;
}

.post-grids {
    padding-left: 14px;
    padding-right: 14px;
}

.blog-page .post-grids .contnt-listing h2.entry-title a {
    font-size: 20px;
    line-height: 1.2 !important;
}

.blog-page .post-grids .contnt-listing h2.entry-title {
    line-height: 20px !important;
}

section.blog-bnr h1 {
    font-size: 40px;
}
.ourvalusec .icon-box {
    height: unset;
    background: #f9f9f9;
}
.packg-sec .packge-box h4 {
	width: 44% !important;
	left: 0px;
	right: 0px;
}
.page-id-458 .packg-sec .packge-box.pckgebox1 h2 {
    font-size: 40px !important;
}
.home-sec3 .activee .menu-item {
	max-width: 50% !important;
	flex: 0 0 50% !important;
}

.home-delivrymeal-sec .menu-item-inner .menu-thumbnail img {
    height: 190px !important;
    width: 190px !important;
}
div#address .stepform-headng p br {
    display: none;
}
.sec-plans div#myTabContent .custom-auth-container div#signup-form input[type="text"] {
    height: 34px;
}

.sec-plans div#myTabContent .custom-auth-container div#signup-form input[type="email"] {
    height: 34px;
}

.sec-plans div#myTabContent .custom-auth-container div#signup-form input[type="password"] {
    height: 34px;
}
.sec-plans div#myTabContent .custom-auth-container div#signin-form input[type="text"] {
    height: 34px;
}

.sec-plans div#myTabContent .custom-auth-container div#signin-form input[type="password"] {
    height: 34px;
}
.sec-plans div#myTabContent .custom-auth-container div#signin-form .btn-sbmt input[type="submit"] {
    font-size: 14px;
}

.sec-plans div#myTabContent .custom-auth-container div#signup-form .btn-sbmt input[type="submit"] {
    font-size: 14px;
}
.page-id-708 .home-delivrymeal-sec .menu-item-inner .menu-tags span.menu-tag {
    font-size: 7px !important;
}
.home-delivrymeal-sec .menu-item-inner {
    height: 360px;
	padding-left: 10px;
	padding-right: 10px;	
}
	.fotr-two ul li a {
		line-height: 34px;
		font-size: 16px;
	}
	.fotr-three ul li a {
		font-size: 16px;
	}
.home-sec3 .activee .menu-item {
    padding: 4px;
}
.meal-home a {
    font-size: 12px;
}

.home-delivrymeal-sec .menu-item-inner h3.menu-title {
    line-height: 1.2;
}
.search-bar {
    top: 136px !important;
}
.fotr-four .outer {
    width: 100%;
    position: relative;
}

.fotr-four .outer .wpcf7-submit {
    position: absolute;
    left: -30%;
    bottom: 0px;
}
.fotr-row .site-info {
    line-height: 20px;
    text-align: center;
    font-size: 14px;
}

.right-fotr p {
    text-align: center;
    line-height: 20px;
    font-size: 10px;
}

.fotr-four h3.widget-title {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.fotr-one p {
    font-size: 14px;
}

.fotr-one ul li {
    font-size: 14px;
    color: #2e4453;
}

.fotr-one ul li a {
    font-size: 14px !important;
}

.fotr-one ul {
    padding-top: 10px;
}

.fotr-three ul li a {
    font-size: 16px;
    line-height: 20px;
    color: #18293A;
}

.fotr-four p {
    font-size: 16px !important;
    line-height: 20px;
}

.home .greensecexp .vc_row {
    border-radius: 0px;
    padding-bottom: 30px;
}

.home-sec4care .vc_row p {
    font-size: 16px;
}

.home-sec4care .vc_row {
    border-radius: 0px;
}
.panel .mealbox-contnt p {
    font-size: 10px !important;
    line-height: 1.2;
    padding-top: 4px !important;
}

.panel p.qntity {
    margin-bottom: 0px;
    display: none;
}
.sec-plans div#myTabContent .custom-auth-container h1 {
    font-size: 30px;
    padding-bottom: 20px !important;
}

.sec-plans div#myTabContent .custom-auth-container div#signup-form h2 {
    font-size: 25px !important;
}

.sec-plans div#myTabContent .custom-auth-container div#signup-form input[type="text"] {
    font-size: 14px;
}

.sec-plans div#myTabContent .custom-auth-container div#signin-form h2 {
    font-size: 25px !important;
}

.sec-plans div#myTabContent .custom-auth-container div#signin-form input[type="text"] {
    font-size: 14px;
}

.sec-plans div#myTabContent .custom-auth-container div#signin-form input[type="password"] {
    font-size: 14px;
}

.sec-plans div#myTabContent .custom-auth-container div#signup-form input[type="email"] {
    font-size: 14px;
}

.sec-plans div#myTabContent .custom-auth-container div#signup-form input[type="password"] {
    font-size: 14px;
}

.addrss-form input[type="text"] {
    font-size: 14px;
}

.addrss-form input[type="tel"] {
    font-size: 14px;
}

.addrss-form input[type="email"] {
    font-size: 14px;
}

.addrss-form select#state {
    font-size: 14px;
}

.sec-plans .stepform-headng h2 {
    font-size: 26px !important;
}

.ordr-details {
    padding-left: 15px;
    padding-right: 15px;
}

.row.row-paymt form#payment-form .addrss-form {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
}
.home-sec4 .btn-blck a {
    padding: 12px 20px !important;
    margin-right: 10px;
}

.home-sec4 .btn-orng a {
	padding: 12px 20px !important;
/* 	margin: 3px; */
}
.sec-plans .stepone .plnbox .totldiv table tr td {
    font-size: 15px;
}

.sec-plans .wpb_text_column p {
    font-size: 15px;
}
.home-sec4care .vc_row .btn-blck a {
    padding: 12px 20px !important;
	font-size: 14px !important;
}

.btn-orng a {
    padding: 12px 20px !important;
}

.vc_custom_1709221605459 {
    padding-top: 20px !important;
}

.bordr-row {
    border: 0px;
}

.home-sec3 .box-delivr .aio-icon-description {
    font-size: 16px;
}
.sec-meals-single .wpb_single_image .vc_single_image-wrapper:after {
    display: none;
}

.sec-meals-single .wpb_single_image .vc_single_image-wrapper:before {
    display: none;
}

.sec3-menus h2.vc_custom_heading:after {
    display: none;
}
.home-bnr .wpb_single_image:before {
    display: none;
}
.sec-plans .steponefield h2 {
    font-size: 24px !important;
    line-height: 1.2;
}

.sec-plans .steponefield label {
    width: 48% !important;
    flex: 0 0 50% !important;
    padding-left: 20px;
    padding-right: 20px;
}

.sec-plans {
    padding-bottom: 30px;
}
.addrss-form {
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
}

.addrss-form .col-md-6, .addrss-form .col-md-12, .addrss-form .col-md-5, .addrss-form .col-md-4 {
    margin-bottom: 30px;
}
ul.sec2-icons img {
	width: 100px !important;
	margin-top: 10px;
	height: 55px !important;
}
li.wcpa_has_options.product.type-product.post-1288.status-publish.first.instock.product_cat-plans.has-post-thumbnail.taxable.shipping-taxable.purchasable.product-type-variable-subscription {
    width: 100% !important;
}
.poplr-diet-sec .wpb_text_column p br {
    display: none;
}
.kids-package ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 26px !important;
    margin-bottom: 20px;
}

.kids-package ul.products li.product h2.woocommerce-loop-product__title:after {
    padding-left: 30px;
    padding-right: 30px;
    left: 34%;
}
.kids-package ul.products {
    margin-top: 20px;
}
.single-product .product .summary h1.product_title.entry-title {
    font-size: 26px;
}

.woocommerce-product-details__short-description p a {
    font-size: 14px;
}

.woocommerce div.product form.cart .variations select {
    height: 45px;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 10px;
}

.wcpa_section.wcpa_form_id_906 .wcpa_section_body .wcpa_row_index_1 {
    width: 100%;
    margin-right: 0px;
}

.wcpa_section.wcpa_form_id_906 .wcpa_section_body .wcpa_row_index_2 {
    width: 100%;
    margin-left: 0px;
}

.wcpa_section.wcpa_form_id_906 .wcpa_section_body .wcpa_row_index_3 {
    width: 100%;
    margin-right: 0px;
}

.wcpa_section.wcpa_form_id_906 .wcpa_section_body .wcpa_row_index_4 {
    margin-left: 0px;
    width: 100%;
}
.single-product .woocommerce-product-gallery {
    margin-bottom: 40px !important;
}
.onlneorder .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label.control-label {
    font-size: 14px !important;
}

.onlneorder .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
    width: 100%;
}

.onlneorder .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper strong {
    font-size: 14px;
}

.woocommerce form p#order_comments_field {
    top: 0px;
}

.onlneorder .woocommerce-checkout .woocommerce-additional-fields label.control-label {
    font-size: 14px;
}

.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-label {
    font-size: 14px;
}

.wcpa_cart_meta_item-value p {
    font-size: 14px;
}

.onlneorder div#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-size: 14px;
}

.onlneorder div#payment button#place_order {
    width: 100%;
}

.onlneorder {
    padding-bottom: 0px;
}
}
@media screen and (max-width: 402px){
.sec-plans .steponefield .prfrenc-rad label {
	height: 94px;
}
.home-bnr .btn-blck a {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 26px;
    padding-right: 26px;
}

.home-bnr h2.vc_custom_heading {
    font-size: 35px !important;
}
.poplr-diet-sec .menu-item-inner {
    height: 288px;
    padding-left: 10px;
    padding-right: 10px;
}
.page-id-344 .meal-owl-carousel .meal-item .meal-thumbnail img {
    height: 180px;
    width: 180px;
}
.poplr-diet-sec .menu-item-inner h3.menu-title {
    font-size: 14px;
}

.page-id-469 .poplr-diet-sec .menu-item {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
.corprat-last-sec .poplr-diets-form .btn-sbmit input {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
}
.kids-package ul.products li.product h2.woocommerce-loop-product__title {
    line-height: 1.2 !important;
}

.kids-package ul.products li.product h2.woocommerce-loop-product__title:after {
    line-height: 40px;
    left: 30%;
}
.page-id-1596 .thank-you {
    padding-top: 30px !important;
}
.page-id-156 .thank-you h2.thanki span.thankk {
    font-size: 50px;
}

.page-id-156 .thank-you h2.thanki {
    font-size: 50px !important;
}
.page-id-156 div#content {
    padding-bottom: 0px;
}
.page-id-1596 .thank-you h2.thanki {
    font-size: 50px !important;
}

.page-id-1596 .thank-you h2.thanki span.thankk {
    font-size: 50px;
}
.sec-plans .steponefield {
    padding-left: 20px;
    padding-right: 20px;
}

.sec-plans .steponefield label {
    padding-left: 12px;
    padding-right: 12px;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 14px !important;	
}

.sec-plans .stepone .plnbox .totldiv table tr td {
    font-size: 14px;
}
.fotr-four .outer .wpcf7-submit {
    left: -35%;
}
}
@media screen and (max-width: 800px){
.search-bar {
    top: 120px;
}
.outer .wpcf7-submit {
    position: relative;
    left: -10px;
}
.home-sec3 .activee .menu-item {
    max-width: 33.33%;
    flex: 0 0 33.333%;
}

.home-delivrymeal-sec .menu-item-inner h3.menu-title {
    font-size: 14px;
}

.home-delivrymeal-sec .menu-item-inner .menu-thumbnail img {
    height: 170px;
    width: 170px;
    object-fit: cover;
}

.home-delivrymeal-sec .menu-item-inner .menu-tags span.menu-tag {
    width: auto;
    font-size: 12px !important;
    margin-bottom: 4px !important;
    margin-top: 4px;
}

.home-delivrymeal-sec .menu-item-inner .menu-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sec2-menus .nutritn-box h3 {
    font-size: 20px;
}

.sec2-menus .indegiants h3 {
    font-size: 20px;
}

.sec-meals-single .wpb_single_image .vc_single_image-wrapper:after {
    display: none;
}

.sec-meals-single .wpb_single_image .vc_single_image-wrapper:before {
    display: none;
}

.sec-meals-single .calries h3 {
    font-size: 20px;
}

.sec-meals-single .calries {
    padding-left: 20px;
    padding-right: 20px;
}

.sec-meals-single .calries ul li {
    font-size: 10px;
}

.sec-meals-single h2.vc_custom_heading {
    font-size: 40px;
}

.sec-meals-single .vc_col-sm-4 {
    margin-top: 0px;
}

.sec2-menus .indegiants p strong {
    font-weight: 400;
}

.sec3-menus h2.vc_custom_heading:after {
    display: none;
}

.sec3-menus h2.vc_custom_heading {
    font-size: 40px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.sec-meals-single {
    padding-bottom: 0px;
}
.sec-plans {
    padding-bottom: 40px;
}

.stepone .row .col-md-5 {
    padding-top: 40px;
}
.sec-plans div#myTabContent .custom-auth-container div#signin-form {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 40px;
}

.sec-plans div#myTabContent .custom-auth-container div#signup-form {
    width: 100%;
    flex: 0 0 100%;
    margin-right: 0px;
}
.addrss-form {
    width: 100%;
}
.kids-package ul.products li.product {
    margin-right: 0px;
    width: 50% !important;
}
.single-product div.product {
    padding-top: 50px !important;
}

.wcpa_section.wcpa_form_id_906 .wcpa_section_body .wcpa_row_index_1 {
    width: 100%;
    margin-right: 0px;
}

.wcpa_section.wcpa_form_id_906 .wcpa_section_body .wcpa_row_index_2 {
    width: 100%;
    margin-left: 0px;
}

.wcpa_section.wcpa_form_id_906 .wcpa_section_body .wcpa_row_index_4 {
    width: 100%;
    margin-left: 0px;
}

.wcpa_section.wcpa_form_id_906 .wcpa_section_body .wcpa_row_index_3 {
    width: 100%;
    margin-right: 0px;
}

.single-product .product .summary h1.product_title.entry-title {
    font-size: 30px;
}
.fotr-four h3.widget-title {
    padding-bottom: 0px;
}
.kidspackge-banr h2.vc_custom_heading {
    font-size: 40px;
}

.experince-banr .wpb_single_image img {
    position: relative;
    height: 352px;
    width: 100%;
}

.delivery-sec .box-delivr h3.aio-icon-title {
    font-size: 18px;
}

.aio-icon-description.ult-responsive {
    font-size: 14px !important;
}

.page-id-458 .box-delivr {
    height: unset;
}

.packg-sec {
    padding-top: 40px !important;
}

.packg-sec .wpb_text_column p br {
    display: none;
}

.packg-sec .packge-box h4 {
    font-size: 20px;
}

.packg-sec .packge-box.pckgebox1 h2 {
    font-size: 50px !important;
}

.packg-sec .packge-box h2 {
    font-size: 27px;
}

.packg-sec .packge-box .para {
    font-size: 13px;
}

.packg-sec .packge-box {
    padding-left: 10px;
    padding-right: 10px;
}

.packg-sec .packge-box ul li {
    font-size: 13px;
}

.btnpckge {
    padding-bottom: 10px;
    padding-top: 10px;
}

.packg-sec .packge-box.pckgebox1 h2 {
    font-size: 27px !important;
}

.packg-sec .cmng-soon p.para {
    font-size: 14px;
}

.packg-sec .packge-box h4 {
    width: 125px;
    font-size: 14px;
}
.corpte-bannr h2.vc_custom_heading {
    font-size: 40px;
}

.corpte-bannr h2.vc_custom_heading strong {
    font-size: 40px;
}

.corpte-bannr h2.vc_custom_heading:before {
    display: none;
}

.corpte-bannr h2.vc_custom_heading:after {
    display: none;
}

.corpte-bannr .txt-corpte-banr p {
    padding-left: 20px;
    padding-right: 20px;
}

.corpte-bannr .row-partnrship .wpb_single_image img {
    height: 270px;
}

.corpte-bannr {
    padding-bottom: 50px;
}

.partnr-sec2 h2.vc_custom_heading {
    font-size: 40px;
}

.partnr-sec2 .partnrbox3:after {
    height: 100%;
}

.poplr-diet-sec .menu-item {
    max-width: 33.33%;
    flex: 0 0 33.33%;
}

.poplr-diet-sec .menu-item-inner .menu-thumbnail img {
    height: 170px;
}

.poplr-diet-sec .menu-item-inner .menu-tags span.menu-tag {
    margin-top: 4px;
    margin-bottom: 4px;
}

.poplr-diet-sec .menu-item-inner .menu-tags {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.corprat-last-sec h2.vc_custom_heading {
    font-size: 40px;
}

.corprat-last-sec .vc_col-sm-6:last-child {
    display: none;
}

.corprat-last-sec .vc_col-sm-6 {
    width: 100%;
}
}

@media only screen 
  and (min-device-width: 360px) 
  and (max-device-width: 740px) 
	and (-webkit-min-device-pixel-ratio: 4) {
		
		.home-sec4care .orang-rowhome .wpb_single_image img {
        height: 293px !important;
        clip-path: circle(50%) !important;
    }
}

section#career-apply {
    background-size: 700px;
    background-position: right !important;
}

.bdg-sec:before {
    content: '';
    background: url(/wp-content/uploads/2025/06/Lifeplate-Dietitian-logo-approved.svg);
    height: 115px;
    width: 120px;
    display: block;
    position: absolute;
    left: 20%;
    top: 1%;
    background-size: cover;
}
@media only screen and (max-width: 768px) {
	.bdg-sec:before {
    height: 70px;
    width: 70px;
    left: 2%;
		 background-size: contain !important;
    background-repeat: no-repeat !important;
}
}
@media only screen and (max-width: 320px) {
	    .bdg-sec:before {
        width: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	    .bdg-sec:before {
        left: 20%;
    }
}
@media only screen and (min-width: 1024px) {
		    .bdg-sec:before {
        left: 10%;
    }
}
form#hsForm_8a22cff1-095d-4624-8b44-e0c9a15384bf {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
input.hs-button.primary.large {
    background: #e68c12;
    border: none;
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
	color: #fff;
}
ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
}
input#email-8a22cff1-095d-4624-8b44-e0c9a15384bf {
    height: 40px;
    border-radius: 20px;
    border: 1px solid #00000040;
}