body {
  margin: auto;
}
.container {
  margin: auto;
}
.steps .step {
  display: block;
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
}

.steps .step .step-icon-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 70px;
  text-align: center;
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 3px;
  margin-top: -1px;
  background-color: #e1e7ec;
  content: "";
  z-index: 1;
}

.steps .step .step-icon-wrap::before {
  left: 0;
}

.steps .step .step-icon-wrap::after {
  right: 0;
}

.steps .step .step-icon {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid #e1e7ec;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #374250;
  font-size: 38px;
  line-height: 81px;
  z-index: 5;
}

.steps .step .step-title {
  margin-top: 16px;
  margin-bottom: 0;
  color: #606975;
  font-size: 14px;
  font-weight: 500;
}

.steps .step:first-child .step-icon-wrap::before {
  display: none;
}

.steps .step:last-child .step-icon-wrap::after {
  display: none;
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
  background-color: #002F56;
}

.steps .step.completed .step-icon {
  border-color: #002F56;
  background-color: #002F56;
  color: #fff;
}

.steps .step.completed2 .step-icon-wrap::before,
.steps .step.completed2 .step-icon-wrap::after {
  background-color: #922b2b;
}

.steps .step.completed2 .step-icon {
  border-color: #922b2b;
  background-color: #922b2b;
  color: #fff;
}

.steps .step.completed3 .step-icon-wrap::before,
.steps .step.completed3 .step-icon-wrap::after {
  background-color: #4dbd44;
}

.steps .step.completed3 .step-icon {
  border-color: #4dbd44;
  background-color: #4dbd44;
  color: #fff;
}
@media (max-width: 340px) {
  .steps {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap .step .step-icon-wrap::before,
  .flex-sm-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}

@media (max-width: 576px) {
  .steps .step .step-icon-wrap {
    height: 50px;
  }

  .steps .step .step-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.contact {
  float: left;
  text-align: left;
  padding-left: 10%;
}
.contact1 {
  float: center;
  text-align: center;
}
.contact2 {
  float: right;
  text-align: right;
  padding-right: 10%;
}

@media  screen and (max-width: 768px) {
  .flex-md-nowrap .step .step-icon-wrap::before,
  .flex-md-nowrap .step .step-icon-wrap::after {
    display: none;
  }


}

@media (max-width: 991px) {
  .flex-lg-nowrap .step .step-icon-wrap::before,
  .flex-lg-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}

@media (max-width: 1200px) {
  .flex-xl-nowrap .step .step-icon-wrap::before,
  .flex-xl-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}

@media (max-width: 1200px) {
  .flex-xl-nowrap .step .step-icon-wrap::before,
  .flex-xl-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}

.bg-faded,
.bg-secondary {
  background-color: #f5f5f5 !important;
}

.header {
  background-color: #374250;
  color: white;
  font-size: 1.5em;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.img-s {
  height: 50px;
  width: 100px;
  display: block;
  margin: 0 auto;
}
.logo {
  height: 50px;
  display: block;
  margin: 0 auto;
}
.img-l {
  max-width: 75%;
  max-height: 25%;
  margin: 0 auto;
}
.table-users {
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  margin: 1em auto;
  overflow: hidden;
}

table {
  width: 100%;
}

table td,
table th {
  color: #374250;
  padding: 10px;
}

table td {
  /* text-align: center;*/
  vertical-align: middle;
}

table td:last-child {
  font-size: 0.95em;
  line-height: 1.4;
  text-align: left;
}

table th {
  background-color: #c7caca;
  font-weight: 300;
}

@media screen and (max-width: 500px) {
  .header {
    background-color: transparent;
    color: #fff;
    font-size: 2em;
    font-weight: 700;
    padding: 0;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  }

  .table-users {
    border: none;
    box-shadow: none;
    overflow: visible;
  }
}
