@media screen and (max-width: 576px) {
  .banner-left h1 {
    font-size: 27px;
    font-weight: bold;
  }
}

/* desktop */
@media screen and (max-width: 1200px) and (min-width: 992px) {
}

/* large screens */
@media screen and (max-width: 1440px) and (min-width: 1200px) {
}

/* Tabs */

@media (max-width: 768px) {
  .banner {
    height: auto;
    padding: 50px 0;
  }
  .banner-left {
    text-align: center;
    padding: 20px 0;
  }

  .banner-left h1 {
    font-size: 35px;
    font-weight: bold;
  }

  .navbar-brand h3 {
    font-size: 1.5rem;
  }

  .navbar-brand p {
    font-size: 1.3rem;
  }

  .contact-links a {
    display: none;
  }

  .top-right {
    flex-direction: column;
    align-items: start !important;
    /* gap: 0.75rem;
    margin-top: 1rem; */
  }

  .btn-custom {
    margin-left: 0;
    margin-top: 0.5rem;
  }

  .contact-links a {
    /* display: block;
    margin-right: 0; */
    display: none;
  }

  .points {
    gap: 15px;
  }

  .points .point-1,
  .points .point-2,
  .points .point-3 {
    flex: 1 1 100%;
    padding: 18px;
  }

  .points h5 {
    font-size: 1rem;
  }

  .points p {
    font-size: 0.85rem;
  }

  .btn-buy {
    font-size: 14px;
    font-weight: bold;
  }

  .btn-watch {
    font-weight: bold;
    font-size: 14px;
  }

  .about-product {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .testimonals-title p{
    font-size: 16px;
  }

  .why-choose-us-title {
    padding: 15px;
  }

  .subscribe-text {
    font-size: 14px;
  }

  .subscribe-section {
    gap: 0px;
    padding: 13px;
    margin-top: 20px;
  }

  .subscribe-button {
    padding: 6px 20px;
    text-align: center;
  }

  .all-privacy-statments {
    padding: 30px 0;
    padding-left: 15px;
  }

  .footer-section {
    padding: 15px;
  }

  .number-only-mob {
    display: flex;
    align-items: center;
  }

  .number-only-mob  a{
    color: #000;
    font-weight: bold;
    padding-top: 20px;
  }
}
