
@media screen and (max-width:640px){
  .bannerbox {width:100% !important; position: relative !important; top: 0px;
    right: 0px;}
    .fourbox {
      border-right: 0px solid #fff;
      padding: 0px 30px;
    }
    .loginregister a {
      padding: 10px 12px;
      font-size: 10px;
      text-decoration: none;
    }
    .toptext img{position: relative; bottom:5px;}
    .bannerbox1 {
      float: left;
      border-right: 1px solid #ccc;
      padding: 0px 10px;
      width: 33%;
    }
    .bannerbox1 p {
      font-size: 9px;
      color: #F6EA02;
      margin-top: 10px;
      margin-bottom: 0px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .bordernone {
      border-right: 0px;
    }
}