
@import url("https://fonts.googleapis.com/css?family=Oxygen:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600,700");

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url("../lib/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../lib/fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("../lib/fontawesome/webfonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("../lib/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../lib/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("../lib/fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
}


body {
    margin: 0;
    font-family: Lato, sans-serif;
    color: #26282D;
    font-size: 16px;
}

.form-label{
    margin-bottom : 0rem;

}

header {
    position: sticky;
    top: 0px;
    z-index: 2;
}

.active {
    border-bottom: 2px solid rgba(0, 86, 149, 1.0);
}

.content {
    background-color: rgba(0, 185, 237, 0.05);
}

@media screen and (max-width: 768px) {
    .content {
        padding-top: 1rem;
    }
}

.navbar {
    /*justify-content: space-evenly;*/
    align-items: flex-end;
    padding: 0.5rem 7rem !important;
}

.navbar-brand {
    border-width: 0px;
    height: 40px;
    font-family: 'Lato Bold', 'Lato Regular', 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: rgba(0, 86, 149, 1.0);
    font-size: 2rem;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
}

    .navbar-brand img {
        margin-right: 10px;
        height: 40px;
    }

.navbar .navbar-collapse {
    max-width: 1000px;
    justify-content: space-between;
}

.navbar-light .navbar-brand {
    font-family: 'Lato Bold', 'Lato Regular', 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: rgba(0, 86, 149, 1.0);
    font-size: 32px;
    margin-right: 30px;
}

    .navbar-light .navbar-brand:hover {
        color: rgba(0, 86, 149, 1.0);
    }

    .navbar-light .navbar-brand label {
        margin-bottom: 0;
    }

.nav-item {
    margin-right: 2rem;
}

.nav-item, .dropdown-item {
    background-color: transparent;
    font-weight: 600;
    font-size: 1rem;
    white-space: nowrap;
}

    .nav-item > a, .dropdown, .dropdown-item {
        color: rgba(96, 95, 97, 1.0);
    }

        .nav-item > a:hover {
            color: #f1f1f1;
            text-decoration: none;
        }

.dropdown {
    padding-bottom: 2px;
}

.dropdown-toggle:focus {
    text-decoration: none;
}

.dropdown-item {
    padding: 0.5rem 10px;
}

@media screen and (max-width: 991px) {
    .navbar {
        justify-content: space-between;
    }

    .navbar-collapse {
        position: absolute;
        right: 0px;
        top: 56px;
        background-color: white;
        padding: 1rem;
    }

    .nav-item {
        align-self: flex-end;
        margin-bottom: 0.5rem;
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    .dropdown-menu {
        padding-left: 4rem;
        border: none;
        border-top: 1px solid rgba(96, 95, 97, 1.0);
    }

    .dropdown-toggle {
        display: block;
        text-align: right;
        margin-bottom: 0.5rem;
    }

    .dropdown-item {
        text-align: right;
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.no-item {
    text-align: center;
    font-weight: 700 !important;
    font-size: 24px;
}

.no-item-img {
    width: 243px;
}

.mobile-payment {
    display: none;
}

.panel-text {
    background-image: url("../images/u141.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin: 0rem 3.125rem;
}

.footer-div {
    background-color: rgba(245, 245, 245, 1);
}

.inner-nav {
    width: 95%;
    max-width: 1360px;
    margin: auto;
}

.main-content h2 {
    border-left: 3px solid rgba(0, 185, 237, 1);
    padding-left: 8px;
    font-size: 22px;
    font-weight: 600;
}

.yourpath-employer {
    font-weight: 600;
}

.left-footer {
}

.left-footer-list {
    list-style: none;
}

    .left-footer-list > li {
        padding: 0;
        font-size: 14px;
        margin-bottom: 7px;
    }

        .left-footer-list > li > a {
            color: rgba(0, 86, 149, 1.0) !important;
            cursor: pointer;
        }

.panel-text h2 {
    font-size: 24px;
    margin-top: 15px;
    font-weight: 400;
}

.left-footer > div {
    display: flex;
}

.right-content h4 {
    margin: 3px 0;
    font-size: 14px;
    font-weight: 600;
    margin-left: 16px;
}

.right-content p {
    margin: 4px 0px 9px 16px;
}

.right-content-benefit p {
    margin: 4px 0;
    margin-bottom: 12px;
    margin-left: 14px;
    font-size: 1vw;
    font-weight: 500;
}

.right-content-benefit div p {
    font-weight: 100;
}

.right-content-benefit h2 {
    border-left: 3px solid rgba(0, 185, 237, 1);
    padding-left: 8px;
    margin-top: 32px;
    font-size: 22px;
    font-weight: 600;
}

.left-content, .right-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.table thead th {
    border-top: none;
}

.benefit-container tbody tr:nth-child(odd) {
    background-color: white;
}

.benefit-container tbody tr:nth-child(even) {
    background-color: rgb(252, 252, 252);
}

.benefit-container tbody tr:hover {
    background-color: lightgrey;
}

.footer-div h3 {
    margin-bottom: 2px;
    margin-top: 18px;
    font-size: 18px;
}

.road-image {
    background-image: url('../images/u148.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    cursor: pointer;
    margin-bottom: 8%;
}

.highlight-road {
    display: none;
}

.road-pin:first-child > .tab-part:hover b {
    color: rgba(0, 185, 237, 1);
}

.road-pin:nth-child(2) > .tab-part:hover b {
    color: rgba(96, 95, 97, 1.0);
}

.road-pin:nth-child(3) > .tab-part:hover b {
    color: rgba(0, 185, 237, 1);
}

.tab-part:hover .highlight-road {
    display: flex !important;
}


.road-image > .road-pin > .tab-part {
    display: flex;
    justify-content: center;
    align-items: center;
}


.tab-part img {
    width: 30px;
}

.road-pin b {
    font-size: 16px;
}

.hide-class {
    display: none !important;
}

.your-path {
    background: white;
    opacity: 0.6;
    margin-left: 4vw;
    margin-right: 30vw;
    padding: 1vh 1vw;
}

.road-pin {
    position: absolute;
}

.footer-row {
    display: flex;
}

    .footer-row > .left-footer:first-child {
        width: 65%;
    }

    .footer-row > .left-footer:last-child {
        width: 35%;
    }

.right-content > .grey-reale {
    margin-bottom: 0;
}

.grey-reale-links {
    list-style: none;
    padding-left: 18px;
    cursor: pointer;
}

    .grey-reale-links > li {
        margin-top: 6px;
    }

.scroll-up {
    position: fixed;
    bottom: 21px;
    right: 21px;
    background-image: url(../images/img-blueround.svg);
    width: 42px;
    height: 42px;
    background-size: contain;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

@media screen and (max-width: 1072px) {
    .inner-nav {
        width: 98%;
    }

    .main-content {
        flex-direction: column;
    }

    #navigator {
        font-size: 26px;
    }
}



.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 16px;
        color: rgba(129, 129, 129, 1.0);
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.road-pin:nth-child(1) {
    margin-left: 15%;
}


    .road-pin:nth-child(1) > .tab-part > div {
        background-color: rgba(0, 185, 237, 1);
        width: 52px;
        height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-weight: 600;
        z-index: 1;
    }

        .road-pin:nth-child(1) > .tab-part > div > .highlight-road {
            background-color: transparent;
            width: 58px;
            height: 58px;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            font-weight: 600;
            position: absolute;
            opacity: 0.7;
        }

    .road-pin:nth-child(1) > .tab-part > b {
        margin-left: 9px;
    }

    .road-pin:nth-child(1) > .line-part {
        height: 94px;
        background: rgba(0, 185, 237, 1);
        width: 2px;
        margin-left: 25px;
    }

    .road-pin:nth-child(1) > .spin-part {
        width: 10px;
        height: 10px;
        background: rgba(0, 185, 237, 1);
        border-radius: 50%;
        margin-left: 21px;
    }

.road-pin > .tab-part > div > img {
    z-index: 2;
}

.road-pin:nth-child(2) {
    margin-left: 40%;
}


    .road-pin:nth-child(2) > .tab-part > div {
        background-color: rgba(96, 95, 97, 1.0);
        width: 52px;
        height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-weight: 600;
        z-index: 1;
    }

        .road-pin:nth-child(2) > .tab-part > div > .highlight-road {
            background-color: transparent;
            width: 58px;
            height: 58px;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            font-weight: 600;
            position: absolute;
            opacity: 0.7;
        }

    .road-pin:nth-child(2) > .tab-part > b {
        margin-left: 9px;
    }

    .road-pin:nth-child(2) > .line-part {
        height: 63px;
        background: rgba(96, 95, 97, 1.0);
        width: 2px;
        margin-left: 25px;
    }

    .road-pin:nth-child(2) > .spin-part {
        width: 10px;
        HEIGHT: 10PX;
        BACKGROUND: rgba(96, 95, 97, 1.0);
        border-radius: 50%;
        margin-left: 21px;
    }


.road-pin:nth-child(3) {
    margin-left: 58%;
}



    .road-pin:nth-child(3) > .tab-part > div {
        background-color: rgba(0, 185, 237, 1);
        width: 52px;
        height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-weight: 600;
        z-index: 1;
    }

        .road-pin:nth-child(3) > .tab-part > div > .highlight-road {
            background-color: transparent;
            width: 58px;
            height: 58px;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            font-weight: 600;
            position: absolute;
            opacity: 0.7;
        }

    .road-pin:nth-child(3) > .tab-part > b {
        margin-left: 9px;
    }

    .road-pin:nth-child(3) > .line-part {
        height: 92px;
        background: rgba(0, 185, 237, 1);
        width: 2px;
        margin-left: 25px;
    }

    .road-pin:nth-child(3) > .spin-part {
        width: 10px;
        HEIGHT: 10PX;
        BACKGROUND: rgba(0, 185, 237, 1);
        border-radius: 50%;
        margin-left: 21px;
    }


.road-pin:nth-child(4) {
    margin-left: 77%;
}



    .road-pin:nth-child(4) > .tab-part > div {
        background-color: rgba(249, 138, 60, 1.0);
        width: 52px;
        height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-weight: 600;
        z-index: 1;
    }

        .road-pin:nth-child(4) > .tab-part > div > .highlight-road {
            background-color: transparent;
            width: 58px;
            height: 58px;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            font-weight: 600;
            position: absolute;
            opacity: 0.7;
        }

    .road-pin:nth-child(4) > .tab-part > b {
        margin-left: 9px;
    }

    .road-pin:nth-child(4) > .line-part {
        height: 80px;
        background: rgba(249, 138, 60, 1.0);
        width: 2px;
        margin-left: 25px;
    }

    .road-pin:nth-child(4) > .spin-part {
        width: 10px;
        HEIGHT: 10PX;
        BACKGROUND: rgba(249, 138, 60, 1.0);
        border-radius: 50%;
        margin-left: 21px;
    }

.your-path-mobile {
    display: none;
}

.line-break {
    display: none;
}

#footer-description-desktop {
    font-size: 12px;
    display: block;
    text-align: center;
}

#footer-description-mobile {
    display: none;
    text-align: center;
}

    #footer-description-mobile > .first-line {
        font-weight: 200;
    }

.modal-header {
    justify-content: center;
}

.modal-body {
    text-align: center;
}

.modal .modal-dialog .modal-content .modal-footer {
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .main-content .app-text {
        margin-bottom: 0;
    }

    .main-content .card-container-item > .upside h2 {
        font-size: 31px;
    }

    .line-break {
        display: block;
    }

    .main-content .card-container {
        justify-content: center;
        align-items: center;
    }

        .main-content .card-container .card {
            width: 80%;
            min-width: 320px;
            margin-top: 21px;
        }

    .main-content .card-container-mobile {
        display: flex;
    }

    #footer-description-desktop {
        display: none;
    }

    #footer-description-mobile {
        font-size: 10px;
        display: block;
    }

        #footer-description-mobile > .first-line {
            font-size: 12px;
        }

    .left-footer > div {
        flex-direction: column;
    }

    .your-path-mobile {
        display: block;
    }

    .panel-text {
        display: none;
    }

    .scroll-up {
        display: flex;
    }


    .road-image {
        background-image: url('../images/u139_a.svg');
        margin-top: 60px;
        background-position: center;
        margin-bottom: 0;
    }

    .road-pin:nth-child(1) {
        margin-left: 30%;
    }

    .road-pin:nth-child(2) {
        margin-left: 64%;
    }

    .road-pin:nth-child(3) {
        margin-left: 16%;
    }

    .road-pin:nth-child(4) {
        margin-left: 45%;
    }
}

@media screen and (max-width: 580px) {
    .road-pin b {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    body {
        margin: 0;
        font-family: Lato, sans-serif;
        color: #26282D;
        font-size: 14px;
        line-height: 20px;
    }

    .status {
        display: none;
    }

    .table-text {
        text-align: center;
    }

    .cell-text {
        vertical-align: middle !important;
    }

    .mobile-payment {
        display: table-row-group;
    }

    .desktop-payment {
        display: none;
    }
}
