.banner-sec {
    background-image: url('../../../public/images/banner-bg.png');
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100%;
    object-fit: cover;
    min-height: 850px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;

    .banner-detail {
        padding-left: 100px;
    }
}

.static-banner {
    min-height: 550px;
}

.about-sec {
    padding: 50px 0;

    .about-img {

        display: flex;
        align-items: center;
        justify-content: center;

    }
}

.testing-sec {
    background-image: url("../../../public/images/text-bg.png");
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 70px;
    margin-bottom: 150px;

}

.booking-sec {
    padding: 100px 0;
}

footer {
    padding: 20px;
    background-color: #00458f;
    text-align: center;
}

.service-sec,
.testing-sec,
.booking-sec {
    .container {
        padding: 0 100px !important;
    }
}

.mission-sec {
    padding: 0 0 130px 0;

    .mission-box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;

        .mission-img-box {
            z-index: 1;
            background: rgba(255, 255, 255, 0.1254901961);
            border-radius: 50%;
            width: 100px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;

            img {
                width: 64px;
                height: 64px;
            }
        }

        p {
            margin-top: 10px;
            z-index: 1;
            color: #fff;
            font-weight: bold;
        }
    }
}

.bg-gray {
    background-color: #f4f4f4;
}

.before-content {
    height: 80vh;
    display: flex !important;
    justify-content: center !important;
    width: 100%;
}

.height-700 {
    height: 700px;
    overflow: auto;
}