.step-txt{
    font-size: 2rem;
    line-height: 70px;
}

.topSec{
        padding: 180px 0 40px 0;
}

.magImg{
    width: 100%;
}
.timebox{
   bottom: 0%;
    right: 0%;
        z-index: 1;
}
.timer{
    background: #492cb8;
    color: white;
}

.newsImg{
    width:100%;
}

.topBanner{
        position: relative;
    display: flex;
    justify-content: space-between;
    z-index:999;
}
.deskhide {
        display: none;
    }
@media only screen and (max-width: 770px) {
    .topBanner {
        display: none;
    }
    .deskhide {
        display: block !important;
    }
}
