.main_text h1 {
    color: #d10000;
}

.charger_U5000_one .main_text .text_holder {
    color: #d10000;
}

.text-center {
    text-align: center !important;
}

.black {
    color: black;
}

.text-red {
    color: #d10000 !important;
}


.charger_U5000_one .main_text .icon_holder {
    padding: 700px 0 0 0;
    width: 580px;
    float: left;
}

.main_text h1.text-red {
    color: #d10000 !important;
    font-size: 90px;
    font-family: "myriad pro";
    padding: 0 0 20px 0;
    letter-spacing: -2px;
}

.main_text h1.text-green {
    color: #bffe00 !important;
}

.text-green {
    color: #bffe00 !important;
}

.text-right {
    text-align: right;
}

.text-start {
    text-align: start;
}

.w-50 {
    width: 50%;
}

.ms-auto {
    margin-left: auto;
}

.charger_U5000_one .main_text .icon_holder.float-middle {
    float: center;
}

.bg-dark-50 {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 10px !important;
}

.bg-white-50 {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9));
    padding: 30px 30px !important;
}

.invert {
    filter: invert(1);
}

.icon_holder ul li {
    width: 65px;
    padding: 0 25px;
    background: url(../images/line2.png) repeat-y right 0 !important;
    display: inline-block;
    margin: 0 auto;
    float: none;
}

.inline-block{
    display: inline-block;
}

.text-white{
    color: white !important;
}
.text-black{
    color: black;
}
.text-right{
    text-align: right !important;
}
.charger_U5000_four .main_text .text_holder {
    text-align: start;
    color: #c0ff00;
    padding-left: 0;
}
.fs-16{
    font-size: 25px;
}
@media screen and (max-width: 767px) {
    .main_text h1.text-red {
        color: #d10000 !important;
        font-size: 40px;
        font-family: "myriad pro";
        padding: 0 0 20px 0;
        letter-spacing: -2px;
    }

    .charger_U5000_one .main_text .icon_holder {
        padding: 0;
        width: 580px;
        float: right;
    }

    .charger_U5000_one .main_text .icon_holder {
        padding: 0;
        width: 100%;
        float: left;
    }
    .text_holder.text-green.text-center.bg-dark-50 {
        background: transparent;
    }
    .text_holder.text-right.bg-white-50.inline-block.ms-auto {
        background: white;
        text-align: center !important;
    }
}