@media (min-width: 500px) and (max-width: 768px) {
  .search-box,
  .site-status,
  .availble,
  .call-center,
  .navigation,
  .booster-container > .booster-menu > .booster-items {
    display: none !important;
  }
  .top-site {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    padding-bottom: 0px !important;
    width: 100% !important;
  }
  .phone,
  .mobile-menu {
    display: flex !important;
    font-size: 2rem;
  }
  .show-mobile-booster {
    display: flex !important;
  }
  .booster-menu {
    align-items: center;
    justify-content: center;
  }
  .mega-mobile-menu-container {
    display: flex !important;
  }
  .booster-container {
    padding: 0px !important;
  }
  header .short-screan-searchbox {
    display: flex !important;
    background-color: black;
    gap: 8px;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  header .short-screan-searchbox img {
    width: 80%;
  }
  header .short-screan-searchbox .search-box-sm {
    display: flex;
    width: 80%;
    padding: 4px;
  }
  header .short-screan-searchbox .search-box-sm input {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 8px 40px 8px 8px;
    background-color: #f2f2f2;
  }
  header .short-screan-searchbox .bx {
    color: var(--parimary);
    background-color: #f2f2f2;
    align-items: center;
    justify-content: center;
    top: -5%;
    right: 2%;
    text-align: center;
    display: flex;
    transform: translateY(50%);
    font-size: 1.4rem;
  }
  header .your-home-container {
    display: none !important;
  }

  main .top-product-conatiner {
    width: 100% !important;
  }
  main .top-product-conatiner .top-prduct-card {
    width: 100%;
  }
  main section {
    width: 100% !important;
  }
  main .feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  footer .news-and-offer-section button {
    width: 100% !important;
    background-color: white !important;
    border: 1px solid var(--parimary) !important;
    color: var(--parimary) !important;
  }
  footer .news-and-offer-section button:hover {
    background-color: var(--parimary) !important;
    color: white !important;
  }
  footer section {
    width: 100%;
  }
  footer .news-and-offer-section .new-and-offer-container {
    flex-direction: column;
    width: 100%;
  }
  footer .news-and-offer-section .new-and-offer-container h2,
  footer .news-and-offer-section .new-and-offer-container p {
    text-align: center;
  }
  footer .news-and-offer-section .new-and-offer-container small {
    display: none;
  }
  footer .news-and-offer-section form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  footer .news-and-offer-section input {
    border-left: none;
    border-top: none;
    border-right: none;
    border-radius: 0px;
    background-color: #f7f7f7 !important;
  }
  footer .news-and-offer-section > small {
    display: block;
    text-align: center;
    padding: 2% 14%;
  }
  footer .footer-menu-section .footer-menu-group-conatiner,
  footer .footer-menu-section .social-menu-container ul {
    width: 100% !important;
  }
  footer .footer-menu-section .footer-menu-group-conatiner .footer-menu-group {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--cyan);
    padding: 8px;
  }
  footer
    .footer-menu-section
    .footer-menu-group-conatiner
    .footer-menu-group
    h2 {
    display: flex;
    margin: 0px !important;
    align-items: center;
    justify-content: center;
  }
  footer
    .footer-menu-section
    .footer-menu-group-conatiner
    .footer-menu-group
    .bi {
    display: block !important;
    font-size: 2rem;
    color: var(--cyan);
    align-items: center;
    justify-content: center;
  }
  footer .footer-menu-section .footer-menu-group-conatiner {
    flex-direction: column;
  }

  footer .footer-menu-group ul {
    display: none !important;
  }
  footer .need-help {
    display: block !important;
    padding: 4px;
  }
}
@media (min-width: 769px) and (max-width: 1010px) {
  .search-box,
  .site-status,
  .availble,
  .call-center,
  .navigation,
  .booster-container > .booster-menu > .booster-items {
    display: none !important;
  }
  .top-site {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    padding-bottom: 0px !important;
    width: 100% !important;
  }
  .phone,
  .mobile-menu {
    display: flex !important;
    font-size: 2rem;
  }
  .show-mobile-booster {
    display: flex !important;
  }
  .booster-menu {
    align-items: center;
    justify-content: center;
  }
  .mega-mobile-menu-container {
    display: flex !important;
  }
  .booster-container {
    padding: 0px !important;
  }
  header .short-screan-searchbox {
    display: none;
  }
  header .your-home-container {
    display: flex;
  }
  main .top-product-conatiner {
    width: 100% !important;
  }

  main .top-product-conatiner .top-prduct-card {
    width: 40% !important;
  }
  main section {
    width: 100% !important;
  }
  main .feature-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 8px;
  }

  footer section {
    width: 100%;
  }
  footer .news-and-offer-section button {
    width: 100% !important;
    background-color: white !important;
    border: 1px solid var(--parimary) !important;
    color: var(--parimary) !important;
  }
  footer .news-and-offer-section button:hover {
    background-color: var(--parimary) !important;
    color: white !important;
  }
  footer .news-and-offer-section .new-and-offer-container {
    flex-direction: column;
    width: 100%;
  }
  footer .news-and-offer-section > small {
    display: block !important;
  }
  footer .news-and-offer-section .new-and-offer-container h2,
  footer .news-and-offer-section .new-and-offer-container p {
    text-align: center;
  }
  footer .news-and-offer-section .new-and-offer-container small {
    display: none;
  }
  footer .news-and-offer-section input {
    border-left: none;
    border-top: none;
    border-right: none;
    border-radius: 0px;
    background-color: #f7f7f7 !important;
  }
  footer .news-and-offer-section > small {
    display: block;
    text-align: center;
    padding: 2% 14%;
  }
  footer .news-and-offer-section form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
