@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400&display=swap');
body{font-family:"Poppins";color:#242424;}
img{max-width: 100%;}
.logo{padding-bottom:15px;}
.font1{font-family:"Roboto";}

.bg{background:url('../images/banner.jpg');background-size:cover;background-position:top center;background-repeat:no-repeat;}
.content h1, .content h2{line-height:1.1;}
.content strong{font-weight:600;}
.highlight{display:inline-block;background:#4de840;padding:10px 55px;border-radius:8px;}
.form{background:linear-gradient(180deg, rgba(255,255,255,0) 65%, rgb(255, 255, 255) 35%);}
.form .formbg{background:#ebebeb;padding:30px 15px 25px;border-radius:10px;}
.tcolor{color:#1c8d12;}

/*#DetailForm > div{padding-right:15px;}*/
form input[type="text"],form input[type="email"]{margin-bottom:10px;width:100%;padding: 10px 15px;}
/*form input[type="submit"]{padding:10px 40px;background:#1c8d12;border:1px solid #1c8d12;color:#FFFFFF;}*/
.alt_error{color:#1c8d12;min-height:1.45em;}

.bullet_point .col-2{margin-right:-10px;}

.bottom_form{background:#ebebeb;}
footer img.f_cert{margin-left:5%;}
.copyright{color:#808080;font-size:0.75em;}

.thankyou .btn{background:#4de840;color:#242424;}


@media screen and (max-width: 767px){
	.highlight{padding:10px 35px;}
}
@media screen and (max-width: 576px){
	.highlight{padding:10px 20px;display:block;}
	.highlight .h4{font-size:1.25em;}
	.col-sm-auto.col-2{margin-right:-15px;}
	footer img.f_logo{max-width:40%;}
	footer img.f_cert{max-width:30%;margin-left:5%;}
}
@media screen and (min-width: 768px){
	.formfields .row .col-md-3{width:30%;}
	.formfields .row .col-md-3.last{width:10%;}
}