.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0px;
  margin-bottom: 0px;
  z-index: 0;
}

/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-bottom: 0px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0px;
  border-radius: 0px;
  padding: 0px;
}

/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */

.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  position: absolute;
  right: 15px;
  width: 30px;
  height: 30px;
  top: 25px;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand:before,
.smk_accordion .accordion_in .acc_head .acc_icon_expand:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  margin: 0 0 -10px;
  background: var(--theme);
  border-radius: 2px;
}

.smk_accordion .accordion_in .acc_head .acc_icon_expand::after {
  right: 1px;
  width: 20px;
  height: 2px;
  margin-top: -1.5px;
  background: var(--theme);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand:before {
  right: 10px;
  width: 2px;
  height: 20px;
  transition: all 300ms;
  margin-top: -10px;
  background: var(--theme);
}
.accordion_in.acc_active .faq-head {
  border-color: var(--theme);
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand::before {
  height: 0;
  margin-top: 0;
}
/* .smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand::after {
  background: url(../images/minus.svg) no-repeat center;
  filter: invert(1) brightness(10);
} */

/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in.acc_active .faq-head.acc_head {
  background-color: transparent;
  color: var(--white);
}
.smk_accordion .accordion_in .acc_content {
  padding: 30px;
  background-color: #141a1c;
}
/* 
.smk_accordion .accordion_in .acc_content p {
  line-height: 26px;
  font-weight: normal;
  color: #4d4d4d;
  font-size: 14px;
} */

.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}

/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */

.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
.faq-head {
  font-size: 20px;
  color: var(--white);
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 40px 20px 0px;
  text-transform: uppercase;
  cursor: pointer;
}
.sidebar_accordion.smk_accordion .accordion_in .acc_content {
  background: transparent;
  border-bottom: none;
  padding-top: 0;
  padding: 0px 0px 0px 0;
}

.sidebar_accordion.smk_accordion .accordion_in .acc_content {
  padding-top: 18px;
  display: inline-block;
  width: 100%;
}

.sidebar_accordion.smk_accordion.acc_with_icon .accordion_in a {
  color: #232323;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  position: relative;
}

.sidebar_accordion.smk_accordion.acc_with_icon .accordion_in a:hover {
  color: #000;
}

.sublist li {
  list-style: none;
}

/*.smk_accordion .accordion_in.acc_active {background:transparent;  }*/

@media screen and (max-width: 768px) {
  .smk_accordion .accordion_in .acc_content {
    padding: 20px;
  }
  .faq-head {
    font-size: 18px;
    padding: 15px 45px 15px 0px;
  }
  .smk_accordion .accordion_in .acc_head .acc_icon_expand {
    top: 15px;
  }
}
