@media only screen and (max-width:992px) and (min-width:479px) {
.thank_page .container{
    width: 100%!important;
}
}

.thank_box {
	background: none repeat scroll 0 0 #eee;
	border-bottom: 5px solid #00568a;
	font-size: 20px;
	height: 271px;
	margin: 100px auto 0;
	padding-top: 90px;
	text-align: center;
}
.thank_box a {
	background: #00568a none repeat scroll 0 0;
	border: 2px solid #00568a;
	color: #fff;
	display: block;
	font-size: 13px;
	margin: 25px auto 0;
	padding: 15px 30px;
	text-transform: uppercase;
	width: 197px;
	text-decoration:none;
}
.thank_box a:hover {
  background: none repeat scroll 0 0 #fff;
  color: #00568a;
  border:2px solid #00568a;
  text-decoration:none;
}


