.messages {
    position: relative;
    z-index: 20;
}

.messages .message {
    margin: 0;
    padding: 14px 22px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #172b4d;
    background: #f6f7fb;
    border-bottom: 1px solid rgba(23, 43, 77, 0.08);
}

.messages .message-success {
    color: #0f5132;
    background: #d1e7dd;
}

.messages .message-error {
    color: #842029;
    background: #f8d7da;
}

.messages .message-warning {
    color: #664d03;
    background: #fff3cd;
}

.messages .message-info {
    color: #055160;
    background: #cff4fc;
}

.default-logo,
.alt-logo,
.mobile-logo,
.footer-logo img {
    max-height: 42px;
}

.prose-content p:last-child,
.prose-content ul:last-child,
.prose-content ol:last-child {
    margin-bottom: 0;
}

.prose-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.swiper-number {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 5;
    color: #fff;
}

.home-hero-circle-lg {
    width: 900px;
    height: 900px;
}

.home-hero-circle-md {
    width: 1200px;
    height: 1200px;
}

.home-hero-circle-sm {
    width: 700px;
    height: 700px;
}

.home-hero-circle-xs {
    width: 520px;
    height: 520px;
}

@media (min-width: 1200px) {
    .site-header-brand {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .site-header-menu {
        flex: 0 0 62%;
        max-width: 62%;
    }

    .site-header-actions {
        flex: 0 0 18%;
        max-width: 18%;
    }

    .site-header-menu > .navbar-collapse > .navbar-nav {
        flex-wrap: nowrap;
    }

    .site-header-menu > .navbar-collapse > .navbar-nav > .nav-item,
    .site-header-menu > .navbar-collapse > .navbar-nav > .nav-item > .nav-link {
        white-space: nowrap;
    }

    .site-header-menu .navbar .navbar-nav .nav-link,
    .site-header-menu .navbar-nav .nav-link {
        padding-left: 14px;
        padding-right: 14px;
        font-size: 15px;
    }
}

@media (min-width: 1400px) {
    .site-header-brand {
        flex-basis: 22%;
        max-width: 22%;
    }

    .site-header-menu {
        flex-basis: 58%;
        max-width: 58%;
    }

    .site-header-actions {
        flex-basis: 20%;
        max-width: 20%;
    }

    .site-header-menu .navbar .navbar-nav .nav-link,
    .site-header-menu .navbar-nav .nav-link {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 16px;
    }
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
}

.site-header-menu .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: 320px;
    max-width: min(90vw, 320px);
}

.site-header-menu .dropdown.dropdown-with-icon-style02 .dropdown-menu li,
.site-header-menu .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    white-space: normal;
}

.site-header-menu .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    align-items: flex-start;
}

@media (max-width: 991px) {
    .home-hero-circle-lg {
        width: 700px;
        height: 700px;
    }

    .home-hero-circle-md {
        width: 900px;
        height: 900px;
    }

    .home-hero-circle-sm {
        width: 560px;
        height: 560px;
    }

    .home-hero-circle-xs {
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 767px) {
    .home-hero-circle-lg {
        width: 540px;
        height: 540px;
    }

    .home-hero-circle-md {
        width: 720px;
        height: 720px;
    }

    .home-hero-circle-sm {
        width: 430px;
        height: 430px;
    }

    .home-hero-circle-xs {
        width: 300px;
        height: 300px;
    }
}
