@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  section {
    padding: 20px 0;
  }
  .pt-4 {
    padding-top: 0 !important;
  }
  #hero::after {
    width: 180%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }
  #hero::before {
    top: 0;
    width: 180%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
  #hero .btn-get-started {
    width: 45%;
  }
  #hero .footnote img {
    width: 28vw;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
  .educatec-main .btn-get-started, .features .btn-get-started,  {
    width: 40%;
  }
  .contact-us .btn-get-started {
    width: 50%;
  }
  .clientlogos img {
    height: 10vw;
    padding-bottom: 10px;
  }
  .slick-arrow {
    width: 1rem;
    height: 1rem;
  }
  .footer-newsletter {
    display: none;
  }
  .cards {
    padding-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .navbar {
    margin-right: 0;
  }
  #hero h1 {
    font-size: 3vw;
    padding-top: 30px;
  }
  #hero h2 {
    font-size: 30px;
  }
  #hero::after {
    left: 40%;
    top: 0;
    width: 200%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }
  #hero::before {
    left: 50%;
    top: 0;
    width: 200%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
  #hero .btn-get-started {
    width: 55%;
  }
  .educatec-main .btn-get-started, .features .btn-get-started, .contact-us .btn-get-started {
    width: 60%;
  }
}
