.banner { background: url("../images/about.jpg") no-repeat center top / cover; position: relative; min-height: 800px; width: 100%; background-attachment: fixed; }
.banner h1 { color: #fff; font-size: 70px; font-weight: 800; margin-bottom: 30px; text-shadow: 0px 1px 8px rgba(0,0,0,0.5); text-transform: capitalize; }
.banner h4 { color: #fff; font-size: 21px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; }
.banner .btn-appoint { background-color: #448bb6; color: #fff; font-size: 18px; font-weight: 800; line-height: 46px; max-width: 315px; text-transform: uppercase; width: 100%; }
.banner .btn-appoint:hover, .banner .btn-appoint:focus { background-color: #56ace1; color: #fff; }
.banner .btn-phone { background-color: rgba(255,255,255,0.2); border: 2px solid #fff; color: #fff; font-size: 24px; font-weight: 800; line-height: 46px; margin-left: 20px; max-width: 315px; text-transform: uppercase; width: 100%; }
.banner .btn-phone:hover, .banner .btn-phone:hover { background-color: rgba(125,195,237,0.2); border-color: #7dc3ed; color: #fff; }
.banner .hmcaption { padding: 26% 15px 0px; }

.intro { clear: both; display: block; padding: 120px 0px 100px; text-align: center; width: 100%; }
.intro h2 { color: #333; font-size: 48px; font-weight: 800; margin: 0px 0px 20px; }
.intro h3 { color: #333; font-size: 38px; font-weight: 800; margin: 0px 0px 20px; }
.intro h4 { color: #448bb6; font-size: 21px; font-weight: 700; line-height: 30px; margin: 0px 0px 20px; }

.expert { background: url("../images/expert.jpg") no-repeat center top / cover; clear: both; display: block; padding: 128px 15px 138px; width: 100%; }
.expert .areas { background-color: rgba(25,65,93,0.8); padding: 5%; }
.expert .areas h3 { color: rgba(255,255,255,0.85); font-size: 36px; font-weight: 700; margin: 0px 0px 25px; }
.expert .areas p { color: rgba(255,255,255,0.85); font-size: 18px; }

.feature { clear: both; display: block; padding: 120px 0px 110px; width: 100%; }
.feature h2 { color: #333; font-size: 48px; font-weight: 800; margin: 0px 0px 20px; text-align: center; }
.feature h4 { color: #448bb6; font-size: 18px; font-weight: 800; text-transform: uppercase; }

/*-------------------
	Media Query
---------------------------*/

@media only screen and (max-width: 767px) {
	.banner { padding-top: 85px; min-height: 740px; }
	.banner .btn-phone { margin: 20px 0px 0px; }
	.meet { background-position: 19% 0; }
	.banner { background-position: 75% 0; }
	.expert { background-position: 29% 0; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner { min-height: 640px; }
}
@media screen and (max-width:550px)
{
	.banner { text-align: center; }
}