.section-heading h2 {
    color: #2b4290;
    font-size: 2.2043rem;
}
input:focus {
    outline: none;
}
.lead {
	font-size: 0.938rem;
	font-weight: 300;
}
.single-faq p{
	font-size: 0.938rem;
	font-weight: 400;
	line-height: 1.75;
	color: #696969;
	text-align: left;
	margin-bottom: 1rem;
}
.single-faq h5{
	font-size: 1.1725rem;
	margin-bottom: 0.938rem;
	font-weight: 600;
	line-height: 1.25;
	color: #1b2e4b;
}
.color-primary {
	color: #2b4290 !important;
}
.faq h1 {
    font-size: 2.5795rem;
    font-weight: 600;
}
.single-faq.more a {
	font-size: 12px;
	color: #b0b0b0;
	opacity: 0.8;
}
.zap_container {
	background: #fff;
	width: 100%;
	display: block;
	clear: both;
	padding: 50px 100px;
	margin: 0px;
}
.single-faq ul {
	font-size: 0.938rem;
	color: #696969;
}
.single-faq img {
	max-width: 100%;
	height: auto;
}
.single-faq ul li {
	margin: 5px 0;
	line-height: 1.25;
}
.faq-link-rad {
	border-radius: 40px 50px 50px 50px;
	border: 1px solid;
	padding: 10px 20px;
	color: #3f68dd;
	display: inline-block;
}
.faq-center{
	text-align: center;
}
.response .aui-button {
	background: transparent;
	border-radius: 40px 50px 50px 50px;
	padding: 10px 20px;
	color: #3f68dd;
	border: 1px solid;
	margin-right: 15px;
	width: 80px;
}
.response.row {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}
.response .col-md-6.right {
	text-align: right;
}
.response .single-faq.mt-3, .response .single-faq p {
	margin: 10px 0px !important;
}
.ptb-100.single-search {
	display: block;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.single-page .section-heading.mb-3 {
	border-bottom: 1px solid #e0dede;
}
@media screen and (max-width:767px){
.response .col-md-6.right {
	text-align: left;
}
}