/*
orange ED725A
green 0A7876

*/
.commercial-steps {
	border-right: 10px solid #EA5148;
}



.commercial #filterForm {

}

.commercialFormWrap {
	padding: 40px 50px 0px 0px;
	min-height:400px;
	background-color: #ffffff;
	
}
.commercialSteppedForm {
	background-color:#fff;
	margin-left: auto;
	margin-right: auto;
}

.commercialSteppedForm label {
}

.commercialSteppedForm input[type="text"] {
	border:solid 7px #000000!important;
	border-radius: 0px;
	/*padding: 20px 10px;*/
	font-size:20px;
	color:#000;
	font-weight: 700;
	opacity: 1;
	height:66px;
}

.commercialSteppedForm select {
	border:solid 7px #000000!important;
	border-radius: 0px;
	height: 55px;
	padding-left: 20px;
	padding-right: 20px;
	font-size:20px;
	color:#000;
	font-weight: 700;
	opacity: 1;
	max-width: 500px;
}

.commercialSteppedForm .progressBar {
	height:60px;
	max-width: 550px;
}

.commercialSteppedForm .progressBar ul {
	list-style: none;
	margin:0;
	padding:0;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.commercialSteppedForm .progressBar ul li {
	-webkit-appearance: unset!important;
    outline: 0!important;
    width: 40px!important;
    height: 40px!important;
    border-radius: 60px!important;
    border: 5px solid #EA5148!important;
    background-color: #ffffff!important;
	padding-left: unset!important;
	float: left;
	margin-right: 10px;
	transition: all .3s ease;
}
@media only screen and (max-width: 600px) {
  .commercialSteppedForm .progressBar ul li {
    margin:0 0px;
	width:26px;
	height:26px;
    }
}
.commercialSteppedForm .progressBar ul li.active {
	border: 8px solid #EA5148!important;
}

.commercialSteppedForm .progressBar ul li.completed {
	  background-color: #EA5148!important;
  background-image: url("/images/propp/icons/tick_propp.png")!important;
  background-size: 70%!important;
  background-position: 50% 55%!important;
  background-repeat: no-repeat!important;
  border: 2px solid #EA5148!important;
  outline: 0!important;
}

.commercialSteppedForm .steppedFormField {
	min-height: 200px;
	padding:0 0px;
}
@media only screen and (max-width: 600px) {
  .commercialSteppedForm .steppedFormField {
    padding:0 0px;
  }
}

.commercialSteppedForm .steppedFormButton.prev {
	float:left;
	margin: 20px 0px;

}
.commercialSteppedForm .steppedFormButton.next {
	float:right;
margin: 20px 0px;
}

.steppedFormButton a {
		border-color: #EA5148!important;
	width: 200px;
}

.steppedFormButton a:hover {
	background-color: #EA5148;
	cursor: pointer;
}

.steppedFormField h2 {
	font-size: 32px;
}

.steppedFormButton a.back-icon {
		text-align: right;
}

.steppedFormButton a.back-icon:after {
	content: "\f053";
	padding-left: 0px;
	padding-right: 15px;
	float: left;
}

.commercialSteppedForm input[type="checkbox"], .commercialSteppedForm input[type="radio"] {
	display:inline-block;
  -webkit-appearance: unset;
  outline: 0;
  width: 25px;
  height: 25px;
  border-radius: 60px;
  border: 2px solid #EA5148;
  margin-top: 7px;
  background-color: #ffffff;
	margin-right:6px;
}

.commercialSteppedForm input[type="checkbox"]:checked, .commercialSteppedForm input[type="radio"]:checked {
  background-color: #EA5148;
}

.t-btn-green {
	padding:10px 30px;
}


@media only screen and (max-width: 767px) {
	.commercial-steps {
	border-right: 0px;
	}
	
	.commercialFormWrap {
		padding: 50px 0px 0px 0px;
	}
	
}

@media only screen and (max-width: 576px) {
	.commercialSteppedForm .progressBar ul li {
	-webkit-appearance: unset!important;
    outline: 0!important;
    width: 25px!important;
    height: 25px!important;
    border-radius: 60px!important;
    border: 3px solid #EA5148!important;
    background-color: #ffffff!important;
	padding-left: unset!important;
	float: left;
	margin-right: 10px;
	transition: all .3s ease;
}
	.commercialSteppedForm .progressBar ul li.active {
	border: 5px solid #EA5148!important;
}

.commercialSteppedForm .progressBar ul li.completed {
	  background-color: #EA5148!important;
  background-image: url("/images/propp/icons/tick_propp.png")!important;
  background-size: 70%!important;
  background-position: 50% 55%!important;
  background-repeat: no-repeat!important;
  border: 2px solid #EA5148!important;
  outline: 0!important;
}
}
