.award_tabs .nav-link {
    font-size: 22px;
    font-weight: 700;
}

.after_market_gearbox .nonAutoSvg {
    width: auto;
}

.after_market_gearbox .automotiveSvg {
    width: auto;
}

.after_market_gearbox .main_pills .nav-item.show .nav-link,
.main_pills .nav-link.active::before {
    border: unset;
}

.after_market_gearbox .auto_non_auto {
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    top: -33px;
    margin-top: 0;
    /* left: 23px; */
    position: relative;
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 800;
}

.after_market_gearbox .auto_pills .nav-item.show .nav-link,
.auto_pills .nav-link.active {
    color: black;
    /* background-color: #243e649e; */
}

.after_market_gearbox .non_auto_pills .nav-item.show .nav-link,
.non_auto_pills .nav-link.active {
    color: black;
    /* background-color: #243e649e; */
}

.after_market_gearbox .gear_box_tabs {
    overflow: auto;
    position: sticky;
    top: 8%;
}


.after_market_gearbox .table>thead>tr>th {
    padding-left: 8px;
}

.after_market_gearbox .table>tbody>tr>td,
.table>tbody>tr>th {
    padding: 8px;
    border: 1px solid #fff;
}

.after_market_gearbox td,
th {
    border: 1px solid #fff;
}

.after_market_gearbox .table td,
.table th {
    border: 1px solid #fff;
}

.after_market_gearbox thead tr {
    background-color: #14469f !important;
    color: #fff;
}

/* .after_market_gearbox .table-hover tbody tr:hover {
    background-color: #002972;
} */

.after_market_gearbox .auto_pills .nav-item.show .nav-link,
.auto_pills .nav-link.active {
    background-color: #14469f;
    color: white !important;
    border-bottom: 3px solid #ed1b24;
}

.after_market_gearbox .auto_pills .nav-item {
    margin: 10px 0px;
}

.auto_pills .nav-link {
    background-color: #14469f4d;
}

.after_market_gearbox .non_auto_pills .nav-item.show .nav-link,
.non_auto_pills .nav-link.active {
    background-color: #14469f;
    color: white !important;
    border-bottom: 3px solid #ed1b24;
}

.after_market_gearbox .non_auto_pills .nav-item {
    margin: 10px 0px;
}

.non_auto_pills .nav-link {
    background-color: #14469f4d;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.after_market_gearbox .auto_non_auto{
top:unset;
font-size:15px;
}
.awards_sroll{
white-space:unset;
}
.after_market_gearbox .gear_box_tabs{
overflow-x: auto;
white-space: nowrap;
}
}

@media only screen and (max-device-width: 768px){
.after_market_gearbox .gear_box_tabs{
overflow-x: auto;
white-space: nowrap;
}

}