:root {
    --bs-primary: #428bca;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    overflow-x: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.428571429;
}

@media (min-width: 1200px) {
    .container-header {
        max-width: 1170px !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .container-body {
        max-width: 1200px !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.top {
    position: relative;
    overflow: hidden;
}

.logo {
    float: left;
    margin-top: 15px;
    margin-bottom: 20px;
}

.truck {
    max-width: 100%;
    max-height: 90%;
}

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    font-size: 12px;
}

header {
    border-top: 4px solid #076ea8;
}

footer {
    background: #0070a9;
    color: white;
    padding-bottom: 15px;
    border-top: 4px solid #84afc0;
}

.footer-links {
    color: white !important;
    font-size: 12px;
}

.pipe {
    font-size: 14px;
    margin-inline: 6px;
}

.pipe2 {
    font-size: 10px;
}

.footer-info {
    color: #bfe7ff !important;
    font-size: 10px;
    text-decoration: none;
}

.home-body {
    padding-top: 28px;
}

.gap-15 {
    gap: 15px;
}

.yellow-box {
    background-color: #ffffe0;
    border: 1px solid #e0dfe3;
}

.pink-box {
    background-color: #f9ebeb;
    margin-bottom: 5px;
}

.grey-box-border {
    border: 1px solid #e0dfe3;
}

.grey-bottom-border {
    border-bottom: 1px solid #e0dfe3;
}

.grey-block-border {
    border-block: 1px solid #e0dfe3;
}

.red-text {
    color: red !important;
}

.red-bullets {
    color: rgb(204, 0, 51);
}

.blue-text {
    color: #1d4973 !important;
}

.white-link {
    color: #fff;
    text-decoration: none;
}

    .white-link:hover {
        color: #fff;
        text-decoration: underline;
    }

    .white-link:visited {
        color: #fff;
    }

.footer-container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    background-repeat: no-repeat;
    background-position: center center;
}

.opacity-1 {
    opacity: 1 !important;
}

.progress-btn {
    font-size: 14px;
    margin-right: 1px;
}

.step-1-heading {
    font-size: 18px;
}

.continue-btn {
    width: 190px;
    font-size: 14px;
}

.back-btn {
    width: 90px;
    font-size: 14px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee
}
