.navbar-container {
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    width: 100%;
    height: auto;
}

    .navbar-container .navbar-brand {
        height: 100px;
    }

.top-section {
    background-color: #F0F0E6;
    padding-top: 120px;
    padding-bottom: 30px;
}

    .top-section .doccheck-steps {
        display: flex;
        gap: 20px;
        margin-bottom: 50px;
    }

        .top-section .doccheck-steps .steps-left,
        .top-section .doccheck-steps .steps-right {
            display: flex;
            gap: 30px;
            width: 50%;
        }

        .top-section .doccheck-steps .steps-left {
            flex-direction: column;
            position: relative;
        }

            .top-section .doccheck-steps .steps-left:before {
                content: '';
                position: absolute;
                top: 37px;
                right: 11px;
                width: 40px;
                height: 2px;
                background-color: black;
            }

            .top-section .doccheck-steps .steps-left:after {
                content: '';
                position: absolute;
                right: 0px;
                top: 30px;
                width: 0;
                height: 0;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-left: 12px solid black;
            }

            .top-section .doccheck-steps .steps-left .item-step {
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
                gap: 10px;
                border: 1px solid #B4B4B4;
                border-radius: 10px;
                background-color: #fff;
                padding: 20px;
                width: calc(100% - 50px);
                position: relative;
            }

                .top-section .doccheck-steps .steps-left .item-step .step-icon {
                    background-color: #0087FF;
                    min-width: 30px;
                    min-height: 30px;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #fff;
                    font-size: 18px;
                    line-height: 24px;
                }

                    .top-section .doccheck-steps .steps-left .item-step .step-icon span {
                        z-index: 2;
                    }

                    .top-section .doccheck-steps .steps-left .item-step .step-icon:before {
                        content: '';
                        z-index: 1;
                        background: #0087FF;
                        width: 2px;
                        position: absolute;
                        top: 30px;
                        bottom: -40px;
                    }

                    .top-section .doccheck-steps .steps-left .item-step .step-icon:after {
                        content: '';
                        z-index: 1;
                        position: absolute;
                        bottom: -50px;
                        width: 0;
                        height: 0;
                        border-left: 8px solid transparent;
                        border-right: 8px solid transparent;
                        border-top: 12px solid #0087FF;
                    }

                .top-section .doccheck-steps .steps-left .item-step:last-child .step-icon:before,
                .top-section .doccheck-steps .steps-left .item-step:last-child .step-icon:after {
                    display: none;
                }

        .top-section .doccheck-steps .steps-right {
            gap: 70px;
        }

            .top-section .doccheck-steps .steps-right .approve-step {
                border: 1px solid #B4B4B4;
                border-radius: 10px;
                background-color: #fff;
                padding: 20px;
                width: 50%;
                position: relative;
            }

                .top-section .doccheck-steps .steps-right .approve-step:before {
                    content: '';
                    position: absolute;
                    top: 37px;
                    right: -40px;
                    width: 40px;
                    height: 2px;
                    background-color: black;
                }

                .top-section .doccheck-steps .steps-right .approve-step:after {
                    content: '';
                    position: absolute;
                    right: -50px;
                    top: 30px;
                    width: 0;
                    height: 0;
                    border-top: 8px solid transparent;
                    border-bottom: 8px solid transparent;
                    border-left: 12px solid black;
                }

            .top-section .doccheck-steps .steps-right .access-step {
                border: 1px solid #1EAB50;
                border-radius: 10px;
                background-color: #D4EDDA;
                padding: 20px;
                width: 50%;
            }

    .top-section .doccheck-pep-block {
        display: flex;
        gap: 20px;
        margin-bottom: 50px;
    }

        .top-section .doccheck-pep-block .doccheck-block,
        .top-section .doccheck-pep-block .pep-block {
            background-color: #fff;
            border: 1px solid #B4B4B4;
            border-radius: 10px;
            overflow: hidden;
            width: 50%;
            padding: 20px;
        }


    .top-section .more-help {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
    }

        .top-section .more-help img {
        }

.doccheck-info {
    max-width: 960px;
    width: 100%;
    margin: 0px auto;
}

.doccheck-info-block {
    margin-bottom: 50px;
}

    .doccheck-info-block:last-child {
        margin-block: 0px;
    }

    .doccheck-info-block ul li {
        margin-bottom: 5px;
    }

        .doccheck-info-block ul li:last-child {
            margin-bottom: 0px;
        }

.search-explorer-block {
    display: flex;
    gap: 30px;
    max-width: 960px;
    margin: 0px auto;
}

    .search-explorer-block .search-block,
    .search-explorer-block .explorer-block {
        border: 1px solid #B4B4B4;
        border-radius: 10px;
        overflow: hidden;
        width: 50%;
    }

    .search-explorer-block .image-block {
        padding: 20px;
        height: 360px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .search-explorer-block .image-block img {
            width: 100%;
            max-height: 360px;
        }

    .search-explorer-block .content-block {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 30px;
        height: calc(100% - 360px);
    }

    .search-explorer-block .search-block .image-block {
        background-color: #BFE1FF;
    }

    .search-explorer-block .explorer-block .image-block {
        background-color: #D4EDDA;
    }

.about-copeia,
.about-aurora {
    max-width: 960px;
    margin: 0px auto;
}

@media screen and (max-width:960px) {
    .navbar-container .navbar-brand {
        height: 90px;
    }

    .top-section {
        padding-top: 110px;
    }
}

@media screen and (max-width:767px) {
    .navbar-container .navbar-brand {
        height: 80px;
    }

    .top-section {
        padding-top: 100px;
    }

        .top-section .doccheck-steps {
            flex-direction: column;
        }

            .top-section .doccheck-steps .steps-left, .top-section .doccheck-steps .steps-right {
                width: 100%;
            }

            .top-section .doccheck-steps .steps-left {
                margin-bottom: 50px;
            }

                .top-section .doccheck-steps .steps-left:before {
                    top: inherit;
                    right: inherit;
                    left: 82px;
                    width: 2px;
                    height: 40px;
                    bottom: -40px;
                }

                .top-section .doccheck-steps .steps-left:after {
                    border-left: 8px solid transparent;
                    border-right: 8px solid transparent;
                    border-top: 12px solid black;
                    right: inherit;
                    top: inherit;
                    bottom: -60px;
                    left: 75px;
                }

                .top-section .doccheck-steps .steps-left .item-step {
                    width: 100%;
                }

        .top-section .doccheck-pep-block {
            flex-direction: column;
        }

            .top-section .doccheck-pep-block .doccheck-block,
            .top-section .doccheck-pep-block .pep-block {
                width: 100%;
            }

    .search-explorer-block {
        flex-direction: column;
    }

        .search-explorer-block .search-block,
        .search-explorer-block .explorer-block {
            width: 100%;
        }

        .search-explorer-block .image-block {
            height: auto;
        }
}

@media screen and (max-width:600px) {
    .navbar-container .navbar-brand {
        height: 70px;
    }

    .top-section {
        padding-top: 80px;
    }
}

@media screen and (max-width:480px) {
    .top-section .doccheck-steps .steps-right {
        flex-direction: column;
    }

        .top-section .doccheck-steps .steps-right .approve-step,
        .top-section .doccheck-steps .steps-right .access-step {
            width: 100%;
        }

            .top-section .doccheck-steps .steps-right .approve-step:before {
                top: inherit;
                right: inherit;
                left: 82px;
                width: 2px;
                height: 40px;
                bottom: -40px;
            }

            .top-section .doccheck-steps .steps-right .approve-step:after {
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-top: 12px solid black;
                right: inherit;
                top: inherit;
                bottom: -60px;
                left: 75px;
            }
}
