/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .container {
      max-width: 90%;
    }
    /* header start */
    .mobile-header {
      padding: 20px 0;
      padding-bottom: 14px;
    }
  
    .mobile-row {
      display: flex;
      justify-content: space-between;
    }
  
    .mobile-header-wrap {
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }
  
    .mobile-header-wrap button {
      color: var(--color-white);
      background: none;
      border: unset;
      font-size: 20px;
      height: 32px;
      width: 32px;
      margin-left: 5px;
    }
  
    .mobile-header-wrap button i {
      font-size: 20px;
    }
  
    .mobile-header-wrap button::after {
      display: none;
    }
  
    .mobile-header-wrap .dropdown-menu {
      transform: translate3d(0px, 72px, 0px) !important;
      border-radius: 0px;
      border: unset;
      background: var(--primary-color);
    }
  
    .mobile-header-wrap .dropdown-menu li {
      margin-bottom: 10px;
    }
  
    .mobile-header-wrap .dropdown-menu li:hover a {
      color: var(--primary-color);
    }
  
    .mobile-header-wrap .dropdown-menu li a {
      color: var(--color-white);
      font-size: 16px;
      font-family: var(--font-open-sans);
    }
  
    /* hearo section start */
    .hero-section-text {
      width: 100%;
      padding: 55px 0px !important;
    }
  
    .hero-section-text h1 {
      font-size: 34px;
      margin-bottom: 10px;
    }
    .blog-color-box h4 {
        font-size: 24px;
        line-height: 32px;
    }
    .next-article-text h4 {
        font-size: 26px;
    }
    .next-article-text>p {
        font-size: 16px;
    }
    .hero-section-text p {
      font-size: 16px;
      line-height: 21px;
    }
    .hero-section-text p.hero-section-container-835 {
        max-width: 675px;
    }
  
    .hero-section-detail {
      /* padding: 10px 15px; */
      height: 100%;
      display: flex;
      align-items: center;
    }
  
    .hero-section-detail-wrap {
      height: auto;
    }
  
    .hero-section-image .row {
      margin: 0;
    }
  
    .hero-section-image .row > * {
      padding: 0;
    }
  
    .hero-section-detail-wrap p {
      font-size: 24px;
    }
  
    .hero-section-detail-wrap2 p {
      margin-top: 5px;
      text-align: center;
    }
  
    .hero-section-author {
      padding: 20px !important;
    }
  
    /* .hero-section-author-avtar {
      margin-right: 10px;
    } */
  
    .hero-section-author-avtar img {
      width: 70px;
      height: 70px;
    }
  
    .hero-section-author-text p:nth-child(1) {
      /* font-size: 14px; */
      text-align: left;
    }
  
    /* .hero-section-author-text p {
      font-size: 16px;
    } */
  
    .blog-section .blog-section-text h3 {
      font-size: 32px;
    }
  
    .blog-section .blog-section-text p {
      font-size: 16px;
      line-height: 24px;
    }
  
    .blog-top-picks-heading h2 {
      font-size: 36px;
    }
  
    .blog-top-picks-wrap div div:nth-child(1) {
      width: 42px;
      height: 42px;
      font-size: 18px;
    }
  
    /* .product-grid {
      grid-template-columns: repeat(3, 1fr);
    } */
  
    .product-card img {
      height: 200px;
    }
  
    .blog-top-picks-wrap div:nth-child(2) p {
      font-size: 16px !important;
    }
  
    .blog-top-picks-wrap div > div > h5 {
      font-size: 18px;
    }
  
    .blog-space {
      margin-top: 15px !important;
    }
  
    .raising-section .raising-image-wrap div h2 {
      font-size: 48px;
      margin-bottom: 30px;
    }
  
    .raising-section .raising-image-wrap div p {
      font-size: 18px;
    }
  
    .raising-section .raising-image-wrap img {
      height: auto;
    }
  
    .raising-section .row {
      margin: 0;
    }
  
    .raising-prop h2 {
      font-size: 28px;
    }
  
    .left-side-footer-new {
        grid-template-columns: 100%;
        gap: 16px;
    }
    .sources p a {
      min-height: auto;
    }
    /* .raising-prop {
      align-items: start;
    } */
    .raising-detail > div p {
      /* font-size: 18px; */
      margin-bottom: 20px;
    }
  
    .blog-section .row > * {
      padding: 0;
    }

    .product-highlights h3 {
        font-size: 32px;
    }
    .rating-label {
        font-size: 20px;
    }
    .bottom-line h3 {
      font-size: 32px !important;
    }
    .overall-grade {
        padding-left: 0;
        max-width: 225px;
    }

    /* ___________  Start Home page CSS  ________________ */
    .home-main {
        grid-template-columns: 100%;
        gap: 55px;
    }
    .home-main-left img {
        width: 100%;
        max-height: 495px;
        object-fit: cover;
        object-position: top;
    }
    .container {
      max-width: 100%;
      padding: 0 36px;
    }
    .py-90 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .other-article-inner {
        grid-template-columns: repeat(3, calc(33.33% - 14px));
        gap: 20px;
    }
    .blog-color-box {
        padding: 64px 60px;
    }
    .blog-section .blog-section-text h3.desk-fs-36 {
        font-size: 28px;
    }
    .next-title {
      font-size: 36px;
    }
    .raising-detail {
        padding: 36px 36px 20px;
    }
    .raising-detail>div {
        max-width: 100%;
    }
    .disclaimer p {
      text-align: justify;
    }
    .blog-section-text >div.d-flex {
        flex-direction: column;
    }
    .blog-section-text >div.d-flex img {
      width: 100%;
      max-height: 485px;
    }
    header .container {
      padding: 0px 36px;
    }
    section.blog-section .container>.row {
        margin-left: 0;
        margin-right: 0;
    }
    .mt-32 {
        margin-top: 24px;
    }
    .hero-section-detail {
        padding: 48px 24px 48px 34px;
    }
    .protein-intake-spacing, .why-eating-vaggies {
        padding-left: 36px;
        padding-right: 26px;
    }
    .search-hide-mob {
      display: none;
    }
    nav.navbar.top-navbar {
      padding: 15px 0;
    }
    a.navbar-brand img {
        max-width: 180px;
    }
    a.navbar-brand {
        padding: 0;
    }

    .cat-hero {
        gap: 24px;
        padding: 32px 32px;
    }
    .cat-items-text h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .cat-hero-text p {
        font-size: 17px;
    }
    .cat-items {
        gap: 20px;
    }
    .cat-items-text p {
        line-height: 135%;
    }
        
  }