body.widget-snippet .container-thankyou .text-content{
	max-width: 700px;
	margin: 0 auto;
	padding: 20px 0;
}
.widget-snippet .container-thankyou {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.widget-snippet .container-thankyou .text-content h3 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
}
.widget-snippet .container-thankyou .text-content p {
	color: #000000;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 31px;
	margin: 15px 0 35px 0;
  font-family: 'Poppins', sans-serif;
}
.widget-snippet .container-thankyou .text-content a {
    display: inline-block;
    color: #007FFF;
    border: 2px solid #007FFF;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    padding: 10px 60px;
    line-height: 25px;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.widget-snippet .container-thankyou .text-content a:hover{
	background-color: #007FFF;
	color: #fff;
}
@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;
}

}
