* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: transparent;
}

.banner {
	width: 100%;
	height: 300px;
	background-image: url("../images/wallpaper.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.banner .overlay {
	width: 100%;
	height: 300px;
	background-color: rgba(0, 0, 0, 0.65);
}

.banner .overlay .title {
	padding-top: 120px;
	font-size: 66px;
	color: #ffffff;
}

ul li {
	list-style: none;
}

h1 {
	color: #ff6a02 !important;
}

h3 {
	color: #ff6a02;
}

.bg-light {
	background-color: #ffffff !important;
}

#underline li {
	color: #333333;
	text-decoration: none;
	list-style: square;
	font-size: 18px;
}

#underline li::marker {
	color: #ff6a02;
}

p {
	color: #333333 !important;
	font-size: 18px;
}

.form-box {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 80px auto;
}

.form-box .container form {
	padding-top: 20px;
	padding-bottom:20px;
	background-color: #ffffff;
}

.form-box .container form .form-group {
	margin-bottom: 20px;
}

.form-box .container form .form-group label {
	margin-bottom: 3px;
}

.form-box button {
	background-color: #ff6a02;
	border: none;
}
/*# sourceMappingURL=style.css.map */

.Form_section h4 {
	color: #020101;
	padding: 5px 0px;
	font-weight: 600;
}

.Form_section hr {
	color: #ff6a02;
	opacity: 1;
}

.single_form h6 {
	text-align: right;
}
.single_form {
	margin: 8px 0px;
}
.que_part label {
	cursor: pointer;
}
.que_part {
	padding-left: 35px;
}
.ans_err {
	color: red;
	margin-left: 10px;
}

input.que_amount {
	font-size: 15px;
	width: 105px;
	padding: 0px 7px;
	display: inline-block;
}
.first_sec input {
	width: 50%;
	border-radius: 5px;
}

.first_sec label {
	color: black;
}

@media (max-width: 768px) {
	.first_sec input {
		width: 100%;
	}
	.pass_form {
		width: 320px !important;
	}
	.small_heading span {
		display: block;
	}
}
.Form_section {
	position: relative;
	z-index: 1;
}

.pass_form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 245px;
	padding: 14px 50px;
	background: #e2e2e2;
	border-radius: 5px;
	width: 424px;
	z-index: 1111;
}
#overlay {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(0 0 0 / 96%);
	z-index: 2;
	cursor: pointer;
}

#pass_form {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	color: white;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.passcode_heading img {
	width: 180px;
	margin-bottom: 20px !important;
	display: block;
	margin: 0 auto;
}

.button_sec {
	display: flex;
	justify-content: center;
}

.button_sec button {
	margin: 0px 15px;
	width: 110px !important;
}

.copy_tooltip {
	position: relative;
	display: inline-block;
}

.copy_tooltip .tooltiptext {
	visibility: hidden;
	width: 140px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -75px;
	opacity: 0;
	transition: opacity 0.3s;
}

.copy_tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.copy_tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
	width: 200px;
}

.cus_container {
	max-width: 1520px;
	display: block;
	margin: 0 auto;
}
.table tr th {
	font-weight: 800 !important;
	font-size: 17px;
}
