@media (min-width: 992px) {
  .offcanvas {
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    background-color: transparent;
    border: none;
    height: auto !important;
    padding: 0;
  }

  .offcanvas-header {
    display: none;
  }

  .offcanvas-body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .offcanvas-start {
    width: auto !important;
  }

  .signup-mobile {
    display: none !important;
  }
}

@media (max-width: 576px) {
  /**********Home***********/
  .logo-img {
    width: 100px;
  }
  #desktop-mega-menu {
    width: auto;
  }
  .heading {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .hero-txt {
    font-size: 1.2rem;
  }
  .sub-title {
    font-size: 1.5rem;
  }
  .content {
    font-size: 1rem;
  }
  .slider-title {
    text-align: left !important;
  }
  .video-title {
    font-size: 1.5rem;
  }
  .video-title::before {
    left: -7px;
    width: 4px;
    height: 19px;
  }
  .card-body{
    min-height: 230px;
  }
  .card-title {
    font-size: 1.2rem;
  }
  .card-heading {
    font-size: 1.5rem;
  }
  .badges-content h3 {
    text-align: left !important;
  }
  .badges-content p {
    text-align: justify !important;
  }
  .faq-question {
    font-size: 1rem;
  }
  .faq-answer {
    font-size: 1rem;
  }
  .column1,
  .column2,
  .column3 {
    width: 100%;
  }
  /* About */
  .breadcrumb {
    padding: 2px;
  }
  .title {
    font-size: 2.0rem;
  }
  #about-banner{
      height: 50vh;
  }
  /* feature banner */
  #feature-banner h1 {
    font-size: 2.2rem;
  }
  /* pricing */
  .pricing-section{
        height: 70vh;
  }
  /* solutions */
  .list-heading {
    font-size: 1.3rem;
  }
  .card-txt {
    padding-left: 0px;
  }
  #solution-banner h1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  /* Home */
  .video-thumbnail {
    width: 100%;
  }
  .dropdown-menu.desktop-mega-menu {
    width: 47vw;
  }
  .footer-logo {
    width: 32%;
  }

  /*About*/
  .value-img {
    text-align: center;
  }
  .lms-life {
    margin-top: 53px;
  }
  .life-img {
    text-align: center;
  }
  .about-banner {
    height: 70vh;
  }

  /* blog-details */
  .blog-banner {
    height: 40vh;
  }
  .detail-images {
    gap: 15px;
  }
  .detail-images img {
    max-width: 100%;
    height: auto;
  }
  .blog-detail {
    flex-direction: column-reverse;
  }

  #humCat {
    height: 0;
  }

  #humCat.open {
    height: auto;
    transition: height 0.5 ease;
  }
  /* feature */
  .feature-banner {
    height: 80vh;
  }
  /* solutions */
  .solution-banner{
    height: 80vh;
  }
  .training-img {
    text-align: center;
  }
  /* blog */
  .blog-section {
    flex-direction: column-reverse;
  }
}
