#rootwizard{
    display:inline-block;
    	padding-bottom: 20px;
    	width: 100%;
}
#wizard {
  position: relative;
  background: white;
  padding-top: 20px;
}

#rootwizard:before {
  left: 1px;
  border-width: 0 0 6px 9px;
  border-color: transparent transparent #a8a8a8 transparent;
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  top: -6px;
  border-style: solid;
  z-index: 2;
}

#rootwizard:after {
  right: 1px;
  border-width: 6px 0 0 9px;
  border-color: transparent transparent transparent #a8a8a8;
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  top: -6px;
  border-style: solid;
  z-index: 2;
}

.blue_bar {
  height: 6px;
  background-color: #1962AD;
  margin-left: 10px;
  margin-right: 10px;
}
.blue_bar:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 16px 0 16px;
  border-color: #1962AD transparent transparent transparent;
  top: 6px;
  left: 50%;
  margin-left: -9px;
  z-index: 10;
}

.form_content {
  margin-bottom: 40px;	display: inline-block;
	width: 100%;
}

.option_content {
  margin-top: 10px;
  padding: 0 30px;
}

.option_view {
  display: none;
  /* height: 350px; */
}

.option_active {
  display: block;
}

.option_title {
  font-size: 28px;
  text-align: center;
  font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
}

.option_cell {
  margin: 5px;
  position: relative;
  width: 100%;
  box-sizing: content-box;
  border: 1px solid #d9d8d3;
  border-radius: 9px;
  box-shadow: 0 8px 15px -15px rgba(0, 0, 0, 0.5);
  text-align: center;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f6f6f6 100%);
  background-repeat: repeat-x;
}

.option_cell:hover {
  border: 5px solid #ff8d00;
  margin: 1px;
}
.option_cell:hover .option_name p {
  background: #ff8d00;
  border-radius: 0;
  color: white;
}

.option_cell:hover .option_name p:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #ff8d00 transparent;
  top: -9px;
  left: 50%;
  margin-left: -9px;
}

.option_image {
  padding: 15px 5px;
  display: flex;
  cursor: pointer;
  font-size: 120px;
  height: 180px;
  object-fit:contain;
  justify-content: center;
  align-items: center;
}

.option_image img {
  max-width: 100%;
  height: 180px;
  margin: auto;
}
.option_name {
  width: 100%;
  display: table;
  height: 4em;
}

.option_name p {
  position: relative;
  vertical-align: middle;
  display: table-cell;
  min-height: 4em;
  background: #d9d8d3;
  border-radius: 0 0 7px 7px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #808080;
  margin: 0px;
  word-break:break-all;
  line-height:20px;
}

.progress_content {
  position: relative;
  display: flex;
	align-items: center;
	justify-content:center;
}

.progress {
  height: 5px !important;
  width: 55%;

  display: inline-block;
}

.progress-bar {
  background-color: #ff8d00 !important;
  box-shadow: 0 0 0 0 !important;
}

.number {
  font-size: 14px;
  font-weight: bold;
  color: #727272;
  display: inline-block;
  	margin-left: 20px;
 
}

.center_div {
  float: none !important;
  margin: 0 auto;
  padding: 0;
}

.center_div div {
  box-sizing: border-box !important
}

.postcode_box {
  min-height: 250px;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid #c4c4c4;
  background-color: #f6f6f6;
  background-position: 10% center;
  background-repeat: no-repeat;
  background-image: url(./../img/step9_backimage.png);
}

.post_rows {
  margin-top: 20px;
  margin-left: 40%;
}

.post_rows label {
  font-size: 18px;
  font-weight: bold;
}

.post_rows input {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  zoom: 1;
  width: 170px;
  font-size: 20px;
  padding-left: 13px;
}

.post_rows .hint {
  margin-left: 5px;
  display: inline-block;
  vertical-align: bottom;
  font-size: 13px;
  font-style: italic;
  line-height: 17px;
  color: #000;
}

.post_rows .orange_btn {
  display: block;
  color: #fff;
  margin-top: 40px;
  border-radius: 5px;
  text-align: center;
  text-shadow: 0 -1px 1px #666;
  box-shadow: 0px 3px 3px #aaa;
  border: none;
  cursor: pointer;
  background-image: url(./../img/button_backimage.png);
  width: 170px;
  height: 47px;
  padding: 10px;
  line-height: 27px;
  font-size: 22px;
  margin-bottom: 10px;
}

.post_rows a:hover {
  text-decoration: none;
}

.contact_form {
  float: left;
  width: 53%;
  margin-left: 5%;
  background: #f4f4f4;
  padding: 30px 20px 20px 30px;
  color: #808080;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

.form_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.form_rows {
  padding-top: 10px;
  padding-bottom: 5px;
}
.form_rows label {
  width: 18%;
}
.form_inputs {
  display: inline-block;
  width: 80%;
}

.form_inputs input {
  font-size: 13px;
  color: #8b8b8b;
  padding: 6px 10px 6px 5px !important;
  border: 1px solid transparent;
  border-radius: 3px;
}

.form_rows .orange_btn {
  display: inline-block;
  margin-top: 10px;
  width: auto;
  padding: 8px 20px;
  border: none;
  color: #fff;
  white-space: nowrap;
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  border-radius: 3px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px #999;
  background: #ff841a;
  background-image: -webkit-linear-gradient(top, #ffb300 0%, #ff841a 100%);
  background-image: -o-linear-gradient(top, #ffb300 0%, #ff841a 100%);
  background-image: linear-gradient(to bottom, #ffb300 0%, #ff841a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFB300', endColorstr='#FFFF841A', GradientType=0);
  line-height: 100%;
}

.form_rows .orange_btn small {
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  display: block;
}

.trust {
  display: inline-block;
  width: 37%;
  padding-left: 40px;
  margin-top: 20px;
}

.trust .sponsored-image {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  width: 100%;
  height: 62px;
  background-position: left center;
  text-align: left;
}
.trust .sponsored-image img {
  width: auto;
  height: 100%;
}
.trust .check {
  display: block;
  width: 100%;
  float: left;
}
.check .inner {
  display: inline-block;
  zoom: 1;
  font-size: 15px;
  text-align: left;
  background-image: url("./../img/check.png");
  background-position: left 4px;
  background-repeat: no-repeat;
  padding-left: 20px;
line-height: 30px;
}
.count-3 {
  display: block;
  width: 100%;
  float: left;
  margin-top: 20px;
}
.count-3 img {
  width: 100%;
}
.count-3 .element1 {
  display: inline-block;
  width: 30%;
}
.count-3 .element2 {
  display: inline-block;
  margin-left: 10px;
  width: 30%;
}
.count-3 .element3 {
  /*display: inline-block;
    font-size: 10px;
    max-width: 160px;
    width: 41%;
    line-height: normal;
    color: #818181;
    text-align: left;
    margin-left: 12px;
    vertical-align: middle;*/
  display: inline-block;
  margin-left: 10px;
  width: 30%;
}
@media (max-width: 572px) {
  .option_name p {
    font-size: 12px;
  }
  .option_title {
    font-size: 5vw;
  }
  .post_rows {
    margin-left: 20px;
  }
  .postcode_box {
    background-image: none;
  }

  .post_rows .hint {
    margin-left: 0;
    margin-top: 10px;
  }

  .no_padding {
    padding-left: 0px;
    padding-right: 0px;
  }
  .trust {
    padding: 10px;
  }
}

@media (max-width: 356px) {
  .option_name p.small {
    line-height: 2em;
  }
  .postcode_box {
    margin: 0px;
  }
}

@media (max-width: 1024px) {
  .form_rows label {
    width: 30%;
  }
  .form_rows .form_inputs {
    width: 100%;
  }
  .contact_form {
    width: 100%;
    margin: 0;
  }
  .trust {
    width: 100%;
  }
}

.form_rows{
    display:flex;
    align-items:center;
}
.form_rows label{
    	font-weight: bold;
	font-size: 15px;
}

/****For Mobile Devices****/

@media (max-width: 789px) and (min-width: 200px){
    .contact_form {
    padding: 10px 10px 10px 10px !important;
    }
    .form_title {
    font-size: 16px !important;
        
    }
    .option_image{
        font-size:85px;
        padding:25px 5px;
        	display: flex;
	align-items: center;
	justify-content: center;
    }
    .option_content{
        padding:0;
    }
    .option_cell{
        margin:5px 0;
    }
    .option_image img {
    	height: 100%;
    	object-fit: contain;
    }
    .option_title{
        line-height: 25px;
    }
    .form_content{
        margin-bottom:10px;
    }
}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
	#wizard .xcol-sm-6 {
    	width: 100%;
	}
	#wizard .option_image{
		float: left;
		padding: 10px;
		height: auto;	
		width: 30%;
	}
	#wizard .option_image .fa{
		font-size: 30px !important;
	}
	#wizard .option_name {
		height: 5em;
		width: 70%;
	}
	#wizard .option_name p{
		background: transparent;
		text-align: left;
		width: 80%;
	}
	
	#wizard .option_name:after {
		content: '';
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 20px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 6px;
		border-color: transparent transparent transparent #1F2B3C;
	}
	#wizard .option_cell{
		display: flex;
		width: 100%;
	}

}