@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'Slabo 27px', serif;
	-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}
.bgblue{
	background-color: rgb(1, 116, 199);
	border-bottom: 5px solid #1c6192;
	color: #ffffff;
	font-size: 25px;
	padding: 10px 0px;
}
.body-wrap{
	background-color: rgb(247, 247, 247);
	background-image: url("../images/bg.png");
	padding: 50px 0px 300px;
}

p.sub-heading{
	font-size: 25px;
    color: #43464b;
	font-family: Lato, sans-serif !important;
}
p.step1-sub-heading{
	font-size: 25px;
    color: #43464b;
	font-family: Lato, sans-serif !important;
}

p.minor-heading{
	font-size: 18px;
    color: #43464b;
	font-family: Lato, sans-serif !important;
}


p.sub-heading strong{
	color: #0174c7;
}

h1.heading{
	    color: #43464b;
    font-size: 55px;
    max-width: 900px;
    margin: 0 auto;
}


h1.mainheading{
	    color: #43464b;
    font-size: 38px;
    max-width: 1000px;
    margin: 0 auto 20px;
}





.btn-wrap{
	font-family: Lato, sans-serif !important;
}

.btn-blue{
	        background: rgb(1, 116, 199);
	    transition: .2s;
	    border-radius: 10px;
	    white-space: normal;
	        padding: 15px 20px;
	        box-shadow: inset 0 0 0 2px rgb(255 255 255 / 20%);
}
.btn-blue:hover{
	   background-color: #006fba;
	transform: translateY(-10px);
	    transition: .2s;
}



.btn{
width: 100%;
max-width: 400px;
}




.btn-main{
width: 100%;
max-width: 500px;
}




.btn-red{
		background: rgb(228 59 44);
	    transition: .2s;
	    border-radius: 10px;
	    white-space: normal;
	        padding: 15px 20px;
	        box-shadow: inset 0 0 0 2px rgb(255 255 255 / 20%);
}
.btn-red:hover{
	   background-color: #de3d3d;
	transform: translateY(-10px);
	    transition: .2s;
}



p.btntextprimary{
	color: rgb(255, 255, 255);
    font-size: 34px;
	font-weight:700;
	line-height: normal;
}
p.btntextsecond{
	    color: rgb(255, 255, 255);
	    font-size: 22px;
	opacity: 0.7;
}
form p.btntextsecond{
	    font-size: 16px;
}



.disclaimer-wrap{
	margin: 200px auto 50px;
	    max-width: 700px;
	    font-family: 'Lato';
}

.footer{
	background-color: rgb(67, 70, 75);
	    color: rgba(255, 255, 255, 0.33);
	    font-size: 12px;
	font-family: Lato, sans-serif !important;
	padding: 100px 0px 20px;
}
.maxwidth1100{
	max-width: 1100px;
	margin: 0 auto;
}
.maxwidth700{
	max-width: 700px;
	margin: 0 auto;
}
.maxwidth900{
	max-width: 900px;
	margin: 0 auto;
}

.maxwidth950{
	max-width: 950px;
	margin: 0 auto;
}

.modal{
	    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content{
	background-color: rgb(247, 247, 247);
	background-image: url("../images/bg.png");
	padding: 20px 40px;
}
.close{
	    text-align: right;
    margin: 5px 0px;
	border-radius: 10px;
}
h1.modalheading{
	    font-size: 30px;
	color:rgb(47, 47, 47);
}

p.modaltext{
	color:rgb(1, 116, 199);
	    font-size: 25px;
	font-family: Lato, sans-serif !important;
}

form{
	font-family: Lato, sans-serif !important;
}

.form-control{
	border-radius: 5px !important;
	border: 3px solid rgba(0,0,0,0.2);
	background-color: #F1F1F1;
	    padding: 12px 18px;
}

.email.form-control{
	background-image: url(../images/email.png);
    background-repeat: no-repeat;
	    background-position: 97%;
}
.name.form-control{
	background-image: url(../images/person.png);
    background-repeat: no-repeat;
	    background-position: 97%;
}

.arrow::before{
	 content: ' \2799';
}

.congratulations{
	color: rgb(1, 116, 199);
	    font-size: 56px;
}
.pleaseans{
	    color: rgb(67, 70, 75);
    font-size: 45px;
}
.stepsheading{
	    color: rgb(67, 70, 75);
    font-size: 52px;
}
.steps1heading{
	    color: rgb(67, 70, 75);
    font-size: 52px;
    font-weight: bold;
}

@media only screen and (max-width: 768px){
/*	.body-wrap {
    padding: 10px 0px 100px;
}*/
	h1.heading {
    font-size: 34px;
}
	h1.mainheading {
    font-size: 34px;
}
	.congratulations {
    font-size: 48px;
}
	.pleaseans {
    font-size: 34px;
}	
	.stepsheading {
    font-size: 34px;
}	
	.steps1heading {
    font-size: 18px;
        font-weight: normal;
}
	.modal-content {
    padding: 20px 10px;
}
.btn-blue, .btn-red{
	    padding: 10px;
}
p.btntextprimary{
	    font-size: 26px;
}
p.sub-heading{
	font-size: 20px;
	}
p.step1-sub-heading{
font-size: 44px;
    font-weight: bold;
    line-height: normal;
	}
	.disclaimer-wrap{
	margin: 300px auto 50px;
}
}