.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;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
}

/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.accordion_in .acc_head {
    color: #292929;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
    padding: 20px 22px 20px 0;
}

.accordion_in .acc_head .acc_icon_expand {
    position: absolute;
    right: 0px;
    width: 20px;
    height: 20px;
    top: 20px;
    background: url("../images/svg/plus.svg") center center no-repeat;
    display: inline-block;
    margin-top: 12px;
}

.accordion_in.acc_active .acc_head .acc_icon_expand {
    background: url("../images/svg/minus.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 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.32px;
    color: var(--secondary);
}

/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */

.accordion_in .acc_content {
    padding: 0px 0 25px 0;
    display: none;
}

/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */

.accordion_in.acc_active > .acc_content {
    display: block;
}

.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.acc_active {background:transparent;  }*/
@media (max-width: 1439.98px) {
}

@media (max-width: 1199.98px) {
    .accordion_in .acc_head .acc_icon_expand {
        top: 16px;
    }
}

@media (max-width: 991.98px) {
}

@media (max-width: 767.98px) {
    .accordion_in .acc_head .acc_icon_expand {
        margin-top: 5px;
    }
}

@media (max-width: 575.98px) {
    .accordion_in .acc_head .acc_icon_expand {
        top: 14px;
    }
}
