


.faq-item {
	vertical-align: top
}

.faq-item:hover,
.faq-item:focus {
	color: #f90
}


.faq-section {
	position: relative
}

@media (min-width:768px) {
	.faq-section {
		padding-top: 80px
	}
}

.faq-wrapper {
	position: relative
}

.faq-sidebar {
	position: relative;
	width: 100%
}

@media (min-width:768px) {
	.faq-sidebar {
		border-right: 1px solid rgba(0, 0, 0, .1)
	}
}

.faq-nav {
	position: relative;
	overflow: hidden
}

@media (min-width:768px) {
	.faq-nav {
		margin-bottom: 40px
	}
}

.faq-nav__list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	position: absolute;
    left: 20px;
    top: 85%;
    height: 400px;
}

.change{
	position: fixed;
	top: 120px;
}

.faq-nav__list .active a{
	color: #ef4f26;
}

@media (min-width:768px) {
	.faq-nav__list {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.faq-nav__list>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	display: none
}

.faq-nav__item {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 8px;
	padding-right: 20px;
	padding-bottom:15px;
}

@media (min-width:768px) {
	.faq-nav__item {
		margin: 0
	}
}

.faq__link {
	color: #999;
	font-size: 14px;
	/*line-height: 41px;*/
	font-family: "dinPro";
	text-transform: capitalize;
	transition: all 0.3s
}

.faq__link:hover {
	color: #f60
}

@media (min-width:768px) {
	.faq-right-wrapper {
		padding-right: 35px
	}
}

@media (min-width:992px) {
	.faq-right-wrapper {
		padding-right: 55px
	}
}

@media (min-width:1200px) {
	.faq-right-wrapper {
		padding-right: 100px
	}
}

@media (min-width:768px) {
	.faq__content {
		padding-bottom: 50px
	}
}

@media (min-width:992px) {
	.faq__content {
		padding-bottom: 100px
	}
}

.faq__block:last-child .faq__content {
	padding-bottom: 50px
}

.faq__heading {
	color: #22438a;
	font-size: 22px;
	line-height: 32px;
	font-family: "dinPro";
	margin-bottom: 18px
}

@media (min-width:768px) {
	.faq__heading {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 25px
	}
}

.faq-question {
	color: #666;
	font-size: 14px;
	line-height: 27px
}

@media (min-width:768px) {
	.faq-question {
		font-size: 16px
	}
}

.faq-sidebar nav li.active {
	background: transparent
}

.faq-sidebar nav li.active>a {
	color: #f60
}

.faq-menu-list {
	font-family: "Poppins-Regular";
	list-style-type: decimal;
	list-style-position: inside
}

@media (min-width:768px) {
	.faq-menu-list {}
}

.faq-menu-list__item {
	list-style-type: decimal;
	list-style-position: inside;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
	font-family: "dinPro";
}

@media (min-width:768px) {
	.faq-menu-list__item {
		font-size: 16px;
		line-height: 26px
	}
}

.faq-answer {
	padding: 10px 0 10px
}

.faq-answer__list {
	color: #999;
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 10px;
	list-style-type: upper-alpha;
	list-style-position: inside
}

@media (min-width:768px) {
	.faq-answer__list {
		font-size: 15px;
		line-height: 23px
	}
}

.faq-qa-menu__list {
	list-style-type: decimal;
	list-style-position: inside;
	color: #666;
	font-size: 14px
}

@media (min-width:768px) {
	.faq-qa-menu__list {
		font-size: 16px
	}
}

.faq-sidebar.faq-sidebar__sticky {
	position: fixed;
	top: 54px;
	z-index: 1000;
	background: #fff;
	border-bottom: 1px solid #e5e5e5
}

@media (min-width:768px) {
	.faq-sidebar.faq-sidebar__sticky {
		z-index: 0;
		top: 100px;
		width: 157px;
		border-bottom: 0
	}
}

@media (min-width:1200px) {
	.faq-sidebar.faq-sidebar__sticky {
		width: 262px
	}
}

