.inspections-faqs-block {
	position: relative;
	padding: 98px 0;
	background-color: #CCE0FF;
	border-radius: 32px 32px 0px 0px;
}

.inspections-faqs-block h2 {
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: initial;
	color: #0A1B5F;
	margin-bottom: 48px;
	background: none;
	text-align: center;
}

.inspections-faqs-block .faq-item-wrapper {
	width: 80%;
	margin: auto;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background: transparent;
	color: #0061FF;
	cursor: pointer;
	padding: 24px 48px 24px 24px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	color: var(--Openlane-Primary-Openlane-Blue, #0061FF);
	font-family: "Poppins";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	/* 24px */
	letter-spacing: -0.2px;
	transition: 0;
	transition-delay: 3s;
    display: flex;
    justify-content: left;
	align-items: left;
	flex-direction: column;
	flex-direction: row;
	align-items: center;
}
.faq-item-wrapper {
	border-radius: 16px;
	background: var(--Openlane-Secondary-Blue-25, #F5F9FF);

}
.accordion p, .accordion ul, .accordion a, .accordion li {
	font-size: 1rem;
	font-weight: 300;
}
#dealers {
	position: absolute;
	bottom: 200px;
	/* background-color: red;
	height: 10px;
	width: 10px; */
}

/* 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) */


/* Style the accordion panel. Note: hidden by default */
.panel {
	background-color: #F5F9FF;
	color: black;
	max-height: 0px;
	overflow: hidden;
	border-radius: 0px 0px 16px 16px;
	transition: .3s;
	padding: 0 36px 0 24px;
}
.active .panel {
	max-height: 10000px; 
	transition: .3s;
	padding: 0 36px 0 24px;
	
}
.active .accordion {
	border-radius:16px 16px 0 0  ;
	transition: .1s;
}
.panel>*:last-child {
	margin-bottom: 24px !important;
}
.panel ul li {
	color: black;

}
.panel p {
	color: black;
	margin-bottom: 8px;
}
.panel strong, .panel a, .panel b {
	color: #0061FF
}
.accordion {
	position: relative;
	transition: .3s;
}

.accordion svg {
	position: absolute;
	right: 24px;
	transition: .3s;
}

.active .accordion svg.vertical {
	position: absolute;
	transform: rotate(0deg);
	right: 24px;
}

.accordion svg.vertical {
	transform: rotate(-90deg);
}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 991px) {
.inspections-faqs-block .faq-item-wrapper {
	width: 100%;
	margin: auto;
}}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 575px) {}

@media only screen and (max-width: 400px) {}