.main-page-header {
  z-index: 999;
}
.getOffer {
  background-color: #058dd0;
  border: 1px solid #058dd0;
}
.getOffer:hover {
  background-color: #058dd0;
  opacity: 0.8;
}
.knowledge-container {
  background-color: #f3d178;
  top: 200px;
  left: -70px;
  border-radius: 0px 0px 10px 10px;
  opacity: 1;
  z-index: 98;
  position: fixed;
  transform: rotate(270deg);
  width: fit-content;
  height: fit-content;
  padding: 0.5rem;
}
.knowledge {
  text-decoration: none;
}
.whatsapp-container {
  background-color: #efefef;
  top: 320px;
  border-radius: 0px 0px 10px 10px;
  opacity: 1;
  z-index: 98;
  position: fixed;
  transform: rotate(270deg);
  width: fit-content;
  height: fit-content;
  padding: 0.5rem;
}
.breadcrumb-container {
  padding-top: 5vw !important;
}
.description {
  text-align: justify;
}
.division {
  background-color: #f5f8fb;
}
.curriculum-container {
  background-color: #cfffda;
  border-radius: 10px;
}
.list-unstyled a {
  color: #495057;
  text-decoration: none;
}
.side-card {
  position: fixed;
  max-width: 20rem;
}
.faq,
.contacts,
.footer {
  position: relative;
  z-index: 1;
}
.breadcrumb-container {
  padding-top: 5vw !important;
}
/* to work dropdown menu when mouse hover it. */
/* the execute larger screen from 992px */
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }
}
@media screen and (max-width: 1130px) {
  .breadcrumb-container {
    padding-top: 10vw !important;
  }
}
@media screen and (max-width: 660px) {
  .breadcrumb-container {
    padding-top: 15vw !important;
  }
}
