.htmove-faq.htmove-icon-pos-after .htmove-accordion-head {
  justify-content: space-between;
  background: #FAFBFC;
  border: none;
  padding: 28px 30px;
}
.htmove-faq .htmove-accordion-card.is-active .htmove-accordion-head {
  color: #1D39D7;
  border-color: #FAFBFC;
  background-color: #FAFBFC;
}
.htmove-faq .htmove-accordion-card.is-active .htmove-accordion-head .htmove-accordion-head-indicator::before, .htmove-faq .htmove-accordion-card.is-active .htmove-accordion-head .htmove-accordion-head-indicator::after {
  background-color: #1D39D7;
}
.htmove-faq .htmove-accordion-card .htmove-accordion-body .htmove-accordion-content {
  font-size: 15px;
  padding: 12px 30px 30px;
}
.htmove-faq .htmove-accordion-card .htmove-accordion-head{
  font-size: 21px;
}

/* FAQ Tab List */
.htmove-faq-tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: 30px;
}

.htmove-faq-tab-list a {
  font-family: "Space Grotesk";
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  display: block;
  margin-right: 30px;
  padding: 0 0 5px;
  text-decoration: none;
  color: #222222;
}

.htmove-faq-tab-list a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #222222;
}

.htmove-faq-tab-list a:hover::before, .htmove-faq-tab-list a.active::before {
  right: auto;
  left: 0;
  width: 100%;
}

.htmove-faq-tab-list a.active {
  color: #1D39D7;
}

.htmove-faq-tab-list a.active::before {
  background-color: #1D39D7;
}

/* FAQ Type Cntent Wrapper */
.htmove-faq-type-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.htmove-faq-type-wrapper .htmove-faq-type {
  max-width: 310px;
  padding-right: 15px;
  padding-left: 15px;
}

.htmove-faq-type-wrapper .htmove-faq-type .htmove-faq-title {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 5px;
  color: #1D39D7;
}

.htmove-faq-type-wrapper .htmove-faq-type .htmove-faq-text {
  margin-bottom: 22px;
  color: #999999;
}

.htmove-faq-type-wrapper .htmove-faq-type .htmove-faq-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 46px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding: 0 25px;
  white-space: nowrap;
  letter-spacing: 1px;
  color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #1D39D7;
}

.htmove-faq-type-wrapper .htmove-faq-type .htmove-faq-btn:hover {
  text-decoration: none;
  background-color: #1931b8;
}
