@charset "utf-8";
/* FAQs CSS YellowFishTransfers */


/*--- DIVS ---*/
/* Header */
#bg-main {
	background-image: url(../img/bg-reviews.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
	height: 360px;
}
@media (min-width: 992px) {
	#bg-main {background-image: url(../img/bg-reviews@2x.jpg)}
}

/* Section Page-Title */
#page-title {position: absolute}
#page-title h1 {font-size: 160%}
#page-title h2 {font-size: 110%}


.rating p  > span {
	display: inline-block;
	height: 29px;
	width: 190px;
	background: url(../img/stars-5.svg) center center no-repeat
}

/* Section FAQs */

.tab-pane {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	min-height: 200px;
	z-index: 20;
}
.tab-pane p {
	color: #707070;
	font-size: 80%;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	background: none;
	border: none;
	border-bottom: 8px solid #FEE00D;
	color: #0069B4;
}
.nav-tabs .nav-link {
	border: none;
	color: #707070;
	font-size: 130%;
}
@media (max-width: 575.98px) {
	.nav-tabs .nav-link {
		font-size: 90%;
		padding: 0.3rem;
	}
}

#yf-btn-group {
	background: #00406E;
	margin: 0 0 -90px;
	padding: 150px 0 60px;
	position: relative;
	top: -120px;
	z-index: 5;
}

