body {
    background-color: #0a0a0a;
    /* background-image: url("../img/underwater.png"); */
    background-image: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.5)), url("../img/underwater.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.selma-modal {
    background-image: url("../img/gallery/selma_archas.png");
    background-size: cover;
}
.bg-register {
    background-image: url("../img/gallery/cender_core.png");
    background-size: cover;
}

.form-ensurance-control {
    border: 1px solid #004AAD;
}
.btn-primary, .btn-primary:hover {
    background-color: #004AAD;
    border-color: #004AAD;
    color: #FFF;
}

a,a:hover, a:focus {
    color: #ffffff;
}
.text-primary {
    color: #004AAD;
}
.feature-img {
    height: 600px;
}
@media(max-width: 1140px) {

    .feature-img {
        height: 400px;
    }
}

.icon-box .car-insurance-icon {
    width: 60px;
}

.description {
    font-size: 14px;
}

.navbar-nav .nav-link.active:before {
    background: #004AAD;
}

.carousel-indicators [data-bs-target] {
    background-color: #ffffff;
}

svg:not(:root).svg-inline--fa {
    color: #FFFFFF;
}

