.wpcf7-list-item {
    display: block  !important;
    margin: 0 !important;
    padding: 2.5px 0 !important;
}

/*
#ds_index_table .server_table .cat-md-table .m_server_new .detailtable th {
    width:unset !important;
}
*/

/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

.dp-footer-new-icon img{
    max-width:150px !important;
}