.market_segment .nonAutoSvg {
    width: auto;
}

.market_segment .automotiveSvg {
    width: auto;
}

.market_segment .main_pills .nav-item.show .nav-link,
.main_pills .nav-link.active::before {
    border: unset;
}

.market_segment .auto_non_auto {
    font-size: 35px;
    font-weight: 700;
    top: -33px;
    margin-top: 0;
    left: 23px;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.market_segment .auto_pills .nav-item.show .nav-link,
.auto_pills .nav-link.active {
    color: black;
    /* background-color: #243e649e; */
}

.market_segment .non_auto_pills .nav-item.show .nav-link,
.non_auto_pills .nav-link.active {
    color: black;

    /* background-color: #243e649e; */
}

.market_segment .auto_pills .nav-link {
    font-size: 22px;
}

.market_segment .non_auto_pills .nav-link {
    font-size: 20px;
}
 .e-mobility-hover:hover{
    background:#54bf54 !important;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .market_segment .auto_non_auto{
        left: -116px !important;
        font-size: 26px;
        top: 4px;
    }
    }