/*------------------------------------------------------------- 
		     Change Log
--------------------------------------------------------------- */
/*------------------------------------------------------------- 
		    Content Section
--------------------------------------------------------------- */
.bc_main_content {
	padding:40px 0 100px;
}
.cz-change-log h3 {
	position:relative;
	color:#587cb9;
	line-height:30px;
	margin-top:0px;
}
.cz-change-log h3:before {
	position:absolute;
	content:" ";
	z-index:5;
	background:#eaeaea;
	height:5px;
	width:54%;
	top:14px;
	left:auto;
	right:0;
}
.cz-change-log-wrapp {
	display:inline-block;
	width:100%;
	padding:20px 0;	
}
.cz-change-log-wrapp ul {
	margin:0 0 0 0;	
}
.cz-change-log-wrapp ul li {
	display:inline-block;
	width:100%;	
	margin-bottom:15px;
}
.cz-change-log-wrapp ul li h5 {
	display:block;
	font-size:18px;
	color:#333333;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	line-height:18px;
	margin:0 0 0 0;
	line-height:18px;
}
.cz-change-log-wrapp ul li p {
	font-weight:400;
	color:#666666;
	padding-left:14px;
	position:relative;	
}
.cz-change-log-wrapp ul li p:before {
	position:absolute;
	width:4px;
	height:4px;
	border-radius:2px;
	background:#000;
	content:"";	
	left:0;
	top:9px;
}
.cz-change-log-wrapp ul li p a, .cz-change-log-wrapp ul li p a:hover, .cz-change-log-wrapp ul li p a:visited {
	font-weight:700;
	color:#5177b6;
	text-decoration:none;	
}
.cz-change-log-wrapp ul li p {
	margin:10px 0;	
}


/*------------------------------------------------------------- 
		    Right Sidebar
--------------------------------------------------------------- */

/*------------------------------------------------------------- 
		        Media Query
--------------------------------------------------------------- */


@media screen and (min-width: 768px) and (max-width: 1300px) {

}
@media screen and (max-width: 1200px) {
.cz-change-log h3::before {
	width:44%;	
}


}
@media screen and (min-width: 768px) and (max-width: 1020px) {
.cz-change-log h3::before {
	width:50%;	
}
}

@media screen and (max-width: 767px) {
.bc_main_content {
	padding-bottom:0;
}
.cz-oa-wrapp {
	padding-top:0px;
}
.cz-change-log h3::before {
	width:37%;	
}

}

@media screen and (max-width: 500px) {
.cz-change-log h3::before {
	width:20%;	
}


}
@media screen and (max-width: 450px) {
 
.cz-change-log h3::before {
	display:none;
}

}