.accordion_square{
    margin: 25px 0;
    padding: 0;
    list-style: none;
}

.accordion_square li{
    margin-bottom: 4px;
}

.accordion_square li > a{
    position: relative;
    display: block;
    background-color: #9fbe42;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 33px 10px 20px;
}
.accordion_square li a ins{
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    height: 10px;
    width: 17px;
    background: url('white-arrow.png') no-repeat left top;
    margin-top: -5px;
}

.accordion_square li.active a ins{
    background: url('white-arrow.png') no-repeat left bottom;
}
.widget-11 .menu-scroll ul > li > ul { display: none;}
.widget-11 .menu-scroll ul > li.has { position: relative;}
.widget-11 .menu-scroll ul > li.has:after {
	background: url(white-arrow.png) 0 0 no-repeat;
	content:'';
	position: absolute;
	top: 16px;
	right: 4px;
	height: 10px;
	width: 10px;
	background-size: 10px auto;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.widget-11 .menu-scroll ul ul > li.has:after {
	background: url(white-arrow2.png) 0 0 no-repeat;
	content:'';
	position: absolute;
	top: 11px;
	right: 0;
	height: 10px;
	width: 10px;
	background-size: 10px auto;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.widget-11 .menu-scroll ul > li.has.op:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 12px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.widget-11 .menu-scroll ul ul > li.has.op:after {
	top: 10px;
}
.accordion_square li > div{
    display: none;
    font-size: 15px;
    padding: 19px;
}
.che > ul { display: block !important;}

.accordion_square li > div p {
    padding: 0 0 15px;
    margin: 0;
}

.accordion-rounded3 li{
    margin-bottom: 2px;
}
.widget-11 .menu-scroll ul ul ul > li.has::after { right: -9px;}

.content-23 .accordion_square h3 {
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.arrs {
	height: 39px;
    width: 15px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
}