
/*==================== Home Page CSS ====================*/
.banner-home {
	height: 100vh;
	background-size: cover;
	background-position: center;
	position: relative;
	background: #08191c;
}

.banner-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.banner-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.banner-home .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 100px;
	z-index: 99;
}

.banner-home img {
	height: 100%;
	width: 100%;
	object-position: center;
	object-fit: cover;
}

.banner-home .banner-title {
	font-weight: 600;
	font-size: 85px;
	line-height: 95px;
	color: #e3f3f3;
	letter-spacing: 1px;
	font-family: "Be Vietnam Pro", sans-serif;
	text-transform: uppercase;
	text-shadow: 0 0 10px #000;
}

.home-meet-doctors {
	overflow: hidden;
}

.doctor-tabs li {
	width: 16%;
	text-align: center;
	display: block;
}

.doctor-tabs li a {
	font-weight: 400;
	font-size: 22px;
	line-height: normal;
	letter-spacing: .05em;
	text-transform: capitalize;
	color: #000;
	display: block;
	padding: 25px 10px;
}

.doctor-tabs .slick-current li a, .doctor-tabs li a:hover, .mobile-doctor-tabs li a.active, .mobile-doctor-tabs li a:hover {
	color: #fff;
	background: #bd001f;
}

.home-meet-doctors .tab-content .doctor-name {
	font-size: 32px;
	line-height: 44px;
	letter-spacing: .02em;
	color: #000;
	margin-bottom: 20px;
}

.home-meet-doctors .tab-content .content {
	line-height: 34px;
	letter-spacing: .02em;
}

.home-meet-doctors .tab-content img {
	padding-right: 30px;
	width: 100%;
}

.home-testimonial-sec .client-content {
	font-weight: 400;
	font-size: 24px;
	line-height: 47px;
	letter-spacing: .05em;
	text-transform: capitalize;
	color: #08191c;
	font-family: "against";
	padding-left: 7px;
}

.home-testimonial-sec .item svg, .home-testimonial-sec .item svg img {
	width: 100px;
	height: 70px;
	display: block;
	margin-bottom: -45px;
	fill: rgba(94, 151, 158, .4);
}

.home-testimonial-sec .item svg path {
	fill: rgba(94, 151, 158, .4);
	fill-opacity: 1;
}

.services-lists .item {
	height: 470px;
	background-color: #08191c;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-top: 30px;
}

.services-lists .item .title {
	font-weight: 400;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 25px 15px;
	margin: 0;
}

.services-lists .item .hover-content {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 12px;
	right: 0;
}

.services-lists .item:hover .hover-content {
	display: block;
}

.services-lists .item:hover .title {
	display: none;
}

.services-lists .item .hover-content a {
	color: #fff;
	display: block;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: capitalize;
	padding: 7px 0;
	line-height: 22px;
}

.services-lists .item .hover-content a:hover {
	color: #bd001f;
}

.services-lists .item:hover::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(8, 25, 28, .6);
}

.home-content-sec {
	position: relative;
	margin-top: 100px;
	background-size: cover;
	background-position: center;
	background-color: #ececec;
}

.home-content-sec .inner-content {
	background: #fff;
	position: relative;
	z-index: 9;
	padding: 70px 40px;
}

.home-content-sec .right-img {
	position: absolute;
	right: 0;
	max-width: 65%;
	top: -100px;
}

.home-content-sec .right-img img {
	height: 703px;
	object-position: top center;
	object-fit: cover;
}

.home-stories-sec > img {
	max-width: 94%;
	margin: 0 auto;
	width: 100%;
}

.home-stories-sec {
	position: relative;
	padding-top: 0;
}

.home-stories-sec .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home-stories-sec .inner-content {
	padding: 0 40px;
}

.home-announcement-sec .dark-heading {
	font-weight: 400;
	font-size: 32px;
	line-height: 48px;
	color: #5e979e;
}

.home-announcement-sec .content {
	font-weight: 400;
	line-height: 35px;
	text-transform: capitalize;
}

.home-contact-sec {
	background-size: cover;
	background-color: #2c2d21;
	background-position: center;
}

.home-contact-sec .content {
	line-height: 36px;
}

.home-contact-sec .form-control {
	border: none;
	padding: 15px 15px;
	color: #000;
	background: #fff;
}

/*==================== Home Page CSS END ====================*/
.banner-form-wraper .form-control {
	height: 50px;
}

.home-banner-form {
	background: #f2f2f2;
	padding: 50px 0;
	margin-top: 60px;
}

.banner-form-wraper .submit-btn {
	width: 100%;
}
