.fare_form_box{
    width: 90%;
    margin: auto;
}
.credit_card, .credit_card:hover{
    background-color: #2070c2;
    color: #ffff;
    text-decoration: none;
    margin: 10px 0px 20px 0px;
}
.playhere{
    margin-top: 20px;
    width: 90%;
}
/******************************************** (min-width: 320px) and (max-width:480px) *******************************************/
@media only screen and (min-width: 320px) and (max-width:480px)
{
    .playhere{
        width: 70%;
    }
}
/******************************************** (min-width:480px) and (max-width:576px) *******************************************/
@media only screen and (min-width:480px) and (max-width:576px)
{
    .playhere{
        width: 60%;
    }
}
  /******************************************** (min-width:480px) and (max-width:576px) *******************************************/
  @media only screen and (min-width:576px) and (max-width:992px)
  {  
      .playhere{
          width: 50%;
      }
  
  }