.heading-menu,
#scroll,
#allFea,
#customers , .btmBar{
    display: none;
}
.articles{
    padding: 80px 0px;
    list-style-type: none;   
}
.articles.list{
    background: #F5F5F7;
    padding: 70px 0px 80px;
}
.articles.banner{
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(https://www.manageengine.com/products/desktop-central/images/clip/ecnew-fea-banner-1.jpg);
    padding: 60px 40px 60px;
}
.articles h1{
    color: #FFF;
text-align: center;
font-size: 54px;
font-weight: 600;
line-height: 66px;
}
.articles.banner p{
    color: #FFF;
text-align: center;
font-size: 19px;
font-style: normal;
font-weight: 400;
line-height: 32.3px;
}
.articles.list .flex{
    max-width:1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    gap: 50px;
}
.articles h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 52px;
    margin: 0 0 40px;
    text-align: center;
}

.articles h4{
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    margin: 0px 0px 12px 0px;
}

.articles li a{
    color: #4C4C4C;
font-size: 17px;
font-weight: 400;
line-height: 29px;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}
.articles .accordion-in{
    border-radius: 14px !IMPORTANT;
    background: #FFF;
    padding: 30px 150px 30px 40px;
    list-style: disc;
    min-width:500px !important;
}
.articles ul.list-box {
    list-style: disc;
}
.articles .smk_accordion{
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 0px;
}
.articles .list-box li{
    margin: 0 0 8px 30px;
}
.articles .list-box li::marker{
    color: #4C4C4C;
}
.articles .smk_accordion .accordion_in .acc_content{
    background-color:transparent;
    margin-top: 20px;
    padding-left: 20px !important;
}
.articles .smk_accordion .accordion_in.acc_active .acc_head{
    background-color:transparent;
}
.articles .smk_accordion .accordion_in .acc_head{
    padding: 0px 0px 0px 0px !important;
}
.articles .acc_head h4{
    margin:0px !important;
}
.articles .smk_accordion .accordion_in .acc_head .acc_icon_expand{
    right: -110px;
    left: auto;
}