.nav-link {
    color: rgb(30, 41, 171) !important
}

.active {
    background-color: #aeb0b642;
    border-radius: 5px;
}

.nav-item {
    padding: 0 15px;
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: -100px;
    }
}

.navbar-font-c {
    font-family: Raleway, 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 18px
}

.align-column {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    float: left
}

.navbar-text {
    display: inline-block;
    padding-top: 2.3125rem !important;
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

.navbar-brand {
    padding-bottom: 0 !important;
}

@media (max-width: 820px) {
    .container-fluid-c {
        margin: 0 5px !important;
        background-color: #bbbbb608;
        padding: 5px;
        border-radius: 6px;
    }

    .container-fluid-c-no-bg {
        margin: 0 5px !important;
        padding: 5px;
        border-radius: 6px;
    }

    .container-fluid-cr {
        margin-left: 5px !important;
        background-color: #bbbbb608;
        padding: 0;
        border-radius: 6px;
    }

    .container-fluid-cl {
        margin-right: 5px !important;
        background-color: #bbbbb608;
        padding: 0;
        border-radius: 6px;
    }

    .center-section {
        color: white !important;
        padding: 15px;
        background-color: #6148e3;
        margin-top: -150px;
    }

    .center-section-features {
        color: white !important;
        padding: 15px;
        background-color: #6148e3;
    }
}

@media (min-width: 821px) {
    .container-fluid-c {
        margin: 0 90px !important;
        background-color: #bbbbb608;
        padding: 30px;
        border-radius: 6px;
    }

    .container-fluid-c-no-bg {
        margin: 0 90px !important;
        padding: 30px;
        border-radius: 6px;
    }

    .container-fluid-cr {
        margin-left: 90px !important;
        background-color: #bbbbb608;
        padding: 0;
        border-radius: 6px;
    }

    .container-fluid-cl {
        margin-right: 90px !important;
        background-color: #bbbbb608;
        padding: 0;
        border-radius: 6px;
    }

    .center-section {
        color: white !important;
        padding: 70px;
        background-color: #6148e3;
    }

    .center-section-features {
        color: white !important;
        padding: 15px;
        background-color: #6148e3;
    }
}

.offset-4p {
    margin-left: 4%;
}

.carousel {
    position: relative;
    margin-bottom: 12px !important;
}

/*Pricing*/
.pricing-bg {
    margin-top: 200px;
    height: 21.5rem;
    background-color: #2029ac;
}

.pricing-content {
    top: 29%;
    transform: translateY(-29%);
    position: relative;
    text-align: center;
}

.pricing-bg h1 {
    font-size: 2.0625rem;
    line-height: 2.25rem;
    color: #fff;
}

.pricing-content p {
    display: block !important;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    color: #afb3c0;
    letter-spacing: 0.0125rem;
    margin-top: 0.625rem;
    line-height: 1.625rem;
}

.pricing-content a {
    font-weight: bold;
}

p a {
    color: #22a7f0;
    text-decoration: none;
}

.p-section {
    margin-top: -12.625rem;
    text-align: center;
    overflow: hidden;
}

.p-tabs {
    text-align: left;
    font-size: 0;
    margin-top: 3.75rem;
}

.p-tab {
    margin: auto;
    max-width: 1440px;
}

.p-package-column {
    text-align: center;
    max-width: 80rem;
    margin: auto;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.pricing-package-columns-3 .p-package {
    width: 33.3333%;
}

.p-package:first-child {
    margin-left: 0;
    border-bottom: 0;
}

.p-package {
    max-width: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.625rem 2.8125rem;
    border-bottom: 0;
    padding-bottom: 0;
    width: 33.3333%;
}

.p-package-article {
    min-height: 20rem;
    padding: 1.75rem;
    border: 1px solid rgba(189, 195, 199, 0.6);
    border-radius: 0.3125rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.p-package h3 {
    font-size: 1.875rem;
    margin-bottom: 0.4375rem;
    letter-spacing: 0.01625rem;
    line-height: 1.35;
}

h3 {
    font-weight: 700;
    font-style: normal;
}

@media (min-width: 401px) {
    .p-package-price {
        text-align: center;
        order: 2;
        margin: 1rem auto;
        width: 100%;
        height: 3.75rem;
        display: flex;
        justify-content: space-around;
    }
}

@media (max-width: 400px) {
    .p-package-price {
        text-align: center;
        order: 2;
        margin: 1rem auto;
        width: 100%;
        height: 1.75rem;
        display: flex;
        justify-content: space-around;
        font-size: 12px;
    }
}

@media (min-width: 401px) {
    .p-package-price span {
        letter-spacing: 0.01812rem;
        font-size: 1.6875rem;
        position: relative;
        top: 0.4375rem;
    }

    .p-package-price ins {
        font-size: 1rem;
        margin-left: 0;
        display: block;
        font-style: italic;
        font-weight: 300;
    }

    .p-package .cta [class^="btn-"] {
        width: 50%;
    }
}

@media (max-width: 400px) {
    .p-package-price {
        margin-top: 120px;
    }

    .p-package-price span {
        letter-spacing: 0.01812rem;
        font-size: 15px;
        position: relative;
        top: 0.4375rem;
    }

    .p-package-price ins {
        font-size: 14px;
        margin-left: 10px;
        display: block;
        font-style: italic;
        font-weight: 300;
    }

}

span {
    box-sizing: border-box;
    border: 0;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

ins {
    text-decoration: none;
}

@media (min-width: 401px) {
    .p-package-description {
        order: 0;
        color: #737f8b;
        letter-spacing: 0.0125rem;
        font-size: 1rem;
        font-weight: normal;
        line-height: 1.63;
        margin-top: 50px;
    }
}

@media (max-width: 400px) {
    .p-package-description {
        order: 0;
        color: #737f8b;
        font-weight: normal;
        line-height: 1.63;
        margin-top: 50px;
    }

    .p-package-description > p {
        font-size: 13px;
        letter-spacing: 0;
    }
}


h4 {
    box-sizing: border-box;
    border: 0;
    font-family: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    font-style: normal;
}

p {
    line-height: 1.625rem;
    font-size: 1rem;
    font-weight: normal;
}

.p-package-special {
    position: relative;
}

.p-package-special-label {
    position: absolute;
    right: 0;
    color: #fff;
    border-radius: 0.3125rem 0.3125rem 0 0;
    font-size: 0.875rem;
    font-weight: bold;
    top: -1.625rem;
    padding: 0.1875rem 0 0.25rem;
    letter-spacing: 0.0375rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0.375rem;
    background-color: #14b54d;
    text-align: center;
}

@media (min-width: 401px) {
    .p-package .cta.stacked-cta {
        display: inherit;
        flex-flow: row nowrap;
        width: 100%;
        justify-content: center;
        align-items: flex-start;
        margin: auto;
    }
}

@media (max-width: 400px) {
    .p-package .cta.stacked-cta {
        display: inherit;
        flex-flow: row nowrap;
        width: 100%;
        justify-content: center;
        align-items: flex-start;
        margin: 50px auto auto;
    }
}

.p-package .cta {
    order: 3;
}

.cta, .fields-in-row {
    font-size: 0;
}

.p-package .cta [class^="btn-"]:first-child:not(.full-width) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pricing-package-columns-4 .p-package .cta [class^="btn-"].full-width {
    width: 14.875rem;
}

@media (min-width: 401px) {
    .p-package .cta [class^="btn-"].full-width {
        width: 14.875rem;
        border-radius: 0.1875rem;
        max-width: 100%;
    }
}

@media (max-width: 400px) {
    .p-package .cta [class^="btn-"].full-width {
        border-radius: 0.1875rem;
        max-width: 100%;
    }
}


.p-package .cta .btn-secondary {
    color: #22a7f0;
}

.p-package .cta [class^="btn-"] {
    padding: 0;
    min-width: auto;
    margin: 0;
    border-width: 1px;
    border-style: solid;
}


.stacked-cta > a {
    float: left;
}

.btn-secondary {
    background-color: transparent;
    border: 1px solid #22a7f0;
    font-family: inherit;
    font-size: 0.875rem;
    line-height: 2.75rem;
    border-radius: 0.1875rem;
    outline: none;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    min-width: 8.5rem;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0.0125rem;
}

.btn-primary {
    font-family: inherit;
    font-size: 0.875rem;
    line-height: 2.75rem;
    border-radius: 0.1875rem;
    outline: none;
    background-color: #22a7f0;
    border: 0 #22a7f0;
    color: #fff;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    min-width: 8.5rem;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0.0125rem;
}

.btn-green-secondary {
    background-color: #6c757d;
    border: 1px solid #6c757d;
    color: #22a7f0;
    font-family: inherit;
    font-size: 0.875rem;
    line-height: 2.75rem;
    border-radius: 0.1875rem;
    outline: none;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    min-width: 8.5rem;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0.0125rem;
}

.btn-green-primary {
    font-family: inherit;
    font-size: 0.875rem;
    line-height: 2.75rem;
    border-radius: 0.1875rem;
    outline: none;
    background-color: #14b54d;
    border: 0 #14b54d;
    color: #fff;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    min-width: 8.5rem;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0.0125rem;
}

.btn-green-primary:hover {
    color: #ffffff;
}

.stacked-cta > div::after, .stacked-cta > a::after, .stacked-cta > input::after {
    content: '';
    display: table;
    clear: left;
}

.stacked-cta > div::after, .stacked-cta > a::after, .stacked-cta > input::after {
    content: '';
    display: table;
    clear: left;
}

.p-package .cta [class^="btn-"]:last-child:not(.full-width) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pricing-package-features {
    text-align: left;
    margin-top: 1.875rem;
    position: relative;
}

.pricing-package-features ul {
    /*list-style: none;*/
}

.pricing-package-features ul {
    max-height: none;
    overflow: visible;
    font-size: 0.875rem;
    min-height: 8.5rem;
}

.pricing-package-features ul {
    display: block !important;
    transition: max-height .3s ease-out;
    line-height: 1.25rem;
}

.pricing-package-features-head {
    min-height: auto !important;
    margin-bottom: 1.25rem;
    font-weight: bold;
}

.pricing-package-features ul li {
    padding-left: 0;
    margin-bottom: 1.125rem;
}

ul li {
    padding-left: 1.25rem;
    position: relative;
}


.features-banner {
    width: 100%;
    list-style: none;
    min-height: 0 !important;
    padding: 0 !important;
}

.features-banner > li {
    margin: 0 !important;
    padding: 20px;
    /*background-color: #2029ac;*/
    /*border-radius: 0.1875rem;*/

    color: black;
    font-size: 20px;
}

@media (min-width: 401px) {
    .features-banner > li > span {
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(72, 74, 76, 0.6);
    }
}

.p-package.lesser-margin {
    margin-bottom: 5px;
}








