.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.navbar-brand {
    height: unset !important;
}

.nav-logo {
    height: 35px;
}

.about-us-quote {
    margin-bottom: 20px;
}


.btn-border-w.selected {
    background: white;
    color: black;
}

.border-0 {
    border: none;
}


.stepper {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 40px;
    align-items: center
}

.step {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    color: #ddd;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #ddd;
}

.step-connector {
    width: 60px;
    height: 1px;
    background: #999;
    text-align: center;
    margin-right: 10px;
}

.step.active {
    background-color: #ddd;
    color: black;
}

.step.completed {
    background-color: white;
    color: black;
}

.hidden {
    display: none;
}

.step-content {
    margin: 20px 0;
}

.opt-btn {
    display: inline-block;
    width: calc(33.33% - 10px);
    /* Three buttons per row with margin */
    margin: 5px;
    text-align: center;
}


/* For Mobile */
@media (max-width: 768px) {
    .opt-btn {
        width: calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .nav-logo {
        height: 25px;
    }

    .opt-btn {
        width: 100%;
    }
}

.panel-title > a:hover, a:focus {
    text-decoration: none;
    color: inherit;
    outline: 0;
  }

  .align-items-center{
    align-items: center;
  }