[ng\:cloak], [ng-cloak], .ng-cloak, .ng-hide {
    display: none !important;
}

body {
    font-family: "DM Sans", serif;
}

.display-font {
    font-family: "Oswald", serif;
}

.websitara-slider, footer, .bg-color-dark-primary {
    background-color: #003399 !important;
}

@media (max-width: 991px) {
    .websitara-slider img {
        width: 80% !important;
        margin: 1.5rem;
        margin-top: 3rem;
    }
}

@media (min-width: 992px) {
    .websitara-slider img {
        width: 100%;
        margin: 0;
    }
}

.owl-carousel {
    touch-action: pan-y;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    letter-spacing: -.02em;
}

@media (min-width: 992px) {
    .border-lg-end {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)
    }
}

.grecaptcha-badge {
    visibility: hidden !important;
}

#map-container {
    position: relative;
    height: 300px;
    width: 100%;
}

.tree-view {
    list-style-type: none;
    padding-left: 5px;
    font-weight: 400;
}

    .tree-view em {
        font-weight: 300;
        color: #888;
    }

    .tree-view i {
        margin: 0 10px 0 0;
        color: var(--primary);
        font-size: 0.8em;
    }

    .tree-view .toggle {
        cursor: pointer;
    }

    .tree-view .expandable {
        cursor: pointer;
        color: var(--primary);
    }

        .tree-view .expandable:hover, .tree-view .toggle:hover {
            text-decoration: underline;
        }

    .tree-view .no-toggle {
        cursor: default;
        color: #888;
    }

    .tree-view .nested {
        display: none;
        padding-left: 15px;
        border-left: 1px solid #ccc;
    }

    .tree-view li {
        margin: 5px 0;
        display: flex;
    }

.card-body p {
    color: var(--bs-card-color);
}

.columns-lg-3 li:first-child {
    margin-top: 0px !important;
}

.pricing-block > .row > div:nth-child(2),
.pricing-block > .plan-price,
.plan > .plan-price {
    background-color: #03004b !important;
}

.top-0 {
    top: 0px !important;
}

.no-wrap {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

section.section {
    margin: 0px !important;
}

    section.section.section-with-divider .divider {
        margin: -50px 0 44px;
    }

.counters [class*="bi-"], .counters .icons {
    display: block;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 5px;
}

.faq-answer p,
.faq-answer ul {
    margin-bottom: 0px;
}

#header.header-effect-shrink .header-container {
    min-height: 60px;
}

.websitara-logo {
    height: 50px;
}

@media (max-width: 576px) {
    .websitara-logo {
        height: 35px;
    }
}

.alternative-font {
    margin-right: 5px;
}

.alert-primary a {
    color: #FFF;
    text-decoration: underline;
}
.alert-primary li i {
    color: #fff
}


.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1050;
    padding: 5px 0;
    text-align: center;
}

    .fixed-bottom .alert {
        opacity: 1;
    }
