  /*-----accordion code strat-------*/	
	 .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #fff;
        background-color: rgb(158,147,62);
        border-color:rgb(158,147,62);
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #fff;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
	
	
	
	.realted-list {
		list-style-type:none;
	}
	.realted-list li{
		border-bottom:1px solid #ddd;
		padding:4px 7px;
	}
	.clr-iccn{
		color: rgb(47,165,235);
	}
/*-----accordion code end-------*/	
.cirrhosis-list{
	list-style-type:square;
	margin-left:10%;
}
.immg-box{
border: 3px solid rgb(228, 233, 234);
margin-top: 10px;
}
.txt-heading1{
	font-size: 24px;
	
	color: rgb(158,147,62);
   font-weight: bold;
}
.immmg{
	width:100%;
	height: 200px;
}
.prdt-txt{
	text-align:justify;
}