#accordion3 {
	width:100%; 
	margin: 0px auto; 
	border:0px solid #333; 
	border-top:none; 
}
.accordion3 {
	width:100%; 
	color:#000;
	padding:0px;
	margin-bottom: 0px;
    border-bottom: solid 0px #e6eaec;
}
.accordion3 dt {
	background:url(../img/plusicon.png) no-repeat right center #fff;
	font-size:18px;
	color: #000;  
	padding:25px 0px;
	font-weight: 500;
	line-height:20px;
	cursor:pointer;
    border-top: solid 1px #e6eaec;
}
.accordion3 dt:lang(ar) {
	background:url(../img/plusicon.png) no-repeat left center #fff;
}
.accordion3 dt:first-child {
	border-top: solid 0px #e6eaec;
}
.accordion3 dt:hover {
	color:#065aa9;
}
.accordion3 .open {
	background: url(../img/minusicon.png) no-repeat right center #fff; 
	padding:25px 0px;
	color:#065aa9; 
}
.accordion3 dd {
	overflow:hidden; 
	background-position:left; 
	margin:0px;	
}
.content_hide {
    padding:0px 0px;
	font-size:14px;
	color:#000;
	line-height:22px;
    margin-bottom: 30px;
}
.content_hide a {
    color:#000;
	text-decoration: none;
}
.content_hide a:hover {
    color:#004965;
	text-decoration: none;
}
.content_hide ul {
	margin: 0px 0px 0px 14px;
	padding: 0px 0px;	
}
.content_hide ul li {
	list-style-type: disc;
	margin: 0px 0px;
	padding: 6px 0px;
	line-height: 20px;	
}
.content_hide ul:lang(ar) {
	margin: 0px 18px 0px 0px;
}


@media screen and (max-width : 767px) {
	.accordion3 dt {
    background: url(../img/plusicon.png) no-repeat right center #fff;
    font-size: 16px;
    color: #000;
    padding: 25px 20px 25px 0px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    border-top: solid 1px #e6eaec;
}
}





