#fh5co-about {
    position: relative;
    overflow: hidden;
}

.modal-content {
    background: #2b2b33;
    color: white;
}

.modal-title {
    font-size: 18px;
    color: white;
}

.modal-header,
.modal-footer {
    border-color: #7c7c7c;
}

.modal-header .close {
    opacity: 1;
    color: white;
}

@media (max-width: 992px) {


    .logo {
        width: 25rem;
        margin-top: 10rem;
    }

}

.modal-body {
    padding: 0;
}

.banner-online-btn {
    margin-top: 10px;
}


.pop-box {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.68);
    z-index: 1111;
    top: 0;
    left: 0;
    display: none;
}

.pop-box-body {
    max-width: 500px;
    height: auto;
    padding: 30px;
    background-color: white;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    margin: 10px;
}

.close-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.close-btn img {
    width: 30px;
}

.pop-box-flex {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}