.thankyou-page{
	display: flex;
	align-items: center;
	height: 100vh;
}
 .thankyou-page .thank-content{
	background: #fff;
	box-shadow: none;
	 border-top: 5px solid #51ACAC;
    border-bottom: 5px solid #51ACAC;
    border-radius: 15px;
        background: #f5f5f5;
}
.thankyou-page .thank-content .thankyou-text{color: #FFF;font-style: normal;margin: 20px 0;}
.thankyou-page .thank-content .thankyou-desc{margin: 10px 0;color:#4E4E4F;font-size: 20px;}
.thankyou-page .thank-content .thankyou-great-day{margin-bottom: 15px;}
.thankyou-page .thank-content .btn{background:  #51ACAC;border-radius: 0; color: #fff;font-size: 18px;padding:18px;text-transform: uppercase;
    margin: 20px 0 0;min-width: 220px;}
.thankyou-page .thank-content .thakyou_img i{font-size: 60px;
    text-align: center;
    width: 120px;
    height: 120px;
    line-height: 120px;
    background-color: #51ACAC;
    border-radius: 100%;
    color: #fff;}
.thankyou-page .thank-content .thankyou-text{
	font-size: 60px;
    font-weight: 700;
    margin: 30px 0 10px;
    line-height: 120%;
    color: #4E4E4F;
}    
@media(max-width: 767px){
	.thankyou-page{margin: 0;}
	.thankyou-page .thank-content{padding: 20px;margin: 90px 0 20px;}
	.thankyou-page .thank-content .thakyou_img  img{
		width: 80px;
	}
	.thankyou-page .thank-content .thankyou-desc{font-size: 18px;}
	.thankyou-page .thank-content .thankyou-text{font-size: 42px;margin-bottom: 12px;line-height: 100%;}
	.thankyou-page .thank-content .thankyou-great-day{font-size: 18px;margin-bottom: 8px;}
}
@media(max-width: 480px){
.thankyou-page .thank-content{margin: 0;}	
.thankyou-page .thank-content .thankyou-desc br{
	display: none;
}
}