	.d-none {
		display: none;
	}
	.box_questions .bq1 i {
		font-size: 50px;
		color: #35ccde !important;
	}

	.reply-icon-size {
		font-size: 40px;
		color: #35ccde !important;
	}

	.box_questions .bq1 .span1 {
		color: #7a7a7a;
		font-size: 18px !important;
		color: #565757 !important;
	}

	.box_questions .bq1 .span2 {
		color: #959595;
		font-size: 13px !important;
		display: inline-block;
	}

	.date-color {
		color: #959595;
	}

	.box_questions .bq2 {
		position: relative;
		border: 1px solid #dbdbdb;
		/* background: #fcfcfc; */
		padding: 19px 29px 20px;
		color: #4d4d4d;
		overflow-wrap: break-word;
		box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
		border-radius: 4px;
	}

	.bq1 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.bq2 a {
		font-size: 13px !important;
		font-weight: bold;
	}

	.bq-footer {
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.bs-qu {
		margin-bottom: 15px;
	}

	.box_questions .bq1 .bi-chat-dots-fill {
		color: #ffd188 !important;
	}

	.modal-padding {
		padding-inline: 15px
	}

	.modal-header-justify {
		display: flex;
		justify-content: space-between;
	}
	.modal-header:before {
		content: none !important;
	}
	.modal-header:after {
		content: none !important;
	}
	.close-btn-size {
		font-size: xx-large;
	}
	.faq-sticky {
		position: sticky;
		top: 20px;
		align-self: flex-start;
	}
	.reply {
		background: #f7f7f7;
		padding: 10px;
		margin-bottom: 10px;
		border-radius: 4px;
	}
	.btn-dlike {
		background: none;
		border: none;
		color: #df1b1dd6;
	}

	.btn-like {
		background: none;
		border: none;
		color: #3a9d09;
	}

	.icon-ld-size {
		font-size: 18px;
		font-weight: bold;
	}

	.reply-header {
		background: #eee;
		padding: 8px;
		display: flex;
		justify-content: space-between;
		border-radius: 4px;
	}

	.reply-text {
		padding: 8px;
	}

	.pagination-center {
		text-align: center;
	}

	.faq{
		z-index: 100000;
	}
