.form-container {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 12px;
  margin-top: 100px;
  margin-bottom: 40px;
  min-height: 410px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  padding: 10px;
  width: 100%;
  border-radius: 6px;
  color: rgba(0,0,0, 0.87);
  background: #fff;
}
.form-group {
  width: calc(100% - 56px);
}

.form-container h5 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: center !important;
  color: rgba(0,0,0,0.87);
}
h4.info-text {
  text-align: center !important;
}

.form-title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  color: #3C4858;
  text-decoration: none;
}
.form-header {
  padding: 25px 0 35px;
  text-align: center;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.nav-pills:not(.flex-column) .nav-item+.nav-item:not(:first-child) {
    margin-left: 0px;
}
.nav-pills .nav-item .nav-link {
  width: 100%;
  position: relative;
      line-height: 18px;
  margin: 0;
  border-radius: 0px;
  background-color: rgba(200, 200, 200, 0.2);
  z-index: 1000;
}
.nav-pills.nav-pills-icons .nav-item .nav-link {
    border-radius: 0px;
}
.nav-pills .nav-item .nav-link.active {
  border-radius: 6px;
  margin: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 8px);
  opacity: 1;
  padding: 14px 15px;
  z-index: 1010;
}
.form-control, .is-focused .form-control {
    background-image: linear-gradient(to top, red 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
ul.nav {
  margin-left: -25px;
  margin-right: -25px;
}
ul.nav li {
  width: 33.33%;
}



.choice {
  text-align: center;
  margin-top: 20px;
}
.choice .icon {
  text-align: center;
  vertical-align: middle;
  height: 116px;
  width: 116px;
  border-radius: 50%;
  color: #999999;
  margin: 0 auto 20px;
  border: 4px solid #CCCCCC;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.icon {
	cursor: pointer;
}
.choice i {
  font-size: 40px;
  line-height: 111px;
}
.choice h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 10px;
  margin-bottom: 10px;
  color: inherit;
}
.radio {
	display: block;
}
.radio.active .icon {
  color: #f44336;
  border: 4px solid #f44336;
}
.radio:hover .icon {
  color: #f44336;
  border: 4px solid #f44336;
}
.radioblock {
  min-height: 240px;
}




.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.btn-wd {
    min-width: 140px;
}
.tab-space {
    padding: 20px 0 0px 0px;
}
.wizard-footer {
    margin-top: 20px;
}




.dopinfo {
  min-height: 210px;
  margin-top: 40px;
}


.bmd-form-group .bmd-label-static {
  position: relative;
}


.button-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width:400px) {
  .button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .btn {
    width: 100%;
  }
  ul.nav {
    display: flex;
    flex-direction: column;
  }
  ul.nav li {
    width: 100%;
  }
}
