@media only screen and (max-width: 768px) {
    
    .onpralaxHero{
        position: relative;
        top: 0px;
        background-image: url(../imgs/bnr.png);
        padding: 20px 0 35px;
    }
    
    .parallax-window{
        display: none;
    }
    
    .onpralaxHero img {
        height: 45vh;
        display: block;
        margin: auto;
    }
    .v-center{
        position:relative;
        top: 0;
        transform: translateY(0%);
    }
    h1 {
        font-size: 1.7rem;
    }
    
    .navbar-toggler-icon{
        width: 100%;
        height: 100%;
    }
    .navbar-toggler-icon .material-icons{
        font-size: 40px;
    }
    .navbar-collapse{
        background: white;
        box-shadow: rgb(149 157 165 / 100%) 0px 8px 24px;
        text-align: center;
        padding: 20px 0 30px;
        position: relative;
        top: 10px;
        margin: 11px 0 37px;
        transition-duration: 300ms;
    }
    .navbar-nav li a{
        margin-left: 0;
        font-size: 20px;
    }
    .btn-pri{
        padding: 10px 20px;
    }
    
    .nav-cont .btn-pri{
        font-size: 16px;
    }
    .imgDot{
        display: none;
    }
    .featureDiv, .priceDiv, .contDiv{
        margin: 13px 0;
        padding: 30px 20px 20px;
        box-shadow: rgb(149 157 165 / 100%) 0px 8px 24px;
    }
    .featureDiv h4{
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 0.75rem;
        margin-top: 1rem;
    }
    
    .banMSG h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .footer{
        text-align: center;
    }
    #ScrlTop{
        padding: 5px 10px;
        bottom: 10px;
        right: 10px;
    }
    
    
    .heroTxt h1{
        min-height: 66px;
    }
    
    .bgB{
        background-size: initial;
    }
}