@media only screen and (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  .process-section .process-header {
    flex-direction: column;
  }
  .process-steps img.step-img {
    width: 100% !important;
    margin-top: 10px;
  }
  .contact-section .contact-form {
    margin-top: 2rem;
  }
  footer .top-footer {
    flex-direction: column;
    align-items: start;
  }
  footer .top-footer .right-footer {
    margin-top: 15px;
  }
  footer .right-footer ul {
    justify-content: start;
    flex-wrap: wrap;
  }
  .enroll-section .enroll-div {
    padding: 0 1rem;
  }
  .review-section .r-card {
    margin-bottom: 15px;
  }
  .p-title {
    font-size: 24px;
  }
  .pt-5 {
    padding-top: 0 !important;
  }
  .our-services .services-list .service-card {
    flex-direction: column;
  }
  .about-banner .about-img {
    margin-bottom: 2rem;
  }
  .contact-info {
    margin: 2rem 0 0;
  }
  .single-course-banner .c-content {
    flex-direction: column;
    text-align: center;
  }
  .course-info .nav {
    flex-direction: row !important;
    gap: 10px;
  }
  .c-info .course-tag .tag-list {
    font-size: 12px;
  }
  .c-info .course-tag {
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .btn-brand.mobile-show {
    display: block !important;
    margin-top: 1rem;
  }
  .btn-brand.mobile-hide {
    display: none !important;
  }
  .top-header nav .nav-link.active::after {
    display: none;
  }
  .top-header .navbar-nav {
    gap: 1rem;
  }
  .top-header nav .nav-link {
    padding-left: 0;
  }
}
