@media (min-width: 319px) and (max-width: 344px) {
  small {
    font-size: 10px !important;
  }
  .mobile-footer {
    height: 210px;
  }
}

@media (min-width: 345px) and (max-width: 599px) {
  .mobile-footer {
    height: 160px;
  }
}

@media (max-width: 1024px) {
  .new-footer li.menu-item {
    position: relative;
    padding: 5px;
  }

  #footer-menu .menu-item:nth-child(1)::after,
  #footer-menu .menu-item:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 50%; /* Position the top at 50% of the li's height */
    transform: translateY(-50%); /* Offset by 50% of the pseudo-element's height to center it */
    right: 0; /* Position the border on the right edge */
    height: 14px; /* Set the height of the border */
    border-right: 1px solid white; /* Set the border style, adjust the color as needed */
  }

  .powered-by-logo {
    width: 150px !important;
  }

  .copyright-text {
    text-align: right !important;
    margin-right: 5px;
  }
  .social_media {
    padding: 5px;
    margin-top: 1px !important;
  }
  .social_media a i {
    color: white !important;
    font-size: 14px;
  }
  #footer-menu li a {
    padding: 0px;
  }
  #footer-menu a.nav-link {
    font-size: 11px;
    margin-top: 3.3px;
  }
}

@media (min-width: 1024px) {
  .new-footer li.menu-item {
    position: relative;
    padding: 5px;
  }
  #footer-menu .menu-item:nth-child(1)::after,
  #footer-menu .menu-item:nth-child(2)::after,
  #footer-menu .menu-item:nth-child(3)::after {
    content: '';
    position: absolute;
    top: 50%; /* Position the top at 50% of the li's height */
    transform: translateY(-50%); /* Offset by 50% of the pseudo-element's height to center it */
    right: 0; /* Position the border on the right edge */
    height: 14px; /* Set the height of the border */
    border-right: 1px solid white; /* Set the border style, adjust the color as needed */
  }

  #footer-menu .menu-item:nth-child(4) {
    margin-right: 15px !important;
  }

  .copyright-text {
    text-align: right !important;
  }
  .social_media {
    padding: 5px;
  }
  .social_media a i {
    color: white !important;
    font-size: 18px;
  }
  #footer-menu li a {
    padding: 0px;
  }
  #footer-menu a.nav-link {
    font-size: 14px;
    margin-top: 2px !important;
  }
  small {
    font-size: 16px !important;
  }
}

@media (min-width: 820px) and (max-width: 1024px) {
  #footer-menu .menu-item:nth-child(1)::after,
  #footer-menu .menu-item:nth-child(2)::after,
  #footer-menu .menu-item:nth-child(3)::after {
    content: '';
    position: absolute;
    top: 50%; /* Position the top at 50% of the li's height */
    transform: translateY(-50%); /* Offset by 50% of the pseudo-element's height to center it */
    right: 0; /* Position the border on the right edge */
    height: 14px; /* Set the height of the border */
    border-right: 1px solid white; /* Set the border style, adjust the color as needed */
  }
}
