html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html, body {
	width: 100%;
	height: 100%;
	max-width: 100%
}
body {
	background: #fff;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
}
header {
	/*background: #0071bb;
	padding: 10px 0;*/
    background: #2e51ff;
    width: 100%;

}
.banner img{
	width: 100%
}
/*************************************************/


/********************CHECKBOX CSS*****************************/

.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="tel"], .form-group input[type="file"], .form-group .form-control {
	border: 1px solid #d4caca;
	border-radius: 0;
	height: 40px;
	box-shadow: none;
}
.form-group textarea.form-control {
	resize: none;
	height: auto;
}
.form-group input[type="file"] {
	padding: 0;
}
.form-group .btn {
	height: 40px;
	border-radius: 0
}
.form-group {
	padding: 0 !important;
}
.form-group label {
	margin-bottom: 0;
	padding-top: 7px;
	font-weight: 400;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: relative;
	margin: 0;
	padding: 30px;

}
.checkbox-inline, .radio-inline {
	padding-left: 15px;
}
.checkbox-inline label, .radio-inline label {
	padding-right: 15px;

}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-left: 0;
}
.form-group .input-group[class*=col-] {
	padding-right: 15px;
	padding-left: 15px;
}
.i-tooltip {
	display: inline-block;
	position: relative;
	top: -6px;
	width: 13px;
	height: 13px;
	text-align: center;
	background: #0865ab;
	color: #fff;
	line-height: 13px;
	font-size: 9px;
	border-radius: 50%;
	border: none;
	z-index: 99;
}
.i-tooltip .tooltiptext {
	visibility: hidden;
	width: 350px;
	background-color: #505050;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	font-size: 11px;
	z-index: 99;
}
.i-tooltip:hover .tooltiptext {
	visibility: visible;
}
.checkbox-custom, .radio-custom {
	opacity: 0;
	position: absolute;
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;

	cursor: pointer;
}
.checkbox-custom-label, .radio-custom-label {
	position: relative;
	line-height: 27px;
}
.radio-custom+.radio-custom-label:before {
	content: '';
	background: transparent;
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	padding: 0;
	margin-right: 10px;
	text-align: center;
	margin-top: -3px;
}
.checkbox-custom+.checkbox-custom-label:after, .radio-custom+.radio-custom-label:after {
	border: 2px solid #44b4d9;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 0;
    top: 5px;

}
.checkbox-custom:checked+.checkbox-custom-label:before {
	background: rebeccapurple;
	
}
.radio-custom+.radio-custom-label:before {
	border-radius: 50%;
}
.radio-custom:checked+.radio-custom-label:before {
	background: #44b4d9;
}
/*
.checkbox-custom:focus+.checkbox-custom-label, .radio-custom:focus+.radio-custom-label {
	outline: 1px solid #44b4d9;
}
*/
.radio-inline ul li {
	display: inline-block;
	position: relative;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: relative;
	left: 0;
	top: 0;
	position: absolute;
	margin-top: 8px;
}
.checkbox-custom-label {
	padding-left:15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	font-weight: 400;
    margin: 5px 0;
}
.checkbox-custom+.checkbox-custom-label:after {
	border-radius: 0;
	border: 1px solid #d1d1d1;
	width: 16px;
    height: 16px;
}
.checkbox-custom:checked+.checkbox-custom-label:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	background: none;
	position: absolute;
	    left: 2px;
    top: 0px;
    font-size: 13px;
}
/********************CHECKBOX CSS*****************************/


.main-section {
	padding: 30px 0
}
.terms_condition-text {
	margin-top: 30px;
}
.terms_condition-text h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #4e4e4e;
	font-family: 'Montserrat', sans-serif;
}
.terms_condition-text ul {
	margin: 0;
	padding: 0;
}
.terms_condition-text ul li {
	font-size: 15px;
	line-height: 22px;
	list-style: none;
	margin-left: 25px;
	padding-bottom: 3px;
	color: #4e4e4e;
	 font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.terms_condition-text ul li::before{
  content: "\2022";
    color: #2e3192;
    font-weight: bold;
	display: inline-block;
    width: 22px;
    font-size: 42px;
    margin-left: -.6em;
    margin-top: -11px;
    vertical-align: middle;    
}
.terms_condition-text ul li span {font-weight: bold}
.terms_condition-text p {
	font-size: 22px;
	line-height: 28px;
	list-style: none;
	margin-left: 0px;
	padding-bottom: 25px;
	color: #08497c;
	font-weight: bold;
	text-align: center;	
	font-family: 'Montserrat', sans-serif;
}
.checkbox p {
	padding-left:0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	font-weight: 400;
    margin: 20px 0;
	text-align: center;
}
.intro-btn {
	margin-top: 30px;
	text-align: center;
}
.intro-btn .btn-primary {
	padding: 6px 30px;
	margin-right: 30px;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 3px solid #e6b900;
	color: #2d2d2d;
}
.btn-primary {
	background: #fecc00 !important;
	border-color: #fecc00;
}
.btn-primary:hover {
	outline: none !important;
	border-bottom: 3px solid #e6b900;
	box-shadow: none;
	border-color: #fecc00;
}
.btn-primary:focus {
	outline: none !important;
	border: none !important;
	box-shadow: none;
}

.thanku1 {padding-top: 50px; text-align: center} 
h3.thanku{font-size: 1rem;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
	line-height: 26px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
font-weight: normal;
text-align: center
}
h3.thanku span {
	font-size: 1.5rem;
    padding-bottom: 5px;
	color: #000;
	display: block;
	text-transform: uppercase;
    font-weight: bold;
	font-family: 'Montserrat', sans-serif;

}
.thanku1 img {
    width: 130px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 990px){
    
    
}


@media only screen and (max-width:992px) {
	
	.main-section {padding: 0px 0 20px}
	.thanku1 {
		padding-top: 31px;}
	h3.thanku {
    
		line-height: normal;}
	h3.thanku span {
		font-size: 1.2rem;}
	.terms_condition-text p {
    font-size: 20px;
		line-height: normal;}
}
@media only screen and (max-width:768px) {

	

}

@media only screen and (max-width:767px) {
header {
    /*background: #0071bb;*/
     background: #2e51ff;
   /*padding: 5px;*/
    position: static;
	}
	.logo-1 img {
		width: 150px
	}
	.terms_condition-text ul li {
    font-size: 13px;
    line-height: 20px;
	}
	.checkbox-custom-label {
    font-size: 13px;    
    line-height: 21px;
	}
	.terms_condition-text {
    margin-top: 16px;
	}
	.terms_condition-text h3 {
    font-size: 15px;
	}
.checkbox-custom:checked+.checkbox-custom-label:before {
   
    left: 2px;
	top: 2px;}
	
}