﻿.banner-section {
  background-image: url(../image/banner-2.png);
}
.banner-section.matrons {
  background-image: url(../image/banner-3.png);
}
.banner-section.baby {
  background-image: url(../image/banner-4.png);
}
.banner-section.housework {
  background-image: url(../image/banner-5-1.jpg);
}
.banner-section.hourly {
  background-image: url(../image/banner-6-1.jpg);
}
.banner-section.senior {
  background-image: url(../image/banner-7.png);
}
.banner-section.cleaning {
  background-image: url(../image/banner-8-1.png);
}
.banner-section.bath {
  background-image: url(../image/banner-13.png);
}
.banner-section.treat {
  background-image: url(../image/banner-14.png);
}

.main-service-box {
	background-color: #ffffff;
	padding: 40px 25px;
	box-shadow: rgb(0 0 0 / 6%) 3px 8px 20px;
	overflow: hidden;
	margin-bottom: 25px;
	border-radius: 8px;
	transition: all 0.4s ease;
}

.main-service-box:hover {
	transform: translateY(-5px);
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.main-service-box h4 {
	padding-top: 15px;
	padding-bottom: 20px;
}

.main-service-box .service-icon img {
	width:136px;
	height: 136px;
}

.main-service-box .service-desc {
	min-height: 65px;
	font-size:0.9em;
	color:#333333;
}

.ensure-box .ensure-icon {
  margin:10px 0 20px 0;
}

.ensure-box h4 {
	padding-bottom: 10px;
}

.ensure-box .ensure-desc {
	line-height: 1.2em;
}

.service-box {
	margin-bottom: 20px;
}

.service-box h4 {
	padding-top: 20px;
	padding-bottom: 10px;
}

.mode-section .mode-desc {
	margin: 20px auto 0 auto;
	width: 400px;
}

.mode-section p {
	margin-bottom: 10px;
	font-size: 1.2em;
}

.mode-section ul li {
	line-height: 1.8em;
	text-align: left;
}

.mode-section span {
	color: #F18897;
	font-weight: bold;
}

.adv-section .cer-box {
	margin: 30px 0 0 0;
}

.adv-section .cer-box img {
	margin-bottom: 15px;
}

.table td .star {
	width: 18px;
	height: auto;
}

.clean-section .col-1 img {
	margin-bottom: 10px;
}

.clean-section ul {
	margin-bottom: 20px;
}

.clean-section h4 {
	margin-bottom: 20px;
}

.clean-section .list-title {
	display: flex;
	margin: 15px 0 5px 0;
	align-items: center;
	color:#F18897;
	font-weight: bold;
}

.clean-section .list-title img {
	margin-right: 10px;
}

.content-section .bath_bg {
	margin-top: 20px;
	padding:20px 0;
	background-image: url(../image/bath_bg.png);
	background-repeat: no-repeat;
	background-size:cover;
	border-radius: 20px;
}

.bath_item {
	margin:20px;
	background-color: #fff;
	padding:20px 15px;
	border-radius: 10px;
}

.bath_item h4 {
	margin: 0 0 10px 0;
	text-align: center;
	font-size:1.1em;
}

.bath_item p {
	padding:0 5px;
}

.bath_item .price {
	font-size: 1.2em;
	font-weight: bold;
	color:#F18897;
}

.bath_item .btn {
	margin-top: 10px;
}

.treat_item {
	margin-top: 10px;
	padding:20px;
	background: #FFFFFF;
	box-shadow: 0px 1px 40px 0px rgba(0,0,0,0.07);
	border-radius: 10px;
}

.treat_item h4 {
	margin: 10px 5px 0 5px;
	font-size:1.1em;
}

.treat_item p.desc {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.8em;
}

.treat_item p.price {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1.5em;
	font-weight: bold;
	color:#F18897;
}

.treat_item .btn {
	margin-top: 8px;
}
