
@media (max-width: 575.98px) {
  .container {
    max-width: 100%;
  }
  .mobile-header {
    padding: 21.5px;
    padding-bottom: 15px;
  }

  .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, 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% !important;
    padding: 20px 10px;
  }

  .hero-section-text h1 {
    font-size: 38px;
    margin-bottom: 8px;
    margin-top: 10px;
  }

  .hero-section-text p {
    font-size: 17.5px !important;
    line-height: 23px;
    padding: 10px 0px;
  }

  .hero-section-detail {
    padding: 11px 15px;
    padding-bottom: 5px;
  }

  .hero-section-image {
    margin-top: 0;
  }

  .hero-section-image .row {
    margin: 0;
  }

  .hero-section-image .row > * {
    padding: 0;
  }

  .hero-section-detail-wrap p {
    font-size: 15px !important;
  }

  .hero-section-detail-wrap2 p {
    margin-top: 2px;
    text-align: center;
    font-size: 12px;
  }

  .hero-section-detail-wrap p:nth-child(1) {
    margin-right: 0;
    padding-left: 0px;
    text-align: center;
    line-height: 21px;
  }

  .hero-section-author {
    padding: 15px !important;
    margin: 0 10px;
  }

  .hero-section-author-avtar {
    margin-right: 24px !important;
  }

  .hero-section-author-avtar img {
    width: 68px !important;
    height: 68px !important;
  }

  .hero-section-author-text p:nth-child(1) {
    font-size: 10.5px !important;
    text-align: left;
    margin-bottom: 5px;
  }

  .hero-section-author-text p {
    font-size: 12px !important;
    line-height: 125%;
  }

  /* blog css start */

  

  .blog-section .row {
    margin: 0;
  }

  .blog-section .row > * {
    padding: 0;
  }

  .blog-section .blog-section-text h3 {
    font-size: 29px !important;
    margin-top: 30px;
  }

  .blog-section .blog-section-text p {
    font-size: 16px;
    line-height: 24px;
  }

  .blog-color-box p {
    margin-bottom: 30px !important;
  }

  .blog-section .blog-section-text .blog-strong-font {
    font-size: 18px !important;
  }

  .blog-top-picks {
    float: unset;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .blog-top-picks-heading h2 {
    font-size: 28px;
  }

  .blog-top-picks-heading div {
    width: 25%;
  }

  .blog-top-picks-wrap div div:nth-child(1) {
    width: 45px;
    height: 45px;
    font-size: 20px;
    margin-right: 10px;
  }

  .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: 100%;
    height: 280px;
    object-fit: cover;
    float: unset;
    margin: 0px;
  }

  .blog-section .content-image-2 {
    height: 240px;
    object-fit: cover;
    float: unset;
    margin-top: 0px!important;
    margin-bottom: 1.5rem!important;
    /* margin-top: 8px !important; */
  }

  .blog-section .content-image-3 {
    float: unset;
    margin-top: 20px;
    margin: 0px;
    height: 200px;
  }

  .blog-section .content-image-4 {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin: 0px;
    float: unset;
    margin-bottom: 30px;
  }

  .blog-color-box {
    padding: 36px 28px;
  }
  .blog-color-box h4 {
    margin-bottom: 24px;
  }
  .blog-color-box a {
    color: var(--color-gray);
    text-decoration: none;
  }

  .blog-color-box h4 {
    font-size: 28px;
    /* padding-top: 20px; */
  }

  .paid-reviews {
    font-size: 27.5px!important;
  }

  .blog-color-box h5 {
    font-size: 16.5px;
  }

  .product-rating {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .rating-item {
    flex-direction: column;
  }

  .rating-label {
    width: 100%;
    text-align: center;
    padding-right: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 4px;
  }

  .product-info {
    margin-top: 20px;
    flex-direction: column;
  }

  .product-highlights {
    margin-bottom: 40px;
    padding: 40px 20px;
    padding-bottom: 10px;
    margin-top: 20px;
  }

  .product-highlights h3 {
    margin-bottom: 24px;
  }

  .product-highlights ul li {
    font-size: 18px;
    margin-left: 0px;
    margin-bottom: 17px;
    line-height: 27px;
  }

  .bottom-line {
    padding-left: 0;
  }

  .product-number {
    width: 60px;
    height: 60px;
    font-size: 31px;
  }

  .product-title {
    font-size: 34px;
  }

  .product-subtitle {
    font-size: 15px;
  }

  .grade {
    font-size: 55px;
  }

  .rating-circle {
    width: 130px;
    height: 130px;
  }

  .rating-label1 {
    font-size: 18px;
    width: 100px;
    line-height: 11px;
  }

  .rating-label1 span {
    font-size: 12px;
  }

  .rating-score1 {
    font-size: 23px;
    padding-top: 9px;
  }

  .rating-avg {
    width: 72%;
    font-size: 10px;
  }

  .bottom-line p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .footnote {
    font-size: 12px !important;
    line-height: 16px;
  }

  .bottom-line h4 {
    font-size: 20px;
    margin-top: 24px;
    /* margin-bottom: 23px; */
    text-transform: uppercase;
  }



  .product-review {
    margin-top: 28px;
    padding-bottom: 20px;
  }

  .bottom-line h3 {
    margin-top: 5px;
    font-size: 32px;
  }

  .product-title-grid {
    font-size: 16px;
    line-height: 16px;
  }

  .product-card img {
    height: 150px;
  }

  .footer {
    padding: 20px 0px;
  }

  .sources h4 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .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: 27px;
    margin-bottom: 30px;
  }

  .raising-section .raising-image-wrap div p {
    font-size: 16px;
    line-height: 20px;
  }

  .raising-section .raising-image-wrap img {
    height: 220px;
  }

  .raising-section .row {
    margin: 0;
  }

  .raising-prop {
    margin-top: 20px;
  }

  .raising-prop h2 {
    font-size: 22px;
    line-height: 36px;
    margin-top: 0;
    flex-grow: 1;
  }

  /* .raising-prop img {
    width: 80px;
  } */

  .raising-detail > div p {
    font-size: 15px;
    line-height: 24px;
  }

  .raising-section.row > * {
    padding: 0;
  }

  .raising-detail {
    padding: 24px;
  }

  .sources p {
    justify-content: start;
  }

  /* .sources p a {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
  } */

  .social-icons {
    display: flex;
    justify-content: center;
    margin-top: 0;
    padding: 0 40px;
  }

  .social-icons i {
    font-size: 10px;
  }

  .sources p {
    text-align: left;
    margin-bottom: 6px;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .sources p span {
    font-size: 10px;
    font-style: italic;
  }

  .product-image img {
    max-width: 110px;
    height: 300px;
    object-fit: cover;
    padding: 0;
  }

  .overall-grade {
    margin-bottom: 40px;
  }

  .footer-logo img {
    width: 120px;
  }


  .ingredients-grid {
    margin-bottom: 5px;
  }

  .product-details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .progress-bar {
    height: 18px;
  }

  .ingredient-column {
    padding:8px;
    height: fit-content;
  }

  .ingredient-column li {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .rating-score {
    font-size: 17px;
    padding-left: 5px;
    font-weight: 700;
  }

  .custom-font-1 {
    font-size: 28px;
    font-weight: 700; 
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .custom-font-2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: capitalize;
  }

  .custom-font-3 {
    font-size: 30.5px; 
    font-weight: 700;
    margin-top: 33px;
    margin-bottom: 20px;
  }

  .custom-font-4 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .custom-font-5 {
    font-size: 31.5px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .hero-section-image {
    margin-left: -24px;
    margin-right: -24px;
  }
  .blog-color-box h4 br {
    display: none;
  }
  .home-main {
    margin-top: 0px;
  }
  .hero-section-text {
    padding: 36px 0px 30px !important;
  }
  .br-mobile-show-only {
    display: block;
  }
  .mobile-header .mobile-row img {
    max-width: 180px;
  }
  .hero-section-detail-wrap p.webname-bottom {
    color: #cccccc;
  }

  .cat-items {
    grid-template-columns: 100%;
  }
  .cat-itemList {
    padding: 48px 0px;
  }
  .cat-hero {
    flex-direction: column;
    text-align: center;
  }
  .cat-hero img {
    width: 90px;
    height: 90px;
  }
  .cat-hero {
    padding: 28px 24px;
  }
    
}