@CHARSET "UTF-8";

h1{
   height:70px;
}

.form-group{
   width: 50%;float: left;padding-right: 2.5%;
}
.form-group h4{
	line-height: 50px
}
.box{
   width: 100%;position: relative;min-height: 60px;clear:both;
}
.box .remove-btn{
	position: absolute;right: 0;top: 12%;font-size: 18px;cursor: pointer;
}
.box .form-group{
   min-height:50px;
}
.box-row-1 .form-group{
	width: 100%!important;
}
.box-row-3 .form-group{
   width: 33%!important;
}
.box-row-4 .form-group{
	width:25%!important;
}
.box-row-5 .form-group{
	width:20%!important;
}
.box-checkbox-5 label.checkbox-inline{
   width:18%;margin:0;padding:0;height:35px;padding-left:30px;
}
#result{
   font-size: 16px;
}
#result span{
   color: red
}

#step3{
   display: none;
}