.section-thankYou{
	text-align: center;
	font-size: 20px;
}
.section-thankYou h1{
	margin: 30px 0;
	font-size: 31px;
	font-weight: bold;
}
.section-thankYou .bluep{
	display: inline-block;
	margin: 5px 0;
	background-color: #E3F0FD;
	padding: 15px 25px;
}
.section-thankYou .not-your-os{
	font-size: 18px;
}
.section-thankYou .terms{
	font-size: 18px;
	max-width: 1000px;
	margin: 0 auto 30px auto;
	text-align: center;
}
.section-thankYou .tabs.browsers{
	margin: 20px 0;
}

/* steps */

.section-thankYou .steps .flex-container{
	margin: 0 -5px;
}
.section-thankYou .steps{
	text-align: left;
}
.section-thankYou .steps .item{
	position: relative;
	display: inline-block;
	margin: 10px 2px;
	width: 319px;
	vertical-align: text-top;
}
.section-thankYou .steps .title{
	color: #00889C;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
}
.section-thankYou .steps .title .number{
	display: inline-block;
	background-color: #00889C;
	border-radius: 50%;
	color: white;
	width: 30px;
	padding: 0;
	text-align: center;
	margin-right: 6px;
}
.section-thankYou .steps p{
	line-height: 1.7;
}