*{
	outline:none;
}
#masthead{ display:none; }
main#main  { padding-left: 20px;
    padding-right: 20px;}
#form-main
{
	margin: auto;
	max-width: 880px;
    background: #fff;
    padding: 0;
    text-align: center;
    z-index: 10;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    position: relative;
}	
#form-main .container { padding:0; }
.trustbelowcontainer {
	display: flex;
    justify-content: space-between;
	padding: 5px 10px;
	
}
.trustbelowcontainer img {

}
.steps {
    min-height: 340px;
}
.step-title {
    margin: 0;
    background: #3c63ad;
    padding: 15px;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: center;
	border-radius: 2px 2px 0 0;
}
.step-title  h2{
	 color: #fff;
	 font-size: 28px;
	 margin: 0;
}
.step-content {
    display: flex;
    align-content: center;
    flex-direction: row;
	justify-content: center;
}
.step-box {
    flex-basis: auto;
    max-width: 170px;
}
.step-box img{
	margin:auto;
	cursor:pointer;
}
.step-box {
    /*adding: 10px 25px; */
    /* min-width: 200px; */
    margin: 5px;
    color: #3c63ad;
    background: #fff;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    font-weight: 600;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    transition: .3s;
    cursor: pointer;
}
.step-box label{
	display:block;
	padding: 10px 25px;
	cursor:pointer;
	width: 100%;
}
.step-box:hover ,.step-box.checked {
    border: 1px solid #3c63ad;    
}
.step-box:hover h6 {
	color: #3c63ad;
}
.step-box h6 {
    color: #1a1e4d;
    letter-spacing: normal;
    font-weight: 600;
    font-size: 13px;
}
.step-content input[type=radio] {
    display:none; 
}
.step-content-last {
    flex-direction: row;
    padding: 0 15px;
    margin-top: -15px;
    margin-bottom: 30px;
    align-content: space-between;
    justify-content: space-between;
}
.step-content-last .contact-left {
    width: 60%;
}	
.step-content-last .contact-right {
    width: 37%;
}	

.contact-profle {
    background-color: #f2f2f2;
    padding: 15px;
    border-radius: 3px;
}
.form-row {
    margin-bottom: 12px;
        position: relative;
}
.form-row.conditions {
    text-align: left;
}
.conditions label {
    font-size: 13px;
    letter-spacing: normal;
    font-weight: 400;
    color: #333;
}
.conditions   input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #ccc;
    background: #fff;
    vertical-align: middle;
    margin-right: 6px;
}
.conditions  .checkboxerror { color:#f00; }
.step-content-last  input[type="text"],.step-content-last  input[type="email"]{
	height: 60px;
    font-size: 16px;
    color: #3c63ad;
    font-weight: 600;
	width: 100%;
	padding: 16.5px 15px ;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border-radius:2px;
    outline:none !important;	
}

.form-row label.labelup {
    position: absolute;
    top: 1rem;
    pointer-events: none;
    padding-left: 1rem;
    z-index: 1;
    color: #b3b3b3;
    font-size: 1.2rem;
    font-weight: 400;
    -webkit-transition: all .28s ease;
    transition: all .28s ease;
    line-height: normal;
}
.step-content-last input.error {
    border:solid 1px #f00;
}
.form-row.inputfocus label.labelup
{
     top: .2rem;
    font-size: .7rem;
    color: gray;
}
.contact-left input[type="button"]{
    width:100%;
     background: #f77f00;
    border: 0;
    padding: 20px 45px;
    outline: none;
    text-transform: uppercase;
}
.contact-profle h6{
    font-size: 1rem;
    letter-spacing: normal;
    font-weight: 400;
    color: #333;
    text-align: left;
    margin-bottom: 10px;
    line-height: normal;
}
.contact-profle p {
    font-weight: 600;
    text-align: left;
    margin: 0;
    font-size: 14px;
    padding: 2px;
    line-height: 14px;
}
.contact-profle a {
    color: #3c63ad;
    font-weight: 600;
}
input#submit {
    font-weight: 300;
    background-color: #f77f00;
    width: 100%;
    font-size: 1.3em;
    padding: 15px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    outline: none;
    cursor: pointer;
	transition: 0.2s;
}
input#submit:hover {
	background-color: #4caf50;
}
.step-controls button {
    background: #4baf50;
    color: #fff;
    border: 0;
    padding: 20px 45px;
    line-height: 5px;
    box-sizing: border-box;
    text-decoration: none;
    text-shadow: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    outline: 0;
    margin: 0 7px;
    cursor: pointer;
}
.step-controls button:hover {
	background: #3c63ad	;
}
button#nextstep.disabled ,button#prevstep.disabled {
    opacity: 0;
	pointer-events:none;
}
button#prevstep {
	background-color: #e2e2e2;	
	color: #333;
}	
.contact-profle img {
    max-width: 100%;
    border-bottom: 2px solid #3c63ad;
}

#step8 .step-box{ border: 0;max-width: inherit; }
#step8 .step-content {align-items: center; }

.meter {
    height: 10px;
    position: relative;
	bottom: 10px;
    margin: 30px 30px;
    background-color: #f7f7f7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: inset 0 -1px 1px rgb(255 255 255 / 30%);
    -moz-box-shadow: inset 0 -1px 1px rgba(255,255,255,.3);
    box-shadow: inset 0 -1px 1px rgb(255 255 255 / 30%);
}
.meter > span {
	display: block;
	height: 100%;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #3c63ad;
    background-color: #3c63ad;
	-webkit-box-shadow:  inset 0 2px 9px  rgba(255,255,255,0.3),inset 0 -2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow:inset 0 2px 9px  rgba(255,255,255,0.3),inset 0 -2px 6px rgba(0,0,0,0.4);
	box-shadow:inset 0 2px 9px  rgba(255,255,255,0.3),inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
	overflow: hidden;
}
.meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image:-webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, rgba(255, 255, 255, .2)),color-stop(.25, transparent), color-stop(.5, transparent), 
	   color-stop(.5, rgba(255, 255, 255, .2)),color-stop(.75, rgba(255, 255, 255, .2)),color-stop(.75, transparent), to(transparent));
	background-image:-moz-linear-gradient(-45deg,rgba(255, 255, 255, .2) 25%,transparent 25%,transparent 50%,rgba(255, 255, 255, .2) 50%,rgba(255, 255, 255, .2) 75%, 
			      transparent 75%,transparent);
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
}
.animate > span:after {
	display: none;
}
@-webkit-keyframes move {
   0% {
		  background-position: 0 0;
	 }
	 100% {
	       background-position: 50px 50px;
	   }
	}
.orange > span {
		background-color: #f1a165;
		background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
		background-image: -webkit-linear-gradient(#f1a165, #f36d0a); 
}
.red > span {
		background-color: #f0a3a3;
		background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
		background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}
.nostripes > span > span, .nostripes > span:after {
		-webkit-animation: none;
		background-image: none;
}

@media screen and (max-width:991px){
  .step-box {     min-width: inherit; }
}	

@media screen and (max-width:767px){
    .step-content,.step-content-last {flex-direction: column;}
   .step-box { max-width:inherit; margin:5px 15px;}
    .step-box img {
      max-width: 64px;
	  cursor: pointer;
   }
   .step-controls button,input#submit
   {
		font-size: 14px;
		padding: 20px 7px;
   }
   .step-content-last .contact-left {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .step-title h2 {
        font-size: 16px;
    }
    .step-controls {
        margin-top: 40px;
    }
	.step-content-last .contact-right {
    width: 100%;
}
   
}
 