@media (max-width: 1200px) and (min-width: 991px) {
  .header .header-navbar .navbar .navbar-toggler .nav-text {
    font-size: 14px;
    padding-left: 10px;
  }
  .header .header-navbar .navbar .nav-item {
    margin: 0;
    padding: 0;
    border-right: 1px dotted #ccc;
  }
  .header .header-navbar .navbar .nav-item .nav-link {
    padding: 5px 8.5px;
  }
}
@media (max-width: 1000px) {
  .wrapper {
    margin: 0 0px;
  }
}
@media (max-width: 720px) {
  /* ============================= */
  /* === RESULT PAGE SECTION === */
  /* ============================= */
  .form-header .row {
    margin: 0px -5px;
  }
  .form-header .row .header-content .header-text {
    margin-top: 24px;
  }

  .footer .footer-text {
    text-align: center;
  }
  .footer .social-area {
    float: none;
    text-align: center;
  }
}
@media (max-width: 480px) {
  /* ============================= */
  /* === HEADER SECTION === */
  /* ============================= */
  .header .header-content {
    height: 160px;
    position: relative;
  }
  .header .header-content .owl-carousel .owl-dots {
    display: none;
  }
  .header .header-content img {
    height: 160px;
  }
  .header .header-content .content-area {
    top: 40px;
    left: 15px;
    z-index: 1;
  }
  .header .header-content .content-area .logo {
    height: 80px;
  }
  .header .header-content .content-area .content-text {
    margin-top: 0px;
    margin-left: 10px;
  }
  .header .header-content .content-area .content-text .sitename {
    font-size: 24px;
  }
  .header .header-content .content-area .content-text .slogan {
    font-size: 15px;
  }

  /* ============================= */
  /* === NOTICE SCROLL SECTION === */
  /* ============================= */
  .notice-scroll {
    padding: 5px 0px 0px 0px;
    margin: 4px 0;
  }

  /* ============================= */
  /* === SLIDER SECTION === */
  /* ============================= */
  .slider-section .owl-carousel img {
    height: 260px;
  }
}
@media (max-width: 420px) {
  .header-top {
    font-size: 14px;
  }

  /* ============================= */
  /* === COURSE CONTENT SECTION === */
  /* ============================= */
  .course-content .box .card-body .title {
    font-size: 18px;
  }
  .course-content .box .card-body .image {
    padding: 0px 10px 0px 0px;
  }
  .course-content .box .card-body .image img {
    height: 100px;
    width: 100px;
  }
  .course-content .box .card-body .card-text i.fa {
    color: #29C944;
    font-size: 18px;
  }
  .course-content .box .card-body .card-text a {
    color: #000;
    padding-left: 5px;
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  /* ============================= */
  /* === HEADER SECTION === */
  /* ============================= */
  .header .header-content {
    height: 150px;
  }
  .header .header-content img {
    height: 150px;
  }
  .header .header-content .content-area {
    top: 35px;
    left: 12px;
  }
  .header .header-content .content-area .logo {
    height: 70px;
  }
  .header .header-content .content-area .content-text {
    margin-left: 8px;
  }
  .header .header-content .content-area .content-text .sitename {
    font-size: 20px;
  }
  .header .header-content .content-area .content-text .slogan {
    font-size: 14px;
  }

  /* ============================= */
  /* === SLIDER SECTION === */
  /* ============================= */
  .slider-section .owl-carousel img {
    height: 220px;
  }

  /* ============================= */
  /* === COURSE CONTENT SECTION === */
  /* ============================= */
  .course-content .box .card-body .title {
    font-size: 17px;
  }
  .course-content .box .card-body .image {
    padding: 0px 6px 0px 0px;
  }
  .course-content .box .card-body .image img {
    height: 90px;
    width: 90px;
  }
  .course-content .box .card-body .card-text i.fa {
    color: #29C944;
    font-size: 16px;
  }
  .course-content .box .card-body .card-text a {
    color: #000;
    padding-left: 5px;
    font-size: 12px;
  }

  /* ============================= */
  /* === LOCATION AREA SECTION === */
  /* ============================= */
  .location-area .box .title {
    font: normal 700 18px/24px "Roboto", sans-serif;
  }
  .location-area .address-text {
    padding: 5px 5px;
    font-weight: 600;
    font-size: 13px;
  }

  /* ============================= */
  /* === FOOTER  SECTION === */
  /* ============================= */
  .footer .footer-text {
    font-size: 14px;
  }
  .footer .social-area a > i {
    font-size: 14px;
    height: 24px;
    width: 24px;
    line-height: 24px;
  }
}

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