/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2021 IMAJIKU.
*/

/* Desktop First Design */

/* Larger Devices, Wider Screens */
@media only screen and (min-width: 1700px) {
}

@media (min-width: 1500px) and (max-width: 1700px) {
}

@media only screen and (min-width: 1367px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /* 	Home */
  .tabs-mjk-box.variant-tabs-options .tabs-mjk-nav .nav-tabs {
    justify-content: space-between;
  }
  .tabs-mjk-box.variant-tabs-options .tabs-mjk-nav .nav-tabs .nav-item {
    flex: 0 0 30%;
    max-width: 30%;
  }

  /* process 2 */
  .card-rendertype {
    width: 220px;
    min-height: auto;
  }
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (max-width: 1024px) {
  /* 	modal dialog */
  .modal-xl-mjk {
    max-width: 90% !important;
  }

  .card-grant-box {
    padding: 0 40px 0 0;
  }
  .card-grant-action {
    right: 0;
  }

  /* process 2 */
  .card-rendertype-img {
    height: 130px;
  }
}
@media only screen and (max-width: 992px) {
}

/* Start mobile responsive */
@media only screen and (max-width: 991px) {
  /* card slot */
  .grant-do-category {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .grant-do-category > ul > li.orderset-first,
  .grant-do-category > ul > li.orderset-first .grant-part {
    width: 100%;
  }
  .grant-do-rendering > ul {
    flex-wrap: wrap;
    column-gap: 0;
  }
  .grant-do-rendering > ul > li {
    width: 48%;
  }
  .grant-do-rendering > ul > li .grant-part {
    max-width: unset;
  }

  /* 	home */
  .section-home-services {
    min-height: auto;
    padding-bottom: 180px;
  }
  .section-home-about {
    min-height: auto;
    padding-bottom: 180px;
  }
  .minicount {
    justify-content: center;
    row-gap: 20px;
  }
  .minicount-item {
    min-width: unset;
  }

  /* 	home section services */
  .section-home-services::before {
    content: "";
    background-image: linear-gradient(to top, #5bb6d9 60%, #184b76 95%);
    background-size: 100% 100%;
  }
  .etta-list {
    justify-content: flex-start;
  }
  .char-blue {
    height: 140px;
  }
  .char-blue-tree-1 {
    height: 120px;
  }
  /* 	home section about */
  .section-home-about::before {
    content: "";
    background-image: linear-gradient(to top, #e89eb7 60%, #8272b6 95%);
    background-size: 100% 100%;
  }
  .char-purple {
    height: 150px;
  }
  .char-purple-tree-1 {
    height: 130px;
  }
  .char-purple-tree-2 {
    height: 130px;
  }
  .char-purple-wave {
    width: 100%;
  }

  /* 	notification */
  .notification-box.variant-notifscreen.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 50px 10px 30px;
    background-color: #f5f5f5;
    z-index: 1035;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    opacity: 1;
  }
  .notification-box.variant-notifscreen.open .notification-list {
    display: block;
    padding: 0;
    width: 100%;
    height: calc(100vh - 170px);
    max-height: calc(100vh - 170px);
    overflow-x: hidden;
    overflow-y: auto;
    -moz-overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}

/* Small Devices, Desktops */
@media only screen and (max-width: 812px) {
}

@media only screen and (max-width: 768px) {
  /* process 2 */
  .card-rendertype {
    width: 180px;
    min-height: auto;
  }
  .card-rendertype-desc {
    flex: 1;
  }
  .card-rendertype-footer {
    row-gap: 5px;
    column-gap: 0;
    width: 100%;
  }
  .card-rendertype-img {
    height: 105px;
  }
  .card-rendertype-desc h4 {
    font-size: 13px;
  }
  .card-rendertype-desc p {
    font-size: 12px;
  }
  .card-rendertype-footer {
    flex-direction: column;
  }
  .card-rendertype-footer .form-group-mjk {
    width: 100%;
  }
  .minidio-desc h4,
  .minidio-desc p {
    font-size: 13px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 767px) {
  /*card slot */
  .card-grant-box {
    padding: 0;
  }
  .card-grant-head {
    flex-direction: column;
  }
  .card-grant-img {
    width: 100%;
    height: 180px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  .card-grant-desc {
    width: 100%;
    padding-left: 0;
  }
  .card-grant-action {
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    -moz-backdrop-filter: blur(4px);
  }

  /* 	dashboard profile */
  .profiledashset.variant-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .profiledashset.variant-2 .profiledashset-img {
    width: 100px;
    height: 100px;
    margin: 10px 0 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .profiledashset.variant-2 .profiledashset-desc-group-head {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .profiledashset.variant-2 .profiledashset-desc {
    order: 2;
    width: 100%;
    padding: 5px 15px 5px;
  }
  .profiledashset.variant-2 .profiledashset-desc-status {
    order: 1;
    width: 100%;
    padding: 5px 15px 5px;
    align-items: flex-start;
  }
  .profiledashset.variant-2 .tipmood-list {
    justify-content: center;
  }
  .profiledashset.variant-2 .profiledashset-desc-group-footer {
    padding: 5px 15px 10px;
  }
}

@media only screen and (max-width: 640px) {
  /* 	process 2 */
  .setbook-action {
    padding: 0 0 0 10px;
  }
  .header-pros {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
  }
  .header-pros-left {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  body {
    font-size: 14px;
    line-height: 1.3;
  }
  .collapse-mjk-link h4 {
    font-size: 14px;
  }

  /* 	home section services */
  .card-etta-img {
    width: 120px;
    height: 150px;
  }
  .video-mjk.variant-mini {
    width: 120px;
    height: auto;
  }
  .char-blue {
    height: 110px;
  }
  .char-blue-tree-1 {
    height: 90px;
  }

  /* 	home section about */
  .char-purple {
    height: 150px;
  }
  .char-purple-tree-1 {
    height: 130px;
  }
  .char-purple-tree-2 {
    height: 130px;
  }
  .char-purple-wave {
    width: 100%;
  }

  /* 	process step 2 */
  .card-rendertype {
    width: 220px;
    min-height: auto;
  }
}

@media only screen and (max-width: 480px) {
  /* 	Home */
  .section-home-services {
    min-height: auto;
  }
  .section-home-about {
    min-height: auto;
  }

  .koption-nav {
    width: 100px;
  }
  .koption-nav h4 {
    font-size: 14px;
  }
  .tabs-mjk-box.variant-tabs-options .tabs-mjk-nav .nav-tabs .nav-item {
    flex: none;
    max-width: unset;
  }

  /* 	tab variant 3 */
  .tabs-mjk-box.variant-3 .tabs-mjk-nav .nav-tabs {
    flex-direction: column;
  }
  .tabs-mjk-box.variant-3
    .tabs-mjk-nav
    .nav-tabs
    .nav-item:first-child
    .nav-link {
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
  }
  .tabs-mjk-box.variant-3 .tabs-mjk-nav .nav-tabs .nav-item .nav-link {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
}

@media only screen and (max-width: 375px) {
}

@media only screen and (max-width: 360px) {
  /* 	process step 2 */
  .card-rendertype {
    width: 100%;
    min-height: auto;
  }
  .card-rendertype .eqh-render-1 {
    height: auto !important;
  }
}

@media only screen and (max-width: 320px) {
}
