@media only screen and (max-width: 600px){
    .loading-screen{
        padding-top: 40%;
    }
}
@media only screen and (min-width: 601px){
    .loading-screen{
        padding-top: 15%;
    }
    .set-height{
        height: 75vh;
    }
}
.loading-screen{
    z-index: 20000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(3, 0, 12, 0.85);
}
.main-icon{
    font-size: 56px;
}
.font-x-small{
    font-size: x-small;
}
.font-smaller{
    font-size: smaller;
}
.font-lg{
    font-size: large;
}
.font-xl{
    font-size: x-large;
}
.hover-hand:hover{
    cursor: pointer;
}
.card{
    text-decoration: none !important;
}
.teacher-img{
    border-radius: 50%;
    width: 40%;
}
.footer-bg-none{
    border: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
}
.pay-item{
    padding: 0 !important;
}
.text-justify{
    text-align: justify;
}