@media (min-width: 2199.98px) {
  .footer .row,
  #faq .row {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-scroll {
    bottom: 1rem;
  }
}

@media (max-width: 1367.98px) {
  .navbar .navbar-nav .nav-link {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    overflow: hidden;
    white-space: nowrap;
  }

  .nav-item {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .nav-item {
    font-size: 10px;
  }

  #testimonials .heading {
    margin-bottom: 1rem;
  }
}

@media (max-width: 991.98px) {
  .custom-shape-divider svg {
    height: 75px;
  }

  .pricing-card {
    flex: 0 0 50.3333%;
    max-width: 50.3333%;
  }
}

@media (max-width: 767.98px) {
  .heading-kicker::before,
  .heading-kicker::after {
    width: 40px;
  }

  .heading-kicker::before {
    right: -55px;
  }

  .heading-kicker::after {
    left: -55px;
  }
  
  .caption {
    top: 30%;
  }
    
  .caption h1 {
    font-size: 3.5rem;
  }
    
  .caption h3 {
    font-size: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  #courses .learn-more {
    max-width: 50%;
    margin: 1rem 0;
  }

  .courses-brand-mobile img {
    width: 50%;
  }

  #company-carousel {
    max-width: 100%;
    overflow-x: hidden;
  }

  .partners img {
    height: 75px;
    width: 300px !important;
  }

  .pricing-card {
    flex: 0 0 60.3333%;
    max-width: 60.3333%;
  }

  #testimonials-carousel {
    max-width: 96%;
    max-height: 100%;
    overflow-x: hidden;
  }

  .testimonial a {
    float: none;
    margin-top: 2rem;
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
  }

  #testimonials .heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  #testimonials .owl-prev,
  #testimonials .owl-next {
    display: none;
    visibility: hidden;
  }

  .about-text {
    margin: 0 1rem;
  }

  .footer-nav ul {
    flex-direction: column;
  }

  .footer-nav ul li {
    margin-left: 0;
    margin-top: 1rem;
    text-align: center;
  }

  #top-span {
    bottom: -9px;
    left: 12px;
  }

  .top-scroll {
    position: sticky;
  }

  hr.socket {
    width: 96%;
  }
}

@media (max-width: 574px) {
  .heading-kicker::before,
  .heading-kicker::after {
      display: none;
      visibility: none;
  }
  
  #courses .learn-more {
    max-width: 65%;
  }

  #courses .heading,
  #courses ul,
  #courses p {
    text-align: center;
  }

  .courses-brand-mobile img {
    width: 60%;
  }

  .pricing-card {
    flex: 0 0 75.3333%;
    max-width: 75.3333%;
  }

  .pricing-column:hover {
    transform: none;
  }

  .library-container .library-link {
    word-break: break-all;
  }

  .googlemap {
    height: 18rem;
  }

  hr.socket {
    width: 92.9999%; /* michael wans to add !important to every class in this media query */
  }
}

@media (max-width: 460px) {
  .caption h1 {
    color: var(--contrast-color);
  }

  .courses-brand-mobile img {
    width: 70%;
  }

  #prices .jumbotron {
    padding: 2rem 0;
  }

  .pricing-card {
    flex: 0 0 99.333333%;
    max-width: 99.333333%;
  }
}

@media (max-width: 360px) {

  .navbar-brand {
    margin-right: 0;
  }

  .navbar-brand img {
    height: 40px;
  }

  .caption h1 {
    font-size: 1.65rem;
  }
    
  .caption h1 .text-title {
    font-size: 2.6rem;
  }

  .courses-brand-mobile img {
    width: 85%;
  }

  .partners img {
    width: 230px !important;
  }

  #testimonials-carousel {
    max-width: 100%;
  }

  .testimonial p {
    font-size: 1rem;
  }

  .testimonial .stars .fa-star {
    font-size: 18px;
  }

  .about-text .alt-button {
    font-size: 1rem;
  }
}