
  body{
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Michroma', sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
  }
  a:hover{
    color: #fff;
  }
  a:active, a:focus{
    outline: none;
    border: none;
  }

  .head{
      font-size: 24px;
      font-weight: bold;
      margin: 10px 0px;
      color: #ff7800 !important;
  }
  h3{
      text-align: center;
      color: #ff7800 !important;
      margin-bottom: 10px;
  }
  .border{
      border:solid #e6e6e6 1px;
      border-radius: 6px;
  }
  .boxhead{
      background: #f7f7f7;
      border-bottom: solid #e6e6e6 1px;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      padding: 5px 0px;
      font-size: 24px;
      font-weight: bold;
      color: #007bff;
      text-align: center;
  }
  .Validity{
      color: #c9c9c9;
      text-align: center;
      border-bottom: solid #ff7800 1px;
      padding: 5px 0px;
  }
p{
    text-align: center;
    color: #000;
}
.mt{
    margin-top: 10px;
}
.plan{
    display: block;
    background: #007bff;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin: 1%;
    border-radius: 6px;
}