﻿.services_section {
    margin-top: -230px;
    z-index: 1;
    position: relative;
}

.servicebox_titletag {
    font-weight: 400;
    font-size: 22px;
    padding: 15px 30px;
    max-width: fit-content;
    background: var(--btn-bg);
    color: var(--color);
    text-align: center;
    margin: 15px auto;
    margin-bottom: 32px;
    z-index: 1;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.faq_sec_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
}

    .faq_sec_title h2 {
        font-size: 56px;
        font-style: normal;
        font-weight: 700;
        color: var(--color-two);
        margin: 0;
    }

a.Contact_us {
    border-radius: 8px;
    border: 1px solid var(--color-two);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    color: var(--active-menu);
    padding: 10px 25px;
    display: inline-block;
    background: var(--color-two);
}

.faq_detail {
    display: flex;
    gap: 24px;
}

.faq_left_pannel {
    flex: 1;
    max-width: 465px;
}

.faq_right_pannel {
    flex: 1;
}



ul.faq_left_tab {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 20px;
    background: #F6F8FA;
    padding: 24px;
}

    ul.faq_left_tab li a {
        height: 96px;
        line-height: 96px;
        display: flex;
        min-width: 100%;
        align-items: center;
        background: #fff;
        padding: 32px;
        color: var(--all-text-main);
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        /* 33.6px */
        border-radius: 16px;
        position: relative;
        gap: 10px;
        border: 1px solid var(--border-color);
    }

        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";
}

.search_faq input {
    border-radius: 12px;
    border: 3px solid #D9D9D9;
    background: #FFF;
    height: 45px;
    width: 100%;
    padding: 0 45px;
    color: #D9D9D9;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    /* 26.4px */
    letter-spacing: 0.11px;
}

.search_faq {
    max-width: 465px;
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
}

.serch_iocn {
    width: 25px;
    position: absolute;
    left: 10px;
    height: 25px;
    background-position: -604px -340px;
}

.right_errow {
    width: 20px;
    position: absolute;
    right: 10px;
    height: 11px;
    background-position: -774px -430px;
    transform: rotate(270deg);
}

.faq_title {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 13px;
    border: 4px solid #F26326;
    line-height: 72px;
    padding: 0 20px;
    color: #100;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    /* 33.6px */
    margin-bottom: 75px;
}

.toggle-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main_pannel {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
}

.faq_contain {
    padding: 0 32px 32px;
}

a.sub_tab_title {
    color: var(--all-text-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 32.4px */
    display: block;
    position: relative;
    padding: 30px 32px;
}

.faq_contain, .faq_contain p, .faq_contain span, .faq_contain li, .faq_contain b, .faq_contain div {
    font-size: 18px !important;
    font-style: normal !important;
    /*font-weight: 400 !important;*/
    line-height: 120% !important; /* 25.2px */
    color: var(--all-text-main) !important;
    font-family: "Open Sans", sans-serif !important;
}

    .faq_contain img {
        width: 100% !important;
        border-radius: 20px;
        margin: 20px 0;
    }

a.sub_tab_title:before {
    content: "";
    font-size: 20px;
    font-weight: 700 !important;
    font-family: FontAwesome;
    line-height: normal;
    float: right;
    background-image: url('/assets/project/img/Icon-Strip.svg');
    width: 20px;
    height: 20px;
    background-position: -480px -2px;
    position: relative;
    top: 5px;
}

a.sub_tab_title.collapsed:before {
    content: "";
    font-size: 20px;
    font-weight: 700 !important;
    color: var(--all-text-main);
    font-family: FontAwesome;
    line-height: normal;
    background-position: -444px -2px;
}


@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: 18px;
        line-height: 15px;
    }

    .search_faq input {
        height: 45px;
        font-size: 16px;
    }

    .search_faq {
        max-width: 100%;
        width: 100%;
    }

    .faq_title {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 45px;
    }


    .servicebox_titletag {
        font-size: 14px;
        padding: 15px 10px;
    }

    .faq_detail {
        padding-top: 10px;
    }

    .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;
    }
}
