#arrow-back {
	font-weight: bolder;
	margin-left: 100px;
	margin-top: 50px;
	margin-bottom: 20px;
}

#arrow-back > a {
	color: #22bbe4;
	margin-right: 10px;
	border: none;
	background: transparent;
}

#application_banner {
	margin-bottom: 40px;
}

#application_banner .container {
	min-height: 200px;
	align-items: center;
	display: flex;
}

#banner-title {
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
}

#banner-title:hover {
	text-decoration: none;
	color: #000;
}

.nav-tabs {
	border-bottom: 2px solid #22bbe4;
	margin-bottom: 30px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover {
	border-color: #22bbe4 #22bbe4 rgb(222, 240, 250);
}

.nav-tabs .nav-link:hover {
	/*border-color: #22bbe45e #22bbe45e transparent;*/
	border-color: transparent;
	color: #22bbe4;
}

.nav-tabs .nav-link {
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid transparent;
	padding: 8px;
}

.nav-tabs .nav-item {
	margin-bottom: -2px;
}

.nav-tabs .nav-link.active {
	background-color: transparent;
}

.tab-content {
	padding: 0px 20px 20px !important;
	/* border-bottom: 2px solid #22bbe4; */
	min-height: 25vh;
}

#faq-container {
	position: relative;
}

#faq-img {
	position: absolute;
	width: 15%;
	opacity: 0.3;
	z-index: -1;
	bottom: -32px;
}

.question-container,
.answer-container {
	display: flex;
	cursor: pointer;
	/* 	margin-bottom: 10px; */
}

.q-question,
.a-answer {
	line-height: 1;
	flex: 30px;
	/*  	font-size: 35px;
 	font-weight: bolder;
 	color: #22bbe4; */
}

.question-word {
	font-weight: bolder;
	/* 	padding-top: 16px; */
}

.question-word,
.answer-word {
	flex: 95%;
	font-size: 14px;
}

.a-answer {
	color: #51cece;
}

@media (max-width: 1600px) {
	#application_banner .container {
		min-height: 120px;
	}
}

@media (max-width: 1280px) {
	#faq-container .nav-link {
		font-size: 12px;
	}

	.question-word,
	.answer-word {
		font-size: 12px;
	}
}

@media (max-width: 770px) {
	#faq-img {
		display: none;
	}
}

@media (max-width: 440px) {
	.tab-content {
		padding: 0px 10px !important;
	}

	.q-question,
	.a-answer {
		flex: 40px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#application_banner .container {
		height: 200px;
	}
}

.large-container {
	max-width: 1300px;
}
