@media (max-width:600px){
.categoryul {
border-bottom: 0;
padding: 0 2em 0;
}

.categoryul > li {
margin: 4px 0px 8px 2em !important;
/* list-style: none !important; */
}
    .col-sm-12 {
padding: 0 5px!important;
}
   
.mainhedlink {      
    background-color : #ececec!important;
    border: 1px solid #ddd;
    border-radius: unset!important;
}
.mainhedlink h3 {
    cursor: pointer;
    padding-left: 5px!important;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    /*! margin: 2px 0 !important; */
    /*! margin-left: 0px; */
    /*! margin-left: 0px; */
    color: black;
}
ul {
    display:none;
}
}
li, ul {
    list-style-type: square;
}



}

@media screen and (max-width:600px){.col-sm-3{width:100%!important;}}