/* Application stylesheet this will hold rules for the application */
div.container div.row div.col-xs-12.col-sm-9.col-md-9.col-lg-9 div{
    font-size: 20px;
}

.checklist{
    list-style-type: none;
    margin: 0;
    padding: 10px;
    margin-top: 30px;
    padding-bottom: 30px;
}
.checklist li{
    
    background-image: url("/images/assets/home/2019/menu/vcheck.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px;
	margin: 0;
	padding: 0px 18px;
	list-style: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    color: #3C424A;
}

