.display_none{
  display: none;
}

.clock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #17D4FE;
    font-size: 40px;
    font-family: Orbitron;
    letter-spacing: 7px;
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
}

.bill-color {
  font-weight: bold;
  color: red;
}

.nounderline {
  text-decoration: none !important
}


  /* Smartphone Portrait and Landscape */
  @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px){
     .clock { display: none;}
  }