/* IPHONE 15, IPHONE 14, IPHONE 13, IPHONE 12PRO */

@media (max-width: 398px) {
  .container {
    max-width: 100%;
  }

  /* header start */
  

  .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, 63px, 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);
  }

  .iphone15-none {
    display: none;
  }

  .iphone15-flex {
    display: flex;
  }

  /* hearo section start */
  .hero-section-text {
    width: 100% !important;
    padding: 40px 19px 32px 19px
  }

  .hero-section-text h1 {
    font-size: 35px;
    margin-bottom: 6px;
    /* text-align: center; */
  }

  .review-page .hero-section-text h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .review-page .hero-section-text h1.mob-fs-36 {
      font-size: 37px;
  }
  .review-page .hero-section-text h1.mob-fs-38 {
      font-size: 37.5px;
  }
  

  .hero-section-text p {
    font-size: 17.5px !important;
    line-height: 22px;

    /* text-align: center; */
  }

  /* .hero-section-detail {
    padding: 8px 14px 6px;
  } */

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

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

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

 

  .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;
  }

  /* .hero-section-author {
    padding: 18px 24px !important;
  } */

  .blog-item h1 {
    font-size: 35px;
    margin-bottom: 17px;
  }

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

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

  .product-card .hero-section-author-avtar img,
  .blog-item .hero-section-author-avtar img {
    width: 35px !important;
    height: 35px !important;
  }

  /* .product-card .hero-section-author-text p:nth-child(1), .blog-item  .hero-section-author-text p:nth-child(1) {
      font-size: 13.5px;
    } */



  /* blog css start */

  .blog-section {
    padding: 22px 24px 22px 24px;
    margin-top: 0px;
  }

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

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

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

  .custom-bullet {
    font-size: 21px;
    margin-bottom: 18px;
  }

  /* Adjust word spacing and line height */
  .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: 245px;
    object-fit: cover;
    object-position: left;
    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;
    width: 100%;
    margin-right: 0px !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.blog-color-box-2 {
    padding: 28px 14px;
  }

  .product-grid-2 .product-card img {
    height: 200px;
  }

  .blog-color-box a {
    color: var(--color-gray);
    text-decoration: none;
  }
  .paid-reviews {
    font-size: 27.5px !important;
  }
  .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: 24px;
    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: 61px;
    height: 61px;
    font-size: 31px;
  }

  .product-title {
    padding-top: 4px;
    font-size: 27px;
  }

  .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;
    text-align: justify;
  }

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

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

  .btn-learn-more {
    width: 100%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    border-radius: 5px;
  }

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

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

  .product-title-grid {
    font-size: 15px;
    line-height: 17px;
    padding-top: 1px;
    padding-bottom: 10px;
  }

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

  .footer {
    padding: 20px 0px;
  }

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

  .sources {
    padding: 0px;
  }

  .sources a {
    font-size: 14px;
    text-align: left;
  }

  .disclaimer {
    padding: 0px 0px;
    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: 12px;
    margin-bottom: 16px;
  }

  .raising-detail ul li {
    font-size: 13px;
    margin-bottom: 10px;
  }

  /* .raising-prop h2 {
    font-size: 19.5px;
    line-height: 36px;
    margin-top: 0;
  } */

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

  .raising-detail>div p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 12px;
  }

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

  .raising-detail {
    padding: 22px 24px;
  }

  .sources p {
    justify-content: start;
  }

  .sources p a {
    color: #dedede;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 16px;
  }

  .social-icons {
    display: flex;
    justify-content: space-around;
    margin-top: 0;
    margin-bottom: 8px;
    padding: 0 40px;
  }

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

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

  .footer-logo {
    margin-bottom: 12px;
  }

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

  .product-image img {
    max-width: 150px;
    height: 300px;
    padding: 0;
  }

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

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

  /* .disclaimer p {
    font-size: 8px;
    line-height: 12px;
  } */

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

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

  .progress-bar {
    height: 18px;
  }

  .ingredient-column {
    height: fit-content;
  }

  .ingredient-column li {
    margin-bottom: 0px;
    font-size: 13.75px;
    line-height: 1.2;
  }

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

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

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

  .custom-font-3 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 33px;
    margin-bottom: 20px;
    text-align: left !important;
  }

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

  .custom-font-5 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .product-highlights h3 {
    font-size: 28px;
  }

  .product-details>div:last-child {
    padding: 0 !important;
  }
  .home-main-title {
    font-size: 32px;
    max-width: 290px;
  }
  .raising-prop h2 {
    font-size: 17px;
  }
  .next-article-text h4 br {
    display: none;
  }
  .hero-section-text p.px-28 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .blog-color-box h4.mob-fs-21 {
    font-size: 21px;
  }
  .blog-section .blog-section-text h3.mob-fs-27 {
    font-size: 24px !important;
  }
  .next-article-text h4.next-article-fs-24 {
    font-size: 23px;
  }
  .blog-section .blog-section-text h3.desk-fs-27 {
    font-size: 23px !important;
  }
  /* .next-article-text h4.mob-fs-22 {
    font-size: 20px;
  } */
  .hero-section-text h1.mob-fs-32 {
    font-size: 28px;
  }
  .next-article-text h4.mob-fs-xs-22 {
      font-size: 24px;
  }
  .next-article-text h4.mob-fs-28 {
    font-size: 25px;
  }
  .blog-section .blog-section-text h3.desk-fs-36 {
    font-size: 32px !important;
    line-height: 1.15;
  }
  .blog-section .blog-section-text h3.mob-sm-fs-36 {
    font-size: 34px !important;
  }
  .next-article-text h4.mob-fs-32 {
    font-size: 30px;
  }
  .blog-color-box h4.fs-mob-24 {
    font-size: 22px;
  }
  .blog-color-box h4.fs-mob-21 {
    font-size: 21px;
  }
  .next-article-text h4.mob-fs-24 {
    font-size: 24px;
  }
  .blog-color-box h4.fs-mob-21 {
    font-size: 21px;
  }
  h3.fast-title-manage {
    max-width: 290px;
  }
  .blog-section .blog-section-text h3.fs-mob-31 {
    font-size: 27px !important;
  }
  .how-yoga-can-mx {
    max-width: 330px;
  }
  .next-article-text h4.mob-fs-29 {
    font-size: 27px;
  }
  .hero-section-text h1.fs-mob-36 {
    font-size: 33px;
  }
  .hero-section-text h1.fs-mob-31 {
    font-size: 31px;
  }
  .hero-section-text h1.fs-mob-33 {
    font-size: 33px;
  }
  .hero-section-text h1.mob-fs-33 {
    font-size: 29.5px;
    line-height: 34px;
  }
  .review-page .hero-section-text h1.anti-infla-mob-fs-36 {
    font-size: 32.5px;
  }
  .blog-section .blog-section-text h3.turmeric-mob-fs-41 {
    font-size: 33px !important;
    max-width: 320px;
  }

  .review-page .hero-section-text h1.arti-sweet,
  .review-page .hero-section-text h1.arth-reserve {
    font-size: 34px;
  }
  .review-page .hero-section-text h1.mob-fs-xs-36 {
    font-size: 36px;
  }
  .hero-section-text.hero-section-text-o-oil p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .next-article-text h4.next-article-mob-29 {
    font-size: 29px;
  }
  .blog-section .blog-section-text h3.title-ter-cum {
    font-size: 26px !important;
  }
  .blog-color-box h5 {
    font-size: 15px;
  }


}