.container {
	padding: 0 30px
}

.bottom-footer .container,
.top-footer .container {
	padding: 0
}

.faq-banner {
	padding: 130px 0 70px;
	border-bottom: 1px solid #e5e5e5;
    margin-top:35px;
}

.services-dot,.pulse-button {
	display: none
}

.qa-dot {
	display: none
}

.faq-banner h1 {
	font-size: 19px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 400
}

.faq-form {
	position: relative
}

.search-wrapper {
	border: 2px solid #c3c3c3;
	border-radius: 32px;
	position: relative;
	padding-left: 31px
}

i[class^=icon-faq-] {
	width: 40px;
	height: 40px;
	font-size: 0
}

.icon-faq-search {
	background-position: -40px -685px;
	position: absolute;
	top: 0;
	left: 0
}

.input-search {
	display: block;
	width: 100%;
	padding: 10px 100px 10px 8px;
	color: #000;
	font-size: 15px;
	font-family: Lato, sans-serif
}

.input-search::placeholder {
	color: #000;
	font-family: Lato, sans-serif;
	font-size: 13px
}

.faq-search-btn {
	width: 95px;
	height: 100%;
	border: 2px solid #ee3124;
	background: #ee3124;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 15px;
	border-radius: 32px;
	position: absolute;
	right: 0;
	top: 0
}

.faq-search-btn:hover {
	background: #fff;
	color: #ee3124;
	border-color: #ee3124
}

.qa-wrapper {
	padding-bottom: 30px
}

.qa-wrapper .container {
	position: relative;
	padding-top: 0;
	top: -23px
}

qa-wrapper h2 {
	margin-bottom: 30px
}

.fields-wrapper {
	width: 260px;
	margin: 0 auto 36px;
	background: #131928;
	padding: 40px 30px;
	top: -40px;
	border-radius: 4px
}

.qa-wrapper h2 {
	margin-bottom: 30px
}

.fields-wrapper h3 {
	color: #fff;
	margin-bottom: 30px;
	font-family: Poppins, sans-serif;
	font-weight: 500
}

.fields-wrapper h3 span {
	display: block
}

.fields-list li {
	margin-bottom: 18px;
	position: relative;
	padding-left: 30px;
	color: #8d95a7;
	font-family: Lato, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer
}

.fields-list li:last-child {
	margin-bottom: 0
}

.fields-list li:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #8d95a7;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px
}

.fields-list li.current,
.fields-list li:hover {
	color: #fff
}

.fields-list li.current:before,
.fields-list li:hover:before {
	border-left-color: #fff;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.accordion {
	margin-bottom: 30px;
	min-height: 35px
}

.accordion:last-child {
	margin-bottom: 0
}

.acc-question {
	cursor: pointer;
	position: relative;
	padding-left: 50px
}

.accordion-content {
	display: none;
	padding: 30px 0 0 50px
}

.accordion-content span,
.accordion-content strong {
	color: #2d2d2d;
	font-family: Poppins, sans-serif
}

.accord-btn {
	width: 35px;
	height: 35px;
	border: 2px solid #cecece;
	border-radius: 50%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0
}

.btn-line {
	display: block;
	width: 13px;
	height: 3px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -6px
}

.vertical-line {
	transform: rotate(90deg)
}

.acc-question strong,
.accordion-content strong {
	font-family: Poppins, sans-serif;
	font-weight: 900;
	color: #000;
	margin-right: 10px
}

.acc-question span {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	color: #000
}

.acc-question.active .vertical-line {
	display: none
}

.tab-content-wrapper {
	display: none
}

.tab-content-wrapper.current {
	display: block
}

@media (min-width:576px) {
	.container {
		padding: 0 20px
	}

	.faq-banner h1 {
		font-size: 22px
	}

	.acc-question {
		padding-top: 5px
	}
}

@media (min-width:768px) {
	.faq-form {
		width: 650px;
		margin: 0 auto
	}

	.faq-banner {
		padding: 131px 0 105px;
        margin: 0;
	}

	.fields-wrapper {
		width: 270px;
		margin: 0;
		position: relative
	}

	.fields-list {
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		display: flex;
		display: -ms-flexbox;
		justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify
	}

	.tab-content-wrapper {
		width: 58%;
		padding: 70px 2% 0
	}

	.fields-wrapper h3 span {
		display: inline
	}

	.qa-wrapper .container {
		padding: 40px 30px 0 25px;
		top: -58px;
		display: flex;
		display: -ms-flexbox;
		justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify
	}
}

@media (min-width:992px) {
	.faq-banner {
		padding-top: 148px;
		padding-bottom: 110px
	}

	.faq-banner .container {
		position: relative
	}

	.faq-banner h1 {
		font-size: 27px;
		margin-bottom: 40px
	}

	.services-dot {
		display: block;
		position: absolute;
		top: 0;
		left: 30px
	}

	.qa-wrapper {
		padding-bottom: 0
	}

	.faq-search-btn {
		width: 150px;
		font-size: 17px
	}

	.icon-faq-search {
		background-position: 0 -685px;
		top: 50%;
		margin-top: -20px;
		left: 8px
	}

	.input-search {
		padding: 15px 160px 15px 25px;
		font-size: 17px
	}

	.input-search::placeholder {
		font-size: 17px
	}

	.fields-wrapper {
		width: 260px;
		height: 100%;
		position: relative;
		margin: 0
	}

	.fields-list,
	.fields-list li,
	.fields-wrapper h3 span {
		display: block
	}

	.fields-list li {
		width: 100%
	}

	.tab-content-wrapper {
		padding: 66px 2% 0;
		width: 70%
	}
}

@media (min-width:1200px) {
	.container {
		padding: 0
	}

	.faq-banner h1 {
		font-size: 35px
	}

	.qa-wrapper .container {
		padding-right: 0
	}
}

@media (min-width:1600px) {
	.services-dot {
		top: -20px;
		left: -9%
	}

	.faq-banner {
		padding: 159px 0 143px
	}

	.faq-banner h1 {
		font-size: 52px;
		letter-spacing: -.5px;
		margin-bottom: 44px
	}

	.faq-form {
		width: 889px
	}

	.search-wrapper {
		padding-left: 92px;
		border-radius: 40px
	}

	.icon-faq-search {
		left: 32px
	}

	.faq-search-btn,
	.input-search,
	.input-search::placeholder {
		font-size: 20px
	}

	.input-search {
		padding: 21px 20px 24px 0;
		width: calc(100% - 232px)
	}

	.faq-search-btn {
		width: 232px;
		border-radius: 40px
	}

	.fields-wrapper {
		left: 0;
		width: 297px;
		padding: 43px 30px 56px 53px
	}

	.fields-wrapper h3 {
		font-size: 26px;
		margin-bottom: 27px
	}

	.fields-list li {
		margin-bottom: 16px;
		padding-left: 27px
	}

	.qa-wrapper h2 {
		letter-spacing: -.4px;
		margin-bottom: 71px
	}

	.acc-question {
		padding: 5px 0 5px 53px
	}

	.acc-question span {
		letter-spacing: .05px
	}

	.acc-question span,
	.acc-question strong {
		font-size: 21px
	}

	.accordion {
		border-bottom: 1px solid #e6e6e6;
		padding-bottom: 32px;
		margin-bottom: 34px
	}

	.accordion-content {
		padding: 34px 0 0 50px
	}

	.accordion-content strong {
		font-size: 21px
	}

	.accordion-content span {
		font-size: 17px;
		line-height: 1.82
	}

	.qa-wrapper .container {
		position: relative
	}

	.qa-dot {
		display: block;
		position: absolute;
		top: 12%;
		left: -24%
	}
}