@media (max-width: 768px) {
  @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: auto;
  }
  .consult-text {
    font-size: 26px;
  }
  .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: 1200px) {
  .consult-title,
  .h3,
  h3 {
    font-size: 1.75rem !important;
  }
  .doctor-img {
    left: 25px;
    width: 195px;
  }
  .social-btn {
    width: 30px;
    height: auto;
  }
  .QR-code img {
    width: 80px;
    margin-top: 10px;
  }
}
@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: rgb(255 255 255 / 0.7);
    border-radius: 5px;
    padding: 4px;
    text-align: center;
  }
  .newsletter-content .w-50 {
    width: 100% !important;
  }
}
@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: 45%;
  }
  .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: #000;
  }
  .best-ranking-products {
    padding: 0 0 10px 0;
  }
  .best-ranking-products .product-card {
    padding: 5px;
  }
  .dark-section {
    padding: 30px 15px;
    background-color: #fff;
  }
  .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;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    z-index: 9999;
  }
  .my-float {
    margin-top: 22px;
  }
  .couponimg500 {
    width: 90px;
    position: absolute;
    top: -80px;
    right: 5px;
  }
  .registration-wrapper {
    padding: 0 10px !important;
  }
  .registration-card {
    border-radius: 18px;
    box-shadow: 0 4px 20px rgb(15 23 42 / 0.08);
    padding: 20px 16px 24px;
  }
  .stat-card h4 {
    font-size: 36px;
  }
  .stat-card .info {
    font-size: 36px;
  }
  .table-responsive table td,
  table td {
    float: left\9;
    width: 100%;
    white-space: nowrap;
  }
  .bottom-bar {
    text-align: left;
  }
  .sticky-menu {
    background: #fff;
    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;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
  }
  .sticky-menu a {
    margin-top: 0;
    font-size: 12px;
    font-weight: 700;
  }
  .footerabsolute1 {
    position: absolute;
    right: 18px;
    top: -45px;
  }
  .footerabsolute1 img {
    width: 60px;
  }
  .footerabsolute2 {
    position: absolute;
    right: 18px;
    top: -45px;
  }
  .footerabsolute2 img {
    width: 60px;
  }
  .footer {
    padding: 0 !important;
    margin-bottom: 75px;
  }
  .social-btn {
    width: 50px;
    height: auto;
    font-size: 22px;
  }
}

@media (max-width: 480px) {
   .product-card-x img {
    object-fit: contain;
    height: 100px;
  }
  .left-content {
    width: 100%;
  }
  .sense_pharmaceuticals{
    text-align: left;
  }
  .bottom-bar {
    padding: 10px 0 50px 10px;
  }
  .view-more {
    align-self: center;
  }
  .title {
    font-size: 14px;
  }
}
