@charset "utf-8";

.youtube_movie {
	max-width: 600px;
	margin: 0 auto 50px;
}
.center {
	text-align: center;
}
.thankyouHeading {
	font-size: 2.7rem!important;
	font-weight: 900!important;
	color:#0457a7;
	text-align: center;
	line-height: 1.7;
}
.youtubeBox {
	 position: relative;
	 padding-bottom: 56.25%;
	 height: 0;
	 overflow: hidden;
}
.youtubeBox iframe {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}
.ny_bk_btn {
	margin: -30px 0 70px;
}
.ny_nwsDtlBox p.thankyouText {
	text-align: center; 
	margin: 0 0 45px!important;
}
.thanksOrg {
	margin: 0 0 45px!important;	
}
@media screen and (max-width: 767px) {
	.youtube_movie {
		margin: 0 auto 20px;
	}
	.thankyouHeading {
		font-size: 1.6rem!important;
		text-align: left;
		line-height: 1.5;
	}
	.thankyouHeading br {
		display: none;
	}	
	.ny_bk_btn {
		margin: 0px 0 50px;
	}
	.ny_nwsDtlBox p.thankyouText {
		text-align: left!important;
		margin: 0 0 20px!important;
	}
	.thanksOrg {
		margin: 0 0 20px!important;
	}
}