.header-layout-default .menu-area {
    z-index: 4;
}

.header-layout-default .menu-area .header-logo {
    margin-top: -29px;
    margin-left: 15px;
    margin-right: 20px;
}

.header-layout-default .header-top:after {
    width: calc(100% - 300px);
}

@media (min-width: 1922px) {
    .header-layout-default .header-top {
        padding: 9px 50px 9px 400px;
    }
}

.hero-2 .hero-img2:before {
    display: none;
}

.category-menu {
    padding: 20px 10px;
  }

.w-60px {
  width: 60px;
}

.category-card_title {
    margin-top: 1.7em;
}

.category-sec-wrap .sec-title {
    margin-bottom: 50px;
}

.list-subject .sec-title {
    margin-top: -10px;
}

.list-subject .sub-title {
    margin-top: 15px;
}

.category-card_icon {
    width: 70px;
    height: 60px;
}

.category-card:hover .category-card_icon img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.btn-students {
    padding: 13px 29px !important;
    vertical-align: middle;
    display: inline-block !important;
    border: none;
    text-transform: uppercase !important;
    text-align: center;
    background-color: var(--title-color);
    color: var(--white-color) !important;
    font-family: var(--title-font);
    box-shadow: 0px 6px 16px rgba(13, 94, 244, 0.24);
    border-radius: 5px;
}

.mr-0 {
    margin-right: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.th-mobile-menu ul li a.no-arrow:before {
    display: none;
}

.th-menu-wrapper .mobile-logo {
    padding-bottom: 20px;
    padding-top: 20px;
}

.icon-btn {
    width: var(--btn-size, 40px);
    height: var(--btn-size, 40px);
    line-height: var(--btn-size, 40px);
}

.th-product .actions > * {
    margin: 0 var(--icon-gap-x, 3px);
}

.hero-style2 {
    padding: 230px 0;
}

.hero-style2 .hero-title {
    font-size: 62px;
}

.hero-style2 .hero-title:nth-of-type(2) {
    font-weight: 500;
    font-size: 32px;
}

/* Price Table */

.price-card.package {
    /* height: 534px; */
}

.price-card.package .checklist {
    height: 170px;
}

.price-card.package .tag {
    position: relative;
    top: -5px;
    left: 0;
    background-color: var(--theme-color2);
    color: var(--white-color);
    font-weight: 800;
    font-size: 14px;
    font-family: var(--body-font);
    padding: 7px 17px;
    border-radius: 999px;
}

/* STUDENT MAIN BANNER */

.slick-dots {
    display: none;
}

.footer-layout1 .footer-wrap {
  margin: 40px 40px 40px;
}

/* POPUP DEMO */

.modal {
    top: 120px;
}

.contact-form-wrap {
    margin-right: 0;
    margin-top: 0;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
    }
}

/* CAROUSELL */

.box {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.slide {
  height: auto;
  cursor: pointer;
  font-size: 30px;
}

figure{
  border-radius:3px;
  height:200px;
  margin:2px;
  background:#ccc;
  max-width:200px;
  min-width:150px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-family:montserrat;
  font-weight:600;
  font-size:20px;
  color:grey;
}

.slick-next:before{
  color:grey;
}

.slick-prev:before{
  color:grey;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: orange;
}

.tabs-main{
    display: block;
    position: relative;
    text-align: center;
}

.tabs-main .tab-baru{
    float: left;
    display: block;
    width: 50%;
}

.tabs-main .tab-baru>input[type="radio"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.tabs-main .tab-baru>label {
    display: block;
    padding: 20px;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    color: #FFF;
    background: #4A83FD;
}

.tabs-main .content {
    z-index: 0;/* or display: none; */
    overflow: hidden;
    width: 1400px;
    padding: 25px 0 0 35px;
    position: absolute;
    top: 55px;
    left: 0;
    color: #DFDFDF;
    opacity:0;
    transition: opacity 400ms ease-out;
}

.tabs-main>.tab-baru>[id^="tab"]:checked + label {
    top: 0;
    background: #ffffff;
    color: #303030;
}

.tabs-main>.tab-baru>[id^="tab"]:checked ~ [id^="tab-content"] {
    z-index: 0;/* or display: block; */
    opacity: 1;
    transition: opacity 400ms ease-out;
}

input[type="radio"] ~ label::before {
    visibility: hidden;
}