@media screen and (max-width: 1400px) {
    .web-logo img {
        height: 40px;  
    }  
    nav.navigation ul li:not(:last-child) {
        margin-right: 10px;
        padding-right: 10px;  
    } 
} 
@media screen and (min-width: 1024px) and (max-width: 1400px) {
    .web-logo img {
        height: 30px;  
    }  
}
@media screen and (max-width: 1024px) {
    .brand-details-description-block {
        padding-right: 0;
    }
    .brand-details-block-view.reverse-block .brand-details-description-block {
        padding-left: 0;
    }
    .search-form-block {
        max-width: 200px;
    }
    nav.navigation ul li a { 
        font-size: 12px;
    }
    nav.navigation ul li a {
        align-items: center;
    }
    h1 {
        font-size: 52px;
    }
    
    h2 {
        font-size: 34px;
    }
    
    h3 {
        font-size:28px;
    }
    
    h4 {
        font-size: 24px;
    }
    
    h5 {
        font-size: 20px;
    }
    
    h6 {
        font-size: 16px;
    }
    
    p {
        font-size: 20px;
    }
    .section-heading-part-block h1{
        font-size:42px;
    }
}  
   

/* Mobile nav hidden */  
@media (max-width:991px) {   
    h1 {
        font-size: 44px;
    }
    .section-heading-part-block h1{
        font-size:38px;
    }
     section.inner-page-heading h1{
         font-size:38px;
    }
    h2 {
        font-size: 32px;
    }
    
    h3 {
        font-size:26px;
    }
    
    h4 {
        font-size: 22px;
    }
    
    h5 {
        font-size: 18px;
    }
    
    h6 {
        font-size: 16px;
    }

    p {
        font-size: 18px;
    }
    .about-kitchen-points-lists-block ul li{
        font-size: 18px;
    }
    section.main-section>section {
        flex: 0 0 auto;
    } 

    .navigation {
        max-height: 0;  
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .navigation.active {
        opacity: 1;
        max-height: 500px;
    }

    nav.navigation ul {
        flex-direction: column;  
        width: 100%;
        background: #fff;
    }

    nav.navigation {
        position: absolute;
        top: 100%;
        background: #ffffff;
        left: 0;
        width: 100%;
        z-index: 9;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    header.header {
        position: relative;
    }

    nav.navigation ul li:not(:last-child) {
        margin-right: 0;
        padding-right: 0;
    }

    nav.navigation ul li:not(:last-child) {
        border-bottom: 1px solid #d1d1d1;
    }

    nav.navigation ul li:not(:last-child)::after {
        display: none;
    }

    nav.navigation ul li a {
        display: block;
        padding: 15px 15px;
    }

    .search-form-block form input {
        display: none;
    }

    .search-form-block form {
        background: transparent;
    }

    .search-form-block {
        margin-left: auto;
        margin-right: 5px;
    }

    .search-form-block form {
        padding: 0;
    }

    .search-form-block span.search-icon img {
        height: 25px;
    }


    section.main-section {
        height: auto;
        overflow: visible;
        flex-direction: column;
    }



    .container {
        max-width: 100%;
    }

    section.main-section>section { 
        margin-bottom: 20px;
    }

    .banner02-image-block-with-desc-text img {
        position: relative;
        left: 50%;
        height: auto;
        transform: translateX(-50%) scale(1);
    }

 

    .banner02-highlight-topleft-text-block h3 {
        text-wrap: auto;
    }

    .banner02-highlight-topleft-text-block {
        position: relative;
        top: 0;
    }

    .banner02-section-inner-block {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }


    span.banner02-caption1.text-left {
        position: relative;
        left: 0;
    }

    span.banner02-caption2.text-right {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        display: block;
    }

    span.banner02-caption3.text-left {
        position: relative;
        left: 0;
        right: auto;
        top: 0;
    }

    .banner02-image-block-with-desc-text {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 30px;
    }

    span.banner02-caption2.text-right br {
        display: none;
    }

    .banner02-image-block-with-desc-text {
        margin-top: 0;
    }

    .banner02-bottom-text-block {
        position: relative;
        bottom: auto;
        top: 0;
        margin-top: 40px;
        padding-bottom: 0;
    }

    section.main-section>section>div {
        height: auto !important;
    }

    .banner02-section-inner-block {
        /* height: auto; */
    }

    section.banner02-section {
        height: auto !important;
    }

    .banner03-image1 {
        position: relative;
        left: 0;
        bottom: auto;
        top: 0;
        margin-bottom: 19px;
    }

    .banner03-image2 {
        position: relative;
        left: 0;
        top: 0;
        transform: translateX(0);
        margin-bottom: 20px;
    }

   

    .banner03-text-caption-block {
        width: 100%;
    }

    .banner03-image2 img {
        width: 100%;
        height: auto;
    }

    .banner03-image1 img {
        width: 100% !important;
    }

    .banner03-section-inner-block {
        height: auto;
    }

    section.banner03-section {
        height: auto !important;
    }

    .banner03-image3 {
        position: relative;
        left: 0;
        top: 0;
    }

    .banner03-images-lists-block {
        height: auto;
    }

    .banner-04-text-caption-block h4 {
        text-wrap: auto;
    }

    .brand-details-block {
        padding-bottom: 40px;
    }

    section.main-section>section {
        height: auto;
    }

    .brand-lists-slider .owl-dots button span {
        display: block;
        width: 10px;
        height: 10px;
        background: #d21636;
        border-radius: 50%;
    }

    .brand-lists-slider .owl-dots {
        display: flex;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 15px;
        gap: 5px;
    }

    .brand-lists-slider .owl-dots button.active span {
        background: #165548;
    }

    .banner05-section-inner-block .container {
        height: auto;
    }

    .india-map-block img {
        width: 100% !important;
        height: auto;
        margin: 0 auto;
    }

    .banner05-section-inner-block {
        padding-bottom: 20px;
    }

    .banner05-caption-text-block h2 {
        text-align: center;
    }

    .banner05-caption-text-block p {
        text-align: center;
    }

    .banner05-caption-text-block p {
        text-wrap: auto;
    }

  
    section.banner06-section {
        height: 100vh !important;
    }

    section.main-section>section>div.banner06-section-inner-block {
        height: 100vh !important;
    }

    .banner06-highlight-text-box {
        font-size: 18px;
        line-height: 1.3;
        padding: 10px;
    }

    .banner06-highlight-text-box {
        text-wrap: auto;
    }

    .banner06-text-caption-block {
        padding: 20px;
    }

    .banner06-features-lists-block ul li {
        text-wrap: auto;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        line-height: 1.2;
        padding-left: 5px;
        position: relative;
    }

    .banner06-features-lists-block ul {
        list-style-position: outside;
        margin-left: 15px !important;
    }

    .banner06-features-lists-block ul li::before {
        left: 0;
        margin-left: -15px;
    }

    .banner06-features-lists-block ul li:nth-child(1), .banner06-features-lists-block ul li:nth-child(3) {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .banner03-text-caption-block p {
        text-wrap: auto;
    }

    .banner07-text-caption-block {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px !important;
    }

    .hotel-chef-image-block {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .banner07-text-caption-block p br {
        display: none;
    }

    .banner03-image3 img {
        margin: 0 auto;
        width: 100%;
    }

    section.main-section>section>div.banner01-section-inner-block {
        height: 100vh !important;
    }

    .banner01-caption-text-block p {
        text-wrap: auto;
    }

   
    .banner03-section-inner-block {
        padding-bottom: 20px;
    }

    .brand-details-desc-block {
        min-height: 155px;
    }

    .search-form-block {
        display: none;
    }
    span.banner02-caption1.text-left::before, span.banner02-caption2.text-right::before, span.banner02-caption3.text-left::before{
        display:none;
    }
     nav.navigation ul li a {
        font-size: 16px;
    }
    section.food-ecosystem-section {
        margin-top: -1.5rem;
    }
    .food-ecosystem-block::before{
        display:none;
    }
    .food-ecosystem-block.middle-block, .food-ecosystem-block{padding-top:0;}
    .brand-lists > .brand-details-block-view:not(:last-child) {
        margin-bottom: 3rem;
    }
}



@media screen and (max-width: 768px) {
    div#popup-form {width: 100%;}
    .contact-form-block{width:100% !important;}
    .model-system-block-lists >.model-system-block:not(:last-child)::after{display:none;}
    .brand-details-block-view.reverse-block .brand-details-description-block{display:block;}
    .brand-details-block-view.reverse-block .brand-details-description-block h4{padding:10px 15px;}
    .brand-details-description-block {
        padding: 0;
    }
    .brand-feature-block br {
        display: none;
    }
    .brand-details-logo-block img {
        width: 200px;
    }
    .brand-feature-block{font-size:18px; }
    .brand-details-description-block h4{padding:10px 15px;}
    .brand-details-logo-block {
        min-height: 250px;
    }
    .brand-details-block-view.reverse-block .brand-details-description-block {
        padding-right: 0;
        padding-left: 0;
    }
    .brand-details-description-block h4{margin-left:0;}
    .brand-lists > .brand-details-block-view:not(:last-child) {
        margin-bottom: 2.5rem;
    }
    .section-heading-part-block h1{
        font-size:34px;
        line-height:1.3;
    }
    section.inner-page-heading h1{
         font-size:34px;
        line-height:1.3;
    }
    .section-heading-part-block p br {
        display: none;
    }
      .banner05-caption-text-block p br {
        display: none;
    }

     .banner03-text-caption-block p br {
        display: none;
    }
     .banner01-caption-text-block p br {
        display: none;
    }
    .banner03-image3{border-radius:50px;}
    .member-group-block-info p br{display:none;}
}