@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Regular.eot');
    src: url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
        url('../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*
.line {
    position: relative;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  
    --highlight-offset: 0%;
  
    background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 1) var(--highlight-offset),
      rgba(0, 0, 0, 0.2) var(--highlight-offset)
    );
  }


.page-container h2,
.page-container h6 {
    opacity: 0;
    transform: translateY(20px); 
    transition: opacity 0.5s ease;
}
*/

* {
	margin: 0px;
	padding: 0px;
}
*:focus-visible {
	outline: none;
	box-shadow: none;
}

a{
    text-decoration:none;
    color: #363836;
    font-family: 'Avenir Next LT Pro';
}
ul,ul li{
    margin: 0px;
}
.page-container{
    max-width: 1200px;    
    margin: 0 auto;
}
.text-center {
    margin: 0 auto;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5 {
	font-family: "Quicksand", sans-serif;
	font-style: normal;
    font-weight: 700;
	color: #000;
    margin: 0px;
    line-height: 1.2;
}
.banner-title{
    font-family: "Quicksand", sans-serif;
    /*font-size: 72px;
    line-height: 1;*/
    font-size: 52px;
    line-height: 1.3;
}
body {
	font-family: 'Avenir Next LT Pro';
    font-size: 16px;
	font-weight: 400;
    color: #363836;
	font-style: normal;
    line-height: 1.2;
}
h1,.h1 {font-size: 50px;}
h2,.h2 {font-size: 40px;}
h3,.h3 {font-size: 34px;}
h4,.h4 {font-size: 28px;}
h5,.h5 {font-size: 24px;}
h6,.h6 {font-size: 20px;}
.text-white,.white-text{
    color:#fff;
}
.black-text{
    color: #000;
}
.text-black{
    color: #363836;
}
ul{
    padding: 0px;
    margin: 0px;
}
ul,ul li{
    list-style: none;    
}
.section-padding{
    padding-top: 80px;
    padding-bottom:80px;    
}
.section-no-bot-padding{
    padding-bottom:0px;    
}
.section-no-top-padding{
    padding-top:0px;    
}
.white-btn,
.primary-btn,.secondary-btn,
.outline-primary-btn,.outline-secondary-btn{
    color:#fff;
    border-radius: 8px;
    padding: 13px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.outline-primary-btn,.outline-secondary-btn{
    background-color: transparent;   
}
.white-btn{
    background-color: #fff;
    color:#363836;
}
.primary-btn,.secondary-btn:hover,.outline-primary-btn:hover{
    background-color: #62BB6D;
}
.secondary-btn,.primary-btn:hover,.outline-secondary-btn:hover{    
    background-color: #000000;    
}
.white-btn:hover{
    background-color: #000;
    color:#fff;    
}
a.icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
a.icon-btn span {
    margin-right: 10px;
}
a.book-btn {
    display: flex;
    width: fit-content;
}
.radius-20{
    border-radius: 20px;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.page-content{
    margin-top: 30px;
}
.page-content p{
    margin-bottom: 20px;
}
.page-content p:last-child{
    margin-bottom: 0px;
}
.section-60{
    width: 60%;
    margin:0 auto;
}
.section-30{
    width: 30%;
    margin:0 auto;
}
.section-40{
    width: 40%;
    margin:0 auto;
}
.section-60{
    width: 60%;
    margin:0 auto;
}
.section-45{
    width: 45%;
    margin:0 auto;
}
.section-45 .page-content p{
    line-height: 1.5;
}
.section-50{
    width: 50%;
    margin:0 auto;
}
.section-80{
    width: 80%;
    margin:0 auto;
}
h6,.h6{
    margin: 10px 0px;
}
.img-responsive{
    width: 100%;
    max-width: 100%;
}
.white-bg{
    background-color: #fff;
}
.light-green-bg{
    background-color: #F8FAED;
}
.light-gray-bg{
    background-color: #F1F4F2;
}
.lightgreen-bg{
    background-color:#7ACD84;
}
.green-bg{
    background-color: #62BB6D;
}
ul.main-menu li a{
    position: relative;
}
ul.main-menu li:hover a,
ul.main-menu li.active a{
    color:#62BB6D;
}

ul.main-menu li a.active{
    color:#62BB6D;
}
ul.main-menu li a:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: #62BB6D;
    transform: scaleX(0);
    transition: transform 1.8s cubic-bezier(0.19,1,0.22,1);
    transform-origin: left;
    opacity: 1;
}
ul.main-menu li.active a:after,
ul.main-menu li a:hover:after {
    transform: scaleX(1);
}
ul.main-menu li a.active:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: #62BB6D;
    transform: scaleX(1);
    transition: transform 1.8s cubic-bezier(0.19,1,0.22,1);
    transform-origin: left;
    opacity: 1;
}




footer{
    background-color: #f8faed;
}

.action_button {
    display: flex;
}


section.main-header.sticky-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
}
.navbar-grid {
    display: grid;
    grid-template-areas:"heading navigation actionbtn";
    align-items: center;
    justify-content: space-between;
}
header .navbar-grid{
    padding: 10px 15px;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;    
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.header_menu {
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: space-between;
}
ul.main-menu {
    display: flex;
    list-style: none;
    gap: 0px;
}
ul.main-menu li{
    margin: 0 20px;
}


section.banner-section {
    height: 100vh;
}
.banner-inner-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.banner-inner-content .banner-title{
    /*margin-bottom: 40px;*/
    margin-bottom: 20px;
    font-size: 48px;
    line-height: normal;
}
section.banner-section .page-container {
    align-items: flex-end;
}
.b2bbanner.banner-section:before {
    content: none;
}
.font-weight-400{
    font-weight: 400;
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-600{
    font-weight: 600;
}
.font-weight-700{
    font-weight: 700;
}
section.banner-section .banner-inner-content {
    position: relative;
    width: fit-content;
    height: fit-content;
    border-radius: 20px;
    background: #FFFFFFCC;
    padding: 30px;
    justify-content: flex-end;
}

.banner-inner-content p {
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 1.4;
}
section.banner-section .page-container{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 75vh;
}
section.banner-section {
    position: relative;
}
section.banner-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,.6) 0%, rgba(255,255,255,0) 100%);
}
section.banner-section .banner-inner-content {
    position: relative;
}
section.footer-section {
    padding-top: 40px;
    padding-bottom: 20px;
}
footer .footer-section .navbar-grid{    
    padding-bottom: 40px;    
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
footer .footer-section .copy-rights{
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*
.grid {
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
}
.grid-col-1{
    grid-column: span 12;
}
.grid-col-2{
    grid-column: span 6;
}
.grid-col-3{
    grid-column: span 4;
}
.grid-col-4{
    grid-column: span 3;
}
*/



.solving-list-container{
    margin-top: 60px;
}
.icon-image-grid {
    display: grid;
    grid-template-columns: 28% 35% 28%;
    margin-top: 40px;
    gap: 40px;
}
.icon-image-grid .image-grid {
    order: 2;
}
.icon-image-grid .icon-grid:first-child {
    order: 1;
}
.icon-image-grid .icon-grid:last-child {
    order: 3;
}
.icon-image-grid .icon-grid ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.icon-image-grid .icon-grid ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    border-radius: 20px;
    margin-bottom: 30px;
    text-align: left;
}
.icon-image-grid .icon-grid ul li p {
    margin-left: 10px;
}
ul li p {
    font-size: 20px;
    font-family: 'Quicksand',sans-serif;
    font-weight: 700;
}




.image-grid {
    position: relative;
}
.image-grid .image-group {
    position: relative;
    bottom: 0px;
    z-index: 10;
    margin-top: 150px;
}
.image-grid .image-group img {
    width: 300px;
}
.image-grid .image-group img.left-img-po {
    position: absolute;
    left: -30px;
    bottom: 40px;
}
.image-grid .image-group img.mid-img-po {
    position: absolute;
    left: 60%;
    bottom: -100px;
    transform: translateX(-60%);
    z-index: 10;
    width: 400px;
}
.image-grid .image-group img.right-img-po {
    position: absolute;
    right: -30px;
    bottom: 100px;
    width: 275px;
}



.img-overlay {
    position: relative;
}
.img-overlay img{
    border-radius: 20px;
}
.img-overlay:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(248,250,237);
    background: linear-gradient(0deg, rgba(248,250,237,1) 5%, rgba(255,255,255,0) 45%);
}

.sticky-head{
    position: sticky;
    z-index: 10;
    display: block;
    top: 100px;
}
/*.animate-icon-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 100px;
}*/
.animate-icon-grid .animate-icon-grid-item ul {
    margin: 0px;
    list-style: none;
    display: flex;
}
.animate-icon-grid .animate-icon-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #E1E3E2;
    padding: 40px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
    background: #fff;
}
.animate-icon-grid .animate-icon-grid-item p {
    margin-top: 10px;
    margin-bottom: 0px;
}
.animate-icon-grid .animate-icon-grid-item img{
    width: auto;
    transform: rotate(-5deg);
}
.animate-icon-grid-item.grid-one {
    transform: rotate(-5deg);
    margin-top: 100px;
    position: relative;
    z-index: 1;
}
.animate-icon-grid-item.grid-two {
    transform: rotate(15deg);
}
.animate-icon-grid-item.grid-three {
    transform: rotate(10deg);
}
.animate-icon-grid-item.grid-three {
    position: relative;
    bottom: 20px;
    right: auto;
    z-index: 10;
    width: auto;
    left: 70%;
    min-width: 350px;
}
.animate-icon-grid .animate-icon-grid-item ul li img {
    transform: rotate(-16deg);
}
.media-container {
    margin-top: 40px;
}



.get-in-touch {
    height: 500px;
    background: url('../images/get-in-touch-banner1.png') no-repeat;    
    background-size: cover;
    background-position: center center;
}
.get-in-touch{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 40px;
}
.get-in-touch .action_button {
    margin-top: 30px;
}
.get-in-touch-content {
    padding-top: 50px;
    padding-left: 40px;
}

.media-container {
    display: grid;
    grid-template-columns: 25% 50% 25%;
}
.media-container .media-info {
    order: 2;
}
.media-container .media-logos.logos-left {
    order: 1;
    margin-top: 50px;
}
.media-container .media-logos.logos-right {
    order: 3;
}

.media-container .media-logos img:hover {
    filter: grayscale(0);
}


.two-grid-column {
    display: grid;
    grid-template-columns: 35% 65%;
}
.green-shape {
    /*background: url('../images/bg-green-shape.svg') no-repeat;*/
    background-size: cover;
    background-color: #62bb6d;
}
.green-shape .green-bg {
    background-color: transparent !important;
}
.left-grid-column .top_grid {
    padding-top: 40px;
}
.top_gird_right {
    padding: 40px;
}
.lightgreen-bg {
    padding: 40px;
    margin: 0 40px 40px;
}
.left-grid-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.left-grid-column .top_grid,.left-grid-column .bottom_grid {
    display: inline-block;
    width: 100%;
}
.left-grid-column .bottom_grid {
    padding: 0px 0px 40px 40px;
}
.top_gird_right p span {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    float: left;
}
.top_gird_right ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0px;    
}
.top_gird_right ul li:last-child{
    margin-bottom: 0px;
}
.top_gird_right ul li svg {
    position: relative;
    left: -3px;
}
.top_gird_right p.head_text {
    margin: 20px 0px;
    font-size: 20px;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 700;
}
.top_gird_right ul li p {
    margin-left: 10px;
}
.left-grid-column .top_grid p {
    margin-top: 30px;
}
.left-grid-column .top_grid h6 {
    margin-top: 20px;
    margin-bottom: 30px;
}
.left-grid-column .top_grid {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
}
.bottom_right_gird {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.top_gird_right.no-pad-bot {
    padding-bottom: 20px;
}

.top_gird_right.no-pad-top {
    padding-top: 20px;
}
.no-padding-bottom{
    padding-bottom: 0px;
}
.no-padding-top{
    padding-top: 0px !important;
}


section.parallex-on {
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    min-height: 100%;
}

section.parallex-on .parallex-container {
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
}




.bottom_grid.radius-20.text-left.visible-mob {
    display: none;
}

.media-container .media-logos img.img-responsive {
    position: relative;
    float: left;
    width: auto;
    filter: grayscale(1);
    cursor: pointer;
}
.media-container .media-logos img.img-responsive:hover {
    filter: grayscale(0);
}
footer ul.main-menu li.active a:after,footer ul.main-menu li a:hover:after {
    content: none;
}
/* width ********
::-webkit-scrollbar {
    width: 10px;
  }
  
  ******* Track *******
  ::-webkit-scrollbar-track {
    background: #62BB6D; 
  }
   
  ****** Handle ******
  ::-webkit-scrollbar-thumb {
    background: #000; 
  }
  
  ****** Handle on hover *****
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }*/

.underline-green {
    position: relative;
    display: table;
    margin: 0 auto;
}
.underline-green:after {
    position: absolute;
    content: '';
    width: 100%;
    background: #62bb6d;
    height: 5px;
    left: 0;
    bottom: 7px;
    border-radius: 5px;
    z-index: -1;
}
.icon-image-grid .icon-grid {
    display: flex;
    align-self: center;
}
.icon-image-grid .img-zoom-fast {
    border-radius: 0px 0px 20px 20px;
}
.image-grid {
    padding: 0 20px;
}
  /*.icon-image-grid {
    position: relative;
  }
  .icon-image-grid .image-grid {
    position: sticky;
    top: 90px;
    z-index: 1;
  }*/

/*20-4-25*/
.light-greenbg img {
    width: 100%;
    max-width: 100%;
}
.light-greenbg {
    background: #7ACD84;
    margin-right: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.light-greenbg h6.text-white {
    padding: 40px;
    margin: 0px;
}
.top_gird_right.no-pad-top.light-greenbg {
    margin: 0 40px 40px;
}
.top_gird_right p.head_text{
    margin: 15px 0px;
}
.left-grid-column h6.text-black.fade-up-subhead {
    font-size: 16px;
    width: 75%;
    font-weight: 500;
}
.left-grid-column h6.text-black.fade-up-subhead strong{
    font-weight: 600;
}
.mobile-banner{
    display: none;
}




/*partnership new layout css*/
.partnership_gird {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}
.partnership_gird_top, .partnership_gird_bottom {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.partnership_gird_top_left, .partnership_gird_top_right, 
.partnership_gird_bottom_left,.partnership_gird_bottom_right {
    width: 50%;
    flex-basis: 50%;
}
.partnership_gird_top_right {
    position: relative;
}
.partnership_gird_top_right .img_sec img {
    width: 100%;
    max-width: 100%;
}
.partnership_gird_top_right p.overlay-content {
    position: absolute;
    bottom: 0;
    z-index: 1000;
    left: 0px;
    padding: 20px;
    font-size: 20px;
    line-height: normal;
}
.partnership_gird_top_right .img_sec {
    width: 100%;
    height: 100%;
    display: flex;
}
.partnership_gird .top_gird_right {
    padding: 30px;
}
.partnership_gird_top .top_gird_right li svg,
.partnership_gird_top .top_gird_right li svg path {
    fill: #363836 !important;
}
.partnership_gird_bottom_right.lightgreen-bg {
    margin: 0px;
}
.top_gird_right ul {
    display: block;
    width: 100%;
    clear: left;
}
.partnership_gird_bottom .top_gird_right ul svg path,.partnership_gird_bottom  .top_gird_right ul svg path {
    fill: #fff !important;
}
.top_gird_right p.head_text {
    display: block;
    float: left;
}
.bottom_right_gird{    
    padding: 20px 40px;
}
.left-grid-column h6.text-black.fade-up-subhead{
    width: 85%;
}
.top_gird_right ul li p {    
    font-size: 18px;
}
.partnership_gird_bottom_left {
    background: #7ACD84 url('../images/cheif-head.png') no-repeat;
    background-size: 30%;
    background-position: right bottom;
}

.partner-bg a {
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 94px;
    overflow: hidden;
}
.partner-bg a:hover {
    box-shadow: 0px 0px 3px 3px rgba(98,187,109,0.1);
}

#client-log-section .partner-bg a img.logo_img {
    object-fit: contain;
    object-position: center center;
    width: 50%;
}


.offer-grid {
    display: flex;
    width: 100%;
    gap: 30px;
}

.offer-grid .offer-item {
    width: 25%;
    flex-basis: 25%;
}

.offer-grid .offer-item .offer_column {
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
}

.offer-grid .offer-item .offer_column h6 {
    padding: 14px;
    margin: 0px;
}

.offer-grid .offer-item .offer_column ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin:30px 0px 50px 0px;
}

.offer-grid .offer-item .offer_column ul li {
    color: #000;
    font-size: 16px;
    font-family: 'Avenir Next LT Pro',sans-serifa;
    font-weight: 500;
}
span.icon-circle {
    position: absolute;
    padding: 0px;
    border-radius: 100%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translate(-50%);
    bottom: -40px;
}
span.icon-circle svg {
    width: 39px;
    height: 39px;
}
.offer-grid .offer-item {
    position: relative;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.who-banner {
    display: flex;
    align-items: center;
    width: 70%;
    margin: 0 auto;
    justify-content: center;
    margin-top: 50px;
}
.who-banner img {
    position: relative;
    width: 100%;
    height: 100%;
}
.who-banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 200px;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.who-container{
    display: grid;
    grid-template-columns: 53% 42%;
    gap: 5%;
    margin-bottom: 50px;
}
.why_grid_container {
    display: grid;
    grid-template-columns: 50% 40%;
    gap: 5%;
    margin-bottom: 50px;
}
.who-container img,.why_grid_container img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.who_cont_sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 50px 0px;
}

.who_cont_sec .who_cont_grid {
    border: 1px solid #62BB6D;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.who_cont_sec .who_cont_grid img {
    height: 120px;
}

.who_cont_sec .who_cont_grid h6 {
    display: flex;
    align-self: flex-start;
    text-align: left;
}
.specialty_icon_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 75%;
    margin: 0 auto;
    margin-top: 30px;
}

.specialty_icon_grid .s_icon_grid_item img {
    width: 48px;
    height: 48px;
}

.specialty_icon_grid .s_icon_grid_item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

p.caption {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Avenir Next LT Pro',sans-serif;
    color: #363836;
}

.list_icon_grid_item span.green-bg.icon-circle {
    position: unset;
    width: 62px;
    height: 62px;
    display: flex;
    transform: none;
    border-radius: 62px;
}

.list_icon_grid_item {
    display: grid;
    grid-template-columns: 62px auto;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.list_icon_grid_item span.green-bg.icon-circle svg {
    width: 41px;
    height: 41px;
}
.list_icon_grid_item div p {
    margin-bottom: 6px;
}

.list_icon_grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.why_cont_grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.list_icon_grid_item ul {
    display: flex;
    flex-direction: row;
    gap: 0;
    flex-wrap: wrap;
}

.list_icon_grid_item ul li {
    position: relative;
    padding:3px 12px;
}

.list_icon_grid_item ul li:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #A2A8A5;
    left: 0;
    border-radius: 8px;
    top: 10px;
}

.list_icon_grid_item p {
    line-height: normal;
}
.samplemenu-grid {
    flex-direction: row;
    align-items: center;
    text-align: center;
    margin: 40px 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.samplemenu-grid img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.samplemenu-grid p {
    margin: 20px 0px;
    color: #000;
}

.samplemenu-grid .samplemenu-griditem {
    width: calc((100% - 60px) / 4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* Center last row if only 2 or 3 items */
.samplemenu-grid::after {
  content: "";
  flex-basis: 100%;
  height: 0;
}

.samplemenu-grid .samplemenu-griditem:nth-last-child(3):nth-child(13),
.samplemenu-grid .samplemenu-griditem:nth-last-child(2):nth-child(14),
.samplemenu-grid .samplemenu-griditem:nth-last-child(1):nth-child(15) {
  margin-left: auto;
  margin-right: auto;
}
.snacks-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5,1fr);
    margin: 40px 0px 0px;
}

.snacks-grid img {
    width: 100%;
    display: flex;
    border-radius: 20px;
}

.section-heading {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.meals-grids {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.meals-grids .meals-grid-item .meal-img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
    border: 2px solid #fff;
}

.meals-grids .meals-grid-item .meal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meals-grids .meals-grid-item .meal-grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    padding: 20px;
    border: 1px solid #E1E3E2;
    border-radius: 10px;
    align-items: flex-start;    
}


.meals-section {
    margin: 40px 0px 20px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.meal-info p strong {
    font-size: 16px;
    font-weight: 600;
    color: #363836;
    line-height: 1.5;
}

.meal-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.meal-info p.meal-caption {
    color: #A2A8A5;
    font-size: 15px;
    font-weight: 500;
}

ul.meal_contains {
    display: flex;
    align-items: center;
}

ul.meal_contains li {
    color: #363836;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 5px;
}

ul.meal_contains li:first-child {
    background: #fff;
}

.meal-selection-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;    
    align-items: center;
    justify-content: center;
    gap: 10px;    
}

.meal-selection-list ul li {
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    color: #000;
    font-weight: 500;
    border: 1px solid #E1E3E2;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    cursor: pointer;
}
.meal-selection-list ul li:hover,
.meal-selection-list ul li.active {
    background: #62bb6d;
    color: #fff;
}

.meal-selection-list {
    padding: 40px 0px;
}
.meal-selection-list {
    position: sticky;
    top: 60px;
    background: #fff;
    z-index: 10;
}
p.book-btn.primary-btn {
    display: flex;
    width: fit-content;
    float: left;
}
#healthy-meals ul li a:hover {
    color: #000;
    text-decoration: underline;
}
.disclamer-text {
    margin-top: 40px;
}

.disclamer-text p {
    color: #000;
    opacity: 50%;
    font-style: italic;
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

@media (min-width: 1024px) {
    .meals-grids .meals-grid-item .meal-grid{
        align-items: center;
    }
    div#sandwiches-one .meals-grids .meals-grid-item .meal-grid {
        min-height: 140px;
    }

    div#sandwiches-eight .meals-grids .meals-grid-item .meal-grid {
        min-height: 140px;
    }

    div#sandwiches-none .meals-grids .meals-grid-item .meal-grid {
        min-height: 115px;
    }

    div#sandwiches-ten .meals-grids .meals-grid-item .meal-grid {
        min-height: 155px;
    }

    div#sandwiches-eleven .meals-grids .meals-grid-item .meal-grid {
        min-height: 135px;
    }
}

html,body{
    overflow-x: hidden !important;
}
section.main-header.sticky-header {
    z-index: 10000000000;
}