.component-linkedsection{
    position: relative;
    padding-top:100px;
}
.component-linkedsection .sticky-menu{
    padding-top:50px;
    position: absolute;
    width: 100%;
    background:#fff;
    top: 40px;
    left: 18px;
    z-index: 101;
}
.component-linkedsection .sticky-menu.fixed{
    position:fixed;
    top:90px;
}
.component-linkedsection .sticky-menu.fixed.bottom{
    position:absolute;
    top:initial;
    bottom:0;
}
@media(max-width: 804px) {
    .component-linkedsection .sticky-menu .container{
        padding-left: 5%;
        padding-right: 0;
    }
}

@media(max-width: 645px) {
    .component-linkedsection .sticky-menu{
        top: 10px;
        left: 0;
    }
}

@media(max-width: 609px) {
    .component-linkedsection .sticky-menu{
     top: 5px;
    }
}