/* Created new file for custom CSS */
/* header.style-7 .info h1 {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 10px;
} */
header.style-7 .info h1 + p {
    margin-bottom: 25px;
}
#navbarSupportedContent {
    display: none !important;
}
@media only screen and (max-width: 767px) {
    .stacks .col-lg-6 {
        text-align: center;
    }
    header.style-7 .sponsers .sponsers-content {
        display: flex;
        overflow-y: scroll;
        width: auto;
        margin: 0;
        margin-top: 15px;
    }
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
#iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
}
#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.privacy-page h2,
.terms-page h2 {
    margin-top: 10px;
    margin-bottom: 15px;
}
.privacy-page h3,
.terms-page h3 {
    margin-top: 10px;
    margin-bottom: 15px;
}