@media (max-width: 768px) {
  /**Top Strip**/
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  .marquee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
  }

  .marquee span {
    text-transform: uppercase;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    animation: marquee 24s linear infinite;
  }
}

@media (max-width: 1440px) {
  .consult-title {
    font-size: 40px;
  }
  .consult-text {
    font-size: 26px;
  }
  .doctor-img {
    width: 40%;
  }
  .feature-card h4 {
    font-weight: 700;
    font-size: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .feature-card {
    height: 200px;
    overflow: hidden;
  }
  .feature-card img {
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 1024px) {
  .bottom-nav .nav-link {
    flex-direction: column;
  }
  .feature-card h4 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    padding: 4px;
    text-align: center;
  }
  .newsletter-content .w-50 {
    width: 100% !important;
  }
  .subscribe-box {
    width: 100%;
  }
  /* .webMenu {
    display: none;
  }
  .mobileMenu {
    display: block;
  } */
}

/* 🔹 Tablet */
@media (max-width: 768px) {
  #main-slider.owl-theme .owl-next,
  #main-slider.owl-theme .owl-prev,
  #couponsbanner.owl-theme .owl-next,
  #couponsbanner.owl-theme .owl-prev {
    top: 30%;
  }
  .search-box button {
    border-radius: 0 30px 30px 0;
    background: var(--bs-yellow) !important;
    border: none !important;
    --bs-btn-bg: var(--bs-yellow);
    --bs-btn-border-color: var(--bs-yellow);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-yellow);
    --bs-btn-hover-border-color: var(--bs-yellow);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-yellow);
    --bs-btn-active-border-color: var(--bs-yellow);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-yellow);
    --bs-btn-disabled-border-color: var(--bs-yellow);
  }

  .product-row-header {
    padding: 2px 20px;
  }
  .product-row-header .left-content img {
    width: 20px;
  }

  .product-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
  }

  .supplement-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .title {
    font-size: 15px;
  }

  .view-more {
    font-size: 13px;
    color: #000000;
  }

  .best-ranking-products .product-card {
    padding: 5px;
  }

  .dark-section {
    padding: 30px 15px;
    background-color: #ffffff;
  }

  .dark-section .section-title {
    font-size: 16px;
    color: var(--bs-black);
  }

  .dark-section .section-text {
    font-size: 13px;
    color: var(--bs-black);
  }
  .floatcoupon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 70px;
    right: 10px;
    /* background-color: #0C9; */
    color: #fff;
    border-radius: 50px;
    text-align: center;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 9999;
  }
  .my-float {
    margin-top: 22px;
  }
  .couponimg500 {
    width: 90px;
    position: absolute;
    top: -80px;
    right: 5px;
  }
}

/**** Mobile ****/
@media (max-width: 480px) {
  .left-content {
    width: 100%;
  }

  .view-more {
    align-self: center;
  }

  .title {
    font-size: 14px;
  }

  .sticky-menu {
    background: #ffffff;
    box-shadow: 5px 5px 15px #d4d4d4;
    color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: 80px;
    font-size: 10px;
  }

  .sticky-menu .img-icon {
    font-size: 15px;
    width: 40px;
    /* height: 30px;
    border: 2px solid #000000;
    border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
  }
  /* .sticky-menu .img-icon img, 
  .sticky-menu .img-icon i {
      height: 40px;
    } */

  .sticky-menu a {
    margin-top: 0;
    font-size: 12px;
    font-weight: bold;
  }
}
