/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 12 2023 | 16:51:58 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

body {
  overflow-x:hidden;	
}

ul.list-chk-rd li:before {
    content: '';
    background: url(https://www.alertroofsystems.com/wp-content/uploads/2022/10/tik-ico-r.png);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background-size: 100%;
    top: 2px;
}

ul.list-chk-rd li {
    position: relative;
    list-style: none;
    padding-left: 33px;
    margin: 10px 0 0px;
}

ul.list-chk-rd {
    margin: 0;
    padding: 0;
}

.fl-row.fl-row-full-width.vlign-middle-row .fl-row-content-wrap .fl-col-group {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}