.thank-you-container{
	padding:74px 0 80px;
	position:relative;
}
.thank-you-container img{
	bottom:-30px;
	right: 0;
	max-width: 130px;
}
/* .thank-you-container:before{
	bottom:0;
	right: 0;
	position: absolute;
	content: "";
	background-image: url(../../images/contact-before-icon.svg);
	background-position: center;
	background-size: 100% 100%;
	height: 237px;
	width: 120px;
} */
.thank-you-container h1{
	margin-bottom: 17px;
	font-size: 35px;
	font-weight: 400;
	line-height: 1.3;
	font-family: 'DM Serif Display', serif;
	color:#1E1E20;
}
.thank-you-container p{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	color: #1E1E20;
	margin-bottom:0;
	padding-bottom:18px;
	font-family: 'Inter', sans-serif;
}
.thank-you-container p:last-child{
	padding-bottom:0;
}
.thank-right-content{
	padding: 49px 15px 81px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	color: #1E1E20;
}
.thank-right-content h2{
	margin-bottom: 20px;
}
.thank-right-content a{
	margin-top: 18px;
	font-family: 'Inter',sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    color: #fff;
    text-align: center;
    padding: 13.5px 10px;
    border-radius: 0;
    background-color: #3644FF;
    border: none;
    cursor: pointer;
	width:400px;
	max-width:100%;
}
.thank-right-content a:hover{
	background-color: #00adef;
	color: #04094b;
}
.page-template-template-thank-you .lawyer-container{
	padding: 0 0 58px;
}
.single-contact-banner {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	color: #1E1E20;	
	padding-right: 72px;
	padding-top: 35px;
}
.thank-right-content h2{
	font-family: 'DM Serif Display', serif;
	font-size: 35px;
	font-weight: 400;
	line-height: 1.3;
	color:#1E1E20;
	margin-bottom: 15px;	
}
@media (max-width:767px){
	.thank-you-container:before{
		display:none;
	}
	.page-template-template-thank-you .blog-container {
		padding:15px 0 70px;
	}
	.thank-you-container {
		padding: 74px 0 50px;
		margin-bottom:0;
	}
	.thank-you-container h1 {
		font-size: 35px !important;
	}
	.page-template-template-thank-you .lawyer-container{
		padding: 0 0 40px;
	}
	.thank-you-container h1 {
		font-size: 35px;
	}
	.single-contact-banner{
		padding-right: 0;
	}
	.thank-right-content{
		padding: 49px 0 81px 0;
	}
}
@media (min-width:768px){
	.single-contact-banner{
		padding-right: 0;
	}
	.thank-right-content{
		padding: 49px 0 81px 0;
	}
	.thank-you-container {
		padding: 74px 0 0;
	}
}
@media (min-width:992px){
	.thank-you-container {
		padding: 74px 0 80px;
	}
	.thank-right-content{
		padding: 49px 0 81px 20px;
	}
	.single-contact-banner{
		padding-right: 72px;
	}
}