.faq-main-all-page-area {

    width: 100%;
    height: auto;
    max-width: 100%;
    padding-top: 115px;
}

.sideFaqListArea {
    position: fixed;
    top: 0;
    margin-top: 50px;
    width: 300px;
}

@media (max-width:767.9px) {

    .faq-main-all-page-area {
        padding-top: 0px;
    }

    .mainFaqcontent_heading {
        font-size: 25px !important;
    }

    .mainFaqcontent_Area {
        margin-top: 10px !important;
    }


    .leadnest-main-footer-area {

        padding: 30px 0px 0px 0px;

    }


    .sideFaqListArea {
        position: relative !important;
        top: 0;
        width: 100% !important;
    }

    .mainFaqcontent_Area {
        width: calc(100% - 0px) !important;
        left: 0px !important;
        position: relative;
    }

    .sideFaqList a.active::before {
        display: none !important;
    }
}


.mainFaqcontent_Area {
    width: calc(100% - 300px);
    left: 300px;
    position: relative;
    margin-top: 50px;
}

.sideFaqList {
    list-style: none;
    padding: 0;
    /* height: 75vh;scroll */
    /* overflow-y: auto; */
}

.sideFaqList li {
    padding: 7px 0;
    position: relative;

}

.sideFaqList a {
    color: #000;
    transition: all 0.es ease;
    text-decoration: none;
    line-height: 1.4;
    font-weight: 400;
    padding-left: 10px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Roboto Regular';
}

.sideFaqList_heading {
    font-size: 35px;
    color: #000000;
    /* margin-bottom: 20px; */
    font-weight: 600;
    position: relative;
    padding-top: 60px;
    font-family: 'Roboto Slab', serif;
}

.mainFaqcontent_heading {
    /* margin-bottom: 30px; */
    font-weight: 700;
    position: relative;
    font-size: 30px;
    margin: 0;
    color: #000;
    font-family: 'Roboto Slab', serif;
    line-height: 35px;
}

.mainFaqcontent_section {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}



.mainFaqcontent_InnerHeading {
    margin-bottom: 15px;
    color: #000;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
    line-height: 30px;
    padding-top: 0px;
}

.mainFaqcontent_InnerPara {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    text-align: justify;
    color: #445164 !important;
    font-size: 16px !important;
    font-family: 'Roboto Regular';
}


.sideFaqList a.active {
    color: #673AB7;
    transition: all 0.es ease;
    font-family: 'Roboto Regular';

    font-weight: 600;

}

.sideFaqList a.active::before {
    width: 2px;
    /* Thickness of the left border */
    height: 60%;
    /* Full height of the link */
    top: 10px;
    /* Align to the top */
    transform: none;
    /* Remove vertical centering */
    background-color: #673AB7;
    border-radius: 0;
    /* Remove rounded corners */
    position: absolute;
    left: -0px;
    /* Position to the left of the link */
    transition: all 0.3s ease;
    /* Transition for smooth effects */
    content: "";
}

.sideFaqList::-webkit-scrollbar-track {
    -webkit-box-shadow: transparent !important;
    border-radius: 0px !important;
    background-color: transparent !important;
}

.sideFaqList::-webkit-scrollbar {
    width: 0px !important;
    background-color: transparent !important;
}

.sideFaqList::-webkit-scrollbar-thumb {
    border-radius: 0 !important;
    -webkit-box-shadow: transparent !important;
    background-color: transparent !important;
}