html {
  font-size: 1vw;
}

* {
  box-sizing: border-box;
}

.ac-rtl {
  direction: rtl;
}

.ac-en {
  font-family: HyundaiSansHead-Regular;
  direction: ltr;
}

body {
  font-family: "AlmoniDLAAA";
}

/* h2 {
  font-family: HyundaiSansHead-Regular;
  font-weight: 900;
  text-align: center;
  font-size: 3rem;
} */
h1 small {
  display: inline;
}
p {
  font-size: 1.5rem;
  margin: 1.5rem 0;
  position: relative;
  z-index: 1;
}

small {
  font-size: 66%;
  display: block;
}
.ac-grey {
  color:#7f7d7c
}
strong {
  font-weight: 900;
}
.ac-wrapper-pics-box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2rem 0 0 0;
}
.ac-wrapper-pics-box .ac-pic-box{
  width: 48%;
}
.ac-wrapper-pics-box .ac-pic-box p{
  margin: 1rem 0 1.5rem;
}

.ac-wrapper-details-box {
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -2rem 0 0 0;
}
.ac-wrapper-details-box .ac-detail{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2rem 0 0 0;
    width: 50%;
}
.ac-wrapper-details-box .ac-detail .ac-description-detail{
  display: inline-flex;
  flex-direction: column;
  margin-right: 0.5rem;
}
.ac-wrapper-details-box .ac-detail .ac-num{
  font-size: 3.5rem;
  position: relative;
  top: -0.9rem;
}
.ac-wrapper-details-box .ac-detail .ac-description-detail span {
  font-size: 110%;
}
.ac-wrapper-details-box .ac-detail .ac-innerdetail{
  width:48%;
  display: flex;
}
#ac-part-2 .slick-dotted.slick-slider,
#ac-part-3 .slick-dotted.slick-slider {
  margin-bottom: 1rem;
}

#ac-part-2 .ac-slick p,
#ac-part-3 .ac-slick p {
  direction: rtl;
}

#ac-part-2 .slick-prev,
#ac-part-3 .slick-prev {
  left: -2rem;
}

#ac-part-2 .slick-next,
#ac-part-3 .slick-next {
  right: -2rem;
}

#ac-part-2 .ac-slick {
  margin-top: 3rem;
}

#ac-part-2 .slick-next,
#ac-part-2 .slick-prev,
#ac-part-3 .slick-next,
#ac-part-3 .slick-prev {
  width: 1rem;
  height: auto;
  top: 50%;
}

#ac-part-2 .slick-dots li,
#ac-part-3 .slick-dots li {
  background: #cdc6bd;
  border-radius: 50%;
  width: 0.8rem;
  height: 0.8rem;
}

#ac-part-2 .slick-dots li button,
#ac-part-3 .slick-dots li button,
#ac-part-2 .slick-dots li.slick-active button:before,
#ac-part-3 .slick-dots li.slick-active button:before {
  width: 100%;
  height: 100%;
}

#ac-part-2 .slick-dots li.slick-active,
#ac-part-3 .slick-dots li.slick-active {
  background: #9f9a93;
}

#ac-part-2 .slick-dots li button:before,
#ac-part-3 .slick-dots li button:before {
  content: "";
}

.ac-margin-top4 {
  margin-top: 4rem;
}

.ac-img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.ac-marg-minus{
  margin-bottom: -1.3rem;
}
.ac-marg-top-plus3{
  margin-top: 3rem;
}
.ac-marg-top-plus2 {
  margin-top: 2rem;
}
.ac-marg-top-plus1{
  margin-top: 1rem;
}
/* .ac-container {
	width: 60rem;
	margin: 0 auto;
} */
.ac-container
{
	width: 64rem;
    margin: 0 2.5rem 0 0;
}

.ac-bg-grey {
  background-color: #e4dcd3;
}

.ac-gotomenu {
  position: fixed;
  top: 90vh;
  left: 3vw;
  z-index: 9;
  width: 4rem;
  height: 4rem;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* Header */
header {
  width: 100%;
  height: 3.5rem;
  height: 8vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .ac-container-flued {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

header .ac-container-flued .ac-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .ac-container-flued .ac-col-1 {
  width: 70%;
}

header .ac-container-flued .ac-col-2 {
  width: 30%;
}

header .ac-container-flued .ac-col-3 {
  display: none;
}
header .ac-container-flued .ac-col-4 {
  width: 30%;
}
header .ac-container-flued .ac-col-2 .ac-hyundai-logo {
  width: 10.4rem;
}

header .ac-container-flued .ac-col-1 .ac-line {
  margin: -0.2rem 1rem 0 1rem;
  border-right: 0.2rem solid #000;
  width: 0vw;
  font-size: 1.8rem;
  height: 1.5rem;
}

header .ac-container-flued .ac-col-1 a {
  font-family: HyundaiSansHead-Regular;
  font-weight: 900;
  font-size: 1.5rem;
}

header .ac-container-flued .ac-col-1 a:hover {
  color: #00aad2 !important;
}

#nav-mob {
  display: none;
}

/* End Header */
/* Section Opening */
#ac-opening {
  display: flex;
  justify-content: space-between;
  height: 86vh;
}

#ac-opening .ac-col {
  display: flex;
}

#ac-opening .ac-col-1 {
  width: 70%;
  position: relative;
}

#ac-opening .ac-col-1 .ac-slider-titles-wrapper {
  position: absolute;
  top: 1.7rem;
  z-index: 1;
  right: 3rem;
  color: #fff;
}

#ac-opening .ac-col-1 .ac-slider-titles-wrapper .ac-title {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
}

#ac-opening .ac-col-1 .ac-slider-titles-wrapper .ac-title .ac-en {
  font-weight: 600;
}

#ac-opening .ac-col-1 .ac-sliderlaw {
  position: absolute;
  bottom: 1rem;
  right: 3rem;
  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: block;
  direction: rtl;
}

#ac-opening .ac-col-1 .slick-dotted.slick-slider {
  margin-bottom: 0;
  width: 100%;
}

#ac-opening .ac-col-1 .slick-slider .slick-list,
#ac-opening .ac-col-1 .slick-slider .slick-track,
#ac-opening .ac-col-1 .slick-slider picture,
#ac-opening .ac-col-1 .slick-slider picture img {
  width: 100%;
  height: 100%;
}

#ac-opening .ac-col-1 .slick-slider picture img {
  object-fit: cover;
}

#ac-opening .ac-col-2 {
  width: 30%;
  top: 0;
  left: 0;
  height: 86vh;
  z-index: 999;
}

#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-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2vh;
  font-weight: 700;
}

::-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";
}

/* End Form Desktop */
/* End Section Opening */
/* Navigator Desktop */
#ac-nav-desk,
#ac-nav-desk .ac-container,
#ac-nav-desk nav,
#ac-nav-desk ul,
#ac-nav-desk li,
#ac-nav-desk a {
  display: flex;
  align-items: center;
  height: 6vh;
}

#ac-nav-desk {
  background-color: #002c5f;
  z-index: 2;
}

#ac-nav-desk nav,
#ac-nav-desk ul {
  width: 100%;
}

#ac-nav-desk ul li {
  width: 20%;
}

#ac-nav-desk ul li a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  transition: background-color 0.5s, color 0.5s;
  font-size: 1.6rem;
  justify-content: center;
}

#ac-nav-desk ul li a:hover {
  color: #002c5f;
  background-color: #fff;
}

/* End Navigator Desktop */
/* More Info */
#ac-more-info {
  width: 100%;
  background: #f7f3f2;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

#ac-more-info .ac-container {
  margin: auto;
  display: flex;
  flex-direction: column;
}

#ac-more-info h1 {
  margin: 0.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 */
/* ac-part-0 */
#ac-part-0 {
  padding: 2rem 0 2rem 0;
    border-bottom: 2px solid #fff;
}

#ac-part-0 .ac-container {
  width: 70rem;
  display: flex;
  justify-content: center;
  margin-right: 0;
}

#ac-part-0 .ac-colnum {
  width: 20rem;
  display: flex;
  justify-content: center;
}

#ac-part-0 .ac-colnumline {
  width: 0.1rem;
  height: 7rem;
  background: #b1ada8;
}

#ac-part-0 .ac-bignum {
  font-size: 3.5rem;
  font-family: HyundaiSansHead-Regular;
  font-weight: 400;
  display: inline-block;
}

#ac-part-0 .ac-center-contant {
  font-size: 1.3rem;
  font-weight: 900;
}

#ac-part-0 .ac-center-contant span {
  display: inline-block;
}

#ac-part-0 .ac-light {
  font-size: 1rem;
  font-weight: 100;
}

#ac-part-0 .ac-or-wrapper {
  width: 100%;
  height: 0;
  position: relative;
}

#ac-part-0 .ac-or-wrapper .ac-or {
  position: absolute;
  top: -3.8rem;
  background-color: #fff;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 12rem;
}

/* End ac-part-0 */
/* ac-part-1 */
#ac-part-1 .ac-illustration {
  width: 70%;
  margin: -5rem auto;
  z-index: -1;
}

#ac-part-mob .ac-showform-mob {
  display: none;
}
#ac-part-6 {
  margin-bottom: 5rem;
}

/*End ac-part-1 */
/* 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-footer-social-wrapper {
  visibility: hidden;
}

footer .ac-row-1 .ac-col-3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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 {
  font-size: 1.5rem;
}

footer .ac-row-2 .ac-polution,
footer .ac-row-2 .ac-safety {
  padding: 0 0.6vw 0.2vw 0.6vw;
}

footer .ac-row-2 .ac-safety {
  color: #fff;
}

.ac-safety-seven {
  background-color: #416fb6;
}
.ac-safety-three {
  background-color: #2bae84;
}
.ac-safety-six {
  background-color: #1a6eb7;
}

.ac-polution-three {
  background-color: #008452;
}

.ac-polution-two {
  background-color: #00724f;
}

footer .ac-showform-mob {
  display: none;
}

/* End Footer */
.ac-show-on-mobile {
  display: none;
}

.ac-hide-on-mobile {
  display: block;
}

#ac-part-1,
#ac-part-2,
#ac-part-3,
#ac-part-4,
#ac-part-5 {
  height: auto;
  padding: 3rem 0;
}

.ac-c2c {
  display: none;
}

@media (max-width: 1000px) {
  #activated-accessibility-menu.activated-active {
    display: none !important;
  }
  header .ac-container-flued .ac-col-4 {
		display: none;
	}
  body{
		padding-bottom: 20vw;
	}
  footer .ac-container{
    width: 100%;
  }
  .ac-show-on-mobile {
    display: block;
  }

  .ac-hide-on-mobile {
    display: none;
  }

  html {
    font-size: 1.8vw;
  }

  h2 {
    font-size: 2.5rem;
  }

  p strong {
    margin-bottom: 0;
    display: block;
    font-size: 2rem;
  }

  .ac-margin-top4 {
    margin-top: 2rem;
  }

  .ac-container {
    width: 90%;
    margin: 0 auto;
  }

  #ac-part-1,
  #ac-part-2,
  #ac-part-3,
  #ac-part-4,
  #ac-part-5,
  #ac-part-6 {
    height: auto;
    padding: 2rem 0;
  }

  /* Header Mobile */
  header {
    height: 12vw;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
  }

  header .ac-container-flued {
    width: 90%;
  }

  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-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 .ac-container-flued .ac-col-2 .ac-hyundai-logo {
    width: 4.4rem;
  }

  header .ac-container-flued .ac-col-1 a {
    font-size: 1.5rem;
    font-weight: 900;
    position: relative;
    top: 0.5vw;
  }

  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;
    z-index: 3;
  }

  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 */
  .ac-goto-models-page {
    position: relative;
    display: flex;
    margin-top: 11vw;
    background: #fff;
    border-top: 1vw solid #758daa;
    height: 12vw;
    font-family: HyundaiSansHead-Regular;
  }
  #ac-opening .ac-col-1 .ac-slider-titles-wrapper {
    right: 5rem;
  }
  #ac-opening .ac-col-1 .ac-sliderlaw {
    right: 5%;
  }
  .ac-goto-models-page .ac-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
  }

  .ac-goto-models-page .ac-container a {
    position: relative;
    top: 0.4vw;
    font-weight: 900;
    font-size: 1.1rem;
    text-align: center;
  }

  .ac-goto-models-page .ac-line {
    margin: -0.2rem 1rem 0 1rem;
    border-right: 0.2rem solid #000;
    width: 0vw;
    font-size: 1.8rem;
    height: 1.5rem;
  }

  /* Opening Mobile */
  #ac-opening {
    justify-content: center;
    height: auto;
    flex-direction: column;
    margin-top: 0;
  }

  #ac-opening .ac-col-1,
  #ac-opening .ac-col-2 {
    width: 100%;
  }

  #ac-opening .ac-col-2 {
    height: 0;
    overflow: hidden;
    transition: 0.5s;
  }

  #ac-opening .ac-col-2.ac-active {
    height: auto;
    overflow: hidden;
    z-index: 1;
  }

  #ac-opening .ac-form-wrapper .close-form-wrapper {
    margin-bottom: 11vw;
    position: relative;
    width: 90%;
  }

  #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;
  }

  #ac-opening .ac-col-2 .ac-form-wrapper .ac-button-wrapper button {
    font-size: 2.2rem;
  }

  #ac-opening .ac-col-1 .ac-slider-titles-wrapper .ac-title {
    font-size: 2rem;
  }

  /* End Opening Mobile */
  /* Navigator Mobile */
  #ac-nav-desk {
    display: none;
  }

  /* End Navigator Mobile */
  /* 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*/
  /* ac-part-1 mob */
  #ac-part-1 .ac-illustration {
    width: 100%;
    margin: 2rem auto;
    z-index: -1;
  }

  #ac-part-mob .ac-showform-mob {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    width: 100%;
    margin-top: 0rem;
  }

  #ac-part-mob .ac-showform-mob .ac-toggole-form {
    background-color: #002c63;
    color: #fff;
    width: 100%;
    padding: 0.7rem 0 0.8rem;
    font-size: 6vw;
    border: 0;
    margin: 1rem 0% 0rem;
  }

  #ac-part-mob .ac-showform-mob h2 {
    font-size: 2.5rem;
    margin-top: 0.4vw;
    font-weight: 900;
    text-align: center;
  }

  /* End ac-part-1 mob */
  /* Footer Mobile */
  footer .ac-row-1 {
    flex-direction: row-reverse;
    height: 7rem;
    margin-bottom: 0;
    align-items: center;
  }

  footer .ac-row-1 .ac-col {
    width: 100%;
    height: 7rem;
  }

  footer .ac-row-1 .ac-col-3.ac-show-on-mobile {
    justify-content: flex-start;
    display: flex;
    padding-right: 5%;
  }

  footer .ac-row-1 .ac-col-2 {
    justify-content: flex-end;
    padding-left: 5%;
  }

  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: 0rem;
  }

  footer .ac-row-1 .ac-col-1 {
    border-bottom: 2px solid #434343;
    display: none;
  }

  footer .ac-row-2 {
    height: auto;
    padding: 0rem 0;
    flex-direction: column;
    width: 100%;
    position: relative;
    bottom: 0;
    background-color: #fff;
  }

  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-row-2 p {
    text-align: center;
  }

  /* End Footer Mobile */
  #ac-part-2 .slick-prev,
  #ac-part-3 .slick-prev {
    left: -1.5rem;
  }

  #ac-part-2 .slick-next,
  #ac-part-3 .slick-next {
    right: -1.5rem;
  }

  #ac-part-2 .ac-slick p,
  #ac-part-3 .ac-slick p {
    margin: 1rem 0;
  }

  #ac-part-2 .slick-dots,
  #ac-part-3 .slick-dots {
    bottom: -0.5rem;
  }

  /* ac-part-0 */
  #ac-part-0 .ac-colnumline {
    display: none;
  }

  #ac-part-0 .ac-container {
    width: 100%;
    flex-wrap: wrap;
  }

  #ac-part-0 .ac-colnum {
    width: 90%;
  }

  #ac-part-0 .ac-colnum-1,
  #ac-part-0 .ac-colnum-2 {
    margin-bottom: 1rem;
    border-bottom: 1px solid #b4afaa;
    padding-bottom: 1rem;
  }

  #ac-part-0 .ac-or-wrapper .ac-or {
    right: 13rem;
    width: 3.5rem;
    height: 3.5rem;
    top: -4.8rem;
  }

  #ac-part-0 .ac-colnum-1,
  #ac-part-0 .ac-colnum-3 {
    justify-content: flex-start;
  }

  #ac-part-0 .ac-colnum-2,
  #ac-part-0 .ac-colnum-4 {
    justify-content: flex-end;
  }

  #ac-part-0 .ac-colnum-2 {
    width: 100%;
    justify-content: center;
  }

  #ac-part-0 .ac-bignum {
    font-size: 5.5rem;
  }

  #ac-part-0 .ac-center-contant {
    font-size: 1.7rem;
  }

  #ac-part-0 .ac-light {
    font-size: 1.5rem;
  }

  /* End ac-part-0 */
  .ie header .ac-container-flued .ac-col-1 a {
    font-size: 1.25rem;
  }

  .ie h2 {
    font-size: 2rem;
  }

  .ac-gotomenu {
    display: none;
  }

  .ac-c2c {
    display: flex;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 0;
    top: 26%;
    z-index: 9;
  }
  p.ac-grey {
    margin:0
  }
  #ac-part-6 #ac-6 strong{
    display: inline
  }
  #ac-part-6 {
    margin-bottom: 0;
  }
  #ac-part-mob {
    position: fixed;bottom: 0;left: 0;right: 0;z-index: 2;padding: 1rem 0;
  }
}

@media (max-width: 650px) {
  html {
    font-size: 2.52vw;
  }
  .ac-wrapper-details-box .ac-detail-2 {
    display: none
  }
  .ac-wrapper-details-box .ac-detail {
    width: 100%;
  }
}