@media only screen and (max-width : 600px) {
.help-page .data ul.contain {
    width: 91% !important;
}
.static-pages .data .data-cont ul {;
    width: 90%;
}

.select2.select2-container {
    width: 100% !important;
}

.lk-icon {
    position: relative;
    top: 8px !important;
    padding: 4px 10px;
    float: inline-end;
}
.lk-up-coming {
    width: 100%;
}
.lk-scrolling-data.jspScrollable {
    width: 100% !important;
}
.after-login .after-search {
    width: 110%;
    position: unset !important;
}

}

@media only screen and (max-width : 991px) {
#my_saved_search  {
    gap: 30px;
    display: grid;
}
.help-page .data ul.contain {
    width: 91% !important;
}
}
