.ac-container{
	width: 100%;
	margin: 5px auto 20px auto;
	text-align: left;
}
.ac-container label:hover{
color:#000;
}
.ac-container label:before{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 10px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;
	left: 0px;
	}
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 10px;
	left: 0px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;

}
.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;
}
.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: 1px solid #ccc;
	margin-top:1px
}
.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;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) 
{
.ac-container label {
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #000;
	line-height: 31px;
	font-size: 17px;
	background-color: #fff;
	background-position: top;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: right;
	font-weight: 400;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	direction:rtl;
	border-top: 1px solid #ccc;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	color: #000 !important;
	font-size: 17px;
	font-weight: 400;
}
.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;
	color: #000;
	text-align: right;
	float: right;
	width: 100%;
	margin-bottom: 10px;
	line-height: 1.5em;
	direction: rtl;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media (max-width: 1439px) and (min-width: 769px) 
{
.ac-container label {
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #000;
	line-height: 33px;
	font-size: 17px;
	background-color: #fff;
	background-position: top;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: right;
	font-weight: 400;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	direction:rtl;
	border-top: 1px solid #ccc;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	color: #000!important;
	font-size: 17px;
	font-weight: 400;
}
.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;
	color: #000;
	text-align: right;
	float: right;
	width: 100%;
	margin-bottom: 10px;
	line-height: 1.5em;
	direction: rtl;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 659px) 
{
.ac-container label {
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #000;
	line-height: 33px;
	font-size: 17px;
	background-color: #fff;
	background-position: top;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: right;
	font-weight: 400;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	direction:rtl;
	border-top: 1px solid #ccc;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	color: #000 !important;
	font-size: 17px;
	font-weight: 400;
}
.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;
	color: #000;
	text-align: right;
	float: right;
	width: 100%;
	margin-bottom: 10px;
	line-height: 1.5em;
	direction: rtl;
}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media all and (max-width: 658px) and (min-width: 481px) 
{
.ac-container label {
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #000;
	line-height: 33px;
	font-size: 17px;
	background-color: #fff;
	background-position: top;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: right;
	font-weight: 400;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	direction:rtl;
	border-top: 1px solid #ccc;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	color: #000!important;
	font-size: 17px;
	font-weight: 400;
}
.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;
	color: #000;
	text-align: right;
	float: right;
	width: 100%;
	margin-bottom: 10px;
	line-height: 1.5em;
	direction: rtl;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) 
{
.ac-container label {
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #000;
	line-height: 33px;
	font-size: 17px;
	background-color: #fff;
	background-position: top;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: right;
	font-weight: 400;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	direction:rtl;
	border-top: 1px solid #ccc;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	color: #000!important;
	font-size: 17px;
	font-weight: 400;
}
.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;
	color: #000;
	text-align: right;
	float: right;
	width: 100%;
	margin-bottom: 10px;
	line-height: 1.5em;
	direction: rtl;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) 
{
.ac-container label {
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #000;
	line-height: 33px;
	font-size: 17px;
	background-color: #fff;
	background-position: top;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: right;
	font-weight: 400;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	direction:rtl;
	border-top: 1px solid #ccc;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	color: #000!important;
	font-size: 17px;
	font-weight: 400;
}
.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;
	color: #000;
	text-align: right;
	float: right;
	width: 100%;
	margin-bottom: 10px;
	line-height: 1.5em;
	direction: rtl;
}
}