/*------------------------------------------------------------- 
		     Site Map
--------------------------------------------------------------- */

/*------------------------------------------------------------- 
		    Content Section
--------------------------------------------------------------- */
.bc_main_content {
	padding:40px 0 100px;
}
.bc_main_content h3 {
	position:relative;
	color:#587cb9;
	line-height:30px;
	font-size:21px;
}
.bc_main_content h3:before {
	position:absolute;
	content:" ";
	z-index:5;
	background:#eaeaea;
	height:5px;
	width:59%;
	top:14px;
	left:auto;
	right:0;
}
.cz-site-map-section {
	display:inline-block;
	width:100%;
	padding:15px 0 25px 0;	
}
.cz-site-map-section ul {
	width:31%;
	display:inline-block;
	float:left;	
	margin:0 1.7%;
}
.cz-site-map-section ul:first-child {
	margin-left:0px;	
}
.cz-site-map-section ul:nth-child(3) {
	margin-right:0px;	
}
.cz-site-map-section ul li {
	display:inline-block;
	width:100%;
	color:#666666;
	font-weight:400;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	max-width:100%;
	padding:10px 9px 0 13px;
	position:relative;
}
.cz-site-map-section ul li:before {
	position:absolute;
	content:"";
	left:0;
	top:18px;
	width:4px;
	height:4px;
	border-radius:2px;
	background:#000;	
}

.cz-site-map-section ul li:first-child {
	background:#5177b6;
	padding:8px 13px;
}
.cz-site-map-section ul li:first-child:before {
	display:none;	
}
.cz-site-map-section ul li h6 {
	color:#fff;
	font-size:16px;
	font-weight:700;
	display:block;
	text-align:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	line-height:16px;
	font-family: 'Roboto', sans-serif;
}
.cz-site-map-section ul li a {
	color:#666666;
	font-weight:400;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	text-decoration:none;
}
.cz-site-map-section ul li:hover a,
.cz-site-map-section ul li.active a,
.cz-site-map-section ul li a:visited {
	color:#5177b6;
	text-decoration:none;
}


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

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


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

}
@media screen and (max-width: 1200px) {
.bc_main_content h3::before {
	width:50%
}


}
@media screen and (min-width: 768px) and (max-width: 1020px) {
.bc_main_content h3::before {
    width: 56%;
}

}

@media screen and (max-width: 767px) {
.bc_main_content {
	padding-bottom:0;
}
.bc_main_content h3::before {
    width: 41%;
}
.cz-site-map-section ul {
	width:100%;
	margin:15px 0;	
}
.cz-site-map-section {
	padding:0px;	
}
.bc_right_sidebar {
	margin-top:15px;	
}

}

@media screen and (max-width: 500px) {
.bc_main_content h3::before {
    width: 26%;
}

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

}