.hiring-models .hiring-table .hiring-tab-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }
  
  .hiring-models .hiring-table .hiring-tab-list li {
    display: inline-block;
    font-size: 16px;
    padding: 14px 20px;
    letter-spacing: 0.41px; 
    background: transparent;
    width: 33.33%;
    text-align: center;
    border: 1px solid #334356;
    margin: 0 -0.5px;
    cursor: pointer
  }
  
  .hiring-models .hiring-table .hiring-tab-list li.active {
    
    border-bottom: none;
    border-top-color: #FFC01D
  }
  
  
  .hiring-models .hiring-table table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;background: #FFF;
  }
  
  
  .hiring-models .hiring-table table tr td,.hiring-table table tr th {
    border: 1px solid #dddddd;
  }
  
  .hiring-models .hiring-table table tr td {
    color: #111;
    font-size: 18px;
    padding: 20px 30px;
    letter-spacing: 0.41px;
    text-align: center
  }
  
  .hiring-models .hiring-table table tr td:first-child {
    color: #000;
    font-size: 20px;
    text-align: right;
    background: #eee;
  }
  
  .hiring-models .hiring-table table tr td.blank {
    border: none;
    background: transparent
  }
  
  
  .hiring-models .hiring-table table tr:first-child td {
    font-size: 22px;
    height: 200px;
    background: #eee;
  }
  
  .hiring-models .hiring-table table tr:first-child td .icon {
    display: block;
    margin-bottom: 10px
  }
  
  .hiring-models .hiring-table table tr:first-child td:first-child {
    border: none;
    background: transparent
  }

  td.hiring_first_row {
    color: #000 !important;
    font-size: 20px !important;
    text-align: right !important;
    background: #eee !important;
  }
  .hiring-table table tr:last-child td:first-child {
    border: none;
    background: transparent;
}
  @media only screen and (min-width: 992px) {
    .hiring-models .hiring-table .hiring-tab-list {
        display:none
    }
  }
  
  
  @media only screen and (max-width: 1199px) {
    .hiring-models .hiring-table table tr td {
        font-size:16px;
        padding: 15px 20px
    }
  
    .hiring-models .hiring-table table tr td:first-child {
        font-size: 18px
    }
  
    .hiring-models .hiring-table table tr td+td {
        display: none
    }
  
    .hiring-models .hiring-table table tr td.default {
        display: table-cell
    }
  }
  
  @media only screen and (max-width: 575px) {
    .hiring-models .hiring-table table tr td {
        font-size:14px;
        padding: 15px
    }
  
    .hiring-models .hiring-table table tr td:first-child {
        font-size: 15px
    }
  
    .hiring-models .hiring-table table tr td .btn {
        min-width: inherit
    }
  }
  
  @media only screen and (max-width: 475px) {
    .hiring-table .hiring-tab-list {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
  
    .hiring-table .hiring-tab-list li {
        width: 100%;
        margin: -0.5px 0px;
        border-left: 0px;
        border-right: 0px
    }
  
    .hiring-table .hiring-tab-list li.active {
        border-left: 1px solid #FFC01D
    }
    .hiring-models .hiring-table .hiring-tab-list li {
        width: 100%;
        margin: -0.5px 0px;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
    }
  }
  
  