.brdr{
  border: 1px solid;
}
.wrap-wizardForm-handyman{
  background: #fff;
 padding: 20px;
 border: 1px solid #ddd;
 border-top:3px solid #670809;
 border-radius: 2px;
 box-shadow: 0px 0px 3px rgba(99, 99, 99, 0.2);
}
/***
Bootstrap Wizard
***/
/* .form-wizard .progress {
  margin-bottom: 30px;
} */
.form-wizard .steps {
  padding: 10px 0;
  margin-bottom: 15px;
  background-color: white;
  background-image: none;
  filter: none;
  border: 0px;
  box-shadow: none;
}
.form-wizard .steps > li > a.step {
  background-color: white;
  background-image: none;
  filter: none;
  border: 0px;
  box-shadow: none;
}
.form-wizard .steps > li > a.step:hover {
  background: none;
}
.form-wizard .steps > li > a.step > .number {
  background-color: #eee;
  display: inline-block;
  text-align: center !important;
  font-size: 16px;
  font-weight: 300;
  padding: 11px 15px 13px 15px;
  margin-right: 10px;
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.form-wizard .steps > li > a.step > .desc {
  display: inline-block;
  font-size: 11px;
  font-weight: 300;
}
.form-wizard .steps > li > a.step > .desc > i {
  display: none;
}
.form-wizard .steps > li.active > a.step .number {
  background-color: #45b6af;
  color: #fff;
}
.form-wizard .steps > li.active > a.step .desc {
  color: #333;
}
.form-wizard .steps > li.done > a.step .number {
  background-color: #dfba49;
  color: #fff;
}
.form-wizard .steps > li.done > a.step .desc {
  color: #333;
}
.form-wizard .steps > li.done > a.step .desc i {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 1200px) {
  /* 768px & 1200px */
  .form-wizard .step .desc {
    margin-top: 10px;
    display: block;
  }
}
@media (max-width: 768px) {
  /* 768px */
  .form-wizard .steps > li > a {
    text-align: left;
  }
}
/* Forms Custom Wizard */
.text-red{
  color: red;
}
.fnt-nrml{
  font-weight: normal;
  font-weight: 300;
  font-size:small;
}
/* Form Actions */
.form-actions.wizardFrom {
    background-color: none;
    border-top: 1px solid #e5e5e5;
    margin: 0;
    padding: 20px 10px;
}
.pd-left{
  padding-left: 10px;
}
/* Sidebar design */
.small-circle{
  position: relative;
  width: 45px;
  display: inline-block;
  height: 45px;
  vertical-align: top;
}
.small-circle [class*="con-i"]:before {
  background: none repeat scroll 0 0 #d43f3a;
  border-radius: 999em;
  box-shadow: 0 2px 0 #21802b inset, 0 1px 0 #fff;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 42px;
  left: 0;
  line-height: 42px;
  position: absolute;
  text-align: center;
  text-shadow: 0 -2px 0 #21802b;
  top: 5px;
  width: 42px;
}
.text-panel{
  display: inline-block;
  line-height: 2.8em;
}
/* Testimonials */
blockquote.testimonial {
  background: #efefef;
  border-radius: 10px;
  border: 0;
  color: #666;
  font-family: Georgia, serif;
  font-style: italic;
  margin: 0;
  padding: 10px 50px;
  position: relative;
}

blockquote.testimonial:before {
  left: 10px;
  top: 0;
  color: #2a2a2a;
  content: "\201C";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}

blockquote.testimonial:after {
  color: #2a2a2a;
  content: "\201C";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  bottom: -0.5em;
  content: "\201D";
  right: 10px;
}

blockquote.testimonial p {
  color: #2a2a2a;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.3;
}

/* Testimonials Arrow */
.testimonial-arrow-down {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #efefef;
  height: 0;
  margin: 0 0 0 25px;
  width: 0;
}

/* Testimonials Author */
.testimonial-author {
  margin: 8px 0 0 8px;
}

.testimonial-author .img-thumbnail {
  float: left;
  margin-right: 10px;
}

.testimonial-author .img-thumbnail img {
  max-width: 60px;
}

.testimonial-author strong {
  color: #111;
  display: block;
  padding-top: 7px;
}

.testimonial-author span {
  color: #666;
  display: block;
  font-size: 12px;
}

.testimonial-author p {
  color: #999;
  margin: 0 0 0 25px;
  text-align: left;
}
/* Header Title of Testimonial */
.testimonial-h2{
  text-align: center;
}
.testimonial-h2:after{
  border-bottom: 2px solid #b7bbbf;
  content: " ";
  display: block;
  margin: 0 auto;
  padding-top: 7px;
  width: 73px;
  z-index: 2;
}
.testimonial-h2 .rdtext{
  color: #d43f3a;
}