@import url('https://fonts.googleapis.com/css?family=Hind:400,700');

.rsm1 {
  border-top:10px solid #001e5a;
  background-color: #3663bc;
}

.rsm1 h1 {
  font-size:48px;
  color:#f9ff00;
  font-weight:900;
  margin: 20px 0 0 0;
  display: inline-block;
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 border: none;
 text-transform: normal;
 -o-text-overflow: clip;
 text-overflow: clip;
 white-space: pre;
 text-shadow: 1px 1px 0 rgba(140,140,140,0.6) , -1px -1px 1px rgba(0,0,0,0.90) ;
}

.rsm1 p {
  color:#fff;
}

.rsm2 {
  background: #fff;
  padding: 1em 1em;
  border-top: 10px solid #3663bc;
}

.rsm3 {
  padding:20px 20px;
}

.rsm4 {
  font-family: 'Hind', sans-serif;
  color:#000;
  font-size:30px;
}

.rsm5 {
  background: #fff;
  border:3px dashed #3663bc;
  padding: 15px 15px 0px 0;
  margin: 20px 0 20px 0;
}

.rsm5 ol {
  padding:0 0 0 30px;
}

.rsm5 ol li {
  padding:0 0 10px 0;
}

.rsm6 {
  background: #fff;
  border:3px dashed blue;
  padding: 15px;
  margin: 20px 0 20px 0;
}

.order{
  width: 100%;
  max-width: 400px;
  margin: 30px auto;
}

.price{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

  .price div{
    padding: 10px 5px;
  }

  .old-price{
    font-size: 30px;
    color: #555;
    text-decoration: line-through;
  }

  .new-price{
    font-size: 35px;
    color: #f00;
    font-weight: bold;
  }

form button{
  width: 100%;
  display: inline-block;
  padding: 20px 30px;
  background: #0078d7;
  color: #fff;
  border: 0;
  border-radius: 4px;
}

    form button:hover{
      background: #0a61a6;
    }

  label.error{
    display: none !important;
  }