.navbar button,
.navbar button:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #013289;
    white-space: nowrap;
    transition: 0.3s;
}

    .navbar button i,
    .navbar button:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar button:hover,
    .navbar li:hover > button {
        color: #4154f1;
    }

.rightBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.centerBlock {
    margin-left: 30px;
}

.supported_language {
    width: 200px;
}


.back-to-top {
    margin-right: 80px;
    margin-bottom: 7px;
}

.simplify-your-life {
    margin: 0;
    border-top: 1px solid #e1ecff;
    background-color: #f6f9ff;
}

.pageContent {
}

h3 {
    color: #012970;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}

h4 {
    color: #012970 !important;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
}

a {
    color: #013289;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.pricing-header {
    font-size: 14px;
    font-weight: 700;
    color: #4154f1;
    text-transform: uppercase;
}

.faqAccordion h1 {
    font-size: 14px;
    font-weight: 700;
    color: #4154f1;
    text-transform: uppercase;
}

.sticky-top {
    top: 5rem;
}

.scrollspy {
    align-items: start !important;
}

    .scrollspy .nav-link {
        white-space: normal;
        padding: 10px 30px 10px 30px;
    }

.accordion-button {
    color: #012970;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
}

.btn-primary {
    background: #4154f1;
    padding: 8px 20px;
    /*margin-left: 30px;*/
    border-radius: 4px;
    color: #fff;
}

.headerLabel {
    font-size: 14px;
    font-weight: 700;
    color: #4154f1;
    text-transform: uppercase;
}


html, body {
    margin: 0;
}

.normal-page {
    min-height: calc(100vh - 536px);
    margin-top: 110px;
}

.language-image {
    align-content: center;
}

.e-list-group-item {
    color: black !important;
}

.col-centered {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}


.bd-callout-success {
    border-left-color: #5cb85c;
}

.bd-callout-success-label {
    color: #5cb85c;
}

.bd-callout-success h4 {
    color: #5cb85c;
}

.bd-callout-info {
    border-left-color: #5bc0de;
}

    .bd-callout-info h4 {
        color: #5bc0de;
    }

.bd-callout-info-label {
    color: #5bc0de;
}

.bd-callout-warning {
    border-left-color: #f0ad4e;
}

    .bd-callout-warning h4 {
        color: #f0ad4e;
    }

.bd-callout-warning-label {
    color: #f0ad4e;
}

.bd-callout-danger {
    border-left-color: #d9534f;
}

    .bd-callout-danger h4 {
        color: #d9534f;
    }

.bd-callout-danger-label {
    color: #d9534f;
}


@media (min-width: 992px) {
    .admin-item {
        margin-right: 150px
    }
}

.navbar-toggler {
    border: 0;
    padding: 10px !important;
}

.mobile-nav-button-link {
    color: var(--nav-color);
    font-size: 15px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    padding: 10px 20px;
}

.btn-getstarted {
    margin: 0 !important;
    color: var(--contrast-color) !important;
    background: var(--accent-color) !important;
}

.footer .footer-top .footer-about .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.footer .footer-top {
    background: white url(../assets/img/footer-bg.png) no-repeat right top;
    background-size: contain;
    border-top: 1px solid #e1ecff;
    padding: 60px 0 30px 0;
}