.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: 1px solid transparent;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 0px;
}

.specification-wrapper .smk_accordion .accordion_in:not(:last-of-type) {
  margin-bottom: 20px;
}

/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */

.smk_accordion .accordion_in .acc_head .acc_icon_expand {
}

.smk_accordion .accordion_in .acc_head .acc_icon_expand::after {
  display: block;
  position: absolute;
  right: 41px;
  left: auto;
  content: "";
  /* background: #e1e1e1 url(../images/arrow-right.png) no-repeat center; */
  background: transparent url(../images/plus.svg) no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
  top: 22px;
  color: var(--dark-color);
  font-size: 14px;
  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;
  border-radius: 100%;
  text-align: center;
  /* transform: rotate(180deg); */
}

.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand::after {
  content: "";
  background: #55ba4500 url(../images/minus.svg) no-repeat center;
  transform: rotate(180deg);
  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;
}

.specification-wrapper
  .smk_accordion
  .accordion_in
  .acc_head
  .acc_icon_expand::after {
  background: #55ba4500 url(../images/down-arrow.svg) no-repeat center;
  top: 20px;
}
.specification-wrapper
  .smk_accordion
  .accordion_in.acc_active
  > .acc_head
  .acc_icon_expand::after {
  transform: rotate(180deg);
}

/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */

.smk_accordion .accordion_in .acc_content {
  padding: 30px 40px 40px 40px;
    font-size: 18px;
    font-weight: normal;
    background: transparent;
    border-radius: 0px;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.specification-wrapper .smk_accordion .accordion_in .acc_content {
  background-color: var(--white);
  padding: 20px 40px 30px 40px;
  border-radius: 0;
}

.specification-wrapper .smk_accordion .accordion_in .acc_content ul li {
  margin-bottom: 16px;
}

.specification-wrapper
  .smk_accordion
  .accordion_in
  .acc_content
  ul
  li:last-of-type {
  margin-bottom: 0px;
}

.smk_accordion .accordion_in .acc_content p:last-of-type {
  margin-bottom: 0;
  color: white;
}

/* 
.smk_accordion .accordion_in .acc_content p {
  line-height: 26px;
  font-weight: normal;
  color: #4d4d4d;
  font-size: 14px;
} */

/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */

.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}

/* --------- udpate ---------- */

.faqs:not(.smk_accordion) .accordion_in {
  border-bottom: 0px solid rgba(132, 151, 176, 0.2);
  border: 0px solid #1e1e1e;
  /* margin-bottom: 20px; */
  border-bottom: 1px solid #d9dddf;
}

.faqs:not(.smk_accordion) .accordion_in:first-of-type {
  border: 0px solid #ced5df;
}

.faqs:not(.smk_accordion) .accordion_in:first-of-type .acc_head {
}

.faqs:not(.smk_accordion) .accordion_in:not(:first-of-type) .acc_content {
  display: none;
}

.faqs:not(.smk_accordion) .accordion_in:first-of-type .acc_content {
  padding: 38px 34px;
  font-size: 18px;
  font-weight: 500;
  background: #c8e9f8;
  border-radius: 10px;
  letter-spacing: 0.36px;
  line-height: 1.5;
  color: #505157;
}

.acc_head {
  padding: 17px 60px 17px 40px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    font-family: 'Barlow Condensed';
    color: #000000;
    background: #fff;
    border: 1px solid #E8E8E8;
    text-transform: uppercase;
}

.smk_accordion .acc_active {
  border-bottom: 1px solid transparent;
  background: #F8F8F8;
}

.specification-wrapper .smk_accordion .acc_active {
  border-bottom: none;
}

.smk_accordion .acc_active .acc_head {
  color: #000;
  background-color: #fff;
}

.specification-wrapper .acc_head {
  background-color: var(--white);
  padding: 20px 40px;
  color: #505157;
}

.specification-wrapper .acc_active .acc_head {
  color: #505157;
  position: relative;
}

.specification-wrapper .acc_active .acc_head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 80px);
  background-color: #e2e2e2;
  height: 1px;
}

/* --------- udpate ---------- */

/*.smk_accordion .accordion_in.acc_active {background:transparent;  }*/

@media screen and (max-width: 1439.99px) {
  .resp-tabs-list li::after {
    left: -50px;
    width: 40px;
  }
  /* .smk_accordion .accordion_in {
    margin-bottom: 10px;
  }
  .acc_head {
    padding: 15px 50px 15px 0;
  } */
}

@media (max-width: 1199.99px) {
  .specification-wrapper .acc_head {
    padding: 20px 25px;
  }

  .specification-wrapper .smk_accordion .accordion_in .acc_content {
    padding: 20px 25px 30px 25px;
  }

  .specification-wrapper .acc_active .acc_head::before {
    width: calc(100% - 50px);
  }
}

@media screen and (max-width: 767.99px) {
  .specification-wrapper .acc_head {
    padding: 15px 15px;
  }

  .specification-wrapper .smk_accordion .accordion_in .acc_content {
    padding: 15px;
  }

  .specification-wrapper
    .smk_accordion
    .accordion_in
    .acc_head
    .acc_icon_expand::after {
    top: 16px;
  }

  .smk_accordion .accordion_in .acc_head .acc_icon_expand::after {
    right: 16px;
  }

  .specification-wrapper .acc_active .acc_head::before {
    width: calc(100% - 30px);
  }
}

@media (max-width: 576px) {
  .faq-head.acc_head {
    font-size: 14px;
  }
  .faq_wrap.smk_accordion:not(.process-steps-accordian):not(.prod-description)
    .accordion_in:first-of-type
    .acc_head {
    padding-top: 0;
  }
  .faq_wrap.smk_accordion:not(.process-steps-accordian):not(.prod-description)
    .accordion_in:first-of-type
    .acc_head
    .acc_icon_expand::after {
    top: 5px;
  }
  /* .acc_head {
    font-size: 16px;
    font-weight: bold !important;
    padding: 30px 33px 20px 0px;
    letter-spacing: 0.32px;
  } */
  .smk_accordion .accordion_in .acc_content {
    font-size: 16px;
    letter-spacing: 0px;
    padding: 15px;
  }
  .smk_accordion .accordion_in .acc_head .acc_icon_expand::after {
    right: 15px;
    top: 19px;
  }
  /* .faqs .accordion_in.acc_active .acc_head {
    font-weight: normal;
    font-size: 16px;
  } */
  .acc_head {
    padding: 17px 35px 17px 15px;
    font-size: 18px;
  }
  .smk_accordion .accordion_in .acc_content p:last-of-type {
    color: rgb(255, 255, 255);
  }

  .smk_accordion .accordion_in .acc_head .acc_icon_expand::after {
    width: 15px;
  }

  .specification-wrapper .smk_accordion .accordion_in .acc_content ul li {
    font-size: 16px;
    padding-left: 35px;
  }
}
