/* Max width 767px */
@media only screen and (max-width: 767px) {
  .event__inner-wrap .row .col-70 {
    width: 100% !important;
  }
  
  .navbar-area .others-option .option-item {
      border:none;
  }

  .event__inner-wrap .row .col-30 {
    width: 100% !important;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ptb-70 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .default-btn {
    font-size: 13px;
    padding: 10px 20px;
  }
  .others-option-for-responsive {
    display: block !important;
  }
  .navbar-area .others-option {
    display: none;
  }
  .navbar-area .others-option .register .default-btn {
    padding: 10px 10px;
    margin-bottom: -10px;
    font-size: 13px;
    margin-bottom: 0;
    border-radius: 50px;
    top: 0;
  }

  .others-option-for-responsive .option-inner .others-option {
    top: 0;
  }

  .others-option-for-responsive .option-inner {
    padding: 0;
    background: transparent;
  }
  .navbar-area .others-option .option-item {
    padding-right: 0;
    top: 0;
  }
  .navbar-area .others-option .option-item .socmed-btn {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .navbar-area .others-option .option-item .close-btn {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .navbar-area .others-option .option-item .search-overlay.search-popup {
    left: -29px;
  }
  
  .section-title {
    margin-bottom: 30px;
  }
  .section-title span {
    font-size: 13px;
  }
  .section-title h2 {
    font-size: 18px;
  }
 
 .footer-wrap .footer-top .footer-widget .footer-logo img {
     max-width:300px !important;
 }
 
 .mobile-nav .logo img {
     max-width:200px;
 }
  .video-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .video-btn i {
    font-size: 60px;
  }

  .about-wrap, .gallery-area, .event__area, .all-courses-area, .partner-section,.courses__details-area, .footer-wrap .footer-top, .about-section {
    padding: 50px 0 10px;
  }
  .courses__details-sidebar {
    margin: 0 !important;
  }

  .courses__overview-wrap {
    margin-top: 30px;
  }
  .section__title .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .event__content {
    text-align: center;
  }
  
  .t-h2 {
      font-size:32px !important;
  }
  .list-group-borderless .list-group-item i {
      padding:0 15px;
  }
  
  .courses__details-meta .list-wrap {
    gap: 10px
}

.bg-f {
    margin-top:20px;
}

.courses__details-enroll {
    display: flex;
    width: 100%;
    gap: 10px;
}

.btn-konsultasi, .btn-daftar {
    width:100%;
}

}



/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ptb-70 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .default-btn {
    font-size: 13px;
    padding: 10px 20px;
  }
  .navbar-area .others-option {
    top: 20px;
    position: absolute;
    right: 70px;
  }
  .navbar-area .others-option .register {
    top: 0;
    position: relative;
  }
  .navbar-area .others-option .register .default-btn {
    padding: 10px 10px;
    margin-bottom: -10px;
    font-size: 13px;
    margin-bottom: 0;
    border-radius: 50px;
  }
  .navbar-area .others-option .cart-icon {
    top: 4px;
  }
  .navbar-area .others-option .cart-icon a i {
    font-size: 21px;
  }
  .navbar-area .others-option .option-item {
    top: 1px;
  }
  .navbar-area .others-option .option-item .socmed-btn {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .navbar-area .others-option .option-item .close-btn {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  
  .video-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .video-btn i {
    font-size: 60px;
  }
 
  .navbar-area .others-option .option-item .search-overlay.search-popup .search-form .search-button {
    height: 56px;
  }

}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .main-nav .navbar .navbar-brand {
    max-width: 130px;
    top: 1px;
  }
  .navbar-area .main-nav nav .navbar-nav .nav-item a {
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-area .others-option .register {
    position: relative;
    top: 0;
  }
  .navbar-area .others-option .register .default-btn {
    padding: 10px 10px;
    margin-bottom: -10px;
  }
  .navbar-area .others-option .cart-icon {
    margin-right: 15px;
    top: 5px;
  }
  .navbar-area .others-option .option-item {
    top: 0;
    padding-right: 10px;
    margin-right: 10px;
  }
 
  .default-btn {
    font-size: 13px;
    padding: 15px 20px;
  }
  
}

/* Max width 1700px */
@media only screen and (min-width: 1700px) {
  .navbar-area .main-nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  
}

/* Only Mobil Menu Max width 991px */
@media only screen and (max-width: 991px) {
  .others-option-for-responsive .dot-menu {
    top:-50px;
  }
  .mobile-nav {
    display: block;
    position: relative;
    height: 70px;
  }
  .mobile-nav .logo {
    text-decoration: none;
    position: absolute;
    top: 19px;
    z-index: 999;
    left: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    max-width: 110px;
  }
  .mobile-nav nav .navbar-nav {
    height: 250px;
    overflow-y: scroll !important;
  }
  .mobile-nav nav .navbar-nav .nav-item a i {
    display: none;
  }
  .mean-container .mean-bar {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 20px 20px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 20px 20px 20px rgba(0, 0, 0, 0.05);
    height: 70px;
    padding: 0;
  }
  .mean-container .mean-nav {
    margin-top: 70px;
  }
  .mean-container .mean-nav ul li a:hover {
    color: var(--main-color);
  }
  .mean-container .mean-nav ul li a.active {
    color: var(--main-color);
  }
  .mean-container a.meanmenu-reveal {
    padding: 23px 15px 0 0;
    color: #272b2b;
  }
  .mean-container a.meanmenu-reveal span {
    background-color: #272b2b;
    position: relative;
    top: 8px;
    margin-top: -5px;
  }
  .main-nav {
    display: none !important;
  }
  .sidebar-modal.active {
    display: none;
  }
  .others-option-for-responsive {
    display: none;
  }
}

/*
Continuer Custom Width Area Style*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}
/*# sourceMappingURL=responsive.css.map */