/*basic reset*/

/*form styles*/
.steps {
    width: 90%;
  margin: 50px auto;
  position: relative;
}

.steps fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.08);
  padding: 20px 30px;
  border-top: 9px solid #3697d3;
  box-sizing: border-box;
    width: 85%;
    margin: 0 auto;  
  /*stacking fieldsets above each other*/
}
/*Hide all except first fieldset*/
.steps fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/
.steps label{
  color: #333333;
  text-align: left !important;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 0;
  padding-top: 0;
 /* display:none;*/
}


.steps input, .steps textarea {
  outline: none;
  display: block;
  width: 100%;
  margin: 0 0 3px;
  padding: 10px 15px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #837E7E;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-wieght: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.steps input:focus, .steps textarea:focus{
  color: #333333;
  border: 1px solid #7B1FA2;
}

.error1 , label.error{
   -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;;
  -moz-box-shadow: 0 0 0 transparent !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
  position: absolute !important;
  top: -12px !important;
  left: auto !important;
  padding: 0 10px !important;
  height: 39px !important;
  display: block;
  color: #CC0033 !important;
  background: #fff !important;
  border:1px solid #CC0033;
  font: 14px;
  line-height: 39px !important;
  white-space: nowrap !important;

}
td label.error{
	 left: auto !important;
    top: auto !important;
    margin-top: -91px;
	
	}
	
.webform-component label.error{    top: -12px !important;left: auto !important;right: 6px;}
.webform-component label.error:before , td label.error:before{
	width: 0 !important;
    height: 0 !important;
    left: 63px !important;
    top: 35px !important;
    content: '' !important;
    position: absolute !important;
    border-top: 6px solid transparent !important;
    border-left: 8px solid #CC0033 !important;
    border-bottom: 6px solid transparent !important;
    transform: rotate(89deg);
	border-right: 0 !important;
	}
	.webform-component .product_filter li label.error{    top: -46px !important;left: 100px !important;    right: auto;}
.error1:before , label.error:before{
 width: 0 !important;
    height: 0 !important;
    left: 63px !important;
    top: 35px !important;
    content: '' !important;
    position: absolute !important;
    border-top: 6px solid transparent !important;
    border-left: 8px solid #CC0033 !important;
    border-bottom: 6px solid transparent !important;
    transform: rotate(89deg);
	border-right: 0 !important;
}
.radio label.error{    top: -29px !important;}
.contact-form label.error{   top: -40px !important; /* left: 47% !important; */ right: 17px;}
.seslect_date label.error{    width: 83%;white-space: pre-wrap !important;height: auto !important;line-height: 1.5 !important;text-align: center !important;top: -45px !important;}
	.seslect_date  label.error:before {left: 45px !important;
    top: 37px !important;}
	
.error-log{
    margin: 5px 5px 5px 0;
  font-size: 19px;
  position: relative;
  bottom: -2px;
}

.question-log {
  margin: 5px 1px 5px 0;
  font-size: 15px;
  position: relative;
  bottom: -2px;
  }

/*buttons*/
.steps .action-button, .action-button {
  width: 100px !important;
  background: #3697d3;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px auto;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: block;
}

.steps .next, .steps .submit2{
    float: right;
}

.steps .previous{
  float:left;
}

.steps .action-button:hover, .steps .action-button:focus, .action-button:hover, .action-button:focus {
  background:#3697d3;;
}

.steps .explanation{
display: block;
  clear: both;
  width: 540px;
  background: #f2f2f2;
  position: relative;
  margin-left: -30px;
  padding: 22px 0px;
  margin-bottom: -10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 10px;
  text-align: center;
  color: #333333;
  font-size: 12px;
  font-weight: 200;
  cursor:pointer;
}


/*headings*/
.fs-title {
  text-transform: uppercase;
     margin: 0 0 5px;
     line-height: 1;
     color: #7B1FA2;
     font-size: 18px;
    font-weight: 400;
    text-align:center;
}
.fs-subtitle ,.media-body h5 ,.Lfp_not h5{
      font-weight: 600;
    font-size: 14px;
    color: #837E7E;
    margin-bottom: 18px;
    text-align: left;
}
.fs-subtitle:before{position: absolute;
    content: '';
    height: 11px;
    width: 6px;
    background: #bfbfbf;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	margin: 8px -2px;
	margin-left: -8px;
	}
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  width:100%;
  text-align: center;
}
#progressbar li {
  list-style-type: none;
    color: rgb(51, 51, 51);
  text-transform: capitalize;
  font-size: 12px;
  width: 13%;
  float: left;
  position: relative;}
  
#progressbar li:first-child {margin-left: 53px;}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 46px;
  line-height: 40px;
  display: block;
  font-size: 16px;
  color: #ccc;
 background: #fff;
  margin: 0 auto 5px auto;
      border-radius: 50%;
    border: 3px solid #ccc;
}
/*progressbar connectors*/

#progressbar li:after {
   content: '';
    width: 108%;
    height: 0px;
    background: white;
    position: absolute;
    left: -56%;
    top: 26px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
          background: #fff;
    color: #05C675;
    border-color: #05C675;
    border: 3px solid #05C675;
}


/* my modal */

.modal p{
  font-size: 15px;
  font-weight: 100;
  color: #3C3B3B;
  line-height: 21px;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal.modal-show {
  visibility: visible;
}
.lt-ie9 .modal {
  top: 0;
  margin-left: -315px;
}

.modal-content {
  background: #ffffff;
  position: relative;
  margin: 0 auto;
  padding: 40px;
  border-radius: 3px;
}

.modal-overlay {
  background: #000000;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -moz-transition-delay: 0.5s, 0.1s;
  -o-transition-delay: 0.5s, 0.1s;
  -webkit-transition-delay: 0.5s, 0.1s;
  transition-delay: 0.5s, 0.1s;
  -moz-transition-duration: 0, 0.5s;
  -o-transition-duration: 0, 0.5s;
  -webkit-transition-duration: 0, 0.5s;
  transition-duration: 0, 0.5s;
}
.modal-show .modal-overlay {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/*slide*/
.modal[data-modal-effect|=slide] .modal-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.5s 0;
  -o-transition: all 0.5s 0;
  -webkit-transition: all 0.5s 0;
  transition: all 0.5s 0;
}
.modal[data-modal-effect|=slide].modal-show .modal-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.5s 0.1s;
  -o-transition: all 0.5s 0.1s;
  -webkit-transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
  transition: all 0.5s 0.1s;
}
.modal[data-modal-effect=slide-top] .modal-content {
  -moz-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
}
.modal[data-modal-effect=slide-top].modal-show .modal-content {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


/* RESPONSIVE */

/* moves error logs in tablet/smaller screens */

@media (max-width:1000px){

/*brings inputs down in size */
.steps input, .steps textarea {
  outline: none;
  display: block;
  width: 100% !important;
  }

  /*brings errors in */
  .error1 {
  left: 345px;
  margin-top: -58px;
}




}


@media (max-width:675px){
/*mobile phone: uncollapse all fields: remove progress bar*/
.fs-subtitle:before{left: 4%;}
.fs-subtitle{ margin-left: 3%;}
div < .fs-subtitle:before{left: 4%;}
div < .fs-subtitle{ margin-left: 6%;}

#progressbar{display: none;}
.steps {
  width: 100%;
  margin: 50px auto;
  position: relative;
}

/*#progressbar{
  display:none;
}*/

/*move error logs */
.error1 {
  position: relative;
  left: 0 !important;
  margin-top: 24px;
  top: -11px;
}

.error1:before {
  width: 0;
  height: 0;
  left: 14px;
  top: -14px;
  content: '';
  position: absolute;
  border-left: 6px solid transparent;
  border-bottom: 8px solid #e62163;
  border-right: 6px solid transparent;
  }

/*show hidden fieldsets */
/*.steps fieldset:not(:first-of-type) {
  display: block;
}*/

.steps fieldset{
  position:relative;
  width: 100%;
  margin:0 auto;
  margin-top: 45px;
}

/*.steps .next, .steps .previous{
  display:none;
}*/

/*.steps .explanation{
  display:none;
}*/

.steps .submit2 {
  float: right;
  margin: 9px auto 10px;

}
.acc_mobile{background: none rgb(245, 245, 245); border-color: rgb(193, 193, 193);}
}



/* Info */
/*.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;
}
.border_borduct{border-top:1px solid #ccc}
.col-md-4 .alert-note{    position: absolute;
    top: 0;}
	.radio label{padding-top: 12px;}
#tab5 label.error{    right: 7px;}
.reoder_info .img {
    position: relative;
    overflow: hidden;
    height: 140px;
}

