

@media screen and (max-width: 1024px){
  

   .slide .owl-nav button{
      display: none;
    }


    .design{
        display: none;
    }

    .feature-con .owl-carousel .owl-nav.disabled{
        display: none;
    }
}



@media screen and (max-width: 912px){
    
    .moto-txt{
        text-align: center !important;
        padding-top: 20px;
        margin-left: 0;
    }

    .model-tab{
        justify-content: center;
    }

    .model-dot{
        padding: 10px 10px;
    }

    .feature-list{
        display: none;
    }

    .app-img{
     width: 50%;
     display: block;
     margin: auto;
    }

    .feature .owl-nav{
       display: none;
    }

    .feature .s-txt::after{
        display: none;
    }
}


@media screen and (max-width: 412px){
    .app-txt h4{
        text-align: center;
    }

    .gbl_heading{
        text-align: center;
    }

    .app-txt .line{
        margin: auto;
    }

    .f-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }

    .f-list{
        display: inline-block;
    }

    .app-list{
        text-align: center;

        padding: 0px 10px;
    }

    .app-icon{
        display: none;
    }

    .feature{
        margin-bottom:70px
    }
    

    .motor-div{
        margin-bottom: 70px;
    }
    
}