
@keyframes bgMinZoom {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 110%;
    }
}


#Hematology{
    position: absolute;
    top: -100px;
}


/*



#app2{
    position: absolute;
    top: 570px;
}

#app3{
    position: absolute;
    top: 1300px;
}

#app4{
    position: absolute;
    top:2020px;
}





@media screen  and (max-width: 1600px){

    #app1{
        position: absolute;
        top: -100px;
    }

    #app2{
        position: absolute;
        top: 490px;
    }

    #app3{
        position: absolute;
        top: 1100px;
    }

    #app4{
        position: absolute;
        top:1750px;
    }

    .Skip-This-Section-m {

        left: 43%;
    }

    .swiper-pagination-bullet {
        width: 8px !important;
        height: 50px !important;
    }

    .app-margin-m{
        padding: 40px 0 40px 0
    }

}




@media screen  and (min-width: 1930px){

    #app1{
        position: absolute;
        top: -100px;
    }

    #app2{
        position: absolute;
        top: 700px;
    }

    #app3{
        position: absolute;
        top: 1670px;
    }

    #app4{
        position: absolute;
        top:2570px;
    }

}

*/