.top-search {
    position: absolute;
    top: 20px;
    right: 21px;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 2rem;
        color: #222a60;
        font-family: Myriad Pro;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Myriad Pro;
    font-weight: 500;
    margin: 0 0 20px 0;
    padding: 0;
    color: #222a60;
}

.nav-menu a {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #3f3f3f;
    font-family: Myriad Pro!important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    /* outline: none; */
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
    background: #ddd;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: none;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    position: relative;
}

.btn-circle.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 29px;
    line-height: 1.428571429;
    border-radius: 15px;
    font-weight: bold;
}

.search-filter {
    background: #eee padding-box;
    padding-top: 15px;
    padding-bottom: 15px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #777;
    border-color: #777;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: 1px solid #dee2e6;
}