.faq > .container > h1 {
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	font-family: 'Gotham';
	margin-top: 30px;
	margin-bottom: 75px;
}
.faq {
	background-color: #EBF3FF;
	padding-top: 60px;
	padding-bottom: 70px;
}
.faq .accordion-button::after{
	background-image:url('../../img/plus_icon.svg');
}
.faq .accordion-button:not(.collapsed)::after{
	background-image:url('../../img/minus_icon.svg');
}
.faq .accordion-button span {
	margin-right: 20px;
}
.faq .accordion-item {
	margin-bottom: 18px;
}
.faq .accordion-button:not(.collapsed) {
	color: #000;
	background-color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.faq .accordion-button:not(.collapsed) {
	color: #000;
	background-color: #fff;
	box-shadow: none;
}
.faq .accordion-button:focus {
	z-index: 3;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}
.faq .accordion-button {
	font-weight: 600;
	padding-left: 60px;
	position: relative;
	padding-top: 18px;
	padding-bottom: 18px;
}
.faq .accordion-button::before {
	content: '';
	background-image: url('../../img/faq_icon.svg');
	height: 30px;
	width: 30px;
	background-size: contain;
	position: absolute;
	left: 14px;
	background-repeat: no-repeat;
	background-position: center;
}
.faq-thumb{
	max-width: 100%;
}
.faq_inner .accordion-body p {
	padding-left: 40px;
}
.faq_inner .accordion-body {
	padding: 0px 20px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.faq > .container > h1{
		font-size: 22px;
	}
	.faq > .container > h1 {
		text-align: center;
		font-size: 22px;
		font-weight: 600;
		font-family: 'Gotham';
		margin-top: 0px;
		margin-bottom: 50px;
	}
	.faq .accordion-button {
		font-weight: 600;
		font-size: 14px;
	}
	.faq .accordion-button::after {
	    background-image: url('../../img/plus_icon.svg');
	    width: 10px;
	    height: 10px;
	    background-size: contain;
	}
}
@media (min-width: 320px) and (max-width: 910px) and (orientation : landscape){
	.faq > .container > h2{
		font-size: 22px;
	}
	.faq > .container > h2 {
		text-align: center;
		font-size: 40px;
		font-weight: 600;
		font-family: 'Gotham';
		margin-top: 0px;
		margin-bottom: 50px;
	}
	.faq .accordion-button {
		font-weight: 600;
		font-size: 14px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.faq > .container > h2 {
		font-size: 32px;
		margin-bottom:40px;
		margin-top:0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1100px) and (orientation : landscape){
	.faq-thumb {
		max-width: 100%;
		margin: 0 auto;
		display: table;
	}
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
	.faq .accordion-button {
		font-weight: 600;
		padding-left: 60px;
		position: relative;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 0.90rem;
	}
	.faq .accordion-item {
		margin-bottom: 13px;
	}
	.faq_inner .accordion-body{
		font-size: 14px;
	}
}
