@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

body {
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: center top;
}

.slogan {
	font-size: 12px;
}

.site-logo-call p {
	text-align: center;
}

.site-call-box {
	text-align: right;
	font-family: 'Lato', sans-serif;
	color: #0b5a99;
	line-height: 12px;
	font-weight: 400;
	font-size: 14px;
}

.site-call-box p {
	margin-top: 15px;
	margin-bottom: 0;
}

.site-call-box h4 {
	font-size: 30px;
	font-weight: 900;
}

.site-call-box h4 {
	text-decoration: none;
	color: #0b5a99;
}

.call-bar {
	line-height: 10px;
}

.call-bar h4 {
	font-size: 30px;
    line-height: 25px;
    font-weight: 900;
}

.call-bar h4 a{
	text-decoration: none;
	color: #FFF;
}

.carousel-sm {
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
	border-top: 2px solid #aeafaf;
	border-left: 2px solid #aeafaf;
	border-right: 2px solid #aeafaf;
	background-color: #FFF;
}

.carousel-sm-content {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	align-items:center;
}

.carousel-sm-inner {
	background: rgba(255,255,255,0.8);
	padding-top: 5px;
	padding-bottom: 5px;
}

#text-carousel {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.carousel-lg {
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
	border-top: 2px solid #aeafaf;
	border-left: 2px solid #aeafaf;
	border-right: 2px solid #aeafaf;
	background-color: #FFF;
}

.carousel-caption {
	color: #000;
	background: rgba(255,255,255,0.8);
	bottom: 20px !important;
	padding-left: 12px;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	right: 0 !important;
	left: 5%;
}

.green-bar {
	background-color: #0cac56;
	border-left: 2px solid #aeafaf;
	border-right: 2px solid #aeafaf;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
	text-align: center;
}

h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 15px;
	color: #398acc;
	text-align: center;
}

.h1-a {
	text-align: center !important;
	font-size: 14px;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: #000;
	font-size: 16px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

h1 span {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 24px;
	color: #206cab;
    display: block;
	text-align: center;
}

h5 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0px;
	text-align: center;
}

h6 {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 0px;
	text-align: center;
}

.error-text {
	color: #F00;
}

.form-control-error {
	border-color: #FF0000;
}

.label-error {
	color: #FF0000;
	font-weight: bold;
}

.bottom-section {
    border-radius: 0px 0px 15px 15px;
	border-bottom: 2px solid #aeafaf;
	border-left: 2px solid #aeafaf;
	border-right: 2px solid #aeafaf;
	padding: 640px 20px 20px 20px;
	background-color: #FFF;
}

.bottom-section-b {
	padding: 20px 20px 20px 20px !important;
}

.form-container {
	position: absolute;
	width: 100%;
	z-index: 999;
	padding-top: 130px;
}

.form-container-call {
	position: absolute;
	width: 100%;
	z-index: 999;
	padding-top: 200px;
}

.form-container2 {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}

.form-box {
	background-color: #FFF;
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
}

.form-box2 {
	background-color: #FFF;
	width: 100%;
	border-left: 2px solid #aeafaf;
	border-right: 2px solid #aeafaf;
	padding-left: 10px;
	padding-right: 10px;
}

.form2-sm-layout {
	background-color: #FFF;
	
}

.form-intro-sm {
	font-size: 14px;
}

.form-header {
	background-color: #398acc;
	background-image: linear-gradient(#398acc, #54a9df);
	border-bottom: 3px solid #206cab;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 700;
}

.form-group {
	margin-bottom: 7px !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #FFF;
}

.control-label {
	margin-bottom: 3px;
	font-size: 12px;
	padding-left: 5px;
}

.entry-form {
	padding-left: 0px;
	padding-right: 0px;
}

.btn-primary {
	margin-top: 15px;
	margin-bottom: 25px;
	background-color: #398acc;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 900;
	box-shadow: 0px 0px 20px #888;
	border: 2px solid #FFF;
	border-radius: 15px;
	padding: 10px 20px 10px 20px;
	text-shadow: 2px 2px #000;
}

.seal-container {
	text-align: center;
	margin-bottom: 30px;
	padding-right: 15px;
}

.img-seal {
	max-width: 151px;
	width: 100%;
}

.col-slogan {
	display: flex;
	justify-content: center;
}

#footer {
	padding-top: 25px;
	padding-bottom: 30px;
	font-size: 12px;
	color: #555;
}

.page2-container {
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
	border: 2px solid #aeafaf;
	background-color: #c7ebfd;
	background-image: url("../images/page2-bg.jpg");
	background-position: bottom;
	background-size: 100% auto;
	padding-top: 50px;
	padding-bottom: 550px;
	background-repeat: no-repeat;
}

.page2-sm {
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
	border-top: 2px solid #aeafaf;
	border-left: 2px solid #aeafaf;
	border-right: 2px solid #aeafaf;
	background-color: #FFF;
}

.pagebottom2-sm {
    border-radius: 0px 0px 15px 15px;
    overflow: hidden;
	border-bottom: 2px solid #aeafaf;
	border-left: 2px solid #aeafaf;
	border-right: 2px solid #aeafaf;
	background-color: #FFF;
	height: 20px;
}

ul {
	padding-top: 30px;
}

li {
	background: url('../images/bullet.png') no-repeat left top;
	padding: 0px 40px 20px 35px;
	list-style: none;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

#thankyou-message {
	margin-top: 30px;
}

.ad-box {
	margin-bottom: 30px;
}

.disclaimer {
    font-size: 10px;
    line-height: 11px;
	text-align: justify;
}

.disclaimer a{
	color:#000;
	font-weight: 600;
}

.content-b {
	border-left: 2px solid #aeafaf;
	border-right: 2px solid #aeafaf;
	padding: 700px 30px 0 30px;
	background-color: #FFF;
	font-size: 0.8rem !important;
}

.testimonials-b {
	margin: 20px 0 0 0;
	background-color: #d9d9d9;
	padding: 20px;
	font-size: 12px;
}

.testimonials-b-header {
	font-size: 16px;
	font-weight: bold;
}

.form-container-b {
	padding-top: 280px !important;
}

@media (min-width: 350px){
	.form-container-b {
		padding-top: 250px !important;
	}
	
	.bottom-section {
		padding: 620px 20px 20px 20px;
	}
}

@media (min-width: 390px){
	.form-container-b {
		padding-top: 230px !important;
	}
}

@media (min-width: 400px){
	.content-b {
		padding: 670px 30px 0 30px;
	}
}

@media (min-width: 450px){	
	.bottom-section {
		padding: 580px 20px 20px 20px;
	}
}

@media (min-width: 576px){
	
	.form-header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.form-container {
		padding-top: 220px;
	}
	
	.form-container-call {
		padding-top: 280px;
	}
	
	.form-container-b {
		padding-top: 240px !important;
	}
	
	.form-box {
		border-radius: 10px;
		overflow: hidden;
		border: 3px solid #FFF;
		box-shadow: 0px 0px 20px #888;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.form-box-b {
		box-shadow: none !important;
	}
	
	.form-box2 {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.form-group {
		margin-bottom: 1rem !important;
	}
	
	.entry-form {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#text-carousel {
		background-image: url("../images/mobile-carousel-bg.jpg");
		background-size:100% auto;
		height: 180px;
		padding-top: 60px;
	}
	
	#text-carousel-b {
		background-image: none !important;
		height: auto !important;
		padding-top: 0 !important;
	}
	
	.green-bar {
		font-size: 20px;
	}
	
	h5 {
		font-size: 14px;
		text-align: left;
	}
	
	.h5-b {
		font-size: 16px !important;
		text-align: center !important;
	}
	
	h6 {
		font-size: 12px;
		text-align: left;
	}
	
	.h6-b {
		font-size: 14px;
		text-align: center !important;
	}
	
	.bottom-section {
		padding: 620px 30px 30px 30px;
	}
	
	.bottom-section-b {
		padding: 20px 30px 30px 30px !important;
	}
	
	h2 {
		font-size: 20px;
	}
	
	.content-b {
		padding: 640px 30px 0 30px;
	}
	
	.testimonials-b {
    	margin: 20px 30px 0 30px;
	}
	
}

@media (min-width: 768px){
	
	.site-logo-call p {
		text-align: left;
		padding-left: 75px;
	}
	
	h1 {
		font-size: 18px;
	}
	
	h1 span {
		font-size: 36px;
	}
	
	.h1-a span {
		font-size: 28px !important;
	}
	
	h2 {
		font-size: 20px;
		padding-left: 20px;
		text-align: left;
		margin-bottom: 0.5rem !important;
		margin-top: 0px;
	}
	
	h5 {
		font-size: 14px;
		text-align: left;
	}
	
	h6 {
		font-size: 12px;
		text-align: left;
	}
	
	.form-container {
		padding-top: 20px;
	}
	
	.form-container-call {
		padding-top: 20px;
	}
	
	.form-container-b {
		padding-top: 20px !important;
	}
	
	.form-container2 {
		position: absolute;
		z-index: 999;
		padding-top: 20px;
		padding-bottom: 50px;
	}

	.form-box {
		width: 94%;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.form-box-b {
		box-shadow: 0px 0px 20px #888 !important;
	}

	.form-box2 {
		border-radius: 10px;
		overflow: hidden;
		border: 3px solid #FFF;
		box-shadow: 0px 0px 20px #888;
		width: 94%;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.green-bar {
		text-align: left;
		padding-left: 30px;
		font-size: 16px;
	}
	
	.bottom-section  {
		padding: 30px;
	}
	
	.bottom-section-b  {
		padding: 30px !important;
	}
	
	.seal-container {
		padding-right: 0px;
	}
	
	.content-b {
		padding: 30px 30px 0 30px;
	}
	
	.testimonials-b {
		margin: 230px 30px 0 30px;
	}
	
}

@media (min-width: 992px){
	
	.site-logo-call p {
		padding-left: 105px;
	}
	
	.slogan {
		font-size: 16px;
	}
	
	.site-call-box {
		text-align: right;
		font-family: 'Lato', sans-serif;
		color: #0b5a99;
		line-height: 16px;
		font-weight: 400;
		font-size: 20px;
	}

	.site-call-box p {
		margin-top: 15px;
		margin-bottom: 0;
	}

	.site-call-box h4 {
		font-size: 36px;
		font-weight: 900;
	}
	
	h1 {
		text-align: left;
	}
	
	.h1-a {
		font-size: 18px !important;
		text-align: left !important;
	}
	
	h1 span {
		text-align: left;
	}
	
	.h1-a span {
		font-size: 36px !important;
	}
	
	h2 {
		font-size: 26px;
		padding-left: 0px;
	}
	
	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 16px;
	}
	
	.form-box {
		width: 90%;
	}
	
	.form-box2 {
		width: 90%;
	}
	
	.form-container {
		padding-top: 50px;
	}
	
	.form-container-call {
		padding-top: 50px;
	}
	
	.form-container-b {
		padding-top: 30px !important;
	}
	
	.form-container2 {
		padding-top: 40px;
	}
	
	.carousel-caption {
		bottom: 40px !important;
		padding-left: 20px;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		right: 0 !important;
		left: 15%;
	}
	
	.carousel-caption {
		left: 10% !important;
	}
	
	.form-header {
		font-size: 14px;
	}
	
	.green-bar {
		font-size: 24px;
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 50px;
	}
	
	.bottom-section {
		padding: 30px;
	}
	
	.seal-container {
		margin-bottom: 0px;
	}
	
	li {
		font-size: 18px;
	}
	
	.content-b {
		font-size: 1rem !important;
	}
	
	.testimonials-b {
    	margin: 50px 30px 0 30px;
	}

	.testimonials-b-header {
		font-size: 20px;
	}
	
}

@media (min-width: 1200px){
	
	.site-logo-call p {
		padding-left: 35px;
	}
	
	.form-header {
		font-size: 18px;
	}
	
	.green-bar {
		font-size: 28px;
	}
	
	.form-container-b {
		padding-top: 50px !important;
	}
	
	.testimonials-b {
		margin: 0px 30px 0 30px;
	}
	
}