
* {
    box-sizing: border-box;
}

body {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

a {
    color: #0057ff;
}

input, button {
    outline: none;
}

.container {
    /*background: #ffffff;*/
}

.text-blue {
    color: #0087FF;
}

.bg-gray {
    background: #F5F5F5;
}

.bg-light-gray {
    background: #F8F8F4;
}

.bg-dark-gray {
    background: #e6e6dc;
}

.bg-white {
    background: #ffffff;
}

.h1 {
    font-size: 33px;
    line-height: 42px;
    margin-bottom: 50px;
}

.h2 {
    font-size: 22px;
    line-height: 29px;
}

strong {
    font-weight: 400;
}


p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 30px;
}

    p.big-text {
        font-size: 22px;
        line-height: 29px;
        font-weight: 400;
    }

    p.list-title {
        margin-bottom: 15px;
    }

div.heading-text {
    margin-bottom: 30px;
}

p.heading-text,
div.heading-text {
    font-size: 32px;
    line-height: 39px;
    font-weight: 400;
}

p.imp-text {
    font-size: 16px;
    line-height: 22px;
}

p.sm-text {
    font-size: 14px;
    line-height: 19px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-bottom: 30px;
}

    ul li {
        font-size: 17px;
        line-height: 24px;
        display: flex;
    }

    ul.big-text li {
        font-size: 22px;
        line-height: 29px;
    }

    ul.has-dash li:before {
        content: '—';
        margin-right: 5px;
    }

    ul.has-plus li:before {
        content: '+';
        margin-right: 5px;
    }

    ul.has-dot {
        list-style-type: disc;
        margin-left: 30px;
    }

        ul.has-dot li {
            display: list-item;
            margin-bottom: 15px;
        }

            ul.has-dot li:before {
                display: none;
            }

    ul.has-circle {
        list-style-type: circle;
        margin-left: 30px;
    }

        ul.has-circle li {
            display: list-item;
            margin-bottom: 15px;
        }

            ul.has-circle li:before {
                display: none;
            }

.scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #007bff #F5F5F5;
}

    .scrollbar::-webkit-scrollbar {
        width: 11px;
        height: 11px;
    }

    .scrollbar::-webkit-scrollbar-track {
        background: #F5F5F5;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        background-color: #007bff;
        border-radius: 6px;
        border: 3px solid #F5F5F5;
    }

.scrollbar-white {
    scrollbar-width: thin;
    scrollbar-color: #007bff #FFFFFF;
}

    .scrollbar-white::-webkit-scrollbar {
        width: 11px;
        height: 11px;
    }

    .scrollbar-white::-webkit-scrollbar-track {
        background: #FFFFFF;
    }

    .scrollbar-white::-webkit-scrollbar-thumb {
        background-color: #007bff;
        border-radius: 6px;
        border: 3px solid #FFFFFF;
    }

/*HEADER START HERE*/

.navbar-container {
    padding: 0px;
    position: relative;
}

    .navbar-container .navbar {
        flex-wrap: nowrap;
        z-index: 1;
    }

    .navbar-container .container-xl {
        padding: 0px;
    }

    .navbar-container .navbar-toggler {
        outline: 0px;
        background-color: #fff;
    }

        .navbar-container .navbar-toggler .navbar-toggler-icon {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 409.806 409.806' style='enable-background:new 0 0 409.806 409.806;' width='20' height='20' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgba(0, 0, 0, 0.5)' d='M228.929,205.01L404.596,29.343c6.78-6.548,6.968-17.352,0.42-24.132c-6.548-6.78-17.352-6.968-24.132-0.42 c-0.142,0.137-0.282,0.277-0.42,0.42L204.796,180.878L29.129,5.21c-6.78-6.548-17.584-6.36-24.132,0.42 c-6.388,6.614-6.388,17.099,0,23.713L180.664,205.01L4.997,380.677c-6.663,6.664-6.663,17.468,0,24.132 c6.664,6.662,17.468,6.662,24.132,0l175.667-175.667l175.667,175.667c6.78,6.548,17.584,6.36,24.132-0.42 c6.387-6.614,6.387-17.099,0-23.712L228.929,205.01z'/%3E%3C/g%3E%3C/svg%3E");
            background-size: 22px 22px;
            transition: all 0.15s ease-in-out;
        }

        .navbar-container .navbar-toggler.collapsed .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
            background-size: auto;
        }

    .navbar-container .navbar-nav .nav-item .nav-link {
        position: relative;
        padding-left: 30px;
    }

        .navbar-container .navbar-nav .nav-item .nav-link:before {
            content: '';
            width: 20px;
            height: 20px;
            background: #0087FF;
            border-radius: 50%;
            position: absolute;
            left: 0px;
            top: 50%;
            margin-top: -10px;
            transition: all 0.15s ease-in-out;
        }

        .navbar-container .navbar-nav .nav-item .nav-link:hover:before {
            background: #19CD5A;
        }

    .navbar-container .navbar-with-menu {
    }

    .navbar-container .navbar-with-sticky {
        position: sticky;
        top: 0px;
    }

    .navbar-container .navbar-nav {
        align-items: center;
    }

        .navbar-container .navbar-nav ul {
            margin: 0px;
        }

    .navbar-container .navbar-collapse.show .divider {
        background: transparent;
        position: absolute;
        height: 50px;
        bottom: -50px;
        left: 0px;
        right: 0px;
        width: 100%;
        transform: rotate( 180deg );
    }

    .navbar-container .navbar-brand {
        width: 100px;
        height: 100px;
    }

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.nav-navbar-header {
    margin-top: -116px;
    z-index: 1;
}

.nav-navbar-header-img {
    position: relative;
    overflow: hidden;
}

.nav-navbar-header .nav-navbar-header-img img {
    width: 100%;
}

    .nav-navbar-header .nav-navbar-header-img img.show-desktop {
        display: block;
    }

    .nav-navbar-header .nav-navbar-header-img img.show-mobile {
        display: none;
    }

.nav-navbar-header .nav-navbar-header-img .divider {
    background: transparent;
    position: absolute;
    height: 15%;
    max-height: 60px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    /*filter: drop-shadow(0px 2px 5px #000);*/
    margin-bottom: -1px;
}

/*HEADER END HERE*/

.divider {
    height: 15%;
    max-height: 60px;
    width: 100%;
}

/*FOOTER START HERE*/

.footer-container {
    padding: 0px;
    background: #f8f8f4;
    position: relative;
}

    .footer-container .footer-divider {
        background: transparent;
        height: 15%;
        max-height: 60px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        /*filter: drop-shadow(0px 2px 5px #000);*/
        margin-bottom: -1px;
    }

footer {
    position: relative;
    background: white;
}


.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 100px;
}

    .footer .logo {
        width: 180px;
        order: 2;
        margin-top: -20px;
    }

        .footer .logo img {
            width: 100%;
        }

    .footer .footer-links {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .footer .copeia-life {
        margin-right: 15px;
    }

        .footer .copeia-life a {
            display: block;
            color: #212529;
            font-size: 17px;
            font-weight: 400;
            line-height: 1;
        }

    .footer .links {
    }

        .footer .links ul {
            margin: 0px;
            padding: 0px;
            list-style-type: none;
            display: flex;
            align-items: center;
        }

            .footer .links ul li {
                margin-right: 5px;
                padding-right: 5px;
                border-right: 1px solid #8c8d8e;
                line-height: 1;
            }

                .footer .links ul li:last-child {
                    border-right: 0px;
                    margin-right: 0px;
                    padding-right: 0px;
                }

                .footer .links ul li a {
                    display: block;
                    color: #212529;
                    font-size: 17px;
                    font-weight: 300;
                    line-height: 1;
                }

.new-footer .footer {
    padding-bottom: 40px;
}

    .new-footer .footer .logo {
        margin-top: 20px;
    }

    .new-footer .footer .footer-links {
        flex-direction: column;
        align-items: flex-start;
    }

    .new-footer .footer .copeia-life {
        margin: 0px;
        margin-bottom: 15px;
        font-size: 17px;
        font-weight: 600;
    }

    .new-footer .footer .links {
        margin-bottom: 20px;
    }

        .new-footer .footer .links ul {
            flex-direction: column;
            align-items: flex-start;
        }

            .new-footer .footer .links ul li {
                margin-right: 0px;
                padding-right: 0px;
                border: 0px;
                margin-bottom: 8px;
            }

                .new-footer .footer .links ul li a {
                    font-size: 17px;
                }

/*FOOTER END HERE*/
.page-container {
    /*padding-top: 20px;
    padding-bottom: 20px;*/
}

    .page-container .block-section {
        padding: 30px 0px;
    }

.small-container {
    max-width: 960px;
    margin: 0px auto;
}


.wide-screen {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
}

    .wide-screen img {
        width: 40px;
    }

    .wide-screen p {
        font-size: 12px;
        line-height: 1.25;
        color: #000;
        margin: 0px;
    }


.left-right-block {
    display: flex;
    gap: 50px;
}

    .left-right-block .left-block,
    .left-right-block .right-block {
        padding: 20px;
        width: 50%;
        position: relative;
    }

.coming-soon {
    min-height: calc(100vh - 393px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .coming-soon h1 {
        font-size: 48px;
    }

.page-not-found {
    min-height: calc(100vh - 393px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .page-not-found h1 {
        font-size: 48px;
        margin-bottom: 30px;
    }

.btn.disabled, .btn:disabled {
    cursor: inherit;
}


.standard-btn {
    background-color: #198900;
    background-position: center;
    border-radius: 15px;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    box-shadow: none;
    outline: none !important;
    transition: all 0.25s;
    border: none;
    padding: 20px 40px;
    min-width: 180px;
    color: #ffffff !important;
    text-decoration: none !important;
    display: block;
    width: 250px;
    text-align: center;
}

    .standard-btn.btn-sm {
        padding: 15px 20px;
        width: 200px;
    }

    .standard-btn.btn-white {
        background-color: #ffffff;
        color: #000000 !important;
    }

    .standard-btn.btn-blue {
        background-color: #0067ff;
        color: #ffffff !important;
    }

    .standard-btn:hover {
        background-color: #14b64e;
        box-shadow: 0px 1px 4px 0px #000;
    }

    .standard-btn.btn-white:hover {
        background-color: #f8f8f4;
    }

    .standard-btn.btn-blue:hover {
        background-color: #057fea;
    }

button.standard-btn:hover {
    background: #14b64e radial-gradient(circle, transparent 1%, #14b64e 1%) center/15000%;
}

button.standard-btn.btn-white:hover {
    background: #f8f8f4 radial-gradient(circle, transparent 1%, #14b64e 1%) center/15000%;
}

button.standard-btn.btn-blue:hover {
    background: #057fea radial-gradient(circle, transparent 1%, #14b64e 1%) center/15000%;
}

button.standard-btn:active {
    background-color: #000000;
    background-size: 100%;
    transition: background 0s;
}

.nav-tab-list-content {
    background: #fff;
    width: 100%;
    border-radius: 10px;
}

    .nav-tab-list-content .tab-bottom-text {
        margin-top: 10px;
        width: 100%;
    }

        .nav-tab-list-content .tab-bottom-text .note-text {
            margin-bottom: 20px;
            font-size: 12px;
            line-height: 1.25;
            color: #000;
        }

.nav-tab-content-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.nav-tab-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

    .nav-tab-content .nav-tab-content-item {
        width: calc(50% - 10px);
        height: 100%;
        display: flex;
        align-items: center;
        gap: 20px;
        background: #F8F8F4;
        border-radius: 8px;
        padding: 20px;
    }

        .nav-tab-content .nav-tab-content-item.item-green {
            background: #EFFAF3;
        }

        .nav-tab-content .nav-tab-content-item.item-blue {
            background: #DCEEFE;
        }

        .nav-tab-content .nav-tab-content-item .tab-item-image {
            width: calc(50% - 10px);
        }

            .nav-tab-content .nav-tab-content-item .tab-item-image img {
                width: 100%;
            }

        .nav-tab-content .nav-tab-content-item .tab-item-content {
            width: calc(50% - 10px);
            color: #000;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

            .nav-tab-content .nav-tab-content-item .tab-item-content h2 {
                font-size: 24px;
                line-height: 1.25;
                margin: 0px;
                font-weight: 300;
            }

            .nav-tab-content .nav-tab-content-item .tab-item-content p {
                font-size: 16px;
                line-height: 1.25;
                margin: 0px;
            }

            .nav-tab-content .nav-tab-content-item .tab-item-content .tab-button {
                display: flex;
                justify-content: flex-end;
            }

                .nav-tab-content .nav-tab-content-item .tab-item-content .tab-button a {
                }

                .nav-tab-content .nav-tab-content-item .tab-item-content .tab-button img {
                    width: 48px;
                }

.form-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    max-width: 380px;
}

    .form-buttons .form-button {
        cursor: pointer;
        margin-bottom: 20px;
    }

        .form-buttons .form-button:last-child {
            margin-bottom: 0px;
        }

        .form-buttons .form-button img {
            display: block;
            max-width: 100%;
        }

            .form-buttons .form-button img:first-child {
                display: block;
            }

            .form-buttons .form-button img:last-child {
                display: none;
            }

        .form-buttons .form-button:hover img:first-child {
            display: none;
        }

        .form-buttons .form-button:hover img:last-child {
            display: block;
        }

        .form-buttons .form-button svg {
            display: block;
            max-width: 100%;
        }

            .form-buttons .form-button svg:first-child {
                display: block;
            }

            .form-buttons .form-button svg:last-child {
                display: none;
            }

        .form-buttons .form-button:hover svg:first-child {
            display: none;
        }

        .form-buttons .form-button:hover svg:last-child {
            display: block;
        }

.hide-desktop {
    display: none;
}

.hide-mobile {
    display: block;
}

@media screen and (min-width:1400px) {
    .extra-large-screen .container-xl {
        max-width: 1340px;
    }
}


@media screen and (max-width:1200px) {
}

@media screen and (max-width:1024px) {
}

@media screen and (max-width:5991px) {
    /*HEADER START HERE*/
    .navbar-collapse {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        background: #E6E6DC;
        z-index: 3;
    }

        .navbar-collapse ul {
            padding: 0px 10px;
        }
    /*HEADER END HERE*/
}

@media screen and (max-width:960px) {
    .hide-desktop {
        display: block;
    }

    .hide-mobile {
        display: none;
    }

    .section-image {
        order: 1;
    }

    .section-content {
        order: 2;
    }

    .left-right-block {
        flex-direction: column;
        gap: 50px;
    }

        .left-right-block .left-block,
        .left-right-block .right-block {
            padding: 0px;
            width: 100%;
        }

    .nav-tab-content .nav-tab-content-item {
        width: 100%;
        height: auto;
    }
}


@media screen and (max-width:767px) {
    p.big-text {
        font-size: 20px;
        line-height: 29px;
    }

    p.heading-text,
    div.heading-text {
        font-size: 25px;
        line-height: 29px;
    }

    /*HEADER START HERE*/
    .navbar-container .navbar-brand {
        width: 70px;
        height: 70px;
    }

    .nav-navbar-header {
        margin-top: -86px;
    }

        .nav-navbar-header .nav-navbar-header-img img.show-desktop {
            display: none;
        }

        .nav-navbar-header .nav-navbar-header-img img.show-mobile {
            display: block;
        }

    /*HEADER END HERE*/

    /*FOOTER START HERE*/
    .footer {
        flex-direction: column;
        justify-content: center;
    }

        .footer .logo {
            width: 100% !important;
            text-align: center;
            margin: 0px;
            order: 1;
        }

            .footer .logo img {
                max-width: 140px;
            }

        .footer .footer-links {
            order: 2;
            margin-top: 70px;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .footer .copeia-life {
        }

        .footer .links {
            margin: 15px 0px;
        }

    .new-footer .footer .footer-links {
        margin-top: 50px;
    }

    /*FOOTER END HERE*/

    .page-container {
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .page-container .block-section {
            padding: 15px 0px;
        }

    .standard-btn {
        /* font-size: 24px;
        line-height: 32px;*/
        padding: 20px;
    }

        .standard-btn.btn-sm {
            font-size: 14px;
            line-height: 1;
            padding: 15px 20px;
        }
}

@media screen and (max-width:600px) {


    .nav-tab-content .nav-tab-content-item {
        flex-direction: column;
    }

        .nav-tab-content .nav-tab-content-item .tab-item-image,
        .nav-tab-content .nav-tab-content-item .tab-item-content {
            width: 100%;
        }

    .nav-tab-container {
        padding: 10px 5px;
    }

        .nav-tab-container .nav-tab-list {
            flex-wrap: wrap;
            justify-content: flex-start;
        }

            .nav-tab-container .nav-tab-list li {
                width: auto;
                padding: 5px;
            }

            .nav-tab-container .nav-tab-list .nav-tab {
                width: auto;
                padding: 8px;
                font-size: 14px;
            }
}

@media screen and (max-width:350px) {

    .footer .links ul {
        flex-direction: column;
    }

        .footer .links ul li {
            margin: 0px;
            padding: 0px;
            border: none;
            margin-bottom: 5px;
        }
}
