.wizard > .content > .body {
    width: 80% !important;
}
.steps {
  margin: 20px auto;
  position: relative;
}
.web-to-client .steps fieldset {
  position: absolute;
  padding: 10px 25px;
  background: white;
  width: 90%;
  margin: 0 5%;
   border-radius: 5px;
  border: 1px solid #f4f4f4;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-top: 2px solid #03a9f4;
  border-bottom: 2px solid #03a9f4;
  box-sizing: border-box;
}
/*Display first form in fieldset*/
.steps fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/
.steps label{
  text-align: left !important;
}
.steps input:focus, .steps textarea:focus{
  color: #000000;
  border: 1px solid #03a9f4;
}
/*buttons*/
.steps .action-button, .action-button {
  padding: 10px 10px;
  font-weight: 600;	
  width: 150px !important;
  color: white;  
  cursor: pointer; 
  margin: 8px auto;
  display: block;
}
.steps .action-button:hover, .steps .action-button:focus, .action-button:hover, .action-button:focus {
  background:#03a9f4;
}
.steps .previous{
  float:left;
}
.steps .next, .steps .submit{
    float: right;
}
.submit-btn-wrapper{
  padding-left: 30px;
  padding-right: 30px;
}
/*heading classes*/
.form-title {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 5px;
  line-height: 1;
  color: #03a9f4;
}
/*subheading classes*/
.form-subtitle {
  margin-bottom: 25px;
  font-weight: normal;
  font-size: 13px;
  color: #333333;
}
.form-text-color{
  color:#03a9f4;
}
.text-upper {
  text-transform: uppercase;
}
.text-bold{
  font-weight: bold !important;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
/*pagination style*/
#progressbar  {
  margin-bottom: 10px;
	margin-top: 30px;
  text-align: center;
  overflow: hidden;
  /* CSS counters to number the steps */
  counter-reset: step;
  width:100%;
}
#progressbar li {
  list-style-type: none;
  position: relative;
  width: 20%;
  float: left;
}
/*progressbar Number circle*/
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  line-height: 30px;
  display: block;
  color: #575757;
  background: #f1f1f1;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  font-size: 16px;
}
/*progressbar line*/
#progressbar li:after {
  content: '';
  position: absolute;
  left: -50%;
  top: 12px;
  width: 100%;
  height: 5px;
  background: #f1f1f1;
  z-index: -1;
}
/*hide line before the first step*/
#progressbar li:first-child:after {
  content: none; 
}
/*change current and finished steps to form color*/
/*The number of the step and the line before it = form color*/
#progressbar li.active:before,  #progressbar li.active:after{
  background: #03a9f4;
  color: white;
}
@media (max-width:1024px){

.steps input, .steps textarea {
  width: 100% !important;
  outline: none;
  display: block;
  }

.error1 {
  left: 350px;
  margin-top: -65px;
}
}

@media (max-width:768px){

.container-fluid {
    padding-right: 1px;
    padding-left: 1px;
}
.steps {
  width: 100%;
  margin: 30px auto;
  position: relative;
}
.error1 {
  margin-top: 24px;
  top: -11px;
  position: relative;
  left: 0 !important;
  
}
.error1:before {
  width: 0;
  height: 0;
  left: 14px;
  top: -14px;
  content: '';
  position: absolute;
  border-left: 6px solid transparent;
  border-bottom: 8px solid #ad0a41;
  border-right: 6px solid transparent;
}
.steps .submit {
  float: right;
  margin: 28px auto 10px;
  width: 100% !important;
}
.submit-btn-wrapper{
  padding-left: 20px;
  padding-right: 20px;
}
}
.info {
  width: 300px;
  margin: 35px auto;
  text-align: center;
}
.info h1 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  padding-bottom: 5px;
}
.info span {
  color:#666666;
  font-size: 13px;
  margin-top:20px;
}
.info span a {
  color: #666666;
  text-decoration: none;
}
.info span .fa {
  color: rgb(226, 168, 16);
  font-size: 19px;
  position: relative;
  left: -2px;
}
.info span .spoilers {
  color: #999999;
  margin-top: 5px;
  font-size: 10px;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}
body.web-to-client{
	background:transparent;
}
.si_radio input[type=radio], .radio-inline input[type=radio]{
	position: absolute;
	width:0;
	opacity:0;
}
div.si_radio input+label,div.si_radio input+p+label{
	border:2px solid #CCCCCC;
	padding: 15px;
	opacity: .5;
	width:100%;
	border-radius: 10px;
}	
.si_radio input:checked+label,.si_radio input:checked+p+label {
    opacity: 1;
	border-color: #03a9f4;
    border-width: 3px;
    background: #ffffff;
	font-weight:bold;
	border-radius: 10px;
}
.checkbox label::after{top:auto}
label[for="si_cr_verify_phone"],label[for="si_cr_verify_email"]{opacity:0;}
.text-white{color:#ffffff;}
.float-right{float:right}
.float-left{float:left}
.img-center{margin-left: auto; margin-right: auto;}
.btn{margin-bottom: 7px;}
.si_button{
  margin-bottom: 20px;
  min-width: 120px;
  padding: 6px 12px;
  height:34px;
  display: block;
}