ul, ol {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.wpfaqblock-accordion .new-points .list-style li {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.wpfaqblock-accordion .new-points ul.list-style{
	padding: 0px;
	margin: 0px;
}
.wpfaqblock-section, .how-it-work{
	position: relative;
	overflow: hidden;
}
.wpfaqblock-section .container, .how-it-work .container{
	position: relative;
	z-index: 1;
}
.wpfaqblock-section::before {
	content: '';
	background-image: url('../images/circle-bg.png');
	width: 800px;
	height: 800px;
	position: absolute;
	left: -200px;
	top: -100px;
	z-index: -1;
	background-size: cover;
}
.wpfaqblock-accordion .accordion-content { background: #FFFFFF;
border: 1px solid #D9DDE2; border-radius: 0px 0px 12px 12px; padding: 10px 20px !important; }
.wpfaqblock-accordion .accordion-content p { font-weight: 400; font-size: 15px; line-height: 176.6%; margin: 0; }
.wpfaqblock-accordion .accordion-title:before { content: "\f067"; font-family: "Font Awesome 5 Free"; font-weight: 900;
position: absolute; right: 20px; top: 50%; transform: translateY(-50%); }
.wpfaqblock-accordion .accordion-title.open:before { content: "\f068"; font-family: "Font Awesome 5 Free"; font-weight: 900; }
.wpfaqblock-accordion .accordion-title.open.accordian-pause:before{ content: none; }
.wpfaqblock-accordion .new-points .list-style li { margin: 0 0 20px; padding: 0; }
.wpfaqblock-accordion .accordion-title { background: #FCFCFC; border: 1px solid #D9DDE2; border-radius: 12px; padding: 10px 42px 10px 20px;
cursor: pointer; position: relative; }
.wpfaqblock-accordion .accordion-title.accordian-pause{ cursor:default; }
.wpfaqblock-accordion .new-points .list-style li h4 { color: #222222; font-weight: 500; font-size: 16px; line-height: 176.6%; margin: 0; }
.wpfaqblock-accordion .new-points .list-style li::before { display: none; }
.wpfaqblock-accordion .accordion-title.open { border-radius: 12px 12px 0 0; border-bottom: 0; }

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	margin-bottom: 25px;
}
input.input-text {
	background: #FFFFFF;
	border: 1px solid #E4E9F0;
	box-shadow: 0px 4px 13px rgb(188 204 250 / 35%);
	border-radius: 16px;
	width: 100%;
	outline: none;
	padding: 20px 50px 20px 20px;
	margin-bottom
	color: #767984;
}
input.search-btn {
	background: url(../images/search.svg) center center no-repeat;
	height: 100%;
	width: 65px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
	border: 0;
}
input.search-btn:hover{
	cursor: pointer;
}

.search-form {
	/* we'll re-use this number, so DRYing up */
	--searchButtonWidth: 75px;
	overflow: hidden;
	position: relative;
}

.search-input {
	/* take full width of form */
	width: 100%;
}

.search-button {
	position: absolute;
	/* push outside the form, hiding it */
	left: 100%;
	width: var(--searchButtonWidth);
}
.search-input:not(:placeholder-shown) ~ .search-button {
	transform: translateX(calc(-1 * var(--searchButtonWidth)));
}

.search-button {
	border: 0;
	padding: 0.5rem;
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 100%;
	width: var(--searchButtonWidth);
	transition: 0.2s;
	background: #455A64;
	color: white;
	font-size: 13px;
	height: 100%;
}
.search-button:focus {
	outline: 0;
	background: #222;
}

.screen-reader-text {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
