.inner_intro_text_wrp {
    padding: 60px 0px
}

.inner_intro_text_wrp .container .inner_intro_lhs .common_tile {
    font-size: 32px;
    line-height: 1.3
}

.inner_intro_text_wrp .container .inner_intro_rhs {
    padding-left: 45px
}

.inner_intro_text_wrp .container .inner_intro_rhs p {
    font-size: 16px;
    line-height: 24px
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    .inner_intro_text_wrp .container .inner_intro_lhs .common_tile {
        font-size: 28px
    }

    .inner_intro_text_wrp .container .inner_intro_rhs {
        padding-left: 16px
    }

    .inner_intro_text_wrp .container .inner_intro_rhs p {
        font-size: 13px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    .inner_intro_text_wrp {
        padding: 40px 0px
    }

    .inner_intro_text_wrp .container .inner_intro_rhs {
        padding-left: 0px
    }

    .inner_intro_text_wrp .container .inner_intro_lhs .common_tile {
        font-size: 24px;
        line-height: 1.3
    }

    .inner_intro_text_wrp .container .inner_intro_rhs p {
        font-size: 14px;
        line-height: 20px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .inner_intro_text_wrp {
        padding: 40px 0px
    }

    .inner_intro_text_wrp .container .inner_intro_rhs {
        padding-left: 0px
    }

    .inner_intro_text_wrp .container .inner_intro_lhs .common_tile {
        font-size: 22px;
        line-height: 1.3
    }

    .inner_intro_text_wrp .container .inner_intro_rhs p {
        font-size: 14px;
        line-height: 20px
    }
}

@media(min-width: 320px)and (max-width: 767px) {
    .inner_intro_text_wrp {
        padding: 40px 0px
    }

    .inner_intro_text_wrp .container .inner_intro_rhs {
        padding-left: 0px
    }

    .inner_intro_text_wrp .container .inner_intro_lhs .common_tile {
        font-size: 22px;
        line-height: 1.3
    }

    .inner_intro_text_wrp .container .inner_intro_rhs p {
        font-size: 14px;
        line-height: 20px
    }
}

.servingAcross .serving-tabs {
    border: none;
    gap: 24px
}

.servingAcross .serving-tabs .nav-link {
    border: none;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #999;
    font-weight: 600
}

.servingAcross .serving-tabs .nav-link.active {
    color: #e31e24
}

.servingAcross .serving-tabs .nav-link.active img {
    border: solid 3px #e31e24;
    border-radius: 100px
}

.servingAcross .map-dot {
    border-radius: 50%;
    margin-bottom: 8px;
    background: #eee
}

.servingAcross .map-dot.india {
    background: #e31e24
}

.servingAcross .map-dot.world {
    background: rgba(0, 0, 0, 0)
}

.servingAcross .legend i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #000;
    margin-right: 6px
}

.servingAcross .state-title {
    color: #e31e24;
    font-weight: 700
}

.servingAcross .location-card {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 0px;
    height: 100%
}

.servingAcross .location-card h5 {
    font-weight: 700;
    margin-bottom: 20px
}

.servingAcross .location-card ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.servingAcross .location-card li {
    display: flex;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px
}

.servingAcross .location-card li:last-child {
    border-bottom: none
}

.servingAcross .border-left {
    border-left: solid 1px #d4d4d4;
    padding-left: 30px
}

.servingAcross .serving-tabs {
    border: 0;
    gap: 45px;
    margin-top: 70px
}

.servingAcross .serving-tabs .nav-link {
    border: 0;
    background: none;
    opacity: .4;
    padding: 0
}

.servingAcross .serving-tabs .nav-link.active {
    opacity: 1
}

.servingAcross .nav-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600
}

.servingAcross .map-dot {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px
}

.servingAcross .mobile_block {
    display: none;
}

.tab-content {
    margin-top: 40px
}

.disabletabs {
    opacity: .4;
    pointer-events: none
}

.legend {
    position: absolute;
    right: 0px;
    top: 167px;
    font-size: 14px
}


/* iPad Air — landscape only */
@media only screen and (min-device-width: 1180px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .inner_intro_text_wrp .container .inner_intro_lhs .common_tile {
        font-size: 24px;
        line-height: 1.3;
    }

    .legend {
        position: relative;
        right: 0px;
        top: 20px;
        font-size: 14px;
    }

}

/* iPad Air — Portrait only */
@media only screen and (min-device-width: 820px) and (max-device-width: 820px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    .inner_intro_text_wrp .container .inner_intro_lhs .common_tile {
        font-size: 24px;
        line-height: 1.3;
    }

    .legend {
        position: relative;
        right: 0px;
        top: 20px;
        font-size: 14px;
    }


}


@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    .legend {
        top: 237px;
        font-size: 14px
    }

    .inner_intro_text_wrp .container .inner_intro_lhs .common_tile {
        font-size: 24px;
        line-height: 1.3;
    }

    .legend {
        position: relative;
        right: 0px;
        top: 20px;
        font-size: 14px;
    }

}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .legend {
        position: absolute;
        right: 0px;
        top: 237px;
        font-size: 14px
    }

    .inner_intro_text_wrp .container .inner_intro_lhs .common_tile {
        font-size: 24px;
        line-height: 1.3;
    }

    .legend {
        position: relative;
        right: 0px;
        top: 20px;
        font-size: 14px;
    }

}

@media(max-width: 767px) {
    .serving-tabs {
        justify-content: center
    }

    .servingAcross .serving-tabs {
        border: 0;
        gap: 17px;
        margin-top: 50px;
        flex-wrap: nowrap;
        white-space: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
        /* Firefox */
    }

    .servingAcross .serving-tabs::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari */
    }

    .servingAcross .serving-tabs .nav-link {
        position: relative;
    }

    .servingAcross .serving-tabs .nav-link::before {

        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        background-color: #fff;

    }

    .servingAcross .serving-tabs .nav-link.active::before {
        background-color: #e31e24;
    }

    .servingAcross .serving-tabs .nav-link img {
        width: 70px;
        display: inline-block;
        margin-top: 16px
    }

    .map-dot.india img {
        width: 90px
    }

    .servingAcross .border-left {
        border-left: none;
        padding-left: 10px
    }

    .servingAcross .border-left .world img {
        margin-top: 0px !important
    }

    .py-5 {
        padding-top: 1rem !important
    }

    .legend {
        position: relative;
        right: 0px;
        top: 0px;
        font-size: 11px;
        margin-top: 30px
    }

    .legend img {
        display: block
    }

    .Domestic,
    .world,
    .servingAcross .map-dot,
    .mobile_none {
        display: none;
    }

    .servingAcross .mobile_block {
        display: inline-block;
    }

    .servingAcross .state-title {
        display: none;
    }

}

.ServingContent {
    padding: 20px;
}

/*# sourceMappingURL=manufacturing-facilities.css.map */