/* Responsive */

@media (max-width: 991px) {
  .testing-content {
    padding: 40px 25px;
  }

  .testing-content h2 {
    font-size: 32px;
  }

  .testing-image img {
    min-height: auto;
  }
  .rw-products-title {
    font-size: 42px;
  }
  .categories-title {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .testing-content {
    padding: 35px 20px;
  }

  .testing-content h2 {
    font-size: 26px;
  }

  .testing-content p {
    font-size: 15px;
    line-height: 1.8;
  }

  .testing-icon {
    width: 50px;
    height: 50px;

    font-size: 20px;
  }

  .peptide-hero {
    padding: 30px 0 70px;
  }
  .brand-logo {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
  .brand-name {
    font-size: 24px;
    letter-spacing: 3px;
  }
  .hero-content h1 {
    font-size: 38px;
  }
  .hero-content p {
    font-size: 15px;
  }

  .rw-products-title {
    font-size: 34px;
  }

  .rw-product-tabs {
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .rw-product-tabs::-webkit-scrollbar {
    height: 4px;
  }

  .rw-product-tabs::-webkit-scrollbar-thumb {
    background: #ffb800;
    border-radius: 20px;
  }

  .rw-product-content {
    padding: 22px;
  }

  .rw-product-content h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .categories_product {
    padding: 60px 0;
  }

  .categories-title {
    font-size: 30px;
  }

  .categories-subtitle {
    font-size: 15px;
    line-height: 1.7;
  }

  .bpc-item img {
    height: 250px;
  }

  .product-title {
    font-size: 19px;
  }

  .bpc-price {
    font-size: 24px;
  }

  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .desktop-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  .footer {
    text-align: center;
  }

  .footer-title {
    margin-top: 10px;
    text-align: left;
  }
  
  .footer-links li {
     text-align: left;
  }

  .footer-links li a:hover {
    padding-left: 0;
  }
  .footer-contact p{
    text-align: left;

  }

  .quality-card {
    padding: 18px;
  }

  .quality-icon {
    width: 50px;
    height: 50px;

    min-width: 50px;

    font-size: 18px;
  }

  .quality-card h4 {
    font-size: 18px;
  }

  .quality-card p {
    font-size: 14px;
  }
  .vt-tab-btn {
    padding: 12px 11px;
  }
    .vt-title{
    font-size: 32px;
  }

  .vt-commitment-card{
    padding: 28px 22px;
  }
}

@media (max-width: 575px) {
  section {
    padding: 30px 0;
  }
  .vt-left-icons {
    display: none;
  }
  .vt-marquee-wrap {
    position: absolute;
    left: 0;
    right: 0px;
    overflow: hidden;
    white-space: nowrap;
  }
  .vt-right-actions {
    display: none;
  }

  .vt-logo-img {
    height: 100px !important;
  }

  .hero-content h1 {
    font-size: 26px;
  }
  .hero-card {
    padding: 7px 10px;
  }
  .card-icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .hero-card span {
    line-height: 0.5;
    font-size: 12px;
    font-weight: 600;
  }
  .rw-product-tabs .nav-link {
    padding: 5px 3px;

    margin: 8px;
  }
  .mission-bar h2 {
    font-size: 21px !important;
  }

  .vt-card {
    min-height: auto;
    border-radius: 16px;
  }

  .vt-card img {
    min-height: 180px;
  }

  .vt-card-body {
    padding: 14px;
  }

  .vt-card-body h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .vt-price {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .vt-btns {
    gap: 8px;
  }

  .vt-btns a {
    font-size: 13px;
    padding: 10px 14px;
  }

  .our-product-heading h2,
  .sbcategory-heading h2 {
    font-size: 28px;
  }

  .our-product-heading p,
  .sbcategory-heading p {
    font-size: 15px;
  }

  .vt-tab-btn {
    font-size: 14px;
    padding: 10px 14px;
  }

  .vt-load-btn {
    font-size: 14px;
    padding: 10px 18px;
  }
}
