body {
	margin: 0;
	padding: 0;
}

.lp-main-slide {
	background: url('../images/bg-main.jpg');
	background-size: cover;
	padding-top: 40px;
}

.lp-doctor-img img {
	width: 80%;
}

.lp-main-slide-text {
	font-family: system-ui;
	font-size: 40px;
	color: var(--primary-color-main);
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 200px;
	text-align: center;
}

.lp-section-one {
	background: var(--primary-color-main);
	padding: 60px 0px;
}

.lp-section-one-text {
	text-align: center;
	color: #fff;
	margin-top: 60px;
}

.lp-section-one-text .lp-number {
	font-size: 50px;
	border: 3px solid #fff;
	border-radius: 50%;
	width: 77px;
	text-align: center;
	margin: 0 auto;
}

.lp-section-one-img img {
	border: 3px solid #fff;
	border-radius: 3px;
	box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, .5);
}

.lp-section-one-img img:hover {
	cursor: pointer;
}

.lp-section-one-img .lq-s1-img-left img:nth-child(1) {
	margin-bottom: 10px;
}

.lp-section-two {
	background: url('../images/bg-section2.jpg');
	background-size: cover;
	padding: 60px 0px;
}

.lp-section-two-text {
	text-align: center;
	color: var(--primary-color-main);
	margin-top: 60px;
}

.lp-section-two-text .lp-number {
	font-size: 50px;
	border: 3px solid var(--primary-color-main);
	border-radius: 50%;
	width: 77px;
	text-align: center;
	margin: 0 auto;
}

.lp-section-two-img img {
	border: 3px solid #fff;
	border-radius: 3px;
	box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, .5);
}

.lp-section-two-img img:hover {
	cursor: pointer;
}

.lp-section-two-img .lq-s2-img-left img:nth-child(1) {
	margin-bottom: 10px;
}

.lp-section-one-text h3,
.lp-section-two-text h3 {
	line-height: 33px;
}

.lp-section-one-text h3 {
	color: #fff;
}

.mrgin-top-50 {
	margin-top: 50px;
}

.mrgin-auto-img img {
	margin: 0 auto;
	display: block;
}

.sec-bg-none {
	background: none;
}

.w_img_total {
	display: flex;
	align-items: center;
}

.w_img_1 img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.w_img_2 img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.lp-section-two-text-new .lp-number mb-3 {
	margin: 0;
}

.lp-section-two-text-new {
	text-align: center;
	color: var(--primary-color-main);
	margin-top: 60px;
}

@media screen and (max-width: 490px) {
	.lp-section-two-text-new .lp-number mb-3 {
		margin: auto;
	}

	.lp-section-two-text-new {
		text-align: center;
	}

	h3 {
		font-size: 19px;
	}

	.w_img_total {
		display: block;
	}

	.address-f span {
		padding-left: 5px;
		font-size: 14px;
	}

	.address-f-2 span {
		padding-left: 5px;
		font-size: 14px;
	}

	.hotline-f a {
		padding-left: 10px;
		font-size: 18px;
	}

	.mail-f a {
		padding-left: 10px;
		font-size: 16px;
	}
}