/*
/* List
/* ================================== */


ul,ol{
	-webkit-padding-start: 0px;
	line-height: 1.8;
	list-style: none;
}
div ul li{
	color: rgb(115, 115, 115);
	font-family: inherit;
	line-height: inherit;
}

.grid-list{
	-webkit-padding-start: 40px;
	list-style: square;
}
.grid-list .list-item{
	margin-top: 5px;
	margin-bottom: 5px;
}

.attchmt-list .list-item{
	color: rgb(0 150 136);
	padding:7.5px 0px; 
}
.attchmt-list .list-item:before{
	content: "\f1c1";
	font-family: FontAwesome;
	padding-right: 5px;
}

.list-icon .item-list{
    text-align: center;
	font-size: 20px;
	margin: 7.5px;
}
.list-icon .item-list .icon-list i{
	background-color: rgb(68, 68, 68);
    color: rgb(185, 185, 185);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.nbs-tndr li{
	align-items: center;
	border-bottom: 1px solid rgb(193 193 193);
}

.nbs-tndr li:last-child{
	border-bottom: none;
}