h1 {
  font-size: 28px;
}

h2 {
  font-size: 23.8px;
}

h3 {
  font-size: 18.2px;
}
label{
  font-weight: 600;
}
.btn {
  display: inline-block;
  padding: 10px 20px;
  border: 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -otransition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.btn-primary {
  background: #28b797;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background: #1754d1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -obox-shadow: none;
  box-shadow: none;
}

.btn-default {
  background: #666666;
  color: #fff;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
  width: 100%;
  display: block;
  padding: 12px 15px;
  border: 1px solid #ccc;
  background: #f9f9f9;
}

.mar-b-0 {
  margin-bottom: 0 !important;
}

a {
  color: #1754d1;
}
a:hover {
  color: #28b797;
}

html {
  overflow-x: hidden;
}

body {
  background: url(https://www.noupe.com/wp-content/uploads/2009/10/pattern-13.jpg);
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
}
table{
  width: 100%;
}
.form-wizard {
  position: relative;
  display: table;
  margin: 0 auto;
  /* max-width: 540px; */
  width: 80%;
}

.steps {
  margin: 40px 0;
  overflow: hidden;
  display: flex;
  margin: 40px 0;
  overflow: hidden;
  justify-content: space-around;
}
.steps ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps ul li {
  float: left;
  color: #fff;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0;
  -moz-transition: all 0.4s ease-in-out 0;
  -ms-transition: all 0.4s ease-in-out 0;
  -otransition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
}
.steps ul li:hover, .steps ul li.active {
  color: #28b797;
}
.steps ul li:hover span, .steps ul li.active span {
  background: #28b797;
  color: #fff;
}
.steps ul li:hover::after, .steps ul li.active::after {
  background: #28b797;
  width: 100%;
}
.steps ul li::before, .steps ul li::after {
  content: "";
  position: absolute;
  left: -50%;
  top: 22px;
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out 0;
  -moz-transition: all 0.4s ease-in-out 0;
  -ms-transition: all 0.4s ease-in-out 0;
  -otransition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -otransform: translateY(-50%);
  transform: translateY(-50%);
}
.steps ul li::after {
  width: 0;
}
.steps ul li span {
  display: block;
  margin: 0 auto 15px;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #fff;
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
  color: #000;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out 0;
  -moz-transition: all 0.4s ease-in-out 0;
  -ms-transition: all 0.4s ease-in-out 0;
  -otransition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -oborder-radius: 2px;
  border-radius: 2px;
}
.steps ul li:first-child::before, .steps ul li:first-child::after {
  display: none;
}

.form-container {
  clear: both;
  display: none;
  left: 100%;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -oborder-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
  -obox-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
}
.form-container.active {
  display: block;
}

.form-title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}
.form-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 2px;
  background: #28b797;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -otransform: translateX(-50%);
  transform: translateX(-50%);
}
.info_s ul li{
 list-style: none;
 font-weight: 600;
}
.error-message{
    color: red;
}
.dpr{
  display: flex;
    justify-content: space-around;
    margin-top:5%;
}
.record{
  border:none;
  padding:4px 8px;
  background:#aeaeae;
  border-radius:0.2rem;
  cursor:pointer;
}
.recordm{
  border:none;
  padding:4px 8px;
  /* background:#aeaeae; */
  border-radius:0.2rem;
  cursor:pointer;
}
.recordc{
  border:none;
  padding:4px 8px;
  background:#28b797;
  color:#fff;
  border-radius:0.2rem;
  cursor:pointer;
}
.flot-l{
  float: left;
  margin-left: 5%;
  margin-right: 5%;
}
.manderty{
  color: red;
}
.display_n{
  display: none !important;
}
@media only screen and (max-width: 600px) { 
  .steps ul li span {
    display: block;
    margin: 0 auto 15px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #fff;
    font-size: 10px;
    line-height: 22px;
    font-weight: 300;
    color: #000;
    position: relative;
    z-index: 1;}
    
    .steps ul li {
      float: left;
      font-size: 12px;
      color: #fff;
      padding: 0 2px;
      position: relative;
      cursor: pointer;
    }
    .steps ul li::before, .steps ul li::after {
    content: "";
    position: absolute;
    left: -57%;
    top: 11px;
    width: 100%;
    height: 3px;
}
.form-wizard {
  width: 95%;
  /* padding:20px 0 ; */
}
.form-container{
  padding: 20px 12px;
  overflow: hidden;
}
table{
  width: 90%;
}
body{
  overflow: hidden;
}
	
table{
  width: 90%;
}
body{
  overflow: hidden;
}
.table td, .table th {
  font-size: 10px;

}
.table th :nth-child(2){
  width: 60%;
}
.table th :nth-child(1){
  width: 8%;
}.table th :nth-child(3){
  width:8%;
}.table th :nth-child(4){
  width:8%;
}.table th :nth-child(5){
  width:8%;
}
.table th :nth-child(6){
  width: 8%;
}
.table td, .table th{
     padding: 0.5rem !important; 

}
}