.faq-list {

    max-width: 1100px;

    margin: 0 auto;

}

.faq-item .faq-question .icon {

    width: 50px;

    height: 50px;

    position: absolute;

    top: 10px;

    left: 10px;

}

.faq-question {

    position: relative;

    padding: 10px 15px 10px 75px;

    margin-bottom: 5px;

}

.faq-question {

    cursor: pointer;

    color: #856A5B;

    font-size: 18px;

   font-weight: 500;

    line-height: 25px;

    min-height: 50px;

}

.faq-question:hover,

.faq-item.active .faq-question {

     color: #135EAB;

}



/*.faq-question:after {

    content: " ";

    background: url('../../images/common/faq/accordion.png') no-repeat;

    display: block;

    width:  30px;

    height: 30px;

    position: absolute;

    top: 10px;

    right: 10px;

}*/



.faq-item.active .faq-question:after {

    background-position: 0 100%;

}

.faq-question .icon {

    background-image: url('../../images/common/faq/icon_q.png');

}

.faq-item.active .faq-question .icon {

    background-position: 0 0%;

}

.faq-item .faq-answer .icon {

    width: 50px;

    height: 50px;

    position: absolute;

    top: 20px;

}

.faq-answer {

    display: none;

    background:#f1fcfc;

      position: relative;

    margin-bottom: 5px;

     padding: 75px 15px 15px 60px;

}

.faq-answer .icon {

    background-image: url('../../images/common/faq/icon_a.png');

}



.faq-answer .editor {

    min-height: 20px;

}

@media screen and (max-width: 1000px) {

    .faq-question{

        font-size: 16px;

    }

    .faq-item .faq-answer .icon{

        display: none;

    }

    .faq-answer{

        padding: 15px;

    }

}

@media screen and (max-width: 480px) {

    .faq-question{

        padding-left: 75px;

        padding-right: 10px;

    }

    .faq-answer {

      padding-left:20px;

       

    }

    .faq-question:after {

        display: none;

    }

}