.claim-form-section .wizard {
  width: 100%
}

.claim-form-section .wizard .content {
  margin-left: 0 !important
}

.claim-form-section .wizard>.steps {
  position: relative;
  display: block;
  width: 100%
}

.claim-form-section .wizard>.steps .current-info {
  position: absolute;
  left: -99999px
}

.claim-form-section .wizard>.steps>ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  list-style: none
}

.claim-form-section .wizard>.steps>ul>li {
  position: relative;
  display: table-cell;
  width: auto;
  text-align: center;
  vertical-align: top
}

.claim-form-section .wizard>.steps>ul>li:after,
.claim-form-section .wizard>.steps>ul>li:before {
  z-index: 9;
  top: 43px;
  display: block;
  width: 50%;
  height: 5px;
  content: '';
  background-color: #000;
}

.claim-form-section .wizard>.steps>ul>li a {
  position: relative;
  display: block;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 60px;
  text-decoration: none;
  font-family: "Cabin", Sans-serif;
  font-weight: 600;
}

.claim-form-section .wizard>.steps>ul>li:before {
  position: absolute;
  left: 0
}

.claim-form-section .wizard>.steps>ul>li:after {
  position: absolute;
  right: 0
}

.claim-form-section .wizard>.steps>ul>li:first-child:before,
.claim-form-section .wizard>.steps>ul>li:last-child:after {
  content: none
}

.claim-form-section .wizard>.steps>ul>li.current>a {
  cursor: default;
  color: #000;
}

.claim-form-section .wizard>.steps>ul>li.current .step {
  color: #fff !important;
  background-color: #00d258;
  border-color: #00d258;
}

.claim-form-section .wizard>.steps>ul>li.current:after,
.claim-form-section .wizard>.steps>ul>li.current~li:after,
.claim-form-section .wizard>.steps>ul>li.current~li:before {
  background-color: #e5e5e5;
}

.claim-form-section .wizard>.steps>ul>li.disabled a,
.claim-form-section .wizard>.steps>ul>li.disabled a:focus,
.claim-form-section .wizard>.steps>ul>li.disabled a:hover {
  cursor: default;
  color: #6b6d7e;
}

.claim-form-section .wizard>.steps>ul>li.done a,
.claim-form-section .wizard>.steps>ul>li.done a:focus,
.claim-form-section .wizard>.steps>ul>li.done a:hover {
  color: #000;
}

.claim-form-section .wizard>.steps>ul>li.done .step {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.claim-form-section .wizard>.steps>ul>li.error .step {
  color: #00d258;
  border-color: #00d258
}

.claim-form-section .wizard>.steps .step {
  font-size: 18px;
  line-height: 50px;
  font-weight: 600;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  margin-left: -26px;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
  background-color: #fff;
  border: 5px solid #e5e5e5;
}

.claim-form-section .wizard>.content {
  position: relative;
  width: auto;
  margin: 0;
  padding: 0
}

.claim-form-section .wizard>.content>.title {
  position: absolute;
  left: -99999px
}

.claim-form-section .wizard>.content>.body {
  padding: 0;
}

.claim-form-section .wizard>.content>iframe {
  width: 100%;
  height: 100%;
  border: 0
}

.claim-form-section .wizard>.actions {
  position: relative;
  display: block;
  margin: 15px 0 0 0;
  padding: 30px 0 0;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.claim-form-section .wizard>.actions>ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none
}

.claim-form-section .wizard>.actions>ul:after {
  display: table;
  clear: both;
  content: ''
}

.claim-form-section .wizard>.actions>ul>li {
  float: left
}

.claim-form-section .wizard>.actions>ul>li+li {
  margin-left: 10px
}

.claim-form-section .wizard>.actions>ul>li>a {
  display: block;
  font-size: 16px;
  padding: 5px 18px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  background: #000
}

.claim-form-section .wizard>.actions>ul>li>a:focus,
.claim-form-section .wizard>.actions>ul>li>a:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset
}

.claim-form-section .wizard>.actions>ul>li>a:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset
}

.claim-form-section .wizard>.actions>ul>li>a[href='#previous'] {
  color: #fff;
  background-color: #00d258
}

.claim-form-section .wizard>.actions>ul>li>a[href='#previous']:focus,
.claim-form-section .wizard>.actions>ul>li>a[href='#previous']:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset
}

.claim-form-section .wizard>.actions>ul>li>a[href='#previous']:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset
}

.claim-form-section .wizard>.actions>ul>li.disabled>a,
.claim-form-section .wizard>.actions>ul>li.disabled>a:focus,
.claim-form-section .wizard>.actions>ul>li.disabled>a:hover {
  color: #fff
}

.claim-form-section .wizard>.actions>ul>li.disabled>a[href='#previous'] {
  background-color: #6b6d7e;
  -webkit-box-shadow: none;
  box-shadow: none
}

.claim-form-section .wizard>.actions>ul>li.disabled>a[href='#previous']:focus,
.claim-form-section .wizard>.actions>ul>li.disabled>a[href='#previous']:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

.claim-form-section .wizard.vertical>.steps {
  display: inline;
  float: left;
  width: 10%
}

.claim-form-section .wizard.vertical>.steps>ul>li {
  display: block;
  width: 100%
}

.claim-form-section .wizard.vertical>.steps>ul>li.current:after,
.claim-form-section .wizard.vertical>.steps>ul>li.current:before,
.claim-form-section .wizard.vertical>.steps>ul>li.current~li:after,
.claim-form-section .wizard.vertical>.steps>ul>li.current~li:before,
.claim-form-section .wizard.vertical>.steps>ul>li:after,
.claim-form-section .wizard.vertical>.steps>ul>li:before {
  background-color: transparent
}

.claim-form-section .wizard>.actions>ul>li.disabled>a[href='#previous'] {
  opacity: 0;
  visibility: hidden;
  cursor: none;
}



@media (max-width:768px) {
  .claim-form-section .wizard>.steps>ul {
      margin-bottom: 20px
  }

  .claim-form-section .wizard>.steps>ul>li {
      display: block;
      float: left;
      width: 50%
  }

  .claim-form-section .wizard>.steps>ul>li>a {
      margin-bottom: 0
  }

  .claim-form-section .wizard>.steps>ul>li:first-child:before {
      content: ''
  }

  .claim-form-section .wizard>.steps>ul>li:last-child:after {
      content: '';
      background-color: #000
  }

  .claim-form-section .wizard.vertical>.steps {
      width: 15%
  }
}

@media (max-width:480px) {
  .claim-form-section .wizard>.steps>ul>li {
      width: 100%
  }

  .claim-form-section .wizard>.steps>ul>li.current:after {
      background-color: #000
  }

  .claim-form-section .wizard.vertical>.steps {
      width: 20%
  }
}