/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
.banner-list ul{ padding-left: 0 !important; }
.banner-list li { position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
	list-style: none;  }
.banner-list li:before {
    display: inline-block;
    text-align: center;
    content:url('https://detroitcqc.com/wp-content/uploads/2022/09/tick-red.png'); 
	position: absolute;
	z-index:8; 
	left:0px;
	top:0px;
	padding-right: 10px;
    transition: all .3s ease-in;
}
.brxe-text ul{ padding-left: 0 !important; }

.green-arrow li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
	list-style: none; 
}
.green-arrow li:before {
    display: inline-block;
    text-align: center;
    content:url('https://detroitcqc.com/wp-content/uploads/2022/09/tick-green.png'); 
	position: absolute;
	z-index:8; 
	left:0px;
	top:0px;
	padding-right: 10px;
    transition: all .3s ease-in;
}
.red{ color: #ff0000; }
.testislide{text-align: left; color: #000;font-size:16px;}
html { scroll-behavior: smooth; }