.get-advice-con {
	float: left;
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: #FFF;
}

.get-advice-main {
	margin: 0 auto;
	width: 600px;
	height: auto;
	padding-top: 150px;
}

.get-advice-main-inr {
	float: left;
	width: 100%;
	border-radius: 5px;
	background: #f2f2f2;
	position: relative;
	padding: 0 30px 30px;
}

.beta-tag {
	position: absolute;
	width: 121px;
	height: 122px;
	top: 0;
	left: 0;
}

.get-advice-main-inr-img {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}


.get-advice-main-inr h1 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #1581e3 ;
	text-transform: uppercase;
	margin-top: 20px;
}

.get-advice-main-inr p {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #868686 ;
	margin-top: 15px;
	line-height: 24px;
}

.advice-center {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.advice-center input {
	display: inline-block;
	width: 320px;
	height: 40px;
	border: 1px solid #e4e4e4;
	padding: 0 5px;
	font-size: 16px;
	color: #868686;
	text-align: center;
}

.advice-center button {
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	background: #1581e3;
	border: 0;
	padding: 5px 15px;
}