.container-1280 {
	width: 1280px;
	margin: 0 auto 100px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width:100%;
}


.aside-categories-list {
	padding: 83px 40px 0;
	background-color: #f1f1f1;
	box-shadow: -5px 0 5px -5px rgb(0 0 0 / 25%), 5px 0 5px -5px rgb(0 0 0 / 25%);
	max-width:400px;
}


.aside-categories-list .headline {
	padding-top: 19px;
	font-size: 1.250em;
	border-top: 9px solid var(--green, #c0ea6a);
}

.questions {

}


.main-wrapper {
	padding: 30px 50px 0 0;
	width:900px;
	max-width:100%;

}

.single-question {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	color: #4b61c3;
}

.question-category-container {
	margin: 0 0 20px 0;
	font-size: 22px;
	font-weight: 600;
}

/* single question start */
.main-questions_single {
	display: flex;
}

.answer-container {
	margin: 40px 0 0 0;
	font-size: 20px;
}


.answer-container .the-answer a{
	color: var(--darkgreen) !important;
}

/* single side bar start*/


.info__side-bar_mobile {
	display: none;
}

.category-questions {
	display: flex;
	margin: 0 0 30px 0;
}

.single-side-question-list,
.zd-qa-tax__question{
	margin: 25px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
	color: #4b61c3;
	font-size: 1.250em;
}

.single-side-question-list a{
	color:#000;
}

.zd-qa-tax__question {
	color: var(--darkgreen) !important;
	padding-bottom:10px;
}



@media (max-width: 1023px) {

	.container-1280{
		flex-direction: column;
	}

	

.aside-categories-list {
    padding: 3px 40px 10px;
	max-width:100%;
	}
	.single-side-question-list{display:none;}
	.single-side-question-list.open{
		display: flex !important;
	}

	.sidebr-title{
		display: flex;
    justify-content: space-between;
	}
	
	.sidebr-title:after{
		content: "\f078";
		font-family: 'icomoon';
		font-size: 1.250em;
    font-weight: bold;
	}
	.sidebr-title.open:after{
	content: "\f077";
	}
	/* 	.main-wrapper,
	.container-1280
	{
	max-width:100%;
}

	.main-wrapper{
	padding: 30px 15px;
}
	.info__side-bar {
	max-width: 100%;
	border: none;
}
	.main-questions_single {
	flex-direction: column;
}

	.info__side-bar_dt {
	display: none;
}

	.info__side-bar_mobile {
	display: block;
} */
}

/* info single accordion start */

.accordion {
	background-color: transparent;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: right;
	border: none;
	outline: none;
	transition: 0.4s;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

.sidebr-title {
	font-size: 20px;
	font-weight: 600;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
	background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 18px;
	background-color: white;
	display: none;
	overflow: hidden;
}


/* Comments */
.lesson-reviews {
	width: 1280px;
	margin: 50px auto 0;
}

#reviews #comments ol.commentlist li {
	margin-bottom: 20px;
}

#reviews #comments ol.commentlist li ul.children {
	margin: 10px 40px 0 0;
}

#reviews #comments ol.commentlist li .comment-body .comment-content {
	margin-top: 10px;
}

#reviews #comments ol.commentlist li .comment_container {
	display: flex;
}

#reviews #comments ol.commentlist li .comment-text {
	all: unset;
}

#reviews #comments ol.commentlist li .comment-text p.meta {
	display: flex;
	margin: 0 0 1em;
	font-size: .83rem;
	color: #767676;
}

#reviews #comments ol.commentlist li .comment-text .description p {
	margin: 0;
	font-size: 0.938rem;
}

#reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash {
	margin: 0 6px;
}

#reviews #comments ol.commentlist li img.avatar {
	padding: unset;
	width: 70px;
	height: 70px;
	position: unset;
	border: unset;
	background: unset;
	margin: 0 0 0 20px;
	align-self: start;
}

#reviews #comments button.show-comments {
	background-color: #c0ea6a;
	font-weight: bold;
	padding: 15px;
	border: none;
}

#reviews #comments button.show-comments:hover {
	cursor: pointer;
}

#respond.comment-respond {
	margin-top: 20px;
}

#respond.comment-respond #reply-title small {
	margin-right: 5px;
	font-weight: normal;
}

#review_form #respond {
	margin-top: 70px;
}

#respond.comment-respond #reply-title,
#review_form #respond #reply-title {
	font-weight: bold;
	font-size: 1.125rem;
}

#respond.comment-respond #commentform .name-and-email-wrapper,
#review_form #respond #commentform .name-and-email-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 41px;
}

#respond.comment-respond #commentform .comment-form-comment label,
#respond.comment-respond #commentform .name-and-email-wrapper label,
#review_form #respond #commentform .name-and-email-wrapper label,
#review_form #respond #commentform .comment-form-comment label {
	display: none;
}

#respond.comment-respond #commentform .name-and-email-wrapper p input,
#review_form #respond #commentform .name-and-email-wrapper p input {
	width: 100%;
	padding: 15px 20px 15px 0;
	border: 1px solid #f0f0f0;
}

#respond.comment-respond textarea,
#review_form #respond textarea {
	width: 100%;
	border: 1px solid #f0f0f0;
	padding: 17px 20px 0 0;
}

#respond.comment-respond input#submit,
#respond input#submit {
	background-color: #c0ea6a;
	font-weight: bold;
	padding: 17px 53px;
	border: none;
}

#respond.comment-respond input#submit:hover,
#respond input#submit:hover {
	cursor: pointer;
	background-color: #dfdcde;
}
/* Comments - End */
