.boiler-calc *::before, .boiler-calc *::after {
	box-sizing: border-box;
} 
.boiler-calc .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
    font-size: 60px;
	margin-left: 0px;
}
.choices {
	text-align: center;
}
.choices h3{
	font-size: 26px;
	font-weight: 700
}
.choices .line {
	display: inline-block;
	width: 100%;
	margin: 0 0 25px;
	clear: both;
}

.choices .choice {
	width: 33.3333%;
	text-align: center;
	font-size: 18px;
	display: block;
	float: left;
	margin: 0 auto 28px;
	padding: 15px;
	cursor: pointer;
	font-weight: 300;
	color: #0151a6;
}
.choices .choice i {
	text-align: center;
	display: block;
	float: none;
	margin: 0 auto;
}
.choices .choice i:before {
	font-size: 60px;
	color: #242424;
}
.choices .choice.chosen {
	box-shadow: inset 0 0 0 4px #cf7107;
	border-radius: 5px;
}
.choices .age .choice,
.choices .bedrooms .choice {
	width: 20%;
}

.choices .age,
.choices .bedrooms,
.choices .bathrooms {
	display: none
}
.results {
	text-align: center;
	margin-top: 20px;
	display: inline-block;
	width: auto;
}
.show,
.quote-form .form-group .submit-btn {
	display: none;
	border: 3px solid #0151a6;
	color: #fff;
	background: #0151a6;
	padding: 14px 35px;
	text-align: center;
	margin: 0px auto 20px !important;
	border-radius: 3px;
	font-size: 18px;
	font-weight: 500;
	text-transform: none;
}
.quote-form .form-group .submit-btn {
	display: block;
	margin: 0px auto;
}
.show:hover,
.quote-form .form-group .submit-btn:hover {
	border: 3px solid #0151a6;
	color: #0151a6;
	background: #fff;
}
.results .result {
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	clear: both;
	width: 100%;
}

.boiler-calc .row.quote-form {
	display: none;
	text-align: left;
}
.quote-form form {
	max-width: 500px;
	margin: 20px auto;
	width: 100%;
	padding: 0 20px;
}
.quote-form .form-group input,
.quote-form .form-group textarea {
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 3px;
	padding: 10px 15px;
	width: 100%;
	margin: 0 auto 10px;

}

.models {
	margin-bottom: 20px
}
.models h2 {
	text-align: center;
	margin: 20px auto 20px;
	width: 100%;
}
.models .col-sm {
	text-align: center;
	margin-bottom: 20px
}
.models .col-sm h3 {
	font-size: 1.25rem;
	margin: 10px auto 5px;
}


@media only screen and (max-width: 600px) {
	.choices .choice i::before {
		line-height: 38px;
		font-size: 34px;
	}
	.choices .type .choice i::before {
		line-height: 60px;
		font-size: 50px;
	}
	.choices .choice i {
		margin-bottom: 10px;
	}
	.choices .choice {
		line-height: 18px;
		font-size: 16px
	}
	.choices h3 {
		font-size: 20px;
	}
}