.faqsSection .sideBar{
    min-width: 300px;
    margin-top: 85px;
}

.faqsSection .sideBar ul{
    list-style: none;
    margin: 0;
}

.faqsSection .sideBar ul li button{
    border: 0;
    background: transparent;
    padding: 5px 0;
    margin-bottom: 20px;
    font-weight: bold;
    outline: 0;
    color: black;
}

.faqsSection .sideBar ul li button.active{
    border-bottom: 3px solid #16b79c;
}

.faqsSection .faqArea h1{
    font-family: 'Avenir';
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    margin-bottom: 60px;
}

.faqsSection .accordionItem h2{
    font-family: 'Avenir';
    font-size: 17px;
    font-weight: 900;
    background: #16b79c;
    padding: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 0;
    color: white;
    cursor: pointer;
    padding-right: 60px;
}

.faqsSection .accordionItem.open h2{
    background: #2d455f;
}

.faqsSection{
    padding: 70px 0 90px;
}

.faqsSection .accordionItem{
    margin-bottom: 40px;
}

.faqsSection .accordionItem.open{
    box-shadow: 0 14px 28px rgb(153 153 153 / 7%), 0 10px 10px rgb(151 151 151 / 12%);
}

.faqsSection .dropDown{
    padding: 20px;
    display: none;
}

.faqsSection .dropDown p:last-child{
    margin-bottom: 0;
}

.faqsSection .accordionItem .indicator:before{
    top: 29px;
    content: '';
    height: 2px;
    width: 16px;
    background: white;
    display: block;
    position: absolute;
    right: 23px;
}

.faqsSection .accordionItem:not(.open) .indicator:after{
    content: '';
    position: absolute;
    right: 30px;
    width: 2px;
    height: 13px;
    top: 24px;
    display: block;
    background: white;
}

.faqsSection .faqArea{
    width: 100%;
}

@media screen and (max-width: 991px){
    .faqsSection .flex{
        flex-wrap: wrap;
        justify-content: center;
    }

    .faqsSection .sideBar {
        min-width: unset;
        margin-top: unset;
    }

    .faqsSection .sideBar {
        margin-top: 45px;
        margin-bottom: 30px;
    }

    .faqsSection .sideBar ul li button {
        margin: 0 10px;
    }

    .faqsSection .container{
        position: relative;
    }

    .faqsSection .faqArea h1{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .faqsSection .sideBar ul {
        display: flex;
        display: -webkit-flex;
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

}

@media screen and (max-width: 767px){
    .faqsSection .sideBar ul{
        list-style: none;
        margin: 50px 0 0;
        padding: 0;
    }
}