/* body {
    width: 100%;
    height: 100vh;
    background: #03c52f;
} */
.book {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    margin: 0 auto;
    border: 5px solid #ecf0f1;
    width: 100px;
    height: 60px;
}

.book__page {
    position: absolute;
    left: 50%;
    top: -5px;
    margin: 0 auto;
    border-top: 5px solid #ecf0f1;
    border-bottom: 5px solid #ecf0f1;
    border-right: 5px solid #ecf0f1;
    background: #03c52f;
    width: 50px;
    height: 60px;
    transform-origin: 0% 50%;
    -webkit-animation: flip 1.2s infinite linear;
    animation: flip 1.2s infinite linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.book__page:nth-child(1) {
    z-index: -1;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.book__page:nth-child(2) {
    z-index: -2;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.book__page:nth-child(3) {
    z-index: -3;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
}

#stop-scrolling {
    height: 100% !important;
    overflow: hidden !important;
}

@-webkit-keyframes flip {
    0% {
        transform: perspective(600px) rotateY(0deg);
    }

    20% {
        background: #217dbb;
    }

    29.9% {
        background: #217dbb;
    }

    30% {
        transform: perspective(200px) rotateY(-90deg);
        background: #03c52f;
    }

    54.999% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    60% {
        transform: perspective(200px) rotateY(-180deg);
        background: #03c52f;
    }

    100% {
        transform: perspective(200px) rotateY(-180deg);
        background: #03c52f;
    }
}

@keyframes flip {
    0% {
        transform: perspective(600px) rotateY(0deg);
    }

    20% {
        background: rgb(48, 145, 48);
    }

    29.9% {
        background: rgb(48, 145, 48);
    }

    30% {
        transform: perspective(200px) rotateY(-90deg);
        background: #03c52f;
    }

    54.999% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    60% {
        transform: perspective(200px) rotateY(-180deg);
        background: #03c52f;
    }

    100% {
        transform: perspective(200px) rotateY(-180deg);
        background: #03c52f;
    }
}

#thewrapper {
    background: white !important;
    position: relative;
    z-index: 1500 !important;
}

.thepreloader {
    margin-top: 130%;
    letter-spacing: 18px;
    color: #ffffff;
    margin-left: -70%;
    width: 100%;
    font-size: 34px;
}

/* body.loaded {
    overflow: auto;
} */
body.loaded {
    overflow: auto;
}

@media (min-width:800px) and (max-width:1200px) {
    .classexam1 {
        position: absolute;
        width: 100%;
        height: 55vh;
        border: none;
        overflow: hidden;
    }
}

@media (min-width:1200px) {
    .classexam2 {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100vh;
        border: none;
        overflow: hidden;
        padding-top: 28vh !important;
        padding-bottom: 16vh !important;
    }
}

@media (max-width:800px) {
    .classcustomdd {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 71vh;
        border: none;
        overflow: hidden;
    }
}

@media (max-width:539px) {
    .classcustomdsfd {
        width: 100%;
        padding-bottom: 69vh;
        position: relative;
        background-color: #c3fbae;
        margin-top: -16vh;
    }
}

@media (min-width:540px) and (max-width:800px) {
    .classcustomasti {
        width: 100%;
        padding-bottom: 81vh;
        position: relative;
        background-color: #c3fbae;
    }
}

@media (min-width:800px) and (max-width:1100px) {
    .classmatama {
        width: 100%;
        padding-bottom: 88%;
        position: relative;
        background-color: #c3fbae;
    }
}

@media (min-width:1100px) {
    .classfinalmatam {
        width: 100%;
        padding-bottom: 85vh;
        position: relative;
        background-color: #c3fbae;
        margin-top: -20vh;
    }
}

@media (min-width:1500px) {
    #classtutor {
        height: 94vh;
    }

    null {
        height: 94vh;
    }

    div#menu-wrapper {
        height: 94vh;
    }
}

#noContent {
    /* height: 70vh */
}

#noContent h1 {
    font-family: verdana,sans-serif;
    font-size: 80px;
    color: #03c52f;
    text-transform: uppercase;
    text-align: center;
    border: 12px #eaea0c dashed;
    padding: 3%;
    margin: 3%;
}

/* .fa-whatsapp:before {
    content: "\f232";
} */
