@media screen and (max-width: 1023px) {
	.form-contain {
		position: relative;
		width: 105%;
		top: 0;
		transform: translateY(0);
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
	.nav-txt {
		font-size: 22.5px;
	}
}
@media screen and (min-width: 369px) and (max-width: 480px) {
	#heading {
		font-size: 30px;
	}
	.nav-txt {
		font-size: 18px;
	}
	.navbar-brand {
		margin-left: inherit !important;
	}
	.fieldlabels.ms-2 {
		margin-left: inherit !important;
		font-size: 14px;
	}
	#kyc-options {
		margin-left: 0.5rem !important;
	}
}
@media screen and (min-width: 341px) and (max-width: 368px) {
	#heading {
		font-size: 25px;
	}
	.nav-txt {
		font-size: 16px;
	}
	.navbar-brand {
		margin-left: inherit !important;
	}
	.fieldlabels.ms-2 {
		margin-left: inherit !important;
		font-size: 14px;
	}
	#kyc-options {
		margin-left: 0.5rem !important;
	}
}
@media screen and (min-width: 320px) and (max-width: 340px) {
	#heading {
		font-size: 25px;
	}
	.nav-txt {
		font-size: 14.5px;
	}
	.navbar-brand {
		margin-left: inherit !important;
	}
	.fieldlabels.ms-2 {
		margin-left: inherit !important;
		font-size: 14px;
	}
	#kyc-options {
		margin-left: 0.5rem !important;
	}
}
