body{
  background:#eee !important;
}
p,li{font-size: 17px}
.container{
  background: #fff;
}
.mynav{
overflow:hidden;
}
.mandatory { color:#F00; }
.mynav li{
  display: inline-block !important;
}
.mynav li a{
font-size: 13px;
color: #333;
font-weight: bold;
}
.first{
  background: url('../images/banner.jpg');
height: 100px;
}
.second{
  background: url('../images/nature-2.jpg');
height: 100px;

}
.third{
  background: url('../images/enter.jpg');
height: 100px;
}
.first h1, .second h1, .third h1{
  color: #fff;
}
.myheadlink, .myheadlink:hover{
  color:navy;
  font-size: 18px;
}
.container h3{
  color:navy;
}
.myhomediv img{
  height: 100%;
  width: 100%;
  display: block;
  margin: auto;
}
.mymargin{
  padding-top: 30px;
}
footer, footer .container{
  background:#3CF !important;
  padding-top:10px;
}
.mydanger{
  color:red;
  font-weight: bold;
  font-size: 18px;
}
.mycenter{
  display: block !important;
  margin:0 auto !important;
}
.labelcenter{
  display: block !important;
  margin:0 auto !important;
width: 200px;
}
.lists {
  list-style: none;
}
.lists li{
  text-align: center !important;
}
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

@media (max-width:768px) {
.first, .second, .third{
  min-height: 100px;
}
}
<!--mybutton ar-->  
.mymargin h3, .mymargin h4{
font-weight:bold;}
.white{
  border:1px solid gray; background:white;margin-top:50px;padding:10px;
}