.thanku-sec {
	text-align: center;
}
.thanku-heading h2 {
	font-size: 4.9rem;
	color: #064685;
	font-weight: 700;
	  font-family: Bai Jamjuree,sans-serif !important;
	  margin-bottom: 0px;
}
.thanku-heading {
	max-width: 415px;
	margin: auto;
	margin-bottom: 20px;
}
.thanku-para p {
	font-size: 1.1rem;
	color: #333;
	font-family: Nunito Sans,sans-serif !important;
	margin-bottom: 0px;
    line-height: 195%;
}
.thanku-para p span{
    display:block
}
.thanku-para{
    margin-bottom: 30px;
}
.thanku-anchor {
	display: flex;
	justify-content: center;
}
.thanku-ancho:hover{
    color:#fff
}
.thanku-ancho {
	background-color: #064685;
	color: #ffff;
	padding: 10px 20px;
	font-size: 1rem;
	border-radius: 5px;
}
.thanku-sec {
	text-align: center;
	height: 100vh;
	display: flex;
	align-items: center;
}

@media (max-width:1600px){
    .thanku-heading h2 {
	font-size: 4.4rem;
}
}

@media (max-width:767px){
    .thanku-heading h2 {
	font-size: 3.4rem;
}
}