.ac-container{
	width: 100%;
	text-align: left;
}
.ac-container label:hover{
color:#000;
}
.ac-container label:before{
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	top: 10px;
	left: 5px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;
	background-size:18px;
	opacity:0.7
	}
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	top: 10px;
	left: 5px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;
	background-size:18px;
	opacity:0.7
}
.ac-container input:checked + label:hover:after{
	
}
.ac-container input:checked + label:focus:after{
	background-image: url(../images/arrow_up1.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	border-top: 0px!important;
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	border-top: 1px solid #d6d6d6;
	margin-top:0px;
	background-color:#fff
}
.ac-container input:checked ~ article.ac-small{
	height: auto;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}
.ac-ac-con-section {
	float: right;
	width: 100%;
	padding: 15px;
	box-sizing:border-box;
	display:inline-block;
	border: 0px solid #e5e5e5;
	border-top:0;
}
.ac_container {
	margin-bottom:15px
}
.ac_container:last-child {
	margin-bottom:0px
}
.ac-container label {
	width:100%;
	height: 45px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	color: #000;
	font-size: 20px;
	background-color:rgba(248, 245, 239, 0.5);
	padding: 0 15px;
	box-sizing:border-box;
	text-align: right;
	font-weight: 700;
	direction:rtl;
	border:0px solid #000;
	border-radius: 7px;
	align-items: center;
	display: flex;
	justify-content: flex-start;
	font-family: 'Futurism', sans-serif;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	color: #008448 !important;
	font-size: 20px;
	font-weight: 700;
}
.ac-container label:last-child {
	margin-bottom:0px!important
}
.ac-ac-con-section_name {
	text-align: right;
	float: right;
	width: 100%;
	font-size: 21px;
	font-weight: 600;
	color: #000;
	direction:rtl;
}
.accordion_title {
	font-size: 22px;
	font-weight: 900;
	color: #000;
	text-align: right;
	float: right;
	width: 100%;
	margin-bottom: 5px;
	margin-right: 0!important;
	margin-left: 0!important;
	line-height: 1.4em;
	direction: rtl;
}
.accordion_content {
	font-size: 16px;
	font-weight: 400;
	text-align: right;
	float: right;
	width: 100%;
	margin-bottom: 0px;
	line-height: 1.5em;
	direction: rtl;
}

@media all and (min-width: 1438px) 
{

}

@media (max-width: 1439px) and (min-width: 769px) 
{

}

@media all and (max-width: 768px) and (min-width: 659px) {

}

@media all and (max-width: 658px) and (min-width: 481px) {

}

@media all and (max-width:480px) and (min-width:319px) {

}

@media all and (max-width:320px) {

}