.footCol2 .foot-head, .footCol2 .footCont {
    display: block; 
}
.heading-menu {
    margin-top: 15px;
}
 
.ban-img-main {
    background: url('https://www.manageengine.cn/cloud-siem/features/images/ad-audit-banner-vector.png') no-repeat 0 0;
    background-size: 401px 276px;
    width: 401px;
    height: 276px;
    float: right;
    margin-right: 30px;
}
@media screen and ( max-width : 1100px){
.ban-img-main {
margin-right: -10px;
    transform: scale(0.9);
}
}

.container {
    max-width: 1400px;
}

@media screen and (min-width: 1026px) {
    #header-topsec {
        position: fixed;
    }
}
@media only screen and (max-width: 450px) {
    header:not(.abheader) #header-mainsec {
        top: 40px;
    }
}
