/* MAIN */
.content {
	padding-top: 0;
}

/* BANNER */
.banner {
	display: block;
	padding-top: 11.7rem;
	padding-bottom: 8rem;
	background-image: url('../img/banner.jpg');
	background-position: center center;
	background-size: cover;
}
.banner h2 {
	margin: 8rem auto 4rem;
	width: 60rem;
	line-height: 0.9;
}
.banner h2 span {
	color: #ffd51a;
	font-size: 6rem;
	font-weight: 500;
}
.banner h2 span:nth-child(2) {
	display: block;
	font-size: 12rem;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
.banner h2 span:nth-child(1) {
	text-align: left;
}
.banner h2 span:nth-child(3) {
	display: block;
	text-align: right;
}
.banner .search-form {
	display: block;
	margin: 0 auto;
	width: 60rem;
	text-align: center;
}
.banner .search-form p {
	margin-bottom: 1rem;
	font-size: 2.4rem;
	color: #fff;
}
.banner .search-form input {
	margin-bottom: 1rem;
	padding: 1.5rem 2rem;
	width: 100%;
	background: rgba(255,255,255,0.8);
	border: 0;
	font-size: 1.8rem;
	text-align: center;
	outline: none;
}
.banner .search-form .btn-yellow {
	margin-top: 0;
	width: 20rem;
	padding-right: 3rem;
	font-size: 1.8rem;
}
.banner .search-form .btn-yellow::after {
	display: none;
}
@media screen and (max-width:768px) {
	.banner {
		padding-top: 2em;
    	padding-bottom: 4rem;
	}
	.banner h2,
	.banner .search-form {
		padding: 0 2rem;
		width: 42rem;
	}
	.banner h2 span {
		font-size: 4rem;
	}
	.banner h2 span:nth-child(2) {
		font-size: 8rem;
	}
	.banner .search-form p {
		font-size: 2rem;
	}
}
@media screen and (max-width:425px) {
	.banner h2,
	.banner .search-form {
		width: 100%;
	}
	.banner h2 span {
		font-size: 2.5rem;
	}
	.banner h2 span:nth-child(2) {
		font-size: 5.5rem;
	}
}

/* SECTION */
.welcome-section img {
	width: 100%;
}
.appointment-section {
	padding: 4rem;
	background: #fffdf3;
}
.appointment-section ul {
	margin-bottom: 2rem;
}
.appointment-section ul li {
	font-weight: 500;
	list-style: decimal inside;
}
.account-section .btn {
	width: 100%;
	text-align: center;
}
.account-section .register-box {
	padding: 4rem;
	border: 1px solid #ffd51a;
	border-radius: 1rem;
}
.account-section .login-box {
	padding: 4rem 0;
}
.account-section .login-box a {
	display: inline-block;
	margin-top: 1rem;
}
.account-section .register-features {
	margin-bottom: 2rem;
}
.account-section .register-features li {
	list-style: disc inside;
	font-weight: 500;
}
@media screen and (max-width:768px) {
	.welcome-section,
	.appointment-section,
	.account-section {
		text-align: center;
	}
}

/* SLIDER WIDGET */
.slider-widget-cards {
	margin-top: -5rem;
	margin-bottom: 4rem;
	padding: 1.4rem;
	background: #fff;
	border-radius: 1.4rem;
	box-shadow: 0 0 2rem rgba(0,0,0,0.2);
}
.slider-widget-cards h2 {
	margin-bottom: 0.5rem;
	font-size: 1.8rem;
	font-weight: 500;
}
.slider-widget-cards .service-photo {
	margin-bottom: 1rem;
}
.slider-widget-cards .service-photo img {
	width: 100%;
}
.slider-widget-cards p {
	margin-bottom: 1rem;
	font-size: 1.6rem;
	color: #666;
}
.slider-widget-cards a {
	display: block;
	text-align: center;
}

/* BRANCHES */
.branches-list li {
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #eee;
}
.branches-list li:last-child {
	border-bottom: 0;
}
.branches-list h3 {
	font-size: 1.8rem;
	font-weight: 500;
}
.branches-list p {
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
}
.branches-list p strong {
	font-weight: 600;
}
.branches-list iframe {
	margin-top: 1rem;
}

/* HMO LIST */
.hmo-list {
	text-align: center;
}
.hmo-list li {
	display: inline-block;
	width: 20%;
}
.hmo-list li img {
	width: 100%;
}
@media screen and (max-width:640px) {
	.hmo-list li {
		display: inline-block;
		width: 25%;
	}
}
@media screen and (max-width:425px) {
	.hmo-list li {
		display: inline-block;
		width: 33.33%;
	}
}
@media screen and (max-width:375px) {
	.hmo-list li {
		display: inline-block;
		width: 50%;
	}
}

/* ARTICLES */
.articles-section {
	padding: 4rem;
	overflow: hidden;
	background: rgba(255, 213, 26, 0.05);
}
.articles {
	float: left;
	width: 100%;
	padding-right: 2rem;
}
.article-thumb {
	float: left;
	width: 20%;
	padding-right: 2rem;
}
.article-thumb img {
	width: 100%;
}
.acticle-details {
	float: left;
	width: 80%;
}
.article {
	margin-bottom: 1rem;
	padding: 4rem;
	background-color: #fff;
	border: 1px solid #eee;
	overflow: hidden;
}
.article:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.article h3 {
	font-size: 2rem;
	font-weight: 600;
}
.article-content {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
@media screen and (max-width:768px) {
	.articles-section {
		padding-bottom: 50px;
	}
}

/* ACCREDITED BY LIST */
.accredited-by-section {
	margin-bottom: 5rem;
}
.accr-list {
	text-align: center;
}
.accr-list li {
	display: inline-block;
	padding: 1rem;
	width: 25%;
}
.accr-list li img {
	width: 100%;
}
@media screen and (max-width:640px) {
	.accr-list li {
		display: inline-block;
		width: 25%;
	}
}
@media screen and (max-width:425px) {
	.accr-list li {
		display: inline-block;
		width: 33.33%;
	}
}
@media screen and (max-width:375px) {
	.accr-list li {
		display: inline-block;
		width: 50%;
	}
}