.q img {
    margin: 0 10px 0 0 !important;
    float: left;
    width: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.faq {
    float: left;
    width: 100%;
    padding: 0;
    padding-left: 0 !important;
    margin: 35px 0 35px 0 !important;
}

.faq li:before {
    display: none;
}

.faq ul,
li {
    list-style: none !important;
}

.faq li {
    padding: 0;
    margin: 0 0 25px 0;
    width: 100%;
    float: left;
    list-style: none !important;
}

.faq li ul {
    margin: 15px 0 15px 20px;
    padding: 0;
    position: relative;
    padding-left: 25px;
    float: left;
    width: 100%;
}

.faq li li {
    margin: 0 0 8px 0;
    list-style: none;
}

.faq li::before {
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    background-image:none !important;
    background-size: 100%;
    position: absolute;
    left: 0;margin-top: 2px;
    background-repeat: no-repeat;
    list-style: none;
}
.faq li li::before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    background-image: url(../../images/_body/check.svg) !important;
    background-size: 100%;
    position: absolute;
    left: 0;
    margin-top: 4px;
    background-repeat: no-repeat;
}
.faq li.q {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
   border-bottom: none;
    padding: 15px !important;
    margin-bottom: 15px;   
    color: #fff;
}

.posFaq {
    margin-top: 0 !important;
}

.posFaq li.q {
    font-size: 1.3em !important;
    line-height: 1em !important;
   
}

.posFaq h2 {
    line-height: 1em;
    color: #ef2a61;
    margin-top: 0;
}

.actQ {
    color: #fff !important;
    background-color: #000;
}

.faq li.a {
    background: #fff;
    display: none;
    list-style: none;
    padding: 20px 0;
}

.faq li.a>h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600 !important;
}

.faq li.a>h3 strong {
    font-weight: 600;
}

.faq li.a>h3:first-child {
    margin-top: 0;
}

.rotate {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.lia_dis {
    display: block;
}

.pos_item {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.pos_item a {
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
}

@media (max-width: 650px) {
.faq li.q {
    font-size: 16px;

    font-weight: 600;
    color: #2b3445;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 15px !important;
   
}
}