*{
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}
body{
	width:100%;
	font-family: 'Nunito', sans-serif;
	overflow-y: hidden;
}
.banner{
	background:url("../banner.png");
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size:cover;
	width:100%;
	min-height: 700px; 
	height: 100vh;
}
.ban1{
	width:50%;
	float:left;
}
.ban2{
	width:50%;	
	float:right;
	color:white;
	padding:45px;
}
.tab{
	width: 80%;
    background-color: white;
    margin: 60px 60px 60px 120px;
    padding: 20px 20px 50px;
    font-weight: 500;
	box-shadow: 0px 0px 10px 1px #929292;
}
.tab img{
	width:100px;
	display: block;
  margin-left: auto;
  margin-right: auto;
  
}
.tab h1{
	padding:20px;
	text-align: center;
}
.tab h2{
	padding:20px 20px 20px 110px;
}
.tab > form{
	width:65%;
	margin:auto;
}
.tab > form > label {
	font-size: 14px;
	padding: 20px 0;
}
.tab > form > input, .tab > form > select {
	box-sizing: border-box;
    border-radius: 0;
    width: 100%;
    padding: 10px;
    border: 1px solid #333333;
	margin-bottom: 10px;
}
.tab > form > select > option{
	padding: 10px;
}
.tab > form > input:focus-visible{
	box-shadow: 0px 0px 10px 1px #929292;
    outline-offset: 0px;
    outline: 0;
}
.ban2_text{
	position:absolute;
	bottom:0px;
	padding:65px 0; 
}
.ban2_text h1{
	padding: 10px 0px;
}
.start-btn{
	width: 100%;
    background-color: #35b435;
	color: #ffffff;
    border: 0;
    padding: 10px;
	margin-top:15px;
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
	.banner{
		background:url("../banner.png");
		background-repeat:no-repeat;
		background-attachment: fixed;
		background-position: right;
		background-size:cover;
		width:100%;
		min-height: 700px; 
		height: 100vh;
	}
	.ban1{
		width:100%;
		float:left;
	}
	.ban2{
		width:100%;	
		color:white;
	}
  
  .tab{
	height:auto;
	width:85%;
	background-color:white;
	margin:65px auto;
	padding:20px 0px 100px 0px;
	font-weight:500;
}
.tab > h1{
	font-size:35px;
	padding:20px 60px 20px 90px;
}
.tab h2{
	padding:20px 20px 20px 140px;
	font-size:30px;
}
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
	.ban1{
		width:100%;
		margin: auto;
	    padding: 50px;
	}
	.ban2{
		width:100%;	
		float: right;
		color:white;
	}
	.banner{
	  background:url("../banner.png");
	  background-repeat:no-repeat;
	  background-attachment: fixed;
	  background-position: right;
	  background-size:cover;
	  width:100%;
	  min-height: 700px; 
	  height: 100vh;
  }
	.tab{
	  height:auto;
	  width:100%;
	  background-color:white;
	  margin:auto;
	  padding: 50px 0 100px 0;
	  font-weight:500;
  }
  .tab > h1{
	  font-size:35px;
	  padding:20px 60px 20px 90px;
  }
  .tab h2{
	  padding:20px 20px 20px 140px;
	  font-size:30px;
  }
  } 

  /* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
	.ban1{
		width:100%;
		margin: auto;
	    padding: 50px;
	}
	.ban2{
		width:100%;	
		float: right;
		color:white;
	}
  /* .banner{
	  min-height:750px
  } */
  .tab{
	height:auto;
	width:100%;
	background-color:white;
	margin:auto;
	padding: 50px 0 100px 0;
	font-weight:500;
}
.banner{
	background:url("../banner.png");
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: right;
	background-size:cover;
	width:100%;
	min-height: 700px; 
	height: 100vh;
}
.tab > h1{
	font-size:20px;
	padding:10px;
}
.tab >h2{
	 padding: 20px 20px 20px 42px;
	 font-size:21px;
}
.tab > form {
    width: 80%;
    margin: auto;
}
}  


/* media queries */
@media only screen and (max-width: 600px) {
	.ban1{
		width:100%;
		float:left;
		margin: auto;
		padding: 30px 10px;
	}
	.ban2{
		width:100%;	
		color:white;
	}
	.banner{
		background:url("../banner.png");
		background-repeat:no-repeat;
		background-attachment: fixed;
		background-position: right;
		background-size:cover;
		width:100%;
		min-height: 850px; 
		height: 100vh;
	}
  
  .tab{
	height:auto;
	width:100%;
	background-color:white;
	margin:auto;
	padding:50px 10px;
	font-weight:500;
}
  .tab > h1{
	font-size:15px;
	padding:10px;
}
.tab >h2{
	 font-size:15px;

}
.tab img{
	width:100px;
}
.ban2_text {
    position: relative;
    bottom: 0px;
    padding: 0;
}
.tab > form {
    width: 85%;
    margin: auto;
}

/* .example::-webkit-scrollbar {
	display: none;
  } */

}