.faq2023 {
    background: #fafafa;
}

.faq2023 .flex-box {
    display: flex;
}

.faq2023 .flex-box .col1 {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    background-image: url('/img/cid2023/faq/faq_mt_bg_v2.png'), linear-gradient(0deg, rgba(235, 139, 144, 1) 50%, rgba(241, 154, 158, 1) 100%);
}

@media screen and (max-width: 767px) {
    .faq2023 .flex-box .col1 {
        background-size: contain;
    }
}

.faq2023 .flex-box .col1,
.faq2023 .flex-box .col2 {
    flex: 1;
}

.faq2023 .flex-box .col1 .w594 {
    margin-left: auto;
}

.faq2023 .flex-box .w594 {
    max-width: 594px;
}

.faq2023 .flex-box .col1 .w594 h2 {
    padding-top: 90px;
    color: #fff;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}

.faq2023 .flex-box .col2 .w594 {
    padding: 70px;
    box-sizing: border-box;
}

.faq2023 .flex-box .col2 .list {
    margin: 70px 0 40px 0;
    overflow-x: hidden;
    overflow-y: visible;
    display: flex;
}

.faq2023 .flex-box .col2 .list .col {
    min-width: 100%;
}

.faq2023 .flex-box .col2 .list .item {
    position: relative;
}

.faq2023 .flex-box .col2 .list .item .trigger {
    border: 1px solid #e1e1e1;
    border-width: 1px 0;
    font-size: 16px;
    line-height: 17px;
    padding: 22px 0;
    padding-right: 30px;
    color: #373737;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    display: block;
}

.faq2023 .flex-box .col2 .list .item + .item .trigger {
    border-top: 0;
}

.faq2023 .flex-box .col2 .list .item .trigger:before {
    content: '\f078';
    font-family: 'FontAwesome';
    color: #000;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    font-weight: 400;
}

.faq2023 .flex-box .col2 .list .item .expand {
    display: none;
    font-size: 14px;
    line-height: 22px;
    padding: 22px 0;
    color: #000;
    font-family: 'Tele2Slab', Arial, Helvetica, 'Trebuchet MS', sans-serif;
}

.faq2023 .flex-box .col2 .list .item.open {
    z-index: 2;
}

.faq2023 .flex-box .col2 .list .item.open .expand {
    display: block;
}

.faq2023 .flex-box .col2 .list .item.open .trigger:before {
    content: '\f077';
    color: #0085ff;
}

@media (max-width: 767px) {
    .faq2023 .flex-box {
        flex-direction: column;
    }

    .faq2023 .flex-box .col2 .w594 {
        padding: 20px;
    }
}

.faq2023 .flex-box .col2 .pagination {
    display: flex;
}

.faq2023 .flex-box .col2 .pagination > a {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.faq2023 .flex-box .col2 .pagination > a:hover {
    color: #000000;
    background-color: #ffb3b3;
}

.faq2023 .flex-box .col2 .pagination > a.active {
    color: #fff;
    background-color: #ff3e3f;
}

@media screen and (max-width: 767px) {
    .faq2023 .flex-box .col1 .w594 h2 {
        padding-top: 45px;
        padding-bottom: 45px;
        font-size: 40px;
        line-height: 40px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .ismob_btn {
        display: initial !important;
        width: 120px !important;
        margin-bottom: 40px !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}

.faq2023 .ind_faq .list .item .expand .feedback {
    font-family: 'Tele2Slab', Arial, Helvetica, 'Trebuchet MS', sans-serif;
    margin-top: 48px;
}

.faq2023 .ind_faq .list .item .expand .feedback .title {
    font-weight: 700;
    margin-bottom: 16px;
    color: #000;
}

.faq2023 .ind_faq .list .item .expand .feedback .fd_btn {
    display: inline-block;
    text-align: center;
    width: 120px;
    padding: 4px 0;
    border: 1px solid #e0e0e0;
    color: #373737;
    background-color: #f2f2f2;
    cursor: pointer;
}

.faq2023 .ind_faq .list .item .expand .feedback .fd_btn:hover {
    background-color: #fff;
    color: #0080ff;
    border: 1px solid #0080ff;
}
