.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {
  border: none;
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
  margin-bottom:10px;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_head {
  position: relative;
  background: #fff;
  padding: 15px 0px;
  color:#262626;  font-size:18px; letter-spacing:0;
  display: block;
  cursor: pointer;
  border-radius:0px;  
  border:1px solid #DBDBDB;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 19px;
  height: 10px;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -5px;
  background: url(../images/arrow-down1.svg) center 0;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content {
  background: #fff;
  /*color: #7B7E85;*/
  padding:15px 0px;
  float:left; width:100%;
}
.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:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
  border-radius: 0px;
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
  border-radius: 0 0 0px 0px;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
  background: #fff;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background: url(../images/arrow-up.svg) center 0px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head {
  padding-right: 0px;
}

.faq .smk_accordion .accordion_in {margin-bottom: 15px;}
.faq .smk_accordion .accordion_in:last-child {margin-bottom: 0;}
.faq .smk_accordion .acc_section .acc_head { position: relative; padding: 14px 55px 14px 18px; font-size: 18px; font-family: 'Graphik-Regular'; display: block; cursor: pointer; color:#000;  font-weight: 400; border-bottom: 0;;}
.faq .smk_accordion .acc_section .acc_head:after {content:""; background: #fff url(../images/accordion-plus.svg) no-repeat 97% center; position:absolute; background-size:100%; width: 33px; height:33px; right: 10px; top:8px; }
.faq .smk_accordion .acc_section.acc_active .acc_head { color: #000;font-weight: 600;padding-top: 16px;} 
.faq .smk_accordion .acc_section.acc_active .acc_head:after {content:""; background: #fff url(../images/accordion-minus.svg) no-repeat 97% center; position:absolute; background-size:100%; width: 33px; height:33px;  right: 10px; top:8px; }
.faq .smk_accordion .accordion_in .acc_content {font-family: 'Graphik-Regular';padding: 0 15px 15px;color: #000;font-size: 17px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border: 1px solid #DBDBDB;border-top: 0;line-height: 26px;}
.faq .smk_accordion .accordion_in .acc_content h4{font-family: 'Graphik-Regular';color: #000;font-size: 18px;line-height: 26px;}
.faq .smk_accordion .accordion_in .acc_content p{text-align:left;padding-bottom: 4px;font-size: 16px;line-height: 25px;}
.faq .smk_accordion .acc_section.acc_active .acc_head {padding-bottom: 5px;padding-top: 18px;font-family: 'Graphik-Medium';border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
.faq .smk_accordion .accordion_in .acc_head {color: #282828;font-size: 24px;line-height: 26px;border-radius: 10px;font-family: 'DarkerGrotesque-Bold';}
.faq p{font-size: 16px;color: #282828;line-height: 24px;text-align: left;font-family: 'Graphik-Regular';float: left;width: 100%;text-align: center;padding: 0 50px 0 0;background: none;border-radius: 0;margin: 0;}
.accordion_example1.smk_accordion .accordion_in.acc_active > .acc_head {color: #282828; font-size: 20px; line-height: 24px; font-family: 'Graphik-Bold';border-bottom: 0;}