@charset "utf-8";
/* CSS Document */

/*Desktop / Global View*/

body {
	font-family: 'Cinzel', serif;
	font-family: 'Montserrat', sans-serif;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #DCD8D8;
}

.responsive {
	width: 100%;
	max-width: 1024px;
	height: auto;
}

a {
	text-decoration: none;
	color: #fff;
}

a.two {
	text-decoration: none;
	color: #6A9BFD;
}

.column1 {
	float: left;
	width: 50%;
}

.column2 {
	float: right;
	width: 50%;
}

.column3 {
	width: 100%;
	align-content: center;
}

header {
	padding: 10px 20px 20px 20px;
}

.hero {
	background-color: #1D76CF;
	padding: 30px 0px 72px 30px;
	background-size: cover;
}

.subheading {
	color: #fff;
	font-weight: 400;
	font-size: 40px;
	margin-top: -40px;
	margin-bottom: -40px;
	font-family: 'Cinzel', serif;
}

.subheading2 {
	color: #000;
	font-weight: 400;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Cinzel', serif;
}

h1 {
	color: #ffffff;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 50px;
	font-family: 'Cinzel', serif;
}

h2 {
	color: #000;
	font-weight: 700;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
}

h3 {
	color: #1D76CF;
	font-weight: 700;
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
}

h4 {
	color: #000;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}

h5 {
	color: #fc0404;
	font-weight: 700;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
}

h6 {
	color: #000;
	font-weight: 700;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
}

li {
	color: #1D76CF;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}

.button {
	width: 20%;
	margin-top: 40px;
	background-image: linear-gradient(#1D76CF, #08233e);
	border-color: #11467c;
	padding: 8px 30px 8px 30px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	-webkit-appearance: none;
	border-radius: 4px;
	align-content: center;
}

.button:hover {
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.button2 {
	background-color: #fe8d00;
	border-color: #fe8d00;
	color: #fff;
	align-content: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	-webkit-appearance: none;
	width: 75%;
	border-radius: 4px;
	padding: 8px 30px 8px 30px;
	margin-bottom: 20px;
}

.button2:hover {
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.button2:focus {
	background-color: #11467c;
	border-color: #11467c;
}

.button3 {
	width: 40%;
	margin-top: 40px;
	background-image: linear-gradient(#1D76CF, #08233e);
	border-color: #11467c;
	padding: 8px 30px 8px 30px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	-webkit-appearance: none;
	border-radius: 4px;
	align-content: center;
}

.button3:hover {
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.termslink {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}

.row {
	padding: 35px 0px 35px 0px;
}

.row2 {
	padding: 35px 0px 35px 0px;
	color: #000;
}

.input {
	border-radius: 10px;
	background: #ffffff;
	padding: 10px 5px 10px 5px;
	width: 50%;
	height: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

.input2 {
	border-radius: 10px;
	background: #F5F3F3;
	padding: 10px 5px 10px 5px;
	width: 50%;
	height: 45px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

.input3 {
	border-radius: 10px;
	background: #ffffff;
	padding: 5px;
	width: 30%;
	height: 30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

.row3 {
	background: #11467C;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	color: #BFBFBF;
	font-size: 10px;
}

.row4 {
	background: #1D76CF;
	padding: 35px 0px 35px 0px;
	width: 100%;
}

.row5 {
	background: #FFFFFF;
	padding: 20px;
	width: 100%;
	color: #000;
	max-width: 1024px;
}

.row6 {
	background: #FFFFFF;
	padding: 5px 0 35px 0px;
	width: 100%;
	color: #000;
	align-content: center;
	border-radius: 10px;
	margin-top: -38px;
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

/* .credibility-div {

} */

.credibility-left {
	text-align: left;
}

.credibility-right {
	text-align: right;
}

.credibility-left img,
.credibility-right img {
	max-width: 100%;
}

p.footer-text {
	text-align: justify;
}

@media (max-width: 1050px) {
	.row6 {
		width: 97%;
		margin: -38px auto 0px auto;
	}

	.button2 {
		width: 95%;
	}
}

/*Tablet View*/
@media (max-width: 992px) {

	.column1,
	.column2 {
		width: 100%;
		float: none;
		text-align: center;
	}

	.button {
		width: 50%;
		font-size: 16px;
	}

	.button3 {
		width: 65%;
	}

	.responsive-logo {
		max-width: 90%;
		margin-bottom: 34px;
	}

	.logo-div {
		text-align: center;
	}

	.credibility-left {
		text-align: center;
		margin-bottom: 30px;
	}

	.credibility-right {
		text-align: center;
	}

	.input2 {
		width: 85%;
	}
}

/*Mobile View*/
@media (max-width: 500px) {

	.column1,
	.column2 {
		width: 100%;
		float: none;
		text-align: center;
	}

	.button {
		width: 100%;
		font-size: 14px;
		padding: 10px;
	}

	.button2 {
		font-size: 13px;
		width: 90%;
	}

	.button3 {
		width: 80%;
		font-size: 18px;
	}

	.input2 {
		width: 85%;
	}
}

@media (max-width: 400px) {
	h3 {
		font-size: 32px;
	}
}