
body {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	font-family: 'Nunito', sans-serif;
} 


a, a:visited, a:hover, a:focus{
	text-decoration: none;
	color: #000;
}
strong { font-weight: 700 }
img {
	max-width: 100%;
	height: auto;
}

.text-center {
	text-align: center;
}
.form-control { border: 0; }

.btn {
  display: inline-block;
  width: 46%;
  font-weight: 600;
  color: #fff;
  background: #f83f23;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .8rem 1rem;
  font-size: 1.2rem;
  line-height: 1.1;
  border-radius: 40px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.section-form {
	width: 100%;
	height: 100%;
	background: url(../img/background.png) no-repeat; 
	background-size: cover;
}

.bg-text {
	background: #fff;
	font-size: 22px;
	padding: 0 5px;
	text-transform: uppercase;
	color: #039BDE;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
}
.main-call {
	display: flex;
	align-items: center;
}
.main-call h1 {
	font-size: calc(2rem + 2vw);
	line-height: 1;
	text-transform: uppercase;
	color: #fff;


}
.main-form {
	background: #efefef;
	color: #111;
	margin: 0 2%;
	padding: 50px 30px;
}
.main-form h3 {
	margin: 20px 0 30px;
	font-size: 2rem;
	text-transform: uppercase;
	line-height: 1.3;
}

.form-header {
	text-align: center;
}

.form-content {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.title {
	font-size: 2.2rem;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 5rem;
	line-height: 1;
}

.title:before {
	content: '';
	position: absolute;
	width: 300px;
	height: 7px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #039BDE;
}

.item .item-img {flex: 0 0 15%;}
.item-text {padding-left: 1.4rem; padding-right: 3rem;}

.cta  {
	background: #039BDE;
	color: #fff;
	font-size: 18px;
}

.btn-cta {
	background: #fff; 
	color: #f83f23; 
	display: inline;
	margin: 20px auto;
}

#choice-btn {
	position: absolute;
	bottom: 85px;
	left: 46.5%;
	transform: translateX(-50%) rotate(-20deg);
	background: black;
	font-size: 18px;
	font-weight: 500;
	border-radius: 50%;
	padding: 0px 3px;
	color: white;

}
.cta h2 {
	font-size: 2rem;
	line-height: 1.1;
	font-weight: 800;
}

.cta p {
	font-size: 1.2rem;
	line-height: 1.1;
	margin: 30px 0;	
}

footer p {
	text-align: center;
	margin-bottom: 0;
}
.br {display: block}



@media screen and (max-width: 668px) {
	.main-form h3 {font-size: 1.6rem}
	.main-form {padding: 40px 10px;}
	.title:before { width: 150px }
	.item .item-img { flex: 0 0 20%; }
	.item-text {padding-right: 0; padding-left: 1rem}
	.btn { display: block; width: 100%;	 }
	#choice-btn {position: inherit; background: none; color: black; font-weight: 600; text-align: center}
	.br {display: inline;}
}

@media screen and (max-width: 992px) {
	.main-call h1 {color: #f83f23; text-shadow: 0 2px 5px rgba(0,0,0,.2);}

}