/*! ---FAQ --- */

.wrap_faq {
    width: 100%;
    margin: 0 auto;
}

.faq_body {
    position: relative;
    width: 100%;
}

.faq_items {
    width: 100%;
}

.collapse_row {
    width: 100%;
    padding: 28px;
    margin-bottom: 16px;
    background-color: #f4f5fb;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.collapse_btn {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 24px;
    padding: 0px 28px 0px 0;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    color: #2c415c;
    opacity: 1;
    word-break: break-word;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.collapse_btn::before {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/icons/faq_btn.svg");
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.collapse_btn.clp_clicked::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

/* 
.collapse_btn.clp_clicked::before {
  background-color: #EBEEF2;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
} */

.collapse_content {
    display: none;
    width: 100%;
    padding: 24px 0 0px 0px;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    color: #101010;
    word-break: break-word;
}

.collapse_content p,
.collapse_content li {
    margin-bottom: 16px;
}

/*! ---FAQ --- */

@media only screen and (min-width: 1025px) and (max-width: 1232px) {
    /* !Faq Page */

    /* !Faq Page */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* !Faq Page */

    /* !Faq Page */
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
    /* !Faq Page */
    .faq_items {
        padding: 0px;
    }

    .collapse_row {
        padding: 20px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .collapse_content {
        padding: 16px 0 0px 0px;
    }

    .collapse_content p,
    .collapse_content li {
        margin-bottom: 8px;
    }

    /* !Faq Page */
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
    /* !Faq Page */
    .faq_items {
        padding: 0px;
    }

    .collapse_row {
        padding: 20px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .collapse_content {
        padding: 16px 0 0px 0px;
    }

    .collapse_content p,
    .collapse_content li {
        margin-bottom: 8px;
    }

    /* !Faq Page */
}
