.banner { background: url("../images/testimonials.jpg") no-repeat center top / cover; position: relative; min-height: 600px; width: 100%; }
.banner h1 { color: #fff; font-size: 70px; font-weight: 800; margin-bottom: 10px; text-shadow: 0px 1px 8px rgba(0,0,0,0.5); text-transform: capitalize; }
.banner h4 { color: #fff; font-size: 24px; font-weight: 700; margin-bottom: 20px; }
.banner .btn-see { background: #448bb6; border: none; color: #fff; font-size: 18px; font-weight: 800; line-height: 48px; margin: 0px; max-width: 315px; text-transform: uppercase; width: 100%; }
.banner .btn-see .fa { font-size: 24px; }
.banner .btn-see:hover { background-color: #56ace1; color: #fff; }
.banner .hmcaption { padding: 250px 15px 0px; }

.tab-area { clear: both; background-color: #f4f4f4; width: 100%; }
.tab-area .nav-tabs { background-color: #f4f4f4; border: none; }
.tab-area .nav-tabs.nav-justified > li > a { border: 0px !important; border-radius: 0px !important; /*line-height: 190px; */}
.tab-area .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover { border: 0px; }


.tab-content { padding: 100px 0px; overflow: hidden; text-align: center; }
.tab-content h2 { color: #222; font-size: 48px; font-weight: 800; margin: 0px 0px 35px; }
.tab-content p { color: #333; font-size: 21px; line-height: 36px; margin-bottom: 15px; }
.tab-content p.narrator { font-size: 18px; line-height: 30px; }
.review { border-bottom: 1px solid #f4f4f4; padding: 0px 4%; margin-bottom: 25px; }
.review:last-child { border: none; }

/*-------------------
	Media Query
---------------------------*/

@media only screen and (max-width: 767px) {
	.banner h1  {font-size: 45px; }
	.banner h4 { font-size: 18px; }
	.tab-area .nav-tabs.nav-justified > li { display: table-cell; width: 1%; }
	.tab-area .nav-tabs.nav-justified > li > a > img { height: 34px; }
	.tab-area .nav-tabs.nav-justified > li > a { line-height: normal; margin-bottom: 0px; }
	.tab-content h2 {  font-size: 35px; }
	.tab-content p { font-size: 17px; line-height: 20px; }
	.tab-content p.narrator { font-size: 15px; line-height: 18px; }
	.review { padding: 0px 15px; }
	.banner { background-position: 73% 0; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}

@media screen and (max-width:550px)
{
	.banner { text-align: center; }
}