.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;
}

.text-green {
    color: #bffe00;
}

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

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

.w-50 {
    width: 50%;
}

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

.text-white {
    color: white !important;
}

.charger_U5000_one .main_text .icon_holder {
    padding: 400px 0 0 0;
    width: 100%;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.invert {
    filter: invert(1);
}

.shadow-black{
    text-shadow: 2px 2px 2px #000;
}

.pr-50{
    padding-left: 50%;
}

.pl-100{
    padding-left: 200px;
}
.text-black{
    color: black !important;
}
@media screen and (max-width: 767px) {
    .charger_U5000_one .main_text .icon_holder {
        padding: 0;
        width: 100%;
        float: left;
    }
}