/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .container {
      max-width: 100%;
    }
    .mobile-header {
      padding: 20px;
      padding-bottom: 14px;
    }
    .mobile-row {
      display: flex;
      justify-content: space-between;
    }
    .blog-section-first-latter::first-letter {
      font-size: 28px;
    }
    .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;
      width: 32px;
      height: 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, 66px, 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: 48px 10px 20px;
    }
  
    .hero-section-text h1 {
      font-size: 28px;
      margin-bottom: 16px;
    }
  
    .hero-section-text p {
      font-size: 16px;
      max-width: 550px;
    }
  
    .hero-section-detail {
      padding: 12px 16px;
    }
  
    .hero-section-image .row {
      margin: 0;
    }
  
    .hero-section-image .row > * {
      padding: 0;
    }
  
    .hero-section-detail-wrap p {
      font-size: 16px;
      text-align: center;
    }
  
    .hero-section-detail-wrap2 p {
      margin-top: 5px;
      text-align: center;
    }
  
    .hero-section-author {
      padding: 20px;
    }
  
    .hero-section-author-avtar {
      margin-right: 10px;
    }
  
    .hero-section-author-avtar img {
      width: 48px;
      height: 48px;
    }
  
    .hero-section-author-text p:nth-child(1) {
      font-size: 12px;
      text-align: left;
    }
  
    .hero-section-author-text p {
      font-size: 12px;
    }
  
    .blog-section {
        padding: 16px 24px 28px;
        margin-top: 0px;
    }
    
    .blog-top-picks {
      width: 330px;
    }
  
    .blog-section .blog-section-text h3 {
      font-size: 26px;
    }
  
    /* .blog-section .blog-section-text p {
      font-size: 18px;
    }
   */
    .blog-top-picks-heading h2 {
      font-size: 28px;
    }
  
    .blog-top-picks-wrap div div:nth-child(1) {
      width: 42px;
      height: 42px;
      font-size: 18px;
    }
  
    .blog-top-picks-wrap div:nth-child(2) p {
      font-size: 16px !important;
    }
  
    .blog-top-picks-wrap div > div > h5 {
      font-size: 16px;
    }
  
    .blog-space {
      margin-top: 15px !important;
    }
  
    .blog-section .content-image-1 {
      width: 300px;
      height: 300px;
    }
  
    .blog-section .content-image-2 {
      width: 200px;
      height: 200px;
    }
  
    .blog-section .content-image-4 {
      width: 330px;
      height: 330px;
    }
  
    .product-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .product-grid-2 {
      grid-template-columns: repeat(1, 1fr);
    }
  
    .product-rating {
      display: flex;
      justify-content: center;
      margin-top: 30px;
    }
  
    .rating-item {
      flex-direction: column;
    }
  
    .rating-label {
      width: 100%;
      padding-right: 100px;
      margin-bottom: 5px;
      font-size: 17px;
    }
  
    .product-info {
      flex-direction: column;
    }
  
    .product-highlights {
      margin-bottom: 20px;
    }
  
    .bottom-line {
      padding-left: 0;
    }
  
    .product-title-grid {
      font-size: 14px;
      line-height: 16px;
    }
  
    .footer {
      padding: 20px 0px;
    }
  
    .sources h4 {
      text-align: left;
      font-size: 24px;
      margin-bottom: 20px;
    }
  
    .sources {
      padding: 0px 20px;
    }
  
    .sources a {
      font-size: 14px;
      text-align: left;
    }
  
    .disclaimer {
      padding: 0px 20px;
      text-align: center;
    }
  
    .raising-section .raising-image-wrap div h2 {
      font-size: 32px;
      margin-bottom: 30px;
    }
  
    .raising-section .raising-image-wrap div p {
      font-size: 18px;
    }
  
    .raising-section .raising-image-wrap img {
      height: 280px;
    }
  
    .raising-section .row {
      margin: 0;
    }
  
    .raising-prop h2 {
      font-size: 24px;
    }
  
    /* .raising-prop img {
      width: 60px;
    } */
     .raising-prop {
      align-items: start;
    }
  
    .raising-detail > div p {
      font-size: 18px;
      margin-bottom: 20px;
    }
  
    .blog-section .row > * {
      padding: 0;
    }
  
    .blog-section .content-image-3 {
      height: 300px;
    }
  
    .overall-grade {
      margin-bottom: 40px;
    }

    .product-badge {
      display: none;
    }
    .left-side-footer-new {
        gap: 12px;
    }
    .mobile-img-footer {
      height: auto!important;
    }

    /* _____  Updated CSS  ________ */
    
    .product-title-grid {
      padding-left: 0px;
      padding-right: 0px;
    }
    .rating-circle {
      margin: 0 auto;
    }
    .product-image {
      flex-grow: 1;
      text-align: center;
    }
    .product-image img {
      max-width: 250px;
    }  
    .product-image {
      text-align: center;
              padding-right: 16px;
    }
    .blog-section-text>.d-flex.gap-4 {
      flex-direction: column;
      gap: 8px !important;
    }
    .blog-section .content-image-1 {
        height: auto !important;
        width: 100%;
        margin-bottom: 20px;
    }
    .blog-section .content-image-1.content-image-1 {
        height: auto !important;
        width: 100%;
        margin-bottom: 20px;
    }
    .blog-section img.img-fluid.content-image-1.does-help-mid {
      margin-bottom: 0;
    }
    .my-32 {
      margin-top: 24px;
      margin-bottom: 24px;
    }
    .product-grid-top {
      margin: 54px 0 0px;
    }
    .raising-section {
        margin-top: 0;
    }
    .next-article {
        margin-top: 44px;
    }
    .next-article-border {
        padding-top: 0px;
    }
    .next-title {
        font-size: 36px;
        margin: 0px 0 24px;
    }
    .next-items {
        grid-template-columns: 100%;
        gap: 24px;
    }
    .next-items>img {
        width: 100%;
    }
    .next-article-thumb-mobile {
      display: block;
    }
    .next-article-desktop {
      display: none;
    }
    .next-article-text h4 {
      font-size: 30px;
      margin: 0 0 16px;
      line-height: 1.2;
    }
    .next-article-text>p {
      margin-bottom: 36px;
    }
    .article-writer {
        margin-top: 20px;
    }
    .raising-section .raising-image-wrap img {
      height: auto;
    }
    .article-writer img,
    .article-writer span {
      display: none;
    }
    /* .next-title {
        border-bottom: 3px solid #2B2B2B;
        padding-bottom: 20px;
    } */
    .blog-color-box {
        padding: 32px 36px;
    }
    .blog-color-box h4 {
        font-size: 28px;
        line-height: 1.25;
    }

    /* ___________  Start Home page CSS  ________________ */
    .trend-popular-wrap {
        grid-template-columns: 100%;
        gap: 55px;
    }
    .container {
        padding: 0 24px;
    }
    .blog-section>.container {
        padding: 0;
    }
    .blog-section>.container>.row {
        margin: 0;
    }
    .other-article-inner {
        grid-template-columns: 100%;
        gap: 36px;
    }
    .temp-breadcrumb {
      display: block;
    }
    .temp-breadcrumb {
      font-weight: 500;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 2%;
      text-align: center;
      text-transform: uppercase;
      color: #00000099;
      margin-bottom: -12px;
    }
    .home-main-title {
      text-align: center;
      font-size: 40px;
      margin: 0 auto 16px;
    }
    .home-main-text {
      text-align: center;
      font-weight: 600;
    }
    .home-author {
      text-align: center;
    }
    .container-large p.home-main-text {
      margin-bottom: 24px;
    }
    .desktop-hide {
        display: block;
    }
    .mobile-hide {
        display: none;
    }
    .btn-learn-more {
      width: 100%;
      text-align: center;
      padding-top: 15px;
      padding-bottom: 15px;
      margin-top: 20px;
      margin-bottom: 15px;
      font-size: 24px;
      border-radius: 5px;
    }
    .hero-section-image {
        margin-left: -24px;
        margin-right: -20px;
    }
    .br-desk-show-only {
      display: none;
    }
    .blog-color-box h4.blog-color-title-2 {
        margin-top: 48px;
    }
    .hr-3 {
      opacity: .75;
      margin: 24px 0 28px;
    }
    .blog-section-text-mobile-only {
      display: block;
    }
    .blog-section-text-desktop-only {
      display: none;
    }
        
}