body {
    background-color: #00a99d;
}

.bg-light {
    background-color: rgb(226, 242, 243) !important;
}

.bg-green {
    background-color: #00a99d !important;
}

.text-light {
    color: rgb(226, 242, 243) !important;
}

.mil-top-menu {
    background-color: rgb(226, 242, 243) !important;
}

.mil-max-500 {
    max-width: 500px;
}

.mil-bold {
    font-weight: bold;
}

footer .mil-footer-bottom{
    border-top: none !important;
}

@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
    .mil-bold {
        font-weight: 500;
    }
}

.line {
    border-top: 1px solid #00a99d20 !important;
}

.invert {
    filter: brightness(0) invert(1);
}

.mil-banner.mil-banner-inner {
    min-height: 100px !important;
}

.mil-banner.mil-banner-inner .mil-p-160-80:not(.pb-0) {
    padding-bottom: 80px !important;
}

ul.mil-ul-custom li {
    /* list-style-position: inside; */
    margin-left: 20px;
}

.mil-btn.mil-btn-white {
    background: rgb(226, 242, 243) !important;
    color: #00a99d !important;
}

.bg-light .mil-list-1 li:before,
.bg-light .mil-list-1 li:after {
    background-color: rgb(13, 81, 82);
}

.mil-breadcrumbs {
    flex-wrap: wrap;
}

footer a {
    color: rgb(226, 242, 243) !important;
}

@media screen and (max-width: 1200px) {
    .mobile-hide {
        display: none !important;
    }

    .mobile-mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .progress-wrap {
        width: 45px;
        height: 45px;
        right: 18px;
        bottom: 18px;
    }

    footer h6.mil-mb-60 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 440px) {
    .btn-reach {
        display: none;
    }

    .mil-banner-text h1 {
        font-size: 42px;
    }
}

@media screen and (min-width: 1201px) {
    .desktop-hide {
        display: none !important;
    }
}