@media only screen and (min-width: 0px) and (max-width: 767px) {
    .b-r{
        border-bottom: 1px solid #ccc;
    }
    .header-top .header-top-right{
        text-align: center;
      }
      .whatsapp-floating{
        display: none;
    }
    .phone-floating{
        display: none;
    }
      .whatsapp-floating-small{
          display: block !important;
          position: fixed;
          bottom: 0;
          left: 0;
          width: 50%;
          z-index: 9999999;
          background: #2c9f3e;
            padding: 10px 10px;
            text-align: center;
      }
      .whatsapp-floating-small a{
          font-size: 16px;
          color: #fff;
      }
      .phone-floating-small{
          display: block !important;
        position: fixed;
        bottom: 0;
        right: 0;
        width: 50%;
        z-index: 9999999;
        background: #fe0000;
          padding: 10px 10px;
          text-align: center;
    }
    .phone-floating-small a{
        font-size: 16px;
        color: #fff;
    }
    .table-responsive{
        border: none;
    }
    .dv-flight-list {
        width: 100%;
        padding: 5px 0px;
        text-align: center;
    }
    .dv-flight-all-list-header {
        width: 100%;
        padding: 10px 15px;
        background: #dbdbdb;
        text-align: center;
        font-weight: bold;
    }
}