@media screen and (max-width: 767px) {
    .table--responsive--md tbody tr {
        display: block;
        padding-block: 23px;
        margin-inline: 8px;
        border: none;
        border-radius: 8px;
        background: #f4f4f4;
        margin-block: 20px !important;
    }
  
  .banner-section .banner-btn{
    display: flex!important;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  
  
  
}

.banner-section .banner-btn .btn--base {
    margin-right: 0px!important;
}


.banner-social-login .col-12:first-child{
  display: none!important;
}

.banner-social-login .col-12{
  display: flex;
  align-items: center;
  justify-content: center;
}

  
  .banner-social-login .col-12 .social-login{
    margin-bottom: 0px;
  }


  .banner-social-login .col-12 .social-login a{
    padding-inline: 26px;
    padding-block: 7px;
    max-height: 44px;
    display: inline-flex;
  }


@media screen and (max-width: 767px) {
    .table--responsive--md tbody tr {
        display: block;
        padding-block: 10px;
        
        margin-inline: 8px;
        border: none;
        border-radius: 8px;
        background: #f4f4f4;
        margin-block: 20px !important;
    }
}


@media screen and (min-width: 767px) {
    
.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px;
    padding-block: 18px !important;
    border-width: 1px;
    border: 0;
    font-family: var(--heading-font);
    color: hsl(var(--black) / 0.7);
    font-weight: 500;
    max-width: 350px;
    border-bottom: 1px solid #000000db;
    border-right: 1px solid #000000db;
}
  
  .site-logo img {
    max-height: 70px;
    max-width: 200px!important;
}
  
}



.header-section.header-fixed .header-bottom-area {
    padding-top: 0px;
    padding-bottom: 0px;
}