.pageFlow {
    display: flex;
    align-items: center;
    margin: 10px 0 10px;
}


.card-heading {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
    color: #1A1A1A;
}

.card-headingEVCharger {
    font-weight: 600;
    font-size: 20px;
    text-align: left;
}

.mt-60 {
    margin-top: 60px !important
}

.card-subhead {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.highcharts-figure {
    padding: 50px 20px;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 5px;
}

.lvl-card p {
    text-align: left;
    color: #333;
    font-size: 14px;
}

.applyBtn {
    color: #215ED9;
    background: #fff;
    display: block;
    padding: 10px 0 10px 0;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin-top: 50px;
}

.level-itemBox {
    padding: 20px 9px;
    border-radius: 5px;
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lvl-card {
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    background-color: #fff;
}

.external-link svg path {
    fill: #3A4D13 !important;
}

.sc_heading {
    font-size: 32px;
    margin-top: 15px;
    font-weight: 600;
    color: #1A1A1A;
}

    .sc_heading + p, .sc_heading + p + p {
        color: #666666;
    }

.learn_about_chargers {
    padding: 30px 0;
}

.level-items h3 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 0;
}

.level-items {
    padding: 20px 15px;
    border-top: 1px solid #ddd;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .level-items h3 {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 0;
        line-height: 28px;
    }

    .level-items ul li {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 10px 10px 0px;
    }

    .level-items ul li {
        list-style: disc;
    }



    .level-items ul {
        margin-left: 25px;
    }

        .level-items ul ul {
            margin-top: 10px;
        }

.level-boxs {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.level-items p {
    font-size: 14px;
    line-height: 24px;
}

.buy-now {
    color: #215ED9;
    font-size: 14px;
    display: inline-block;
}

    .buy-now svg {
        margin-left: 5px;
    }


.chartNote h5 {
    color: #000;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: center;
}

.chartNote p {
    text-align: center;
}

.chartNote h5 svg {
    margin-left: 5px;
    width: 18px;
    cursor: pointer;
}

.highcharts-figure text {
    text-decoration: none !important;
}

.txt-justify p {
    text-align: justify;
}


.head-txt > span {
    color: #1A1A1A;
    font-size: 20px;
    display: block;
    text-align: left;
    line-height: 32px;
    font-weight: 600;
}

.erp_card.rightContent .card-head h2 {
    padding: 12px 20px;
    margin: 0;
    line-height: 1.1px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.erp_card.rightContent .card-head button.accordianBtn {
    padding: 12px 20px;
    margin: 0;
    line-height: 1.1px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    background: #fff;
    border: 0;
    color: #1a1a1a !important;
}

.card:first-child, .card:first-child .card-head button.accordianBtn {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card:last-child, .card:last-child .card-head button.accordianBtn.collapsed {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .card:last-child .card-head button.accordianBtn {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }


.card .card-head button.accordianBtn:focus, .card .card-head button.accordianBtn:focus-within {
    outline: none !important; /* Mouse click ya programmatic focus par outline nahi aayegi */
    box-shadow: none !important;
}

.card .card-head button.accordianBtn:focus-visible {
    outline: 2px solid #000 !important; /* Tab se focus karne par outline dikhai dega */
    outline-offset: 2px;
}



.card {
    border-bottom: 0;
    border-radius: 0;
}

    .card:last-child {
        border-bottom: 1px solid #ddd;
    }

.head-txt span.fedralBadge {
    color: #1A1A1A;
    font-size: 14px;
    line-height: 20px;
}


.headBox a.external-link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #3A4D13;
}

.erp_card.rightContent {
    margin-bottom: 4px;
}

.rounded-pill {
    border-radius: 100px;
}

.buyNowBuyChargerBtn, a.buyNowBuyChargerBtn :hover {
    background: #CFDF00;
    color: #3A4D13 !important;
}

.paraInnerHeadingBlow {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    font-weight: 400;
}

.chartNote {
    background: #EFF0F4;
    padding: 15px 10px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

    .chartNote h5 {
        font-size: 14px;
        margin: 0;
    }

    .chartNote p {
        font-size: 10px;
        color: #333;
        text-align: left;
        line-height: 14px;
        font-weight: 600;
        margin: 0;
    }

.all_rate_tabs .nav-tabs .nav-item {
    margin-right: 1px;
    margin-bottom: 0;
}

.all_rate_tabs .nav-link {
    border: 0;
    font-weight: 600;
    color: #666666;
    font-size: 16px;
    border-color: #cfdf00 !important;
}

    .all_rate_tabs .nav-link.active, .all_rate_tabs .nav-link:hover {
        color: #1A1A1A !important;
        border: 0;
        border-bottom: 2px solid #cfdf00;
    }

        .all_rate_tabs .nav-link.active b, .all_rate_tabs .nav-link:hover b {
            color: #1A1A1A !important;
        }

h2[aria-expanded=true] .material-icons, h2.rotate i {
    transform: rotate(180deg);
    transition: all 0.45s ease-in-out;
}

.material-icons, h2.rotate i {
    transition: all 0.45s ease-in-out;
}

.estimateChargerSection {
    margin-bottom: 20px;
}

.evChargerElectricalSection {
    margin-top: 15px;
}

img#charging_level2, img#charging_level3 {
    margin-bottom: 20px;
}

.acc_imgBox {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    width: 400px;
}

    .acc_imgBox img {
        width: auto;
        height: 100%;
        object-fit: contain;
        max-height: 275px;
        cursor: pointer;
    }


.paraInnerHeadingBlow:focus {
    outline: none;
}

.paraInnerHeadingBlow:focus-visible {
    outline: auto;
}

.accordianBtn i.material-icons {
    transform: rotate(180deg);
    transition: all 0.45s ease-in-out;
}

.accordianBtn.collapsed i.material-icons {
    transform: rotate(0deg);
    transition: all 0.45s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .acc_imgBox {
        width: 100%;
    }

        .acc_imgBox img {
            width: 100%;
        }

    .all_rate_tabs .nav.nav-tabs li {
        width: 100%;
    }

    .all_rate_tabs .nav.nav-tabs {
        display: flex;
        flex-wrap: wrap;
    }

    .tab-content .paraInnerHeadingBlow {
        text-align: left;
    }
}
