
/*News and updates */
.demof ul {
    padding: 0;
    list-style: none;
	
}

.demof li {
    padding: 20px;
    border-bottom: 1px dashed #ccc;
}

.demof li.odd {
    background: #fafafa;
}

.demof li:after {
    content: '';
    display: block;
    clear: both;
}

.demof img {
    float: left;
    width: 177px;
    margin: 5px 15px 0 0;
}



.demof p {
    margin: 15px 0 0;
    font-size: 1.2vw;
}

.demo5 ul {
    padding: 0;
}

.demo5 ul li {
	position:relative;
	width:100%;
padding: 6px;
    border-bottom: 1px solid #81086e26;
    border-radius: 10px;
	padding-left: 20px;
}

.demo5 ul li a {
    color: #0035d0;
    cursor: pointer;
}

.demo5 ul li:before {
    content: '\f101';
    font: normal normal normal 17px/1 FontAwesome;
    color: #a4366c;
    position: absolute;
    border-radius: 50%;
    left: 0px;
    top: 12px;
}
.demo5 ul li h3 {
    margin: 5px 0px;
    font-size: 20px;
    color: #82086e;
    font-weight: 400;
}
.demo5 ul li ul li {
	position:relative;
	width:100%;
padding: 6px;
    border-bottom: 0px solid #81086e26;
    border-radius: 0px;
	padding-left: 20px;
}
.demo5 ul li ul li:before {
    content: '\f111 ';
    font: normal normal normal 9px/1 FontAwesome;
    color: #0035d8;
    position: absolute;
    border-radius: 50%;
    left: 0px;
    top: 12px;
}
/*end News and updates */
