@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

dl,
li,
ol,
p,
ul {
  margin-top: 0;
}

h1,
h1 em,
h1 span {
  font-family: "Oxanium", sans-serif;
  font-weight: 600;
  font-display: swap;
}

.staticPage,
.staticPage h1,
h1.white,
h1.white span {
  color: #000;
}

.imgSlideWrap,
.overflowHidden,
.posRelative,
section.main {
  overflow: hidden;
}

#popup-banner,
.checkboxCont,
.checkboxCont input:checked ~ .checkmark:after,
.country .dropdown li.open,
.section-testride .checkboxCont input:checked ~ .checkmark:after,
h1 span,
img {
  display: block;
}

.staticPage ol li ol li ol,
li,
ol,
ul {
  margin-left: 0;
}

.country .dropdown .mCSB_inside > .mCSB_container,
li,
ol,
ul {
  margin-right: 0;
}

.mega-dropdown-menu > li ul > li > a:focus,
.mega-dropdown-menu > li ul > li > a:hover,
a,
a:focus,
a:hover {
  text-decoration: none;
}

:focus,
:hover,
a,
form.filterForm select.form-control#budget:focus {
  outline: 0;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

* {
  box-sizing: border-box;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.main.noMargin,
.noMargin,
fieldset,
figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 24px;
}

.footer-slider .slick-dotted.slick-slider,
.main.noMarginBottom,
.main.noMarginBottomMob,
.slick-dotted.slick-slider,
dl,
ol,
ol ol,
ol ul,
p,
ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

li,
ol,
ul {
  padding: 0;
}

ol,
ul {
  padding-left: 0;
}

a {
  color: inherit;
}

a:focus,
a:hover {
  outline: 0;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

img.lazy,
img.lazyload {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 1000px 104px;
  height: auto;
  position: relative;
  overflow: hidden;
  text-indent: -99999px;
}

img.lazy.lazyloaded {
  animation-name: none;
  background: 0 0;
}

.layoutWrap {
  margin: 0 auto;
  width: 92%;
}

@media (min-width: 815px) {
  .layoutWrap {
    width: 94%;
    position: relative;
  }

  .layoutWrap.wid95 {
    width: 95%;
    margin-right: 0;
  }
}

@media (min-width: 816px) and (max-width: 1024px) {
  .layoutWrap {
    width: 96%;
  }
}

.fullwidth,
nav .navbar-nav > li > a.active:after,
nav .navbar-nav > li > a:focus:after,
nav .navbar-nav > li > a:hover:after {
  width: 100%;
}

h1 {
  background-color: #f12a00;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
  min-width: 65%;
  padding: 18px 20px 10px;
  display: inline-block;
  margin-bottom: 30px;
  height: 90px;
  font-weight: 400;
}

h1 span {
  font-weight: 500;
  font-size: 30px;
  color: #fff;
}

h1 em {
  font-size: 45px;
  color: rgba(255, 255, 255, 0.05);
  position: absolute;
  left: 0;
  top: 17px;
  font-style: normal;
  font-weight: 700;
}

h1.blue {
  background-color: #183883;
}

h1.white {
  background-color: #fff;
}

.innerpage h1,
.innerpage h3.filterTitle {
  height: auto;
  min-width: auto;
  background-color: transparent;
  text-transform: uppercase;
  font-family: "Oxanium", sans-serif;
  font-weight: 600;
  font-display: swap;
  margin-bottom: 0;
  line-height: 30 px;
}

h1.white em {
  color: rgba(0, 0, 0, 0.1);
}

.wrapper.innerpage {
  background: #f4f4f4;
}

.innerpage h3.filterTitle {
  padding: 15px 0 10px;
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.brandPricePopup .modal-body h3,
.brandPricePopup .modal-body h4 {
  font-family: "Poppins", sans-serif !important;
  padding-left: 8px;
  color: #000 !important;
}

.innerpage h1 {
  font-size: 26px;
  color: #2c2c2c;
  margin-top: 20px;
  padding: 15px 0 20px;
  font-weight: 900;
}

section.main {
  margin: 0 0 30px;
}

section.main.white {
  background-color: #fff;
}

.bgLightGray {
  background-color: #f4f4f4;
}

p {
  font-size: 14px;
  line-height: 22px;
  margin: 5px 0 10px;

  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-display: swap;
}

ul.redList li {
  margin: 20px 0;
  list-style: none;
}

ul.redList li a {
  color: #f12a00;
  font-size: 14px;
  text-transform: uppercase;

  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-display: swap;
  position: relative;
}

ul.redList li a::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 4px;
  height: 8px;
  width: 8px;
  border-top: 1px solid #f12a00;
  border-right: 1px solid #f12a00;
  transform: rotate(45deg);
}

.margin30TopBttm {
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin30Top {
  margin-top: 30px;
}

.marBttm30Mob {
  margin-bottom: 30px;
}

.btn.marginLeft30 {
  margin-left: 10px;
}

.paddingTop55 {
  padding-top: 30px;
  padding-bottom: 0;
}

.paddingTopBttm55 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-slider,
.padd30 {
  padding: 30px;
}

.custAnimation {
  position: absolute;
  background: #000;
  width: 101%;
  height: 3px;
  z-index: 1;
}

.leftToRightOut {
  top: 0;
  left: 0;
}

.imgSlideWrap {
  position: relative;
  width: 100%;
  height: 536px;
}

.imgSlideWrap .imgSlideDown {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
}

.imgSlideWrap .imgSlideDown img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

hr.line {
  border-bottom: 1px solid #e2e2e2;
}

.posRelative {
  position: relative;
}

.checkboxCont {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;

  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-display: swap;
}

.checkboxCont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkboxCont input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #b7bdd1;
}

.checkboxCont:hover input ~ .checkmark {
  background-color: #f2f2f2;
  border: 1px solid #b7bdd1;
}

.checkboxCont .checkmark:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 9px;
  border: solid #183883;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.brandPricePopup button.close:before,
.modal.otp-modal .modal-header .close:before,
.navbar-toggle .top-bar,
.thankyou-modal .modal-header .close:before {
  transform: rotate(45deg);
}

.emiOption {
  margin: -21px 0 20px;
  padding: 12px 0 10px 18px;
  position: relative;
  z-index: 1;
  border: 1px dashed #000;
  border-top: 1px solid silver;
}

.emiOption input {
  position: relative;
  opacity: 1;
  height: 18px;
  width: 18px;
  margin-right: 10px;
  margin-top: 0;
}

.emiOption label {
  text-transform: none;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  top: -3px !important;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #b7bdd1;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-control {
  box-shadow: none;
}

form.filterForm {
  padding: 20px;
}

form.filterForm label {
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;

  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-display: swap;
}

form.filterForm input,
form.filterForm option,
form.filterForm select {
  color: #000;
  font-size: 14px;

  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-display: swap;
}

form.filterForm select.form-control {
  border: 1px solid #d8dce6;
  padding: 12px 10px;
  border-radius: 0;
  height: 48px;
  color: #000;
}

form.filterForm select.form-control#budget {
  outline: #d8dce6 solid 1px;
  border: 0;
  box-shadow: none;
}

form.filterForm .inputLeftIcon {
  border: 1px solid #d8dce6;
  padding: 0;
  height: 48px;
}

form.filterForm .inputLeftIcon span {
  float: left;
  width: 12%;
  color: #000;
  border-right: 1px solid #c4c7d0;
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}

form.filterForm .inputLeftIcon select.form-control {
  border: 0;
  border-radius: 0;
  height: 46px;
  float: left;
  box-shadow: none;
  display: inline-block;
  width: 88%;
  padding-top: 10px;
  color: #000;
}

.layoutWrap.innWrap {
  padding-top: 10px;
}

.irs--round {
  margin-top: -20px;
}

.irs--round .irs-line {
  background-color: #ddd;
  position: relative;
  overflow: inherit;
}

.irs--round .irs-bar,
.video-close-btn {
  background-color: #183883;
}

.irs--round .irs-line:after,
.irs--round .irs-line:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #ddd;
  left: 0;
  top: -3px;
  position: absolute;
}

.irs--round .irs-line:after {
  left: inherit;
  right: 0;
}

.irs--round .irs-handle {
  top: 28px;
  height: 18px;
  width: 18px;
  border-width: 1px;
  border-radius: 100%;
  border-color: #b4b9c5;
  box-shadow: none;
}

.irs--round .irs-from,
.irs--round .irs-max,
.irs--round .irs-min,
.irs--round .irs-single,
.irs--round .irs-to {
  border-radius: 0;
  background-color: transparent;
  color: #000;
  font-size: 12px;
  top: 48px;

  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-display: swap;
}

.action-btn button.btn-red-arrow::after,
.action-btn button.btn-red-border::after,
.error-message,
.formTestRide .selectedVehicle label.error,
.irs--round .irs-from:before,
.irs--round .irs-max:before,
.irs--round .irs-min:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before,
.section-testride .ui-front .ui-icon,
nav .cart-nav.cart-nav-mbl {
  display: none;
}

.irs--round .irs-from span,
.irs--round .irs-max span,
.irs--round .irs-min span,
.irs--round .irs-single span,
.irs--round .irs-to span {
  color: #919191;
}

.irs--round .irs-max,
.irs--round .irs-min {
  visibility: visible !important;
}

.irs--round .irs-min {
  left: -12px;
}

.irs--round .irs-max {
  right: -15px;
}

.irs--round .irs-from,
.irs--round .irs-to {
  background-color: #fff;
}

.col-center {
  float: none;
  margin: 0 auto;
}

.zoomImg {
  overflow: hidden;
  display: block;
}

.zoomImg img {
  transition: 0.3s;
}

.zoomImg:hover img {
  transform: scale(1.05);
}

.customeSelect,
.section-testride,
.section-testride .formfield.group .detect-location img {
  position: relative;
}

.customeSelect .select {
  position: absolute;
  width: auto;
  right: 0;
  top: 5px;
  background: 0 0;
  box-shadow: none;
  border: 0;
}

.customeSelect .select select {
  border: 0;
  background: 0 0;
  border-bottom: 1px solid #aaa;
  padding-right: 50px;
  font-size: 14px;
  color: #666;
}

.formTestRide .form-group {
  position: relative;
  margin-bottom: 20px;
}

.formTestRide label.error {
  color: #f12a00;
  font-size: 12px;
  position: absolute;
  text-transform: none;
  bottom: -24px;
}

.formTestRide label#vehicleSelectBox-error {
  bottom: -24px;
}

.staticPage p {
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
}

.staticPage h2,
.staticPage h3 {
  margin-top: 25px;

  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-display: swap;
}

.staticPage h2 {
  font-size: 25px;
  margin-bottom: 10px;
}

.staticPage h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.staticPage ul {
  margin-left: 40px;
  margin-bottom: 10px;
}

.staticPage ul li {
  list-style: disc;
  margin: 0 0 10px;
}

.staticPage ol {
  counter-reset: item;
}

.staticPage ol li {
  display: block;
  font-weight: 500;
  font-size: 16px;

  font-family: "Poppins", sans-serif;
  font-display: swap;
  line-height: 30px;
  margin-bottom: 15px;
}

.staticPage ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  margin-right: 10px;
}

.staticPage ol li p {
  margin-left: 45px;
  margin-bottom: 0;
}

.staticPage ol li ol,
.staticPage ol li ol li ol li {
  margin-left: 60px;
}

.staticPage ol li ol li {
  font-weight: 400;
  margin-bottom: 5px;
}

.staticPage ol li ol li:before {
  margin-left: -35px;
}

.staticPage ol li ol li ol li:before {
  margin-left: -52px;
}

.staticPage ol li ol.dubleDigit {
  margin-left: 74px;
}

.staticPage ol li ol.dubleDigit li:before {
  margin-left: -44px;
}

.staticPage .hightlight,
.staticPage a {
  color: #264da9;
}

.staticPage strong,
strong {
  font-weight: 700;
}

.staticPage a:hover {
  text-decoration: underline;
}

#firstOverlay,
#firstOverlayWrapper {
  z-index: 99995;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#firstOverlayWrapper {
  position: absolute;
  display: none;
}

#firstOverlayWrapper .imageBox {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -400px;
  z-index: 99996;
  background: #000;
  height: 500px;
  width: 800px;
}

@media (max-width: 815px) {
  .fullWidthMob,
  .layoutWrap.wid95,
  h1 {
    width: 100%;
  }

  .innWrap .fullWidthMob {
    width: 92%;
  }

  .layoutWrapMob {
    width: 90%;
    margin: 0 auto;
  }

  .main.noMargin {
    margin-bottom: 30px;
  }

  .text-left.centerMobile {
    text-align: center;
  }

  .paddingTopBttm55 {
    padding-bottom: 0;
  }

  form.filterForm {
    border-bottom: 1px solid #e7e7e7;
    padding-top: 0;
  }

  .layoutWrap.innWrap {
    margin-top: 120px;
  }

  .layoutWrap > .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .customeSelect.vehiclesHome .select {
    position: relative;
    width: 80%;
    margin: 0 auto 20px;
    left: 10%;
  }

  #firstOverlayWrapper .imageBox {
    margin-top: -125px;
    margin-left: -150px;
    height: 250px;
    width: 300px;
  }
}

@media (max-width: 420px) {
  #firstOverlayWrapper .imageBox {
    margin-top: -200px;
    height: 400px;
  }
}

#firstOverlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
}

.video-close-btn {
  border: 2px solid #fff;
  border-radius: 50%;
  right: 20px;
  top: 20px;
  z-index: 99;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  position: absolute;
  display: none;
}

.video-close-btn:hover {
  opacity: 0.9;
}

.video-close-btn span {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  display: block;
  transform: rotate(-45deg);
}

.breadcrumbWrapper ol.breadcrumb,
.price-info,
nav .cart-nav > li,
nav .navbar-brand,
nav .navbar-brand > img,
nav .navbar-header > img {
  display: inline-block;
}

.noResultsClass {
  margin-top: 150px;
}

@media (min-width: 480px) and (max-width: 824px) {
  .col-mob-2 {
    width: 50%;
    float: left;
  }
}

.price-info {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background: url("../img/brands/icon-info.svg") left top/cover no-repeat;
  text-indent: -99999px;
}

.brandPricePopup {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999999;
}

.brandPricePopup .modal-dialog {
  max-width: 460px;
}

.brandPricePopup .modal-content {
  border-radius: 12px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}

.brandPricePopup .modal-body {
  padding: 40px 25px 30px;
}

.brandPricePopup .modal-body .table-responsive {
  border: 0;
}

.brandPricePopup .modal-body h3 {
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 25px;
  margin-bottom: 8px;
  text-align: left !important;
}

.brandPricePopup .modal-body h4 {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 22px;
}

.brandPricePopup .modal-body table tr td,
.brandPricePopup .modal-body table tr th {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  border-top: 0;
}

.breadcrumbWrapper ol.breadcrumb li,
.intLang p,
.secondaryMenu > li > a,
.section-testride .checkboxCont,
body,
nav .cart-nav .dropdown-menu li > a,
nav .navbar-nav > li > a {
  font-family: "Poppins", sans-serif;
}

.brandPricePopup .modal-body table tr td {
  text-align: right;
  width: 120px;
}

.brandPricePopup .modal-body table tr:nth-last-child(2) td,
.brandPricePopup .modal-body table tr:nth-last-child(2) th {
  padding-bottom: 20px;
}

.brandPricePopup .modal-body table tr.total {
  border-top: 1px solid #b2b2b2;
}

.brandPricePopup .modal-body table tr.total td,
.brandPricePopup .modal-body table tr.total th {
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
}

.brandPricePopup .modal-body p.disc {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #000;
}

.brandPricePopup .modal-body p.disc em {
  font-style: italic;
}

.brandPricePopup button.close {
  opacity: 1;
  height: 40px;
  width: 40px;
  border: 0;
  top: 5px;
  right: 5px;
  position: absolute;
  z-index: 1;
}

.brandPricePopup button.close:hover:after,
.brandPricePopup button.close:hover:before {
  opacity: 0.6;
}

.brandPricePopup button.close:after,
.brandPricePopup button.close:before {
  position: absolute;
  top: 10px;
  left: 18px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #000;
}

.brandPricePopup button.close:after,
.modal.otp-modal .modal-header .close:after,
.thankyou-modal .modal-header .close:after {
  transform: rotate(-45deg);
}

.formBookOnline .price-info {
  position: absolute;
  left: 190px;
  top: 58px;
}

.breadcrumbWrapper {
  background-color: #f4f4f4;
  border-radius: 0;
  padding: 110px 0 8px;
  position: fixed;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  z-index: 3;
}

.breadcrumbWrapper ol.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumbWrapper ol.breadcrumb li {
  font-size: 12px;
  color: #f12a00;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 700;
}

.breadcrumbWrapper ol.breadcrumb li a {
  color: #000;
  transition: 0.4s;
  text-transform: capitalize;
}

.breadcrumbWrapper ol.breadcrumb li a:hover {
  color: #183883;
  transition: 0.4s;
}

.breadcrumbWrapper.removeFixedBreadCrumb {
  position: absolute;
}

.brand-nav .breadcrumbWrapper {
  padding-top: 10px;
  position: static;
}

.breadcrumb > li + li:before {
  content: ">";
  font-size: 13px;
  top: -1px;
  position: relative;
  color: #000;
}

nav .cart-nav .dropdown-menu li > a:hover,
nav .cart-nav span.cart-count,
nav .navbar-nav > li .dropdown-menu > li > a:hover {
  background-color: #f12a00;
  color: #fff;
}

nav.navbar {
  background-color: #fff;
  height: 80px;
  border-radius: 0;
}

@media (min-width: 815px) {
  h1 {
    line-height: 30px;
    height: 120px;
    padding: 30px 20px 30px 60px;
    margin-bottom: 25px;
  }

  .innerpage h1,
  h1 span {
    font-size: 36px;
  }

  h1 em {
    font-size: 80px;
  }

  section.main {
    margin: 0 0 30px;
  }

  p {
    font-size: 16px;
    line-height: 30px;
  }

  .btn.marginLeft30 {
    margin-left: 30px;
  }

  .layoutWrap.innWrap {
    padding-top: 140px;
  }

  nav.navbar {
    height: 96px;
    box-shadow: 0 0 15px -7px rgba(0, 0, 0, 0.4);
  }
}

nav .navbar-brand {
  height: auto;
  padding: 20px 15px 5px 0;
}

@media (max-width: 815px) {
  .video-close-btn {
    height: 40px;
    width: 40px;
  }

  .video-close-btn span {
    font-size: 28px;
    padding: 3px 0 0;
    left: -1px;
  }

  .noResultsClass {
    margin-top: 120px;
  }

  .searchIcon {
    right: 15px !important;
    top: 3px !important;
  }

  .searchIcon .btn {
    padding: 1px 4px !important;
  }

  .release-slider {
    display: none;
  }

  .breadcrumbWrapper {
    padding: 66px 0 8px;
    position: static;
  }

  nav.navbar {
    width: 100%;
    height: 66px;
    min-height: 62px;
    margin: 0;
    border-bottom: 2px solid #e2e0df;
  }

  nav.navbar .layoutWrap {
    width: 100%;
  }

  nav .navbar-brand {
    padding: 17px 12px 5px 10px;
    float: none;
  }

  nav .navbar-nav {
    margin: 0;
    max-height: inherit;
    height: calc(100vh - 60px);
    background: #fff;
    display: block;
  }
}

@media (max-width: 360px) {
  nav .navbar-brand {
    padding-top: 22px;
  }

  nav .navbar-brand > img {
    width: 100px;
  }
}

nav .navbar-collapse {
  text-align: center;
  margin-top: 4px;
}

nav .navbar-collapse .nav.navbar-nav {
  display: flex;
  margin-right: 24px;
}

nav .cart-nav {
  position: absolute;
  right: 0;
  top: 55px;
}

nav .cart-nav .dropdown-menu {
  right: 0;
  left: auto;
  padding: 0;
  border-radius: 0;
  border: 0;
}

nav .cart-nav .dropdown-menu li > a {
  font-weight: 400;
  font-display: swap;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e0e0e0;
}

nav .cart-nav span.cart-count {
  position: absolute;
  width: auto;
  height: 17px;
  font-size: 10px;
  text-align: center;
  right: 5px;
  top: -5px;
  padding: 0 5px;
}

nav .cart-nav > li .cart,
nav .cart-nav > li .profile {
  font-size: 13px;
  line-height: 17px;
  color: #303030;
  margin-right: 5px;
  margin-top: 2px;
  display: inline-block;
}

@media (max-width: 1600px) {
  nav .navbar-collapse .nav.navbar-nav {
    margin-right: 88px;
  }

  nav .cart-nav {
    right: 0;
  }
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
nav .cart-nav > li a.cart::after,
nav .cart-nav > li a.profile::after,
nav .navbar-nav > li > a.active,
nav .navbar-nav > li > a:focus,
nav .navbar-nav > li > a:hover {
  background-color: transparent;
}

nav .cart-nav > li .profile {
  background: url(../img/sprite.png) 6px -2322px no-repeat;
  padding: 5px 0 5px 32px;
}

nav .cart-nav > li .cart {
  background: url(../img/brands/icon-cart.svg) 0 -1px/32px no-repeat;
  padding: 20px 0 5px 32px;
}

nav .navbar-nav > li {
  float: none;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

@media (min-width: 817px) {
  nav .navbar-nav > li {
    margin-left: 1px;
    margin-right: 1px;
  }
}

@media (min-width: 890px) {
  nav .navbar-nav > li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (min-width: 1024px) {
  nav .navbar-nav > li {
    margin-left: 4px;
    margin-right: 4px;
  }
}

@media (min-width: 1500px) {
  nav .navbar-nav > li {
    margin-left: 14px;
    margin-right: 14px;
  }
}

@media (max-width: 815px) {
  nav .navbar-collapse {
    margin: 0;
    padding: 0;
  }

  nav .navbar-collapse .nav.navbar-nav {
    display: block;
    margin-right: 0;
  }

  nav .cart-nav.cart-nav-mbl {
    display: inline-block;
    top: 15px;
    right: 15px;
  }

  nav .cart-nav {
    display: none;
  }

  nav .navbar-nav > li {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #eae9e9;
  }

  nav .navbar-nav > li .dropdown-menu {
    width: 100% !important;
    position: relative !important;
  }
}

nav .navbar-nav > li.open > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #f12a00;
}

nav .navbar-nav > li > a {
  padding: 15px 0 15px 20px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  font-display: swap;
  text-transform: uppercase;
  position: relative;
}

nav .navbar-nav > li > a.e-showroom-link {
  color: #003486;
}

@media (min-width: 817px) {
  nav .navbar-nav > li > a {
    font-size: 10px;
    padding: 15px 0;
  }
}

@media (min-width: 1270px) {
  nav .navbar-nav > li > a {
    font-size: 15px;
  }
}

@media (min-width: 1440px) {
  nav .navbar-nav > li > a {
    font-size: 16px;
  }
}

@media (min-width: 1700px) {
  nav .navbar-nav > li > a {
    font-size: 18px;
  }
}

nav .navbar-nav > li > a .caret {
  border: 0;
  height: 8px;
  margin-top: -3px;
  width: 10px;
}

nav .navbar-nav > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 3px;
  background-color: #f12a00;
  transition: 0.3s;
}

nav .navbar-nav > li .dropdown-menu {
  border-radius: 0;
  border: 0;
  margin-top: 1px;
  padding: 0;
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
}

nav .navbar-nav > li .dropdown-menu > li > a {
  padding: 15px 35px 15px 25px;
  font-size: 14px;
  display: block;
  color: #000;

  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-display: swap;
  text-transform: uppercase;
  transition: 0.3s;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px 0;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}

.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;
}

.left.carousel-control {
  right: 30px;
  left: inherit;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

@media (min-width: 815px) {
  nav .cart-nav > li .profile {
    padding-top: 22px;
    background-position: 5px 2px;
    background-size: 24px;
    background-image: url(../img/brands/tvs-connect.svg);
  }

  nav .cart-nav > li .profile.ecompro {
    padding-top: 20px;
  }

  nav .navbar-nav > li .dropdown-menu {
    left: -26px;
    transform: inherit;
  }

  nav .navbar-header {
    margin-top: 29px;
    transition: 0.2s ease-in-out;
  }

  nav .navbar-collapse {
    transition: 0.2s ease-in-out;
    float: right;
    width: auto;
    margin: 45px 64px 0 0;
  }

  nav.top-nav-collapse .navbar-header {
    width: 20%;
    display: inline-block;
  }
}

@media (max-width: 1600px) {
  nav .navbar-nav > li {
    margin-left: 4px;
    margin-right: 4px;
  }

  nav .navbar-collapse {
    margin: 45px 0 0;
  }
}

nav.top-nav-collapse {
  height: 75px;
}

.secondaryAlias {
  height: 130px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.secondaryMenuWrapper {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
}

.secondaryMenuWrapper.fixPos {
  top: 66px;
}

.secondaryMenu {
  background-color: #fff;
  display: flex !important;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.secondaryMenu > li {
  border-left: 1px solid #e5e5e5;
  display: block !important;
  flex: 0 1 auto;
  min-width: 60px;
  width: 100%;
}

.country,
.country .f16 a.flag,
.intLang p,
.langs .testDriveDesk,
.secondaryMenu > li > a {
  display: inline-block;
}

.secondaryMenu > li:first-child {
  border-left: 0;
}

.secondaryMenu > li > a {
  text-align: center;
  color: #2b2b2b;
  font-weight: 400;
  font-display: swap;
  font-size: 12px;
  position: relative;
  height: 64px;
  padding: 38px 7px 10px;
  width: 100%;
}

@media (max-width: 340px) {
  .secondaryMenu > li > a {
    font-size: 10px;
  }
}

@media (min-width: 381px) and (max-width: 420px) {
  .secondaryMenu > li {
    min-width: 70px;
  }

  .secondaryMenu > li > a {
    padding-left: 0;
    padding-right: 0;
  }
}

.secondaryMenu > li > a:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 4px;
  width: 33px;
  height: 30px;
  background: url(../img/sprite.png) left top no-repeat;
}

.secondaryMenu > li > a.icon-owner:before {
  width: 20px;
  margin-left: -10px;
  background-position: 1px 2px;
  background-size: 19px;
  background-image: url(/assets/img/brands/test-ride.svg);
}

.secondaryMenu > li > a.icon-buyer:before {
  background-position: 0 6px;
  background-size: 32px;
}

.secondaryMenu > li > a.icon-myAccount::before {
  width: 20px;
  margin-left: -10px;
  background-position: -2px 4px;
  background-size: 25px;
}

.secondaryMenu > li > a.icon-myCart::before {
  background-position: 0 4px;
  background-size: 32px;
}

.secondaryMenu > li > a.icon-bookVehicle::before {
  width: 30px;
  margin-left: -15px;
  background-position: 10px 3px;
  background-size: 19px;
  background-image: url(/assets/img/brands/book-online.svg);
}

.langs .testDriveDesk:hover,
.secondaryMenu > li > a:hover,
.testDriveDesk:hover {
  color: #f12a00;
}

.secondaryMenu > li > a span.cart-count {
  position: absolute;
  width: auto;
  height: 17px;
  background-color: #f12a00;
  color: #fff;
  font-size: 10px;
  text-align: center;
  top: 2px;
  left: 50%;
  padding: 0 5px;
}

@media (max-width: 380px) {
  .secondaryMenu {
    justify-content: space-around;
  }

  .secondaryMenu > li {
    width: auto;
  }

  .secondaryMenu.noLogin li {
    width: 100%;
  }
}

.navbar-toggle {
  float: left;
  background: #183883;
  height: 65px;
  margin: 0;
  padding: 10px 15px 0;
  border-radius: 0;
}

.navbar-toggle.collapsed .icon-bar {
  margin-left: 4px;
}

.navbar-toggle .icon-bar {
  background: #fff;
  margin-left: 6px;
}

.navbar-toggle .sr-only {
  position: relative;
  font-size: 12px;
  color: #fff;
}

.langs .testDriveDesk,
.testDriveDesk {
  font-size: 13px;
  color: #303030;
  padding: 5px 0 5px 32px;
  margin-right: 5px;
}

.langs {
  position: absolute;
  right: 0;
  top: -1px;
}

.langs .testDriveDesk {
  line-height: 17px;
  background: url(../img/brands/test-ride.svg) 10px 3px/16px no-repeat;
  margin-top: 2px;
}

.langs .testDriveDesk.dealerLoc {
  background-position: 8px 4px;
  background-size: 16px;
}

.langs .testDriveDesk.icon-bookVehicle {
  background-position: 12px 3px;
  background-size: 16px;
  padding-left: 38px;
}

.langs .testDriveDesk.icon-e-showroom {
  background-position: 6px 4px;
  background-size: 24px;
  background-image: url(../img/brands/e-showroom.svg);
  padding-left: 40px;
}

.langs .select,
.select {
  width: auto;
  height: auto;
  display: inline-block;
  box-shadow: none;
}

.langs .select::after,
.select::after {
  height: 26px;
  right: -6px;
}

.langs .select select,
.select select {
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 18px 0 7px;
  border-top: 0;
}

.testDriveDesk {
  background: url(../img/sprite.png) 0 -1095px no-repeat;
}

.testDriveDesk.dealerLoc {
  background: url(../img/sprite.png) 6px -1147px no-repeat;
}

.navbar-toggle .icon-bar {
  width: 22px;
  transition: 0.2s;
}

.navbar-toggle .top-bar {
  transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}

.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .bottom-bar,
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}

.modal.otp-modal.in:before,
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}

nav .navbar-nav ul.socialIcons {
  padding: 15px 0 15px 20px;
}

nav .navbar-nav ul.socialIcons > li {
  opacity: 0;
  animation: 0.5s ease-out both slidein;
}

nav .navbar-nav ul.socialIcons > li:first-child {
  animation-delay: 0.7s;
}

nav .navbar-nav ul.socialIcons > li:nth-child(2) {
  animation-delay: 0.75s;
}

nav .navbar-nav ul.socialIcons > li:nth-child(3) {
  animation-delay: 0.8s;
}

nav .navbar-nav ul.socialIcons > li:nth-child(4),
nav .navbar-nav ul.socialIcons > li:nth-child(5) {
  animation-delay: 0.9s;
}

nav .navbar-nav ul.socialIcons > li:nth-child(6) {
  animation-delay: 1s;
}

@keyframes slidein {
  0% {
    opacity: 0;
    margin-left: -30px;
  }

  60% {
    opacity: 1;
    margin-left: 5px;
  }

  100% {
    opacity: 1;
    margin-left: 0;
  }
}

.country {
  position: relative;
  margin: 0 auto;
}

.country .select {
  position: relative;
  padding: 0 105px 0 10px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e1e1e1;
  background: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.country .select:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid #183883;
  border-bottom: 1px solid #183883;
  right: 10px;
  top: 6px;
  transform: rotate(45deg);
  padding: 0;
}

.country .f16 a.flag {
  list-style: none;
  margin: 2px 0 0;
  width: 100%;
  padding-left: 20px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #4d4e53;
}

.country .f16 a:hover.flag {
  color: #23527c;
  text-decoration: none;
}

.country .f16 .arg {
  background-position: 0 -495px;
}

.country .f16 .bol {
  background-position: 0 -784px;
}

.country .f16 .geo {
  background-position: 0 -1489px;
}

.country .dropdown {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 225px;
  border: 1px solid #cfcfcf;
  border-top: 1px solid #e1e1e1;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  z-index: 1;
}

.country .dropdown .mCSB_scrollTools {
  width: 8px;
}

.country .dropdown li {
  padding: 3px 2px;
  line-height: 13px;
}

.country .dropdown li.active,
.country .dropdown li:hover {
  background: #dedede;
  color: #454545;
}

.intLang p {
  padding: 15px 0 10px 22px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  font-display: swap;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 350px) {
  .intLang p {
    font-size: 16px;
  }
}

.intLang .select::after {
  top: -7px;
  right: -3px;
}

.intLang .country {
  top: -2px;
  left: 1px;
}

.intLang .country .dropdown {
  top: -225px;
}

body {
  background-size: 100% auto;
  font-weight: 400;
  font-display: swap;
  color: #4d4e53;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.brandPage {
  margin-bottom: 60px;
}

.jupiter-alternate-testride {
  padding-top: 0;
}

.jupiter-alternate-testride h2.title {
  color: #343434;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.jupiter-alternate-testride .wrap-alternate-testride {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 60px);
}

.jupiter-alternate-testride .rtr310-testride-wrapper {
  width: 50%;
  height: 100%;
  padding: 0 24px 24px;
}

.jupiter-alternate-testride .breadcrumbWrapper {
  position: static;
  height: auto;
  padding: 8px 0 24px;
}

.jupiter-alternate-testride .main-slider,
.jupiter-alternate-testride .main-slider .brand-vehicle,
.jupiter-alternate-testride .main-slider .content,
.jupiter-alternate-testride .main-slider .slick-list {
  height: 100%;
}

.jupiter-alternate-testride .main-slider .slick-track {
  margin: 0;
  width: auto !important;
  height: 100%;
}

.jupiter-alternate-testride .main-slider .slide {
  width: 100%;
  height: 100%;
}

.jupiter-alternate-testride .main-slider .slide .brand-vehicle img {
  width: 100%;
  max-width: 100%;
}

.jupiter-alternate-testride .main-slider .slick-dots {
  bottom: 30px;
}

.jupiter-alternate-testride .main-slider .slick-dots li {
  width: 10px;
}

.jupiter-alternate-testride .main-slider .slick-dots li button {
  padding: 0;
  width: 10px;
}

.jupiter-alternate-testride .main-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 5px;
  color: transparent;
  background: #000;
  border-radius: 20px;
}

.jupiter-alternate-testride .form-wrap {
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jupiter-alternate-testride .form-wrap form {
  background: #fff;
  border-radius: 10px;
  width: 80%;
  margin: auto;
  padding: 32px 56px;
}

.jupiter-alternate-testride .form-wrap h1 {
  font-size: 25px;
  text-align: center;
  margin: 0 0 24px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}

.jupiter-alternate-testride .form-wrap h2 {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #000;
  margin: 0 0 24px;
  padding: 0;
}

.jupiter-alternate-testride .form-wrap .modal-dialog {
  width: 500px;
}

.jupiter-alternate-testride .form-wrap .modal {
  left: inherit;
  right: 0;
  bottom: 0;
  position: static;
}

.jupiter-alternate-testride .form-wrap .modal-content {
  height: 430px;
}

.modal.otp-modal:before {
  content: "";
  width: 50%;
  height: 100%;
  background: 0 0;
  position: fixed;
  top: 100px;
  right: 0;
  opacity: 0;
}

.otp-field input {
  background-color: #f2f2f2;
  border: 1px solid #d1d1d1;
  color: #000;
  width: 45px;
  height: 45px;
  margin: 10px 5px;
  border-radius: 5px;
  text-align: center;
}

.section-testride .form-inner-wrap {
  border-radius: 10px;
  text-align: center;
}

.section-testride .progress-bar-outer {
  margin-top: 20px;
}

@media (max-width: 1680px) {
  .section-testride .progress-bar-outer {
    margin-top: 4px;
  }
}

.section-testride .progress-bar-outer .form-progress-bar {
  position: relative;
  height: 5px;
  width: 100%;
  background: #a3a3a3;
  border-radius: 10px;
}

.section-testride .progress-bar-outer .form-progress-bar span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 10px;
  height: 100%;
  background: #e20613;
}

.section-testride .formfield.group {
  position: relative;
  box-sizing: border-box;
  margin: auto auto 8px;
  padding: 0;
  border: 0;
  font-size: 1em;
}

.section-testride .formfield.group a {
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 30px;
  right: 14px;
  text-transform: uppercase;
  cursor: not-allowed;
  font-size: 12px;
  text-decoration: none;
  line-height: normal;
}

.section-testride .formfield.group a.hilight {
  color: #fff;
  cursor: pointer;
  pointer-events: inherit;
}

.section-testride .formfield.group .otpdtl {
  font-size: 12px !important;
  display: block;
  padding-left: 8px;
  color: #f12a00;
}

.section-testride .formfield.group .detect-location {
  position: absolute;
  right: 13px;
  top: 13px;
}

.section-testride .formfield.group .detect-location input {
  opacity: 0;
  position: absolute;
  right: -10px;
  top: -3px;
  z-index: 99;
  width: auto;
}

.section-testride .formfield.group.ui-front.pincode {
  z-index: 999;
}

.section-testride .formfield.group.ui-front.pincode input {
  padding: 20px 38px 4px 8px;
  text-overflow: ellipsis;
}

.section-testride .formfield.group.ui-front .ui-widget-content {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}

.section-testride .formfield.group > #dealer-button,
.section-testride .formfield.group > .ui-selectmenu-button,
.section-testride .formfield.group > input,
.section-testride .formfield.group > select {
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  padding: 20px 8px 4px;
  background: #f2f2f2;
  color: #000;
  height: 50px;
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
}

.section-testride .formfield.group > #dealer-button,
.section-testride .formfield.group > .ui-selectmenu-button,
.section-testride .formfield.group > select {
  -webkit-appearance: none;
  appearance: none;
  background: url(/-/media/jupiter-alternate-testride/down-arrow.png) 96% 20px
    no-repeat #f2f2f2;
  text-overflow: ellipsis;
  padding-right: 30px;
  white-space: nowrap;
}

.section-testride .formfield.group > label {
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 10px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  height: 20px;
  transition: 0.3s ease-in-out;
}

.section-testride .formfield.group > label > span {
  color: #d11;
}

.section-testride .formfield.group > input.valid ~ label,
.section-testride .formfield.group > input:focus ~ label,
.section-testride .formfield.group > input[value]:not([value=""]) ~ label,
.section-testride .formfield.group > select:focus ~ label,
.section-testride .formfield.group > select:required:valid ~ label,
.section-testride .formfield.group > select[value]:not([value=""]) ~ label {
  top: 5px;
  font-size: 12px;
}

.section-testride .error-message {
  font-size: 12px;
  color: #f12a00;
  padding-left: 32px;
  display: none;
  margin: -10px 0 20px;
  text-align: left;
}

.section-testride .formfield.group label.error,
.section-testride .formfield.group p.error {
  color: #f12a00 !important;
  padding: 5px 0 0 8px !important;
  font-size: 12px !important;
  margin: 0 !important;
  line-height: normal;
  top: unset;
  bottom: -16px;
  left: 0;
}

.section-testride .rideCheckbox:first-child .checkboxCont {
  pointer-events: auto;
}

.section-testride .checkboxCont {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-transform: inherit;
  margin-bottom: 10px;
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  pointer-events: none;
}

.section-testride .checkboxCont .error {
  position: absolute;
  bottom: -18px;
  left: 36px;
  color: #f12a00 !important;
}

.section-testride .checkboxCont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
  margin: 0;
  pointer-events: auto;
}

.section-testride .checkboxCont > a {
  pointer-events: auto;
  cursor: pointer;
}

.section-testride .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
}

.section-testride .checkmark:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 9px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.section-testride .checkboxCont input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}

.section-testride.section-ntorq-testride .action-btn button.btn-red-arrow,
.section-testride.section-ntorq-testride .action-btn button.btn-red-border {
  background-color: #c12231;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: transparent !important;
  color: fieldtext !important;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.action-btn {
  margin: 16px 0;
  display: flex;
  justify-content: space-between;
}

.action-btn .btn {
  width: 100%;
  padding: 10px;
}

.action-btn .btn.btn-black {
  background: #e20613;
  color: #f6f7fa;
}

.action-btn .submit-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.action-btn .submit-parent .btn-black,
.action-btn .submit-parent .btn-black-border {
  width: 45%;
}

.action-btn .submit-parent .btn-black-border {
  background: #fff;
  border: 1px solid #e20613;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 18.75px;
  letter-spacing: 0.03em;
}

.action-btn #requestOTP {
  min-width: 100%;
  border-radius: 8px;
  padding: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.action-btn button.btn-red-arrow,
.action-btn button.btn-red-border {
  min-width: 136px;
  border: 0;
  background-color: #e20613;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  padding: 16px !important;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #f6f7fa;
}

.action-btn button.btn-red-arrow.active.focus,
.action-btn button.btn-red-arrow.active:focus,
.action-btn button.btn-red-arrow.focus,
.action-btn button.btn-red-arrow:active.focus,
.action-btn button.btn-red-arrow:active:focus,
.action-btn button.btn-red-arrow:focus,
.action-btn button.btn-red-border.active.focus,
.action-btn button.btn-red-border.active:focus,
.action-btn button.btn-red-border.focus,
.action-btn button.btn-red-border:active.focus,
.action-btn button.btn-red-border:active:focus,
.action-btn button.btn-red-border:focus {
  outline: 0;
  outline-offset: 0;
}

.action-btn button.btn-red-arrow.active.focus,
.action-btn button.btn-red-arrow.active:focus,
.action-btn button.btn-red-arrow.active:hover,
.action-btn button.btn-red-arrow.disabled.focus,
.action-btn button.btn-red-arrow.disabled:focus,
.action-btn button.btn-red-arrow.disabled:hover,
.action-btn button.btn-red-arrow:active.focus,
.action-btn button.btn-red-arrow:active:focus,
.action-btn button.btn-red-arrow:active:hover,
.action-btn button.btn-red-arrow[disabled].focus,
.action-btn button.btn-red-arrow[disabled]:focus,
.action-btn button.btn-red-arrow[disabled]:hover,
fieldset[disabled] .action-btn button.btn-red-arrow.focus,
fieldset[disabled] .action-btn button.btn-red-arrow:focus,
fieldset[disabled] .action-btn button.btn-red-arrow:hover {
  color: #f6f7fa;
  background: #e20613;
  border: 0;
}

.action-btn button.btn-red-border {
  border: 0;
  background: 0 0;
  color: #636364;
  text-decoration: underline;
}

.action-btn button.btn-red-border.active.focus,
.action-btn button.btn-red-border.active:focus,
.action-btn button.btn-red-border.active:hover,
.action-btn button.btn-red-border.disabled.focus,
.action-btn button.btn-red-border.disabled:focus,
.action-btn button.btn-red-border.disabled:hover,
.action-btn button.btn-red-border:active.focus,
.action-btn button.btn-red-border:active:focus,
.action-btn button.btn-red-border:active:hover,
.action-btn button.btn-red-border[disabled].focus,
.action-btn button.btn-red-border[disabled]:focus,
.action-btn button.btn-red-border[disabled]:hover,
fieldset[disabled] .action-btn button.btn-red-border.focus,
fieldset[disabled] .action-btn button.btn-red-border:focus,
fieldset[disabled] .action-btn button.btn-red-border:hover {
  background: #fff;
  color: #183883;
}

.action-btn button.btn-red-arrow,
.action-btn button.btn-red-border {
  box-shadow: none;
  border-radius: 8px;
}

.modal.otp-modal .modal-dialog-centered,
.thankyou-modal .modal-dialog-centered {
  margin: 0;
  transform: none;
}

.modal.otp-modal .modal-content,
.thankyou-modal .modal-content {
  box-shadow: none;
  border-radius: 5px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal.otp-modal .modal-header,
.thankyou-modal .modal-header {
  padding: 30px;
  position: relative;
  border: none;
}

.modal.otp-modal .modal-header .close,
.thankyou-modal .modal-header .close {
  opacity: 1;
  top: -16px;
  position: absolute;
  right: -10px;
  background: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.modal.otp-modal .modal-header .close:after,
.modal.otp-modal .modal-header .close:before,
.thankyou-modal .modal-header .close:after,
.thankyou-modal .modal-header .close:before {
  content: "";
  background: #fff;
  width: 15px;
  height: 1px;
  position: absolute;
  left: 8px;
  top: 14px;
}

.modal.otp-modal .modal-title,
.thankyou-modal .modal-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  font-family: "Oxanium", sans-serif;
  text-align: center;
  color: #000;
  padding: 0 10px;
  margin-bottom: 32px;
}

.modal.otp-modal .modal-body,
.thankyou-modal .modal-body {
  padding: 0 16px 24px;
}

.modal.otp-modal .modal-body .action-btn,
.thankyou-modal .modal-body .action-btn {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.modal.otp-modal .modal-body .error,
.thankyou-modal .modal-body .error {
  color: #f12a00 !important;
  line-height: normal;
}

.modal.otp-modal .otp-wrapper span,
.thankyou-modal .otp-wrapper span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #333;
  margin-bottom: 3rem;
  display: block;
}

.thankyou-modal .modal-body,
.thankyou-modal .modal-body > img {
  margin: 0 auto;
  text-align: center;
}

.modal-dialog-centered:before {
  display: block;
  height: auto;
  content: "";
}

@media (max-width: 815px) {
  nav .navbar-nav > li .dropdown-menu > li > a {
    font-size: 15px;
    border-bottom: 1px solid #eae9e9;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    color: #848484;
  }

  nav .navbar-header {
    text-align: center;
    position: relative;
    z-index: 3;
    background-color: #fff;
  }

  .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
    z-index: 3;
    position: relative;
    margin: 0;
  }

  nav .navbar-nav > li {
    opacity: 0;
    animation: 0.5s ease-out both slidein;
  }

  nav .navbar-nav > li:first-child {
    animation-delay: 0s;
  }

  nav .navbar-nav > li:nth-child(2) {
    animation-delay: 0.3s;
  }

  nav .navbar-nav > li:nth-child(3) {
    animation-delay: 0.35s;
  }

  nav .navbar-nav > li:nth-child(4) {
    animation-delay: 0.4s;
  }

  nav .navbar-nav > li:nth-child(5) {
    animation-delay: 0.45s;
  }

  nav .navbar-nav > li:nth-child(6) {
    animation-delay: 0.5s;
  }

  nav .navbar-nav > li:nth-child(7) {
    animation-delay: 0.55s;
  }

  nav .navbar-nav > li:nth-child(8) {
    animation-delay: 0.6s;
  }

  nav .navbar-nav > li:nth-child(9) {
    animation-delay: 0.7s;
  }

  nav .navbar-nav > li:nth-child(10) {
    animation-delay: 0.8s;
  }

  nav .navbar-nav > li:nth-child(11) {
    animation-delay: 0.9s;
  }

  nav .navbar-nav > li.racing-box {
    display: none;
  }

  .intLang .select::after {
    top: 5px;
    right: 10px;
  }

  .intLang .country {
    padding: 0 20px;
    display: block;
    position: static;
  }

  .myTVSLogIn .dropdown-menu {
    min-width: 80px;
    border: 0;
    border-radius: 0;
    background: #fff;
    margin-top: 1px;
  }

  .myTVSLogIn .dropdown-menu > li > a {
    padding-left: 10px;
    font-size: 12px;
    padding-right: 10px;
  }

  .brandPage {
    margin-top: 70px;
  }

  .jupiter-alternate-testride {
    padding-top: 0;
  }

  .jupiter-alternate-testride .wrap-alternate-testride {
    display: block;
    padding-top: 0;
    overflow: visible;
    height: 100%;
  }

  .jupiter-alternate-testride .rtr310-testride-wrapper {
    width: 100%;
    padding: 0;
    height: auto;
  }

  .jupiter-alternate-testride .main-slider {
    width: 100%;
    margin: 0;
  }

  .jupiter-alternate-testride .form-wrap {
    width: 100%;
    height: calc(100% - 135px);
    padding-bottom: 20px;
    background-color: #e9e9e9;
  }

  .jupiter-alternate-testride .form-wrap form {
    padding: 20px 10px;
    width: 90%;
    margin-top: -12px;
    position: relative;
  }

  .jupiter-alternate-testride .form-wrap h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 23.44px;
    margin-bottom: 8px;
  }

  .jupiter-alternate-testride .form-wrap h2 {
    font-size: 15px;
    font-weight: 400;
    line-height: 17.58px;
  }

  .jupiter-alternate-testride .form-wrap .modal-dialog {
    width: 80%;
    margin: auto !important;
  }

  .jupiter-alternate-testride .form-wrap .modal {
    right: 0;
    left: 0;
    top: 0;
    position: fixed;
  }

  .modal.otp-modal:before {
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
  }

  .section-testride {
    display: block;
    padding: 0 24px;
  }

  .section-testride .progress-bar-outer {
    margin-top: 4px;
  }

  .section-testride .error-message {
    margin: -10px 0 10px;
  }

  .action-btn {
    margin: 24px 0 16px;
  }

  .modal.otp-modal .modal-dialog-centered,
  .thankyou-modal .modal-dialog-centered {
    transform: translate(0, -50%);
    height: unset;
  }

  .modal.otp-modal .modal-content,
  .thankyou-modal .modal-content {
    box-shadow: 4px 8px 18px rgba(0, 0, 0, 0.3);
    display: block;
    height: unset;
  }

  .modal.otp-modal .modal-header .close,
  .thankyou-modal .modal-header .close {
    top: -10px;
  }

  .modal.otp-modal .modal-title,
  .thankyou-modal .modal-title {
    margin-bottom: 0;
  }

  .modal-dialog-centered:before {
    height: calc(100vh - 1rem);
  }
}

.thankyou-modal .modal-content {
  box-shadow: none;
  border-radius: 10px;
  width: 100%;
}

.thankyou-modal .modal-header {
  padding: 24px;
}

.thankyou-modal .modal-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
}

.thankyou-modal .modal-body {
  color: #000;
}

.thankyou-modal .modal-body > h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  margin: 12px 0 16px;
  padding: 0;
}

.thankyou-modal .modal-body > h5 span {
  font-size: 16px;
  font-weight: 600;
}

.thankyou-modal .modal-body > p {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #192841;
  margin: 0 0 24px;
  padding: 0;
}

.thankyou-modal .modal-body .action-btn {
  margin: 0;
  justify-content: center;
}

.thankyou-modal .modal-body .action-btn button {
  border: 1.5px solid #1d1d1d;
  background-color: #1d1d1d !important;
}

.ui-selectmenu-menu {
  width: 100%;
  padding-right: 0;
}

.ui-selectmenu-menu #dealer-menu {
  width: 100% !important;
}

.ui-selectmenu-menu .ui-button .ui-icon {
  background: 0 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
  right: 12px;
  bottom: 6px;
}

.embaded_testDriveFormRadeon {
  background-color: #2f56a5;
  padding: 30px 20px;
}

.embaded_testDriveFormRadeon .section-testride {
  background: 0 0;
  padding: 0;
}

.embaded_testDriveFormRadeon h1 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: normal;
  color: #fff;
  font-style: normal;
  position: relative;
  text-align: left;
  padding-left: 45px;
}

.embaded_testDriveFormRadeon h1::after {
  background-color: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 1px;
}

@media (max-width: 320px) {
  .embaded_testDriveFormRadeon h1 {
    padding-left: 20px;
  }

  .embaded_testDriveFormRadeon h1::after {
    width: 15px;
  }
}

.embaded_testDriveFormRadeon p {
  line-height: normal;
  font-weight: 400;
}

.embaded_testDriveFormRadeon .formfield.group > #dealer-button,
.embaded_testDriveFormRadeon .formfield.group > .ui-selectmenu-button,
.embaded_testDriveFormRadeon .formfield.group > input,
.embaded_testDriveFormRadeon .formfield.group > select {
  background: #fff;
  color: #333;
}

.embaded_testDriveFormRadeon .formfield.group > #dealer-button,
.embaded_testDriveFormRadeon .formfield.group > .ui-selectmenu-button,
.embaded_testDriveFormRadeon .formfield.group > select {
  background: url(https://www.tvsmotor.com/-/media/TVSv2/TestRideImages/dropdown-arrow-black.png)
    96% 20px no-repeat #fff;
  filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.25));
}

.embaded_testDriveFormRadeon .formfield.group > label {
  color: #7b7b7b;
  font-size: 14px;
  line-height: normal;
}

.embaded_testDriveFormRadeon .formfield.group > label > span {
  color: #7b7b7b;
}

.embaded_testDriveFormRadeon .formfield.group a {
  color: #1d1d1d;
  font-size: 15px;
  font-weight: 400;
}

.embaded_testDriveFormRadeon .ui-button .ui-icon {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  height: 12px;
  width: 12px;
  right: -14px;
  top: -6px;
}

.embaded_testDriveFormRadeon
  .section-testride.section-ntorq-testride
  .action-btn
  button.btn-red-arrow,
.embaded_testDriveFormRadeon
  .section-testride.section-ntorq-testride
  .action-btn
  button.btn-red-border {
  background: #fff;
  border: 0;
  color: #000;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}

@media (max-width: 640px) {
  .embaded_testDriveFormRadeon #dealer-menu.ui-widget-content.ui-corner-bottom,
  .embaded_testDriveFormRadeon .ui-widget-content {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100% !important;
  }

  .embaded_testDriveFormRadeon .ui-selectmenu-menu {
    width: 100% !important;
    padding-right: 0;
  }
}

.embaded_testDriveFormNtorqXP .section-testride > h1 {
  color: #ee2e0a;
}

.otp-modal,
.thankyou-modal {
  overflow: visible;
}

#lblErrorMsg1 {
  color: red;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}

#count_timer {
  color: #2274ee;
  font-size: 14px;
  margin: 0 0 10px;
}

#lblOTPtimeout {
  color: green !important;
}

.action-btn button#verifyOTP:disabled:focus {
  background: #000 !important;
  color: #fff !important;
}

.secondaryMenu > li > a.icon-buyer:before {
  background-image: url(/assets/img/brands/icon-product.svg);
}

.secondaryMenu > li > a.icon-myCart::before,
nav .cart-nav > li .cart {
  background-image: url(/assets/img/brands/icon-cart.svg);
}

.secondaryMenu > li > a.icon-myAccount::before {
  background-image: url(/assets/img/brands/tvs-connect.svg);
}

.langs .testDriveDesk.icon-bookVehicle {
  background-image: url(/assets/img/brands/book-online.svg);
}

.langs .testDriveDesk {
  background-image: url(/assets/img/brands/test-ride.svg);
}

.langs .testDriveDesk.dealerLoc {
  background-image: url(/assets/img/brands/location.svg);
}

@media (min-width: 815px) {
  nav.top-nav-collapse .navbar-collapse {
    position: absolute;
    top: 0;
    left: auto;
    transform: translateX(0);
    right: 20px;
    width: 76%;
  }

  nav.top-nav-collapse .navbar-collapse > ul.nav {
    text-align: right;
  }

  nav.top-nav-collapse .navbar-collapse > ul.nav > li {
    margin-right: 22px;
    margin-left: 22px;
  }

  .country .select {
    height: 28px;
    margin-top: 0;
  }

  .LangOverlaping .country .select {
    margin-top: -6px;
  }

  .LangOverlaping .country .f16 a.flag {
    margin-top: 0;
  }

  nav .cart-nav > li .profile {
    background-image: url(/assets/img/brands/tvs-connect.svg);
  }
}

.action-btn button.btn-red-border {
  margin-top: 56px;
}

nav .navbar-nav > li > a .caret {
  background: url("../../../../assets/img/down-arrow.png") center no-repeat;
}

.ui-menu .ui-menu-item-wrapper {
  text-align: left;
}

.secondaryAlias,
.secondaryMenuWrapper {
  display: none !important;
}

@media (max-width: 815px) {
  .action-btn button.btn-red-border {
    margin-top: 0;
  }

  .wrapper.innerpage.brandBody nav.top-menu.navbar {
    display: none;
  }
}
