ul.azic-list {
	margin-top: 0;
	padding-left: 8px;
	list-style-type: none !important;
}

li.azic-list-item::before {
	content: "\2713";
	color: #d8292f;
	position: absolute;
	margin-left: -1.3em;
	font-weight: bold;
}

li.azic-list-item {
	padding-left: -1px;
}

.azic-list-item p {
	padding-bottom: 5px !important;
}

.azic-list .azic-list-item span {
	font-weight: bold;
}
.azic-product-summary-details {
    background: #dbdbdb;
    padding: 20px;
    margin-bottom: 10px;
    text-align: justify;
}
#main > div > div.tags-block > div:nth-child(3) {
    display: none;
}
.blog-alternate-content img {
    width: 25%;
    float: left;
    margin-right: 17px;
}

.blog-alternate-section {
    border-top: 3px  solid #3aafc8;
}

.blog-alternate-section::after {
    content: '';
    float: none;
    clear: both;
    padding: 10px 0px;
    margin: 10px 0px;
    display: block;
}

.blog-alternate-section:nth-child(odd) img {
   float: right;
    margin-left: 17px;
}


div.text-block p {
    color: #000;
    margin-top: 30px;
    line-height: 1.6;
   
}


a.linkManager {
    position: absolute;
    bottom: 10px;
    right: 6%;
    background: #043157;
    padding: 4px 10px;
    border-radius: 2px;
    box-shadow: 1px 1px 1px 1px #555;
    color: #fff;
}

div.text-block span.heading {
    font-size: 18px;
    color: #000;
}

div.img-block  {
    height: 220px;
}

h1.text-danger {
    color: #0554a2;
font-weight: 1000;
}

.industryRepeater a.linkManager {
    position: static;
    background: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
}