/*!
Theme Name: Luby
Theme URI: http://underscores.me/
Author: Webskitters
Author URI: https://www.webskitters.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: luby
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Luby is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/





@font-face {
  font-family: "brandon-grotesque";
  src: url("brandon_bld.eot");
  src: url("fonts/brandon_bld.eot?#iefix") format("embedded-opentype"),
    url("fonts/brandon_bld.woff2") format("woff2"),
    url("fonts/brandon_bld.woff") format("woff"),
    url("fonts/brandon_bld.ttf") format("truetype"),
    url("fonts/brandon_bld.svg#brandon_grotesquebold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "brandon-grotesque";
  src: url("brandon_blk.eot");
  src: url("fonts/brandon_blk.eot?#iefix") format("embedded-opentype"),
    url("fonts/brandon_blk.woff2") format("woff2"),
    url("fonts/brandon_blk.woff") format("woff"),
    url("fonts/brandon_blk.ttf") format("truetype"),
    url("fonts/brandon_blk.svg#brandon_grotesqueblack") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "brandon-grotesque";
  src: url("brandon_light.eot");
  src: url("fonts/brandon_light.eot?#iefix") format("embedded-opentype"),
    url("fonts/brandon_light.woff2") format("woff2"),
    url("fonts/brandon_light.woff") format("woff"),
    url("fonts/brandon_light.ttf") format("truetype"),
    url("fonts/brandon_light.svg#brandon_grotesquelight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "brandon-grotesque";
  src: url("brandon_med.eot");
  src: url("fonts/brandon_med.eot?#iefix") format("embedded-opentype"),
    url("fonts/brandon_med.woff2") format("woff2"),
    url("fonts/brandon_med.woff") format("woff"),
    url("fonts/brandon_med.ttf") format("truetype"),
    url("fonts/brandon_med.svg#brandon_grotesquemedium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "brandon-grotesque";
  src: url("brandon_reg.eot");
  src: url("fonts/brandon_reg.eot?#iefix") format("embedded-opentype"),
    url("fonts/brandon_reg.woff2") format("woff2"),
    url("fonts/brandon_reg.woff") format("woff"),
    url("fonts/brandon_reg.ttf") format("truetype"),
    url("fonts/brandon_reg.svg#brandon_grotesqueregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "brandon-grotesque";
  src: url("brandon_thin.eot");
  src: url("fonts/brandon_thin.eot?#iefix") format("embedded-opentype"),
    url("fonts/brandon_thin.woff2") format("woff2"),
    url("fonts/brandon_thin.woff") format("woff"),
    url("fonts/brandon_thin.ttf") format("truetype"),
    url("fonts/brandon_thin.svg#brandon_grotesquethin") format("svg");
  font-weight: 100;
  font-style: normal;
}

:root {
  --primarycolor: #333333;
  --skybluecolor: #59bdd2;
  --indigocolor: #4990e2;
  --lightsky: #ceecf2;
  --strokecolor: #d9d9d9;
  --yellowcolor: #f0c30a;
  --orangecolor: #e67e22;
  --purplecolor: #a16eb0;
  --blackshade: #121212;
  --whitecolor: #ffffff;
  --blackcolor: #000000;
  --brandon-grotesque: "brandon-grotesque";
  scroll-behavior: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "brandon-grotesque";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: var(--primarycolor);
  font-size: 18px;
  line-height: 1.5;
  background-color: #fff;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 17px 0;
  padding: 0;
  color: var(--primarycolor);
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1{
  text-transform: uppercase;
}
h2, h3{
      text-transform: none;
}

h1,
.h1-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
}

h2,
.h2-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
}

h3,
.h3-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
}

h4,
.h4-title {
  font-size: 20px;
  line-height: 1.2;
}

h5,
.h5-title {
  font-size: 18px;
  line-height: 1.2;
}

a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  color: #ecb61e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--yellowcolor);
}

figure {
  margin: 0;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0.7);
  height: 58px;
  padding: 0 16px;
  outline: none !important;
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 12px 16px;
  width: 100%;
  color: #000;
  height: 158px;
  outline: none !important;
}

select {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 0 11px;
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center
    transparent;
  background-size: 18px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: #eab71e;
  color: #000000;
  height: 58px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;

  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: #000;
  color: #eab71e;
}

::-webkit-input-placeholder {
  opacity: 0.7;
  color: #000;
}

:-ms-input-placeholder {
  opacity: 0.7;
  color: #000;
}

::-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

:-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

.hospital-row {
    align-items: center;
} 
.custom-pagination {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
  align-items: center;
}

.custom-pagination .page-numbers {
  padding: 0;
  border-radius: 50%;
  background: transparent;
  color: #000;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  position: relative;
}
.custom-pagination .page-numbers:not(.next)::after {
  content: '';
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #000;
}
/*.custom-pagination .page-numbers:nth-first-child(2)::after,
.custom-pagination .page-numbers:nth-last-child(2)::after {
  display: none;
}*/
.inner-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}
.page-content {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 10px;
}


.custom-pagination .page-numbers.current {
  background: #5ecbe2;
  color: #fff;
}

.custom-pagination .page-numbers:hover {
  border-color: #ccc;
}

#search-career-job{
  margin-top: 30px;
}
#search-career-job input{
  margin-bottom: 30px;
}
#search-career-job button{
  width: 100%;
  border: none;
}
.application-sub-heading {
  row-gap: 20px;
}
.lt-sub-heading, .rt-sub-heading {
  width: 49%;
}






/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check .check-box-wpr input[type="checkbox"] {
  display: none;
}

.check-box-wpr input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 13px;
  height: 13px;
  border: 1px solid var(--blackcolor);
  background: transparent;
}

.check-box-wpr input[type="checkbox"] + label::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: var(--yellowcolor);
  transform: scale(0);
  opacity: 0;
}


.newtriwrap {
    position: relative;
}

/* .form_input_check
  .check-box-wpr
  input[type="checkbox"]:not(:checked)
  + label::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
} */

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.check-box-wpr input[type="checkbox"]:checked + label::after {
  opacity: 1;
  /* -webkit-transform: scale(1); */
  transform: scale(1);
}

/* custom radio */
.form_input_radio .radio-wpr label {
  position: relative;
  margin: 0;
  padding: 16px 0 10px 52px;
  display: block;
  border: 1px solid #e7e7e7;
  height: 63px;
  border-radius: 30px;
  cursor: pointer;
}
/* .form_input_radio .radio-wpr label {
  margin: 0;
} */

.form_input_radio .radio-wpr input[type="radio"] {
  display: none;
}

.form_input_radio .radio-wpr input[type="radio"] + label::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio .radio-wpr input[type="radio"] + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--yellowcolor);
  position: absolute;
  top: 41%;
  transform: translateY(-50%);
  left: 24px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio .radio-wpr input[type="radio"]:not(:checked) + label::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio .radio-wpr input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.form_input_radio .radio-wpr input[type="radio"]:checked + label:before {
  border: 1px solid var(--yellowcolor);
}
/* custom radio end */


.newSolutionmenu ul.sub-menu.navbar-nav ul {
    position: unset;
    display: block;
    transition: unset;
    border: none !important;
    padding-left: 15px;
}
.newSolutionmenu ul.sub-menu.navbar-nav ul li{
    padding-bottom: 0 !important;
}
.newSolutionmenu > ul >li:not(:first-child){
  padding-top: 0 !important;
}
/*.newSolutionmenu > ul >li,
.newSolutionmenu ul.sub-menu.navbar-nav ul > li{
    border: none !important;
}*/
.newSolutionmenu > ul.sub-menu.navbar-nav {
    width: 250px !important;
}

.newSolutionmenu > ul.sub-menu.navbar-nav > li > a:not(:has(ul)) {
    font-weight: 700 !important;
}







.diets-items-col {
    width: 25%;
}
.diets-items-inner {
    padding: 25px 15px;
    /*box-shadow: 4px 4px 20px rgba(0,0,0,0.1);*/
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.diets-img-part img {
    display: block;
}
.diets-img-part {
    margin-bottom: 15px;
}
.diets-text-part {
    margin-bottom: 15px;
    text-align: center;
}
/*.donloadWarea a:hover {
    color: #333333;
}
.donloadWarea a {
  display: block;
  margin-bottom: 10px;
}*/

.diets-items-inner h4 {
    text-align: center;
}
.diets-items-inner h4 a {
    color: var(--primarycolor);
}
.diets-items-inner h4 a:hover {
    color: #ecb61e;
}
.donloadWarea {
  padding-top: 20px;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}



a.cmn-btn.diets-items {
    padding: 0 10px;
    font-size: 15px;
    height: 40px;
    width: 50%;
}















.testimonial-item {
    display: flex;
    column-gap: 20px;
    margin-bottom: 40px;
    align-items: center;
    justify-content: space-between;
}
.testimonial-name .testi-content {
    margin-bottom: 25px;
}
.testimonial-name {
    width: 50%;
}
.testimonial-imgSection {
    width: 40%;
}
.testimonial-imgSection img{
    width: 100%;
    display: block;
    height: 384px;
    object-fit: cover;
    object-position: top center;
    border-radius: 20px;
}

.testimonials-wrap + .pagination {
    display: flex;
    justify-content: center;
}











/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* custom css */
.cmn-gap {
  padding: 100px 0;
}

.section-head {
  margin-bottom: 40px;
}
.align-center {
  text-align: center;
}
.cmn-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  background: var(--yellowcolor);
  color: #333333;
  border-radius: 40px;
  padding: 21px 55px;
  transition: 0.5s;
}
.cmn-btn:hover {
  background: var(--blackshade);
  color: var(--whitecolor);
}

/* custom css */

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 298px;
  display: block;
  flex-shrink: 0;
}
.navbar-brand img {
  width: 100%;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav > li {
  margin: 0 22px;
  padding: 20px 0;
  position: relative;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-nav > li:first-child {
  margin-left: 0;
}

.navbar-nav > li > a {
  color: var(--primarycolor);
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  font-weight: normal;
}

.navbar-nav > li  ul li{
  margin: 0;
  padding: 10px 0;
}




.navbar-nav > li.current_page_parent > a,
.page-template-we-serve-healthcare .navbar-nav > li.we-serve > a,
.page-template-leadership .navbar-nav > li.cu-about > a,
.footer-columns > li.active-menu-item > a,
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover,
.navbar-nav > li.menu-item-has-children:hover > a {
  color: var(--yellowcolor);
}

.navbar-nav > li > a:hover:after,
.navbar-nav > li.menu-item-has-children:hover > a:after {
  width: 100%;
}

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 235px;
  padding: 0;
}

.sub-menu > li > a {
  color: #000;
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.sub-menu > li {
  width: 100%;
  display: block;
}

.sub-menu > li > a:hover,
.sub-menu > li.menu-item-has-children:hover > a,
.sub-menu > li.current-menu-item > a {
  background: #eab71e;
  color: #fff;
}

.navbar-nav > li:last-child > .sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}
.footer-menu li.current-menu-item a {
  color: var(--yellowcolor);
}
/* for push-menu end*/

.white-text {
  color: var(--whitecolor);
}
.main-head {
  padding: 12px 0;
}
.header-right-top i {
  display: inline-block;
  /* margin-bottom: 5px; */
  position: relative;
}
.header-right-top i input[type="search"] {
  position: relative;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.header-right-top i input[type="search"] {
  position: relative;
  appearance: auto;
  box-sizing: border-box;
  padding: 0 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: 0;
  width: fit-content;
  border-radius: 0;
  height: auto;
  font-weight: 500;
  color: var(--primarycolor);
  background: url(images/search-icon.svg) no-repeat calc(100% - 20px) center
    transparent;
  background-size: 23px;
  padding-right: 0;
  outline: none;
}
.header-right-top li {
  position: relative;
  padding: 0 16px;
  font-weight: 500;
}
.header-right-top li:last-child {
  padding-right: 0;
}
.header-right-top li:first-child {
  padding-left: 0;
}
.header-right-top li a {
  color: var(--primarycolor);
  transition: 0.5s;
  border-bottom: 1px solid transparent;
  position: relative;
}
.header-right-top li a:hover {
  color: var(--yellowcolor);
  text-decoration: underline;
}
.header-right-top li:not(:nth-child(2)):before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: 22px;
  background-color: #d9d9d9;
}
.header-right-top li:last-child:before {
  right: auto;
  left: 0;
  top: 3px;
}
.header-rt-top-part li:last-child i {
  padding-right: 10px;
  display: inline-block;
}

.header-right {
  width: calc(100% - 298px);
}
.header-right-top ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.collapse {
  justify-content: flex-end;
}
.header-right-top span {
  padding-left: 10px;
}

.search-outer {
  position: absolute;
  top: 110%;
  right: 0;
  width: 310px;
  z-index: 9;
  background: #fff;
  padding: 17px 18px;
  box-shadow: 0px 4px 21px 3px rgba(206, 206, 206, 0.25);
  border-radius: 10px;
  display: none;
}
.search-outer.active {
  display: block;
}
.search-wpr {
  position: relative;
}
.search-wpr input[type="text"] {
  position: relative;
  appearance: auto;
  box-sizing: border-box;
  padding: 0 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: 1px solid #e7e7e7;
  width: 100%;
  border-radius: 32px;
  height: 50px;
  font-weight: 500;
  color: var(--primarycolor);
  background-size: 23px;
  padding-right: 50px;
  outline: none;
  display: block;
  background-color: var(--whitecolor);
  caret-color: var(--skybluecolor);
}
.search-wpr input[type="text"]:focus {
  border-color: var(--skybluecolor);
}
.search-wpr input[type="submit"] {
  background: var(--whitecolor);
  color: var(--whitecolor);
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 0px;
  font-weight: 700;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: url(images/search-icon.svg) no-repeat center;
  background-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-cls {
  display: none;
  opacity: 0.7;
}
.srch-icon-outer i {
  display: flex;
}
.srch-icon-outer i.active .search-cls {
  display: block;
}
.srch-icon-outer i.active .search-icon {
  display: none;
}

.srch-icon-outer {
  display: flex;
}

/*----header css end---*/
/*---banner css start---*/
.main-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 785px;
  width: 100%;
/*   background-color:  var(--skybluecolor); */
   background-color: #402b35;
  overflow: hidden;
  padding: 141px 0;
  z-index: 2;
}
.main-banner .curve-img { display: none; }

.main-banner-img {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  bottom: 0;
  width: 60%;
  height: 100%;
}
.main-banner-video {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.main-banner-video video {
    width: 100%;
    padding-left: 20%;
}


.main-banner-video::before,
.page-id-764 .main-banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    /* background-image: linear-gradient(to right, #edf0f9 33%, rgba(237, 240, 250, 0.0) 100%); */
    background-image: linear-gradient(to right, #edf0f9 30%, rgba(237, 240, 250, 0.0) 60%);
    width: 100%;
    height: 100%;
    z-index: 1;
}


.page-id-765 .main-banner-img img{
  opacity: 0.5;
}


.page-id-765 .main-banner-img,
.page-id-764 .main-banner-img{width: 100%;}
.page-id-8 .main-banner-img {width: 55%;}

/*.page-id-764 .banner-content .white-text*/
.banner-content .white-text {
  color: #402b35;
}


.main-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-id-764 .main-banner-img img {
  padding-left: 25%;
}


.banner-content {
  max-width: 510px;
  margin-right: auto;
}

.page-id-764 .banner-content{
/*     background-color: #ffffff52;
    padding: 20px; */
}

.page-id-765 .banner-content{ max-width:100%; text-align:center; }

.page-id-764 .banner-content, 
.page-id-8 .banner-content {
  max-width: 590px;
}


/*.inr-banner.sub-inr-bnr.orange-inr-bnr .curve-img {
  background-color: var(--orangecolor);
}
.inr-banner.sub-inr-bnr.puple-inr-bnr .curve-img {
  background-color: #a16eb0;
}
.inr-banner.sub-inr-bnr.red-inr-bnr .curve-img {
  background-color: #d94f4f;
}
.inr-banner.sub-inr-bnr.green-inr-bnr .curve-img {
  background-color: #71a64b;
}
.inr-banner .curve-img {
  background-color: #f0c30a;
}
.inr-banner.sub-inr-bnr .curve-img {
  background-color: #4a90e2;
}*/

.curve-img {
  opacity: 1;
  width: 200px;
  height: calc(100% + 1px);
  background-color: #59bdd2;
  clip-path: url(#responsiveClip);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.banner-content p {
  font-size: 30px;
  font-weight: 700;
}
.banner-content-wpr {
  position: relative;
  z-index: 3;
}
/*---banner css end---*/

/*---nutritional css start---*/
.heading-topper {
  display: inline-block;
  margin-bottom: 14px;
}
.nutritional-section .section-head {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.nutritional-slider .slider-awr {
    border: 1px solid var(--blackcolor);
}
.nutritional-slider .slider-awr img{
    filter: unset;
    -webkit-filter: unset;
}

.nutritional-items-col {
  width: 14%;
  transition: 0.5s;
}
.nutritional-items-col:first-child {display: none;}

.commobuton{
  padding-top: 40px;
  display: flex;
  justify-content: center;
}

.newtriwrap .slick-track {
    padding-top: 30px;
}
.newtriwrap .slick-list {
    padding: 0 30px !important;
}

.nutritional-img-part {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 192px;
  height: 192px;
  margin: 0 auto;
  transition: 0.5s;
}
.nutritional-items-col:nth-child(odd) .nutritional-img-part {
  background: radial-gradient(
    108.86% 108.86% at 50.26% 38.41%,
    #ffffff 10.58%,
    #fff1b6 100%
  );
}

.nutritional-items-col:nth-child(even) .nutritional-img-part {
  background: radial-gradient(
    93.18% 93.18% at 50% 50%,
    #ffffff 0.84%,
    #dcffc3 100%
  );
}
.nutritional-items-col:hover .nutritional-img-part {
  /*box-shadow: 0px 7px 32px 8px rgba(203, 157, 157, 0.25);*/
  box-shadow: 0px 10px 42px 28px rgba(203, 157, 157, 0.25);
}
.nutritional-img-part img {
  max-width: 132px;
  mix-blend-mode: multiply;
}
.nutritional-items-outer {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 25px;
  justify-content: space-between;
  align-items: center;
}
.nutritional-items {
  text-align: center;
  width: 100%;
}
.nutritional-text-part {
  max-width: 141px;
  margin-right: auto;
  margin-left: auto;
  padding: 27px 0 0;
}

/*---nutritional css end---*/

/*---service css start---*/
.services-section {
  position: relative;
  width: 100%;
  background-color: #71a64b;
}
.service-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: soft-light;
  opacity: 0.3;
  object-fit: cover;
}
.service-content {
  position: relative;
  z-index: 2;
  max-width: 916px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.service-content h2 {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
.service-content i {
  display: inline-block;
  margin-bottom: 7px;
}

/*---service css end---*/
/*---serve css start---*/
.serve-img-part {
  position: relative;
  border: 1px solid var(--strokecolor);
  width: 200px;
  height: 202px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  transition: 0.5s;
  z-index: 2;
}
.serve-img-part img {
  max-width: 71px;
}
.serve-items {
  text-align: center;
  margin: 0 auto;
  max-width: 286px;
  transition: 0.5s;
}
.serve-text-part {
  padding: 22px 0 0;
}
.serve-text-part h3 {
  margin-bottom: 6px;
}
.serve-bg-img {
  position: absolute;
  top: 52px;
  right: 55px;
  transition: 0.5s;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  background-color: #a5e8f5;
  opacity: 60%;
  z-index: -1;
}
.serve-items:hover .serve-img-part {
  background: radial-gradient(
    93.18% 93.18% at 50% 50%,
    #ffffff 0.84%,
    #dcffc3 100%
  );
  transition: 0.5s;
}
.serve-items:hover .serve-bg-img {
  background-color: #ffe889;
}

.serve-items-outer {
  margin: 0 auto;
  max-width: 1324px;
}
/*---serve css start---*/
/*---recipes css start---*/

.page-id-783 .inr-banner,
.page-id-782 .inr-banner,
.page-id-779 .inr-banner,
.page-id-765 .inr-banner,
.page-id-764 .inr-banner {
	display: none !important;
}

.page-id-765   h2,
.page-id-764   h2,
.page-id-8  h2{
	text-transform:uppercase;
}


.recipes-section {
  background-color: var(--lightsky);
}

/*.page-id-765 .recipes-section,
.page-id-764 .recipes-section,
.page-id-8 .recipes-section {
  background-color: #3D858F;
}*/
/*.page-id-765 .recipes-text-part h3,
.page-id-765 .recipes-section h2,
.page-id-764 .recipes-text-part h3,
.page-id-764 .recipes-section h2,
.page-id-8 .recipes-text-part h3,
.page-id-8 .recipes-section h2 {
    color: #fff;
}*/

/*.page-id-765 .slider-awr,
.page-id-764 .recipes-items-outer .slider-awr,
.page-id-8 .slider-awr {
    border: 1px solid #fff
}*/

/*.page-id-765 .recipes-section .heading-topper img,
.page-id-765 .slider-awr img,
.page-id-764 .recipes-section .heading-topper img,
.page-id-764 .recipes-items-outer .slider-awr img,
.page-id-8 .recipes-section .heading-topper img,
.page-id-8 .slider-awr img {
    filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
}*/

/*.page-id-765 .slider-awr:hover img,
.page-id-764 .recipes-items-outer .slider-awr:hover img,
.page-id-8 .slider-awr:hover img {
    filter: brightness(0) invert(0);
  -webkit-filter: brightness(0) invert(0);
}*/
.recipes-section {
  background-color: #3D858F;
}
.recipes-text-part h3,
.recipes-section h2 {
    color: #fff;
}
.recipes-items-outer .slider-awr {
    border: 1px solid #fff
}
.recipes-items-outer .slider-awr img,
.recipes-section .heading-topper img {
    filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
}

.recipes-items-outer .slider-awr:hover img{
    filter: brightness(0) invert(0);
  -webkit-filter: brightness(0) invert(0);
}


.banner_buttonWrap {
    padding-top: 40px;
    display: flex;
    gap: 14px;
}


/*.recipes-section h2 {
  color: var(--blackcolor);
}*/
.recipes-img-part {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-top: 98.3%;
  transition: 0.5s;
}
.recipes-img-part img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.recipes-box:hover .recipes-img-part img {
  transform: scale(1.1);
  transition: 0.5s;
}
.recipes-box {
  display: block;
  transition: 0.5s;
}
.recipes-text-part {
  max-width: 314px;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0 0;
}
.recipes-text-part h3 {
  transition: 0.5s;
}
.recipes-box:hover .recipes-text-part h3 {
  color: var(--yellowcolor);
}
.recipes-items {
  padding: 0 15px;
}
.recipes-items-wpr {
  margin: 0 -15px;
}

.recipes-items-outer {
  position: relative;
}
.slider-awr {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  border: 1px solid var(--blackcolor);
  background-color: transparent;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  transform: translateY(-50%);
  padding: 15px;
}
.prev-awr {
  left: -100px;
}
.next-awr {
  right: -100px;
}
.slider-awr:hover {
  background-color: var(--yellowcolor);
  border: 1px solid transparent;
}
.recipes-btn-wpr {
  margin-top: 42px;
  text-align: center;
}
.recipes-text-part h3 {
  line-height: 1.3;
}
/*---recipes css end---*/

/*---footer css start---*/

.footer-sec {
  position: relative;
  background-color: #402b35;
}
.footer-logo {
  margin-bottom: 25px;
}

.footer-columns:first-child {
  width: 20.6%;
}
.footer-columns:nth-child(2) {
  width: 10.2%;
}
.footer-columns:nth-child(3) {
  width: 13.8%;
}
.footer-columns:nth-child(4) {
  width: 12.6%;
}

.footer-items-row {
  justify-content: space-between;
}

.footer-columns a {
  color: var(--whitecolor);
  letter-spacing: -0.02em;
}
.footer-columns a:hover {
  color: var(--yellowcolor);
}
.footer-columns .footer-title {
  font-weight: 500;
  font-size: 25px;
  color: var(--whitecolor);
  letter-spacing: -0.02em;
  position: relative;
  padding: 0 0 14px;
  display: block;
  margin: 0 0 18px;
}
.footer-columns .footer-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #5c414e;
}

.footer-menu li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-top-part {
  padding: 77px 0;
  position: relative;
  border-bottom: 1px solid #5c414e;
}
.social-icon {
  margin-top: 33px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-icon a {
  border: 1px solid #5c414e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  transition: 0.5s;
}
.social-icon li:not(:last-child) {
  margin-right: 10px;
}
.social-icon a:hover {
  background-color: var(--yellowcolor);
}
.footer-bottom-part {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 24px;
}
.footer-bottom-part a {
  color: var(--whitecolor);
  letter-spacing: -0.02em;
}
.footer-bottom-part a:hover {
  color: var(--yellowcolor);
}
.footer-btm-rt-part ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-btm-rt-part li {
  position: relative;
  padding: 0 20px;
  font-size: 15px;
}
.footer-btm-rt-part li:first-child {
  padding-left: 0;
}
.footer-btm-rt-part li:last-child {
  padding-right: 0;
}
.footer-btm-rt-part li:not(:last-child):before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: var(--whitecolor);
}
.details-part li:not(:last-child) {
  margin-bottom: 17px;
}
.details-part li {
  display: flex;
  align-items: flex-start;
}
.details-part i {
  width: 15px;
  flex-shrink: 0;
  display: inline-block;
}
.details-part i img {
  width: 100%;
}
.details-part p,
.details-part a {
  width: calc(100% - 15px);
  padding-left: 14px;
  font-size: 17px;
}
.details-part li:last-child i {
  margin-top: -2px;
}
.footer-logo {
  width: 246px;
}
/*---footer css start---*/

/*====who-we-serve====*/

/*--inr-bnr css start--*/

.inr-banner h1{
    color: #402b35;
    text-transform: uppercase;
}
.inr-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 524px;
  width: 100%;
  /*background-color: var(--yellowcolor);*/
  overflow: hidden;
  z-index: 2;
}
.inr-banner-img {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.inr-banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    /*background-image: linear-gradient(to right, #edf0f9 33% , rgba(237,240,250,0.0) 100%);*/
    background-image: linear-gradient(to right, #edf0f9 30%, rgba(237, 240, 250, 0.0) 60%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.inr-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  padding-left: 25%;
}
.inr-banner.sub-inr-bnr .curve-img{ display:none; }




/*--inr-bnr css end--*/

/*--solution css start--*/
.solution-sec .section-head {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 52px;
}
.solution-content-wpr {
  text-align: center;
}
.head-text {
  font-size: 50px;
  font-weight: 500;
}
.solution-img-part {
  margin: 47px 0 47px;
}
.solution-content-wpr p {
  max-width: 808px;
  margin-right: auto;
  margin-left: auto;
}
/*--solution css end--*/

/*--healthcare css start--*/
.healthcare-img-part {
  overflow: hidden;
  border-radius: 20px;
}
.solution-img-part img {
  max-width: 974px;
}
.healthcare-items-details-wpr {
  text-align: center;
}
.healthcare-items-details-wpr .head-text {
  margin-bottom: 39px;
}
.healthcare-text-part {
  max-width: 808px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}
.healthcare-text-part p {
  margin-bottom: 0;
}
.healthcare-cmn-btn {
  margin-top: 45px;
}
.healthcare-items-details-wpr:not(:first-child) {
  margin-top: 40px;
}
.healthcare-img-part img {
  width: 100%;
}
/*--healthcare css end--*/

/*====healthcare====*/
/*--conclution css start---*/
.conclution-lt-col {
  width: 50%;
}
.conclution-rt-col {
  width: 50%;
}
.conclution-img-part {
  overflow: hidden;
  border-radius: 20px;
}
.conclution-img-part img {
  width: 100%;
}
.row.conclution-itmes-row {
  --bs-gutter-y: 25px;
  align-items: center;
}
.conclution-text-part {
  padding-left: 67px;
}
.conclution-text-part h4 {
    margin-bottom: 5px;
    font-weight: 600;
}
.privacyPolicy ul,
.conclution-text-part  ul {
    margin-bottom: 13px;
    padding-left: 19px;
}
.privacyPolicy ul li,
.conclution-text-part  ul li {
    list-style: disc;
}

.bloSecondHeading h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
}
.bloSecondHeading {
    margin-bottom: 40px;
}

.conclution-items-row {
  margin-bottom: 60px;
}
.conclution-items-row:last-child {
  margin-bottom: 0;
}

/*
.conclution-items-row:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 90px;
  margin-bottom: 90px;
  align-items: center;
  --bs-gutter-y: 25px;
}
.conclution-items-row:nth-child(even) .conclution-text-part {
  padding-left: 0;
  padding-right: 67px;
  max-width: 710px;
}
.conclution-items-row:nth-child(even) .conclution-text-part p {
  margin: 0 0 12px 0;
}*/
.conclution-btn-wpr .cmn-btn {
  padding: 21px 47.7px;
}
.conclution-btn-wpr {
  margin-top: 28px;
}
/*--conclution css end---*/
.healthcare-recipes-sec {
  /*background-color: #fafafa;*/
}

/*=====nutritional=====*/

/*---sub-inr-bnr css start---*/
.sub-inr-bnr {
  /*background-color: #4a90e2;*/
  background-color: #edf0fa !important;
}

/*---sub-inr-bnr css end---*/

/*---nutritional-programs css start---*/
.nutritional-programs-sec .section-head {
  max-width: 1012px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 45px;
}
.nutritional-programs-items-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nutrional-programs-img-part {
  width: 343px;
  height: 343px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
}
.nutrional-programs-img-part img {
  max-width: 237px;
  mix-blend-mode: multiply;
}
.nutrional-programs-text-part {
  width: calc(100% - 343px);
  padding-left: 65px;
}
.nutritional-programs-items-box:nth-child(even) .nutrional-programs-img-part {
  background: radial-gradient(
    93.18% 93.18% at 50% 50%,
    #ffffff 0.84%,
    #dcffc3 100%
  );
}
.nutritional-programs-items-box:nth-child(odd) .nutrional-programs-img-part {
  background: radial-gradient(
    108.86% 108.86% at 50.26% 38.41%,
    #ffffff 10.58%,
    #fff1b6 100%
  );
}
.nutrional-programs-text-part h3 {
  font-size: 30px;
  font-weight: 700;
}
.nutrional-programs-text-part p {
  max-width: 938px;
}
.nutritional-btn-wpr {
  margin-top: 30px;
}
.nutritional-programs-items-box:not(:last-child) {
  margin-bottom: 60px;
}
/*---nutritional-programs css end---*/

/*---retails-programs css start---*/
.retail-programs-sec .section-head {
  max-width: 1012px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
.retail-programs-items-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.retail-programs-img-part {
  width: 343px;
  height: 343px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
}
.retail-programs-img-part img {
  max-width: 236px;
  mix-blend-mode: multiply;
}
.retail-programs-text-part {
  width: calc(100% - 343px);
  padding-left: 65px;
}
.retail-programs-items-box:nth-child(even) .retail-programs-img-part {
  background: radial-gradient(
    93.18% 93.18% at 50% 50%,
    #ffffff 0.84%,
    #dcffc3 100%
  );
}
.retail-programs-items-box:nth-child(odd) .retail-programs-img-part {
  background: radial-gradient(
    108.86% 108.86% at 50.26% 38.41%,
    #ffffff 10.58%,
    #fff1b6 100%
  );
}
.retail-programs-text-part h3 {
  font-size: 30px;
  font-weight: 700;
}
.retail-programs-text-part p {
  max-width: 940px;
}
.retail-btn-wpr {
  margin-top: 30px;
}
.retail-programs-items-box:not(:last-child) {
  margin-bottom: 60px;
}

/*---retails-programs css end---*/

/*====retail-cafe====*/
/*----benefit css start----*/
.benefit-lt-col-wpr {
  width: 66.9%;
}
.benefit-lt-col {
  padding-right: 74px;
}
.benefit-rt-col-wpr {
  width: 33.1%;
}
.benefit-rt-img-part {
  overflow: hidden;
  border-radius: 20px;
}
/*.benefit-rt-img-part img {
  width: 100%;
}*/

.mobile-img-box img,
.benefit-rt-img-part img {
    width: auto;
    display: block;
    margin: 0 auto;
}
.mobile-img-box{
    display: none;
}

.benefit-lt-col ul {
  /*column-count: 3;*/
  margin-bottom: 19px;
}
.benefit-lt-col li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}
/*.benefit-lt-col li:nth-child(even) {
  margin-bottom: 0px;
}*/
.benefit-lt-col li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background: url(images/li-icon.svg) no-repeat left center;
  background-size: 100%;
}
.benefit-rt-text-part {
  margin-top: 50px;
  text-align: center;
}

.benefit-rt-text-part ul {
  /*column-count: 2;*/
}
.benefit-rt-text-part li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 18px;
}
/*.benefit-rt-text-part li:nth-child(even) {
  margin-bottom: 0;
}*/
.benefit-rt-text-part li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: url(images/yellow-box.svg)no-repeat left center;
  background-size: 100%;
}
.benefit-rt-text-part li.check:before {
  background: url(images/li-square-icon.svg) no-repeat left center;
}
.benefit-items-row {
  --bs-gutter-y: 25px;
}
/*----benefit css end----*/

/*----concept css start----*/
.concept-components-sec {
  background-color: var(--lightsky);
  width: 100%;
}
.concept-components-sec .section-head {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 33px;
}
.components-img-part {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  padding-top: 55.6%;
  transition: 0.5s;
}
.components-img-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
.concept-components-items-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 35px;
}
.components-text-part {
  text-align: center;
  margin-top: 26px;
}
.components-text-part h3 {
  transition: 0.5s;
}
.components-items-box {
  transition: 0.5s;
  position: relative;
  display: block;
}
.components-items-box:hover .components-img-part img {
  transform: scale(1.1);
  transition: 0.5s;
}
.components-items-box:hover .components-text-part h3 {
  color: var(--yellowcolor);
  transition: 0.5s;
}
/*----concept css end----*/

/*====about us====*/

/*---orange-inr-bnr css start---*/
.orange-inr-bnr {
  background-color: var(--orangecolor);
  width: 100%;
}
/*---orange-inr-bnr css end---*/

/*---partner css start---*/
.partner-sec .section-head {
  max-width: 1094px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 61px;
}
.partners-items-col {
  width: 20%;
  transition: 0.5s;
}
.partner-img-part {
  position: relative;
  width: 268px;
  height: 268px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s;
  margin: 0 auto;
}
.partner-img-part img {
  max-width: 105px;
}
.partner-text-part {
  text-align: center;
}
.partners-items {
  display: block;
}
.partners-items-col:nth-child(odd) .partner-img-part {
  background: radial-gradient(
    108.86% 108.86% at 50.26% 38.41%,
    #ffffff 10.58%,
    #fff1b6 100%
  );
}
.partners-items-col:nth-child(even) .partner-img-part {
  background: radial-gradient(
    93.18% 93.18% at 50% 50%,
    #ffffff 0.84%,
    #dcffc3 100%
  );
}
.partner-text-part {
  padding: 25px 0 0;
}
.partners-items-col:hover .partner-img-part {
  box-shadow: 0px 7px 32px 8px rgba(203, 157, 157, 0.25);
}
.partner-items-row {
  --bs-gutter-y: 25px;
  justify-content: center;
}
/*---partner css end---*/

/*---consulation css start---*/
.consulation-sec {
  background-color: var(--lightsky);
  position: relative;
  width: 100%;
}
.consulation-lt-col {
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
}
.consulation-lt-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.consulation-let-col-wpr {
  width: 41.4%;
}
.consulation-rt-col-wpr {
  width: 58.6%;
}
.consulation-rt-col {
  padding-left: 68px;
}
.consulation-btn-wpr .cmn-btn {
  padding: 21px 47.7px;
}
.consulation-items-row {
  --bs-gutter-y: 25px;
}
/*---consulation css end---*/

/*---purpose css start---*/
.purpose-items-col {
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  padding: 57px 61px 70px;
  text-align: center;
  transition: 0.5s;
  height: 100%;
}
.purpose-icon-part {
  margin-bottom: 27px;
}
.purpose-icon-part img {
  max-width: 74px;
}
.purpose-items-col:hover {
  box-shadow: 0px 4px 21px 3px rgba(206, 206, 206, 0.25);
  border: 1px solid transparent;
}
.purpose-dtails-wpr .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 25px;
  justify-content: center;
}
/*---purpose css end---*/

/*---community css start---*/
.community-sec {
  position: relative;
  width: 100%;
  background-color: #71a64b;
}
.community-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: soft-light;
  opacity: 0.3;
  object-fit: cover;
  pointer-events: none;
}
.community-sec .section-head h2 {
  color: var(--whitecolor);
}
.community-box {
  background-color: var(--whitecolor);
  border-radius: 10px;
  padding: 45px 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
}
.community-box img {
  max-width: 187px;
}
.community-items {
  padding-right: 15px;
  padding-left: 15px;
}
.community-items .slick-list {
  margin-right: -15px;
  margin-left: -15px;
}
.cmn-slider-awr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid var(--whitecolor);
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: 0.5s;
  padding: 15px;
}
.community-outer {
  position: relative;
}
.right-sld-awr {
  right: -109px;
}
.left-sld-awr {
  left: -109px;
}
.cmn-slider-awr:hover {
  border: 1px solid var(--yellowcolor);
}
.cmn-slider-awr:hover img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(28%) saturate(2202%)
    hue-rotate(4deg) brightness(106%) contrast(92%);
}
/*---community css end---*/

/*---history css start---*/
.history-items-lt-col-wpr {
  width: 53.7%;
}
.history-items-rt-col-wpr {
  width: 46.3%;
}
.history-img-part {
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
  position: relative;
  padding-top: 36.2%;
}
.history-img-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.history-img-part:not(:last-child) {
  margin-bottom: 16px;
}
.history-items-rt-col {
  padding-left: 98px;
}
.history-items-lt-col h2 {
  margin-bottom: 19px;
}
.history-items-row {
  --bs-gutter-y: 25px;
}
/*---history css end---*/

/*=====leadership====*/

/*---directors css start---*/
.cmn-leader-box {
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  padding: 20px 20px 31px;
  text-align: center;
  height: 100%;
  transition: 0.5s;
}
.cmn-leader-img-part {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  padding-top: 87%;
}
.cmn-leader-text-part {
  padding: 30px 0 0;
}
.cmn-leader-text-part h3 {
  margin-bottom: 8px;
}
.cmn-leader-btn-wpr {
  margin-top: 30px;
}
.cmn-leader-btn-wpr .cmn-btn {
  padding: 21px 56.3px;
}
.directors-items-row,
.leadership-items-row,
.team-items-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 25px;
}
.cmn-leader-text-part p {
  margin-bottom: 0;
}
.cmn-leader-img-part img {
  width: 100%;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.cmn-leader-box:hover .cmn-leader-img-part img {
  transform: scale(1.1);
}
.cmn-leader-box:hover .cmn-leader-text-part h3 {
  color: var(--yellowcolor);
}
/*---directors css end---*/

/*---leadersip css start---*/
.leadership-sec {
  position: relative;
  width: 100%;
  background-color: #71a64b;
  z-index: 2;
}
.leadership-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.1;
  mix-blend-mode: soft-light;
  object-fit: cover;
  z-index: -1;
}
.leadership-items {
  border: 1px solid #88c95a;
  background-color: rgb(130, 173, 99, 0.9);
  backdrop-filter: blur(20px);
}
.leadership-items h3,
.leadership-items p,
.leadership-sec .section-head h2 {
  color: var(--whitecolor);
}
/*---leadersip css end---*/

/*====resources=====*/
/*----purple-inr-bnr css start---*/
.puple-inr-bnr {
  background-color: var(--purplecolor);
  position: relative;
  width: 100%;
}
/*----purple-inr-bnr css end---*/

/*----resource-sec css start---*/
.resoursec-main-sec .section-head {
  margin-bottom: 80px;
}
.resources-items-lt-col h2,
.resources-items-rt-col h2 {
  margin-bottom: 36px;
}
.resources-items-lt-col-wpr {
  width: 74.9%;
}
.resources-items-rt-col-wpr {
  width: 25.1%;
}
.blogs-features-box {
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blogs-img-box {
  overflow: hidden;
  border-radius: 20px;
  width: 340px;
  position: relative;
  padding-top: 36.3%;
}
.blogs-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-text-part {
  width: calc(100% - 340px);
  padding-left: 32px;
}
.blog-text-part h3,
.recipe-text-part h3 {
  font-size: 30px;
  color: var(--blackcolor);
}
.blog-text-part p,
.recipe-text-part p {
  color: var(--blackcolor);
}
.recipe-text-part p {
  margin-bottom: 0;
}
.recipe-features-box-wpr {
  background-color: var(--lightsky);
  border-radius: 20px;
  padding: 21px 21px 45px;
}
.blogs-features-box:not(:last-child) {
  margin-bottom: 30px;
}
.recipe-img-part {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  padding-top: 63.5%;
}
.recipe-img-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.recipe-text-part {
  padding: 27px 0 0;
}
.recipe-features-box h3 {
  margin-bottom: 11px;
}
.recipe-features-box {
  text-align: center;
  padding: 37px 0;
  display: block;
}
.recipe-features-box:first-child {
  padding-top: 0;
}
.recipe-features-box:last-child {
  padding-bottom: 0;
}
.recipe-features-box:not(:last-child) {
  border-bottom: 1px solid #d3f8ff;
}
.recipe-box-btn-wpr {
  margin-top: 19px;
}
.resources-items-lt-col,
.resources-items-rt-col {
  height: 100%;
  position: relative;
}

.cmn-btn.green-btn {
  color: var(--whitecolor);
  background-color: #71a64b;
  padding: 21px 40.2px;
  transition: 0.5s;
}
.cmn-btn.green-btn:hover {
  background-color: var(--blackshade);
}
.recipe-btn-wpr {
  margin-top: 30px;
  text-align: right;
}
.pagination-img {
  max-width: 358px;
  margin: 50px 202px 0 auto;
}
.resources-items-row {
  --bs-gutter-y: 30px;
}
/*----resource-sec css end---*/
.culinary-services-sec {
  position: relative;
  width: 100%;
  background-color: var(--lightsky);
}
.culinary-services-items {
  position: relative;
  display: block;
}
.culinary-services-img-part .vdo-icon img {
  max-width: 14px;
}
.vdo-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--yellowcolor);
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: wave 0.5s linear infinite;
}
.culinary-services-text-part {
  max-width: 296px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 0 0;
  text-align: center;
  color: var(--blackcolor);
}
.culinary-services-text-part h3 {
  font-size: 30px;
  color: var(--blackcolor);
}
@keyframes wave {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 2px rgba(255, 255, 255, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 2px rgba(255, 255, 255, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4),
      0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(11, 165, 255, 0);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4),
      0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(11, 165, 255, 0);
  }
}
.culinary-services-img-part {
  position: relative;
}
.culinary-services-img-part figure {
  position: relative;
  padding-top: 65.1%;
  overflow: hidden;
  border-radius: 20px;
}
.culinary-services-img-part figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culinary-services-items-wpr .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 25px;
  justify-content: center;
}

.culinary-btn-wpr {
  text-align: center;
  margin-top: 43px;
}
/*====blog-news-post=====*/
/*----blog-inr-bnr css start----*/
.blog-inr-bnr .banner-content {
  max-width: 442px;
}

/*----blog-inr-bnr css start----*/
/*----nutrient css start---*/
.nutrient-lt-col figure {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  padding-top: 126.2%;
}
.nutrient-lt-col figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.nutrient-details-part {
  --bs-gutter-y: 25px;
}
.nutrient-lt-col-wpr {
  width: 50.7%;
}
.nutrient-lt-col h2 {
  max-width: 680px;
  margin-bottom: 40px;
}
.nutrient-rt-col-wpr {
  width: 49.3%;
}
.nutrient-rt-col {
  padding-left: 41px;
}
.nutrient-rt-col h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 13px;
}
.nutrient-rt-col p,
.nutrient-rt-col li {
  color: var(--blackcolor);
}
.nutrient-items p {
  margin-bottom: 20px;
}
.nutrient-rt-col li {
  margin-bottom: 10px;
}
.nutrient-rt-col li:last-child {
  margin-bottom: 0;
}
.nutrient-items {
  margin-bottom: 20px;
}
.nutrient-items ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sub-text {
  margin-top: 17px;
}

/*----nutrient css end---*/

/*====careers===*/
/*---red-inr-bnr css start----*/
.red-inr-bnr {
  background-color: #d94f4f;
}
/*---red-inr-bnr css end----*/

/*----careers-sec css start----*/
.form-group select {
  border: 1px solid #e7e7e7;
  width: 100%;
  padding: 0 26px;
  background: url(images/drop-down.svg) no-repeat calc(100% - 20px) center
    transparent;
  background-size: 23px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 32px;
  height: 63px;
  color: var(--blackcolor);
  cursor: pointer;
}
.form-group:not(:last-child) {
  margin-bottom: 30px;
}
.form-group input[type="search"] {
  position: relative;
  appearance: auto;
  box-sizing: border-box;
  padding: 0 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: 1px solid #e7e7e7;
  width: 100%;
  border-radius: 32px;
  height: 63px;
  font-weight: 500;
  color: var(--primarycolor);
  background: url(images/search-icon.svg) no-repeat calc(100% - 20px) center
    transparent;
  background-size: 23px;
  padding-right: 50px;
  outline: none;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.careers-rt-col {
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  padding: 45px 45px;
}
.careers-content {
  max-width: 948px;
  margin-bottom: 55px;
}
.careers-content:last-child {
  margin-bottom: 0;
}
.careers-content h3 {
  color: var(--blackcolor);
  font-weight: 700;
  font-size: 30px;
}
.careers-items-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 25px;
}
.careers-lt-col-wpr {
  width: 25.2%;
}
.careers-rt-col-wpr {
  width: 74.8%;
}
.careers-sec .section-head {
  margin-bottom: 47px;
}
.careers-content .cmn-btn {
  padding: 21px 56.5px;
}
.pagination-wpr {
  margin: 48px auto 0;
  max-width: 358px;
}
/*----careers-sec css end----*/

/*====job-post=====*/
/*----job-sec css start----*/
.job-post-top-part {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.job-post-top-part figure {
  overflow: hidden;
  border-radius: 20px;
  width: 591px;
}
.job-post-top-part figure img {
  width: 100%;
}
.job-post-text-part {
  width: calc(100% - 591px);
  padding-left: 74px;
}
.job-post-text-part h2 span,
.job-post-text-part .h2-title span {
  font-weight: 400;
}
.job-post-text-part .cmn-btn {
  margin-top: 32px;
}
.job-post-rt-part {
  padding-left: 47px;
}
.job-post-middle-part-row {
  --bs-gutter-y: 25px;
}
.job-post-lt-col {
  width: 47.8%;
}
.job-post-rt-col {
  width: 52.2%;
}
.job-post-middle-part h3,
.job-post-btm-part h3 {
  font-size: 30px;
  color: var(--blackcolor);
  font-weight: 700;
}
.job-post-middle-part {
  margin-top: 40px;
}
.job-middle-details-part {
  margin-top: 31px;
}
.job-post-lt-part p {
  margin-bottom: 7px;
}
.job-post-lt-part li,
.job-post-rt-part li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 24px;
}
.job-post-lt-part li:last-child,
.job-post-rt-part li:last-child {
  margin-bottom: 0;
}
.job-post-lt-part li:before,
.job-post-rt-part li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(images/li-icon.svg) no-repeat left center;
  background-size: 100%;
}
.job-post-rt-part ul:not(:last-child) {
  margin-bottom: 27px;
}
.job-post-middle-part p {
  max-width: 1390px;
}
.job-post-btm-part {
  margin-top: 43px;
  max-width: 1410px;
}
.job-post-btm-part .cmn-btn {
  margin-top: 7px;
}
/*----job-sec css end----*/

/*====job application====*/
/*----application-sec css start----*/
.application-sub-heading h3,
.application-sub-heading .h3-title {
  font-size: 30px;
  font-weight: 700;
}
.application-sub-heading h3 span,
.application-sub-heading .h3-title span {
  font-weight: 400;
}
.application-sub-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 963px;
  margin: 0 auto 49px;
}
.application-form-part {
  border-radius: 20px;
  box-shadow: 0px 4px 21px 3px rgba(206, 206, 206, 0.25);
  background-color: var(--whitecolor);
  padding: 45px 41px;
  max-width: 963px;
  margin-right: auto;
  margin-left: auto;
}
#datepicker {
  cursor: pointer;
}
.application-form input[type="text"],
.application-form input[type="tel"],
.application-form input[type="email"],
.application-form input[type="date"],
.application-form select {
  background-color: transparent !important;
  width: 100% !important;
  display: block !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  -webkit-border-radius: 32px !important;
  -moz-border-radius: 32px !important;
  -ms-border-radius: 32px !important;
  border-radius: 32px !important;
  color: var(--primarycolor) !important;
  border: 1px solid #e7e7e7 !important;
  height: 63px !important;
  padding: 0 16px !important;
  outline: none !important;
  font-family: "brandon-grotesque" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 18px !important;
}

.application-form-card {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
  align-items: flex-end;
}
.application-form-wpr > label {
  padding: 0 16px 9px;
  display: block;
}
.application-form select {
  border: 1px solid #e7e7e7 !important;
  width: 100% !important;
  padding: 0 16px !important;
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center
    transparent !important;
  background-size: 15px !important;
  padding-right: 40px !important;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  cursor: pointer !important;
  font-family: "brandon-grotesque" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 18px !important;
}
.application-form.date-picker {
  position: relative;
  cursor: pointer;
}
.application-form.date-picker:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  width: 21px;
  height: 21px;
  transform: translateY(-50%);
  background: url(images/calender-icon.svg) no-repeat center transparent;
  background-size: 100%;
  opacity: 0.5;
  pointer-events: none;
}
.application-form-wpr > span {
  display: block;
  padding: 0 16px 19px;
}
.application-form.check-box {
  background-color: transparent;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
  color: var(--primarycolor);
  border: 1px solid #e7e7e7;
  height: 63px;
  padding: 17px 35px;
  outline: none !important;
  position: relative;
}

.application-form input[type="radio" i] {
  background-color: initial !important;
  cursor: default !important;
  appearance: auto !important;
  box-sizing: border-box !important;
  margin: 3px 3px 0px 5px !important;
  border: 1px solid var(--blackcolor) !important;
  padding: initial !important;
  border: initial !important;
  display: none !important;
}
/*.file-manegment {
  border: 1px solid #e7e7e7 !important;
  border-radius: 20px !important;
  width: 100% !important;
  display: block !important;
  height: 104px !important;
  position: relative !important;
}*/
.gform_drop_area {
  border-radius: 20px !important;
  border: 1px solid #e7e7e7 !important;
  padding: 20px !important;
}
.gfield--type-radio .gfield_label,
.gfield--type-fileupload .gfield_label,
.application-form .gfield_label{
  font-family: "brandon-grotesque" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 18px !important;
  padding-left: 17px;
}
.gfield_fileupload_filename {
  font-family: "brandon-grotesque" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
}
#gform_fields_2 {
  column-gap: 30px !important;
  row-gap: 30px !important;
}
.gfield_required {
  display: none !important;
}
.gfield_radio {
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  row-gap: 20px !important;
}

.gfield_radio .gchoice {
  width: 48.2%;
  padding: 16px 0 10px 32px;
  display: block;
  border: 1px solid #e7e7e7;
  height: 63px;
  border-radius: 30px;
  display: flex !important;
  align-items: center;
}
#gform_browse_button_2_9 {
  background: var(--yellowcolor) !important;
  color: #333333;
  border-radius: 30px;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
  color: var(--yellowcolor) !important;
}
.gfield_radio .gchoice input {
  border-radius: 30px !important;
  width: 20px !important;
  height: 20px !important;
}
.gfield_radio .gchoice input::before {
  background: var(--yellowcolor) !important;
  width: 12px !important;
  height: 12px !important;
}
#gform_browse_button_2_9:focus,
.gfield_radio .gchoice input:focus {
  outline: none !important;
}
#gform_2 .gform-footer {
  margin: 0;
}





.application-form-wpr .file-manegment .bold-text {
  display: block;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.file-manegment input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  width: 100%;
  display: block;
  height: 100%;
}
.captcha-img {
  overflow: hidden;
  border-radius: 20px;
  max-width: 322px;
}
.captcha-img img {
  width: 100%;
}
.application-wpr input[type="submit"] {
  background: var(--yellowcolor);
  color: var(--primarycolor);
  height: 60px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  display: block;
}
.application-wpr input[type="submit"]:hover {
  background-color: var(--blackshade);
  color: var(--whitecolor);
}
/*----application-sec css end----*/
/*====consulation====*/

/*---green-inr-bnr css start---*/

.green-inr-bnr {
  background-color: #71a64b;
}

/*---green-inr-bnr css start---*/
/*----consulation css start-----*/
.consulation-form-outer {
  border-radius: 20px;
  padding: 42px 38px 56px;
  box-shadow: 0px 4px 21px 3px rgba(206, 206, 206, 0.25);
}
.cu-operation .gfield_label.gform-field-label,
.operation-form-heading {
  display: block;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}
.gfield_checkbox {
  flex-direction: row !important;
  flex-wrap: wrap !important;
}
.gchoice label {
  font-weight: 400 !important;
  font-style: normal !important;
  color: var(--primarycolor) !important;
  font-family: "brandon-grotesque" !important;
  font-size: 18px !important;
  line-height: 18px !important;
}
.gchoice input{
  width: 16px !important;
  height: 16px!important;
  border-radius: 0 !important;
}
.gchoice input::focus{ outline:none !important; }


.operation-form input[type="text"],
.operation-form input[type="tel"],
.operation-form input[type="password"],
.operation-form input[type="email"] {
  background-color: transparent !important;
  width: 100% !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  border-radius: 30px !important;
  color: var(--primarycolor) !important;
  border: 1px solid #e7e7e7 !important;
  height: 63px !important;
  padding: 0 23px !important;
  outline: none !important;
  display: block !important;
  font-family: "brandon-grotesque" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 18px !important;
}
.operation-form select {
  font-family: "brandon-grotesque" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 18px !important;
  border: 1px solid #e7e7e7 !important;
  width: 100% !important;
  padding: 0 23px !important;
  background: url(images/li-circle-icon.svg) no-repeat calc(100% - 16px) center
    transparent !important;
  background-size: 21px !important;
  padding-right: 40px !important;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  border-radius: 30px !important;
  color: var(--primarycolor) !important;
  display: block;
  height: 63px !important;
  cursor: pointer !important;
  line-height: 63px !important;
}
.consulation-form-wpr {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
.operation-form textarea {
  border: 1px solid #e7e7e7!important;
  width: 100%!important;
  height: 258px!important;
  display: block!important;
  -webkit-border-radius: 20px!important;
  -moz-border-radius: 20px!important;
  -ms-border-radius: 20px!important;
  border-radius: 20px!important;
  color: var(--primarycolor)!important;
  resize: none!important;
  font-family: "brandon-grotesque" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 18px !important;
}
.gform-footer input[type="submit"],
.operation-form input[type="submit"] {
  background: var(--yellowcolor) !important;
  color: var(--primarycolor) !important;
  height: 60px !important;
  border: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -ms-border-radius: 40px !important;
  border-radius: 40px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  cursor: pointer !important;
  font-family: "brandon-grotesque" !important;
  font-size: 18px !important;
  font-weight: 500; !important
  width: 135px !important;
  outline: none !important !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.gform-footer input[type="submit"]:hover,
.operation-form input[type="submit"]:hover {
  background-color: var(--blackshade) !important;
  color: var(--whitecolor) !important;
}

.gform_confirmation_message {
  font-size: 30px !important;
  text-align: center !important;
}
.gform-theme--foundation .gform_fields {
  row-gap: 30px !important;
}
.gform-footer.gform_footer {
  margin: 0;
}




/*----consulation css end-----*/

.serve-details-sec h2 {
  font-size: 30px;
  color: var(--blackcolor);
}
.serve-details-items-col-wpr {
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  text-align: center;
  display: block;
  padding: 29px 20px 39px;
  height: 100%;
}
.serve-details-text-part {
  padding: 32px 0 0;
}
.serve-details-text-part p {
  color: var(--blackcolor);
}
.serve-details-items-col:first-child {
  width: 24.7%;
}
.serve-details-items-col:nth-child(2) {
  width: 24.7%;
}

.serve-details-items-col:nth-child(3) {
  width: 50.6%;
}
.serve-details-items-col:nth-child(3) .serve-details-items-col-wpr {
  padding: 29px 28px;
}
.serve-details-items-col:nth-child(3) .serve-details-img-part {
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
  position: relative;
  padding-top: 31.8%;
}
.serve-details-items-col:nth-child(3) .serve-details-img-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serve-details-items-col:first-child .serve-details-img-part,
.serve-details-items-col:nth-child(2) .serve-details-img-part {
  max-width: 65px;
  margin: 0 auto;
}
.serve-details-items-col:nth-child(2):hover .serve-details-text-part p {
  color: var(--yellowcolor);
  transition: 0.5s;
}
.serve-details-text-part h3 {
  font-size: 30px;
  color: var(--blackcolor);
}
.serve-details-sec .section-head {
  margin-bottom: 37px;
}
.serve-details-items-row {
  --bs-gutter-y: 25px;
}

.form_input_check .check-box-wpr {
  padding: 7px 7px;
}
.form_input_check .check-box-wpr label {
  margin: 0;
  padding: 0 0 0 27px;
  position: relative;
  cursor: pointer;
}

.operation-form.form_input_check {
  display: flex;
  flex-wrap: wrap;
  margin: -7px -7px;
}

.serve-details-img-part iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.input-outer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.input-outer > .application-form {
  width: 50%;
  padding: 0 15px;
}
.radio-outer {
  margin: -10px -15px;
}
.radio-outer > .form_input_radio {
  padding: 10px 15px;
  width: 50%;
}
.diets-items-col.single-diet-col {
  width: 40%;
}
/* ========== responsive css =========== */

@media (min-width: 1025px) {
  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }

  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 1699px) {
  .next-awr {
    right: -55px;
  }
  .prev-awr {
    left: -55px;
  }
  .slider-awr {
    width: 35px;
    height: 35px;
    padding: 8px;
  }
  .cmn-slider-awr {
    width: 50px;
    height: 50px;
    padding: 8px;
  }
  .left-sld-awr {
    left: -40px;
  }
  .right-sld-awr {
    right: -40px;
  }
  .main-banner-img {
    width: 62%;
  }
  .inr-banner-img {
    /*width: 60%;*/
  }
}
@media (max-width: 1599px) {
  .main-banner-img {
    width: 62%;
  }
  .nutritional-img-part {
    width: 180px;
    height: 180px;
  }
  .footer-columns:nth-child(4) {
    width: 14.6%;
  }
  .cmn-slider-awr {
    width: 45px;
    height: 45px;
  }
  .next-awr {
    right: -45px;
  }
  .prev-awr {
    left: -45px;
  }
}
@media (max-width: 1560px) and (min-width: 1500px) {
  .community-sec .container,
  .recipes-section .container {
    padding: 0 40px;
  }

  .cmn-slider-awr {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1499px) {
  .page-id-764 .main-banner-img img,
  .inr-banner-img img {
      padding-left: 23%;
  }


  .main-banner-img {
    width: 58%;
  }
  .nutritional-img-part img {
    max-width: 120px;
  }
  .nutritional-img-part {
    width: 170px;
    height: 170px;
  }

  .nutritional-text-part {
    padding: 12px 0 0;
  }
  .inr-banner-img {
    /*width: 60%;*/
  }
  /*.conclution-items-row:nth-child(even) .conclution-text-part {
    padding-right: 40px;
  }*/
  .conclution-text-part {
    padding-left: 40px;
  }
  .sub-inr-bnr .inr-banner-img {
    /*width: 60%;*/
  }
  .community-box img {
    max-width: 159px;
  }
  .partner-img-part {
    width: 230px;
    height: 230px;
  }
  .recipe-box-btn-wpr .cmn-btn {
    padding: 17px 55px;
  }
  .recipe-text-part {
    padding: 16px 0 0;
  }
  .history-img-part {
    padding-top: 42.4%;
  }
  .nutrient-lt-col figure {
    padding-top: 142.2%;
  }
  .footer-columns:first-child {
    width: 20.6%;
  }
  .curve-img {
    width: 154px;
  }
}

@media (max-width: 1399px) {
  .page-id-764 .banner-content, 
	.page-id-8 .banner-content {
    max-width: 465px;
}
	
  .main-banner-img {
    width: 53%;
  }
  .nutritional-img-part {
    width: 150px;
    height: 150px;
  }

  .nutritional-img-part img {
    max-width: 90px;
  }

  .footer-columns:nth-child(4) {
    width: 16.6%;
  }
  .footer-columns:nth-child(3) {
    width: 16.8%;
  }
  .footer-columns:first-child {
    width: 24.6%;
  }
  .inr-banner-img {
    /*width: 58%;*/
  }
  .head-text {
    font-size: 49px;
  }
  h2,
  .h2-title {
    font-size: 41px;
  }
  .conclution-text-part {
    padding-left: 30px;
  }
 /* .conclution-items-row:nth-child(even) .conclution-text-part {
    padding-right: 25px;
  }*/
  .conclution-text-part {
    padding-left: 25px;
  }
  .conclution-items-row {
    margin-bottom: 50px;
  }
  /*.conclution-items-row:nth-child(even) {
    flex-direction: row-reverse;
    margin-top: 50px;
    margin-bottom: 50px;
  }*/
  .sub-inr-bnr .inr-banner-img {
    /*width: 56%;*/
  }
  .benefit-lt-col {
    padding-right: 24px;
  }
  .benefit-lt-col li {
    padding-left: 21px;
  }
  .benefit-rt-text-part li {
    padding-left: 42px;
  }
  .benefit-rt-text-part h3 {
    font-size: 21px;
  }
  .partner-img-part img {
    max-width: 85px;
  }
  .partner-img-part {
    width: 200px;
    height: 200px;
  }
  .consulation-rt-col {
    padding-left: 30px;
  }
  .community-box img {
    max-width: 130px;
  }
  .history-items-rt-col {
    padding-left: 25px;
  }
  .job-post-middle-part li br {
    display: none;
  }
  .job-post-text-part .cmn-btn {
    margin-top: 10px;
  }
  .job-post-text-part {
    padding-left: 30px;
  }
  .nutrient-rt-col {
    padding-left: 20px;
  }
  .history-img-part {
    padding-top: 50.1%;
  }
  .nutrient-lt-col figure {
    padding-top: 197.2%;
  }
}
@media (max-width: 1280px) {
  .main-banner-img {
    width: 54%;
  }
  .recipe-features-box {
    padding: 24px 0;
  }
}
@media (max-width: 1200px) {
  .next-awr,
  .right-sld-awr {
    right: -30px;
  }
  .prev-awr,
  .left-sld-awr {
    left: -30px;
  }
  .main-banner-img {
    width: 54%;
  }
  .slider-awr {
    width: 35px;
    height: 35px;
  }
  .purpose-items-col {
    padding: 57px 35px 50px;
  }
}
@media (max-width: 1199px) {
  .cmn-gap {
    padding: 80px 0;
  }
  .main-banner-img {
    width: 58%;
  }
  .banner-content {
    max-width: 390px;
  }
  .main-banner {
    min-height: 675px;
  }
  h1,
  .h1-title {
    font-size: 51px;
  }

  .navbar-brand {
    width: 250px;
  }
  .navbar-nav > li {
    margin: 0 15px;
  }
  .nutritional-items-col {
    width: 20%;
  }
  .nutritional-items-outer {
    justify-content: center;
  }
  .slider-awr,
  .cmn-slider-awr {
    position: relative;
    left: 0;
    transform: none;
    width: 50px;
    height: 50px;
  }
  .recipes-btn-wpr {
    margin-top: 26px;
  }
  .next-awr,
  .right-sld-awr {
    margin-left: 15px;
  }
  .awr-wpr {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 55px;
  }
  .footer-columns:first-child {
    width: 28.6%;
  }
  .footer-columns:nth-child(2) {
    width: 17.2%;
  }
  .footer-columns:nth-child(3) {
    width: 20.8%;
  }
  .footer-columns:nth-child(4) {
    width: 19.6%;
  }
  .serve-img-part {
    width: 160px;
    height: 160px;
  }
  .serve-text-part {
    padding: 13px 0 0;
  }
  h2,
  .h2-title {
    font-size: 44px;
  }
  .social-icon a {
    width: 42px;
    height: 42px;
  }
  .footer-logo {
    width: 225px;
  }
  .footer-top-part {
    padding: 77px 0 50px;
  }
  .inr-banner {
    min-height: 445px;
  }
  .solution-sec .section-head {
    margin-bottom: 30px;
  }
  .head-text {
    font-size: 40px;
  }
  .solution-img-part img {
    max-width: 800px;
  }
  .solution-img-part {
    margin: 37px 0 40px;
  }
  .healthcare-items-details-wpr .head-text {
    margin-bottom: 20px;
  }
  .healthcare-text-part {
    padding-top: 20px;
  }
  .healthcare-cmn-btn {
    margin-top: 25px;
  }
  .conclution-text-part {
    padding-left: 15px;
  }
  .conclution-text-part h2 {
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 7px;
  }
  /*.conclution-items-row:nth-child(even) .conclution-text-part {
    padding-right: 0px;
  }*/
  .head-text {
    font-size: 35px;
    margin: 0 0 9px 0;
  }
  /*.conclution-items-row:nth-child(even) {
    margin-top: 35px;
    margin-bottom: 35px;
  }*/
  .conclution-items-row {
    margin-bottom: 35px;
  }

  .nutrional-programs-img-part,
  .retail-programs-img-part {
    width: 300px;
    height: 300px;
  }
  .nutrional-programs-img-part img,
  .retail-programs-img-part img {
    max-width: 210px;
  }
  .benefit-lt-col {
    padding-right: 10px;
  }
  .benefit-lt-col ul {
    column-count: 2;
    margin-bottom: 7px;
  }
  /*.benefit-lt-col li:nth-child(even) {
    margin-bottom: 5px;
  }*/
  .benefit-rt-text-part {
    margin-top: 35px;
  }
  .benefit-rt-text-part li:before {
    width: 25px;
    height: 25px;
  }
  .benefit-rt-text-part li {
    padding-left: 28px;
    font-size: 16px;
  }
  .components-text-part {
    margin-top: 10px;
  }
  .partner-img-part {
    width: 160px;
    height: 160px;
  }
  .partner-img-part img {
    max-width: 68px;
  }
  .partner-text-part {
    padding: 17px 0 0;
  }
  .consulation-rt-col {
    padding-left: 10px;
  }
  .purpose-items-col {
    padding: 42px 24px 42px;
  }
  .purpose-icon-part {
    margin-bottom: 18px;
  }
  .community-box img {
    max-width: 105px;
  }
  .cmn-leader-box {
    padding: 20px 20px 20px;
  }
  .cmn-leader-text-part {
    padding: 17px 0 0;
  }
  .cmn-leader-btn-wpr {
    margin-top: 14px;
  }
  .cmn-leader-btn-wpr .cmn-btn {
    padding: 12px 45.3px;
  }
  .inr-banner-img img {
    object-position: left;
  }
  .job-post-lt-col,
  .job-post-rt-col {
    width: 50%;
  }
  .job-post-rt-part {
    padding-left: 20px;
  }
  .job-post-top-part figure {
    width: 400px;
  }
  .job-post-text-part {
    width: calc(100% - 400px);
    padding-left: 30px;
  }
  .form-group select {
    background: url(images/drop-down.svg) no-repeat calc(100% - 11px) center
      transparent;
    background-size: 18px;
    padding-right: 30px;
    padding: 0px 30px 0 20px;
  }
  .form-group input[type="search"] {
    background-size: 18px;
  }
  .nutrient-rt-col h3 {
    font-size: 25px;
  }
  .nutrient-rt-col p {
    margin-bottom: 15px;
  }
  .nutrient-rt-col li:last-child {
    margin-bottom: 15px;
  }
  .nutrient-rt-col {
    padding-left: 10px;
  }
  .nutrient-lt-col h2 {
    margin-bottom: 15px;
  }
  .blog-text-part {
    padding-left: 15px;
  }
  .blogs-btn-wpr .cmn-btn {
    padding: 17px 48px;
  }
  .blog-text-part p {
    margin-bottom: 15px;
  }
  .recipe-features-box-wpr {
    padding: 17px 10px 45px;
  }
  .recipe-text-part {
    padding: 14px 0 0;
  }
  .recipe-box-btn-wpr .cmn-btn {
    padding: 15px 43px;
  }
  .recipe-features-box {
    padding: 17px 0;
  }
  .blog-text-part h3,
  .recipe-text-part h3 {
    font-size: 27px;
  }
  .recipe-text-part {
    padding: 17px 0 0;
  }
  .cmn-btn.green-btn {
    padding: 18px 29.2px;
  }
  .vdo-icon {
    width: 50px;
    height: 50px;
  }
  .culinary-services-text-part {
    padding: 13px 0 0;
  }
  .culinary-services-text-part h3 {
    font-size: 27px;

    margin: 0px 0 11px 0;
  }
  .cu-operation .gfield_label.gform-field-label,
  .operation-form-heading {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .serve-details-items-col-wpr {
    padding: 25px 13px 22px;
  }
  .serve-details-text-part {
    padding: 21px 0 0;
  }
  .serve-details-text-part h3 {
    font-size: 25px;
    margin: 0 0 11px 0;
  }

  .serve-details-items-col:first-child .serve-details-img-part,
  .serve-details-items-col:nth-child(2) .serve-details-img-part {
    max-width: 55px;
  }
  .serve-details-items-col:nth-child(3) .serve-details-items-col-wpr {
    padding: 15px;
  }
  .application-form-card {
    --bs-gutter-x: 20px;
  }
  .radio-outer > .form_input_radio {
    padding: 10px 10px;
  }
  .form_input_radio .radio-wpr input[type="radio"] + label::after {
    top: 40%;
  }
  .input-outer > .application-form {
    padding: 0 10px;
  }
  .history-img-part {
    padding-top: 63.2%;
  }
  .nutrient-lt-col figure {
    padding-top: 248.2%;
  }

  .diets-items-col {
    width: 33.33%;
  }
}

@media (max-width: 1024px) {
  .page-id-764 .banner-content, 
	.page-id-8 .banner-content {
    max-width: 395px;
}
  .testimonial-imgSection {
      width: 30%;
  }
  .testimonial-name {
      width: 65%;
  }
  .testimonial-imgSection img {
    height: 300px;
    border-radius: 10px;
}
  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(images/sort-down.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu > li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu > li.menu-item-has-children > a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:after,
  .navbar-nav > li.menu-item-has-children > a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:hover:after,
  .navbar-nav > li.menu-item-has-children:hover > a:after {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/
}

@media (max-width: 991px) {

  .testimonial-imgSection img {
      height: 250px;
  }
  .testimonial-name h3{
      font-size: 18px;
  }




  .benefit-rt-img-part{ display:none; }
  .mobile-img-box{
      display: block;
      margin-bottom: 30px;
  }
  .benefit-rt-text-part {
      margin-top: 15px;
      text-align: left;
  }



  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: auto;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: auto;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .sub-menu,
  .navbar-nav > li > .sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav > li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav > li > a {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
  }

  .navbar-nav li.menu-item-has-children > a {
    padding-right: 30px;
  }

  .sub-menu > li > a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu > li > a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu > li > a {
    padding-left: 80px;
  }

  .navbar-nav > li > a:after {
    bottom: 0;
  }

  /* navbar end*/



  /* push nav */

  .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 70px 0 0;
    padding: 0 0 40px 0;  
  }
 .navbar-collapse .navbar-nav ul.sub-menu{
    margin: 20px 0 0;
  }
  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden;
  }

  /* push nav end */

  .navbar-brand {
    width: 200px;
  }
  .main-banner {
    min-height: 470px;
    padding: 85px 0;
  }
  .main-banner-img {
    width: 54%;
  }
  .main-banner-img img {
    object-position: left;
  }
  .banner-content p {
    font-size: 22px;
    line-height: 1.4;
  }
  h1,
  .h1-title {
    font-size: 40px;
  }
  .nutritional-items-col {
    width: 25%;
  }
  .nutritional-section .section-head {
    max-width: 605px;
  }
  .nutritional-text-part h3 {
    font-size: 20px;
  }
  .banner-content {
    max-width: 300px;
  }
  .cmn-gap {
    padding: 60px 0;
  }
  .serve-items-row {
    justify-content: center;
    --bs-gutter-y: 25px;
  }
  .footer-items-row {
    --bs-gutter-y: 25px;
  }
  .footer-columns:first-child {
    width: 50%;
  }
  .footer-columns:nth-child(2),
  .footer-columns:nth-child(4) {
    width: 50%;
    padding-left: 50px;
  }
  .footer-columns:nth-child(3) {
    width: 50%;
  }

  .footer-bottom-part {
    justify-content: space-between;
  }
  .footer-btm-rt-part li {
    padding: 0 12px;
  }
  .footer-top-part {
    padding: 60px 0;
  }
  .social-icon {
    margin-top: 20px;
  }
  .awr-wpr {
    padding-top: 38px;
  }

  .header-right {
    width: calc(100% - 298px);
    display: flex;
    justify-content: flex-end;
  }
  .header-right-top span {
    padding-left: 10px;
    font-size: 0;
  }
  .header-right-top {
    padding-right: 10px;
  }
  body {
    font-size: 16px;
  }
  h2,
  .h2-title {
    font-size: 36px;
  }

  .bloSecondHeading h3 {
      font-size: 25px;
  }
  .nutritional-img-part img {
    max-width: 70px;
    max-height: 80px;
  }
  .cmn-btn {
    font-size: 16px;

    padding: 18px 35px;
  }
  .serve-items-col {
    width: 25%;
  }
  .serve-img-part {
    width: 130px;

    height: 130px;
  }

  .serve-img-part img {
    max-width: 45px;
  }

  .serve-bg-img {
    right: 62px;
    width: 33px;
    height: 33px;
  }
  .recipes-items {
    padding: 0 10px;
  }
  .recipes-items-wpr {
    margin: 0 -10px;
  }
  .recipes-items-wpr {
    margin: 0 -10px;
  }

  .recipes-img-part {
    border-radius: 10px;
  }
  .slider-awr {
    width: 40px;
    height: 40px;
  }
  .slider-awr img {
    max-width: 17px;
  }
  .recipes-btn-wpr {
    margin-top: 45px;
  }
  .footer-items-row {
    --bs-gutter-y: 35px;
  }
  .inr-banner {
    min-height: 350px;
  }
  .head-text {
    font-size: 36px;
  }
  .solution-img-part img {
    max-width: 700px;
  }
  .solution-img-part {
    margin: 30px 0 30px;
  }
  .row.conclution-itmes-row {
    flex-direction: column-reverse;
  }
  .conclution-lt-col {
    width: 100%;
    margin-bottom: 25px;
  }
  .conclution-rt-col {
    width: 100%;
  }
  /*.conclution-items-row:nth-child(even) {
    flex-direction: column-reverse;
    margin-top: 0px;
    margin-bottom: 0px;
  }*/
  .conclution-items-row {
    margin-bottom: 40px;
  }


  .conclution-text-part {
    padding-left: 0px;
  }
  .nutrional-programs-img-part img,
  .retail-programs-img-part img {
    max-width: 143px;
    max-height: 129px;
  }
  .nutrional-programs-img-part,
  .retail-programs-img-part {
    width: 200px;
    height: 200px;
  }
  .nutrional-programs-text-part,
  .retail-programs-text-part {
    width: calc(100% - 200px);
    padding-left: 40px;
  }
  .nutritional-programs-sec .section-head,
  .retail-programs-sec .section-head {
    margin-bottom: 30px;
  }
  .benefit-lt-col-wpr,
  .benefit-rt-col-wpr {
    width: 100%;
  }
  .benefit-lt-col {
    padding-right: 0px;
  }
  .benefit-lt-col li {
    padding-left: 25px;
    /*margin-bottom: 8px;*/
  }
  /*.benefit-lt-col li:nth-child(even) {
    margin-bottom: 8px;
  }*/
  .benefit-lt-col ul {
    margin-bottom: 12px;
  }
  .benefit-rt-text-part li {
    padding-left: 40px;
    font-size: 18px;
  }
  .benefit-rt-text-part h3 {
    text-align: left;
  }
  .partner-sec .section-head {
    margin-bottom: 30px;
  }
  .partner-img-part {
    width: 120px;
    height: 120px;
  }
  .partner-img-part img {
    max-width: 52px;
  }
  .partner-text-part h3 {
    font-size: 21px;
  }
  .consulation-let-col-wpr,
  .consulation-rt-col-wpr {
    width: 100%;
  }
  .community-box img {
    max-width: 150px;
  }
  .history-items-lt-col-wpr,
  .history-items-rt-col-wpr {
    width: 100%;
  }
  .history-items-rt-col {
    padding-left: 0;
  }
  .consulation-rt-col {
    padding-left: 0px;
  }
  .cmn-leader-text-part {
    padding: 16px 0 0;
  }

  .cmn-leader-btn-wpr .cmn-btn {
    padding: 12px 35.3px;
  }
  .job-post-rt-part {
    padding-left: 0;
  }
  .job-post-lt-col,
  .job-post-rt-col {
    width: 100%;
  }
  .job-middle-details-part {
    margin-top: 0;
  }
  .job-post-top-part figure,
  .job-post-text-part {
    width: 100%;
  }
  .job-post-text-part {
    margin-bottom: 30px;
  }
  .job-post-top-part {
    flex-direction: column-reverse;
  }
  .careers-lt-col-wpr,
  .careers-rt-col-wpr {
    width: 100%;
  }
  .form-group select {
    background: url(images/drop-down.svg) no-repeat calc(100% - 20px) center
      transparent;
    background-size: 23px;
  }
  .careers-rt-col {
    padding: 30px 25px;
  }
  .careers-content {
    margin-bottom: 35px;
  }
  .careers-content h3 {
    font-size: 25px;
  }
  .nutrient-rt-col-wpr,
  .nutrient-lt-col-wpr {
    width: 100%;
  }
  .nutrient-lt-col h2 {
    margin-bottom: 25px;
  }
  .nutrient-rt-col {
    padding-left: 0px;
  }
  .blog-inr-bnr .banner-content {
    max-width: 290px;
  }
  .resources-items-lt-col-wpr,
  .resources-items-rt-col-wpr {
    width: 100%;
  }
  .recipe-text-part {
    padding: 21px 0 0;
  }
  .recipe-features-box {
    padding: 25px 0;
  }
  .resources-items-lt-col h2,
  .resources-items-rt-col h2 {
    margin-bottom: 20px;
  }
  .resoursec-main-sec .section-head {
    margin-bottom: 25px;
  }
  .recipe-btn-wpr {
    margin-top: 20px;
    text-align: center;
  }
  .pagination-img {
    margin: 24px auto 0;
  }
  .job-post-text-part {
    padding-left: 0;
  }
  .application-sec .section-head {
    margin-bottom: 26px;
  }
  .application-sub-heading h3,
  .application-sub-heading .h3-title {
    font-size: 24px;
  }
  .application-sub-heading {
    margin: 0 auto 28px;
  }
  .consulation-form-outer {
    padding: 24px 20px 34px;
  }
  .consulation-form-wpr {
    --bs-gutter-y: 25px;
    --bs-gutter-x: 15px;
  }
  .cu-operation .gfield_label.gform-field-label,
  .operation-form-heading {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .operation-form select {
    height: 55px !important;
    line-height: 55px !important;
  }
  .operation-form input[type="text"],
  .operation-form input[type="tel"],
  .operation-form input[type="password"],
  .operation-form input[type="email"] {
    height: 55px !important;
  }
  .operation-form textarea {
    height: 203px !important;
  }
  .gform-footer input[type="submit"],
  .operation-form input[type="submit"] {
    height: 50px !important;
  }
  .serve-details-items-col:first-child {
    width: 50%;
  }
  .serve-details-items-col:nth-child(2) {
    width: 50%;
  }
  .serve-details-items-col:nth-child(3) {
    width: 100%;
  }
  .form_input_check .check-box-wpr {
    padding: 3px;
  }
  .operation-form.form_input_check {
    margin: -3px;
  }
  .check-box-wpr input[type="checkbox"] + label::after {
    top: 8px;
  }
  .check-box-wpr input[type="checkbox"] + label::before {
    top: 5px;
  }

  .form_input_radio .radio-wpr label {
    position: relative;
    margin: 0;
    padding: 15px 0 10px 52px;
    display: block;
    border: 1px solid #e7e7e7;
    height: 55px;
    border-radius: 30px;
  }
  .application-form-card {
    --bs-gutter-x: 10px;
  }
  .radio-outer > .form_input_radio {
    padding: 10px 5px;
  }
  .application-form input[type="text"],
  .application-form input[type="tel"],
  .application-form input[type="email"],
  .application-form input[type="date"],
  .application-form select {
    height: 55px;
  }
  .input-outer > .application-form {
    padding: 0 5px;
  }
  .nutrient-lt-col figure {
    padding-top: 80%;
  }
  .curve-img {
    width: 108px;
  }

  .newSolutionmenu ul.sub-menu.navbar-nav ul {
      margin: 0 !important;
      padding-bottom: 0;
      padding-left: 0;
  }
  .newSolutionmenu > ul.sub-menu.navbar-nav {
      width: auto !important;
      margin: 0 !important;
  }
  .newSolutionmenu > ul.sub-menu.navbar-nav >li a+.clickD {
      background-image: none;
  }




}


@media (max-width: 880px) {
  .page-id-764 .banner-content, 
	.page-id-8 .banner-content {
		max-width: 295px;
	}
}

@media (max-width: 767px) {

.banner_buttonWrap .cmn-btn {
    font-size: 16px;
    padding: 18px 30px;
}
.banner_buttonWrap {
    gap: 10px;
    flex-wrap: wrap;
}


  /*.page-id-764 .main-banner-img,*/
.page-id-8 .main-banner-img {
    width: 42%;
}
  .testimonial-item {
      flex-direction: column;
      row-gap: 20px;
      margin-bottom: 50px;
    }
  .testimonial-name {
      width: 100%;
      text-align: center;
  }
  .testimonial-imgSection {
      width: 100%;
      max-width: 350px;
  }
  .testimonial-imgSection img {
      height: auto;
  }



  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }
  .banner-content {
    max-width: 321px;
  }
  h1,
  .h1-title {
    font-size: 30px;
  }
  .main-banner {
    min-height: 315px;
    padding: 40px 0;
  }
  .banner-content p {
    font-size: 18px;
  }
  .main-banner-img {
    width: 42%;
  }
  .nutritional-section .section-head {
    max-width: 100%;
  }
  h2,
  .h2-title {
    font-size: 28px;
  }
  body {
    font-size: 16px;
  }
  .recipes-text-part {
    max-width: 100%;
    padding: 13px 0 0;
  }
  h3,
  .h3-title {
    font-size: 22px;
  }
  .awr-wpr {
    padding-top: 27px;
  }
  .cmn-btn {
    padding: 17px 47px;
  }
  .footer-top-part {
    padding: 39px 0;
  }
  .navbar-brand {
    width: 160px;
  }
  .header-right {
    width: calc(100% - 160px);
  }
  .navbar-toggler {
    width: 30px;
  }
  .stick,
  .stick:after,
  .stick:before {
    width: 25px;
  }

  .nutritional-items-col {
    width: 25%;
  }
  .nutritional-img-part {
    width: 115px;
    height: 115px;
  }
  .nutritional-img-part img {
    max-width: 56px;
    max-height: 70px;
  }
  .nutritional-section .section-head h2 {
    margin-bottom: 12px;
  }
  .serve-items-col {
    width: 33.3%;
  }
  .footer-bottom-part {
    justify-content: center;
  }
  .footer-btm-lt-part,
  .footer-btm-rt-part {
    width: 100%;
    text-align: center;
  }
  .footer-btm-rt-part {
    margin-top: 10px;
  }
  .footer-btm-rt-part ul {
    justify-content: center;
  }
  .head-text {
    font-size: 28px;
  }
  .solution-img-part {
    margin: 25px 0 20px;
  }
  .solution-img-part img {
    max-width: 550px;
  }
  .solution-content-wpr p {
    max-width: 100%;
  }
  .inr-banner {
    min-height: 300px;
  }
  .inr-banner-img img {
    object-position: left;
  }
  .conclution-text-part h2 {
    font-size: 28px;
    margin-bottom: 11px;
  }
  .inr-banner .banner-content {
    max-width: 210px;
  }
  .nutritional-programs-items-box,
  .retail-programs-items-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .nutrional-programs-text-part,
  .retail-programs-text-part {
    width: 100%;
    padding-left: 0px;
    padding-top: 15px;
  }
  .nutritional-programs-items-box:not(:last-child) {
    margin-bottom: 35px;
  }
  .nutrional-programs-text-part h3,
  .retail-programs-text-part h3 {
    font-size: 26px;
  }
  .components-text-part h3 {
    font-size: 21px;
  }
  .partners-items-col {
    width: 33.3%;
  }
  .partner-img-part {
    width: 150px;
    height: 150px;
  }

  .community-box img {
    max-width: 120px;
  }
  .job-post-middle-part h3,
  .job-post-btm-part h3 {
    font-size: 26px;
  }
  .careers-content h3 {
    font-size: 23px;
  }
  .careers-content .cmn-btn {
    padding: 15px 38.5px;
  }
  .nutrient-rt-col h3 {
    font-size: 22px;
  }
  .blog-inr-bnr .banner-content {
    max-width: 223px;
  }
  .blogs-img-box {
    width: 100%;
  }
  .blog-text-part {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .blogs-features-box {
    padding: 15px 10px;
  }

  .culinary-services-sec .section-head {
    margin-bottom: 20px;
  }
  .application-form-part {
    padding: 35px 20px;
  }
  .application-form input[type="text"],
  .application-form input[type="tel"],
  .application-form input[type="email"],
  .application-form input[type="date"],
  .application-form select {
    height: 54px;
    padding: 0 27px;
  }
  .application-sub-heading {
    justify-content: center;
  }
  .rt-sub-heading {
    margin-top: 10px;
  }
  .consulation-form-outer {
    padding: 20px 15px 25px;
  }
  .operation-form textarea {
    height: 170px;
  }
  .input-outer > .application-form {
    width: 100%;

    padding: 10px 15px;
  }
  .application-form-card {
    --bs-gutter-y: 20px;
  }
  .radio-outer > .form_input_radio {
    width: 100%;
  }
  .form_input_radio .radio-wpr input[type="radio"] + label::after {
    top: 38%;
  }
  .serve-details-items-col:nth-child(3) .serve-details-img-part {
    padding-top: 41.8%;
  }
  .curve-img {
    width: 87px;
  }
  .lt-sub-heading, .rt-sub-heading {
    width: 100%;
  }
  .application-sub-heading {
    row-gap: 8px;
  }

  .diets-items-col {
      width: 50%;
  }

  [data-aos=fade-left],
  [data-aos=fade-right] {
      opacity: 1;
      transform: unset;
  }
  [data-aos^=fade][data-aos^=fade],
  [data-aos^=fade][data-aos^=fade].aos-animate{
    opacity: 1;
  }


}

@media (max-width: 575px) {
  .main-banner-video {
      position: unset;
  }
  .main-banner-video::before{
    opacity: 0;
  }
  .main-banner-video video {
      padding-left: 0;
  }
  .page-id-764 .main-banner-img::before,
  .inr-banner-img::before {opacity: 0;}
  .page-id-764 .main-banner-img img,
  .inr-banner-img img {padding-left: 0;}

  /*.page-id-764 .main-banner-img,*/
	.page-id-8 .main-banner-img {
		width: 100%;
	}
  .page-id-764 .banner-content{ text-align: center; }
  .page-id-764 .banner-content, 
	.page-id-8 .banner-content {
		max-width: 100%;
	}

  .page-id-764 .main-banner{
        background: transparent;
  }

  .banner_buttonWrap {
      justify-content: center;
  }

  .recipes-items-wpr {
    margin: 0 -12px;
  }
  .recipes-items {
    padding: 0 12px;
  }
  .footer-columns:nth-child(2),
  .footer-columns:nth-child(3),
  .footer-columns:nth-child(4) {
    width: 50%;
  }

  .nutritional-img-part img {
    max-width: 79px;
    max-height: 89px;
  }
  .nutritional-img-part {
    width: 125px;
    height: 125px;
  }

  .banner-content p {
    font-size: 17px;
  }
  .cmn-gap {
    padding: 45px 0;
  }
  .nutritional-section .section-head h2 {
    margin-bottom: 7px;
  }
  h2,
  .h2-title {
    font-size: 27px;
    margin: 0 0 6px 0;
  }
  .bloSecondHeading h3 {
      font-size: 22px;
  }


  .section-head {
    margin-bottom: 30px;
  }
  .header-right-top li {
    padding: 0 15px;
  }
  .header-right-top span {
    display: none;
  }
  .serve-bg-img {
    top: 30px;
    right: 45px;
  }
  .nutritional-items-col {
    width: 33.33%;
  }
  .main-banner-img {
    width: 100%;
    position: relative;
  }

  .page-id-765 .main-banner-img {
    position: absolute;
  }


  .main-banner {
    min-height: auto;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .banner-content-wpr {
    padding-top: 20px;
  }
  .banner-content {
    max-width: 100%;
  }
  .serve-items-col {
    width: 50%;
  }
  .recipes-text-part h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  .footer-logo {
    width: 195px;
  }
  .inr-banner-img {
    width: 100%;
    position: relative;
  }
  .curve-img {
    opacity: 0;
  }
  .inr-banner {
    min-height: auto;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .inr-banner .banner-content-wpr {
    padding: 20px 0 30px;
    text-align: center;
  }
  .head-text {
    font-size: 27px;
  }
  .solution-img-part img {
    max-width: 100%;
  }
  .solution-img-part {
    margin: 10px 0 20px;
  }
  .conclution-text-part h2 {
    font-size: 27px;
  }
  .inr-banner .banner-content {
    max-width: 100%;
  }
  .sub-inr-bnr .inr-banner-img {
    width: 100%;
  }
  .nutrional-programs-text-part h3,
  .retail-programs-text-part h3 {
    font-size: 22px;
  }
  .concept-components-items-row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 25px;
  }
  .purpose-dtails-wpr .row {
    --bs-gutter-x: 24px;
  }
  .directors-items-row,
  .leadership-items-row,
  .team-items-row {
    --bs-gutter-x: 24px;
  }
  .careers-items-row {
    --bs-gutter-x: 24px;
  }
  .culinary-services-items-wpr .row {
    --bs-gutter-x: 24px;
  }
  .red-inr-bnr h1 br {
    display: none;
  }
  .application-form-card {
    --bs-gutter-y: 27px;
  }

  .serve-details-items-col:nth-child(3) .serve-details-items-col-wpr {
    padding: 10px;
  }
  .serve-details-items-col:nth-child(3) .serve-details-img-part {
    border-radius: 10px;
  }
  .application-form-wpr > span {
    padding: 0 16px 10px;
  }
  .application-sub-heading {
    justify-content: flex-start;
  }
  .gfield_radio .gchoice {
    width: 100%;
  }
  .diets-items-col, .diets-items-col.single-diet-col {
      width: 100%;
  }


}

@media (max-width: 479px) {
  .banner-content p {
    font-size: 16px;
  }
  h1,
  .h1-title {
    font-size: 28px;
  }
  h2,
  .h2-title {
    font-size: 26px;
  }

  h3,
  .h3-title {
    font-size: 20px;
  }
  .nutritional-items-col {
    width: 50%;
  }
  .cmn-btn {
    padding: 15px 40px;
  }
  .next-awr {
    margin-left: 7px;
  }
  .slider-awr {
    width: 40px;
    height: 40px;
  }
  .awr-wpr {
    padding-top: 16px;
  }
  .recipes-btn-wpr {
    margin-top: 19px;
  }

  .footer-menu {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
  }
  .footer-menu li {
    width: 50%;
    padding: 5px;
  }
  .footer-menu li:not(:last-child) {
    margin-bottom: 0px;
  }
  .footer-btm-lt-part {
    text-align: center;
  }

  .footer-columns .footer-title {
    font-size: 23px;

    padding: 0 0 10px;
  }
  .details-part p,
  .details-part a {
    font-size: 15px;
  }
  .footer-logo {
    margin-bottom: 12px;
  }
  .navbar {
    justify-content: center;
  }

  .header-right {
    width: 100%;
  }
  .navbar-collapse .navbar-toggler {
    top: 30px;
  }
  .header-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 13px;
  }
  .footer-top-part {
    padding: 30px 0;
  }
  .footer-bottom-part {
    padding: 17px 0 24px;
  }
  .footer-btm-rt-part {
    margin-top: 17px;
  }
  .footer-logo {
    margin-bottom: 15px;
  }
  .serve-items-col {
    width: 100%;
  }
  .footer-columns:first-child {
    width: 100%;
  }
  .footer-columns:nth-child(2),
  .footer-columns:nth-child(3),
  .footer-columns:nth-child(4) {
    width: 100%;
    padding-left: 12px;
  }
  .footer-logo {
    display: block;
    margin: 0 auto 20px;
  }
  .footer-items-row {
    --bs-gutter-y: 25px;
  }
  .inr-banner .banner-content-wpr {
    padding: 20px 0 20px;
  }
  .solution-sec .section-head {
    margin-bottom: 15px;
    max-width: 100%;
  }
  .head-text {
    font-size: 24px;
  }
  .solution-img-part {
    margin: 10px 0 13px;
  }
  .healthcare-items-details-wpr .head-text {
    margin-bottom: 10px;
  }
  .healthcare-text-part {
    padding-top: 10px;
    max-width: 100%;
  }
  .healthcare-items-details-wpr:not(:first-child) {
    margin-top: 25px;
  }
  .conclution-text-part h2 {
    font-size: 25px;
    margin-bottom: 2px;
  }
  .nutritional-programs-sec .section-head {
    max-width: 100%;

    margin-bottom: 35px;
  }
  .benefit-lt-col ul {
    column-count: 1;
  }
  .benefit-rt-text-part ul {
    /*column-count: 1;*/
  }
  /*.benefit-rt-text-part li:not(:last-child) {
    margin-bottom: 15px;
  }*/
  .concept-components-sec .section-head {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .partners-items-col {
    width: 50%;
  }
  .partner-img-part {
    width: 130px;
    height: 130px;
  }
  .community-box img {
    max-width: 140px;
  }
  .cmn-leader-btn-wpr {
    margin-top: 9px;
  }
  .cmn-leader-text-part {
    padding: 10px 0 0;
  }
  .benefit-rt-img-part {
    border-radius: 10px;
  }
  .components-img-part {
    border-radius: 10px;
  }
  .recipes-img-part {
    border-radius: 10px;
  }
  .history-img-part {
    border-radius: 10px;
  }
  .cmn-leader-img-part {
    border-radius: 10px;
  }
  .cmn-leader-box {
    border-radius: 10px;
  }
  .job-post-btm-part {
    margin-top: 20px;
  }
  .careers-rt-col {
    padding: 15px 10px;
  }

  .job-post-top-part figure {
    border-radius: 10px;
  }
  .nutrient-rt-col h3 {
    font-size: 20px;
  }
  .nutrient-lt-col figure {
    border-radius: 10px;
  }
  .application-sub-heading {
    margin: 0 auto 18px;
  }
  .application-form-part {
    padding: 22px 10px;
    border-radius: 10px;
  }
  .captcha-img {
    border-radius: 10px;
  }
  .serve-details-items-col:first-child {
    width: 100%;
  }
  .serve-details-items-col:nth-child(2) {
    width: 100%;
  }
  .serve-details-items-col-wpr {
    padding: 14px 13px 14px;
    border-radius: 10px;
  }
  .serve-details-items-col:first-child .serve-details-img-part,
  .serve-details-items-col:nth-child(2) .serve-details-img-part {
    max-width: 45px;
    margin: 0 auto;
  }

  .gform_confirmation_message {
    font-size: 18px !important;
  }

  .gform-footer input[type="submit"],
  .operation-form input[type="submit"] {
    width: 100%;
  }
  .form_input_radio .radio-wpr label {
    margin: 0 10px;
  }
  .application-form-card {
    --bs-gutter-y: 15px;
  }
  .application-wpr input[type="submit"] {
    height: 47px;
  }
  .form_input_radio .radio-wpr input[type="radio"] + label::after {
    top: 39%;
  }
  .serve-details-items-col:nth-child(3) .serve-details-img-part {
    padding-top: 60.8%;
  }
  .search-wpr input[type="text"] {
    height: 42px;
  }

  .main-head {
    position: relative;
  }

  .header-right-top li:nth-child(2) {
    position: static;
  }

  .search-outer {
    right: -12px;
    width: calc(100% + 24px);
    border-radius: 0 0 10px 12px;
  }
}

