
#quote-form h2 {
	width: 14vw;
}


@media screen and (max-width: 450px) {
#quote-form h2 {
	font-size: 16px;
	width: 370px;
}
}

.benefits-bim {
	margin-left: -20px;
}
.benefit-bim li {
	list-style-type: none;
	display: block;
	height: 100px;
	float: left;
	padding: 10px;
	margin: 5px;
	text-align: center;
	padding-top: 25px;
	border: 1px solid #cccccc;
	background: #f3f3f3;
	width: 275px;
	font-size: 0.8vw;
	font-weight: bold;
	color: #ed874e;
}

@media screen and (max-width: 1400px) {
.benefit-bim li {
	font-size: 1.2vw;
}
}

@media screen and (max-width: 991px) {
.benefit-bim li {
	font-size: 1.4vw;
}
}

@media screen and (max-width: 750px) {
.benefit-bim li {
	font-size: 1.6vw;
}
}

@media screen and (max-width: 550px) {
.benefit-bim li {
	font-size: 3vw;
}
}
.benefit-bim li, .benefit-bim li:hover {
	transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.benefit-bim li:hover {
	background: rgb(237,135,78);
	background: rgba(237,135,78,0.40);
	border: 1px solid rgb(237,135,78);
}
/*.benefit-bim li:nth-child(4n) {
	background: rgb(237,135,78);
	background: rgba(237,135,78,0.40);
}*/

.stages-icon {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.stages-desc {
	font-size: 16px;
}

 
.software-logos {
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 80px;
}
.software-logos img {
	float: left;
	margin: 12px;
}