/* OTHER COLORS */
/* FORM ELEMENTS */
/*--======================== MENUBAR --*/
.hamburger-menu {
  cursor: pointer;
  display: none; }

.hamburger-menu svg {
  width: 30px;
  height: 30px; }

.sidenav.active {
  left: 0;
  transition: 0.5s all; }

.sidenav {
  position: fixed;
  left: -300px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background: #fff;
  width: 300px;
  height: 100vh;
  top: 0;
  padding: 20px;
  z-index: 1111;
  overflow-y: auto; }

.body-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
  display: none; }

.sidenav ul li.nav-item {
  border-bottom: 1px solid #eee; }

.sidenav ul li.nav-item .nav-link {
  color: #111;
  font-weight: 700; }

@media (max-width: 769px) {
  .block-title {
    flex-wrap: wrap; }
    .block-title--content {
      flex: 0 0 100%;
      max-width: 100%; }

  .navbar-brand img {
    height: calc(68px - 68px*.15); }

  .neta-banner h1 {
    font-size: 32px; }
  .neta-banner .banner-content {
    width: 90%; }

  .neta-ribbon h1 {
    font-size: 2rem; }
  .neta-ribbon .container, .neta-ribbon .container-fluid {
    height: 170px; }

  .neta-courses .course-img::after {
    display: none; }

  .neta-courses .course-img-rev::after {
    display: none; }

  .course-img {
    margin-top: 30px; }

  .courses-wrap .row {
    flex-direction: column-reverse; }

  .neta-enrolment #progressbar li strong {
    display: none; }

  .neta-slog li {
    font-size: 44px; }
  .neta-slog h2 {
    font-size: 30px;
    margin-bottom: -8px; }
  .neta-slog .btn-neta {
    margin-top: 15px; }

  .course-row {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr); }

  .neta-selfcheck .wrapper {
    padding: 48px;
    margin-top: -150px; }

  .neta-dashboard .profile-tab .nav-link {
    padding: .75rem 1rem;
    white-space: nowrap; }
    .neta-dashboard .profile-tab .nav-link:after {
      display: none; }
  .neta-dashboard .profile-tab .nav {
    align-items: center;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    grid-gap: 8px;
    overflow-y: auto;
    width: 100%; }

  .ttl-line {
    font-size: 1.7rem; }
    .ttl-line:after {
      margin-top: 12px; } }
@media (max-width: 992px) {
  .hamburger-menu {
    display: block; }

  .top-nav {
    display: none; } }
@media (max-width: 600px) {
  .neta-head p {
    padding: 10px 0 0; }

  .course-img-rev {
    margin-bottom: 30px; }

  .neta-contact__form {
    padding: 24px; }

  .neta-videos iframe {
    margin-bottom: 30px; }

  .navbar .col-md-3,
  .navbar .col-md-9 {
    flex: 1; } }
@media (min-width: 992px) {
  header .bg-light .nav-item {
    padding: 0 4px; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1300px; } }
@media (max-width: 576px) {
  .navbar-brand img {
    height: calc(68px - 68px*.20); }

  .neta-ribbon h1 {
    font-size: 1.35rem; }

  .neta-banner h1 {
    font-size: 24px; }
  .neta-banner .banner-content {
    width: 100%; }

  .neta-slog li {
    font-size: 40px; }
  .neta-slog h2 {
    font-size: 20px;
    margin-bottom: -6px; }
  .neta-slog .btn-neta {
    margin-top: 16px; }

  .neta-selfcheck .wrapper {
    padding: 34px;
    margin-top: -150px; }

  .neta-contact__form {
    padding: 20px; }

  .ttl-line {
    font-size: 1.35rem;
    margin-bottom: 26px; }
    .ttl-line:after {
      height: 5px;
      margin-top: 10px; } }

/*# sourceMappingURL=responsive.css.map */
