@media screen and (min-width: 1600px) {
}

@media screen and (min-width: 1380px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
  .st-pr-list {
    width: 100% !important;
  }

  header {
    display: none;
  }

  .mble-header.d-none {
    display: block !important;
  }

  .social-icons li {
    margin: 0;

    display: inline;

    padding: 0;
  }

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

  .mble-logo h2 {
    font-size: 22px;

    letter-spacing: 0.5px;

    font-weight: 700;
  }

  .mobile-nav {
    background-color: transparent;

    color: black;

    border: none;

    margin-top: -7px;

    font-size: 20px;
  }

  .mobile-nav .btn-check:focus + .btn-primary,
  .btn-primary:focus {
    color: black;

    background-color: transparent;

    border-color: none !important;

    box-shadow: none;
  }

  .full-offd {
    width: 100%;
  }

  .mobile-menuhss li a {
    color: #101010 !important;

    font-size: 0.8rem;

    font-weight: 300;
  }

  .best img {
    height: auto;
  }

  .best-1 img {
    height: auto;
  }

  .plusss {
    margin-top: 20px;
  }
}

/* mobile view */
@media only screen and (max-width: 767px) {
  .container-fluid {
    padding: 0px 10px;
  }
}
