.image {
  position: relative;
  width: 100%;
  /* for IE 6 */
}

@media screen and (min-width:800px) {
  h2.heading {
    font-size: 34px;
  }
}

h2.heading {
  position: absolute;
  top: 19%;
  left: 20px;
  width: 50%;
  color: #ffffff;
}

h2.heading.white-bg {
  position: absolute;
  top: 19%;
  left: 20px;
  width: 50%;
  color: #020b24;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2%;
}

h2.heading.full {
  left: 10%;
}

h2.heading span {
  padding: 10% 0;
  text-align: center;
  font-size: 40px;
  text-shadow: 0 0 13px #020b24;
}

h2.heading span.bg {
  padding: 10% 0;
  text-align: center;
  font-size: 40px;
  text-shadow: 0 0 0px #020b24;
}

p.intro-sentance {
  position: absolute;
  top: 43%;
  left: 20px;
  width: 50%;
  color: #ffffff;
}

p.intro-sentance.full {
  left: 10%;
}

p.intro-sentance span {
  padding: 10% 0;
  text-align: center;
  font-size: 20px;
  text-shadow: 0 0 13px #020b24;
}

.header-title {
  font-size: 35px;
}


.header-overlay {
  position: absolute;
  top: 19%;
  left: 20px;
  width: 50%;
  color: #020b24;
}

/* DEALERON HEADER IMAGE CSS */

.grey {
  background-color: #eeeeee;
  padding: 1%;
}

.amenities {
  background-color: #020b24;
  padding: 2%;
  color: #fff;
}

.btn {
  padding: .5em;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .btn {
    padding: 1em;
    font-size: 17px;
  }
}

.block {
  display: block;
  margin-bottom: 8px;
}

/* COUPON CSS */

.container2 {
  position: relative;
  width: 100%;
}

.image2 {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.detail-overlay {
  position: absolute;
  top: -10px;
  left: 16px;
  padding-left: 10px;
  width: 60%;
}

.text2 {
  opacity: 1;
  font-weight: bold;
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.title {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  transition: transform .4s ease;
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  line-height: 1em;
}

.price {
  font-size: 20px;
  color: #fff;
  transition: transform .4s ease;
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.coupon-container {
  border: solid 2px #F1F5F6;
  background-color: #fbfbfb;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  min-height: 408px;
  position: relative;
}

.coupon-container.big {
  min-height: 440px;
}

.button,
.button .test {
  padding: 20px 5px;
}

.overlay-cta {
  position: absolute;
  display: block;
  text-align: right;
  left: 28px;
  bottom: 5px;
  padding-bottom: 14px;
  font-size: 14px;
}

.learn-more {
  color: #fff;
  margin-right: 10px;
}

.interval {
  background-color: #020b24;
  margin-bottom: 8px;
  color: #fff;
  font-size: 13px;
  padding: 10px 7px 5px 7px;
  text-align: center;
}

.interval.fod-black {
  background-color: #020b24;
}

.bg-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.more-info {
  text-align: center;
}

.detail-bg.none {
  background: none;
}

.detail-bg.light {
  background: linear-gradient(90deg, #020b24 0%, #020b24(0, 0, 0, 0.30) 40%, #020b24(255, 255, 255, 0) 100%);
}

.detail-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 1;
  background: linear-gradient(90deg, #020b24 0%, #020b24(0, 0, 0, 0.30) 40%, #020b24(255, 255, 255, 0) 100%);
}

/* NAVBAR CSS */

.fod-navbar-default {
  height: 100%;
  background-color: #020b24;
  border-radius: 0px;
  margin-bottom: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: unset;
  padding-left: 2em;
}

.fod-navbar-default .fod-navbar-nav>li>a,
.fod-navbar-default .navbar-text {
  color: white;
  background-color: #020b24;
}

.fod-navbar-default .fod-navbar-nav>.fod-active>a,
.fod-navbar-default .navbar-nav>.fod-active>a:focus,
.fod-navbar-default .fod-navbar-nav>.fod-active>a:hover {
  background-color: #020b24;
  border-bottom: 4px solid white;
}

.fod-navbar-default .fod-navbar-nav>li>a,
.fod-navbar-default .navbar-text:hover {
  color: white !important;
}

.fod-navbar-nav a {
  float: left;
  display: block;
  color: #020b24;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border-bottom: 4px solid transparent;
}

.fod-navbar-nav a:hover {
  border-bottom: 4px solid white;
}

/* ICON BOX CSS */

.card-container {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.custom-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 2px solid #bdc6ca;
  border-top: none;
  margin-top: 100px;
  min-height: 380px;
}

.custom-card.short {
  min-height: 140px;
}

.custom-card.small {
  min-height: 325px;
}

.custom-card::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-top: 2px solid #bdc6ca;
  width: 30%;
}

.custom-card::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  border-top: 2px solid #bdc6ca;
  width: 30%;
}

.custom-card.short::before {
  width: 25%;
}

.custom-card.short::after {
  width: 25%;
}

.custom-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2.25rem;
}

.custom-card-body.short {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 2.25rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  padding-bottom: 0.25rem;
}

.custom-card-title {
  font-weight: 700;
  margin-bottom: .75rem;
}

.custom-card-text {
  margin: 2rem 0;
}

.icon-container {
  padding: 30px;
}

.icon-container.short {
  padding: 15px;
}

.icon-container.small {
  padding: 15px;
}

.icon-container img {
  position: absolute;
  width: 50%;
  left: 25%;
  top: -80px;
}

.icon-container.short img {
  position: absolute;
  width: 50%;
  left: 24%;
  top: -41px;
}

img.more-services {
  position: absolute;
  width: 28%;
  left: 192px;
  top: -80px;
}

img.more-services-white {
  position: absolute;
  width: 35%;
  left: 32%;
  top: -60px;
}

.custom-card-link {
  font-weight: 600;
  color: #020b24;
  padding-bottom: 10px;
  display: block;
}

.custom-card-link i {
  margin-right: 1rem;
}

.custom-card.fod-200 {
  min-height: 200px;
}

.custom-card.fod-250 {
  min-height: 250px;
}

.custom-card.fod-300 {
  min-height: 300px;
}

.custom-card.fod-350 {
  min-height: 350px;
}

.custom-card.fod-400 {
  min-height: 400px;
}

.custom-card.fod-450 {
  min-height: 450px;
}

.custom-card.fod-500 {
  min-height: 500px;
}

.custom-card.fod-550 {
  min-height: 550px;
}

/* END ICON BOX CSS */

a.white {
  color: #fff;
  text-decoration: underline;
}

.no-pad-mb {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

@media only screen and (max-width: 1367px) {
  .detail-overlay {
    top: -10px;
    left: 11px;
    width: 70%;
  }

  .overlay-cta {
    left: 23px;
    bottom: 0px;
  }

  .learn-more {
    font-size: 15px;
  }

  .title {
    font-size: 17px;
  }

  .price {
    font-size: 18px;
  }

  .custom-card-title.short {
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .detail-overlay {
    top: -18px;
    left: 14px;
    width: 70%;
  }

  .overlay-cta {
    left: 26px;
    bottom: -5px;
  }

  .learn-more {
    font-size: 14px;
  }

  .title {
    font-size: 19px;
  }

  .price {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .icon-container img {
    position: absolute;
    width: 28%;
    left: 36%;
    top: -70px;
  }

  img.more-services {
    position: absolute;
    width: 28%;
    left: 36%;
    top: -80px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .detail-overlay {
    top: -15px;
    left: 9px;
    width: 70%;
  }

  .overlay-cta {
    left: 40px;
    bottom: 21px;
  }

  .learn-more {
    font-size: 15px;
  }

  .title {
    font-size: 18px;
  }

  .price {
    font-size: 19px;
  }

  .overlay-cta {
    left: 18px;
    bottom: 0px;
  }

  .icon-container.short img {
    position: absolute;
    width: 41%;
    left: 36px;
    top: -26px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .icon-container img {
    position: absolute;
    width: 28%;
    left: 35%;
    top: -105px;
  }

  img.more-services-white {
    position: absolute;
    width: 20%;
    left: 40%;
    top: -69px;
  }
}

@media only screen and (max-width: 768px) {
  .custom-card.fod-200 {
    min-height: 200px;
  }

  .custom-card.fod-250 {
    min-height: 200px;
  }

  .custom-card.fod-300 {
    min-height: 200px;
  }

  .custom-card.fod-350 {
    min-height: 200px;
  }

  .custom-card.fod-400 {
    min-height: 200px;
  }

  .custom-card.fod-450 {
    min-height: 200px;
  }

  .custom-card.fod-500 {
    min-height: 200px;
  }

  .custom-card.fod-550 {
    min-height: 200px;
  }

  .custom-card.small {
    min-height: 200px;
  }
}

@media only screen and (max-width: 640px) {
  .no-pad-mb {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .interval {
    font-size: 10px;
  }

  .title {
    font-size: 18px;
  }

  .price {
    font-size: 16px;
  }

  .learn-more {
    font-size: 15px;
  }

  .coupon-container {
    min-height: 300px;
  }

  .detail-overlay {
    top: -10px;
    left: 10px;
    width: 70%;
  }

  .overlay-cta {
    left: 18px;
    bottom: 2px;
  }

  .fod-navbar-default .fod-navbar-nav>li>a {
    width: 20%;
    font-size: 12px;
  }

  img.more-services {
    position: absolute;
    width: 50%;
    left: 85px;
    top: -80px;
  }

  img.more-services-white {
    position: absolute;
    width: 30%;
    left: 35%;
    top: -45px;
  }

  iframe.negative-margin {
    margin-bottom: -100px;
  }

  .icon-container.short img {
    position: absolute;
    width: 50%;
    left: 25%;
    top: -90px;
  }
}

.dk-blue {
  background-color: #020b24;
}

.light-blue {
  background-color: #000;
  padding-top: 1%;
}

.light-blue li a {
  color: black;
}

.light-blue a {
  color: black;
}

.fod-white {
  color: #fff;
}

.button-white {
  background-color: #fff !important;
  color: #020b24 !important;
  margin-top: 10px;
}

.services {
  background-color: #e7e7e7;
  padding: 1%;
}

.standalone-paragraph {
  padding: 0% 5% 2% 5%;
  text-align: center;
}

.services-paragraph {
  padding: 2% 5% 1% 5%;
  text-align: center;
}

.p-1 {
  padding: 1%;
}

.pt-1 {
  padding-top: 2.5rem;
}

.pb-1 {
  padding-bottom: 2.5rem;
}

.pb-10 {
  padding-bottom: 10em;
}

.pb-12 {
  padding-bottom: 12em;
}

.pt-2 {
  padding-top: 4.5rem;
}

.pb-2 {
  padding-bottom: 4.5rem;
}

.p-5 {
  padding: 5%;
}

.pt-8 {
  padding-top: 8rem;
}

.mt-50 {
  margin-top: 50px;
}

.white-text {
  color: #fff;
  text-align: center;
}

.more-services-list {
  text-align: left;
  font-size: 14px;
}

iframe.negative-margin {
  margin-top: -150px !important;
}

.center {
  text-align: center;
}

/* Backgound Image box */

.accessories-background {
  background-image: url("https://fixedopsdigital.s3.amazonaws.com/oem/infiniti/accessories/background-image/INFINITI-accessories-min.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.parts-background {
  background-image: url("https://fixedopsdigital.s3.amazonaws.com/oem/infiniti/service/maintenance/detail-service-min.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.oil-change-background {
  background-image: url("https://fixedopsdigital.s3.amazonaws.com/oem/infiniti/service/oil-change/semi-synthetic-oil-change-1200x900.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.background-box-overlay {
  margin: 30px 20px;
  padding: 2%;
  border: solid 2px #020b24;
  background-color: #020b24(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
}

.table {
  width: 95%;
}

/*  */
/* DS VIDEO */
.fod-video {
  margin: 1% 2%;
}

@media only screen and (max-width: 640px) {
  .fod-video {
    margin: 0% 0%;
  }
}

.fod-video iframe#fod-video {
  width: 100%;
  height: 280px;
}

@media only screen and (max-width: 640px) {
  .fod-video iframe#fod-video {
    height: 225px;
  }
}

/* DS VIDEO */