.elementor .fq-wirent .accordion-item {
    margin-bottom: 0 !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #767A7C;
    border-top: 0;
    border-left: 0;
    border-right: 0;
	outline: none !important;
	box-shadow: none !important;
}

.elementor .fq-wirent .accordion-header {
    border: none !important;
}
.elementor .fq-wirent .accordion-button {
    border-radius: 0px !important;
	outline: none !important;
	padding: 25px 0;
	text-align: start;
	display: block;
	background-color: #101011 !important;
	box-shadow: none !important;

}
.fq-wirent .accordion-button.collapsed {
    color: #767A7C;
}
.elementor .fq-wirent h3 {
	text-transform: uppercase;
}
.elementor .accordion-button::after {
  display:none;
}

.elementor .fq-wirent .accordion-button:not(.collapsed) {
    background-color: #101011 !important;
		color: #65A2FF;

}

.fq-wirent .card-body {
    padding-bottom: 35px;
	text-align: start;
	color: #65A2FF;
	background-color: #101011;

}

.fq-wirent .card-body p {
	font-size: 20px;
}

@media only screen and (max-width: 767px) {
	.elementor .fq-wirent .accordion-button {
		padding: 30px 0;
	}
	
	.fq-wirent h5 {
	   font-size: 24px;
	}
}