body {
    /* background-color: var(--custom-background); */
    font-family: 'Roboto';
    font-size: 16px;
}
p {
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Effra';
}
.home-banner {
    background-image: url(../images/home-banner.png);
    background-size: cover;
    background-color: transparent;
    background-position: center;
}
.home-banner-small {
    font-size: 25px;
}
.home-banner-large {
    font-size: 30px;
    /* line-height: 30px; */
}
.home-banner-top {
    margin-top: 9em;
    margin-bottom: 10em;
}
.home-under-banner {
    background-color: var(--custom-primary-dark);
    padding: 100px 0;
    color: white;
}
.home-under-banner-left {
    /* margin-bottom: 70px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.home-under-banner-left-title {
    font-size: 40px;
    font-weight: bold;
    color: white;
}
.home-under-banner-left-small {
    font-size: 16px;
}
.home-under-banner-right {
    height: 100%;
    background-image: url(../images/home-under-banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    min-height: 600px;
    width: 100%;
    margin: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.home-under-banner-right-list {
    margin-left: -15px;
}
.home-under-banner-right-each {
    margin-bottom: 40px;
    background-color: white;
    color: black;
    border-radius: 5px;
    padding: 10px;
    width: 170px;
    display: flex;
    align-items: center;
}
.home-under-banner-right-each:last-child {
    margin-bottom: 0px;
}
.home-under-banner-right-each img {
    max-height: 22px;
    margin-right: 5px;
}
.home-under-banner-left-list {
    margin-top: 50px;
}
.home-under-banner-left-each {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
    align-items: flex-start;
}
.home-under-banner-left-each > div:first-child {
    background-color: var(--custom-primary);
    /* height: 50px;
    width: 50px; */
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 20px;
}
.home-under-banner-left-each > div:first-child img {
    max-height: 20px;
}
.home-steps-container {
    padding: 100px 0;
}
.home-steps-title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}
.home-steps-each {
    display: flex;
    align-items: flex-start;
    /* margin-bottom: 50px; */
    height: 150px;
}
.home-steps-each:last-child {
    /* margin-bottom: 20px; */
    height: auto;
}
.home-steps-each > div:first-child {
    border: 1px solid var(--text-custom-color);
    margin-right: 20px;
    border-radius: 5px;
    text-align: center;
    padding: 10px 15px;
    color: var(--custom-primary);
    font-weight: bold;
    font-size: 18px;
    /* width: 50px; */
    /* height: 50px; */
    /* display: flex; */
    /* align-items: center;
    justify-content: center; */
    font-family: 'Effra-Bold';
    /* z-index: 100; */
    /* position: relative; */
    background-color: white;
}
/* .home-steps-each > div:first-child::before { */
.home-stems-vertical-line {
    content: ' ';
    height: 100px;
    width: 1px;
    /* border-left: 1px solid var(--text-custom-color); */
    background-color: var(--text-custom-color);
    position: absolute;
    z-index: 10;
    /* bottom: 0; */
    margin-top: 11.5px;
    margin-left: 10px;
    /* margin-right: 1px; */
    /* display: none; */
}
.home-steps-each:last-child > div:first-child::before {
    /* content: none; */
}
.home-steps-each h4 {
    font-family: 'Roboto-Bold';
    margin-bottom: 5px;
}
.home-steps-left img {
    /* max-height: 500px; */
}
.home-steps-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.menu-title-gray-500 .menu-item .menu-link {
    color: var(--text-custom-color);
}
.home-companies-container {
    padding: 100px 0 50px;
    background-color: #FFF;
    border-top: 1px solid #e0e0e0;
    /* border-bottom: 1px solid #e0e0e0; */
}
.home-companies-container .item a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100px;
    align-items: center;
}
.home-companies-container .item img.home-companies-partner-img {
    /* max-height: 50px; */
    max-width: 120px;
    object-fit: contain;
}
img.home-companies-partner-img {
    width: 150px;
    object-fit: contain;
}
.home-call-to-action {
    padding: 100px 0 100px;
    /* background-image: linear-gradient(var(--custom-primary), var(--custom-primary-light)); */
    background-image: linear-gradient(180deg, #002D4C 0%, #016CA2 100%);
    color: white !important;
    text-align: center;
}
.footer {
    /* padding-top: 50px; */
}
.footer-top {
    padding: 70px 0 30px;
}
.footer-bottom {
    padding: 20px 0 10px;
    border-top: 1px solid #f0f0f0;
}
.footer-brand-container img {
    max-height: 40px;
    object-fit: contain;
    margin-bottom: 20px;
}
.footer address p {
    margin-bottom: 3px;
}
.footer-about-container div {
    font-size: 16px;
    margin-bottom: 5px;
}
.footer-about-container div:first-child {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.home-track-container {
    padding: 100px 0 50px;
    background-color: #FFF;
    /* border-top: 1px solid #e0e0e0; */
    border-bottom: 1px solid #e0e0e0;
}
.track-each {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.track-each-top {
    background-color: var(--custom-primary-light);
    padding: 10px;
    border-radius: 50%;
}
.track-each-top > div {
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .2);
}
.track-each-top img {
    max-height: 30px;
    object-fit: contain;
}
.track-triangle {
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 25px solid var(--custom-primary-light);
    margin-top: -5px;
}
.track-bottom-line {
    margin-top: 15px;
    background-color: var(--custom-primary-light);
    width: 100%;
    display: flex;
    justify-content: center;
}
.track-1 {
    background-image: linear-gradient(90deg, var(--custom-primary-dark), rgb(47, 122, 171));
}
.track-2 {
    background-image: linear-gradient(90deg, rgb(47, 122, 171), rgb(57, 145, 202));
}
.track-3 {
    background-image: linear-gradient(90deg, rgb(57, 145, 202), rgb(68, 170, 235));
}
.track-4 {
    background-image: linear-gradient(90deg, rgb(68, 170, 235), rgb(67, 166, 241));
}
.home-tracks > div > div:first-child .track-bottom-line {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.home-tracks > div > div:last-child .track-bottom-line {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.track-bottom-round {
    width: 20px;
    height: 20px;
    margin: 3px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 3px 3px 6px 4px rgba(0, 0, 0, .2);
}
.track-content {
    padding: 30px 15px 20px;
    width: 90%;
    min-height: 100px;
}
.track-content-top {
    margin-bottom: 10px;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.track-content h4 {
    font-size: 20px;
    text-align: center;
    max-width: 200px;
}
.track-content div:last-child {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}
.track-content-2, .track-content-4 {
    background-color: #f5f5f5;
}
.home-track-brands {
    /* border-top: 1px solid #ccc; */
    margin-top: 20px;
    padding: 20px 0;
}
/* .home-track-brands:last-child {
    border-bottom: 1px solid #888;
} */
.no-border-top {
    border-top: none;
}
.home-track-brand-image {
    height: 100px;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home-track-brand-image img {
    max-height: 50px;
    max-width: 150px;
    object-fit: contain;
}
.home-track-partner-img {
    width: 150px;
    max-height: 60px;
    object-fit: contain;
}

@media(max-width: 768px) {
    .home-under-banner-right {
        min-height: 400px;
        /* margin: 0 20px; */
        margin-left: 0;
        /* padding-left: 0; */
        /* align-items: right; */
    }
    .home-under-banner-right-container {
        padding-left: 65px;
        /* content: ' '; */
    }
    .home-under-banner-right-each {
        margin-bottom: 20px;
    }
    .home-under-banner-right-each:last-child {
        margin-bottom: 20px;
    }
    .home-banner-partner-img {
        max-width: 80px;
    }
    .home-under-banner-left-title {
        font-size: 35px;
    }
    .home-steps-left {
        margin-bottom: 50px;
    }
    .home-companies-container {
        padding-bottom: 30px;
    }
    img.home-companies-partner-img {
        max-width: 80px;
    }
    .footer address {
        margin-bottom: 40px;
    }
    .footer-top {
        text-align: center;
    }
    .track-content {
        padding: 0;
        background-color: transparent;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        min-height: unset;
    }
    .track-content:last-of-type {
        /* border-bottom: none; */
    }
    .track-each {
        /* display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%; */
    }
    .track-bottom-line {
        display: none;
    }
    .no-bottom-border {
        border-bottom: none;
    }
    .home-track-brand-image img {
        max-height: 50px;
        max-width: 70px;
        margin: 0 10px;
        object-fit: contain;
    }
    .home-track-partner-img {
        max-height: 40px;
        max-width: 70px;
    }
}
