/* faq_list */
#faq_list li.faq_body .title {
    padding: 0;
    display: block;
    position: relative;
    color: #333333;
    padding: 0px 5px 5px;
    border-bottom: 1px solid rgb(157 157 157 / 20%);
}

#faq_list li.faq_body {
    margin-bottom: 10px;
    margin: 10px 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.73;
    letter-spacing: 0.8px;
    padding-left: 0;
    position: relative;
    transition: all 1.6s linear;
    -webkit-transition: all 1.6s linear;
    background-color: #fff;
}

#faq_list li.faq_body .title font {
    padding: 10px 50px 10px 20px;
    padding-right: 80px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #060606;
    cursor: pointer;
}

#faq_list li.faq_body .title font span {
    display: none
}

#faq_list li.faq_body .title font:after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 50%;
    margin: 0 0rem 0px 0;
    font-family: 'Poppins',serif;
    position: absolute;
    left: -10px;
    width: 10px;
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #174ea6;
}

#faq_list li.faq_body .title i {
    font-size: 26px;
    top: calc((100% - 26px) / 2);
    right: 18px
}

#faq_list li.faq_body .info {
    padding: 25px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #242424;
    letter-spacing: 0.7px;
    line-height: 1.67;
    padding-left: 70px;
    padding-right: 80px;
    padding-bottom: 39px;
}

#faq_list li.faq_body .info::before {
    content: "";
    position: absolute;
    left: 30px;
    top: -5px;
    width: 1px;
    height: calc(100% - 16px);
    background: rgb(183 183 183 / 30%)
}

#faq_list li.faq_body .title i {
    position: absolute;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    color: #b0b0b0
}

#faq_list li.current {
    box-shadow: 0 0 15px rgba(var(--black-rgb),.2);
}

#faq_list li {
    list-style-type: none;
    list-style-position: inherit
}

#faq_list li.current .title font {
    box-shadow: none;
    color: #174ea6;
}

#faq_list li.current .title i {
    color: #2d5ea4;
}

#faq_list li.current .title i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
#faq_list li.faq_body .info .textEditor .table_brand tr:nth-child(1) td p{
    color: #fff;
}

eyframes circle {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

#faq_list .textEditor ol li {
    margin: 10px 20px;
}

@-webkit-keyframes circle {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}


#faq_list li.LList{
    width: 100%;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    border-bottom: 1px #cdcdcd solid;
    margin: 10px 0px;
}
#faq_list li.LList article{
    margin: 0px 0;
    display: flex;
    align-content: center;
    align-items: center;
}
#faq_list li.LList article a{
    font-weight: 500;
    color: #173054;
}
#faq_list li.LList .item{vertical-align: top;color: #515151;display: -ms-flexbox;display: flex;justify-content: space-between;padding: 10px;align-content: center;}
#faq_list li.LList .item i{padding: 10px 10px;font-size: 33px;border: 1px solid #e8e8e8;background-color: #f3f3f34a;overflow: hidden;text-align: center;font-weight: 600;display: inline-block;vertical-align: top;margin: 0px 5px 0px;color: #2d5ea4;}

@media screen and (max-width: 768px) {
    #faq_list li {
        margin:10px 5px
    }

    #faq_list li .title i {
        right: 10px
    }

    #faq_list li .title font {
        padding: 10px 40px 10px 10px;
        display: inline-block
    }

    #faq_list li .title font span {
        margin: 0 0.5rem 0px 0;
        width: 24px;
        height: 24px;
        font-size: 12px;
        display: inline-block;
        text-align: center;
        padding: 1px
    }

    #faq_list li.faq_body .title font {
        font-size: 17px;
        padding: 10px 0px 10px 50px;
    }
    #faq_list li.faq_body .info{
    padding: 20px 20px 25px 50px;
    font-size: 15px;
}
}
