@media(min-width:1024px){
    /* .swiper-button-prev,
    .swiper-button-next{
        display: none
    } */
    /* Header */
    /* header .ac-goto-home-slider{
        display: block;
        width: 4rem;
        margin: 2rem auto auto 0;
    } */
     .ac-col-1{
        height: 100vh;
    }
    .ac-slider-title .ac-mercedes-benz{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, 89%);
            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%, 83%);
            font-size: 2.7rem;
            line-height: 1;
            z-index: 10;
            text-align: center;
            color: #fff;
            text-shadow: 0rem 0rem 0.1rem #000000bf;
    } 
    .ac-slider-title .ac-mercedes_sign_logo{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 355%);
            width: 3rem;
            height: 3rem;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2
    }
    .ac-coming-soon{
             position: absolute;
            bottom: 13%;
            left: 50%;
            transform: translate(-50%, 0%);
            font-size: 2.7rem;
            line-height: 1;
            z-index: 2;
            color: #fff;
    }
    .ac-slider-star{
      position: absolute;
        bottom: 1%;
        left: 50%;
        transform: translate(-50%, 0%);
        font-size: 1rem;
        line-height: 1;
        z-index: 2;
        color: #fff;
        width: 95%;
    }

    
    .ac-colmobile-img-new {
        width: 24vh;
        margin: 1rem 3rem 1rem auto;
        max-width: 315px;
    }
    .ac-mobile-btns{
        display: none
    }
    /* End Header */
    .thanks-home h3{
        font-size: 2rem;
        text-align: center;
        color: #fff;
    }
    .thanks-home h3 a {
        font-size: 89%;
        color: #fff;
    }
    .ac-desclaimer{
            display: block;
        font-size: 0.8rem;
    }
    .ac-desclaimer a {
        color: #fff;
    }
}