@media (max-width: 1023px) {
    .ac-container {
        width: 90%;
        margin: 0 auto;
   }
    p {
     margin-bottom: 1rem;
     font-size: 1.6rem;
     line-height: 1.2;
   }
   .ac-c2c {
        position: fixed;
        top: 37%;
        z-index: 2;
        right: 0;
        width: 49px;
    }
   /* Header */
    header {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 12vw;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        background-color: #fff;
   }
   #ac-opening .ac-col-1 .ac-slider-titles-wrapper .ac-title .ac-en-medium .ac-show-on-mobile{
    display: inline;
}
    header .ac-container-flued {
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        flex-direction: row;
   }
    header .ac-container-flued .ac-col {
        display: flex;
        justify-content: center;
        align-items: center;
   }
    header .ac-container-flued .ac-col-3, header .ac-container-flued .ac-col-2, header .ac-container-flued .ac-col-1 {
        display: flex;
        width: 33.33%;
   }
    header .ac-container-flued .ac-col-2 .ac-hyundai-logo {
        width: 4.4rem;
   }
    header .ac-container-flued .ac-col-1 a {
        font-family: HyundaiSansHead-Regular;
        font-weight: 900;
        position: relative;
        font-size: 1.5rem;
        left: 0;
   }
   /* Header Mobile */
   header #ac-open-nav {
     background-color: transparent;
     border: 0;
     display: flex;
     justify-content: space-between;
     align-items: center;
     width: 40px;
     height: 25px;
     flex-direction: column;
     padding: 0;
     margin-right: 0%;
     margin-left: auto;
}
 header #ac-open-nav span {
     display: flex;
     width: 100%;
     height: 2px;
     background-color: #000;
}
 header .ac-container-flued .ac-col-2 a {
     margin-left: 0;
     margin-right: auto;
}
 header #nav-mob {
     display: flex;
     position: fixed;
     top: 0;
     right: -100%;
     width: 100%;
     height: 100vh;
     background-color: #fff;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     transition: right 0.5s;
}
 header #nav-mob.active {
     right: 0;
}
 header #nav-mob nav {
     justify-content: center;
     align-items: center;
     display: flex;
     height: 100vh;
     width: 100%;
}
 header #nav-mob nav li {
     padding: 1.5rem 0;
}
 header #nav-mob nav a {
     font-size: 2.5rem;
     text-decoration: none;
     color: #000 
}
 header #nav-mob .ac-wrapper-close-btn {
     width: 100%;
     height: 0;
     position: relative;
}
 header #nav-mob .ac-wrapper-close-btn .nav-close-btn {
     background: transparent;
     border: 0;
     font-size: 6rem;
     transform: rotate(45deg);
     position: relative;
     right: 10px;
}
/* End Header Mobile */
   /* End Header */
   /* Section Opening */
    #ac-opening {
        display: flex;
        justify-content: center;
        height: auto;
        flex-direction: column;
        margin-top: 12vw;
   }
    #ac-opening .ac-col {
        display: flex;
   }
    #ac-opening .ac-col-1 {
        position: relative;
   }
    #ac-opening .ac-col-1{
        width: 100%;
   }
    #ac-opening .ac-col-1 .ac-slider-titles-wrapper {
        position: absolute;
        top: 1.7rem;
        z-index: 1;
        right: 2rem;
        color: #fff;
   }
    #ac-opening .ac-col-1 .ac-slider-titles-wrapper .ac-title {
        font-size: 2.1rem;
        font-weight: 400;
        line-height: 1.1;
        text-align: right;
   }
   #ac-opening .ac-col-1 .ac-slider-titles-wrapper .ac-title span:nth-child(2){
     font-weight: 600;
   }
    #ac-opening .ac-col-1 .ac-slider-titles-wrapper .ac-title .ac-en-medium {
        font-family: "HyundaiSansHeadMedium";
   }
    #ac-opening .ac-col-1 .ac-slider-titles-wrapper .ac-title .ac-en {
        font-weight: 400;
   }
    #ac-opening .ac-col-1 .ac-sliderlaw {
        position: absolute;
        bottom: 1rem;
        right: 2rem;
        color: #fff;
        text-align: right;
        font-size: 1.2rem;
   }
    #ac-opening .ac-col-1 .ac-sliderlaw span {
        text-shadow: 0.05vw 0.05vw 0.2vw #000;
        display: inline;
   }
    #ac-opening .ac-col-1 .ac-first-content {
        margin-bottom: 0;
        width: 100%;
   }
    #ac-opening .ac-col-1 .ac-first-content, #ac-opening .ac-col-1 .ac-first-content picture, #ac-opening .ac-col-1 .ac-first-content picture img {
        width: 100%;
        height: 100%;
   }
    #ac-opening .ac-col-1 .ac-first-content picture img {
        object-fit: cover;
   }
    #ac-opening .ac-col-2 {
        width: 100%;
   }
    #ac-opening .slick-dots {
        display: none;
   }
   /* Form Desktop */
    #ac-opening .ac-col-2 .ac-form-wrapper {
        width: 100%;
        background-color: #e4dbd2;
        display: block;
   }
    #ac-opening .ac-col-2 .ac-form-wrapper .ac-form-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
   }
    #ac-opening .ac-col-2 .ac-form-wrapper .form {
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 80%;
   }
    #ac-opening .ac-col-2 .ac-form-wrapper .form input, #ac-opening .ac-col-2 .ac-form-wrapper .form select {
        height: 6vh;
        width: 100%;
        margin-bottom: 1.5vh;
        border: 0;
        padding-right: 1rem;
        color: #000;
        font-family: "AlmoniDLAAA";
        font-size: 1.2rem;
        direction: rtl;
   }
    #ac-opening .ac-col-2 .ac-form-wrapper .ac-formtitle {
     text-align: center;
     font-size: 2.5rem;
     margin-bottom: 2vh;
     font-weight: 700;
     line-height: 0.9;
   }
    ::-webkit-input-placeholder, select::-webkit-input-placeholder {
       /* Chrome/Opera/Safari */
        color: #000;
   }
    ::-moz-placeholder, select::-moz-placeholder {
       /* Firefox 19+ */
        color: #000;
   }
    :-ms-input-placeholder, select:-ms-input-placeholder {
       /* IE 10+ */
        color: #000;
   }
    :-moz-placeholder, select:-moz-placeholder {
       /* Firefox 18- */
        color: #000;
   }
    .ac-checkbox-wrapper {
        display: flex;
   }
    #ac-opening .ac-col-2 .ac-form-wrapper .ac-checkbox-div {
        width: 2.5rem;
        height: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0.5rem;
   }
    #ac-opening .ac-col-2 .ac-form-wrapper .ac-checkbox-div input {
        height: 100%;
   }
    #ac-opening .ac-col-2 .ac-form-wrapper .ac-checkbox-wrapper {
        display: flex;
        align-items: flex-start;
        margin-top: 1vh;
   }
    #ac-opening .ac-col-2 .ac-form-wrapper .label-wrapper {
        position: relative;
        top: -0.4rem;
        font-size: 0.9rem;
   }
    #ac-opening .ac-col-2 .ac-form-wrapper .ac-leagal-v2 {
        display: block;
        position: relative;
        top: 0.5rem;
        right: -2rem;
        margin-bottom: 2rem;
   }
    #ac-opening .ac-col-2 .ac-form-wrapper .ac-button-wrapper {
        width: 70%;
   }
    #ac-opening .ac-col-2 .ac-form-wrapper .ac-button-wrapper button {
        width: 100%;
        background: #002c5f;
        font-weight: 400;
        border: 0;
        color: #fff;
        font-size: 1.7rem;
        padding: 0.3rem 0.5rem 0.5rem;
        font-family: "AlmoniDLAAA";
   }
   h2 {
     font-size: 2.5rem;
     font-weight: 900;
      margin-bottom: 1rem;
   }
   h2.ac-en-medium{
     font-weight: 400;
   }
   /* End Form Desktop */
     #ac-nav-desk {
          display: none
     }
    #ac-part-1, #ac-part-2 {
        padding: 3rem 0 
   }
   #ac-part-1, 
   #ac-part-2, 
   #ac-part-3, 
   #ac-part-4, 
   #ac-part-5, 
   #ac-part-6, 
   #ac-part-7, 
   #ac-part-8 {
       padding: 3rem 0
   }
    #ac-part-1{
        border-top: 0.2rem solid #fff;
   }
   .ac-boxes-warpper {
     display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 2rem;
 }
 .ac-boxes-warpper .ac-box {
     width: 46.5%;
     margin-bottom: 1.5rem;
 }
 .ac-boxes-warpper picture{
     display: flex;
     justify-content: center;
     align-items: center;
     margin-bottom: 1rem;
     width: 100%;
 }
 .ac-boxes-warpper span {
     font-size: 1.3rem;
 }
 .ac-details-wrapper{
     display: flex;
                 justify-content: flex-start;
                 align-items: flex-end;
                 font-size: 1rem;
                 margin-bottom: 1rem;
 }
 .ac-details-wrapper .ac-detail{
     display: flex;
                 margin-left: 5vw;
 }
 .ac-details-wrapper .ac-big-num{
     font-size: 3.5em;
     font-family: "HyundaiSansText-Medium";
 }
 .ac-details-wrapper .ac-detail-text{
     display: flex;
         flex-direction: column;
         margin-right: 0.5rem;
         justify-content: flex-end;
         padding-bottom: 0.6rem;
         line-height: 1.4;
 }
   /* Footer */
    footer .ac-row-1 {
        background-color: #1c1c1c;
        display: flex;
        justify-content: space-between;
        height: 4rem;
   }
    footer .ac-row-1 .ac-col {
        width: 33.33%;
   }
    footer .ac-row-1 .ac-col-1 {
        justify-content: center;
        display: flex;
        align-items: center;
   }
    footer .ac-row-1 .ac-col-3 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
   }
    footer .ac-row-1 .ac-col-1 .ac-footer-socials-wrapper{
        display: flex;
   }
    footer .ac-row-1 .ac-col-3.ac-show-on-mobile {
        display: none;
   }
    footer .ac-row-1 .ac-col-2 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
   }
    footer .ac-social {
        width: 2.5rem;
        margin: 0 0.5rem;
   }
    footer .ac-logo-h {
        width: 4.5rem;
        margin-left: 4rem;
   }
    footer .ac-colmobile {
        width: 7.3rem;
        margin-right: 4.5rem;
   }
    footer .ac-row-2 {
        justify-content: center;
        align-items: center;
        height: 3.5rem;
   }
    footer .ac-row-2 p {
        padding-top: 1rem;
        font-size: 1.5rem;
        text-align: center;
   }
    footer .ac-showform-mob {
        display: none;
   }
   /* End Footer */
   
   /* Opening Mobile */
    #ac-opening .ac-col-2 {
        height: auto;
        overflow: hidden;
        transition: 0.5s;
   }
    #ac-opening .ac-col-2.ac-active {
        height: auto;
        overflow: hidden;
   }
    #ac-opening .ac-form-wrapper .close-form-wrapper {
        margin-bottom: 11vw;
        position: relative;
        width: 90%;
        display: none;
   }
    #ac-opening .ac-form-wrapper .close-form-wrapper button {
        position: absolute;
        right: 0;
        top: 10px;
        z-index: 1;
        background: transparent;
        border: 0;
        font-size: 2rem;
   }
    #ac-opening .ac-col-2 .ac-form-wrapper .form input, #ac-opening .ac-col-2 .ac-form-wrapper .form select {
        height: 4rem;
        width: 100%;
        margin-bottom: 1.5rem;
        border: 0;
        padding-right: 1rem;
        color: #000;
        font-family: "AlmoniDLAAA";
        font-size: 1.7rem;
   }
    #ac-opening .ac-col-2 .ac-form-wrapper .ac-checkbox-div {
        width: 3.5rem;
        height: 2.5rem;
   }
    #ac-opening .ac-col-2 .ac-form-wrapper .label-wrapper {
        top: -0.8rem;
        font-size: 1.3rem;
   }
    #ac-opening .ac-col-2 .ac-form-wrapper .ac-form-inner {
        padding-bottom: 4rem;
        padding-top: 5vw;
   }
    #ac-opening .ac-col-2 .ac-form-wrapper .ac-button-wrapper button {
        font-size: 2.2rem;
   }
   /* End Opening Mobile */
    #ac-part-1, #ac-part-2 {
        padding: 1.5rem 0;
   }
   /* Footer Mobile */
    footer .ac-row-1 {
        flex-direction: column;
        height: 18rem;
        margin-bottom: 0rem;
   }
    footer .ac-row-1 .ac-col {
        width: 100%;
        height: 7rem;
   }
    footer .ac-row-1 .ac-col-3.ac-show-on-mobile {
        justify-content: center;
        display: flex;
   }
    footer .ac-row-1 .ac-col-2 {
        justify-content: center;
   }
    footer .ac-row-1 .ac-col-3.ac-hide-on-mobile {
        display: none;
   }
    footer .ac-logo-h {
        margin-left: 0;
   }
    footer .ac-colmobile-mob {
        width: 9rem;
        position: relative;
        top: -1rem;
   }
    footer .ac-row-1 .ac-col-1 {
        border-bottom: 2px solid #434343;
   }
    footer .ac-row-2 {
        height: auto;
        padding: 0.5rem 0 0.5rem 0;
        flex-direction: column;
        width: 100%;
        position: fixed;
        bottom: -109vw;
        background-color: #fff;
        z-index: 1;
   }
    footer .ac-row-1 .ac-col-2, footer .ac-row-1 .ac-col-3.ac-show-on-mobile {
        height: 5rem;
   }
    footer .ac-row-2 .ac-polution, footer .ac-row-2 .ac-safety {
        padding: 0 1.5vw 0.2vw 1.5vw;
   }
    footer .ac-showform-mob {
        display: flex;
        flex-direction: column;
        margin-bottom: 0.5rem;
        width: 100%;
   }
    footer .ac-showform-mob .ac-toggole-form {
        background-color: #002c63;
        color: #fff;
        width: 90%;
        padding: 0.7rem 0 0.8rem;
        font-size: 6vw;
        border: 0;
        margin: 1rem 5% 0rem;
   }
    footer .ac-showform-mob span.ac-title {
        font-size: 2.5rem;
        margin-top: 0.4vw;
        font-weight: 900;
        text-align: center;
        display: none 
   }
   /* End Footer Mobile */

   /* More Info */
#ac-more-info {
     width: 100%;
     background: #f7f3f2;
     padding-top: 0rem;
     padding-bottom: 2rem;
     text-align: center;
   }
   
   #ac-more-info .ac-moreinfo-cover {
     margin-bottom: 1rem;
   }
   
   #ac-more-info .ac-container {
     margin: auto;
     display: flex;
     flex-direction: column;
   }
   
   #ac-more-info h1 {
     margin: 2.5rem auto 2.5rem auto;
     font-size: 2rem;
     font-weight: 900;
   }
   
   #ac-more-info .ac-wrapper-bnts {
     display: flex;
     flex-direction: row-reverse;
     width: 100%;
     justify-content: center;
     align-items: center;
   }
   
   #ac-more-info .ac-wrapper-bnts a {
     font-size: 1.5rem;
     padding: 0.5rem 2rem 0.5rem;
     margin: 0 1rem 1rem;
   }
   
   #ac-more-info .ac-wrapper-bnts a.ac-tohyundai {
     background-color: #012c5f;
   }
   
   #ac-more-info .ac-wrapper-bnts a.ac-tomifrat {
     background-color: #e3dcd2;
   }
   
   /* End More Info */

   /* More Info Mobile*/
  #ac-more-info .ac-wrapper-bnts {
     flex-direction: column;
   }
 
   #ac-more-info .ac-wrapper-bnts a.ac-tohyundai {
     background-color: #012c5f;
   }
 
   #ac-more-info .ac-wrapper-bnts a {
     font-size: 2rem;
     padding: 0.8rem 2rem 1rem;
     margin: 0 1.4rem 1rem;
     width: 100%;
   }
 
   #ac-more-info p {
     font-size: 14px !important;
   }
 
   /* End More Info Mobile*/
  
}
