.section___2XlQx {
  position: relative;
  height: 100vh; }

div {
  display: block; }

.container___1cEAo {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container___1cEAo {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container___1cEAo {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container___1cEAo {
    max-width: 810px !important; } }

.booking-sec-row___3AtFD {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); }

.booking-form___1wzI2 {
  position: relative;
  max-width: 380px;
  width: 100%;
  margin: auto;
  padding: 40px;
  overflow: hidden;
  z-index: 20;
  background-color: #c3002f; }

.booking-form___1wzI2::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  /* background: rgba(0, 0, 0, 0.7); */
  z-index: -1; }

.booking-form___1wzI2 .form-header___pMKUw {
  text-align: center;
  position: relative;
  margin-bottom: 30px; }

.section___2XlQx h3 {
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF; }

.section___2XlQx p {
  font-size: 13px;
  color: #FFFFFF; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

form {
  display: block;
  margin-top: 0em; }

.form-group___2kJqT {
  position: relative;
  margin-bottom: 14px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: white; }

.input-row___1ydXu {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); }

select.form-control___OdGrY:disabled {
  background-color: white !important;
  background: white !important; }

select.form-control___OdGrY {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-control___OdGrY {
  background-color: white;
  height: 36px;
  padding: 0px 2px 0px 20px;
  border: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.form-control___OdGrY {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 12.86px;
  font-family: 'InfinitiBrand';
  font-weight: 400;
  line-height: 1.5;
  color: #6d6e71;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

select {
  background: #fff;
  border-color: #d2d4d5;
  border-radius: 3px;
  color: #818181;
  border-width: 2px;
  padding: 5px 52px;
  outline: 0;
  width: 100%; }

.form-label___wf7NU {
  position: absolute;
  top: -10px;
  left: 20px;
  opacity: 0;
  color: #073ee3;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  height: 15px;
  line-height: 15px;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  margin-bottom: 0.5rem; }

@media (min-width: 768px) {
  .input-col___zrvHV {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; } }

.input-col___zrvHV {
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0; }

.select-arrow___1o9dI {
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 32px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  pointer-events: none;
  color: #6d6e71;
  font-size: 14px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0; }

.select-arrow___1o9dI:after {
  content: '\279C';
  display: block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.submit-btn___jqyx7 {
  color: #fff;
  background-color: #000000;
  font-weight: 700;
  height: 40px;
  padding: 5px 30px;
  width: 100%;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.3px;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all; }

.form-group___2kJqT input {
  background-color: #d7d7d7 !important;
  color: #6d6e71; }

.form-group___2kJqT select {
  background-color: #FFFFFF !important; }

.form-group___2kJqT select:disabled {
  background-color: #FFFFFF !important; }

input {
  background-color: white !important;
  color: black !important; }

.form-group-date___e3CdO {
  position: relative;
  margin-bottom: 14px; }

.form-group-date___e3CdO input {
  color: #6d6e71 !important;
  height: 36px; }

.cal___2alhs {
  position: absolute;
  z-index: 20;
  right: 2px;
  top: 5px; }

.time-icon___3nUG4 {
  position: absolute;
  z-index: 20;
  right: 0px;
  top: 0px; }

.submit-btn-disabled___3SX8a {
  color: rgba(255, 255, 255, 0.452);
  background-color: #000000;
  font-weight: 700;
  height: 40px;
  padding: 5px 30px;
  width: 100%;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.3px;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all; }

.nissan-logo___1Xwa8 {
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 78px;
  padding-right: 78px; }

.nissan-logo___1Xwa8 img {
  width: auto;
  height: 150px; }

.logo-container___2VAol {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.form-group-date-lbl___wmf8E {
  position: relative;
  width: 100%; }

[class="container"] {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }

[class="container-content"] {
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  z-index: 100;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

[class="minHeight"] {
  min-height: 100vh; }

[class="font-weight-bold-white"] {
  font-weight: 700 !important;
  font-size: 16px;
  color: white; }

[class="font-weight-light-white"] {
  font-weight: 300 !important;
  font-size: 20px;
  color: white; }

[class="md-card-header"] {
  -webkit-box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  margin: -20px 15px 0;
  border-radius: 3px;
  padding: 15px;
  background-color: #999; }

[class="md-layout-item"] {
  min-width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-top: 30px;
  background-color: #fff; }

[class="md-card-content"] {
  padding: 16px;
  font-size: 14px;
  line-height: 22px; }

[class="font-weight-bold-black"] {
  font-weight: 700 !important;
  font-size: 1.2rem; }

[class="font-1em"] {
  font-size: 1rem; }

[class="font-1em-bold"] {
  font-size: 12px; }

[class="pay-div"] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top-width: 0.1px;
  border-top-color: #eee;
  border-top-style: solid; }

[class="marginTop10"] {
  margin-top: 10px; }

[class="font-weight-light-black"] {
  font-weight: 300 !important;
  font-size: 1rem; }

[class="font-weight-bold-black-small"] {
  font-weight: 700 !important;
  font-size: 1rem; }

[class="poweredby-container"] {
  margin: 0 0px 10px;
  padding: 10px 0 0;
  border-top: 1px solid #eee;
  -webkit-box-pack: "flex-start";
      -ms-flex-pack: "flex-start";
          justify-content: "flex-start";
  margin-top: 15px; }

[class="btn"] {
  color: "#fff";
  background-color: #0190fe;
  border-color: #0190fe;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  padding: 0.57rem 1.14rem;
  line-height: 1.7; }

[class="font-weight-light-red"] {
  font-weight: 300 !important;
  font-size: 1rem;
  color: red; }

[class="bgRed"] {
  background-color: #c2002f;
  padding: 20px; }

#promoButton___1rcNV {
  margin-right: 3.5rem;
  margin-top: 18px;
  margin-bottom: 18px; }

@media (max-width: 940px) {
  .promoPageButton___2vffD {
    width: 20rem; } }

@media (min-width: 940px) {
  .promoPageButton___2vffD {
    width: 23.3125rem; } }

.promoImgDesc___3vKgF {
  text-transform: uppercase;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 10px; }

ul {
  padding-left: 20px; }

.img-responsive___1hwCC {
  width: 100%;
  height: auto; }

.promoTitleText___1_dmO {
  letter-spacing: 7.11px;
  font-family: "Nissan Regular", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
  font-size: xx-large; }

.img-promo___2nVKZ {
  width: auto;
  height: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: initial;
  background-size: contain;
  padding-bottom: 10px; }

.img-promo-box___2lh0n {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }


