.page-thank-you .widget.widget-pageHeading,
.page-thank-you .widget.page-heading {
	text-align: center;
}
.widget-snippet .container-thankyou {
	text-align: center;
	margin: 0 auto;
	display: block;
	padding: 50px 0 150px 0;
}
.widget-snippet .container-thankyou .text-content h3 {
	color: #222222;
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
	margin: 0;
	padding: 0 0 10px;
	position: relative;
	text-transform: none;
}
.widget-snippet .container-thankyou .text-content p {
	color: #1C1C1C;
	font-size: 19px;
	font-weight: 400;
	line-height: 33px;
	margin: 15px 0 35px 0;
}
.widget-snippet .container-thankyou .text-content a {
    display: inline-block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #729603;
    padding: 15px 45px;
    line-height: 22px;
    font-weight: bold;
    font-size: 17px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    letter-spacing: 0;
    text-transform: uppercase;
    border-radius: 190px;
}
.container-thankyou .text-content a:hover {
	text-decoration: none;
	opacity: 0.8;
}
@media screen and (max-width: 991px) {
.widget-snippet .container-thankyou .text-content h3 {
	font-size: 30px;
}
.widget-snippet .container-thankyou {
	margin: 30px auto 30px;
}
}
@media screen and (max-width: 767px) {
.widget-snippet .container-thankyou .text-content h3 {
	font-size: 22px;
}
.widget-snippet .container-thankyou .img-content {
	max-width: 130px;
	text-align: center;
	margin: 0 auto;
}
.widget-snippet .container-thankyou {
	margin: 0 auto 0px;
}

}
