@media(max-width:1023px){
     /* Header  mobile*/
     header .ac-goto-home-slider {
        width: 4rem;
        margin: 3vw auto auto 9%;
        display: block;
        position: relative;
        z-index: 2;
    }
    #ac-part-1 h1{
        font-size: 3rem;
        margin-right: 5%;
        margin-top: 0;
        text-align: right;
        line-height: 0.9;
    }
    p{
        margin-right: 5%;
        font-size: 1.18rem;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
        text-align: right;
    }
    
    .ac-colmobile-img-new {
        width: 24vh;
        margin: 1rem 3rem 1rem auto;
        max-width: 315px;
        display: none
    }
   .ac-slide-content {
        top: 33%;
        left:50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .swiper-slide-1 .ac-slide-content {
        top: 26%;
    }
    .ac-slide-content .ac-merc{
        width: 40vw;
    }
    .ac-slide-content .ac-untouched{
        font-family: "DaimlerCACPro-Regular";
        font-size: 13.9vw;
        display: block;
        margin-top: 0.5vw;
    }
    .ac-slide-content .ac-opening-text-slide{
        display: block;
        color:#fff;
        font-size: 1.8rem;
    }
    .ac-slide-content .ac-text{
        display: flex;
        font-size: 1.6rem;
        color: #fff;
        flex-direction: column;
    }
    .ac-separator{
        display: inline-block;
        margin: auto 0.5rem;
    }
    .ac-law-sentence{
        display: none;
    }
    .ac-mobile-btns .ac-c2c{
        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;
        flex-direction: row-reverse;
        border-radius: 1vw;
        width: 90vw;
        margin: auto auto 3vw auto;
    }
    .ac-mobile-btns .ac-c2c img{
        width: 30px;
        height: 30px;
        margin: auto 10px auto 0
    }
    .ac-mobile-btns{
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #000;
        z-index: 3;
        padding-top: 3vw;
    }
    .ac-mobile-btns .ac-btns{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .ac-mobile-btns .ac-open-form{
        display: flex;
        background-color: #fff;
        text-decoration: none;
        color: #000;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 7px 5px;
        font-size: 23px;
        border: 0;
        width: 90vw;
        font-weight: 900;
        margin: auto auto 3vw auto;
        border-radius: 1vw;
    }
    .ac-mobile-btns .ac-sentane-wrapper{
        display: flex;
        background-color: #fff;
        text-align: center;
        align-items: center;
        justify-content: space-between;
        padding: 1.5vw;
    }
    .ac-mobile-btns .ac-saperator-mob{
        border-right: 1px solid #000;
        width: 1px;
        height: 17vw;
         margin-left: 3vw;
    }
    .ac-mobile-btns .ac-sentane-logo{
        width: 7rem;
    }
    .ac-mobile-btns .ac-sentence-text{
        color:#000;
        text-align: justify;
        font-size: 0.9rem;
    }
    .ac-takanon-mob{
        color: #fff;
        font-size: 1.3rem;
        display: block;
        margin-left: 6vw;
        margin-right: auto;
        text-align: left;
        margin-bottom: 3vw;
    }
   
    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;
    }
}