* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	color: black;
	position: relative;
	background-color: white;
	font-family: "Open Sans", sans-serif;
	overflow-x: hidden;
}

body,
html {
	height: 100%;
}

html {
	scroll-behavior: smooth;
}

.parsley-required {
	color: red;
	margin-left: -9%;
	font-weight: 600 !important;
}

.parsley-type {
	color: red;
	margin-left: -9%;
	font-weight: 600 !important;
}

.cover-img {
	border-radius: 30px 30px 0 0;
	border-top: 30px solid #fff;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
}

i {
	color: #fff !important;
	font-size: 1.1rem;
	font-weight: bold;
	padding-left: 14%;

}

i:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	height: 1px;
	margin-right: 5px;
	width: 5%;
	text-align: left;
	left: 0;
}

i:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	height: 1px;
	margin-left: 5px;
	width: 5%;
	text-align: left;
	left: 0;
}

.mid-head {
	font-weight: 800px !important;
	text-align: center;
	padding: 20px 20px;
	margin-top: 20px;
	color: black;
	font-size: 30px;
}

hr {
	width: 100%;
	background: #FFF;
	padding: 1px;
}

.text-justify {

	font-family: 'Merriweather Sans', sans-serif;
	font-size: 18px;
	line-height: 1.75;
}

.text-sponsor {
	color: #3D3B3B;
	/*margin: 0 6em 0 6em;*/
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 18px;
	line-height: 1.75;
	font-weight: 400px;
}

.form-head {
	color: #959595;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	font-size: 18px;
}


#checkBtn {

	font-family: 'Merriweather Sans', sans-serif !important;
	font-size: 16px !important;
	font-weight: bold;
	border-radius: 01px;
	border: none;
	letter-spacing: 2px !important;
	text-transform: uppercase;
	padding: 14px 10px;
	color: #ffffff;
	background: #004C82;
	width: 100%;
}

#checkBtn:hover {

	background-color: #004C82;
}

form {
	
	padding: 30px;
}

label {
	/*color: #969393;*/
	font-weight: bold;
	/* margin-top: -40px; */
}

.footer-main {
	color: white;
}

.form-group label {
	margin-top: auto;
}

.parsley-length {
	color: red;
	margin-left: -38px;
	font-weight: 600 !important;
}
.text-justify {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px !important;
 }

@media only screen and (max-width: 1920px) and (min-width: 1430px) {
	.container {
		max-width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 1000px) {

	.container .logo {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.container .logo {
		/*width: 60%;*/
		height: auto;
	}

	i {
		font-size: 17px;
		padding-left: 0%;
	}

}

@media only screen and (max-width: 770px) {
	i {
		font-size: 11px;
		padding-left: 22px;
	}
}

@media only screen and (max-width: 800px) {

	.text-sponsor {
		font-size: 14px !important;
		float: left;
		color: #0d0303;
		margin-bottom: 40px;
	}

	.footer-main {
		font-size: 13px;
		color: white;
	}

	.text-justify {
		font-size: 16px !important;
	}

	/*i{
  	font-size: 12px;
    padding-left: 20px;  	
  	margin-top: 0;   	
  }*/
}

@media only screen and (max-width: 600px) {

	.brand {
		font-size: 15px !important;
		padding-left: 15%;
		font-family: "Raleway", sans-serif;
	}

	.container .logo {
		width: 75%;
		height: auto;
	}

	.mid-section {
		font-size: 30px !important;
		font-family: "Open Sans", sans-serif;
	}
}

@media only screen and (max-width: 900px) {

	p {
		text-align: center;
	}

	#form-land {
		width: 100%;
	}
}

@media only screen and (max-width: 350px) {

	.brand {
		font-size: 10px !important;
		padding-left: 25px !important;
		font-family: "Raleway", sans-serif;
	}

	.mid-section {
		margin-bottom: 25px;

	}

	.container .logo {
		margin: 20px 0;
	}
}

@media only screen and (max-width: 768px) {
	i {
		font-size: 11px !important;
		padding-left: 17px !important;
	}
}

@media only screen and (max-width: 1024px) {
	.mid-section {
		margin: auto;
		font-size: 20px;
		display: block;
		font-family: "Open Sans", sans-serif;
	}

	.cover-img {

		width: 100%;
		height: 100%;
		border-top: 20px solid #fff;
		border-right: 20px solid #fff;
		border-left: 20px solid #fff;
	}

	.footer {
		text-align: center;
	}

	.container {
		max-width: 100%;
	}

	i {
		color: #fff !important;
		font-size: 14px;
		font-weight: bold;
		padding-left: 35px;
	}

}