.samplemenu-grid p {
    min-height: 50px;
    margin-bottom: 0px;
    display: flex;
    align-items: flex-start;
    line-height: 1.3;        
}
.mobile_partner{
    display: none !important;
}
@media (max-width: 767px) {
    section.b2bbanner .banner-inner-content {
        padding: 0px !important;
    }
    section.b2bbanner .banner-inner-content h1.banner-title.text-black {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .parallex-container.b2b-banner p.text-black br {
        display: none;
    }
    .mobile_partner{
        display: block !important;
        margin-top: 20px;
    }
    .mobile_partner .partner-item{
        margin:10px;
    }
    .partner-grid.client-grid{
        display: none !important;
    }
    .banner-title{
        /*font-size: 45px;*/
        font-size: 32px;
    }
    h1,.h1 {font-size: 40px;}
    h2,.h2 {font-size: 30px;}
    h3,.h3 {font-size: 28px;}
    h4,.h4 {font-size: 24px;}
    h5,.h5 {font-size: 20px;}
    h6,.h6 {font-size: 18px;}
    .section-padding{padding-top: 30px;padding-bottom:30px;}
    .section-no-bot-padding {padding-bottom: 0px;}
    .section-no-top-padding {padding-top: 0px;}    
    .hidden-sm,.visible-sm{
        display: block;
    }
    .visible-lg{
        display: none;
    }
    header .header_logo img {
        width: 70%;
    }
    footer .header_logo img {
        width: 70%;
        margin: 0 auto;
        text-align: center;
        display: table;
    }
    .partnership_gird_top_right .img_sec{
        position: relative;
    }
    .partnership_gird_top_right .img_sec:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        border-radius: 10px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .banner-title{font-size: 50px;}
    h1,.h1 {font-size: 45px;}
    h2,.h2 {font-size: 35px;}
    h3,.h3 {font-size: 28px;}
    h4,.h4 {font-size: 24px;}
    h5,.h5 {font-size: 20px;}
    h6,.h6 {font-size: 20px;}
    .section-padding{padding-top: 40px;padding-bottom:40px;}
    .section-no-bot-padding {padding-bottom: 0px;}
    .section-no-top-padding {padding-top: 0px;}
}


.visible-mobile{
    display:none;
}
.hide-mobile{
    display:block;
}
@media screen and (max-width: 767px) {
    .page-template-blog-template .brand_item .brand_content,
    .page-template-blog-template .brand_item .action_button {
        margin-top: 15px;
    }
    .visible-mobile{
	display:block;
    }
    .hide-mobile{
	display:none;
    }
    .icon-grid h4 {
        margin: 30px 0;
    }
    .page-container{
        max-width: 100%;   
        padding-left: 15px;
        padding-right: 15px;         
    }
    body.mobile-menu-open {
        overflow: hidden;
    }
    body.mobile-menu-open header .header_logo {
        position: relative;
        z-index: 100000;
        left:15px;
    }    
    body.mobile-menu-open header .navbar-grid {
        padding-left: 0px;
    }
    header .nav-bar {
        height: 0;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        overflow-x: hidden;
        transition: 0.5s;
    }
    header .main-menu {
        position: relative;        
        width: 100%;
        text-align: center;
    }
    header .navbar-grid {
        grid-template-areas:"heading navigation";
    }
    header ul.main-menu {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0;
        text-align: left;
        /* height: 90vh; */
        margin-top: 56px;
        background: #fff;
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }    
    header ul.main-menu li a {
        color: #000;
    }    
    header ul.main-menu li {        
        width: 100%;        
        margin: 0;
    }
    header ul.main-menu li a{
        margin: 10px 15px;
        display: block;
    }
    header #nav-bar-menu a.closebtn {
        position: absolute;
        right: 14px;
        top: 15px;
        padding: 0;
        color: #fff;
        font-size: 30px;
        width: 39px;
        height: 33px;
        line-height: 30px;
        text-align: center;
    }
    .header_menu a.primary-btn.icon svg,
    header #nav-bar-menu a.closebtn svg {
        width: 16px;
        height: 16px;
    }
    .header_menu a.primary-btn.icon svg path,
    header #nav-bar-menu a.closebtn svg path {
        fill: #fff;
        stroke: #fff;
    }
    .header_menu a.primary-btn.icon, header #nav-bar-menu a.closebtn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        padding: 0px;
    }
    header #nav-bar-menu a.closebtn {
        right: 15px;
        top: 14px;
    }
    .radius-20{
        border-radius: 10px;
    }


    footer .footer-section .copy-rights{
        padding-top: 20px;
    }
    footer .footer-section .copy-rights p{
        font-size: 12px;
    }
    footer .footer-section .navbar-grid {
        padding-bottom: 0px;
        display: flex;
        flex-direction: column;
    }    
    footer .footer-section .navbar-grid .action_button {
        display: none;
    }  
    footer .footer-section .navbar-grid .header_menu ul {
        flex-wrap: wrap;
        gap: 20px;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }          
    footer .footer-section .navbar-grid .header_menu {
        margin: 20px 0px;
        width:100%;
    }    
    footer .footer-section .navbar-grid .header_menu ul li {
        margin:0px;
    }    
    footer .footer-section .navbar-grid .header_menu ul li a {
        font-size: 14px;
    }
    ul.main-menu li.active a:after, ul.main-menu li a:hover:after {
        content: none;
    }
    body{
        line-height: 1.4;
    }
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5 {
        line-height: 1.2;
    }
    section.banner-section {
        height: 70vh;
    }
    section.banner-section .page-container {
        height: 60vh;
    }
    .banner-inner-content .banner-title {
        margin-bottom: 20px;
        line-height: 1.2;
    }
    .banner-inner-content p {
        margin-bottom: 15px;
        /*font-size: 20px;*/
        font-size: 18px;
    }
    .section-60,.section-30,.section-40,.section-50,.section-80,.section-45{
        width: 100%;
        margin:0 auto;
    }
    .page-content {
        margin-top: 20px;
    }
    
    .page-content p {
        margin-bottom: 15px;
    }
    
    .solving-list-container {
        margin-top: 30px;
    }
    
    .icon-image-grid {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 30px;
    }
    
    .icon-image-grid .image-grid {
        order: 1;
        overflow: hidden;
    }
    
    .icon-image-grid .icon-grid:last-child {
        order: 3;
    }
    .icon-image-grid .icon-grid li svg {
        width: 32px;
    }
    ul li p {
        font-size: 16px;
    }
    .icon-image-grid .icon-grid {
        order: 2;
        position: relative;
        z-index: 10;
        background: #fff;
        flex-direction: column;
    }    
    .image-grid .image-group img {
        width: 250px;
    }    
    .image-grid .image-group img.mid-img-po {
        width: 320px;
    }    
    .image-grid .image-group img.right-img-po {
        width: 200px;
        right: 0;
    }    
    .image-grid .image-group img.left-img-po {
        left: 0;
    }
    .image-grid .image-group {
        margin-top: 100px;
    }    
    .icon-image-grid .icon-grid ul li h6 {
        text-align: left;
    }    
    .icon-image-grid .icon-grid ul li {
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 10px;
    }
    .get-in-touch {
        padding: 0;        
        height: 300px;
    }    
    .get-in-touch-content {
        padding: 20px;
        padding-top: 0px;
        width: 80%;
    }
    .get-in-touch-content .action_button {
        align-items: center;
        flex-direction: column;
        margin-top: 20px;
    }
    h1 br,h2 br,h3 br,h4 br,h5 br,h6 br {
        display: none;
    }
    section.footer-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    
    .partner-grid {
        overflow: hidden;
    }    
    .animate-icon-grid-item {
        transform: none !important;
        position: inherit !important;
        margin: 0px !important;
        width: auto !important;
        padding: 20px !important;
    }    
    .animate-icon-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }    
    .animate-icon-grid .animate-icon-grid-item p {
        /*padding: 20px 10px;*/
        padding: 0px;
    } 
    .animate-icon-grid .animate-icon-grid-item p {
        padding-top: 0px;
        margin: 0px;
    }    
    .animate-icon-grid .animate-icon-grid-item.grid-one img, 
    .animate-icon-grid .animate-icon-grid-item.grid-three img {
        margin: 20px 0;
    }   
    .media-container {
        grid-template-columns: 1fr;
        overflow: hidden;
        margin-top: 30px;
    }    
    .media-container .media-info {
        order: 1;
    }    
    .two-grid-column {
        grid-template-columns: 1fr;
    }    
    .media-container .media-logos {
        min-height: 350px;
    }

    .partner-bg a {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        position: relative;
    }    
    .img-overlay:after {
        height: 101%;
    }

    .left-grid-column .bottom_grid, .top_gird_right {
        padding-left: 0px;
        padding-right: 0;
        padding-bottom: 0px;
        padding-top: 30px;
    }    
    .bottom_right_gird {
        margin: 0px;
        margin-top: 20px;
        margin-bottom: 20px;        
        padding: 20px;
    }    
    .top_gird_right h6.head_text {
        margin: 10px 0px;
    }    
    .left-grid-column .top_grid {        
        padding: 30px;
        padding-top: 0;
        width: auto;
        border-radius: 10px;
        /*margin-top: 0px;*/            
        margin-top:20px;
        text-align: center;
    } 
    .left-grid-column .top_grid h6{
        margin-bottom: 0px;  
    }
    section#partnership-section {
        padding-top: 0;
    }   
    .left-grid-column .top_grid h6{
        margin-top: 20px;
    }
    .left-grid-column .top_grid h2 br:nth-child(1) {
        display: block;
    }

    .media-container .media-logos {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        align-items: center;
        justify-content: center;
        min-height: auto;
        gap: 10px;
    }
    
    .media-logos.logos-right {
        grid-template-columns: repeat(5,1fr);
        margin-top: 20px;
    }    
    
    .media-container .media-logos.logos-left {
        margin-top: 30px;
    }
    .media-container .media-logos img.img-responsive {
        opacity: 1;
        transform: none;
    }
    .left-grid-column .bottom_grid, .left-grid-column .top_grid.white-bg, .left-grid-column .bottom_grid, .top_gird_right,.bottom_right_gird {
        text-align: center;
    }
    .top_gird_right ul {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .bottom_right_gird .action_button {
        align-items: center;
        justify-content: center;
    }

    .animate-icon-grid .box1 .animate-icon-grid-item p, .animate-icon-grid .box3 .animate-icon-grid-item p {
        padding-top: 10px;
    }



    .img-overlay {
        width: 100%;
    }
    .partner-bg {
        margin: 0 10px;
    }
    img.logo_img {
        width: auto;
        max-width: 100%;
    }
    .slick-dots li button {
        background: green !important;
        border-radius: 100% !important;
        width: 10px !important;
        height: 10px !important;
    }
    .slick-dotted.slick-slider {
        margin: 30px 0px 0px 0px !important;
    }
    ul.slick-dots {
        bottom: 0;
        list-style: none;
        position: relative;
    }
    .slick-dots li {
        vertical-align: middle;
        text-align: center;
        list-style: none;
        top: 10px;
    }
    .slick-dots li.slick-active button:before {
        content: none;
    }

    .top_gird_right ul li{
        margin: 10px 0px;
    }

    a.icon-btn svg {
        position: absolute;
        right: 10px;
    }
    
    a.icon-btn {
        position: relative;
        padding-right: 40px;
    }
    .bottom_grid.radius-20.text-left {
        /*background: #000;*/
        margin-top: 30px;
        padding: 30px;
        width: fit-content;
    }
    p.text-white.head_text {
        text-align: left;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 600;
    }
    .top_gird_right ul {
        align-items: flex-start;
        text-align: left;
    }
    p.text-white.head_text span {
        font-size: 15px;
    }
    .top_gird_right ul li {
        margin-bottom: 0px;
    }
    .top_gird_right ul li p {
        margin-left: 5px;
        font-size: 16px;
    }
    .top_gird_right ul li svg {
        width: 24px;
        height: 24px;
    }
    .top_gird_right h5 {
        text-align: left;
    }
    img.img-responsive.logo-two {
        width: 75%;
        margin: 0 auto;
    }
    .page-container.green-bg.radius-20 {
        background: #fff;
    }    
    .bottom_grid.radius-20.text-left {
        background: #62BB6D;
        width: fit-content;
        margin-top: 0;
        padding: 20px 30px 25px 30px;
    }    
    .top_gird_right {
        background: #62BB6D;
        padding: 20px 30px 25px 30px;
        border-radius: 10px;
        margin-top: 0px;
    }    
    .top_gird_right ul li svg {
        position: relative;
        top: 2px;
    }    
    .inner_box {        
        margin-top: 0;
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: auto 1fr;
    }    
    .inner_box h5 {
        text-align: left;
        margin-left: 10px;
    }    
    .inner_box svg {
        position: relative;
        left: -5px;
        /*top: 9px;*/
        top: 0px;
        width: 50px;
        height: 50px;
    }   
    .bottom_grid.radius-20.text-left.hidden-mob {
        display: none;
    } 
    .bottom_grid.radius-20.text-left.visible-mob{
        display: block;
    }
    .green-shape{
        background-image: none;
    }
    #media-section-two .sticky-head {
        position: initial;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .right-grid-column .top_gird_right {
        width: 40%;
        float: left;
    }
    
    .bottom_right_gird.lightgreen-bg.radius-20 {
        width: 40%;
        padding: 30px;
        float: left;
        min-height: 320px;
        margin-left: 20px !important;
        justify-content: center;
    }
    
    .bottom_grid.radius-20.text-left.visible-mob {
        width: fit-content;
        clear: left;
    }
    .hidden-sm,.visible-sm{
        display: none;
    }
    .visible-lg{
        display: none;
    }
    .page-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    section.banner-section {
        height: 60vh;
    }
    section.banner-section .page-container {
        height: 50vh;
    }
    .banner-inner-content .banner-title {
        margin-bottom: 20px;
        line-height: 1.2;
    }
    .banner-inner-content p {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .section-60,.section-30,.section-40,.section-50,.section-80,.section-45{
        width: 80%;
        margin:0 auto;
    }
    .page-content {
        margin-top: 20px;
    }    
    .page-content p {
        margin-bottom: 15px;
    }
    .icon-image-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .icon-image-grid .image-grid {
        display: none;
    }
    .solving-list-container {
        margin-top: 40px;
    }
    .icon-image-grid .icon-grid ul li {
        padding: 15px;
        text-align: left;
    }
    .icon-image-grid .icon-grid ul li svg {
        width: 40px;
    }
    .icon-image-grid .icon-grid ul li:last-child {
        margin: 0px;
    }
    .animate-icon-grid-item {
        height: max-content;
    }
    .animate-icon-grid-item.grid-three {
        min-width: min-content;
    }
    .animate-icon-grid,
    .animate-icon-grid-item.grid-one {
        margin-top: 50px;
    }
    .two-grid-column {
        grid-template-columns: 1fr;
    }
    .media-container {
        grid-template-columns: 1fr;
    }
    .media-container .media-info {
        order: 1;
    }
    .media-container .media-logos {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .media-container .media-logos img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .media-container .media-logos.logos-right {
        grid-template-columns: repeat(5,1fr);
    }
    .media-container .media-logos img {
        margin: 0 auto;
        text-align: center;
    }
    section#media-section-two {
        padding-bottom: 0px;
    }
    .left-grid-column .top_grid {
        background: #fff;
        padding: 30px;
        border-radius: 10px;
        margin: 40px;
    }
    .left-grid-column .bottom_grid {
        padding-right: 40px;
    }
    h1 br,h2 br,h3 br,h4 br,h5 br,h6 br {
        display: none;
    }
    .left-grid-column .top_grid, .left-grid-column .bottom_grid {
        width: auto;
    }
    .right-grid-column .top_gird_right {
        padding-top: 0px;
    }
    .get-in-touch-content {
        width: 50%;
    }
    .get-in-touch {
        height: 400px;
        padding-left: 0px;
    }
    footer .footer-section .navbar-grid {
        grid-template-areas:
            "heading navigation";
    }
    
    footer .footer-section .navbar-grid .action_button {
        display: none;
    }
    
    footer .footer-section .navbar-grid ul.main-menu {
        flex-wrap: wrap;
    }
    
    footer .footer-section .navbar-grid ul.main-menu li {
        margin: 0 10px;
    }


    header .nav-bar {
        height: 0;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        overflow-x: hidden;
        transition: 0.5s;
    }
    .header_menu a.primary-btn.icon {
        width: 45px;
        height: 45px;
        line-height: 45px;
        padding: 0;
        text-align: center;
    }
    header #nav-bar-menu a.closebtn {
        position: absolute;
        right: 30px;
        top: 15px;
        padding: 0;
        color: #fff;
        font-size: 20px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
    }
    
    .hidden-sm,
    .visible-sm {
        display: block;
    }
    
    .action_button.visible-lg.hidden-sm {
        display: none;
    }
    
    header .navbar-grid {
        grid-template-areas: "heading navigation";
    }
    
    header .main-menu {
        position: relative;
    }
    
    header ul.main-menu {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0;
        text-align: left;
        margin-top: 70px;
        width: auto;
        background: #fff;
        margin-left: 15px;
        margin-right: 15px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
    body.mobile-menu-open .header_logo {
        position: relative;
        z-index: 100000;
        left: 0px;
    }
    
    header ul.main-menu li {
        width: 100%;
        margin: 0;
    }
    
    header ul.main-menu li a {
        margin: 10px 15px;
        display: block;
    }


    
    /*.partner-grid{
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap:30px;
    }*/

    .partner-bg a {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        position: relative;
    }    
    .img-overlay:after {
        height: 101%;
    }
    .partner-bg {
        margin: 0 10px;
    }
    .slick-dotted.slick-slider {
        margin: 40px 0px 0px 0px !important;
    }
    .slick-dots li button {
        background: green !important;
        border-radius: 100% !important;
        width: 14px !important;
        height: 14px !important;
    }
    section#who-we-are-section ul.slick-dots {
        bottom: -40px;
    }
    .partnership-section h5 {
        font-size: 24px;
    }
}
@media screen and (min-width: 993px) and (max-width: 1024px) {
    .partner-grid{
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap:40px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .hidden-sm,
    .visible-sm {
        display: none;
    }    
    .action_button.visible-lg.hidden-sm {
        display: block;
    }
    ul.main-menu li {
        margin: 0 10px;
    }
    ul.main-menu li a {
        font-size: 15px;
    }
    a.book-btn.primary-btn {
        font-size: 15px;
    }
    .page-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    section.banner-section {
        height: 50vh;
    }    
    section.banner-section .page-container {
        height: 40vh;
    }
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    section#partnership-section {
        padding-left: 15px;
        padding-right: 15px;        
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    section#partnership-section .page-container {
        padding: 0px;
        width: 99%;
    }
    .get-in-touch{
        padding-left: 0px;
    }
    .animate-icon-grid-item.grid-three {
        min-width: auto;
    }    
    .animate-icon-grid {
        width: 80%;
    }
    .media-container {
        grid-template-columns: 1fr;
    }
    .media-container .media-logos {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        align-items: center;
        justify-content: center;
        min-height: auto;
        gap: 10px;
        text-align: center;
        margin: 0 auto;
    }
    .media-logos.logos-right {
        grid-template-columns: repeat(5,1fr);
        margin-top: 20px;
    }    
    .media-container .media-logos.logos-left {
        margin-top: 30px;
    }
    .media-container .media-logos img{
        width:auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
    .page-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    section#partnership-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    section#partnership-section .page-container {
        padding: 0px;
    }
}
@media screen and (min-width: 1025px) {
    
    .partner-grid{
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap:20px;
    }
    .media-container .media-logos img.img-responsive {
        position: relative;
        float: left;
        width: auto;
        cursor: pointer;
    }
    img.img-responsive.logo-two {
        left: -40px;
        top: 70px;
    }
    img.img-responsive.logo-three {
        top: 0px;
        left: 250px;
    }
    img.img-responsive.logo-four {
        left: -150px;
        top: 130px;
    }
    img.img-responsive.logo-five {
        left: -70px;
    }
    img.img-responsive.logo-six {
        top: -90px;
        left: 180px;
    }
    img.img-responsive.logo-seven {
        top: 30px;
        left: -100px;
    }
    img.img-responsive.logo-eight {
        top: -90px;
        left: 180px;
    }
    img.img-responsive.logo-nine {
        top: 50px;
        left: 0px;
    }
    .hidden-lg.visible-sm {
        display: none;
    }
    .partner-grid.client-grid .partner-item {
        width: 18%;
        flex-basis: 18%;
    }
    .partner-grid.client-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-between;
    }
}


@media screen and (min-width: 768px) and (max-width: 992px) {
    .green-shape {background-image: none;}
.page-container.green-bg.radius-20 {
        background: #fff;
    }    
    .bottom_grid.radius-20.text-left {
        background: #62BB6D;
        width: fit-content;
        margin-top: 0;
        padding: 20px 30px 25px 30px;
    }    
    .top_gird_right {
        background: #62BB6D;
        padding: 20px 30px 25px 30px;
        border-radius: 10px;
        margin-top: 0px;
    }    

section#partnership-section {
    padding-top: 0px;
}

.bottom_grid.radius-20.text-left.hidden-mob.green-bg {
    display: none;
}

.top_grid.white-bg-.radius-20.text-left {
    padding: 0px;
    text-align: center;
}

.top_gird_right {
    padding: 30px !important;
    margin-bottom: 30px;
}

.bottom_right_gird.lightgreen-bg.radius-20 {
    margin: 0px;
}

.bottom_grid.radius-20.text-left.visible-mob {
    display: block;
    margin-top: 30px;
}
.inner_box {
        margin-top: 0;
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: auto 1fr;
    }    
    .inner_box h5 {
        text-align: left;
        margin-left: 20px;
    }    
    .inner_box svg {
        position: relative;
        left: -5px;
        top: 9px;
    }
    
    /*19-4-25*/
    .top_gird_right.no-pad-bot {
        padding-bottom: 0px !important;
    }    
    .right-grid-column .top_gird_right {
        width: fit-content;
    }    
    .top_gird_right.no-pad-top {
        padding-top: 0px !important;
    }    
    p.text-white.head_text {
        display: none;
    }    
    .bottom_right_gird.lightgreen-bg.radius-20 {
        width: 85%;
        min-height: fit-content;
        margin: 0 20px !important;
    }
    .page-container.sticky-head {
        background: #fff;        
    }
    .left-grid-column .top_grid{        
        margin: 40px 20px 0;
    }
    .bottom_grid.radius-20.text-left.visible-mob {
        margin-bottom: 20px;
    }

}
@media (max-width: 640px) {
    .banner-title{ 
        font-size: 30px;
    }
    footer .footer-section .navbar-grid .header_menu ul {
        display: flex;
        gap: 10px;
    }    
    footer .footer-section .navbar-grid .header_menu ul li {
        float: left;
    }    
    .left-grid-column .top_grid {
        margin-top: 20px;        
        padding-top: 20px;
    }    
    footer .footer-section .navbar-grid .header_menu ul li a {
        font-size: 13px;
    }
}



@media (max-width: 767px) {
    .mobile-banner{
        display: block;
        width: 100%;
        margin-bottom: 20px;            
    }
    section.banner-section {
        height: 100%;
        background-image: none !important;
        margin-top: 60px;
    }    
    .banner-inner-content h1,.banner-inner-content p{
        color:#363836 !important;
    }
    section.banner-section .page-container.section-padding {
        padding: 0px;
        height: 100%;
    }    
    section.parallex-on .parallex-container {
        position: inherit;
    }    
    section.banner-section:before {
        content: none;
    }    
    .mobile-banner img {
        width: 100%;
        height: 100%;
    }    
    section.main-header.sticky-header .page-container {
        padding: 0px;
    }    
    section.banner-section .banner-inner-content {
        text-align: center;
        align-items: center;
        justify-content: flex-start;
    }    
    section.banner-section .banner-inner-content p.white-text.fade-up {
        text-align: center;
    }


    .page-container.green-shape.radius-20 {
        background: transparent;
    }    
    .top_gird_right.no-pad-top.light-greenbg {
        margin: 20px 0;
    }
    .bottom_grid.radius-20.text-left.visible-mob img {
        width: 100%;
        max-width: 100%;
    }
    .bottom_grid.radius-20.text-left.visible-mob .inner_box {
        display: flex;
        flex-direction: column;
    }
    .bottom_grid.radius-20.text-left.visible-mob {
        padding: 0;
        border-radius: 20px 20px 10px 10px;
    }
    .inner_box h6.text-white {
        padding: 20px;
        margin: 0;
    }
    .top_grid.white-bg.radius-20.text-left h6.text-black.fade-up-subhead {
        width: 100%;
        text-align: left;
        font-size: 18px;
    }
    .top_grid.white-bg.radius-20.text-left h2.fade-up.text-black {
        text-align: left;
        width: 80%;
    }
    .top_grid.white-bg.radius-20.text-left h2.fade-up.text-black br {
        display: none;
    }
    .left-grid-column .top_grid {
        padding-left: 0;
        padding-top: 0;
    }
    .icon-image-grid .image-grid{
        padding: 0px;
    }
    .get-in-touch-content {
        width: 90%;
    }
    .banner-inner-content h1,.banner-inner-content p {
        padding: 0 15px;
    }
    .header_menu a.primary-btn {
        padding: 8px 12px;
        border-radius: 5px;
    }

    /*05-05-25*/
    .partnership_gird_top, .partnership_gird_bottom {
        display: flex;
        flex-direction: column;
    }    
    .top_gird_right p.head_text,
    .top_gird_right p span {
        text-align: left;
    }    
    .partnership_gird .top_gird_right {
        padding: 20px;
    }    
    .partnership_gird {
        margin-top: 10px;
    }    
    .partnership_gird_top_right p.overlay-content {
        font-size: 18px;
    }    
    .partnership_gird_bottom ul {
        width: 80%;
    }    
    .top_gird_right ul li,
    .partnership_gird_bottom ul li {
        align-items: flex-start;
    }    
    .bottom_right_gird {
        margin: 0px;
    }
    .top_gird_right {
        background: transparent;
    }
    #partnership-section .left-grid-column {
        text-align: center;
        width: 100%;
    }    
    .left-grid-column h6.text-black.fade-up-subhead {
        width: 80%;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 20px;
    }    
    h2.fade-up.text-black {
        text-align: center;
        display: block;
        width: 100%;
    }
    /*05-05-25*/
    .partnership_gird_top_left, .partnership_gird_top_right, .partnership_gird_bottom_left, .partnership_gird_bottom_right {
        width: 100%;
        flex-basis: 100%;
    }
    section#partnership-section{
        padding-top: 30px;
    }
    .partner-bg a {
        padding: 0;
    }
    .partner-grid {
        display: grid;
        grid-template-columns: 47% 47%;
        gap: 20px;
        justify-content: space-between;
    }
    #who-we-are-section .partner-item img {
               height: auto;
        max-width: max-content;
        object-fit: contain;
        object-position: center center;
        width: 70%;
    }
    .partner-bg {
        margin: 0px;
        display: flex;
    }

    .meal-selection-list ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;           /* Prevent wrapping */
        gap: 10px;
        overflow-x: auto;            /* Enable horizontal scrolling */
        -webkit-overflow-scrolling: touch; /* Smooth scroll on iOS */
        scrollbar-width: none;       /* Firefox: hide scrollbar */    
        padding: 20px 0px;             
    }
    .meal-selection-list ul::-webkit-scrollbar {
        display: none;               /* Chrome, Safari: hide scrollbar */
    }
    .meals-grids {
        grid-template-columns: 1fr;
    }
    .samplemenu-grid p {
        min-height: 50px;
        margin-bottom: 0px;
        display: flex;
        align-items: flex-end;
        line-height: 1.3;
        margin: 0px !important;
    }
    .samplemenu-grid p{
        margin: 20px 0px 0px 0px;
    }
    .samplemenu-grid .samplemenu-griditem {
        width: calc((100% - 20px) / 2);
    }
    .meal-selection-list ul li {
        width: fit-content;
        flex: 0 0 auto;
        white-space: nowrap;
    }
    .meal-selection-list {
        padding: 0px;        
    }
    .snacks-grid {
        grid-template-columns: repeat(2,1fr);
        margin:20px 0px;
    }
    .offer-grid {
        display: grid;
        grid-template-columns: 1fr;        
        gap: 20px;
    }
    .offer-grid .offer-item .offer_column ul {
        margin: 20px 10px 30px 10px;
    }
    .offer-grid .offer-item {
        width: 100%;
        margin-bottom: 40px;
    }
    .who-banner {
        margin-top: 0px;
    }
    .who-banner:after {
        height: 80px;
    }
    .offer-grid .offer-item .offer_column ul {
        margin: 20px 10px 30px 10px;
    }
    .who-banner {margin-top: 0px;}

    .who-banner:after {
        height: 80px;
    }
    .who-container {
        grid-template-columns: 1fr;
        gap: 0px;
        margin-bottom: 10px;
    }
    .who_cont_sec {
        margin: 20px 0;
    }
    .who_cont_sec .who_cont_grid img {
        height: 75px;
    }
    .specialty_icon_grid {
        width: 100%;
        grid-template-columns: 25% 25% 25% 25%;
    }
    .specialty_icon_grid .s_icon_grid_item {
        gap: 10px;
    }
    .specialty_icon_grid .s_icon_grid_item p {
        padding: 0 20px;
        font-size: 15px;
        line-height: 1.3;
    }
    section.section-padding.who-are-we-section {
        padding-bottom: 15px;
    }
    section#why-cafe-section {
        padding: 30px 0px;
    }
    .why_grid_container {
        display: flex;
        flex-direction: column-reverse;
        margin: 0px;
        gap: 30px;
    }
    .list_icon_grid_item {
        align-items: center;
    }
    .partner-grid.client-grid {
        margin-top: 30px;
    }
    .why_cont_grid {
        gap: 20px;
    }   
    .why_grid_container h3 .word-line {
        text-align: center !important;
    }
    .samplemenu-grid{
        row-gap: 20px;
        margin-bottom: 0;
    }
    .meals-section {
        margin-top: 20px;
    }
    span.green-bg.icon-circle {
        top: 20px;
        left: 20px;
        right: auto;
        transform: none;
        width: 42px;
        height: 42px;
    }
    .offer-grid .offer-item {
        position: relative;
        overflow: hidden;
        margin: 0px;
    }
    .offer-grid .offer-item .offer_column h6 {
        background: #fff;
        color: #000;
        text-align: left;
        margin-left: 60px;
        margin-top: 15px;
    }
    span.green-bg.icon-circle svg {
        width: 24px;
        height: 24px;
    }
    .offer-grid .offer-item .offer_column ul {
        display: table;
        float: left;
        width: fit-content;
        margin: 0 30px;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: left;
        margin-right: 0px;
    }
    .offer-grid .offer-item .offer_column ul li {
        float: left;
        padding: 0 15px;
        position: relative;
        line-height: 1;
        margin-bottom: 5px;
    }
    .offer-grid .offer-item .offer_column ul li:before {
        position: absolute;
        content: '';
        width: 7px;
        height: 7px;
        background: #A2A8A5;
        border-radius: 7px;
        bottom: 50%;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
    .list_icon_grid_item ul li:before {
        width: 7px;
        height: 7px;
        bottom: 50%;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
    .list_icon_grid_item ul li {
        line-height: 1;
        margin-bottom: 5px;
    }
    .who-banner {
        width: 100%;
    }
    .meals-grids .meals-grid-item .meal-grid{        
        grid-template-columns: 94px auto;
    }
    .who-container img, .why_grid_container img{
        height: auto;
    }    
    ul.meal_contains {
        flex-direction: column;
        align-items: flex-start;
    }

    
    body.page-template-b2b-template .mobile-banner{
        height: 300px;
        object-fit: cover !important;
        position: relative;
    }    
    body.page-template-b2b-template .mobile-banner img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /*body.page-template-b2b-template .mobile-banner{
        position:relative;
    }
    body.page-template-b2b-template .mobile-banner:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.5);
    }*/

    body.page-template-b2b-template .b2bbanner.banner-section {
        margin: 0px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .why_grid_container .why_img_grid img {
        height: auto;
        position: sticky;
        top: 100px;
        z-index: 1;
    }
    section.banner-section {
        height: 60vh;
        background-position: 60% 0 !important;
        background-size: 160% !important;
    }
    .left-grid-column h6.text-black.fade-up-subhead {
        width: 100%;
        font-size: 18px;
        margin-bottom: 0px;
    }    
    .top_gird_right.no-pad-top.light-greenbg {
        margin: 0;
    }    
    .bottom_grid.radius-20.text-left.visible-mob {
        display: none;
    }    
    .bottom_right_gird.lightgreen-bg.radius-20 {
        margin-bottom: 40px !important;
    }    
    .bottom_grid.radius-20.text-left.hidden-mob.green-bg {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
    }    
    .bottom_grid .light-greenbg {
        margin: 0px;
        display: grid;
        grid-template-columns: 40% 60%;
        align-items: center;
    }    
    p.text-white.head_text {
        display: block;
    }
    .left-grid-column {
        gap: 30px;
    }
    /*05-05-25*/
    .partnership_gird_top, .partnership_gird_bottom {
        display: flex;
        flex-direction: column;
    }
    .top_gird_right {
        background: transparent !important;
        margin: 0px;
    }
    .partnership_gird_bottom .top_gird_right.no-pad-bot {
        padding-bottom: 30px !important;
    }
    .bottom_right_gird {
        padding: 30px;
    }
    .top_gird_right ul li {
        align-items: flex-start;
    }
    /*05-05-25*/
    .partnership_gird_top, .partnership_gird_bottom {
        flex-direction: row;
    }
    .partnership_gird_top_right .img_sec img {
        object-fit: cover;
    }
    .partnership_gird_top_right .img_sec {
        border-radius: 20px;
        overflow: hidden;
    }
    .partnership_gird_bottom_left {
        background-size: 25%;
    }
    .left-grid-column {
        gap: 20px;
        background: #f8faed;
        padding: 30px;
        border-radius: 20px;
    }
    .left-grid-column h6.text-black.fade-up-subhead {
        margin: 0px;
    }
    .partnership_gird {
        margin-top: 30px;
    }
    .left-grid-column h2 {
        line-height: 1;
    }
    .partnership_gird .top_gird_right p.text-black.head_text {
        font-size: 18px;
    }
    .partner-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin-bottom: 10px;
        gap: 20px;
    }
    .partner-bg {
        margin: 0px;
        width: 100%;
    }
    .partner-item {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .partner-bg a {
        padding: 20px 0px;
    }
 
    .offer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .offer-grid .offer-item {
        width: 100%;
        margin-bottom: 40px;
    }

    .offer-grid .offer-item ul {
        padding: 0 20px;
    }

    .who-banner {
        margin-top: 0px;
    }

    .who-banner:after {
        bottom: -60px;
    }

    .who-container img, .why_grid_container img {
        width: auto;
        height: auto;
    }

    .who-container {
        display: flex;
        gap: 20px;
        flex-direction: column-reverse;
    }

    .who_cont_sec {
        margin-bottom: 0px;
    }
    .who-banner {
        width: 90%;
    }
    .who-container {
        display: flex;
        flex-direction: column;
        gap: 0px;
        margin-top: 20px;
    }
    .who-container img {
        width: 100%;
        height: 100%;
    }
    .who_cont_sec {
        margin-top: 10px;
    }

    .why_grid_container {
        grid-template-columns: 40% 55%;
        margin: 0px;
    }

    .partner-grid.client-grid {
        margin-top: 30px;
    }

    #sample-menu .section-heading {
        width: 60% !important;
    }

    .samplemenu-grid .samplemenu-griditem {
        width: calc((100% - 60px) / 3);
    }

    .meal-selection-list ul li {
        padding: 8px 16px;
    }

    .meal-selection-list ul {
        align-items: center;
        justify-content: center;
    }

    .meals-grids {
        grid-template-columns: repeat(2,1fr);
    }

    .meals-grids ul.meal_contains {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    section.banner-section .b2b-banner .banner-inner-content {
        justify-content: center !important;
        margin-top: 80px !important;
    }
    section.banner-section .b2b-banner .banner-inner-content br {
        display: block;
    }
    .who-banner {
        width: 90%;
    }
}
@media screen and (min-width: 993px) and (max-width: 1199px) {
    .left-grid-column {
        justify-content: space-between;
    }
    /*05-05-25*/
    .partnership_gird_bottom .top_gird_right ul {
        width: 80%;
    }    
    .top_gird_right ul li {
        align-items: flex-start;
    }
    .partnership_gird_bottom_right {
        display: flex;
        align-items: center;
    }
    /*05-05-25*/
}

