#scroll ul.relPrd {
    list-style-type: none;
    line-height: 1.2em;
    padding: 0;
    border-bottom: 1px solid #ECECEC;       
}
#scroll ul.relPrd li ul li {
    list-style-type: none;
    margin: 0 0 0 15px;
    padding: 7px 0;
    font-size: 12px;
    color: #000;
    border-top: 1px solid #ECECEC;    
}

.bmark {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #f2f2f2;
    width:800px;
    margin: auto;
    transition: border-radius ease 350ms;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}

.bmark.sticky {
    position: fixed;
    top: 92px;
    left: 20.5%;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 1px 3px #ccc;
}

.bmark a {
    padding: 8px 14px;
    text-align: center;
    border-right: 1px solid #ccc;
    color:#000;
    text-decoration: none;
    font-size:14px;
    line-height:21px;
}

.bmark a:hover, .bmark a.active{
    background-color: #dcefff;
}

.bmark a:last-child {
    border: 0;
}

.rhs-cont h2{
   padding-top:67px;
}
a.cta {
    display: block;
    max-width: 230px;
    background-color: #e9132b;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: 700;
    text-decoration: none;
    margin: 0 auto 30px;
    font-size: 16px;
}

@media(max-width:600px){

.bmark.sticky {
    position: static;
}

.bmark {
    flex-wrap: wrap;
    width: auto;
    background-color: transparent;
    position: static;
}

.bmark a {
    display: block;
    width: 100%;
    margin: 15px;
    background-color: #f1f1f1;
    border: 0;
}

}
