.lbanner-pp .lbanner-btn {
    display: none !important;
}

.S_Faq_main {
    margin-top: 5%;
}


.S_Faq_main .faq_list {
    margin-top: 35px;
}

.S_Faq_main .faq_list .faq_item {
    margin-bottom: 20px;
}

.S_Faq_main .faq_list .faq_item .faq_title {
    font-family: 'TimesNewRoman-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #F9F9F9;
    padding-right: 15px;
}

.S_Faq_main .faq_list .faq_item .faq_title span {
    width: calc(100% - 45px - 64px - 10px);
}

.S_Faq_main .faq_list .faq_item .faq_title .faq_icon {
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    background: #000000;
}

.S_Faq_main .faq_list .faq_item .faq_title .faq_icon img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    border-radius: 50%;
}


.S_Faq_main .faq_list .faq_item .faq_title:after {
    display: inline-block;
    font-family: "fontawesome";
    content: '\f105';
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    transition: all .5s ease-in-out;
}

.S_Faq_main .faq_list .faq_item.active .faq_title:after {
    transform: rotate(90deg);
}


.S_Faq_main .faq_list .faq_item .faq_cont {
    display: none;
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 20px;
    padding-left: 75px;
}


@media only screen and (max-width: 950px) {
    .S_Faq_main .faq_list .faq_item .faq_title .faq_icon {
        width: 54px;
        height: 54px;
        text-align: center;
        line-height: 54px;
        background: #000000;
    }

    .S_Faq_main .faq_list .faq_item .faq_title {
        font-size: 18px;
    }

    .S_Faq_main .faq_list .faq_item .faq_title span {
        width: calc(100% - 45px - 40px - 10px);
    }
}