/* bg1. */
.bg1 {
	max-width: 2560px;
	height: 200px;
	background: url(/images/banner_personal.jpg) center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (min-width:576px) {
	.bg1 {
		height: 300px;
	}
}
@media (min-width:992px) {
	.bg1 {
		height: 500px;
	}
}

.bg1 p {
	color: #fff;
	font-size: 4rem;
}
.bg1 p {
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.bg1 p img {
	width:100px;
}
@media (min-width:576px) {
	.bg1 p {
		font-size: 30px;
	}
}

@media (min-width:768px) {
	.bg1 p {
		font-size: 40px;
	}
	.bg1 p img {
		width:140px;
	}
}
@media (min-width:992px) {
	.bg1 p {
		font-size: 50px;
	}
	.bg1 p img {
		width:184px;
	}
}
@media (min-width:1200px) {
	.bg1 p {
		font-size: 60px;
	}
}
@media (min-width:1400px) {
	.bg1 p {
		font-size: 70px;
	}
}

/* sectionprg. */
.sectionprg {
	padding: 30px 5%;
	background: url(/images/bgprofile.gif) #fff center top no-repeat;
}

.sectionprg .header {
	padding: 1em 0;
}

.sectionprg h1 {
	padding-top: 28px;
	background: url(/images/icon_flower.png) top center no-repeat;
	text-align: center;
	color: #9a8ea4;
	font-size: 3rem;
	
}
@media (min-width:576px) {
	.sectionprg {
		padding: 50px 5%;
	}
	.sectionprg h1 {
		font-size: 4rem;
	}
}
@media (min-width:992px) {
	.sectionprg {
		padding: 103px 5%;
	}
	.sectionprg h1 {
		font-size: 5rem;
	}
}
.sectionprg h2 {
	text-align: center;
	font-size: 2.4rem;
	padding:20px 0;
}
@media (min-width:992px) {
	.sectionprg h2 {
		font-size: 3.4rem;
	}
}
.programs {
	margin: 0 auto;
	padding: 50px 0 30px;
	max-width: 800px;
}
.programs>p {
	text-align: center;
	font-weight: 300;
}

/* steps */
ul.step {
					max-width:375px;
	margin: 0 auto;
	padding-top:30px;
	list-style: none;
	padding-left: 0;
}
@media (min-width:992px) {
	ul.step {
		max-width:576px;
	}
}
ul.step>li {
	padding-bottom: 30px;
}
.dflex1 {
	display: flex;
	align-items: center;
	line-height: 1.1 !important;
}

.dflex1 span:first-child {
	background: url(/images/bg_programstep.gif) center top no-repeat;
	background-size: contain;
	width:81px;
	height: 28px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	color: #fff;
	box-sizing:border-box;
	padding-top: 8px;
	padding-left: 18px;
	letter-spacing: .1rem;
	margin-right: 20px;
	flex-shrink: 1;
	font-size: .9rem;
	
	
}
@media (min-width:992px) {
	.dflex1 span:first-child {
		background: url(/images/bg_programstep.gif) center top no-repeat;
		background-size: contain;
		width:123px;
		height:41px;
		font-size: 1.8rem;
		padding-top: 12px;
		padding-left: 20px;
		
	}
}

.dflex1 span:last-child {
	font-family: 'Lato', sans-serif;
	font-size: 2rem;
	color: #9a7853;
	font-weight: 700;
	flex-shrink: 2;
	
}
@media (min-width:992px) {
	.dflex1 span:last-child {
		font-size: 2.6rem;
	}
}
ul.list {
	font-size: 1.6rem;
	font-family: 'Lato', sans-serif;
	padding-left: 20px;
	list-style-type: disc;
	padding-top:5px;
}
@media (min-width:992px) {
	ul.list {
		padding-left: 163px;

	}
}
.p1 {
	padding-top:15px;
	font-size: 1.6rem;
	font-weight: 700;
}
.phase {
	font-weight: 700;
}
@media (min-width:992px) {
	.p1 {
		padding-left: 143px;
	}
	.phase {
		padding-left: 143px !important;

	}
}

/* contactus. */
.sectionprg .contactus {
	padding:50px 0;
}
.sectionprg .contactus h3 {
	font-family: 'Libre Baskerville', serif;
	color: rgba(154,142,164,1);
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.2;
	
}
@media (min-width:992px) {
	.sectionprg .contactus h3 {
		font-size: 2.8rem;
	}
}
.sectionprg .button {

	margin: 20px auto;
	width:190px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: rgba(154,142,164,1);
	border-radius: 3px;
	text-decoration: none;
}
.sectionprg .button:hover {
	background: rgba(154,142,164,.7);
}

.programs dl {
	margin:0 auto;
	max-width: 700px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-bottom:solid 1px #8b8b8b;
}

.programs dl dt {
	flex-basis: 50%;
	background: #f1f1f1;
	border-top:solid 1px #8b8b8b;
}
.programs dl dd {
	flex-basis: 50%;
	background: #fff;
	border-top:solid 1px #8b8b8b;
} 
.programs dl p {
	padding:5px 10px;
}
@media (min-width:768px) {
	.programs dl p {
		padding:5px 10%;
	}
}
.programs .flex1 {
	margin: 0 auto;
	max-width: 500px;
	list-style-type: disc;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-left: 25px;
}
.programs .flex1 li {
	flex-basis: 50%;
}
.programs h3 {
	margin-top: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.programs .pricelists {
	margin:10px 0 30px;
	display: flex;
	flex-wrap: wrap;
	border-top:solid 1px #8b8b8b;
	align-items: center;
}
.programs .pricelists>div:nth-child(2n - 1) {
	flex-basis: 50%;
	border-bottom:solid 1px #8b8b8b;
	background: #f1e8df;
	padding:58px 0;
}
.programs .pricelists>div:nth-child(2n) {
	flex-basis: 50%;
	border-bottom:solid 1px #8b8b8b;	
}
.pricelists2 form {
	text-align: center;
}
.pricelists2 button {
	text-align: center;
	margin:0 auto 10px;
	width:100px;
	background: rgba(154,142,164,1);
	color:#fff;
	border-radius: 3px;
	border:0;
}
.pricelists2 button:hover {
	background: rgba(154,142,164,.7);
}
@media (min-width:768px) {
	.programs .pricelists>div:nth-child(2n - 1) {
		flex-basis: 33.3%;
		padding:20px 0;
	}
	.programs .pricelists>div:nth-child(2n) {
		flex-basis: 66.6%;
		
	}	
	.programs .pricelists2 {
		display: flex;
	}
	.programs .pricelists2>div {
		flex-basis: 50%;
		
	}
}
.programs .pricelists p {
	padding:5px 10px;
	text-align: center;
	min-height: 38px;
}
