html, body,.thank-area{
	height:100%;
	margin:0;
	padding:0;
}
body,.thank-area{
	position:relative;
}

.thank-box {
    width: 470px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.box-container {
    border: 1px solid #eee;
    padding: 55px 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 10px -4px rgba(102, 102, 102, 0.29);
    border-radius: 7px;
}
.go-btn {
    display: inline-block;
    background: #5dab75;
    padding: 8px 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
}
.thank-text {
    font-size: 36px;
    color: #299445;
    margin: 10px 0 10px 0;
}
.details-text {
    font-family: Roboto, sans-serif;
    color: #239445;
    font-size: 17px;
}
.contact-info {
    text-transform: uppercase;
    font-size: 18px;
    color: #d21e1e;
    margin: 0;
}
.frm-sec-head {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 12px;
    color: #95d144;
}
.form-group {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}