@media (max-width: 680px) {
  .downline-right{
    justify-content: center !important;
  }
}

@media (min-width: 681px) {
  .statement-mobile {
    display: none;
  }
  .statement-desktop {
    display: block;
  }
  .table-statement-footer {
    display: flex;
  }
  .promo-content th {
    font-size: 0.8rem;
  }
  .promo-content table{
    table-layout: auto;
    width: 100% !important;
    max-width: 100%;
  }
  .promo-content th {
    padding: 7px 10px;
  }
  
  .promo-content td{
    padding: 7px 10px;
  }
}

@media (min-width: 992px){
  .downline-wrapper {
    flex-direction: row;
    align-items: center;
    padding: 12px 28px;
    border-bottom: 1px solid #7a18a5;
  }    
  .downline-left {
    border-right: 1px solid #7a18a5;
    margin-bottom: 0;
    width: 50%;
    padding: 8px 0;
  }
  .downline-left .row:first-child {
    margin-bottom: 4px;
  }
  .downline-left .row .col-5 {
    text-align: left;
    padding-right: inherit;
    margin-left: initial;
  }
  .downline-right {
    width: 50%;
    padding: 8px 32px;
    margin-bottom: 0;
  }
  .downline-right .btn-sub {
    width: 130px;
  }
  #daily-game-rebate .downline-right {
    display: flex;
    justify-content: flex-end;
  }
  .referral-redeem .btn-sub {
    padding: 12px 16px;
  }

  /* contact us */
  .contact-wrapper {
    padding: 40px 0;
  }
  .contact-wrapper .contact-single {
    /* padding: 14px 36px; */
    margin-bottom: 20px;
  }
  .contact-wrapper .contact-icon {
    font-size: 55px;
    /* width: 80px; */
    /* padding-left: 16px; */
  }
  .contact-wrapper .contact-detail {
    font-size: 20px;
  }
  .contact-wrapper .contact-detail .contact-name {
    font-size: 18px;
  }
}