@media(max-width:1023px){
     /* Header  mobile*/
    header .ac-goto-home-slider {
               width: 17vw;
            margin: auto 5% auto auto;
            display: block;
    }
  
   .ac-slider-title .ac-mercedes-benz{
            position: absolute;
            top: 50%;
            left: 50%;
                       transform: translate(-50%, 192%);
            text-align: center;
            font-size: 2rem;
            line-height: 1;
            z-index: 10;
            color: #fff;
            text-shadow: 0rem 0rem 0.1rem #000000bf;
    }
    .ac-slider-title h1{
        position: absolute;
            top: 50%;
            left: 50%;
                       transform: translate(-50%, 122%);
            font-size: 2.7rem;
            line-height: 1;
            z-index: 10;
            text-align: center;
            color: #fff;
            text-shadow: 0rem 0rem 0.1rem #000000bf;
            width:100%
    } 
    .ac-slider-title .ac-mercedes_sign_logo{
        position: absolute;
        top: 50%;
        left: 50%;
                   transform: translate(-50%, 433%);
            width: 3rem;
            height: 3rem;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2;
          display: flex;
    }
    .ac-coming-soon{
     position: absolute;
                       bottom: 20%;
            left: 50%;
            transform: translate(-50%, 0%);
            font-size: 2.7rem;
            line-height: 1;
            z-index: 2;
            width: 100%;
            color: #fff;
    }
    .ac-slider-star{
                position: absolute;
            bottom: 2%;
            left: 50%;
            transform: translate(-50%, 0%);
            font-size: 1.1rem;
            line-height: 1.2;
            z-index: 2;
            color: #fff;
            width: 95%;
    }
    
    .ac-colmobile-img-new {
        width: 24vh;
        margin: 1rem 3rem 1rem auto;
        max-width: 315px;
    }
    .ac-colmobile-img-new {
        width: 24vh;
        margin: 1rem 3rem 1rem auto;
        max-width: 315px;
        display: none
    }
  
    .ac-mobile-btns {
        width: 90vw;
        max-width:500px;
        margin: auto auto -16px;
        display: none;
    }
    .ac-c2c{
        display: none;
        background-color: #000;
        text-decoration: none;
        color: #92CD8B;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 7px 5px;
        font-size: 23px;
        margin-top: 10px;
        border: 2px solid #92CD8B;
        flex-direction: row-reverse;
    }
    .ac-c2c img{
        width: 30px;
        height: 30px;
        margin: auto 10px auto 0
    }
    .ac-open-form{
        display: flex;
        background-color: #00AEEF;
        text-decoration: none;
        color: #fff;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 7px 5px;
        font-size: 23px;
        border: 0;
        width: 100%;
        font-weight: 900;
        margin-top: 0px;
    }
   
   
    h2.ac-blue.ac-show-on-mobile{
        position: fixed;
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #221F20;
        top: 0;
        left: 0;
        z-index: 3;
        flex-direction: column;
        text-align: center;
        font-size: 4rem;
    }
    .ac-desclaimer{
            display: block;
      font-size: 1.2rem;
    }
    .ac-desclaimer a {
        color: #fff;
    }
}
@media(max-width:650px){
    .ac-slider-model{
 transform: translate(15%, -17%);
    }
}