@font-face {
    font-family: proBoldFont;
    src: url(../fonts/DINPro-Bold.otf);
}
@font-face {
    font-family: geforceBoldFont;
    src: url(../fonts/GeForce_Bold.otf);
}
@font-face {
    font-family: proRegularFont;
    src: url(../fonts/dinpro-regular-webfont.eot);
    src: url(../fonts/dinpro-regular-webfont.eot?#iefix);
    src: url(../fonts/DINPro-Regular.otf);
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
input, select{
	box-sizing: border-box;
}
.banner-section{
	position: relative; 
	width: 100%; 
	background: linear-gradient(to bottom right, rgba(236, 50, 88, 0.0), rgba(239, 100, 57, 0.1)), url('https://favertual.ams3.digitaloceanspaces.com/assets/testimg/banner1.jpg') center no-repeat; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover; 
	min-height: 110vh; 
	background-attachment: fixed; 
	display: flex; 
	flex-wrap: wrap; 
	align-items: flex-start;
	overflow: hidden;
}
.banner-section #svg-header-bottom{
	position: absolute; 
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
	bottom: 0px; 
	right: -1px; 
	fill: #ebebeb; 
	pointer-events: none;
}
.banner-section .text-section{
	padding: 50px;
}
.banner-section .text-section h1{
	font-size: 64px; 
	text-align: left; 
	font-weight: 600; 
	color: #fff;
	font-family: geforceBoldFont;
	line-height: 1.1;
	margin-top: 20px;
	margin-bottom: 30px;
}
.banner-section .text-section h1 span{
	color: #76b900;
}
.banner-section .text-section a.register-btn{
	display: inline-block;
	margin-top: 15px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 12px 46px 12px 46px;
	font-size: 16px;
	font-weight: 600;
	font-family: geforceBoldFont;
	border: 2px solid #76b900;
	border-radius: 25px;
	color: #fff;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.banner-section .text-section a.register-btn:hover{
	border: 2px solid #76b900;
	background-color: #76b900;
	color: #fff;
	text-decoration: none;
}



.form-section{
	position: relative;
	padding-top: 40px;
	padding-bottom: 80px;
	text-align: center;
	background-color: #ebebeb;
}
.form-section svg{
	z-index: 2;
	position: absolute;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	fill: #ebebeb;
	pointer-events: none;
}

.form-block {
	color: #4b4b4b;
	width: calc(100% - 40px);
	margin: 0 auto;
}
.form-block h4{
	margin-bottom: 30px; 
	line-height: 1;
	font-size: 48px;
	color: inherit;
	font-family: geforceBoldFont;
}
.form-block h4 span{
	color: #76b900;
}
.form-block p{
	font-size: 18px; 
	color: inherit;
	font-family: proRegularFont;
	width: 80%;
	margin: 0 auto;
}

.form-block form {
	position: relative;
	margin: 40px auto 20px auto;
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
    justify-content: center;
	width: 100%;
	max-width: 1300px;
}
.form-block .left-panel{
	width: 48%;
	display: inline-flex;
	flex-wrap: wrap;
	margin: 1%;
	position: relative;
	overflow: hidden;
}
.form-block .left-panel::after{
	content: '';
	position: absolute;
	height: 100%; 
	width: 1px;
	background-color: #76b900;
	right: 0;
	top: 0;
}
.form-block .right-panel{
	width: 48%;
	display: inline-flex;
	flex-wrap: wrap;
	margin: 1%;
}
.form-block .center-panel{
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
}
.form-block form .center-panel .form-group{
	margin: 0 auto 15px auto;
}

.form-block .left-panel h5, .form-block .right-panel h5, .form-block .center-panel h5{
	width: 100%; 
	display: flex;
	color: #76b900;
	font-size: 18px;
	margin-bottom: 10px;
	font-family: proRegularFont;
}
.form-block .center-panel h5{
	justify-content: center;
}
.form-block form .form-group {
	display: inline-flex;
	margin-bottom: 15px;
	flex-direction: column;
	width: 50%;
}

.form-control {
	display: block;
	width: 90%;
	height: 42px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-block form input {
	z-index: 9999;
	margin-top: 20px;
	padding-bottom: 7px;
	font-size: 14px;
	font-family: proRegularFont;
	border-radius: 2px;
	border-color: #a3a3a3;
	-webkit-appearance: none;
	display: inline-block;
	margin-top: 0px;
}
.form-block form select {
	padding-bottom: 7px;
	width: 100%;
    font-size: 14px;
    font-family: proRegularFont;
    border-radius: 2px;
    border-color: #a3a3a3;
}
.form-block form .form-group.register-button {
	display: flex;
	flex: wrap;
	width: 100%;
	justify-content: center;
	margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
}
.form-block form button, .close-popup-btn {
	display: inline-block;
	margin-top: 0px;
	margin: 0 auto;
	width: fit-content;
	padding: 9px 53px 9px 53px;
	font-size: 16px;
	font-family: geforceBoldFont;
	font-weight: 600;
	background-color: #76b900;
	color: #fff;
	border: 2px solid #76b900;
	border-radius: 2px;
}

.form-block form button:hover, .close-popup-btn:hover {
	background-color: #fff;
	color: #76b900;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.error-msg{
	display: flex;
	text-align: left;
	margin-top: 4px;
	font-size: 13px;
	color: red;
	font-family: proRegularFont;
}

.submission-msg{
	display: flex;
	text-align: left;
	margin-top: 8px;
	font-size: 15px;
	font-family: proRegularFont;
}

.submission-msg.fail{
	color: red;
}
.submission-msg.success{
	color: green;
}





/* The container */
.chk-container {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: justify;
	font-family: proRegularFont;
}

/* Hide the browser's default checkbox */
.chk-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #a3a3a3;
	border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.chk-container:hover input ~ .checkmark {
	background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.chk-container input:checked ~ .checkmark {
	background-color: #76b900;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.chk-container .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.chk-container a{
	color: #76b900;
	font-weight: 600;
}

.chk-container a:hover{
	text-decoration: underline;
	opacity: 0.85;
}



.modal-bg{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #000;
	opacity: 0;
}

.modal-bg.show{
	opacity: 0.5;
	z-index: 40000;
}

.modal-popup{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: none;
    overflow: hidden;
    outline: 0;
	transition: opacity .15s linear;
}
.modal-popup.show{
	opacity: 1;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 40005;
}

.modal-container{
	display:none;
	top: 5%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: calc(100% - 30px);
	max-width: 1200px;
	min-height: calc(100vh - 40px);
	position: absolute;
	z-index: 40001;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #000;
	animation-name: fadeIn_Modal;
	animation-duration: 0.8s;
	padding: 30px 60px 100px 60px;
	box-sizing: border-box;
}
.modal-popup.show .modal-container{
	display: block;
}

.modal-popup .close-popup-btn{
	display: block;
	margin: 0 auto;
}
.modal-popup .text-block h5{
	font-size: 18px;
	font-family: proRegularFont;
	line-height: 1.3;
	margin-bottom: 15px;
}
.modal-popup .text-block>ul{
	margin-bottom: 20px;
}
.modal-popup .text-block>ul>li{
	font-size: 16px;
	font-family: proRegularFont;
	line-height: 1.4;
}
.modal-popup .text-block>ul>li>ul{
	list-style: none;
}
@media screen and (max-width : 767px){
	.banner-section{
		min-height: 100vh;
		align-items: center;
		background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://favertual.ams3.digitaloceanspaces.com/assets/testimg/banner1.jpg) 60% 50% no-repeat;
	}
	.banner-section .text-section{
		padding: 15px;
		width: 100%;
	}
	.banner-section .text-section h1{
		font-size: 42px;
		text-align: center;
	}
	.banner-section .text-section a.register-btn{
		display: block;
		margin: 0 auto;
		width: fit-content;
	}
	.form-block h4{
		font-size: 40px; 
	}
	.form-block p{
		width: 100%;
	}
	
	.form-block .left-panel{
		width: 100%;
		margin: 0%;
		border-bottom: 1px solid #76b900;
		padding-bottom: 15px;
	}
	.form-block .left-panel::after{
		background-color: transparent;
	}
	.form-block .right-panel{
		width: 100%;
		margin: 0%;
		border-bottom: 1px solid #76b900;
		padding-bottom: 15px;
	}
	.form-block .center-panel{
		width: 100%;
	}
	.form-block .center-panel h5{
		justify-content: flex-start;
		text-align: left;
	}
	.form-block .left-panel h5, .form-block .right-panel h5, .form-block .center-panel h5{
		font-size: 16px;
	}
	.form-block form .form-group{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}
	.form-control{
		width: 100%;
	}
	
	
	.modal-container{
		padding: 10px 10px 70px 10px;
	}
	.modal-popup .text-block h5{
		font-size: 15px;
		margin-bottom: 12px;
	}
	.modal-popup .text-block>ul{
		margin-bottom: 15px;
	}
	.modal-popup .text-block>ul>li{
		font-size: 13px;
		line-height: 1.2;
	}

}