.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0px;
  margin-bottom: 0px;
  z-index: 0;
}

/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.accordion_in {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 10px;
  opacity: 1;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #c7d8e3;
  border-radius: 0px;
  opacity: 1;
  padding: 27px 70px 27px 30px;
}

/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.accordion_in .acc_head {
  color: #2a2d32;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
}

.accordion_in .acc_head .acc_icon_expand {
  position: absolute;
  right: 30px;
  width: 29px;
  height: 29px;
  top: 24px;
  background: url(../images/icon/plus-icon.svg) center center no-repeat;
  display: inline-block;
  margin-top: 0;
}

.accordion_in.acc_active {
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  padding: 0;
}

.accordion_in.acc_active .acc_head {
  border-bottom: 1px solid #c7d8e3;
  margin-bottom: 29px;
  padding-bottom: 29px;
  padding-top: 27px;
  padding-left: 30px;
  padding-right: 70px;
}

.accordion_in.acc_active .acc_head .acc_icon_expand {
  background: url("../images/icon/minus-icon.svg") center center no-repeat;
}

.accordion_in .acc_head .acc_icon_expand:before {
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  margin: 0px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;

  text-align: center;
}

.accordion_in .acc_content p {
  color: #2a2d32;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.accordion_in .acc_content p:last-of-type {
  margin-bottom: 0;
}
.homepg {
  & .accordion_in,
  .accordion_in.acc_active {
    background-color: #e7f6fe;
  }
}

/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */

.accordion_in .acc_content {
  display: none;
}

/* 
.smk_accordion .accordion_in .acc_content p {
  line-height: 26px;
  font-weight: normal;
  color: #4d4d4d;
  font-size: 14px;
} */

/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */
.accordion_in.acc_active > .acc_content {
  display: block;
  padding: 0 70px 27px 30px;
}
.acc_content ul {
  margin-left: 0px;
  margin-top: 15px;
}
.acc_content li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #1a1818;
  margin-bottom: 0;
  font-family: "Lato";
}
.acc_content li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--theme);
}
.faq-head {
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #2e2e2e;
  font-weight: 800;
  line-height: 26px;
  padding: 20px 30px 20px 0px;
  cursor: pointer;
}
.smk_accordion .accordion_in:last-child {
  margin-bottom: 0;
}
.faqquestion {
  padding-right: 20px;
}
/*.smk_accordion .accordion_in.acc_active {background:transparent;  }*/
@media (max-width: 1439.98px) {
  .accordion_in .acc_head .acc_icon_expand {
    width: 20px;
    height: 20px;
    top: 0px;
    bottom: 0;
    margin: auto;
  }
  .accordion_in.acc_active .acc_head .acc_icon_expand {
    top: 20px;
    bottom: auto;
  }
  .accordion_in {
    padding: 18px 70px 18px 30px;
  }
  .accordion_in.acc_active .acc_head {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
}
@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
  .accordion_in.acc_active > .acc_content {
    display: block;
    padding: 0 27px 27px 30px;
  }
}
@media (max-width: 767.98px) {
  .accordion_in.acc_active .acc_head .acc_icon_expand {
    top: 23px;
  }
}
@media (max-width: 575.98px) {
  .accordion_in {
    padding: 10px 58px 10px 20px;
  }
  .accordion_in.acc_active > .acc_content {
    display: block;
    padding: 0 20px 20px 20px;
  }
  .accordion_in.acc_active .acc_head {
    padding: 10px 58px 10px 20px;
    margin-bottom: 10px;
  }
}
