@import "./fonts.css";

body,
html {
  margin: 0;
  /*font-family: "Hellix Regular", sans-serif;*/
  overflow-x: hidden;
}
@supports (overflow-x: clip) {
  body,
  html {
    overflow-x: clip;
  }
}

.main-ask-faq {
  text-align: center;
  margin-top: 0;
}

.main-category-faq {
  display: flex;
  margin: 50px 0px 50px;
}

a.list-faq-url {
  height: 100%;
  padding: 10px 20px;
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 10px;
  color: #000;
}

.content-faq-answer {
  padding-bottom: 20px;
}

.vc-faq-content {
  position: relative;
  padding: 20px 0px;
  background: #caf0fd;
}

.vc-accordion-lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vc-card {
  border: solid 1px #f0ebfb;
  border-radius: 5px;
  position: relative;
  padding: 20px;
  background-color: #faf9ff;
}

.wrap-faq-home {
    margin-top: 50px;
}

.heading-faq {
  font-family: "Hellix Bold";
  font-size: 48px;
  line-height: 58px;
  margin-top: 95px;
}

.register {
  font-family: "Hellix Medium";
  font-size: 48px;
  line-height: 58px;
  margin-top: 25px;
}

.question-title {
  font-family: "Hellix Medium";
  font-size: 28px;
  line-height: 34px;
  margin-top: 50px;
}

.desktop--main-faq {
  float: right;
  margin-top: 105px;
  margin-bottom: 40px;
}

.vc-card-header {
  transition: all ease-in-out 0.3s;
  max-height: 100px;
}

.vc-card-header.hide {
  max-height: 0;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}

.vc-card-header__icon {
  display: block;
}

.js-search-for {
  padding-block: 30px;
  margin-bottom: 0;
}

.search-text {
  text-transform: lowercase;
}

.js-search-not-found h4 {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 500px) {
  .btn-download-header {
    display: none;
  }

  .fa-times:before {
    margin-right: -10px;
  }
}

/* Homepage Animation Tab Image */
.vc-layanan-image {
  transform: translateX(-50%);
  transition: all ease-in-out 0.3s;
}

.active.show .vc-layanan-image {
  transform: translateX(0%);
  transition: all ease-in-out 0.3s;
}
.vc-image-trans {
  transform: translateX(-50%);
  transition: all ease-in-out 0.3s;
}

.active.show .vc-image-trans {
  transform: translateX(0%);
  transition: all ease-in-out 0.3s;
}

.wrp-fitur-utama {
  justify-content: center;
  display: flex;
  margin-left: 180px;
}

/* Faq custom css */
.ufaqsw_default_all_single_faq .ufaqsw_faq_title {
  display: none;
}
.vc-sidebar-vaq {
  flex: 0 0 25%;
  margin-left: -20px;
}
.vc-sidebar-vaq .ufaqsw_faq_title {
  cursor: pointer;
}
.vc-sidebar-vaq .ufaqsw_faq_title.active {
  color: #6a38d3;
}

.ufaqsw_default_all_faq_content {
  display: flex;
  height: 100% !important;
}

.ufaqsw_faq_title {
  width: 240px !important;
}

.vc-sidebar-vaq ~ .ufaqsw_search_no_result {
  flex: 0 0 70%;
}

.vc-sidebar-vaq ~ .ufaqsw_default_all_single_faq {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  flex: 0 0 70%;
}

@media (min-width: 1140px) {
  #download-Modal .container .row {
    flex-wrap: nowrap;
  }

  .v-card-content {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #1f2e45;
  }

  h5 {
    font-size: 18px !important;
    font-weight: 600 !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .header-wrap.d-flex.flex-column.flex-md-row.align-items-center {
    padding: 10px 0px 10px;
  }

  .col-lg-8.col-sm-2.d-flex.justify-content-end.wrap-btn-download {
    right: 30px;
    position: absolute;
  }

  .homepages h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.12px;
    text-align: left;
    margin-top: 50px;
  }

  .homepages p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-top: 20px;
  }

  .vc-header ~ .bg-homepages .btn.btn-primary.btn-download.button-modal {
    display: inline-block;
    width: 102px;
    height: 42px;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
  }

  .section-two {
    padding: 40px 40px 0px 40px;
  }

  .title-two {
    font-size: 20px;
    font-weight: 600;
  }

  .prg-two {
    font-size: 14px;
    font-weight: normal;
  }

  .feature-two {
    font-size: 16px;
    font-weight: 600;
  }

  .feature-icon {
    font-size: 14px;
    font-weight: normal;
    margin-right: 20px;
  }

  .section-three {
    margin: 30px 0 0;
    padding: 50px 30px;
  }

  .title_main {
    font-size: 20px;
    font-weight: 600;
  }

  .paragraph_main {
    font-size: 14px;
    font-weight: normal;
    margin-top: 16px;
  }

  .nav-tabs .nav-link {
    font-size: 14px;
    padding-bottom: 18px !important;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    font-size: 14px;
    font-weight: 600;
  }

  .layanan-prg p,
  .layanan-prg dl,
  ol,
  ul {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
  }

  .section-four {
    padding: 40px;
  }

  .section-seven {
    margin: 0px 0px 0px;
  }

  .nav-pills .nav-link,
  .nav-pills .nav-link.active,
  .tab-pane {
    font-size: 14px;
  }

  h2.banner_title {
    font-size: 20px;
    font-weight: 600;
  }

  a.klik,
  .section-seven p {
    font-size: 14px;
  }

  .vc-faqs__body-sidebar {
    margin-right: 0px !important;
  }

  a.btn.btn-header-link {
    font-size: 14px;
    padding: 10px 0px 10px;
  }

  #main #faq .card-faq .card-header-faq .btn-header-link:after {
    top: 4px;
  }

  .btn-lainnya {
    font-size: 14px !important;
  }

  .footer-pad {
    margin-top: 10px;
  }

  .wrap-logo-lps {
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .vc-header {
    top: 0 !important;
  }

  .vc-sidebar-vaq-select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    margin: 20px 0;
  }

  .vc-faqs__body-main {
    margin: 0 50px;
  }

  .vc-faqs__body-sidebar__list {
    margin-left: 50px !important;
  }

  .vc-header ~ .section-pages.section-two .feature-wrapper .feature {
    flex: 0 0 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .vc-header ~ .section-pages.section-three .nav-tabs .nav-link {
    height: 100%;
  }

  .vc-header ~ .section-pages.section-four .vc-image-trans.image-trans {
    margin-top: 0;
  }

  .vc-header ~ footer.mainfooter {
    margin-top: 40px;
  }

  .vc-sidebar-vaq-select {
    display: block;
    margin-left: 35px;
    width: 50%;
    padding: 10px 8px;
    background: #fff;
    border-radius: 5px;
  }

  .section-four {
    padding: 80px 40px;
  }

  .ufaqsw_faq_title {
    font-size: 18px;
    font-weight: 500;
  }

  ul.vc-sidebar-vaq {
    display: none;
  }

  .ufaqsw_default_all_search {
    position: relative;
    height: 80px;
    width: 700px;
    margin: 80px auto;
  }
  .ufaqsw_default_all_search_box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    height: 80px;
    width: 700px;
    margin: 80px auto;
    border: 0px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6b717b;
  }
}

@media (max-width: 600px) {
  .vc-sidebar-vaq-select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    margin: 20px 0;
  }
  .ufaqsw_default_all_faq_content {
    flex-direction: column;
  }

  .ufaqsw_faq_title {
    display: inline-block;
    box-sizing: border-box;
    padding: 0.5em 2em 0.5em 0.5em;
    border: 1px solid #eee;
    font: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
      linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position: right 15px top 1em, right 10px top 1em;
    background-size: 5px 5px, 5px 5px;
  }

  .ufaqsw_faq_title {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    margin: 20px 0;
  }

  .pertanyaan {
    font-size: 18px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1f2e45;
  }

  .ufaqsw_default_all_faq_header {
    height: auto !important;
    padding: 0 0 40px !important;
  }

  .ufaqsw_default_all_search_box {
    height: 56px !important;
    margin-top: 40px !important;
  }

  .vc-sidebar-vaq {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
  }

  .vc-sidebar-vaq ~ .ufaqsw_default_all_single_faq {
    max-width: 100vw;
    margin-left: 10px;
  }

  .ufaqsw_default_all_faq_content .ufaqsw_toggle_default {
    margin: 30px;
    border-bottom: 1px solid #eaeaea;
  }

  .ufaqsw_default_all_search {
    width: 100% !important;
    padding-inline: 15px;
    max-width: 320px;
    margin: auto;
    margin-top: 30px;
    font-size: 18px;
  }

  .ufaqsw_default_all_search_box {
    max-width: 320px;
    height: 56px;
    transform: translateX(-16px);
  }

  a.klik {
    font-size: 14px;
  }
}

/* make header always white on mobile view */
.vc-sidebar-vaq-select {
  display: none;
}

ul.vc-sidebar-vaq {
  display: block;
}

.vc-header ~ .bg-homepages .btn.btn-primary.btn-download.button-modal {
  display: inline-block;
}

.vc-header ~ .bg-homepages .btn.btn-primary.btn-download.button-link {
  display: none;
}

@media (max-width: 640px) {
  .vc-header {
    background: #fff !important;
    top: 0 !important;
  }

  .vc-header .header-wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}

@media (max-width: 500px) {
  .vc-header {
    background: #fff !important;
    top: 0 !important;
  }

  .vc-header .header-logo {
    height: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
  }
  .vc-header .header {
    grid-column: 1 / span 2;
    grid-row: 1 / span 1;
  }
  .vc-header .header .navbar {
    padding: 0;
  }
  .vc-header .header .navbar .navbar-toggler {
    justify-self: end;
    margin-left: auto;
  }
  .vc-header .header .navbar ul {
    margin-top: 30px;
  }
  .vc-header .header .navbar ul li a {
    padding-left: 0 !important;
  }
  .vc-header .header .navbar ul {
    margin-top: 30px;
  }

  .vc-sidebar-vaq-select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    margin: 20px 0;
    background-image: url('data:image/svg+xml, <svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.6713 12.6268L1.18193 3.13733C0.724268 2.67966 0.724268 1.93767 1.18193 1.48005L2.28872 0.373268C2.74561 -0.0836171 3.48608 -0.0844964 3.94404 0.371314L11.5 7.89187L19.0559 0.371314C19.5139 -0.0844964 20.2543 -0.0836171 20.7112 0.373268L21.818 1.48005C22.2757 1.93772 22.2757 2.67971 21.818 3.13733L12.3287 12.6268C11.871 13.0844 11.129 13.0844 10.6713 12.6268Z" fill="black"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position-y: center !important;
    background-position-x: 96% !important;
  }

  .vc-faq-home .btn.btn-header-link {
    white-space: pre-line;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1f2e45;
    font-weight: 500;
  }

  .vc-header ~ .section-pages.section-two .feature-wrapper {
    padding: 0;
    margin: 0;
  }

  .vc-header ~ .section-pages.section-two .feature-wrapper .feature {
    flex: 0 0 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .vc-header ~ .section-pages.section-three .nav-tabs .nav-link {
    height: 100%;
  }

  .vc-header ~ .section-pages.section-four .nav-pills .nav-link {
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: center;
  }

  ul.nav.nav-pills {
    margin-top: 400px;
    justify-content: center;
  }

  .vc-header ~ .section-pages.section-four .vc-image-trans.image-trans {
    margin-top: 0;
  }

  .vc-header ~ footer.mainfooter {
    margin-top: 40px;
    padding: 30px 0px 10px 7px;
  }

  .vc-accordion-lists {
    margin-top: 50px;
    margin-left: -6px;
  }

  .vc-sidebar-vaq-select {
    display: block;
    margin-left: 25px;
    width: 50%;
    padding: 10px 8px;
    background: #fff;
    border-radius: 5px;
  }

  .ufaqsw_faq_title {
    font-size: 18px;
    font-weight: 500;
  }

  ul.vc-sidebar-vaq {
    display: none;
  }

  .ufaqsw_toggle_default .ufaqsw-toggle-title-area-default h3 {
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  .ufaqsw_toggle_default .ufaqsw-toggle-inner-default {
    font-size: 14px !important;
    font-weight: normal !important;
  }

  .ufaqsw_toggle_default
    .ufaqsw-toggle-title-area-default
    .ufaqsw-title-name-default {
    display: block;
    padding: 0px 0 20px !important;
  }

  .tab-pane {
    margin-top: 0px;
  }

  .ufaqsw_toggle_default .ufaqsw-toggle-inner-default {
    margin-bottom: 16px;
  }

  #main #faq .card-faq .card-header-faq .btn-header-link:after {
    top: 0px;
  }
  .copyright {
    margin-left: -25px;
  }

  .vc-faqs__head-form input {
    background-position-x: 10%;
    height: 60px !important;
  }
}

@media (max-width: 1024px) {
  .col-lg-8.col-sm-2.d-flex.justify-content-end.wrap-btn-download {
    right: 30px;
    position: absolute;
  }
}

/*
@media (max-width: 1024px) {
  .header-logo {
    background: url(../../../../../../wp-content/uploads/2022/09/logo-mob.png) no-repeat;
    width: 62px;
  }

  .custom-logo-link {
    display: none;
  }

  .ufaqsw_default_all_faq_content {
    padding-left: 20px;
    padding-right: 30px;
  }
  
  .vc-header.fixed {
    left: 0;
  }
  .vc-header .header-wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .vc-header .header-logo {
    height: 100%;
    box-sizing: border-box;
    margin-top: 21px;
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
  }
  .vc-header .header {
    grid-column: 1 / span 2;
    grid-row: 1 / span 1;
  }
  .vc-header .header .navbar {
    padding: 0;
  }
  .vc-header .header .navbar .navbar-toggler {
    justify-self: end;
    margin-left: auto;
  }
  .vc-header .header .navbar ul {
    margin-top: 30px;
  }
  .vc-header .header .navbar ul li a {
    padding-left: 0 !important;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url('../../../../../../wp-content/uploads/2022/09/menu-hamburger.png') !important;
    background-repeat: no-repeat !important;
    background-position-y: center !important;
    background-size: 24px !important;
    background-position-y: center !important;
    background-position-x: 20% !important;
  }

  .navbar-toggler {
    border: 0px !important;
  }

}*/

:focus-visible {
  outline: none !important;
}

@media (max-width: 600px) {
  .vc-header .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .ufaqsw_default_all_faq_content {
    width: 100vw !important;
  }

  .vc-sidebar-vaq-select {
    width: 86vw;
  }
  .vc-sidebar-vaq-select ~ .ufaqsw_default_all_single_faq {
    margin-left: 0;
  }
  .vc-header ~ .entry-content-main-faq .ufaqsw_default_all_search_box {
    background-position-x: 6% !important;
  }
}

@media (min-width: 990px) and (max-width: 1024px) {
  .ufaqsw_default_all_search {
    position: relative;
    height: 80px;
    width: 700px;
    margin: 80px auto;
  }
  .ufaqsw_default_all_search_box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    height: 80px;
    width: 700px;
    margin: 80px auto;
    border: 0px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6b717b;
  }
}

@media (min-width: 600px) and (max-width: 1024px) {
  header.header.vc-header {
    padding: 10px 30px 20px;
  }

  .ufaqsw_default_all_faq_content {
    width: 95% !important;
  }

  .vc-sidebar-vaq ~ .ufaqsw_default_all_single_faq .ufaqsw_toggle_default {
    margin-left: 30px;
    margin-right: 30px;
  }

  .vc-sidebar-vaq ~ .ufaqsw_default_all_single_faq {
    flex: auto;
  }

  .vc-sidebar-vaq .ufaqsw_faq_title {
    width: 180px !important;
    margin-right: 30px;
  }
  .ufaqsw_default_all_search {
    position: relative;
    height: 80px;
    width: 700px !important;
    margin: 80px auto;
  }
  .ufaqsw_default_all_search_box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    height: 80px;
    width: 700px !important;
    margin: 80px auto;
    border: 0px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6b717b;
  }

  .footer-pad a {
    font-size: 12px;
    font-weight: 500;
  }
}

.vc-header ~ .entry-content-main-faq .ufaqsw_default_all_search_box {
  background-image: url("../../../../../../wp-content/uploads/2022/09/ic_search.png") !important;
  background-repeat: no-repeat !important;
  background-position-y: center !important;
  background-size: 24px !important;
  background-position-y: center !important;
  background-position-x: 2% !important;
  padding: 0 50px;
}

.ufaqsw_search_loading {
  display: none !important;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #6b717b !important;
  text-align: left !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6b717b !important;
  text-align: left !important;
}

::placeholder {
  color: #6b717b !important;
  text-align: left !important;
}

.vc-header
  ~ .entry-content-main-faq
  .ufaqsw_default_all_search_box:focus-visible {
  border: 1px solid #6a38d3 !important;
}

.ufaqsw_default_all_search_box:focus {
  border: 1px solid #6a38d3 !important;
}

/* Faqs Page */
.vc-faqs {
}

.vc-faqs__head {
  background-color: #6936d3;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 120px;
}

.vc-faqs__head-form {
  width: 100%;
  padding-inline: 0px;
  display: flex;
  justify-content: center;
  margin: 40px auto;
}

.vc-faqs__head-form__clear {
  display: flex;
  align-items: center;
  cursor: pointer;
  transform: translateX(-200%);
}

.vc-faqs__head-form input {
  background-image: url(../../../../../../wp-content/uploads/2023/06/icon-search.png) !important;
  background-repeat: no-repeat !important;
  background-size: 24px !important;
  background-position: right 2em bottom 30px !important;
  padding: 0 60px;
  background-color: #fff;
  border-radius: 30px !important;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
  height: 80px;
  width: 100%;
  border: 0px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #6b717b;
}

.vc-faqs__head-title {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.vc-faqs__body {
  margin-block: 40px;
  display: flex;
}

.vc-faqs__body-sidebar {
  flex: 0 0 20%;
  margin-right: 80px;
}

.vc-faqs__body-sidebar select {
  display: none;
}

.vc-faqs__body-sidebar__lists {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.vc-faqs__body-sidebar__list {
  cursor: pointer;
  text-align: center;
}

.vc-faqs__body-sidebar__list a {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  background: #ffffff;
  border-radius: 10px;
  padding-block: 20px;
  cursor: pointer;
  margin-bottom: 20px;
  text-align: center;
  display: block;
}

.vc-faqs__body-sidebar__list.active a {
  background: #47bbe4;
  border-radius: 10px;
  display: block;
  width: 246px;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #ffff;
  font-family: "Hellix Medium";
}

.vc-faqs__body-main {
  flex: auto;
}

.vc-faqs__body-main__accordion {
  border-bottom: 1px solid #000;
}

.vc-faqs__body-main__accordion-title {
  cursor: pointer;
  font-size: 18px;
  font-family: "Hellix Bold";
  letter-spacing: normal;
  text-align: left;
  color: #000;
  display: block;
  /*
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  padding-block: 16px;*/
}

.vc-faqs__body-main__accordion-title {
  transition: all ease-in-out 0.3s;
}

.vc-faqs__body-main__accordion-title i.active {
  transition: all ease-in-out 0.3s;
  transform: rotate(180deg);
  background: url(../../../../../../wp-content/uploads/2023/04/icon_minus-circle.png) !important;
  width: 25px;
  height: 25px;
}

.faq-question i.active {
  transition: all ease-in-out 0.3s;
  transform: rotate(180deg);
  background: url(../../../../../../wp-content/uploads/2023/04/icon_minus-circle.png) !important;
  width: 25px;
  height: 25px;
}

.fa.fa-angle-down {
  background: url(../../../../../../wp-content/uploads/2023/04/icon_plus-circle.png) !important;
  width: 25px;
  height: 25px;
  display: inline-block;
  float: right;
}

.icon.min {
  transition: all ease-in-out 0.1s;
  background-image: url(../../../../../../wp-content/uploads/2023/04/icon_minus-circle.png);
  background-color: #eff5f9;
  background-repeat: no-repeat;
  background-position: right;
  width: 25px;
  height: 25px;
  float: right;
  top: -44px;
  position: relative;
}

/*main faq icon*/
button.faq-question.btn-block.text-left {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

button.faq-question.btn-block.text-left .icon {
  background-image: url(../../../../../../wp-content/uploads/2023/04/icon_minus-circle.png) !important;
  float: unset;
  top: unset;
  transition: all ease-in-out 0.3s;
  transform: rotate(180deg);
  flex: 0 0 26px;
}
button.faq-question.btn-block.text-left.collapsed .icon {
  background-image: url(../../../../../../wp-content/uploads/2023/04/icon_plus-circle.png) !important;
  transition: all ease-in-out 0.3s;
  transform: rotate(0);
}

.collapse.i.icon.plus {
  display: none;
}

.collapse.show.button.faq-question.btn-block.text-left {
  background-image: url(../../../../../../wp-content/uploads/2023/04/icon_minus-circle.png) !important;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all ease-in-out 0.3s;
  transform: rotate(180deg);
}

.btn-nav-accordion[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
}

.fa-chevron-up {
  transition: all 0.3s ease;
}
.btn-nav-accordion.collapsed .fa-chevron-up {
  transform: rotate(180deg);
}

.header-faq-question {
  display: flex;
  justify-content: end;
}

/*icon category*/
.header-faq-question.faq-question i.active {
  transition: all ease-in-out 0.3s;
  transform: rotate(180deg);
  background: url(../../../../../../wp-content/uploads/2023/04/icon_plus-circle.png) !important;
  width: 25px;
  height: 25px;
}

.fa.fa-category-down {
  background: url(../../../../../../wp-content/uploads/2023/04/icon_minus-circle.png) !important;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0px;
  margin-top: -40px;
  cursor: pointer;
}

.vc-faqs__body-main__accordion-body {
  padding-block: 16px;
  line-height: 20px;
  font-size: 18px;
  text-align: left;
  color: #000;
  padding-left: 30px;
}

.fa-times:before {
  width: 32px;
  height: 32px;
  content: url(../../../assets/images/close-search.png) !important;
  background-color: #fff;
}

.vc-faqs__body-sidebar__list a:hover {
  text-decoration: none;
}

@media (max-width: 600px) {
  .vc-faqs__body {
    flex-direction: column;
    padding: 0 30px;
  }

  .vc-faqs__head-form input {
    background-position: right 1em bottom 16px !important;
  }

  .vc-faqs__head-title {
    font-size: 18px;
    margin: 0 50px;
  }

  .js-faq-sidebar {
    background: inherit;
    padding: 0;
    border-radius: 0;
    margin-right: 20px;
    height: inherit;
    scroll-behavior: inherit;
    overflow: hidden;
  }
  	
  .carousel-control-next, .carousel-control-prev {
    top:50px !important;
  }
  
  .carousel-inner {
    min-height:400px !important;
  }
  
  input[type="text"].js-search {
    padding: 0 30px !important;
  }

  .vc-faqs__head {
    padding-block: 50px;
  }

  .vc-faqs__body-sidebar {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .vc-faqs__body-sidebar select {
    display: block;
    width: 95%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    margin: 20px auto;
    background-image: url('data:image/svg+xml, <svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.6713 12.6268L1.18193 3.13733C0.724268 2.67966 0.724268 1.93767 1.18193 1.48005L2.28872 0.373268C2.74561 -0.0836171 3.48608 -0.0844964 3.94404 0.371314L11.5 7.89187L19.0559 0.371314C19.5139 -0.0844964 20.2543 -0.0836171 20.7112 0.373268L21.818 1.48005C22.2757 1.93772 22.2757 2.67971 21.818 3.13733L12.3287 12.6268C11.871 13.0844 11.129 13.0844 10.6713 12.6268Z" fill="black"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position-y: center !important;
    background-position-x: 96% !important;
    border-radius: 10px !important;
  }

  .vc-faqs__body-sidebar__lists {
    display: none;
  }

  .vc-faqs__body-main__accordion-title {
    font-size: 14px !important;
    font-weight: 500 !important;
    padding-inline: 10px;
    display: block;
    width: 98%;
    text-align: left;
    padding: 10px 0px 10px;
  }

  .vc-faqs__body-main__accordion-body {
    font-size: 14px !important;
    font-weight: normal !important;
    padding-block: 0px 10px;
    padding-left: 0px;
  }

  .js-search-for h3,
  .js-search-not-found h4 {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-left: 15px;
  }

  .layanan-faq {
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
  }

  .title-bantuan {
    font-size: 24px;
    padding: 20px 0px 5px;
  }

  img.bantuan-image.img-fluid.mx-auto {
    float: left;
    margin:-5px 10px 0px 0px !important;
    width: 10%;
  }

  .footer-faq {
    padding: 20px;
  }

  a.link_banner {
    margin: 0px 20px 0px;
    flex-direction: row;
    display: flex;
    padding: 15px 0px;
    border-radius: 0px;
    /*border-bottom: 1px solid #ddd;*/
  }

  a.link_banner {
    /*background-image: url(../../../assets/images/arrow-faq.png);*/
    background-repeat: no-repeat;
    background-position: right center;
  }

  .vc-faqs__body-main__accordion-title i.active {
    width: 18px;
    height: 18px;
    background: url(../../../assets/images/mob-min.png) !important;
  }

  .icon.min {
    background-image: url(../../../assets/images/i-min-mob.png);
    background-color: #eff5f9;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    width: 35px;
    height: 50px;
    float: right;
    top: -53px;
    transition: all ease-in-out 0.3s;
    transform: rotate(-360deg);
  }

  /* button.faq-question.btn-block.text-left.collapse {
    background-image: url(../../../assets/images/i-min-mob.png);
    background-color: #eff5f9;
    background-repeat: no-repeat;
    transition: all ease-in-out 0.3s;
    transform: rotate(180deg);
  }

  button.faq-question.btn-block.text-left {
    background-image: url(../../../assets/images/i-plus-mob.png) !important;
    background-color: #eff5f9;
    background-repeat: no-repeat;
    background-position: right;
    float: right;
    position: relative;
    margin-right: 0px;
    padding: 4px 25px 10px 0px;
    min-width: 320px;
    transition: all ease-in-out 0.3s;
    transform: rotate(0);
  } */

  dl,
  ol,
  ul {
    margin: 0px 0 20px;
  }

  .text-bantuan {
    font-size: 12px;
  }

  .mob-select-faq {
    height: 55px;
    padding: 0px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    font-family: "Hellix Regular";
    width: 90%;
    margin: auto;
    display: block;
  }

  .icon-artikel {
    padding-right: 5px;
  }

  /*select dropdowm*/

  option,
  optgroup {
    background-color: DodgerBlue;
  }

  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }

  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }

  /*style the items (options), including the selected item:*/
  .select-items div,
  .select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
  }

  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }

  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }

  .select-items div:hover,
  .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .faq-question {
    font-size: 16px;
  }

  .content-faq-answer {
    font-size: 14px;
  }

  .wrap-faq-content {
    margin-top: 0px;
  }

  .faq-content {
    margin: 0px 14px 0px 14px;
  }

  .wrap-faq-home {
    margin: 0px 15px;
  }

  .fa.fa-faq-down {
    width: 28px;
  }

  .question-title {
    font-size: 24px;
    font-family: "Hellix Bold";
  }

  .faq-question i.active {
    transition: all ease-in-out 0.3s;
    transform: rotate(180deg);
    background: url(../../../assets/images/mob-plus.png) !important;
    width: 18px !important;
    height: 18px !important;
    position: relative;
    right: -11px;
  }

  .fa.fa-angle-down {
    background: url(../../../assets/images/mob-plus.png) !important;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    right: -11px;
  }
}

.tab-content .tab-pane.vc-show {
  display: block;
  opacity: 1;
}

.js-search-list__all-faqs {
  margin-top: -140px;
}

.js-search-list__faq-article:last-child {
  padding-bottom: 32px;
}
