.faq .cm-badge.cm-badge--icon span {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_9459_7360)'%3E%3Cpath opacity='0.2' d='M10 17.4995C14.1421 17.4995 17.5 14.1416 17.5 9.99951C17.5 5.85738 14.1421 2.49951 10 2.49951C5.85786 2.49951 2.5 5.85738 2.5 9.99951C2.5 14.1416 5.85786 17.4995 10 17.4995Z' fill='%231064A5'/%3E%3Cpath d='M10 14.9995C10.5178 14.9995 10.9375 14.5798 10.9375 14.062C10.9375 13.5442 10.5178 13.1245 10 13.1245C9.48223 13.1245 9.0625 13.5442 9.0625 14.062C9.0625 14.5798 9.48223 14.9995 10 14.9995Z' fill='%231064A5'/%3E%3Cpath d='M10 11.2495V10.6245C11.3805 10.6245 12.5 9.64482 12.5 8.43701C12.5 7.2292 11.3805 6.24951 10 6.24951C8.61953 6.24951 7.5 7.2292 7.5 8.43701V8.74951' stroke='%231064A5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 17.4995C14.1421 17.4995 17.5 14.1416 17.5 9.99951C17.5 5.85738 14.1421 2.49951 10 2.49951C5.85786 2.49951 2.5 5.85738 2.5 9.99951C2.5 14.1416 5.85786 17.4995 10 17.4995Z' stroke='%231064A5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9459_7360'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.faq .title-block {
	align-items: center;
}
.landerSectionNew.faq .faqArea {
	background: #fff;
	border: none;
}
.landerSectionNew.faq .faqArea .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.landerSectionNew.faq .include-faq h1 {
	display: none;
}	
.landerSectionNew.faq .faqArea .title b {
	font-size: 18px;
	font-weight: 700;
	color: #252B37;
	padding-right: 30px;
}
.landerSectionNew.faq .faqArea .content {
	margin-top: 20px;
}
.landerSectionNew.faq .faqArea .content p {
	font-weight: 400;
	font-size: 16px!important;
	color: #535862!important;
	border-top: 1px solid #dadbdb;
    padding-top: 30px;
}
.landerSectionNew.faq .collapsibleItem.plus {
	background-color: #F5F5F5;
	border-radius: 14px;
	border: none;
	margin: 10px auto;
}
.landerSectionNew.faq .faqArea .title i {
	display: none;
}
.landerSectionNew.faq .collapsibleItem.plus>.title:before {
	content: "";		
}
.landerSectionNew.faq .collapsibleItem.plus>.title:after {
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	right: 10px;
    width: 36px;
    height: 36px;
	min-width: 36px;
    background: #418BC4;
    border-radius: 50%;
    font-size: 22px;
    right: 10px;
    top: 4px;
    margin-top: 0;
    content: "+";
	color: #ffff;
}
.collapsibleItem.plus.active>.title:after {
    margin-top: 0;
    content: "\2212";
    opacity: 1;
}
@media screen and (max-width: 768px) {
	.landerSectionNew.faq .faqArea {
		padding: 0;
	}
	.landerSectionNew.faq .faqArea .title {
		padding: 10px;
	}
}