﻿
.faq_sec_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .faq_sec_title h2 {
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
    }

a.Contact_us {
    border-radius: 8px;
    border: 1px solid var(--btn-two-bg);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: var(--active-menu);
    padding: 10px;
    display: inline-block;
}

.faq_detail {
    display: flex;
    gap: 24px;
    margin-top: 60px;
}

.faq_left_pannel {
    flex: 1;
    max-width: 350px;
}

.faq_right_pannel {
    flex: 1;
}



ul.faq_left_tab {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 20px;
    background: #F6F8FA;
    padding: 10px;
}

    ul.faq_left_tab li a {
        height: 50px;
        line-height: 50px;
        display: flex;
        min-width: 100%;
        align-items: center;
        background: #fff;
        padding: 10px;
        color: var(--all-text-main);
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        /* 33.6px */
        border-radius: 8px;
        position: relative;
        gap: 10px;
    }

        ul.faq_left_tab li a span {
            line-height: normal;
        }

        ul.faq_left_tab li a .fa {
            position: absolute;
            right: 30px;
        }

    ul.faq_left_tab li.active a {
        background: var(--active-menu);
        color: #fff;
    }

.fa-angle-right::before {
    content: "\f105";
}



.toggle-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main_pannel {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    border-radius: 8px;
}

.faq_contain {
    padding: 0 20px 20px;
}

a.sub_tab_title {
    color: var(--all-text-main);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 32.4px */
    display: block;
    position: relative;
    padding: 15px;
}

.faq_contain, .faq_contain p, .faq_contain span, .faq_contain li, .faq_contain b, .faq_contain div {
    font-size: 17px !important;
    font-style: normal !important;
    /* 25.2px */
    color: var(--all-text-main) !important;
    font-family: var(--font-text) !important;
}


a.sub_tab_title:before {
    content: '-';
    position: absolute;
    right: 20px;
    color: #000;
    border-radius: 24px;
    background: #f3f5f6;
    min-width: 28px;
    height: 28px;
    text-align: center;
    font-size: 30px;
    line-height: 28px;
    font-weight: 500;
}

a.sub_tab_title.collapsed:before {
    content: '+';
}


@media (max-width: 767px) {
    .faq_detail {
        gap: 10px;
        flex-direction: column;
    }

    ul.faq_left_tab {
        padding: 10px;
        margin-top: 10px;
    }

        ul.faq_left_tab li a {
            height: 40px;
            line-height: 40px;
            padding: 0px 10px 0 15px;
            font-size: 14px;
        }

    .faq_right_pannel {
        padding-top: 0;
    }

    .cont_div_block {
        flex-direction: column;
        gap: 10px;
    }

    a.Contact_us {
        width: 100%;
        font-size: 16px;
        line-height: 15px;
    }





    .faq_detail {
        padding-top: 10px;
        margin-top: 0;
    }

    .faq_contain, .faq_contain p, .faq_contain span, .faq_contain li, .faq_contain b, .faq_contain div {
        font-size: 14px !important;
    }

    .faq_sec_title h2 {
        font-size: 25px;
        margin: 0;
    }

    a.sub_tab_title {
        font-size: 18px;
        padding: 15px 15px;
    }

    .faq_contain {
        padding: 0 15px 15px;
    }

    .toggle-container {
        gap: 15px;
    }

    a.sub_tab_title:before {
        top: 0px;
    }
}
