.aspl-icon-button{
  display: flex;
  align-items: center;
  gap: 8px;
}
ul{
  padding: 0;
}
li{
  list-style: none;
}


/* common styles */


/* ODS Header styles | White theme */
header.aspl-ODS-brand-header-main{
  height: auto;
}
.aspl-ODS-brand-header{
  position: fixed;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  z-index: 49;
  background-color: #fff;
}
.aspl-ODS-brand-header-flex-left .__logo svg path{
  fill: black;
}
.aspl-mobile-button-wrapp{
  display: none;
  position: relative;
  z-index: 9;
}
#hamburger-ODS-icon{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  width: auto;
  background-color: transparent;
  border:none ;
  color: #333;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#hamburger-ODS-icon span.menu-label{
  position: relative;
  display: block;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

#hamburger-ODS-icon div{
  position: relative;
  width: 22px;
  height: 22px;
  padding:0;
  top: 1px;
  font-size: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  border: none;
  background-color: transparent;
}
#hamburger-ODS-icon .line {
  width: 100%;
  background: #333;
  display: block;
  transition: all 300ms ease-in-out;
}
#hamburger-ODS-icon .line-1 {
  margin-top: 0;
}
#hamburger-ODS-icon .hamb-line{
  position: absolute;
  /* width: 100%; */
  height: 1.5px;
  top: 50%;
  left: 50%;
  /* transform-origin: center; */
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#hamburger-ODS-icon .hamb-line-1{
  animation: span-first-off 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
#hamburger-ODS-icon .hamb-line-2{
  animation: span-second-off 0.5s ease-in-out;
  animation-fill-mode: forwards
}
#hamburger-ODS-icon .hamb-line-3{
  animation: span-third-off 0.5s ease-in-out;
  animation-fill-mode: forwards;
}


#hamburger-ODS-icon.hamClicked .hamb-line-1{
  animation: span-first-on 0.5s ease-in-out;
  animation-fill-mode: forwards
}
#hamburger-ODS-icon.hamClicked .hamb-line-2{
  opacity: 0;
  animation: span-second-on 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
#hamburger-ODS-icon.hamClicked .hamb-line-3{
  animation: span-third-on 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

    
@keyframes span-first-on {

  0%
    {transform: translate(-50%, -300%)}
  30%
    {transform: translate(-50%, -50%)}
  100%
    {transform: translate(-50%, -50%) rotate(-45deg)}
}
@keyframes span-first-off {

  0%
   { transform: translate(-50%, -50%) rotate(-45deg)}
  30%
    {transform: translate(-50%, -50%) rotate(0deg)}
  100%
   { transform: translate(-50%, -300%)}
}
  
@keyframes span-second-on{
   0%
    {transform: translate(-50%, -50%)}
  25%
    {background: black}
  50%
    {transform: translate(-50%, -50%) scale(1)}
  100%
    {transform: translate(-50%, -50%) scale(0)}
  }

@keyframes span-second-off{
  0%
    {transform: translate(-50%, -50%) scale(0)}
  25%
    {background: #000}
  50%
    {transform: translate(-50%, -50%) scale(1)}
  100%
    {transform: translate(-50%, -50%)}
    
}
@keyframes span-third-on{
  0%
    {transform: translate(-50%, 200%)}
  30%
    {transform: translate(-50%, -50%)}
  100%
    {transform: translate(-50%, -50%) rotate(45deg)}
}
@keyframes span-third-off{
  0%
  {  transform: translate(-50%, -50%) rotate(45deg)}
  30%
    {transform: translate(-50%, -50%) rotate(0deg)}
  100%
    {transform: translate(-50%, 200%)}
}



.aspl-ODS-brand-header-backdrop{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 48;
  opacity: 0;
  display: none;
  visibility: hidden;
  transition: all 0.3s 0.3s ease-in-out;
  -webkit-transition: all 0.3s 0.3s ease-in-out;
}
.aspl-ODS-brand-header-backdrop.active{
  opacity: 1;
  display: block;
  visibility: visible;
}
.aspl-ODS-brand-header-flex-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 96px;
  margin: auto;
}
.aspl-ODS-brand-header-flex-left{
  z-index: 9;
}
.aspl-ODS-brand-header-flex-right{
  z-index: 9;
}
.aspl-profile-dropdown-close,
.aspl-profile-dropdown-close:focus{
  position: absolute;
  top: 8px;
  right: 10px;
  background-color: transparent;
  border: none;
}
.aspl-ODS-logo-wrapper{
  z-index: 9;
  margin-top: -2px;
}
.aspl-ODS-brand-header-flex-left{
  display: flex;
  /* align-items: center; */
  gap: 32px;
}
.aspl-ODS-brand-header-ul{
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 0;
}

.aspl-ODS-brand-header-ul li{
  position: relative;
  margin-bottom: 0;
}
.aspl-ODS-brand-header-ul li a{
  font-size: 16px;
  color: #666;
  display: block;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  font-family: 'AudiTypeWide,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
}
.aspl-ODS-brand-header-ul li a.active-link{
  color: #333;
  border-bottom: 3px solid #333;
}
.black-default{
  color: #333;
}
.aspl-ODS-brand-header a{
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
.aspl-ODS-brand-header a:hover{
  color: #000;
}
.aspl-ODS-header-user-icon:focus{
  background-color: transparent;
  border: none;
}
.aspl-ODS-header-user-icon{
  font-family: 'AudiType,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  line-height: 1.2;
  padding: 0;
  font-weight: normal;
  color: #333;
  background: none;
  border: none;
}
.aspl-ODS-header-user-icon svg path{
  stroke: #333;
}
.aspl-ODS-header-dropdown-fluid{
  position: absolute;
  width: 100%;
  min-height: 370px;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #fff;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;

}
.aspl-ODS-header-dropdown-fluid.dropdown-active{
  visibility: visible;
  opacity: 1;
  transition: all 0.3s 0.3s ease-in-out;
  -webkit-transition: all 0.3s 0.3s ease-in-out;
}
.aspl-ODS-header-dropdown-content{
  padding: 46px 96px;
  max-width: 1920px;
  padding-bottom: 20px;
  margin: auto;
}
.aspl-ODS-brand-dropdown-ul{
  max-width: 1120px;
  padding-left: 100px;
  column-count: 2;
  column-width: 300px;
  column-gap: 40px;
}
.aspl-ODS-brand-dropdown-ul li{
  max-width: 300px;
  position: relative;
  margin-bottom: 1rem;
}
.aspl-ODS-brand-dropdown-ul li{
  margin-bottom: 1rem;
} 
.aspl-ODS-brand-dropdown-ul li a {
  display: block;
  color: #666;
  padding: 4px 0;
  text-decoration: none;
  font-family: 'AudiTypeWide,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
}
.gQKyP {
  padding-left: 40px;
}
.gQKyP::before {
  background-color: #f50537;
  content: "";
  display: inline-block;
  height: 24px;
  left: 6px;
  position: absolute;
  transform: skew(-28deg);
  vertical-align: top;
  width: 24px;
}
.aspl-ODS-backBtn-wrapper{
  display: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
}
.backBtn-mobDrop{
  display: block;
  position: relative;
  width: 100%;
  padding: 16px;
  padding-left: 32px;
  border:none;
  text-align: left;
  background-color: white;
}
.backBtn-mobDrop:before{
  content: '';
  position: absolute;
  left: 0px;
  top: 20px;
  width: 16px;
  height: 16px;
  background: url(../images/menu-right-arrow.svg) no-repeat 10px center;
  background-position: center;
  transform: scaleX(-100%);
  -webkit-transform: scaleX(-100%);
}
.backBtn-mobDrop:focus{
  background-color: white;
  border: none;
}
.prevent-body-scroll{
  overflow: hidden;
}
.aspl-ODS-login-reg-logout-dropdown-main{
  position: relative;
  display: none;
}
.aspl-ODS-login-reg-logout-dropdown-main.active-profile-dropdown{
  display: block;
}
.aspl-ODS-login-reg-logout-dropdown{
  position: fixed;
  top: 74px;
  right: 30px;
  left: 30px;
  display: none;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border-radius: 16px;
  border:1px solid #dadada;
  background-color: #e4e4e4db;
  z-index: 99;
  font-family: 'AudiTypeWide,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  backdrop-filter: blur(4px) grayscale(0.3);
  -webkit-backdrop-filter: blur(4px) grayscale(0.3);
  -ms-backdrop-filter: blur(4px) grayscale(0.3);
}

.aspl-ODS-login-reg-logout-dropdown ul{
  margin-bottom: 0;
}
.aspl-ODS-login-reg-logout-dropdown ul li{
  margin-bottom: 0;
}
.aspl-ODS-login-reg-logout-dropdown ul li a{
  display: block;
  color: black;
  font-size: 14px;
  text-decoration: none;
}

@media screen and (max-width:1200px) {
  .aspl-ODS-brand-header{
    padding:20px 26px;
  }
  .aspl-ODS-brand-header-flex-wrapper{
    display: none;
    padding: 0px;
  }
  .aspl-mobile-button-wrapp{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .aspl-ODS-logo-wrapper{
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .ODS-logo-hide-mobile{
    opacity: 0;
    visibility: hidden;
  }
  .aspl-ODS-brand-header-flex-right{
    position: fixed;
    top: 24px;
    right: 26px;
  }
  
  .aspl-ODS-brand-header-ul{
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background-color: #fff;
  }
  .aspl-ODS-brand-header-flex-wrapper{
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 60px;
    background-color: #fff;
  }
  .aspl-ODS-brand-header-flex-wrapper.mobile-ODS-menu-active .aspl-ODS-brand-header-ul{
    display: block;
  }
  .aspl-ODS-brand-header-flex-left .spl-ODS-logo-wrapper{
    display: none;
  }
  .aspl-ODS-brand-header-ul{
    width: 100%;
  }
  .aspl-ODS-brand-header-ul li{
    width: 100%;
  }
  .aspl-ODS-brand-header-ul li a{
    padding: 8px 0;
  }
  .aspl-ODS-brand-dropdown-ul li a{
    padding: 8px 0;
  }
  .aspl-ODS-brand-header-ul li a.active-link{
    border-bottom: 3px solid transparent;
  }
  .aspl-ODS-brand-header-ul li a.aspl-dropdown-trigger:after{
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 10px;
    background: url(../images/menu-right-arrow.svg) no-repeat;
  }
  .aspl-ODS-header-dropdown-fluid{
    min-height: 100vh;
    top: 60px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    background-color: #ffffff;
    transition: all 0.2s 0.3s ease-in-out;
    -webkit-transition: all 0.2s 0.3s ease-in-out;
  }
  .aspl-ODS-header-dropdown-fluid.dropdown-active{
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
  .aspl-ODS-header-dropdown-content{
    padding: 30px;
  }
  .aspl-ODS-brand-dropdown-ul{
    column-count: unset;
    column-width: unset;
    padding-left: 0;
  }
  .aspl-ODS-brand-header-backdrop{
    background-color: transparent;
  }
  .aspl-ODS-backBtn-wrapper{
    display: block;
  }
}

@media screen and (min-width:1440px) {
  .aspl-ODS-brand-header-flex-wrapper{
    max-width: 1920px;
  }
  .aspl-ODS-brand-dropdown-ul{
    column-count: 3;
  }
}

@media screen and (max-width:768px) {
  .aspl-ODS-loginMob-reg{
    position: absolute;
    width: 40px;
    height: 40px;
    top: -10px;
    right: -4px;
    background-color: transparent;
    border-radius: 4px;
    z-index: 99;
    cursor: pointer;
  }
  .aspl-ODS-login-reg-logout-dropdown{
    display: flex;
  }
  .header-reg-links{
    display: none;
  }
}

/* ODS Header styles | White theme */






/* header styles */

header{
  height: 100%;
  position: relative;
}
.aspl-header-wrapper{
  position: fixed;
  left: 0;
  top: 0;
  height: 80px;  
  width: 100%;
  z-index: 49;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px;
  transition: all .5s ease-in-out;
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
}
.header-other-pages{
 background: white;
 background-image:none;
}
.aspl-logo-wrapper{
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
}
 

/* fixed header on scroll */
.aspl-header-wrapper.header-active{
  height: 60px;
  color: black;
  /* background-color: white; */
  /* transition: all .5s ease-in-out; */
}
.aspl-header-wrapper:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity:0;
  transform: scaleY(0);
  transform-origin: top center;
  background-color: white;
  z-index: -1;
  transition: all 0.5s 0.2s ease-in-out;
}
.aspl-header-wrapper.header-active:before{
  transform: scaleY(1);
  opacity:1;
}
.aspl-header-wrapper a {
  text-decoration: none !important;
}
.aspl-header-wrapper.header-active button{
  color: black;
}
.aspl-header-wrapper.header-active .aspl-logo-wrapper{
  display: block;
}
.aspl-header-wrapper .aspl-logo-wrapper svg path{
  transition: all 0.5s 0.2s ease-in-out;
}
.aspl-header-wrapper.header-active .aspl-logo-wrapper svg path{
  fill: black;
}
.aspl-header-wrapper.header-active .aspl-header-user-icon svg path{
  stroke: black;
}
.aspl-header-wrapper.aspl-header-user-icon svg path{
  stroke: black;
}
.aspl-header-wrapper.header-active #hamburger-icon .line{
  background-color: black;
}
.aspl-header-wrapper.header-active #hamburger-icon{
  color: black;
}

.aspl-header-wrapper.header-active .aspl-header-user-icon a {
color: #000;
}

/* fixed header on scroll */

#hamburger-icon {
  display: block;
  background-color: transparent;
  border:none ;
  color: white;
}

#hamburger-icon{
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0;
  width: 126px;
  /* color: white; */
}

#hamburger-icon span.menu-label{
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#hamburger-icon:hover span.menu-label{
  left: -2px;
}
#hamburger-icon div{
  width: 26px;
  height: 22px;
  padding:0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  background-color: transparent;
}
#hamburger-icon .line {
  width: 100%;
  background: #fff;
  height: 1.5px;
  display: block;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.line-1 {
  margin-top: 0;
}

#hamburger-icon:hover .line-1 {
  /* width: 30px; */
}

#hamburger-icon:hover .line-2 {
  width: 80%;
}

#hamburger-icon:hover .line-3 {
  width: 40%;
}
.aspl-nav-close-button{
  background-color: transparent;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
}
.aspl-nav-close-button:hover,
.aspl-nav-close-button:active{
  opacity: 0.8;
  background-color: transparent !important;
  border: none;
  color: white !important;
  /* font-size: 14px; */
 
}
.aspl-logo-wrapper{
  display: block;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.aspl-header-user-icon{
  font-family: 'AudiType,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  padding: 0;
  font-weight: normal;
  color: white;
  background: none;
  border: none;
}
.aspl-header-user-icon:hover,
.aspl-header-user-icon:focus,
.aspl-header-user-icon:active{
  color: white !important;
  border: none;
  background-color: transparent;
}
.header-other-pages .aspl-header-user-icon:hover,
.header-other-pages .aspl-header-user-icon:focus,
.header-other-pages .aspl-header-user-icon:active{
  color: rgb(0, 0, 0) !important;
  border: none;
  background-color: transparent;
}

.aspl-header-wrapper.header-active .aspl-header-user-icon:hover{
  color: black !important;
}

.aspl-header-user-icon a {
  font-family: 'AudiType,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.aspl-header-user-icon svg{
  width: 18px;
}

.aspl-header-user-icon a:hover {
  font-size: 14px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}


aside.aspl-menu-sidebar-wrapper{
  position: fixed;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, black, black, rgba(0, 0, 0, 0.84));
  height: 100vh;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}

/* nav color black theme on load */

.nav-color-black #hamburger-icon{
  color: black;
}
.nav-color-black #hamburger-icon .line{
  background-color: black;
}
.nav-color-black .aspl-logo-wrapper svg path{
  fill: black;
}
.nav-color-black .aspl-header-user-icon{
  color: black;
}
.nav-color-black .aspl-header-user-icon svg path{
  stroke: black;
}

.header-other-pages #hamburger-icon{
  color: black;
}
.header-other-pages #hamburger-icon .line{
  background-color: black;
}
.header-other-pages .aspl-logo-wrapper svg path{
  fill: black;
}
.header-other-pages .aspl-header-user-icon,
.header-other-pages .aspl-header-user-icon a{
  color: black;
}
.header-other-pages .aspl-header-user-icon svg path{
  stroke: black;
}

/* nav color black theme on load */


/* scroll snap style */

.snap_HTML {
/* scroll-snap-type: mandatory;
scroll-snap-points-y: repeat(100vh);
scroll-snap-type: y mandatory;
scroll-behavior: smooth;
overflow-y: scroll; */
}


/* scroll snap style */


/* nav color black theme on load */

@media screen and (min-width: 768px) {
  .aspl-menu-sidebar-wrapper{
    max-width: 350px;
  }

  
}
.aspl-menu-backdrop{
  content: '';
  width: 100%;
  height: 100vh;
  position: fixed;
  left:0;
  top: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 50;
  transition: all 0.4s 0.2s ease-in-out;
  backdrop-filter: blur(6px) grayscale(0.3);
  -webkit-backdrop-filter: blur(6px) grayscale(0.3);
  -ms-backdrop-filter: blur(6px) grayscale(0.3);
}

.aspl-menu-backdrop.hidden{
  visibility: hidden;
  opacity: 0;
}
.aspl-menu-sidebar-header{
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
}
.aspl-menu-sidebar-header > .__logo{
  zoom: 0.9;
}
.aspl-electric-header-blur{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #00FFF0;
  filter: blur(50px);
  position: absolute;
  top: 20px;
  right: 50px;
  opacity: 0.5;
  z-index: -1;
}
.aspl-menu-sidebar-inner-section{
  padding: 30px;
  color: white;
}
.aspl-nav-menu{
  padding-top: 20px;
  overflow-y: auto;
  max-height: calc(100vh - 40px);
}
.aspl-nav-menu::-webkit-scrollbar{
  width: 6px;
  background:#000;
}
.aspl-nav-menu::-webkit-scrollbar-thumb { 
  border-radius:5px;
  background: #3333338e; 
} 
.aspl-nav-menu ul{
  padding: 0;
}
.aspl-nav-menu li{
  list-style: none;
  padding: 5px 0;
  margin-bottom: 0;
}
.aspl-nav-menu li a{
  display: block;
  font-size: 16px;
  color: white !important;
  padding:10px 0px;
  text-decoration: none;
  font-family: 'AudiType,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.aspl-nav-menu li a:active{
  color: white;
}
.aspl-nav-menu li a:hover{
  opacity: 0.8;
}
.ext-link-icon{
  display: inline-block;
  margin-left: 3px;
  position: relative;
  top: -2px;
}
.aspl-electric-header-blur{
  transform: scale(0.5);
  transition: all 0.6s ease-in-out ;
}

.aspl-nav-menu li {
  opacity: 0;
  transform: translateX(-200px);
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
     -moz-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
      -ms-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
       -o-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.aspl-nav-menu li.load {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 600px) {
  .aspl-header-wrapper{
    /* height: 60px; */
    /* background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0)); */
  }
  #hamburger-icon span.menu-label{
    display: none;
  }
  .aspl-header-user-icon{
    padding: 0;
  }

  .aspl-header-user-icon span{
    display: none;
  }

  .aspl-logo-wrapper{
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  .aspl-header-wrapper.header-active{
    /* opacity: 0; */
  }
  #hamburger-icon{
    width: inherit;
  }
  #hamburger-icon div{
    height: 16px;
  }
}

/* header styles */

/* Footer styles */

.page-footer{
  margin-top: 0 !important;
}
footer{
  padding:30px 16px;
  color: white;
  min-height: 300px;
  background-color: black;
}
footer ul li{
  padding: 4px 0;
  list-style: none;
  margin-bottom: 6px;
}
footer li{
  margin-bottom: 0
}
footer h3{
  font-size: 18px;
  margin-bottom: 20px;
}
footer a{
  display: block;
  font-size: 14px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
footer a:visited, footer a:active {
  color: white !important;
}
footer a:hover{
   opacity: 0.8;
   color: white !important;
   text-decoration: underline;
}

footer .accordion-button.aspl-footer-section-title{
  padding: 14px 0;
  background-color: transparent;
  color: white;
  border-radius: 0 !important;
  font-size: 18px;
  /* font-family: 'AudiTypeWide,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold; */
  box-shadow: none !important;
  border: none !important;
}
footer .accordion-button:active,
footer .accordion-button:visited{
  color: white !important;
}
.footer-accordian {
  display: block !important;
}

footer .accordion-item{
  background-color: transparent;
  border: none;
}
footer .accordion-header{
  /* border: none  */
  padding-top: 10px;
}
footer .accordion-body{
  padding: 0;
  padding-top: 10px;
  /* opacity: 0.8; */
}
footer .accordion-button::after{
  background: url(../images/arrow-down.svg) no-repeat center !important;
  transform: none !important;
}

.footer-bottom{
  padding-top: 20px;
  margin-top: 30px;
  font-size: 12px;
  border-top: 1px solid #333;
}
.footer-social{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer-social ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.footer-bottom-main-links-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 10px;
}
.footer-bottom-main-links-wrapper p{
  margin-bottom: 0;
}
.footer-bottom-main-links-wrapper ul{
  margin-bottom: 0;
}
.footer-bottom-main-links-wrapper ul li{
  padding: 0;
}
.footer-bottom-main-links-wrapper ul li a{
  font-size: 12px;
}
.footer-bottom-links{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-social ul li a{
  padding: 8px;
  display: block;
}

.footer-links-main-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
}

.ft-mobile-only {
  display: none !important;
}


.ft-web-only {
  display: block;
}
li.aud-vv-footer-seprtion {
  display: flex;
}
.sep-line-footer {
  padding-left: 10px;
  opacity: 0.6;
}


@media screen and (min-width: 768px) {
  footer{
    padding:30px;
  }
  .footer-container{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .footer-container .accordion{
    min-width: 200px;
  }
  .accordion-button{
    font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
    font-size: 16px;
    font-weight: bold;
  }
  .accordion-button:not(.collapsed){
    box-shadow: none;
  }
  footer .accordion-button.aspl-footer-section-title{
    /* pointer-events: all; */
    pointer-events: none;
  }
  footer .accordion-button::after{
    display: none;
  }
  .footer-social{
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .footer-social ul{
    justify-content: flex-end;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 0;
    margin-right: -14px;
  }
}  



@media screen and (max-width: 767px) {

  footer .accordion-button.aspl-footer-section-title{
    font-size: 16px;
    font-weight: normal;
    box-shadow: none !important;
    border-bottom: 1px solid #3D3D3D !important;
  }


  .mage-accordion-disabled {
    display: flex !important;
    width: 100% !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
}




.footer-container .accordion {
  width: 100% !important;
  min-width: auto!important;
  max-width: 100% !important;
}


.ft-mobile-only {
  display: block !important;
}



.ft-web-only {
  display: none;
}

footer{
  padding-bottom: 80px;
}



}



@media screen and (max-width: 991px) {


  .mage-accordion-disabled {
    display: flex !important;
    width: 100% !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
}




.footer-container .accordion {
  width: 100% !important;
  min-width: auto!important;
  max-width: 100% !important;
}


}






@media screen and (min-width: 1024px) {
  .accordion-button{
    font-size: 18px;
  }
  footer{
    padding:40px 60px;
  }
  .footer-container{
    justify-content: space-between;
  }
}
/* Footer styles */



/* Browser alert style */

.aspl-browser-alert__wrapp {
  position: fixed;
  top: 66px;
  left: 12px;
  right: 12px;
  display:flex;
  justify-content:center;
  z-index: 99999;
  color:black;
  font-size:15px;
  line-height: 1.4;

}

.aspl-browser-alert__wrapp-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border: 1px solid #DDCEA9;
  background: #f7efdb;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}

.aspl-browser-alert__wrapp-content p {
  flex-grow:1;
  margin-bottom:0;
  padding-left:2px;
  padding-right:10px;
}
.aspl-browser-alert__wrapp-content button{
  width: 36px;
  height: 40px;
  padding:0;
  display:flex;
  justify-content:center;
  align-items:center;
  background:none;
  border:none;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.aspl-browser-alert__wrapp-content button:hover{
  opacity: 0.8;
}
.aspl-browser-alert__wrapp-content button svg{
  flex-shrink:0;
}

@media screen and (min-width:1200px) {
  .aspl-browser-alert__wrapp {
    left: 200px;
    right: 200px;
  }
}

/* Browser alert style */

/* Chat bot style */

.embeddedMessagingConversationButtonWrapper .embeddedMessagingConversationButton:hover{
  background-color: #000 !important;
  opacity: 0.9 !important;
}
.embedded-messaging > .embeddedMessagingFrame[class~="isMinimized"]{
  right: 20px !important;
}
@media screen and (max-width: 768px) {
  .embeddedMessagingConversationButtonWrapper .embeddedMessagingConversationButton{
    bottom: 24px !important;
    right: 16px !important;
  }
  .embedded-messaging > .embeddedMessagingFrame[class~="isMinimized"]{
    bottom:24px !important;
    right: 16px !important;
  }
}

/* Chat bot style */


/* Audi button */
.audi-button {
  width: 100%;
  align-items: center;
  border: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-family: 'AudiTypeWide,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  font-size: 18px;
  font-weight: normal;
  justify-content: center;
  line-height: 26px;
  overflow: hidden;
  padding: 16px 0px;
  position: relative;
  text-decoration: none;
  color:#ffffff;
  background-color:#000000;
  transition: all 0.2s ease-in-out;
}
.audi-button.hover:hover {
  color:#ffffff;
  background-color:#333333;
}

.audi-button-outlined{
  background: transparent;
  color: #fff;
  font-size: 20px;
  padding: initial;
  text-align: center;
  width: 344px;
  height: 66px;
  border-radius: 0;
  font-weight: bold;
  border: 1px solid #fff;
}
/* Audi button */

 

.display-none {
  display: none !important;
}


#Audi-nmv-home-hero-carousel .carousel-indicators {
  display: none;
}



#hero.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

#myVideo {
  width: 100%;
  height: 100%;
}

.audi-nmv-home-banner-item-bg {
  width: 100%;
  background: #333;
}


.pos-top   {
top:12%;
text-align: center;
}

.pos-bot   {
  /* bottom: 60px !important; */
  text-align: center;
  /* padding-bottom: 25px; */
  /* position: absolute; */
}

.carousel-caption{
  padding-bottom: 0;
}



#hero .pos-bot   {
  bottom: 60px !important;
  text-align: center;
  padding-bottom: 25px;
  
}



 
.audi-nmv-btn-wrap {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 20;
  position: relative;

}


.audi-button-home {
  background: #fff;
  color: #000;
  font-size: 20px;
  padding: initial;
  text-align: center;
  border-radius: 0;
  font-weight: bold;
  width: 344px;
  height: 66px;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  vertical-align: middle;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.audi-button-home:visited, .audi-button-home:active {
  color: #000000;
}


.audi-button-home:hover {
background: #e5e5e5;
color: #000;
font-size: 20px;
border-radius: 0;
font-weight: bold;
text-decoration: none;
}


.audi-button-home-outline {
background: transparent;
color: #fff;
font-size: 20px;
padding:initial;
text-align: center;
border-radius: 0;
font-weight: bold;
border: 1px solid #fff;
width: 344px;
height: 66px;
margin-bottom: 10px;
cursor: pointer;
display: flex;
  vertical-align: middle;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;

}

.audi-button-home-outline:visited, .audi-button-home-outline:active {
  color:#FFFFFF;
}


.audi-button-home-outline:hover {
background: transparent;
color: #b3b3b3;
font-size: 20px;
border-radius: 0;
font-weight: bold;
border: 1px solid #b3b3b3;
text-decoration: none;
}



.pos-relative {
  position: relative;
}

.pos-abs-onimage {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  min-height:78vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.pos-abs {
  position: absolute;
  
}


.pos-top h5 {
  font-size:60px;
  color: #fff;
  font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.pos-top p {
  font-size:20px;
  color: #fff;
  margin-top: 20px !important;
  font-family: 'AudiType,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;


}

.audi-nmv-overlay-bk-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 60%, rgba(0,0,0,.8) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 60%, rgba(0,0,0,.8) 100%);
background: linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 60%, rgba(0,0,0,.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}





.audi-nmv-banner-bottom-bg {
position: relative;
/* background:url(../images/banner-bottom-bg.png); */
/* background:url(../images/Q4_Sportback-banner-1920x1080.jpg); */
background:url(/pub/media/wysiwyg/cmspages/Q4_Sportback-banner-1920x1080.webp);
background-size: cover;
width: 100%;
height: 100%;
min-height:100vh;
padding: 120px 65px;
background-position: center;
}


.audi-nmv-banner-bottom-bg .pos-top h5 {
  margin-bottom: 16px !important;
  /* font-family: 'AudiType,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  /* font-weight: bold; */
}

.audi-nmv-b3box {
  padding: 100px 0;
}

.audi-nmv-b3box h4 {
  font-size: 32px;
  line-height: 42px;
  color: #000;
  font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 16px;
  
}

.audi-nmv-b3box p {
  font-family: 'AudiTypeExtended,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 32px;
      line-height: 50px;
  margin-top: 20px !important;
  
}

.pos-abs {
  position: absolute;
}

.som-pos {
  bottom: 40px;
}


  /* Banner image, Video style  */

  .relative{
    position: relative;
  }
._aspl-banner-content_overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* flex:0 0 1; */
  justify-content: space-between;
  padding: 80px 30px 60px 30px;
  z-index: 9;

}
.audi-nmv-snap-btn-wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: static !important;
}
.aspl-hero__title{
  color: white;
  padding-top: 30px;
}
.aspl-hero__title h5{
  font-size: 60px;
  margin-bottom: 16px;
}
.aspl-hero__title p{
  font-size: 20px;
  margin-bottom: 20px;
}


 /* Banner caption | Button animation */

 .audi-nmv-snap-caption-wrapper {
  width: 100%;
  height:auto;
  position: absolute;
  top: 100px;
}


.audi-nmv-snap-caption-top {
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

  .audi-hero-caption{
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease-in-out;
  }
  .audi-hero-caption .btn{
    margin: 0 20px;
  }
  .audi-hero-caption.show-title{
    opacity: 1;
    visibility: visible;
  }
  
  .audi-nmv-snap-btn-wrapper{
    opacity: 0;
    visibility: hidden;
    transform: scale(0.99) translateY(10px);
    transition: all 0.3s 0.3s ease-in-out;
  }
  .audi-nmv-snap-btn-wrapper.fade-in_Btn{
    opacity: 1; 
    transform: scale(1) translateY(0px);
    visibility: visible;
  }
  /* Banner caption | Button animation */





.audi-nmv-home-som-sec {
  background: url(../images/stock-bg.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 468px;
  border: 15px solid #fff;
}

.off-bg {
  background: url(../images/stock-bg.webp);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height:628px;
 
}


.mod-bg {
  background: url(../images/mod-bg.webp);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height:628px;

}



.som-left-pad {
  left: 40px;
  z-index: 12;
}



.audi-nmv-home-som-sec  h3 {
  color: #fff;
  font-family: 'AudiTypeExtended,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:60px;
}


.audi-nmv-home-som-sec p{
  color: #fff;
  font-family: 'AudiTypeExtended,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
}

.nopadd {
  padding: 0 !important;
}





.off-bg  h3, .mod-bg h3 {
  color: #fff;
  font-family: 'AudiTypeExtended,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 50px;
  margin-bottom: 10px;
}


.off-bg p, .mod-bg p {
  color: #fff;
  font-family: 'AudiTypeExtended,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 24px;
}

.marg-15 {
  padding: 15px 15px 8px 15px;
}

.audi-nmv-home-shop-sec {
  padding: 160px 0 80px 0px;
}
.aspl-shop-car-tiles-grid{
  max-width: 3060px;
  margin: auto;
}
.audi-nmv-home-shop-sec .mob-no-pad{
  padding: 6px;
}

.audi-nmv-home-shop-boxes-top {
  position: relative;
  display: flex;
    flex-direction: row;
    justify-content: center;

}

.audi-nmv-home-shop-boxes-top h4 {
  font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 46px;
  position: absolute;
  display: inline-block;
  color: #fff;
  z-index: 100;
  margin: 36px auto;
        /* width: 68%; */
  text-align: center;
  z-index: 5;
  /* white-space: nowrap; */
}
.audi-nmv-home-shop-boxes-top h4 span {
  display: block;
}

.audi-nmv-home-shop-boxes-top img {
  width: 100%;

}

.tp-overlay {
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,1) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}




.bt-overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }
  


.audi-nmv-home-shop-boxes-bottom {
  background: #000;
  padding: 20px;
  padding-bottom: 30px;

}

.audi-nmv-home-shop-boxes-bottom h5 {
  font-family: 'AudiTypeWide,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 10px auto;

  
}


.audi-nmv-home-shop-boxes-bottom h5 span {
font-weight: bold;
margin-left: 2px;

}


.audi-nmv-home-shop-boxes-bottom-desc {
  font-family: 'AudiTypeWide,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  opacity: .5;
  margin-bottom: 16px !important;
  margin-top: 14px !important;

  
}


.audi-nmv-btn-wrapper-tb {
  margin: 25px 0 5px 0;
}

.audi-nmv-btn-wrapper-tb a {
  width: 100% !important;
    margin-bottom: 8px;
    height: 66px;
}

.audi-nmv-btn-wrapper-tb button:hover {
  width: 100% !important;
    margin-bottom: 8px;
    height: 66px;
}

.audi-nmv-home-future {
  padding: 160px 0 160px 0;
  text-align: center;
}

.audi-nmv-home-future h3 {
  font-family: 'AudiTypeExtended,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal; 
  font-size: 48px;
  line-height: 60px;
  color: #000;
}

.audi-nmv-home-future p {
  font-family: 'AudiTypeExtended,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 42px;
  margin: 24px auto;
}


.audi-nmv-more-link {
  font-size: 16px;
  font-family: 'AudiType,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #000;
}

.audi-nmv-more-link img{
 margin-left: 10px;
}

.audi-nmv-more-link-wb {
  font-size: 16px;
  font-family: 'AudiType,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #000;

}


.audi-nmv-more-link-wb img {
  margin-left: 10px;

}


.wrapper-video {
  width:100%;
  height:100vh;
  overflow: hidden;
  background-color: #000;
  display: flex;
}

.wrapper-video video {
  display: none;
  object-fit: cover;
}

.wrapper-video img {
  display: none;
  object-fit: cover;
}  


.mov-view-future {
  display: none;
}

.web-view-future {
  display: block;
}



#owl-two .item {
  position: relative;
}

.owl-two-pos-ab {
  position: absolute;
  color: #fff;
  bottom: 40px;
  left: 40px;
}

.owl-two-pos-ab h4 {
  font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
}

.owl-two-pos-ab p {
  font-family: 'AudiTypeExtended,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}
.footer__back-to-top_wrapp{
  display: flex;
  justify-content: flex-end;
}
.audi-nmv-footer-backtp {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  font-family: 'AudiType,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  text-align: right;
  margin-bottom: 10px;
}

.audi-nmv-footer-backtp:hover {
  color: white !important;
  text-decoration: none;
  opacity: 0.8;
}

.audi-nmv-footer-backtp img {
  margin-left: 3px;
  width: 14px;
  height: 8px;
}

.audi-nmv-mob-only {
  display: none;
}

.audi-nmv-web-only {
  display: block;
  visibility: visible;
}
.audi-nmv-web-only .container-fluid{
  max-width: 3000px;
}
.audi-nmv-web-only .audi-button-home-outline  {
  /* font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-weight: 700;
}

.audi-nmv-som-mobile-owl-carousel {
  margin-bottom: 49px;
}


.no-pad-left {
  padding-left: 30px !important;
  padding-right: 0;
}

.no-pad-right {
  padding-right: 30px !important;
}
.audi-nmv-web-only .no-pad-right{
    padding-left: 6px;
}
.audi-nmv-web-only button a {
  color: #fff;
  text-decoration: none;
}

.audi-nmv-web-only button a:hover {
  color: #fff;
  text-decoration: none;
}



@media only screen and (min-width:1920px) {

  .audi-nmv-banner-bottom-bg {
    /* min-height: 970px; */
 
}

.pos-abs-onimage {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  min-height:75vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

}





}







@media only screen and (min-width:2400px) {

  
  .audi-nmv-banner-bottom-bg {
    min-height:1200px;
}

.pos-abs-onimage {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  min-height: 85vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

}





}





@media only screen and (min-width:2500px) {

  .audi-nmv-banner-bottom-bg {
    min-height:1200px;
}

.pos-abs-onimage {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  min-height: 65vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

}





}



@media screen and (min-width: 3800px) {

  .audi-nmv-banner-bottom-bg {
    min-height: 100vh;
 
}

.pos-abs-onimage {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  min-height: 74vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
.off-bg, .mod-bg {
  min-height: 50vh;
}


 
  }









@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 992px) {


  .audi-nmv-home-future h3 {

    font-size: 44px;
    line-height: 64px;
}


.audi-button-home-outline, .audi-button-home {

 
  height: 66px;

}

 

.som-left-pad {
  left: 8%;
  z-index: 12;
  margin: 0 auto;
}




.audi-nmv-home-shop-sec {
  padding: 30px 0 80px 0px;
}


.no-pad-left, .no-pad-right {
  padding: 30px !important;
}






}





@media only screen and (max-width: 767px) {

 
.mov-view-future {
  display: block;
  visibility: visible;
  color: #fff;
}

.mov-view-future h4 {
  font-family: 'AudiTypeExtended,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.6;
  color: #fff;
  margin-top: 40px;
}


.web-view-future {
  display: none;
  visibility: hidden;
}

.audi-nmv-home-future {
  background-color: #000;
  background-image: linear-gradient(to bottom, #181818, #000);
  padding: 120px 20px 80px 20px;
  text-align: center;
}


.audi-nmv-more-link {
  font-size: 18px;
  margin-top: 24px;
  display: inline-block;
  filter: invert();
}

.audi-nmv-more-link img {
  filter: invert();
}

.mov-view-future .audi-nmv-more-link img {
  filter:none;
}



.audi-nmv-home-som-sec, .off-bg, .mod-bg  {
  border:none;
}

.back-to-top {
 
}

.audi-nmv-home-shop-boxes-bottom {
  background: #000;
  padding: 20px 0;
}


.audi-nmv-home-shop-sec {
  padding:0px;

} 

.mob-no-pad{
  padding: 0 !important;
}


.audi-nmv-home-shop-boxes {
  margin-bottom: 24px;
  padding: 15px;
  background: #000;
    border-left: 4px solid #ccc;
    border-right: 4px solid #ccc;
}
.audi-nmv-home-shop-boxes-top h4{
  margin: 20px auto;
}
.audi-nmv-home-shop-boxes-bottom h5{
  text-align: left;
  font-size: 18px;
  margin: 0;
}

.audi-nmv-b3box {
  padding: 100px 18px;
  padding-top: 40px;
}

.audi-nmv-b3box p {
  margin-bottom:0px;
   font-size: 28px;
} 

.audi-button-home-outline, .audi-button-home {
  width: 100%;
}


.pos-top h5 {
  font-size: 36px;
  color: #fff;
  
}




#hero .carousel-caption {
  position: absolute;
  right: 4%;
  bottom: 1.25rem;
  left: 4%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.audi-nmv-banner-bottom-bg {

  padding: 120px 15px;
}

.audi-nmv-mob-only {
  display: block;
  visibility: visible;
}

.audi-nmv-web-only {
  display: none;
}
.audi-nmv-som-mobile-owl-carousel.audi-nmv-mob-only img {
  height: 470px;
}


.audi-nmv-home-future h3 {
  font-size: 44px;
  line-height: 64px;
}

.audi-button-home-outline, .audi-button-home {

  width:100%;
  height: 66px;

}

 

.som-left-pad {
  left: 8%;
  z-index: 12;
  margin: 0 auto;
}



.audi-nmv-btn-wrap,
.audi-nmv-snap-btn-wrapper{
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 0px;
}


.owl-two-pos-ab {
  text-align: left;
  left: 30px;
}
.owl-two-pos-ab h4{
  font-size: 32px;
}
.owl-two-pos-ab p{
  width: 70%;
}


.audi-nmv-banner-bottom-bg {
  position: relative;
  /* background:url(../images/banner-bottom-bg-mobile.png); */
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height:100vh;
  padding: 120px 15px;
  background-position: center;
  
  }

  .pos-abs-onimage {
 
    min-height:90vh;
    
}

  .pos-bot {
    bottom: 60px !important;
    text-align: center;
    position: absolute;
    width:100%;
}

  .audi-nmv-overlay-bk-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 55%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 55%, rgba(0,0,0,1) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 55%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }

.pos-top p {
    font-size: 18px;
    margin-top: 20px !important;

}
}




.footer-container .accordion {
  min-width: 260px;
  max-width: 260px;
}







/*  ----- Stock Page Style -------- */



/*  ----- Stock Page Style end -------- */




/*---------Contact-us -------------*/

.audi-nmv-page-gnr {
  padding: 120px 0 0px 0;

}

.audi-nmv-page-gnr h1 {
  font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #000;
  margin-bottom: 45px;
}


.audi-nmv-page-gnr p {
  /* font-family: 'AudiTypeWide,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal; */
  font-family: 'AudiType,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height:26px;
  color: #000;
  line-height: 38px;
}


.audi-nmv-contact-map-section {

}


.audi-nmv-contact-map-section img {

  width: 100%;
  height: auto;

  
}


.audi-nmv-contact-op-hours {
  background: #000;
  padding: 40px 0;
}



.audi-nmv-contact-op-hours img {
 width: 40px;
 height: 40px;
 margin-right: 12px;
 margin-top: -8px;
}

.audi-nmv-contact-op-hours  h4 {
 display: inline-block;
 color: #fff;
 font-size: 28px;
 margin-top: 5px;
}


.audi-nmv-contact-op-hours p {
  /* font-family: 'AudiTypeWide,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal; */
  font-family: 'AudiType,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
 }

 .op-hours-title {

  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #555;
  margin-bottom: 25px;

 }
 
 .op-hours-detail {
  
 }
 


 .mar-top-120 {
  margin-top: 120px;
 }


.mar-bot-120 {
  margin-bottom: 120px;
}

.audi-nmv-contact-detail {
  padding:24px 0;
}



.audi-nmv-cont-wrap-border {
  border: 1px solid #333333;
}



.audi-nmv-contact-det-left {
background-image: url(../images/Audi_ServiceCentre.webp);
background-size: cover;
width:auto;
height: 100%;
min-height: 560px;
background-position: center center;
}




.audi-nmv-contact-det-left-service {
  background-image: url(../images/Audi_Service_Cent.webp);
  background-size: cover;
  width:auto;
  height: 100%;
  min-height: 560px;
  background-position: center center;
  }
  
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .audi-nmv-contact-det-left-service {
    
      min-height:750px;
 
      }

  }

  @media screen and (max-width: 448px) and (min-width: 390px) {
    .audi-nmv-contact-det-left-service {
    
      min-height:400px;
 
      }

  }



 

.audi-nmv-contact-det-right {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 70px;
  background-position: center;
}

.audi-nmv-cont-det-inner {
  display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
}

.audi-nmv-cont-det-inner h3 {
  line-height:52px;
  font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #000;
  margin-bottom: 20px;
}


.audi-nmv-cont-det-inner p {
  line-height:40px;
  font-family: 'AudiTypeExtended,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
  color: #000;
}




.audi-nmv-contact-det-right ul {
  padding-left: 15px;
}


.audi-nmv-contact-det-right ul li {
  list-style-image:url(../images/contact-list-img.svg);
  /* font-family: 'AudiTypeWide,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-weight: normal;
  color: #000;
  font-size: 18px;
  line-height: 36px;
 
}


.audi-nmv-contact-det-right ul li a {
 
  font-family: 'AudiType,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 18px;
  line-height: 36px;
  text-decoration: underline;
 
}


.audi-nmv-contact-det-right ul li ul li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 6px;
}


.audi-nmv-contact-det-right ul li ul {
  margin-top: 8px;
}





.audi-nmv-cont-det-btn {
  padding: 16px;
    border: 1px solid #000;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 16px;
    /* font-family: 'AudiTypeExtended,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
    font-weight: normal;
    margin-top: 24px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}


@media only screen and (max-width: 767px) {


.audi-nmv-contact-detail {
  padding: 24px;
}


  .audi-nmv-contact-det-right {

    display: flex;
    flex-direction: column;
    height: 100%;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 24px;
    background-position: center;
  

  }

  .audi-nmv-cont-det-btn {
    margin-top: 0;
  }


  .audi-nmv-cont-det-inner h3 { 
    font-size: 26px;
    margin-bottom: 10px;
  }

  .audi-nmv-contact-det-right ul li {
 
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}

.audi-nmv-contact-det-right ul li a {
 
  font-size: 16px;
  line-height:26px;
 
 
}



.audi-nmv-contact-det-right ul li ul li {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 6px;
}


.audi-nmv-contact-op-hours {
  padding: 24px;
}

.audi-nmv-contact-op-hours img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}


.audi-nmv-contact-op-hours h4 {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  margin-top: 5px;
}

.mar-top-120 {
  margin-top: 36px;
}

.mar-bot-120 {
  margin-bottom: 36px;
}

.audi-nmv-page-gnr {
  padding: 90px 24px 10px 24px;
}

.audi-nmv-page-gnr h1 {
  font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height:42px;
  color: #000;
  margin-bottom: 16px;
  margin-top: 20px;
}

}



@media only screen and (max-width: 448px) {
  .audi-nmv-contact-det-right {

      padding: 14px;
      
  }

.audi-nmv-contact-det-right ul {
  padding-left: 8px;
}



}

.cms-index-index .section-snap {

  scroll-snap-align: start;

}
.mov-view-future h4{
  font-family: 'AudiTypeExtended,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* .section-snap {
  scroll-snap-align: start;
} */


/* Footer style */
@media screen and (min-width: 769px) {
  .aspl-footer-flex{
    display: flex;
    gap: 40px;
    justify-content: space-between;
  }
}
.aspl-accordian-main{
  /* width: 100%; */
  min-width: 200px;
  flex-shrink: 0;
}
.aspl-collapse-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aspl-collapse-header{
  height: auto;
  color: white;
  position: relative;
  padding: 4px 0;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}
.aspl-collapse-header button{
  font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: white;
  font-size: 18px;
  text-align: left;
  width: 100%;
  padding: 0;
  display: block;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: default;
}
.aspl-collapse-header button::after{
  visibility: hidden;
  content: '';
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-origin: center;
  transition: all 0.5s ease-in-out;
}
.show .aspl-collapse-header button::after{
  transform: scaleY(-1);
}
.aspl-collapse-body{
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.aspl-collapse-body ul{
  margin-bottom: 0;
}
.aspl-collapse-body .aspl-collapse-body-inner{
  padding: 10px 0;
}
 
 
@media screen and (max-width: 1300px) {
  .aspl-accordian-main{
    flex-shrink: inherit;
  }
}
@media screen and (max-width: 1200px) {
  .aspl-accordian-main{
    /* max-width: 130px; */
    min-width: inherit;
    /* padding: 0 20px; */
  }
  .aspl-collapse-header button{
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .aspl-collapse-header{
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .aspl-collapse-header button{
    font-family: 'AudiTypeWide,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: white;
    font-size: 16px;
    cursor: pointer;
  }
  .aspl-collapse-header button::after{
    visibility: visible;
  }
  .show .aspl-collapse-body{
    /* opacity: 1 !important;*/
    /* height: auto !important; */
    transition: all 0.3s ease-in-out;
  }

}
 
/* Footer style */
 



/* ===========Off canvas add vehicle =========== */

.aud-vv-2vechles-wrap{
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  padding: 12px 0px;
}
.aud-vv-vehcle-name{
  width: 30%;
}
.aud-vv-vehcle-name h4{
color: #000;
/* font-family: "Audi Type"; */
font-family: 'AudiType,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
}
.aud-vv-off-cnvs-btn-100{
  width: 100%;
}
@media (max-width: 425px) and (min-width: 320px) {
.aud-vv-header-topbar-nav{
  bottom: -43px;
}
}


/************* Comparsion App  ************************/

/*********comparison popup fix ****************/


.audi-nmv-comp-pp.modal-dialog {

  position: absolute !important;
  bottom: 0px !important;
  right: 10px !important;
  width: 405px !important;
  --bs-modal-width:400px !important;
  border-radius: 0;

}

.audi-nmv-comp-pp.modal-dialog .modal-content {

padding: 18px 24px;
border: 1px solid #B3B3B3;
border-radius: 0;

}


.page-with-filter.page-products.categorypath-in-stock.category-in-stock.page-layout-2columns-left.catalog-category-view.page-layout-category-full-width.infinitescroll.modal-open .modal-backdrop.show {
  opacity: 0 !important;
 background:transparent !important;
}

.aud-vv-vegcle-1 {
  width: 143px;
  height: 78px;
  background-position: center;
  background-size: contain;
  overflow: hidden;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  align-content: center;
  justify-content: center;
}

.audi-nmv-comp-pp .modal-header {
border: none;
}


.audi-nmv-comp-pp .aud-vv-primary-btn {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  max-height: 48px;
  margin-top: 12px;
  font-size: 14px;
}

.audi-nmv-comp-pp .modal-header .btn-close {
 cursor: pointer;
}



#jsComparePop.offcanvas.offcanvas-bottom {
  right: 0px !important;
  left: auto !important;
  bottom: 0px;
  width: 400px;
  height: auto;
  padding-right: 0;
  margin-right: 0;
  border: 1px solid #B3B3B3;
}

#jsComparePop .offcanvas-body {
  padding: 0px 16px 16px 16px;
}


#jsComparePop .offcanvas-header .btn-close {
  font-size: 12px;
    opacity: 0.8;
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e);
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1.6em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  /* opacity: var(--bs-btn-close-opacity); */
  margin-right: 0px;
}



#jsComparePop .offcanvas-header .btn-close:hover {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e);
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  margin-right: 0px;

}

#jsComparePop .offcanvas-header {
  display: flex;
  align-items: center;
  padding: 14px;
}





#jsComparePop.offcanvas.offcanvas-bottom .aud-vv-primary-btn {

  width: 100% !important;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  color:#fff;
  text-decoration: none;
}

#jsComparePop .alert-msg.mage-error p {
  font-size: 13px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-family: 'AudiType,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0 6px;
  background-color: #fff7cf;
  border: 1px solid #DDCEA9;
}
#open-comparison.cmp__button{
  font-family: 'AudiTypeWide,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: fixed;
  height: 44px;
  right: 20px;
  padding: 12px;
  bottom: 100px;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:white;
  font-size:16px;
  font-weight: normal;
  background: black;
  border: 1px solid #fff;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.3) !important;
  z-index: 99;
  transition: all 0.2s ease-in-out;
}
#open-comparison.cmp__button:hover,
#open-comparison.cmp__button:focus,
#open-comparison.cmp__button:active{
  opacity: 0.9;
  color:white !important;
  border: 1px solid #fff !important;
  background-color: black !important;
  transform: translateY(-3px); 
}
#open-comparison.cmp__button img{
  width: 100%;
}

@media (max-width: 768px) {

  #jsComparePop.offcanvas.offcanvas-bottom {
 
    width: 100%;
 
  }

 
}


/*********comparison popup fix *************/


/* Model list page styles */

button{
  outline: none;
  cursor: pointer;
}

.aspl-model_wrapper{
  min-height: 260px;
  font-size: 0;
  position: relative;
}
.aspl-model_wrapper img{
  width: 100%;
}
.mobileOnly{
  display: none;
}
.aspl-model_wrapper:before{
  content: '';
  height: 120px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.2), rgba(0,0,0,0));
}
.aspl-model-qf-wrapper{
  position: sticky;
  top: 60px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 100px;
  background-color: #f2f2f2;
  z-index: 9;
}
.aspl-quik-navbar_wrapper{
  display: flex;
          /* flex-wrap: wrap; */
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 800px;
  margin-bottom: 0;
}
.aspl-quik-navbar_wrapper nav{
  position: relative;
}
.pseudo-line{
  position: absolute;
  bottom: 0px;
  height: 3px;
  border-radius: 6px;
  background-color: #000000; 
  z-index: 2;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.aspl-quik-navbar_wrapper li{
  margin-bottom: 0;
  transition: 0.2s;
  border-bottom: 3px solid transparent;
}
.aspl-quik-navbar_wrapper li a{
  display: block;
  height: 36px;
  color: black;
  width: max-content;
  padding: 0 10px;
}
.aspl-quik-navbar_wrapper li.active {
  /* border-bottom: 3px solid #000; */
  text-shadow:  black 0.5px 1px 0px;
  
}
.aspl-model-main-filter__wrapper{
height: 50px;
display: flex;
align-items: center;
justify-content: flex-end;
max-width: 600px;
width: 100%;
}
.aspl-model_flex_center{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.aspl-model-main-filter__wrapper ul{
  gap: 6px;
}
.aspl-model-clear-filter-button{
  font-family: 'AudiTypeWide,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  font-size: 13px;
  height: 36px;
  background-color: white;
}
.aspl-model-clear-filter-button .closeFlt_Btn{
  width: 12px;
  height: 12px;
  border: none;
  background: url(../img/model-filter-close.svg) no-repeat center / contain;
}
.aspl-model-filter-btn{
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  background-color:rgba(0,0,0,0.1);
  border:none;
}
.aspl-model-filter-btn:hover{
  background-color:rgba(0,0,0,0.2);
}
.aspl-model-title{
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.aspl-model-title h2{
  font-size: 40px;
  margin-bottom: 0;
}
.aspl-model-grid-container{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
.aspl-model-grid-item{
  min-width: 320px;
  border: 1px solid #f2f2f2;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.aspl-model-body-wrapper{
  padding: 30px;
  padding-top: 0;
}
.aspl-model-info__icon{
  width: 26px;
  height: 26px;
}
.aspl-model-info-sect__item{
  display: flex;
  align-items: center;
  gap: 12px;
}
.aspl-model-img-wrapper{
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aspl-model-price_wrapp{
  padding: 20px 30px 0 30px;
}
.aspl-model-price_wrapp *{
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.aspl-model-backdrop_gradient{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.2;
  /* background-color: rgba(0,0,0,0.05); */
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5) 80%, #ffffff00 20%, #ffffff00);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.aspl-model-img__style{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
.aspl-model_logo_wm{
  position: absolute;
  width: 73px;
  height: 25px;
  top: 20px;
  right: 20px;
  opacity: 0;
  background: url(../img/model-list-audi-logo.svg) no-repeat center / contain;
}
.aspl-model-img__style img{
  max-width: 360px;
  min-width: 200px;
  width: 100%;
          /* mix-blend-mode: multiply; */
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;   
}
.aspl-model-body-title{
  padding-top: 20px;
  padding-bottom: 10px;
}
.aspl-model-body-title h2{
  font-size: 18px;
}

.aspl-model-info-div{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.aspl-model-info-sect__item_info{
  font-size: 14px;
}
.aspl-model-info-sect__item_info label{
  display: block;
}
.aspl-model-info-sect__item_info p{
  font-family: 'AudiTypeExtended,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.aspl-model-info-sect__item_info p span{
  font-size: 10px;
}
.aspl-model-body-info_btn_wrapp{
  padding-top: 20px;
  width: 100%;
}
.aspl-model-body-info_btn_wrapp button,
.aspl-model-body-info_btn_wrapp a{
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 32px;
  text-align: center;
  font-size: 18px;
  color: rgb(0, 0, 0);
  border: 1px solid #000;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.aspl-model-body-info_btn_wrapp button:hover,
.aspl-model-body-info_btn_wrapp a:hover{
  opacity: 0.9;
  color: white;
  background-color: black;
}
.aspl-model-grid-item:hover{
  border-color: #333;
}
.aspl-model-grid-item:hover .aspl-model-backdrop_gradient{
  opacity: 1;
} 
.aspl-model-grid-item:hover .aspl-model_logo_wm{
  opacity: 0.5;
}
.aspl-model-grid-item:hover .aspl-model-img__style img{
  transform: scale(0.95);
}
.aspl-model-grid-item:hover .aspl-model-price_wrapp *{
  color: white;
}
.aspl-model-grid-item:hover .aspl-model-body-info_btn_wrapp button,
.aspl-model-grid-item:hover .aspl-model-body-info_btn_wrapp a{
  opacity: 0.9;
  color: white;
  background-color: black;
  transform: translateY(-4px);
}

/* Filter style */

.aspl-model-filter_aside{
      visibility: hidden;
  position: fixed;
  right:0;
  top: 0;
  height: 100vh;
  max-width: 800px;
  width: 100%;
  padding:20px 60px;
  background-color: white;
  z-index: 9999;
  transform: translateX(300px);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
}
/* filter backdrop style */
#aspl-model-filter-backdrop{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0,0,0,0.8);
  transition: all 0.1s ease-in-out;
  backdrop-filter: blur(8px);
 }
 #aspl-model-filter-backdrop.active-backdrop{
  opacity: 1;
  visibility: visible;
 }
/* filter backdrop style */
.aspl-model-filter_header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.aspl-model-filter_title{
  gap: 10px;
}
.aspl-model-filter_header h2{
  font-family: 'AudiTypeExtended,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 28px;
  margin-bottom: 0;
  padding-right: 16px;
  border-right: 1px solid #ccc;
}
.aspl-model-filter_title b{
  font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.filter_md_close{
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
}
.filter_md_close svg{
  transform: scale(1.6);
  transform-origin: center;
}
.aspl-model-filter_body button{
  background-color: white;
  color: #333;
  font-size: 18px;
  padding: 8px 20px;
}
.aspl-model-filter_body{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.aspl-model-filter_item h3{
  font-size: 20px;
  margin-bottom: 14px;
}
.aspl-model-filter_item_flex{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.aspl-model-filter-form_btn button{
  color: white;
  width: 100%;
  max-width: 270px;
  font-size: 20px;
  padding: 16px 32px;
  border:none;
  background-color: black;
}
.aspl-model-filter-form_btn button:hover{
  opacity: 0.9;
}

/* Duel handle range slider */

.aspl-filter_price_wrapper{
  max-width: 540px;
  width: 100%;
}
.aspl_range_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.aspl_range_container  .sliders_control {
  position: relative;
  min-height: 50px;
}

.aspl_range_container .form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 30px;
  color: #000000;
}

.aspl_range_container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 34px;
  height: 34px;
  /* background-color: #D5D9D8; */
  background: #D5D9D8 url(../img/range-thumb-arrow-icon.svg) no-repeat center / cover;
  background-size: 22px;
  border-radius: 50%;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.aspl_range_container input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;   
  pointer-events: all;
  width: 34px;
  height: 34px;
  background-color: #D5D9D8;
  background: #D5D9D8 url(../img/range-thumb-arrow-icon.svg) no-repeat center / cover;
  border-radius: 50%;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;  
}

.aspl_range_container input[type=range]::-webkit-slider-thumb:hover {
  background-color: #D5D9D8;
}

.aspl_range_container input[type=range]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 1px #515151, 0 0 1px #515151;
  -webkit-box-shadow: inset 0 0 1px #515151, 0 0 1px #515151;
}
.form_control_container{ 
  font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  font-size: 16px;
}
.form_control_container input{
  color: #000000;
  max-width: 90px;
  height: 30px;
  font-size: 16px;
  border: none;
}
.toInpt{
  position: absolute;
  right: 0;
  bottom:-80px;
}
.toInpt input{
  /* text-align: right; */
}

.aspl_range_container input[type=number]::-webkit-inner-spin-button, 
.aspl_range_container input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

.aspl_range_container input[type="range"] {
  -webkit-appearance: none; 
  appearance: none;
  height: 4px;
  width: 100%;
  position: absolute;
  background-color: #000000;
  pointer-events: none;
}

.aspl_range_container #fromSlider {
  height: 0;
  z-index: 1;
}

/* Duel handle range slider */




/* Filter style */


@media screen and (max-width: 1200px) {
  .aspl-model-qf-wrapper{
      padding: 0 32px;
  }
  .aspl-model-main-filter__wrapper{
      height: 60px;
  }
  .aspl-model-grid-container{
      gap: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .aspl-model_info_main{
      /* max-width: 1900px; */
      margin: auto;
  }
}
@media screen and (min-width: 3840px) {
  .aspl-model_info_main{
      padding: 40px 10% !important;
  }
}
@media screen and (max-width: 1024px) {
  .aspl-hero__title h5{
    font-size: 46px;
  }
}
@media screen and (max-width: 1000px) {
  .aspl-model-title h2{
      font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  #open-comparison.cmp__button{
    height: 40px;
    font-size: 14px;
    padding: 12px;
    right: 16px;
    bottom: 140px;
  }
  .aspl-model_wrapper{
      min-height: inherit;
  }
  .aspl-model-grid-container{
      gap: 20px;
      grid-template-columns: 1fr;
  }
  .aspl-model-grid-item{
      min-width: 300px;
  }
  .aspl-model-img__style img{
      max-width: 400px;
  }
  .pos-top h5 {
    font-size: 40px;
  }
  .pos-top p {
    font-size: 18px;
  }
  ._aspl-banner-content_overlay{
    padding: 80px 30px 80px 30px;
    background: rgb(0 0 0 / 10%);
  }
  .aspl-hero__title h5 {
    font-size: 38px;
  }
 
  
}
@media only screen and (max-width: 576px) {
  .audi-nmv-b3box p br {
    display: none;
 }

}

@media screen and (max-width: 600px) {
  
  .desktopOnly{
      display: none;
  }
  .mobileOnly{
      display: block;
  }
  
  .aspl_model_section{
      padding-left: 17px;
      padding-right: 17px;
  }
  .aspl-model-qf-wrapper {
      padding: 0 28px;
  }
  .aspl-quik-navbar_wrapper li a{
      font-size: 14px;
      padding: 4px;
      text-decoration: none;
  }
  .aspl-model-title img{
      display: none;
  }
  .aspl-model-title h2{
      font-size: 28px;
      padding-top: 30px;
  }
  .audi-nmv-b3box h4 {
    padding-right: 50px;
  }
  .aspl-hero__title h5 {
      font-size: 34px;
  }
  .aspl-hero__title p {
    font-size: 16px;
  }
 
  
}
@media screen and (max-width: 376px) {
  .aspl-model-title h2{
      font-size: 24px;
  }
  .aspl-hero__title p {
    font-size: 14px;
  }
  .aspl-hero__title h5 {
    font-size: 28px;
  }
}
@media screen and (max-width: 321px) {
  .aspl-hero__title h5 {
    font-size: 24px;
  }
}

/* Model list page styles */

/* Model Information page styles */

.aspl-model_info__wrapper{
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px 80px;
  z-index: 1;
    background-image: linear-gradient(to top,  rgba(0,0,0,0.5),   rgba(0,0,0,0));
}
.aspl-model_info__wrapper span{
  display: inline-block;
  padding: 0 8px;
  font-size: 20px;
  color: white;
  background-color: black;
  margin-bottom: 6px;

}
.aspl-model_info__wrapper h1{
  font-size: 48px;
  margin-bottom: 16px;
}
.aspl-model_infoBtn__wrapper{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
}
.aspl-model_infoBtn__wrapper * {
  font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: block;
  font-size: 18px;
  width: 276px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.aspl-model_infoBtn__wrapper .model_infoBtnWhite{
  color: black;
  background-color: white;
  border:1px solid #fff;
}
.aspl-model_infoBtn__wrapper .model_infoBtnOutlined{
  color: #fff;
  background-color: transparent;
  border:1px solid #fff;
}
.aspl-model_infoBtn__wrapper a{
  transition: all 0.1s ease-in-out;
}
.aspl-model_infoBtn__wrapper a:hover{
  opacity: 0.9;
}
.aspl-model_info_container{
  /* max-width: 1400px; */
  margin: auto;
}
.aspl-model_info_main{
  color: white;
  padding: 40px 0;
  background-color: black;
}
.aspl-model_info_main p{
  line-height: 1.8;
}
.aspl-model_info-general{
  padding: 30px 40px;
}
.aspl-model_info_btm_wrapper{
  width: 100%;
  padding: 40px 30px;
  display: flex;
  justify-content: center;
}
.aspl-model_info_slider__wrapper{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
  /* flex: 0 0 1; */
}
.aspl-model_info_carousel_main .owl-nav,
.aspl-model_info_carousel_main .owl-dots{
  position: absolute;
  left: 40px;
  color: #fff;
}
.aspl-model_info_carousel_main .owl-dots{
  top: 54px;
  left: 85px;
  right: inherit;
  display: flex;
  align-items: center;
  gap: 10px;
}

.aspl-model_info_carousel_main .owl-dots button{
  color: white;
  border: none;
  height: 33px;
  width: 20px;
}
.aspl-model_info_carousel_main .owl-dots button,
.aspl-model_info_carousel_main .owl-dots button:hover,
.aspl-model_info_carousel_main .owl-dots button:focus,
.aspl-model_info_carousel_main .owl-theme .owl-nav [class*='owl-']:hover{
  background: transparent !important;
  color:white !important ;
  opacity: 0.8;
}

.aspl-model_info_carousel_main .owl-dots .active button{
  text-decoration: underline;
}
.aspl-model_info_carousel_main .owl-nav{
  width: 190px;
  top: 44px;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
}
.aspl-model_info_carousel_main .owl-nav button{
  width: 30px;
}

.aspl-model_info_carousel_main .owl-dot button{
  width: 14px !important;
  padding: 0;
}
#categorySlider .owl-dot span {
  display: block;
}
#categorySlider .owl-dots .active span {
    text-decoration: underline;
}
#categorySlider .owl-dots {
    margin-top: 0px !important;
}
#categorySlider .owl-dot.active:before {
    display:none;
}
#categorySlider .owl-dots:after {
    display:none;
}
.aspl-model_info_slider__info_copy{
  width: 100%;
  max-width: 600px;
  padding: 40px;
  flex-shrink: 0;
  text-align: left;
}
.aspl-model_info_slider__Img_ img{
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .aspl-model_info__wrapper{
      padding: 40px;
  }
  .aspl-model_info__wrapper h1{
      font-size: 36px;
      text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08);
  }
  .aspl-model_infoBtn__wrapper *{
      width: 220px;
      height: 52px;
      font-size: 16px;
  }
  .aspl-model_info-general{
      padding: 30px;
      font-size: 14px;
  }
  .aspl-model_info_slider__info_copy{
      max-width: 50%;
      padding-top: 60px;
      font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .aspl-model_info__wrapper{
      padding: 24px;
  }
  .aspl-model_info__wrapper span{
      font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .aspl-model_info__wrapper{
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 30px;
      padding-top: 80px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background-image: linear-gradient(to top, rgba(0,0,0,0.2), rgba(0,0,0,0));
  }
  .aspl-model_info__wrapper span{
      font-size: 18px;
      margin-bottom: 8px;
  }
  .aspl-model_info__wrapper h1{
      font-size: 32px;
      padding-right: 30px;
  }
  .aspl-model_infoBtn__wrapper{
      flex-direction: column;
      width: 100%;
  }
  .aspl-model_info-general{
      padding-left: 30px;
      padding-right: 30px;
  }
  .aspl-model_info_slider__wrapper{
      flex-direction: column-reverse;
      padding: 0;
  }
  .aspl-model_info_carousel_main .owl-nav {
      top: 60%;
      left: 20px;
  }
  .aspl-model_info_carousel_main .owl-dots{
       /* top: 63%;
      left: 60px; */
          top: 388px;
          left: 64px;
  }
  .aspl-model_info_main p{
      font-size: 14px;
  }
  .aspl-model_infoBtn__wrapper *{
      width: 100%;
  }
  .aspl-model_info_slider__info_copy{
      padding: 30px;
      padding-top: 120px;
      
      max-width: inherit;
  }
}
@media screen and (max-width: 500px) {
  .aspl-model_info_carousel_main .owl-nav {
      top: 324px;
  }
  .aspl-model_info_carousel_main .owl-dots{
       top: 340px;
  }
}

@media screen and (max-width: 400px) {
  .aspl-model_info_carousel_main .owl-nav {
      top: 260px;
  }
  .aspl-model_info_carousel_main .owl-dots{
       top: 280px;
       font-size: 14px;
  }
}
@media only screen and (max-width: 376px) {
  .aspl-model_info_carousel_main .owl-nav {
      top: 240px;
  }
  .aspl-model_info_carousel_main .owl-dots{
       top: 260px;
  }
  .aspl-model_info__wrapper span {
      font-size: 16px;
  }
  .aspl-model_info__wrapper h1 {
      font-size: 28px;
      padding-right: 0;
  }
}
@media only screen and (max-width: 320px) {
  .aspl-model_info__wrapper h1 {
      font-size: 26px;
  }
}
/* Model Information page styles */
  
/* --- Modal window Start (Navas)--- */
.aud-vv-modal-content{
  padding: 48px 60px 60px;
  border-radius: 0 !important;
  border: 0!important;
}

.aud-vv-modal-header{
  padding: 0 !important;
  height: auto !important;
  border-bottom: 0 !important;
  margin-bottom: 28px;
  display: block;
}
.aud-vv-modal-main{
  padding: 16px !important;
}
.aud-vv-modal-title{
  color: #000;
  font-family: "AudiTypeWide,sans-serif";
  font-size: 18px;
  font-weight: normal;
  margin-top: 30px;
  text-align: center;
}
.aud-vv-modal-sub-text{
  color: #000;
  line-height: 32px;
  font-family: "AudiTypeWide,sans-serif";
  font-size: 26px;
  font-weight: 700;
  font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.aud-vv-modal-lg-finance-summery{
  max-width: 646px !important;
}
.aud-vv-modal-body{
  padding: 0 !important;
}
.aud-vv-modal-dialog {
  transform: none !important;
}
.aud-vv-modal-btn-close {
  position: absolute;
  top: 28px !important;
  right: 28px !important;
  background-image: url(../images/cancel.svg) !important;
  background-size: 48px !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important;
  padding: 0 !important;
  width: 24px;
  height: 24px;
  background-position: center !important;

}
.aud-vv-finance-modal-form-button{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 13px 16px 15px;
  position: static;
  width: 318px;
  height: 48px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color:#000 !important;
}
.aud-vv-vertical-align{
  vertical-align: middle;
}
.aud-vv-modal-success-wrap{
display: flex;
gap: 24px;
align-items: center;
justify-content:center;
align-content: center;
}
.aud-vv-modal-success-wrap img{
width: 100%;
}
.aud-vv-modal-success-wrap-login{
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content:center;
  align-content: center;
  }
  .aud-vv-pop-btn-100{
    width: -webkit-fill-available;
}
@media (max-width: 1016px){

  .aud-vv-WelcomeTAS-Info-Ico{
      float: none;
  }
  .aud-vv-modal-header {
      margin-bottom: 24px;
  }
  .aud-vv-modal-title {
      font-size: 16px;
      line-height: 24px;
      margin-top: 16px;
  }
  .aud-vv-modal-sub-text {
      font-size: 24px;
      line-height: normal;
  }

}
.aud-vv-pop-btn-100{
  width: -webkit-fill-available;
  display: grid;
  width: 100%;
}

@media (max-width: 768px){
  .aud-vv-modal-content {
      height: auto;
  }
  .aud-vv-modal-sub-text {
      font-size: 20px;
      line-height: 30px;
  }
  .aud-vv-pop-btn-100{
    width: -webkit-fill-available;
    display: grid;
    width: 100%;
}
  .aud-vv-modal-title{
    /* font-size: 14px; */
  }
}
@media (max-width: 430px) and (min-width: 320px) {
  .aud-vv-modal-success-wrap img{
      width: 100%;
      height: 45px;
      }
      .aud-vv-modal-sub-text {
          font-size: 18px;
          line-height: 30px;
      }
      .aud-vv-modal-success-wrap-login{
          display: flex;
          align-items: center;
          justify-content:center;
          align-content: center;
          flex-direction: column;
          }
          .aud-vv-pop-btn-100{
              width: -webkit-fill-available;
          }
          .aud-vv-modal-success-wrap {
              display: flex;
              gap: 12px;
              align-items: center;
              justify-content: center;
              align-content: center;
              flex-direction: column;
              text-align: center;
          }
}
@media (max-width: 768px) and (min-width: 320px) {
.aud-vv-modal-content {
  padding: 44px 16px 32px;
}
.aud-vv-modal-success-wrap img{
  width: 100%;
  height: 50px;
  }
}
  /*********comparison popup fix *************/

/* ===========faq design =========== */
.audi-nmv-comp-acc-item .accordion-header{
  font-family: 'AudiTypeWide,sans-serif' !important;
}
.audi-nmv-comp-acc-item .accordion-button{
  font-size: 16px !important;
  font-family: 'AudiType,sans-serif' !important;
}
.aud-vv-faq-banner{
  background: url(../img/Q4_etron-details1.jpg);
  height: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.aud-vv-faq-banner h2{
  font-size: 28px;
  line-height: 1.4;
  color: #ffffff;
  padding-top:70px;
  font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.breadcrumb a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 0px;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 5px;
}
.stock-nmv-bc {
  margin: 20px 0px;
}
.stock-nmv-bc .breadcrumb li, .stock-nmv-bc .breadcrumb li a {
  font-size: 14px;
}

.aud-vv-tab-faq-tabsWrapper {
  -ms-overflow-style: none;
  scrollbar-width: none; 
  overflow-y: scroll;
}
.aud-vv-tab-faq-tabsWrapper::-webkit-scrollbar {
  display: none; 
}

.aud-vv-tab-faq-tabsWrapper {
  width: 100%;
  overflow-x: scroll;
  position: relative;
}
.aud-vv-tab-faq-contentWrapper {
  width:100%;
  position:relative;
}
.aud-vv-tab-arrow-postn{
  display: flex;
  justify-content: space-between;
}
.aud-vv-nav-next1, .aud-vv-nav-previous1 {
  padding: 2px 4px;
  top: 0;
  background-color: white;
  position: absolute;
}
.aud-vv-nav-next1 {
  right: -29px;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 60%);
  cursor: pointer;
}
.aud-vv-nav-previous1 {
  left: -30px;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 60%);
  cursor: pointer;
}
.aud-vv-faq-tab-ul-wrap{
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  align-items: flex-start;
  white-space: nowrap;
}
.aud-vv-faq-tab-ul-wrap ul li{

}
.aud-vv-faq-tab-contents-wrap{
  padding: 40px;
  background-color:#f2f2f2 ;
}
.aud-vv-faq-tab-ul-wrap.nav-tabs{
  --bs-nav-tabs-border-width: 0px;
}
.aud-vv-faq-tab-ul-wrap.nav-tabs .nav-link.active{
  color: #000 !important;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  transition: left .3s cubic-bezier(.75,.02,.5,1), width .3s cubic-bezier(.75,.02,.5,1), opacity .3s cubic-bezier(.75,.02,.5,1);
  padding: 12px 70px;
  border-radius: 0;
}
.aud-vv-faq-tab-ul-wrap.nav-tabs.nav-tabs .nav-link{
  padding: 12px 20px;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  cursor: pointer;
  max-width: 100%;
  min-width: 250px;
  color: #7F7F7F;
text-align: center;
font-family: 'AudiTypeExtended,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.aud-vv-faq-tab-ul-wrap.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: #ffffff;;
}
.aud-vv-faq-acrdion-text-nrml{
  font-weight: normal !important;
}
@media (max-width: 768px) {
.aud-vv-tab-faq-contentWrapper {
  width:100%;
  position:relative;
  overflow:hidden;
}
.aud-vv-tab-faq-tabsWrapper {
  width: 767px;
  overflow: scroll;
  position: relative;
}

.aud-vv-nav-next1 {
  right: 0;
}

.aud-vv-nav-previous1 {
  left: 0px;
}


}

/* ===========faq design =========== */

.aud-vv-faq-banner{
  background: url(../images/Q4_etron-details1.jpg);
  height: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 70px;
}
.audi-nmv-comp-acc-item{
  padding: 0;
  margin-bottom: 60px;
  padding-top: 32px;
}
.audi-nmv-comp-acc-item button:focus,button:active {
  background: none !important;
  border: 0px solid #ccc !important;
  color: #333;
}
.audi-nmv-comp-acc-item .accordion .accordion-body {
  background: #f5f5f5;
  padding: 22px;
} 
.accordion-button:not(.collapsed){
  background: none;
}
/* .aud-vv-faq-banner h2{
  font-size: 23px;
  line-height: 28px;
  color: #ffffff;
  padding-top:60px;
  font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
} */
.breadcrumb a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 0px;
  line-height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 5px;
    margin: 0 2px;
   transform: scale(0.95);
   -webkit-transform: scale(0.95);
}
.stock-nmv-bc {
  margin: 20px 0px;
}
.stock-nmv-bc .breadcrumb li, .stock-nmv-bc .breadcrumb li a {
  font-size: 14px;
}

.aud-vv-tab-faq-tabsWrapper {
  -ms-overflow-style: none;
  scrollbar-width: none; 
  overflow-y: scroll;
}
.aud-vv-tab-faq-tabsWrapper::-webkit-scrollbar {
  display: none; 
}

.aud-vv-tab-faq-tabsWrapper {
  width: 100%;
  overflow-x: scroll;
  position: relative;
}
.aud-vv-tab-faq-contentWrapper {
  width:100%;
  position:relative;
}
.aud-vv-tab-arrow-postn{
  display: flex;
  justify-content: space-between;
}
.aud-vv-nav-next1, .aud-vv-nav-previous1 {
  padding: 2px 4px;
  top: 0;
  background-color: white;
  position: absolute;
}
.aud-vv-nav-next1 {
  right: -6px;
  background: linear-gradient(92deg, hsl(0deg 0% 100% / 48%) 0, #fff 70%);
  cursor: pointer;
  width: 36px;
  z-index: 9;
  font-size: 26px;
}
.aud-vv-nav-previous1 {
  left: 12px;
  background: linear-gradient(90deg, hsl(0deg 0% 100%) 0, #ffffff8c 70%);
  cursor: pointer;
  width: 56px;
  z-index: 9;
  font-size: 26px;
}
.aud-vv-faq-tab-ul-wrap{
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  align-items: flex-start;
  white-space: nowrap;
}
.aud-vv-faq-tab-ul-wrap ul li{

}
.aud-vv-faq-tab-contents-wrap{
  padding: 40px;
  background-color:#f2f2f2 ;
}
.aud-vv-faq-tab-ul-wrap.nav-tabs{
  --bs-nav-tabs-border-width: 0px;
}
.aud-vv-faq-tab-ul-wrap.nav-tabs .nav-link.active{
  color: #000 !important;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  transition: left .3s cubic-bezier(.75,.02,.5,1), width .3s cubic-bezier(.75,.02,.5,1), opacity .3s cubic-bezier(.75,.02,.5,1);
  padding: 12px 70px;
  border-radius: 0;
}
.aud-vv-faq-tab-ul-wrap.nav-tabs.nav-tabs .nav-link{
  padding: 12px 20px;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  cursor: pointer;
  max-width: 100%;
  /* min-width: 250px; */
  color: #7F7F7F;
text-align: center;
font-family: 'AudiTypeExtended,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.aud-vv-faq-tab-ul-wrap.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: #ffffff;;
}
.aud-vv-faq-acrdion-text-nrml{
  font-weight: normal !important;
}
@media (max-width: 768px) {
.aud-vv-tab-faq-contentWrapper {
  width:100%;
  position:relative;
  overflow:hidden;
}
.aud-vv-tab-faq-tabsWrapper {
  width: 100%;
  overflow: scroll;
  position: relative;
}
.aud-vv-nav-next1 {
  right: 0;
  font-size: 20px;
}
.aud-vv-nav-previous1 {
  left: 0px;
  font-size: 20px;
}
.aud-vv-faq-banner h2{
  font-size: 24px;
}

}

/*--------FAQ----------------*/

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  border-left: 0;
  border-right: 0;
  border-radius: 0px !important;
}
.cmpr-vv-left-bar {
  margin-bottom: 60px;
  padding-top: 32px;
}
.cmpr-vv-left-bar button:focus,button:active {
  background: none !important;
  border: 0px solid #ccc !important;
  color: #333;
}
.cmpr-vv-left-bar .accordion .accordion-body {
  background: #f5f5f5;
  padding: 22px;
}
.cmpr-vv-left-bar h3 {
  color: #000000;
  font-family: "AudiType,sans-serif";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 32px;
}
#faqTabContent .accordion-body a{
  color: #000 !important;
  text-decoration: underline;
  cursor: pointer;
}



/*--------------- HOW TO BUY START-----------*/
 
 
 
.aud-nmv-htb-banner {
  background: url(../images/Q4_etron-details1.jpg);
  height: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

 
.audi-nmv-htb-head-wrap {
  margin: 0px 0 45px 0px;
}
 
 
.audi-nmv-howtobuy-wrapper {
  padding: 70px 0;
 
}
 
 .audi-nmv-htb-steps-wrapper {
  margin: 0px auto;
 }
 
.audi-nmv-howtobuy-wrapper h2 {
  font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #000;
  margin-bottom: 16px;
}
 
 
.audi-nmv-howtobuy-wrapper p {
  font-family: 'AudiTypeExtended,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
}
 
.audi-nmv-steps-box {
width: 270px;
height: 275px;
padding: 28px;
text-align: center;
font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
border:none;
border-radius: 15px;
display: flex;
flex-direction: column;
align-content: center;
align-items: center;
justify-content: center;
gap: 20px;
position: relative;
margin: 25px;
box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, .1);
}
 
.audi-nmv-steps-box::after {
content: url('../images/arrow-htb.svg');
position: absolute;
right: -20px;
}
 
#arr-btm.audi-nmv-steps-box::after {
  position: absolute;
  right:0;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: rotate(90deg);
  }
 
 
  .arr-rev .audi-nmv-steps-box::after {
    position: absolute;
    left: 20px;
    right: 100%;
    transform: rotate(180deg);
 
  }
 
  #arr-none.audi-nmv-steps-box::after {
display: none;
    }
 
 
.audi-nmv-steps-box h6 {
 font-size: 16px;
 font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
 text-decoration: underline;
 margin-bottom: 0px;
  }
 
  .audi-nmv-steps-box p {
    font-size: 16px;
    font-family: 'AudiTypeExtendedBold,sans-serif', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
   
  }
 
 
  .audi-nmv-steps-box span {
    background: #F2F2F2;
    padding: 16px;
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-shrink: 0;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
 
  }
     
  .audi-nmv-steps-box img {
  width: 40px;
 
  }
 
 
 
 
 
  @media (max-width: 1400px) {
 
    .audi-nmv-steps-box {
      width: 100%;
      height: 325px;
    }
 
  }
 
 
  @media (max-width: 1200px) {
 
    .audi-nmv-steps-box {
      width: auto;
      min-width: 200px;
      height: 325px;
    }
 
    .audi-nmv-steps-box p {
      font-size: 14px;
 
  }
 
  }
 
 
  @media (max-width: 991px) {
 
    .audi-nmv-steps-box {
      width: auto;
      height: 300px;
    }
 
 
 
    .audi-nmv-steps-box::after {
      content: url(../images/arrow-htb.svg);
      position: absolute;
      bottom: -20px;
      right: auto;
      transform: rotate(90deg);
  }
 
 
  .arr-rev .audi-nmv-steps-box::after {
    position: absolute;
    bottom: -20px;
    right: auto;
    left: auto;
    transform: rotate(90deg);
}
 
 
.audi-nmv-steps-box h6 {
  font-size: 20px;
 
   }
   
   .audi-nmv-steps-box p {
     font-size: 18px;
 
     
   }
 
 
 
   .audi-nmv-howtobuy-wrapper p {
 
    font-size: 20px;
    font-weight: 400;
}
 
.audi-nmv-htb-head-wrap {
  padding: 0 20px;
}

  }
  
  /*--------------- HOW TO BUY END-----------*/



 /*--------------- contact-responsive-----------*/



  @media only screen and (max-width: 414px) {
    .audi-nmv-contact-det-right ul li {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .audi-nmv-contact-det-right ul li a {
        font-size: 14px;
        line-height: 26px;
    }
.audi-nmv-contact-det-right ul li ul li {
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .audi-nmv-contact-det-left {
   
      min-height: 300px;
  
  }

  .audi-nmv-contact-det-left-service {
   
    min-height: 360px;
  
}

}


 /*--------------- contact-responsive-----------*/





/*--------------- home-zoom-start-----------*/

@media (max-width: 2399px) and (min-width: 1920px) {

  .off-bg, .mod-bg {
    min-height: 700px;
}

}



@media (max-width: 4000px) and (min-width: 2400px) {

  .off-bg, .mod-bg {
    min-height: 75vh;
}

}


/*--------------- home-zoom-end-----------*/

.breadcrumb-item+.breadcrumb-item::before {
  /* --bs-breadcrumb-divider: url("../images/forward-small.svg"); */
  background-image: url(../images/forward-arrow-new.svg) !important;
  width: 16px;
  height: 16px;
  background-position: center center;
  content: '';
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 24px;
  margin-top: 2px;

}



/* Enquiry form style */

.aspl-enquiry-page-banner-img{
  padding-top: 40px;
}
.aspl-enquiry-page-title {
  margin-bottom: 40px;
}
.aspl-enquiry-page-title h1{
  font-size: 28px;
  color: black;
  margin-bottom: 10px;
}
.aspl-enquiry-page-title p{
  font-size: 16px;
  line-height: 1.6;
}
.enquiry-banner-img-mobile{
  display: none;
}
.aspl-enquiry-page-banner-img img{
  width: 100%;
}
.aspl-enquiry-main-container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.aspl-enquiry-main-container h4{
  font-size: 16px;
  color: black;
  margin-bottom: 30px;
}
.aspl-enquiry-form-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 40px;
}
.aspl-enquiry-form-group__radio{
  width: 100%;
  max-width: 50%;
  padding-right: 20px;
  padding-bottom: 30px;
}
.aspl-enquiry-form-group__radio label{
  display: inline-block !important;
}
.aspl-enquiry-form-radio-flex .form-check-input:checked[type=radio]{
  background-image: url(../images/radio-checked-black.svg) !important;
}
.aspl-enquiry-form-radio-flex{
  width: 100%;
  display: flex;
  gap: 20px;
  padding: 10px 0;
}
.aspl-enquiry-form-radio-flex .form-check{
  zoom: 0.9;
}
.aspl-enquiry-form-radio-flex .form-check label{
  padding-top: 4px;
  display: unset;
}
.aspl-enquiry-form-vehicle-info-section{
  padding-top: 40px;
}
.aspl-enquiry-form-grid-model-chassic-grid{
  padding-bottom: 30px;
}
.aspl-enquiry-form-group input[type=text].aspl-enquiry-phone{
  padding-left: 30px;
}
.aspl-enquiry-error-log{
  padding-left: 0 !important;
  font-size: 14px !important;
  color: #ae2626 !important;
  word-wrap: break-word;
}
.aspl-enquiry-form-group input[type=text],
.aspl-enquiry-form-group select{
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #666;
  padding-left: 0;
  padding-right: 0;
  background-color: white;
  box-shadow: none;
  -webkit-text-fill-color: rgba(0, 0, 0, 1); 
  -webkit-opacity: 1; 
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .aspl-enquiry-form-group input[type=text],
  .aspl-enquiry-form-group select{
    color: black;
  }
}
.aspl-enquiry-form-group textarea{
  font-size: 14px;
  border: none;
  padding: 0;
  min-height: 40px;
  border-bottom: 1px solid #666;
  padding-left: 0;
  padding-right: 0;
  background-color: white;
  box-shadow: none;
}
.aspl-enquiry-form-group input[type=text]:focus,
.aspl-enquiry-form-group select:focus,
.aspl-enquiry-form-group textarea:focus{
  box-shadow: none;
}
.aspl-enquiry-form-group label{
  font-size: 13px;
  display: block;
  margin-bottom: 0px;
}
.aspl-enquiry-form-group em{
  font-style: normal;
  color: #EB0434;
}
.aspl-enquiry-form-val_error{
  display: block;
  padding-top: 6px;
}
.aspl-enquiry-form-group-feedback{
  padding-top: 40px;
  padding-bottom: 20px;
}
.aspl-enquiry-form-submit{
  padding-top: 40px;
}
.aspl-enquiry-form-submit button{
  width: 100%;
  max-width: 300px;
  height: 60px;
  text-align: center;
  font-size: 18px;
  color: white;
  font-weight: normal;
  border: none;
  background-color: black;
}
.aspl-enquiry-form-submit button:hover,
.aspl-enquiry-form-submit button:active{
  color: white !important;
  background-color: black !important;
  opacity: 0.9;
}
.aspl-enquiry-form-consent-checkbox-wrapp{
  display: flex;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 14px;
}
.aspl-enquiry-form-consent-checkbox-wrapp .control{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.aspl-enquiry-form-consent-checkbox-wrapp div.mage-error{
  display: block;
  font-size: 13px;
  padding-top: 5px;
}
.aspl-enquiry-form-consent-checkbox-wrapp label{
  display: block;
  color: #000;
  font-size: 13px;
  padding-top: 5px;
}
.aspl-enquiry-form-consent-checkbox-wrapp label a{
  color: black;
  text-decoration: underline;
  margin-left: 4px;
}
.aspl-enquiry-form-consent-checkbox-wrapp label a:hover{
  color: black;
}
.aspl-enquiry-form-consent-checkbox-wrapp label em{
  font-style: normal;
  color: #EB0434;
}
@media screen and (max-width:1200px) {
  .aspl-enquiry-form-consent-checkbox-wrapp label{
    max-width: 85%;
  }
  .aspl-enquiry-form-consent-checkbox-wrapp label.aspl-enquiry-check-label-prv{
    padding-top: 0;
  }
}

@media screen and (max-width:768px) {
  .aspl-enquiry-page-title h1{
    font-size: 20px;
    /* margin-bottom: 10px; */
  }
  .aspl-enquiry-page-title p{
    font-size: 14px;
  }
  .aspl-enquiry-main-container {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .aspl-enquiry-form-vehicle-info-section {
    padding-top: 20px;
  }
  .aspl-enquiry-form-grid {
    gap: 20px 40px;
  }
  .aspl-enquiry-page-banner-img{
    width: 100%;
  }
  .enquiry-banner-img-desktop{
    display: none;
  }
  .enquiry-banner-img-mobile{
    display: block;
  }
  .aspl-enquiry-form-grid{
    grid-template-columns: 1fr;
  }
  .aspl-enquiry-form-group__radio{
    max-width: 100%;
    padding-right: 0;
  }
  .aspl-enquiry-form-submit button{
    width: 100%;
  }
  .aspl-enquiry-form-group-feedback{
    padding-bottom: 10px;
  }
  .aspl-enquiry-form-submit button{
    max-width: 100%;
  }
  .aspl-enquiry-form-consent-checkbox-wrapp div.mage-error{
    padding-top: 0;
  }
}

@media screen and (max-width:1200px) {
  .aspl-enquiry-form-consent-checkbox-wrapp label{
    max-width: 85%;
  }
  .aspl-enquiry-form-consent-checkbox-wrapp label.aspl-enquiry-check-label-prv{
    padding-top: 0;
  }
}

/* Enquiry form style */


/* Enquiry success style */
.aspl-enquiry-success-manin-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  padding: 60px 0;
}
.aspl-enquiry-success-manin-wrapper h1{
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.6;
  padding: 10px 0;
}
.aspl-enquiry-success-manin-wrapper p{
  font-size: 16px;
  max-width: 700px;
}
.aspl-enquiry-success-extra-info{
  display: flex;
  font-size: 14px;
  margin-top: -10px;
}
.aspl-enquiry-success-extra-info-item{
  padding: 0 20px;
  text-align: left;
  max-width: 350px;
}
.aspl-enquiry-success-extra-info-item h6{
  font-size: 14px;
}
.aspl-enquiry-success-extra-info-item.brd-item{
  border-right:1px solid #ccc;;
}
.aspl-enquiry-success-extra-info-item ul{
  margin: 0;
  padding: 0;
}
.aspl-enquiry-success-extra-info-item ul li{
  margin-bottom: 6px;
  line-height: 1.2;
}


@media screen and (max-width:768px) {
  .aspl-enquiry-success-manin-wrapper{
    padding: 40px 20px;
  }
  .aspl-enquiry-success-manin-wrapper svg{
    zoom: 0.9;
  }
  .aspl-enquiry-success-manin-wrapper h1{
    font-size: 20px;
  }
  .aspl-enquiry-form-submit{
    padding-top: 20px;
  }
}
@media screen and (max-width:600px) {
  .aspl-enquiry-success-extra-info{
    flex-direction: column;
    gap: 16px;
  }
  .aspl-enquiry-success-extra-info-item.brd-item{
    border: none;
  }
  .aspl-enquiry-success-extra-info-item{
    padding: 0 10px;
}
}
/* Enquiry success style */
/* CCP form style */

.aspl-ccp-page-banner-img{
  padding-top: 40px;
}
.aspl-ccp-page-title h1{
  font-size: 28px;
  color: black;
  margin-bottom: 44px;
}
.ccp-banner-img-mobile{
  display: none;
}
.aspl-ccp-page-banner-img img{
  width: 100%;
}
.aspl-ccp-main-container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.aspl-ccp-main-container h4{
  font-size: 16px;
  color: black;
  margin-bottom: 30px;
}
.aspl-ccp-form-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 40px;
}
.aspl-ccp-form-radio_section{
  padding-bottom: 20px;
}
.aspl-ccp-form-group__radio{
  width: 100%;
  max-width: 50%;
  padding-right: 20px;
  padding-bottom: 30px;
}
/* .aspl-ccp-location-enq-wrapp{
  padding-top: 14px;
} */
.aspl-ccp-location-enq-wrapp-pad-top{
  padding-top: 25px;
} 
.aspl-ccp-form-group__radio label{
  display: inline-block !important;
}
.aspl-ccp-form-radio-flex .form-check-input:checked[type=radio]{
  background-image: url(../images/radio-checked-black.svg) !important;
}
.aspl-ccp-form-radio-flex{
  width: 100%;
  display: flex;
  gap: 20px;
  padding: 10px 0 10px;
}
.aspl-ccp-form-radio-flex .form-check{
  zoom: 0.9;
}
.aspl-ccp-form-radio-flex .form-check label{
  padding-top: 4px;
  display: unset;
}
.aspl-ccp-form-vehicle-info-section{
  padding-top: 24px;
}
  .aspl-ccp-form-grid-model-chassic-grid{
    padding-bottom: 16px;
  }
.aspl-ccp-form-group input[type=text],
.aspl-ccp-form-group select{
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #666;
  padding-left: 0;
  padding-right: 0;
  background-color: white;
  box-shadow: none;
  -webkit-text-fill-color: rgba(0, 0, 0, 1); 
  -webkit-opacity: 1; 
}
.aspl-ccp-form-group input[type=text].aspl-ccp-phone{
  padding-left: 30px;
}
.aspl-ccp-error-log{
  padding-left: 0 !important;
  font-size: 16px !important;
  color: #ae2626 !important;
  word-wrap: break-word;
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .aspl-ccp-form-group input[type=text],
  .aspl-ccp-form-group select{
    color: black;
  }
}
.aspl-ccp-form-group textarea{
  font-size: 14px;
  border: none;
  padding: 0;
  max-height: 34px;
  border-bottom: 1px solid #666;
  padding-left: 0;
  padding-right: 0;
  background-color: white;
  box-shadow: none;
}
.aspl-ccp-form-group input[type=text]:focus,
.aspl-ccp-form-group select:focus,
.aspl-ccp-form-group textarea:focus{
  box-shadow: none;
}
.aspl-ccp-form-group label{
  font-size: 13px;
  display: block;
  margin-bottom: 0px;
}
.aspl-ccp-form-group em{
  font-style: normal;
  color: #EB0434;
}
.aspl-ccp-form-val_error{
  display: block;
  padding-top: 6px;
}
.aspl-ccp-form-group-feedback{
  padding-top: 40px;
  padding-bottom: 20px;
}
.aspl-ccp-form-submit{
  padding-top: 40px;
}
.aspl-ccp-form-submit button{
  width: 100%;
  max-width: 300px;
  height: 60px;
  text-align: center;
  font-size: 18px;
  color: white;
  font-weight: normal;
  border: none;
  background-color: black;
}
.aspl-ccp-form-submit button:hover,
.aspl-ccp-form-submit button:active{
  color: white !important;
  background-color: black !important;
  opacity: 0.9;
}
.aspl-ccp-form-consent-checkbox-wrapp{
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}
.aspl-ccp-form-consent-checkbox-wrapp div.mage-error{
  width: 100%;
}
.aspl-ccp-form-consent-checkbox-wrapp .control{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.aspl-ccp-form-consent-checkbox-wrapp label{
  display: block;
  color: #000;
  font-size: 13px;
  padding-top: 5px;
}
.aspl-ccp-form-consent-checkbox-wrapp label a{
  color: black;
  text-decoration: underline;
  margin-left: 2px;
}
.aspl-ccp-form-consent-checkbox-wrapp label a:hover{
  color: black;
}
.aspl-ccp-form-consent-checkbox-wrapp label em{
  font-style: normal;
  color: #EB0434;
}


@media screen and (max-width:768px) {
  .aspl-ccp-page-title h1{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .aspl-ccp-main-container {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .aspl-ccp-form-vehicle-info-section {
    padding-top: 40px;
  }
  .aspl-ccp-form-grid {
    gap: 20px 40px;
  }
  .aspl-ccp-page-banner-img{
    width: 100%;
  }
  .ccp-banner-img-desktop{
    display: none;
  }
  .ccp-banner-img-mobile{
    display: block;
  }
  .aspl-ccp-form-grid{
    grid-template-columns: 1fr;
  }
  .aspl-ccp-form-grid-model-chassic-grid{
    gap: 24px 40px;
  }
  .aspl-ccp-form-group__radio{
    max-width: 100%;
    padding-right: 0;
  }
  .aspl-ccp-form-submit button{
    width: 100%;
  }
  .aspl-ccp-form-group-feedback{
    padding-bottom: 10px;
  }
  .aspl-ccp-form-submit button{
    max-width: 100%;
  }
  .aspl-ccp-form-consent-checkbox-wrapp span{
    padding-top: 0;
  }
  .aspl-ccp-form-grid-model-chassic-grid{
    padding-bottom: 0px;
  }
  .aspl-ccp-form-group-feedback{
    padding-top: 20px;
  }
}
@media screen and (max-width:1200px) {
  .aspl-ccp-form-consent-checkbox-wrapp label{
    max-width: 85%;
  }
  .aspl-ccp-form-consent-checkbox-wrapp label.aspl-ccp-check-label-prv{
    padding-top: 0;
  }
}

/* CCP form style */


/* CCP success style */
.aspl-ccp-success-manin-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  padding: 60px 0;
}
.aspl-ccp-success-manin-wrapper h1{
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.6;
  padding: 10px 0;
}
.aspl-ccp-success-manin-wrapper p{
  font-size: 16px;
  max-width: 560px;
}


@media screen and (max-width:768px) {
  .aspl-ccp-success-manin-wrapper{
    padding: 40px 20px;
  }
  .aspl-ccp-success-manin-wrapper svg{
    zoom: 0.9;
  }
  .aspl-ccp-success-manin-wrapper h1{
    font-size: 20px;
  }

}
/* CCP success style */

