.faq-banner .sec-heading h1,
.faq-banner .sec-heading p {
	color: #fff;
	font-weight: 600
}

.faq-banner .sec-heading h1{
	font-size: 2.5rem;
}

.faq-page,
.faq-search {
	display: flex
}

.faq-banner {
	background-image: url(../images/faq-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative
}

.faq-banner .banner-content {
	width: 100%;
	z-index: 9;
	position: relative;
	background: rgba(00, 00, 00, .4);
	height: 100%;
	padding: 70px 0
}

.faq-banner .sec-heading p {
	font-size: 24px
}

.faq-search {
	max-width: 700px;
	margin: 0 auto;
	align-items: center;
	position: relative
}

.faq-search .form-control {
	height: 60px;
	border: 0;
	padding: 10px 25px
}

.faq-search .btn {
	height: 60px;
	margin-left: 10px;
	padding: 5px 45px;
	display: flex;
	align-items: center
}

.faq-search .btn i {
	margin-right: 10px
}

.faq-page .left-tab-content {
	width: 387px;
	padding-right: 15px
}

.faq-page .faq-content {
	width: calc(100% - 387px)
}

.faq-tabs {
	list-style: none;
	padding: 0;
	margin: 0
}

.faq-tabs li a {
	font-weight: 700;
	font-size: 18px;
	color: #6d6e70;
	border-left: 5px solid transparent;
	padding: 5px 0 5px 15px;
	display: inline-block;
	cursor: pointer
}

.faq-tabs li a.active {
	border-color: var(--mainColor);
	color: var(--mainColor)
}

.faq-accordion {
	border: 0
}

.faq-accordion .accordion-item {
	border: 0;
	border-radius: 0;
	margin-bottom: 15px;
	background: 0 0
}

.faq-accordion .accordion-button {
	cursor: pointer;
	background-color: #f9f9f9;
	border-radius: 7px;
	font-weight: 700
}

.faq-accordion .accordion-button:not(.collapsed) {
	box-shadow: none;
	background-color: #ffe4f4;
	color: #000
}

.faq-accordion .accordion-item .accordion-header {
	border: 0;
	margin-bottom: 0
}

.faq-accordion .accordion-body {
	padding: 15px;
	border: 1px solid #cecece;
	margin-top: -7px;
	border-radius: 7px;
	background: #fff
}

.faq-accordion .accordion-body p {
	font-size: 16px;
	margin-bottom: 15px;
	color: #000;
	letter-spacing: -.003em
}

.faq-accordion .accordion-body p:last-child,
.faq-accordion .accordion-item:last-child {
	margin-bottom: 0
}



.faq-txt h3 {
    font-size: 18px;
    font-weight: 700;
    color: #6d6e70
}

.faq-txt p {
    color: #939597;
    font-size: 16px;
}

.faq-txt h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

@media(max-width:767px) {
	.faq-banner .sec-heading {
		margin-bottom: 20px
	}

	.faq-banner .sec-heading h1 {
		font-size: 25px
	}

	.faq-search .btn {
		padding: 5px 15px;
		position: absolute;
		right: 0;
		margin-left: 0;
		height: 50px;
		border-radius: 0 var(--bs-btn-border-radius) var(--bs-btn-border-radius) 0
	}

	.faq-search .btn i {
		margin-right: 0
	}

	.faq-search .form-control {
		height: 50px;
		padding: 10px 60px 10px 15px;
		font-size: 13px
	}

	.faq-banner .banner-content {
		padding: 30px 0
	}

	.faq-banner .sec-heading p {
		font-size: 16px
	}

	.faq-page {
		display: block
	}

	.faq-page .left-tab-content {
		width: 100%;
		padding-right: 0
	}

	.faq-page .faq-content {
		width: 100%
	}

	.faq-tabs {
		overflow: auto;
		margin-bottom: 15px;
		display: flex
	}

	.faq-tabs li {
		flex: auto;
		white-space: nowrap;
		border-left: 0;
		text-align: center;
		margin-right: 7px
	}

	.faq-tabs li a {
		border-left: 0;
		padding: 5px 0;
		border-bottom: 3px solid transparent;
		font-size: 15px
	}

	.fixed-tabsScroll {
		position: fixed;
		top: 54px;
		width: 100%;
		left: 0;
		right: 0;
		z-index: 99;
		background: #fff;
		padding: 0;
		border-bottom: 1px solid #cecece
	}

	.faq-accordion .accordion-button {
		font-size: 14px;
		padding: 10px
	}

	.faq-accordion .accordion-body p {
		font-size: 13px
	}

	.faq-accordion .accordion-body {
		padding: 10px
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px){

	.faq-page {
		display: block
	}

	.faq-page .left-tab-content {
		width: 100%;
		padding-right: 0
	}

	.faq-page .faq-content {
		width: 100%
	}

	.faq-tabs {
		overflow: auto;
		margin-bottom: 35px;
		display: flex
	}

	.faq-tabs li {
		flex: auto;
		white-space: nowrap;
		border-left: 0;
		text-align: center;
		margin-right: 7px
	}

	.faq-tabs li a {
		border-left: 0;
		padding: 5px 0;
		border-bottom: 3px solid transparent;
		font-size: 15px
	}
}