
body {
	font-family:'Rajdhani',Helvetica,sans-serif !important;
}
/* Headings */
h1, h2 {font-size: 28px !important}
h3 {font-size: 20px !important}
@media (max-width: 2000px) {
	h1, h2 {font-size: 26px !important}
	h3 {font-size: 20px !important}
}
@media (max-width: 1500px) {
	h1, h2 {font-size: 22px !important;}
	h3 {font-size: 18px !important;}
}
@media (max-width: 1200px) {
	h1, h2 {font-size: 20px !important;}
	h3 {font-size: 16px !important;}
}
@media (max-width: 1000px) {
	h1, h2 {font-size: 22px !important;}
	h3 {font-size: 18px !important;}
}
@media (max-width: 767px) {
	h1, h2 {font-size: 26px !important;}
	h3 {font-size: 18px !important;}
}
@media (max-width: 670px) {
	h1, h2 {font-size: 22px !important;}
	h3 {font-size: 18px !important;}
}
@media (max-width: 428px) {
	h1, h2 {font-size: 20px !important;}
	h3 {font-size: 16px !important;}
}
@media (max-width: 390px) {
	h1, h2 {font-size: 18px !important;}
	h3 {font-size: 14px !important;}
}
/* END Headings */


hr {
	border: 2px solid #007ac2;
	margin: 0 0 -10px 0;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}


.opt-in-row {
    background-color: #ffffff;
    padding: 0;
    margin: 0px 0 45px 0;
    box-shadow: 3px 4px 4px rgb(171 171 171);
}
.image--section {
    padding: 0;
    margin: 0;
}
.image--section img {
    height: 500px;
	width: auto
}
.form--section {
	padding: 0 25px;
	background-color: #ffffff;
	position: relative;
	height: 500px;
}
.form--section .wrapper {
	width: 100%;
	padding: 0 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.form--section ul {
	padding: 0 15px;
	margin-bottom: 30px;
}
.form--section ul li {
	list-style: square
}
.form--section input#optInFName,
.form--section input#optInLName {
	text-transform: capitalize !important;
}
.form--section input, .form--section select {
	width: 100%;
	display: block;
	margin: 15px 0;
	padding: 7px;
	border-radius: 2px;
	border: 1px solid #000000;
}
.form--section input#optInSubmit {
    padding: 7px 0;
    border-radius: 5px;
    border: 0;
    background-color: #007ac2;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
	font-size: 20px;
}
.form--section input#optInSubmit:hover {
	background-color: #000000;
}


@media (max-width: 992px) {
	.opt-in-row {
		margin-top: 10px;
	}
	.image--section img {
	    width: 100%;
		height: auto;
	}
	.form--section {
		height: 450px;
	}
	.form--section .wrapper {
		top: 15px;
		left: 50%;
		transform: translate(-50%,0%);
	}
}
@media (max-width: 600px) {
	.form--section {
		height: 470px;
	}
}
@media (max-width: 500px) {
	.form--section {
		height: 450px;
	}
	.form--section .wrapper {
		top: 5px;
		padding: 0 20px;
	}
}
@media (max-width: 414px) {
	.form--section {
		height: 465px;
	}
}
@media (max-width: 300px) {
	.form--section {
		height: 480px;
	}
}