.menu-desktop .dropdown-toggle::after {
    border: none !important;
}

.bottom-25 {
    bottom: 15%;
}

.bottom-15-neg {
    bottom: -15px;
}

.overlay-grey::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: var(--bs-border-radius-xl);
}

.w-10 {
    width: 11%;
}

.w-22 {
    width: 29%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-60 {
    width: 60%;
}

.navbar-expand-lg .nav-link {
    color: #333333;
}

.rounded-custom10 {
    border-radius: 10px;
}

.roundedtop-custom10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded-custom25 {
    border-radius: 25px;
}

.header .carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    background-color: #E2E2E2;
    border: none;
    border-radius: 70px;
    border-top: unset;
    z-index: 100;
    border-bottom: none;
}

.header .carousel-indicators .active {
    width: 15px;
    height: 9px;
    z-index: 100;
    background-color: #FF0000;
}

.header .carousel-indicators {
    bottom: 1%;
    margin-bottom: 0;
}

.bottom-1 {
    bottom: -1px;
}

.rounded-custom {
    border-radius: 3rem;
}

.w-35 {
    width: 35%;
}


.hover-changes {
    background-color: #00296B;
    color: white;
    border: 1px solid #00296B;
    transition: .3s ease-in-out;
    transform-origin: center top;
}

.color-change-hover {
    color: #EEEEEE;
    transition: .3s ease-in-out;
}

.hover-changes:hover .color-change-hover {
    color: #00296B;
}

/* Hover effects */
.hover-changes:hover {
    background-color: white;
    color: #00296B;
    border: 1px solid #00296B;
    /* transform: scaleY(1.04); */
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.hover-changes:hover .icon-number {
    content: url("../images/hover-after-img.svg");
    width: 65px;
}

.btn-1 .hover-red .details-btn {
    color: #10026B;
    transition: .3s ease-in-out;

}

.hover-red:hover .details-btn {
    color: #FF0000;
}

.hover-red .hover-img-color {
    transition: .3s ease-in-out;
}

.hover-red:hover .hover-img-color {
    content: url("../images/chevron-left-red.svg");

}

.hover-border {
    border: 1px solid #EEEEEE;
    transition: .3s ease-in-out;
}

.hover-border:hover {
    border: 1px solid #FF0000;
}

.hover-scale img {
    transition: transform 0.5s ease;
}

.hover-scale:hover img {
    transform: scale(1.3);
}

.bg-feature {
    background-image: url("../images/bg-feature-mob.jpg");
}

.bg-customer {
    background-image: url("../images/custom-bg.jpg");
}

.title-underline {
    bottom: 16px;
}

.top-neg {
    top: -5rem;
}

.map-branches .nav-link:focus {
    outline: none;
}

.map-branches .nav-link.active {
    fill: #DE2D1D !important;
    filter: drop-shadow(4px 3px 4px rgba(0, 0, 0, 0.8));
}

.border-bottom-custom > *:not(:last-child) {
    border-left: 1px solid grey;
}

.col-lg-3-custom {
    width: 30%;
}

.col-lg-4-custom {
    width: 30%;
}

.col-lg-5-custom {
    width: 39%;
}

.rounded-40 {
    border-radius: 40px;
}

.border-blue-cutom {
    border: 3px solid #00296B;
}

.footer {
    background-image: url("../images/footer.jpg");
    background-repeat: no-repeat;
    min-height: max-content;
    background-size: cover;
}

@media (min-width:576px) {
    .w-30 {
        width: 22%;
    }
}

@media (min-width:992px) {
    .overlay-grey::after {
        top: 0;
        bottom: 0;
        height: 100%;
        right: 1rem;
        left: 1rem;
        border-radius: 3rem;
    }

    .border-bottom-custom > *:not(:last-child) {
    border-bottom: 1px solid grey;
    border-left: none;
}


    .border-blue-cutom {
        border: 5px solid #00296B;
    }

    .header .carousel-indicators [data-bs-target] {
        width: 12px;
    }

    .header .carousel-indicators .active {
        width: 20px;
    }

    .title-underline {
        bottom: 0;
    }

    .top-neg {
        top: -20rem;
    }
}

.hover-img {
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease-in-out;
    width: 30px;

}

.box .hover-scale {
    transition: transform 1s ease-in-out;
}

.box:hover .hover-scale {
    transform: scale(1.1);
}

.box:hover .hover-img {
    opacity: 1;
}