/* ***********************
    CHARGING PAGE
*********************** */
label.form-label {
    margin-bottom: 0.25rem;
}

.client-slider-img {
    border: 2px solid #eff5ff;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    box-shadow: 0 3px 10px 0 transparent;
}

.client-slider-img:hover {
    border-color: #d7e7ff;
    box-shadow: 0 3px 10px 0 #0000001f;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.supportedEVSwiper .swiper-slide,
.supportedEVSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.how-does-it-work .sm-compare,
.how-does-it-work .md-compare,
.how-does-it-work .lg-compare {
    display: none;
}

@media screen and (min-width: 1200px) {
    .how-does-it-work .lg-compare {
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .how-does-it-work .md-compare {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .how-does-it-work .sm-compare {
        display: block;
    }
}

.why-partner-with-neo .box-card.h-box {
    display: flex;
    justify-content: space-between;
}

.why-partner-with-neo .box-card .icon {
    min-width: 80px;
    max-width: 80px;
}

.fleet-operators .app-icon {
    max-width: 140px;
}

.content-img {
    display: none;
}

@media screen and (min-width: 992px) {
    .why-partner-with-neo .box-card.h-box .content {
        max-width: 70%;
    }

    .why-partner-with-neo .box-card.h-box .icon {
        margin-top: 4rem;
        margin-left: 1rem;
    }

    .fleet-operators {
        aspect-ratio: 1920 / 504;
    }
}

@media screen and (min-width: 992px) and (max-width: 1440px) {
    .location-partners .bg-img img {
        object-position: 30%;
    }
}

@media screen and (min-width: 1200px) {
    .why-partner-with-neo .box-card.h-box .content {
        max-width: 75%;
    }

    .why-partner-with-neo .box-card.h-box .icon {
        margin-top: 2.75rem;
        margin-left: 1rem;
    }

    .why-partner-with-neo .box-card .icon {
        min-width: 90px;
        max-width: 90px;
    }
}

@media screen and (min-width: 1440px) {
    .location-partners {
        aspect-ratio: 1920 / 537;
    }
}

@media screen and (min-width: 1920px) {
    .why-partner-with-neo .box-card.h-box .content {
        max-width: 55%;
    }

    .why-partner-with-neo .box-card.h-box .icon {
        margin-top: 2.25rem;
        margin-left: 1rem;
    }

    .why-partner-with-neo .box-card .icon {
        min-width: 120px;
        max-width: 120px;
    }
}

@media screen and (max-width: 1199px) {
    .location-partners h3 {
        font-size: 1.5rem;
    }

    .location-partners .dark-left-gradient {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, #000000, #000000ad, #0000003d);
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .fleet-operators .bg-img img {
        object-position: 75%;
    }
}

@media screen and (max-width: 991px) {
    .why-partner-with-neo .box-card.h-box {
        display: block;
    }

    .why-partner-with-neo .box-card.h-box .content {
        text-align: center;
    }

    .why-partner-with-neo .box-card .icon {
        margin: 0 auto 1rem;
    }

    .why-partner-with-neo .box-card .content h4 {
        font-size: 1.125rem;
    }

    .location-partners h3 {
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .location-partners .bg-img img {
        object-position: 75%;
    }

    .fleet-operators .bg-img img {
        object-position: 65%;
    }
}

@media screen and (max-width: 767px) {
    .location-partners .bg-img img {
        object-position: 70%;
    }

    .location-partners {
        text-align: center;
    }

    .location-partners .dark-left-gradient {
        background-image: linear-gradient(to right, #000000, #000000);
    }

    .content-img {
        display: block;
    }

    .fleet-operators .light-background {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #f0f6ff;
    }
}


/* Input Fields */
.input-field,
.textarea-field,
.select-input.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding: 0.625rem 1rem;
    background-color: white;
    border: 1px solid #c7ddff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.input-field:focus-visible,
.select-input.bootstrap-select>.dropdown-toggle:focus,
.select-input.bootstrap-select>.dropdown-toggle:focus-visible {
    border-color: #b2d1ff;
    outline: none !important;
    box-shadow: 2px 3px 10px #37363621;
}