.body-section {
    display: flex;
    flex-direction: row-reverse;
/*     padding-right: 60px;
    padding-left: 60px; */
/*     margin-top: 100px;
    margin-bottom: 100px; */
	width: 65% !important;
	margin :40px auto 100px;
}
.body-section .section-content-box {
    flex: 1;
    padding: 5px;
}
.body-section .section-content-box .info-box {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 2;
}
.body-section .section-content-box .info-text {
    white-space: pre-line;
    direction: rtl;
    font-size: 1.05rem;
    text-align: justify;
    font-weight: 400;
}
.body-section .section-content-box .info-link{
    text-decoration: none;
    text-align: center;
	margin: 40px auto;
	color: #575759;
    transition: all 0.75s;
    -webkit-transition: all 0.75s;
    font-size: 1.2rem;
	cursor: pointer;
	width: 15%;
	display: block;
}
.info-link span{
    font-size : 0.9rem;
	position: relative;
    z-index: 2;
	border-bottom: 1px #575759 solid;
}
.info-link:after{
	content: "";
    position: absolute;
    right: 0;
    left: 0;
    opacity: 1;
    bottom: 25px;
    height: 205px;
    z-index: 1;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(99%,hsla(0,0%,96.8%,.99)),to(#F8F8F8));
/*     background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,98.8%,.99) 99%,#fcfcfc); */
	background : linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,96.8%,.99) 99%,#F8F8F8)
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#fcfcfc",GradientType=0);
}
.activate {
		display: none !important;
}
.info-link .activate:after{
	height: 0;
}

.info-link:hover span{
    color: #f8ad40 !important;
    border-bottom: 1px solid #f8ad40 !important;
	z-index : 3 !important;
}
.p-content{
	max-height: 150px;
	height: unset;
	overflow: hidden;
}

.max-height{
     max-height: max-content;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
}
.body-section .section-content-box .panel-box {
    display: flex;
    margin: 0 auto;
}
.body-section .section-content-box .panel-box .panel-list {
    list-style: none;
    padding: 5px;
    margin-top: 10px;
    margin: 0 auto;
}
.body-section .section-content-box .panel-box .panel-list .panel-item {
    width: 100%;
/*     background-color: #fcb040; */
    margin-bottom: 10px;
    direction: rtl;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.body-section .section-content-box .panel-box .panel-list .panel-item .panel-header {
    position: relative;
    display: flex;
    padding: 5px 10px 5px 20px;
    width: 100%;
    cursor: pointer;
}
.body-section .section-content-box .panel-box .panel-list .panel-item .panel-header h3 {
    font-size: 1.25rem;
    color: #5b5b5d;
    position: relative;
    line-height: 3rem;
}
.body-section .section-content-box .panel-box .panel-list .panel-item .panel-header h3:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #5b5b5d;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.body-section .section-content-box .panel-box .panel-list .panel-item .panel-header:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 10px;
    border-left: 1px solid;
    border-top: 1px solid;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transition: all 1s;
    -webkit-transition: all 1s;
}
.body-section .section-content-box .panel-box .panel-list .panel-item .panel-content {
    display: block;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.body-section .section-content-box .panel-box .panel-list .panel-item .panel-content .panel-text {
    width: 100%;
    display: flex;
    white-space: pre-line;
    color: #fff;
    direction: rtl;
    text-align: right;
    padding: 10px 15px;
}
.body-section .section-content-box .panel-box .panel-list .panel-item .panel-content .panel-link {
    border-bottom: 1px solid;
    display: block;
    float: left;
    margin-bottom: 10px;
    color: #5b5b5d;
    transition: all 0.75s;
    -webkit-transition: all 0.75s;
}
.body-section .section-content-box .panel-box .panel-list .panel-item .panel-content .panel-link:hover {
    color: #fff;
}
.body-section .section-content-box .panel-box .panel-list .panel-item.active .panel-header:after {
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}
.body-section .section-content-box .panel-box .panel-list .panel-item.active .panel-header h3:before {
    width: 100%;
}
.body-section .section-content-box .panel-box .panel-list .panel-item.active .panel-content {
    max-height: 300px;
}
.body-section .section-side-box {
    width: 300px;
    padding: 5px;
}
.body-section .section-side-box .section-side-card {
    background-color: #e5e7e6;
    margin-bottom: 10px;
    width: 100%;
    direction: rtl;
    padding: 0;
}
.body-section .section-side-box .section-side-card h3 {
    font-size: 1rem;
    line-height: 2.5rem;
    color: #1f1f1f;
    font-weight: 600;
    padding: 10px;
}
.body-section .section-side-box .section-side-card ul {
    list-style: none;
    width: 100%;
}
.body-section .section-side-box .section-side-card li {
    width: 100%;
}
.body-section .section-side-box .section-side-card a {
    background-color: transparent;
    transition: all 0.75s;
    -webkit-transition: all 0.75s;
    text-decoration: none;
}
.body-section .section-side-box .section-side-card a.side-link {
    font-size: 1rem;
    color: #1f1f1f;
    line-height: 2rem;
    font-weight: 400;
    padding: 5px 10px;
}
.body-section .section-side-box .section-side-card li:hover {
    background-color: #fcb040;
}
.body-section .section-side-box .section-side-card a.news-link {
    font-size: 1rem;
    color: #1f1f1f;
    line-height: 2rem;
    font-weight: 400;
    padding: 5px 10px 30px;
    position: relative;
    display: block;
}
.body-section .section-side-box .section-side-card a.news-link .date {
    position: absolute;
    bottom: 0;
    left: 5%;
    font-size: 0.9rem;
    font-weight: 400;
}
.body-section .section-side-box .section-side-card .section-side-card-list li {
    border-bottom: 1px solid #c9c9c9;
}
.body-section .section-side-box .section-side-card .section-side-card-list li:last-child {
    border-bottom: 1px solid transparent;
}
.menu-item a {
    font-size: 1rem;
    color: #1f1f1f;
    line-height: 2rem;
    font-weight: 400;
    padding: 5px 10px;
}
@media only screen and (max-width: 750px){
    .body-section {
        width :100% !important;
        margin :20px auto 70px;
    }
    .body-section p ,td, tr , li {
    font-size : 0.8rem !important;
    }
    
}
