.evTypes {
    padding: 40px 0;
}

.pageFlow {
    display: flex;
    align-items: center;
    margin: 10px 0 10px;
}

.sc_heading {
    font-size: 32px;
    margin-top: 0;
    font-weight: 600;
    color: #1A1A1A;
}

.sub_heading-h4 {
    font-size: 24px;
    margin-top: 0px;
    font-weight: 500;
    color: #585E1A;
    margin-bottom: 10px;
}

.sc_heading + p, .sc_heading + p + p {
    color: #666666;
}


.Vec_Tech_Ty_col .title_vc {
    color: #1A1A1A;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.Vec_Tech_Ty_col {
    text-align: center;
}

    .Vec_Tech_Ty_col .vc-circle_type {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        margin: 20px auto;
    }

        .Vec_Tech_Ty_col .vc-circle_type span {
            border: 2.5px solid #666666;
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 10px 6px;
            border-radius: 100%;
        }

    .Vec_Tech_Ty_col .vc_content p {
        margin: 0;
        color: #1A1A1A;
    }

    .Vec_Tech_Ty_col .vc_content h4 {
        margin: 0;
        font-family: 'Linotype-TradeGothicLTPro-Bold' !important;
        color: #1A1A1A;
        font-size: 20px;
    }

    .Vec_Tech_Ty_col .vc_content {
        display: inline-block;
        border-bottom: 2px solid #d8d8d8;
        padding: 0px 10px 0px 10px;
        position: relative;
    }

    .Vec_Tech_Ty_col .vc_img {
        margin: 10px 0px;
    }

        .Vec_Tech_Ty_col .vc_img img {
            width: 156px;
            height: 126px;
        }


.elec-fuel-dependent .parent-e-f-dep {
    background: #969E31;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    padding: 24px 80px 10px 80px;
    border-radius: 100px;
    position: relative;
    z-index: 2;
}

.elec-dependent p {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}

.fuel-dependent p {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}

.elec-fuel-dependent .parent-e-f-dep .elec-dependent {
    margin-right: auto;
}

.elec-fuel-dependent {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    margin-top: 50px;
}

.Vec_Tech_Ty_col .vc_content::after {
    content: '';
    position: absolute;
    border-left: 2px solid #d8d8d8;
    height: 70%;
    top: 100%;
    text-align: center;
    margin: auto;
}

.elec-fuel-dependent .parent-e-f-dep::before {
    content: '';
    position: absolute;
    width: 11%;
    left: -8%;
    background: #585E1A;
    height: 100%;
    border-radius: 100px 0px 0px 100px;
    z-index: 0;
    top: 0;
}

.elec-fuel-dependent::before {
    content: '';
    position: absolute;
    width: 10%;
    left: 0%;
    background: #CFDF00;
    height: 100%;
    border-radius: 100px 0px 0px 100px;
    z-index: 2;
}



.elec-fuel-dependent .parent-e-f-dep::after {
    content: '';
    position: absolute;
    width: 11%;
    right: -8%;
    background: #585E1A;
    height: 100%;
    border-radius: 0px 100px 100px 0px;
    z-index: 0;
    top: 0;
}

.elec-fuel-dependent::after {
    content: '';
    position: absolute;
    width: 10%;
    right: 0%;
    background: #CFDF00;
    height: 100%;
    border-radius: 0px 100px 100px 0px;
    z-index: 1;
}


.elec-fuel-dependent .parent-e-f-dep .elec-dependent::before {
    content: '';
    background: #969E31;
    position: absolute;
    left: -2%;
    width: 10%;
    height: 100%;
    top: 0;
    border-radius: 100px 0px 0px 100px;
}

.elec-fuel-dependent .parent-e-f-dep .fuel-dependent::after {
    content: '';
    background: #969E31;
    position: absolute;
    right: -2%;
    width: 10%;
    height: 100%;
    top: 0;
    border-radius: 0px 100px 100px 0px;
    z-index: 2;
}


.elec-fuel-dependent .parent-e-f-dep .elec-dependent span {
    position: absolute;
    left: 12px;
    color: #fff;
    top: 6px;
    /*transform: rotate(-90deg);*/
}

    .elec-fuel-dependent .parent-e-f-dep .elec-dependent span i {
        font-size: 48px;
    }

.elec-fuel-dependent .parent-e-f-dep .fuel-dependent span {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 99;
}

    .elec-fuel-dependent .parent-e-f-dep .fuel-dependent span i {
        color: #fff;
        font-size: 48px;
    }

.line {
    width: 66%;
    border-bottom: 2px solid #fff;
    height: 2px;
    position: absolute;
    top: 20px;
    z-index: 9;
}


.ev-type-accordian .card:first-child .card-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.ev-type-accordian .card-header {
    background-color: #fff;
    padding: 0;
}

    .ev-type-accordian .card-header .btn.btn-link {
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 20px;
        font-weight: 600;
        color: #1A1A1A;
        font-size: 16px;
        text-wrap: auto;
        -webkit-text-wrap: auto;
        -moz-text-wrap: auto;
        -o-text-wrap: auto;
        line-height: 28px;
        text-decoration: none;
    }

.ev-type-accordian .card:last-child .accordion-collapse {
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.ev-type-accordian .card .accordion-collapse {
    border-bottom: 1px solid #ddd;
}

.accordion {
    border: 1px solid #ddd;
    border-radius: 15px;
    border-bottom: 0;
}

.ev-type-accordian .card:last-child .card-header {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.ev-type-accordian .card:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.ev-type-accordian .card-header .btn.btn-link:hover {
    text-decoration: none;
}

.ev-type-accordian .card-header .btn.btn-link.collapsed span i {
    transform: rotate(0deg);
    transition: all 0.45s ease-in-out;
}

.ev-type-accordian .card-header .btn.btn-link span i {
    transform: rotate(180deg);
    transition: all 0.45s ease-in-out;
}

.ev-type-accordian .card {
    border-radius: 0px;
    border: 0;
    box-shadow: inherit;
}

.ev-type-ava-btn {
    margin-top: 20px;
    display: flex;
    gap: 12px;
}

    .ev-type-ava-btn .evTypesBtnItem a {
        background: #CFDF00;
        color: #1A1A1A;
        font-size: 16px;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        background-color: #cfdf00;
        cursor: pointer;
        font-weight: 600;
        text-decoration: none;
    }

    .ev-type-ava-btn .evTypesBtnItem a {
        width: 100%;
        display: block;
    }

    .ev-type-ava-btn .evTypesBtnItem {
        padding: 0;
        outline: none !important;
        box-shadow: none !important;
        border: 0 !important;
    }




.ev-type-accordian .card {
    line-height: 28px;
}

    .ev-type-accordian .card:first-child {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

.ev-type-available h2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
    text-align: left;
    color: #585E1A;
}

.ev-type-available p {
    color: #666666;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}

.ev-type-ava-btn {
    margin-top: 20px;
    display: flex;
    gap: 12px;
}

.ev-type-available {
    margin-top: 30px;
}


.Vec_Tech_Ty_col .vc-circle_type span i.material-icons {
    font-size: 42px;
    color: #B7C933;
}


.vc-circle_type img {
    height: 80px;
}

.para-dependent {
    color: #666666;
    line-height: 28px;
    margin-top: 30px;
}

.ev-type-accordian {
    display: block;
    float: left;
    width: 100%;
    margin: 20px 0 30px 0;
}

.evInfoImg {
    width: 100%;
    padding: 0 10px;
}



    .evInfoImg img {
        width: 100%;
    }

.ev-type-ava-btn button a {
    color: #1A1A1A;
    font-weight: 600;
}

.para-dependent p {
    margin-bottom: 0;
}

.evInfoDesc {
    margin-bottom: 30px;
    color: #666666;
    line-height: 28px;
}

.ev-type-accordian .card-header .btn.btn-link:focus {
    outline: auto !important;
}

.ev-type-accordian .card-body {
    font-size: 14px;
    line-height: 24px;
}

    .ev-type-accordian .card-body:focus {
        outline: auto;
    }

.ev-type-ava-btn .evTypesBtnItem a:focus {
    outline: auto;
}


@media only screen and (max-width: 767px) {
    .sc_heading {
        font-size: 24px;
    }

    .Vec_Tech_Ty_col .vc_content::after {
        content: '';
        display: none;
    }

    .elec-fuel-dependent .parent-e-f-dep {
        padding: 30px 20px 10px 20px;
    }

    .elec-dependent p {
        font-size: 10px;
    }

    .fuel-dependent p {
        font-size: 10px;
    }

    .elec-fuel-dependent .parent-e-f-dep .fuel-dependent span i {
        font-size: 28px;
    }

    .elec-fuel-dependent .parent-e-f-dep .elec-dependent span i {
        font-size: 28px;
    }

    .line {
        top: 17px;
        width: 65%;
    }

    .elec-fuel-dependent .parent-e-f-dep::after {
        content: '';
        width: 15%;
    }


    .elec-fuel-dependent .parent-e-f-dep::before {
        content: '';
        width: 15%;
    }

    .elec-fuel-dependent .parent-e-f-dep .elec-dependent span {
        left: 0px;
        top: 4px;
    }
}



@media only screen and (max-width: 480px) {

    .elec-dependent p, .fuel-dependent p {
        font-size: 8px;
    }

    .elec-fuel-dependent .parent-e-f-dep {
        padding: 20px 20px 0px 20px;
    }

    .ev-type-ava-btn button {
        margin-bottom: 5px;
    }

    .ev-type-ava-btn .evTypesBtnItem a {
        padding: 10px 18px;
    }
}
