@font-face {
  font-family: "gothamblack";
  src: url("https://static3.toyotabharat.com/fonts/innova-mmc/gotham-black-webfont.eot");
  src: url("https://static3.toyotabharat.com/fonts/innova-mmc/gotham-black-webfont.eot?#iefix") format("embedded-opentype"), url("https://static3.toyotabharat.com/fonts/innova-mmc/gotham-black-webfont.woff2") format("woff2"),
    url("https://static3.toyotabharat.com/fonts/innova-mmc/gotham-black-webfont.woff") format("woff"), url("https://static3.toyotabharat.com/fonts/innova-mmc/gotham-black-webfont.ttf") format("truetype"),
    url("https://static3.toyotabharat.com/fonts/innova-mmc/gotham-black-webfont.svg#gothamblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothambold";
  src: url("https://static3.toyotabharat.com/fonts/innova-mmc/gothambold-webfont.eot");
  src: url("https://static3.toyotabharat.com/fonts/innova-mmc/gothambold-webfont.eot?#iefix") format("embedded-opentype"), url("https://static3.toyotabharat.com/fonts/innova-mmc/gothambold-webfont.woff2") format("woff2"),
    url("https://static3.toyotabharat.com/fonts/innova-mmc/gothambold-webfont.woff") format("woff"), url("https://static3.toyotabharat.com/fonts/innova-mmc/gothambold-webfont.ttf") format("truetype"),
    url("https://static3.toyotabharat.com/fonts/innova-mmc/gothambold-webfont.svg#gothambold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothambook";
  src: url("https://static3.toyotabharat.com/fonts/innova-mmc/gothambook-webfont.eot");
  src: url("https://static3.toyotabharat.com/fonts/innova-mmc/gothambook-webfont.eot?#iefix") format("embedded-opentype"), url("https://static3.toyotabharat.com/fonts/innova-mmc/gothambook-webfont.woff2") format("woff2"),
    url("https://static3.toyotabharat.com/fonts/innova-mmc/gothambook-webfont.woff") format("woff"), url("https://static3.toyotabharat.com/fonts/innova-mmc/gothambook-webfont.ttf") format("truetype"),
    url("https://static3.toyotabharat.com/fonts/innova-mmc/gothambook-webfont.svg#gothambook") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothamlight";
  src: url("https://static3.toyotabharat.com/fonts/innova-mmc/gothamlight-webfont.eot");
  src: url("https://static3.toyotabharat.com/fonts/innova-mmc/gothamlight-webfont.eot?#iefix") format("embedded-opentype"), url("https://static3.toyotabharat.com/fonts/innova-mmc/gothamlight-webfont.woff2") format("woff2"),
    url("https://static3.toyotabharat.com/fonts/innova-mmc/gothamlight-webfont.woff") format("woff"), url("https://static3.toyotabharat.com/fonts/innova-mmc/gothamlight-webfont.ttf") format("truetype"),
    url("https://static3.toyotabharat.com/fonts/innova-mmc/gothamlight-webfont.svg#gothamlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothammedium";
  src: url("https://static3.toyotabharat.com/fonts/innova-mmc/gothammedium-webfont.eot");
  src: url("https://static3.toyotabharat.com/fonts/innova-mmc/gothammedium-webfont.eot?#iefix") format("embedded-opentype"), url("https://static3.toyotabharat.com/fonts/innova-mmc/gothammedium-webfont.woff2") format("woff2"),
    url("https://static3.toyotabharat.com/fonts/innova-mmc/gothammedium-webfont.woff") format("woff"), url("https://static3.toyotabharat.com/fonts/innova-mmc/gothammedium-webfont.ttf") format("truetype"),
    url("https://static3.toyotabharat.com/fonts/innova-mmc/gothammedium-webfont.svg#gothammedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothamthin";
  src: url("https://static3.toyotabharat.com/fonts/innova-mmc/gotham-thin-webfont.eot");
  src: url("https://static3.toyotabharat.com/fonts/innova-mmc/gotham-thin-webfont.eot?#iefix") format("embedded-opentype"), url("https://static3.toyotabharat.com/fonts/innova-mmc/gotham-thin-webfont.woff2") format("woff2"),
    url("https://static3.toyotabharat.com/fonts/innova-mmc/gotham-thin-webfont.woff") format("woff"), url("https://static3.toyotabharat.com/fonts/innova-mmc/gotham-thin-webfont.ttf") format("truetype"),
    url("https://static3.toyotabharat.com/fonts/innova-mmc/gotham-thin-webfont.svg#gothamthin") format("svg");
  font-weight: normal;
  font-style: normal;
}

@keyframes uptext {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes uptext {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes downtext {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes downtext {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

body,
html {
  font-family: "gothammedium";
}
label {
  display: block;
  font-family: "gothammedium";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "gothammedium";
}
p {
  margin: 0;
  padding: 0;
  font-family: "gothambook";
}
table,
tr,
td {
  font-family: "gothambook";
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "gothammedium";
}
a,
input,
select,
textarea,
.btn {
  transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
  font-family: "gothammedium";
  text-decoration: none;
}
.form-control,
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  opacity: 1;
  color: #fff;
  text-transform: none;
}
.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
  text-transform: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
select option {
  color: #000;
}

.styled-select {
  position: relative;
  width: 100%;
}
.styled-select:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  pointer-events: none;
}
.styled-select select.form-control {
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.styled-select select option {
  background-color: #fff;
  font-family: "FrutigerCE55RomanRegular";
}

.footer.add-mrgtop {
  margin-top: 0;
}
.footer.add-mrgtop .row + .row {
  padding-top: 20px;
}

.modal {
  z-index: 10000;
  right: -17px;
}
.modal-backdrop {
  z-index: 9999;
}
.modal-open {
  padding-right: 0 !important;
  overflow: auto;
}
.modal.in {
  padding-right: 0 !important;
}
.modal-content {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.modal-content .close {
  opacity: 1;
  padding: 0;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 99;
  text-shadow: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: right;
}
.modal-content .close:hover {
  background-color: transparent;
}
.modal-content .close img {
  position: relative;
  top: 0;
}
.modal-dialog {
  max-width: 700px;
  width: 90%;
  margin: 70px auto 0;
}
.modal-body {
  float: left;
  width: 100%;
  padding: 15px;
}
.modal-backdrop.in {
  opacity: 0;
}

.video_modal .modal-body {
  padding: 15px;
}
.video_modal .modal-body iframe {
  border: none;
  width: 100%;
  height: 400px;
  margin-bottom: -5px;
}

.owl-carousel .owl-nav {
  margin: 0;
}
.owl-carousel .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: #000;
  line-height: 40px;
  width: 40px;
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.owl-carousel .owl-nav [class*="owl-"] .fa {
}
.owl-carousel .owl-nav .owl-next {
  right: 10px;
}
.owl-carousel .owl-nav .owl-prev {
  left: 10px;
}
.owl-carousel {
  mix-blend-mode: normal;
}
.carousel-wrapper .owl-carousel .owl-nav.disabled {
  display: block;
}

.innovammc-wrapper {
  margin-top: 70px;
}
.innovammc-wrapper .container {
  width: 90%;
  padding: 0;
}
.banner-section {
  position: relative;
}
.banner-section > img {
  width: 100%;
}
.banner-section .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 50px;
}
.banner-section .overlay h1 {
  font-size: 50px;
  color: rgba(19, 19, 28, 0.9);
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
}
.banner-section .overlay h1 span {
  font-family: "gothamblack";
  color: rgba(19, 19, 28, 0.9);
}
.banner-section .overlay h1.white,
.banner-section .overlay h1.white span {
  color: #fff;
}
.banner-section .bottom-logo {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 40px;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.banner-section .bottom-logo img {
  width: 325px;
}
.home-carousel .active h1 {
  animation: downtext 1s ease forwards;
}
.home-carousel .owl-nav .owl-prev {
  left: 55px;
}
.home-carousel .owl-nav .owl-next {
  right: 55px;
}
.home-carousel .owl-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 50px;
  text-align: center;
}
.home-carousel .owl-dots .owl-dot {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0 5px;
}
.home-carousel .owl-dots .owl-dot span {
  margin: 0;
  background-color: #fff;
  height: 16px;
  width: 16px;
}
.home-carousel .owl-dots .owl-dot span:hover {
  background-color: #fff;
}
.home-carousel .owl-dots .owl-dot.active span {
  background-color: #fc6b08;
}

.grey-section {
  background-color: #fff;
}
.copy-bg {
  padding: 60px 80px;
  background-color: rgba(255, 255, 255, 0.8);
  *mix-blend-mode: hard-light;
}
.copy-bg p {
  color: #221f1f;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  font-family: "gothambook";
}
.heading {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 25px 15px;
}
.heading h2 {
  color: #211f1f;
  font-size: 50px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.heading h2 span {
  font-family: "gothamblack";
  *color: #fa6b08;
}
.grey-section .heading {
  padding: 35px 15px;
}
.image-section {
  position: relative;
}
.image-section > img {
  width: 100%;
}
.image-section .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.unmatched-unrivaled-section {
}
.unmatched-design-section {
  width: 100%;
}
.unmatched-design-section .heading {
}
.unmatched-design-section .copy-bg {
  padding: 40px 30px;
  mix-blend-mode: hard-light;
}
.unmatched-design-section .copy-bg p {
  font-size: 16px;
  line-height: 32px;
}

.carousel-wrapper {
  margin-top: -150px;
  position: relative;
  padding-bottom: 15px;
}
.carousel-wrapper .item {
  position: relative;
  border: none;
  display: block;
}
.carousel-wrapper .item:hover {
  border: none;
  text-decoration: none;
}
.carousel-wrapper .item > img {
  height: 300px;
  width: auto;
}
.carousel-wrapper .item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(133, 38, 34, 0.9);
  padding: 15px;
  mix-blend-mode: hard-light;
  text-align: center;
  transition: all 0.5s ease-in 0s;
  -webkit-transition: all 0.5s ease-in 0s;
  transform: translateY(-100%);
}
.carousel-wrapper .item:hover .overlay {
  transform: translateY(0);
}
.carousel-wrapper .item .overlay .inner {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -45px;
  padding: 0 10px;
  display: table;
}
.carousel-wrapper .item .overlay .inner .inner-inner {
  display: inline-block;
}
.carousel-wrapper .item .overlay h3 {
  color: #fff;
  font-size: 18px;
  font-family: "gothambold";
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  text-transform: uppercase;
}

.floating-nav-wrapper {
  position: fixed;
  left: 0;
  top: 70px;
  width: 100%;
  z-index: 99;
  display: none;
}
.floating-nav-wrap {
  background-color: #4d4c59;
  text-align: center;
}
.floating-nav-wrap > ul {
  display: inline-block;
  margin: 0 0 -5px;
  padding: 0;
  float: none;
}
.floating-nav-wrap > ul > li {
  float: left;
  padding: 0;
}
.floating-nav-wrap > ul > li:first-child {
  margin-left: 0;
}
.floating-nav-wrap > ul > li > a {
  color: #fff;
  font-family: "Arial";
  text-transform: uppercase;
  float: left;
  position: relative;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 20px;
  letter-spacing: 1px;
}
.floating-nav-wrap > ul > li > a:hover,
.floating-nav-wrap > ul > li > a:focus {
  background-color: transparent;
}

.floating-nav-wrap .nav .open > a,
.floating-nav-wrap .nav .open > a:focus,
.floating-nav-wrap .nav .open > a:hover {
  background-color: transparent;
  color: #fff;
}
.floating-nav-wrap .dropdown-menu {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.floating-nav-wrap .dropdown-menu > li {
  padding-bottom: 1px;
}
.floating-nav-wrap .dropdown-menu > li > a {
  background-color: rgba(19, 19, 28, 0.8);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  padding: 5px;
  text-align: center;
}
.floating-nav-wrap .dropdown-menu > li > a:hover {
  background-color: #fff;
  color: #353545;
}
.floating-nav-wrap > ul > li:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

.unrivaled-connectivity-section {
  width: 100%;
  background-color: #fff;
}
.unrivaled-connectivity-section .heading {
}
.unrivaled-connectivity-section .copy-bg {
  padding: 40px 30px;
}
.unrivaled-connectivity-section .copy-bg p {
  font-size: 16px;
  line-height: 32px;
}
.unrivaled-connectivity-section .carousel-wrapper .item .overlay {
  background-color: rgba(0, 86, 138, 0.9);
}
.unrivaled-connectivity-section .owl-carousel .owl-nav [class*="owl-"]:before {
  background-color: #0c4e68;
}

.unmatched-comfort-section {
  width: 100%;
  background-color: #fff;
}
.unmatched-comfort-section .heading {
}
.unmatched-comfort-section .copy-bg {
  padding: 40px 30px;
}
.unmatched-comfort-section .copy-bg p {
  font-size: 16px;
  line-height: 32px;
}
.unmatched-comfort-section .carousel-wrapper .item .overlay {
  background-color: rgba(10, 35, 33, 0.9);
}
.unmatched-comfort-section .owl-carousel .owl-nav [class*="owl-"]:before {
  background-color: #0a2321;
}

.unrivaled-performance-section {
  width: 100%;
  background-color: #fff;
}
.unrivaled-performance-section .heading {
}
.unrivaled-performance-section .copy-bg {
  padding: 40px 30px;
}
.unrivaled-performance-section .copy-bg p {
  font-size: 16px;
  line-height: 32px;
}
.unrivaled-performance-section .carousel-wrapper .item .overlay {
  background-color: rgba(75, 61, 19, 1);
}
.unrivaled-performance-section .owl-carousel .owl-nav [class*="owl-"]:before {
  background-color: #4b3d13;
}

.unmatched-safety-section {
  width: 100%;
  background-color: #fff;
}
.unmatched-safety-section .heading {
}
.unmatched-safety-section .copy-bg {
  padding: 40px 30px;
}
.unmatched-safety-section .copy-bg p {
  font-size: 16px;
  line-height: 32px;
}
.unmatched-safety-section .carousel-wrapper .item .overlay {
  background-color: rgba(47, 23, 75, 1);
}
.unmatched-safety-section .owl-carousel .owl-nav [class*="owl-"]:before {
  background-color: #2f174b;
}

.panel-group {
  margin: 0;
}
.panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.panel-default > .panel-heading {
  padding: 0;
}
.panel-title {
}
.panel-title > a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  padding: 15px 36px 15px 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "gothambold";
  font-size: 13px;
  background-color: #3b3b4f;
  color: #fff;
  position: relative;
}
.panel-title > a .fa {
  position: absolute;
  right: 0;
  top: 50%;
  width: 36px;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  background-image: none;
  line-height: 24px;
  height: 24px;
  margin-top: -12px;
  font-size: 24px;
}
.panel-title > a .fa-plus:after {
  display: none;
}

.specifications-section {
  background-color: #e5e5e5;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}
.specifications-section .image-section {
  padding-bottom: 60px;
}
.specifications-section .image-section .overlay {
  position: static;
}
.specifications-section .image-section .overlay .copy-bg {
  padding: 20px 0;
  background-color: #e5e5e5;
}
/* .specifications-section .heading h2, .specifications-section .heading h2 span{ color: #fff;} */

.spec-inner .nav-tabs {
  border: none;
  padding-bottom: 10px;
}
.spec-inner .nav-tabs > li {
  margin: 0;
}
.spec-inner .nav-tabs > li > a {
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: #c6c5c5;
  font-size: 15px;
  color: #161623;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "gothambold";
  padding: 0 20px;
  min-width: 200px;
  line-height: 38px;
  text-align: center;
  position: relative;
}
.spec-inner .nav-tabs > li.active > a,
.spec-inner .nav-tabs > li.active > a:focus,
.spec-inner .nav-tabs > li.active > a:hover {
  border: none;
  background-color: #3b3b4f;
  z-index: 1;
  color: #fff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  padding: 0;
}
.table {
  margin-bottom: 0;
}
.table-bordered {
  border: none;
}
.table-bordered > tbody > tr > td {
  text-align: center;
  border: none;
  border-left: 1px solid #6e6e76;
  border-bottom: 1px solid #252531;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(22, 22, 35, 0.9);
  vertical-align: middle;
}
.table-bordered > tbody > tr > td:first-child {
  text-align: left;
}
.table-bordered > tbody > tr:last-child > td {
  border-bottom: none;
}

.unrivaled-upgrades-section {
  width: 100%;
}
.unrivaled-upgrades-section .heading {
}
.unrivaled-upgrades-section .copy-bg {
  padding: 40px 30px;
}
.unrivaled-upgrades-section .copy-bg p {
  font-size: 16px;
  line-height: 32px;
}
.unrivaled-upgrades-section .carousel-wrapper .item .overlay {
  background-color: rgba(10, 93, 99, 1);
}
.unrivaled-upgrades-section .owl-carousel .owl-nav [class*="owl-"]:before {
  background-color: #0a555a;
}
.dwn-brochure {
  text-align: center;
  padding: 0 15px;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 10;
  width: 100%;
}
.dwn-brochure .btn {
  background-color: #121212;
  padding: 0 20px;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 2px;
}
.dwn-brochure .btn:hover {
  background-color: #fa6b08;
}

.ebook-section .heading {
}
.ebook-section .copy-bg {
  padding: 20px 0;
  background-color: transparent;
}
.ebook-btn {
  text-align: center;
  padding-top: 10px;
}
.ebook-btn > a {
  display: inline-block;
  padding: 0 35px;
  background-color: #929497;
  color: #fff;
  font-family: "gothamblack";
  font-size: 38px;
  text-decoration: none;
  line-height: 90px;
  letter-spacing: 2px;
}
.ebook-btn > a:hover {
  background-color: #121212;
}

.unmatched-color-section {
  width: 100%;
  padding-bottom: 100px;
}
.unmatched-color-section .heading {
}
.unmatched-color-section .image-section {
  position: relative;
  background-image: url("../../images/showroom/innova-mmc/car-color-bg-1600x1000.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.unmatched-color-section .copy-bg {
  padding: 40px 30px;
}
.unmatched-color-section .copy-bg p {
  font-size: 16px;
  line-height: 32px;
}
.brochure-list {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 40px 0 60px;
}
.brochure-list > li {
  display: inline-block;
  padding: 0 10px;
}
.brochure-list > li > a {
  float: left;
  min-width: 280px;
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
  background-color: rgba(146, 148, 151, 0.75);
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 5px;
  cursor: pointer;
}
.brochure-list > li > a:hover {
  background-color: rgba(242, 108, 33, 0.75);
}
.brochure-list > li.mobile-vb,
.brochure-list > li.mobile-db {
  display: none;
}

.car-color-tabs {
  text-align: center;
}
.car-color-tabs .nav-tabs {
  border: none;
  display: inline-block;
}
.car-color-tabs .nav-tabs > li {
  margin: 0;
  padding: 0 10px;
}
.car-color-tabs .nav-tabs > li > a {
  margin: 0;
  border: 1px solid #999;
  border-radius: 0;
  height: 40px;
  width: 122px;
  position: relative;
}

/* color with class css */
.car-color-tabs .nav-tabs > li.bronze > a:before,
.car-color-tabs .nav-tabs > li.bronze > a {
  background-color: #212144;
}
.car-color-tabs .nav-tabs > li.red > a:before,
.car-color-tabs .nav-tabs > li.red > a {
  background-color: #35171c;
}
.car-color-tabs .nav-tabs > li.grey > a:before,
.car-color-tabs .nav-tabs > li.grey > a {
  background-color: #afaa9e;
}
.car-color-tabs .nav-tabs > li.dark-silver > a:before,
.car-color-tabs .nav-tabs > li.dark-silver > a {
  background-color: #f2f2e9;
}
.car-color-tabs .nav-tabs > li.silver > a:before,
.car-color-tabs .nav-tabs > li.silver > a {
  background-color: #52525e;
}
.car-color-tabs .nav-tabs > li.white-pearl > a:before,
.car-color-tabs .nav-tabs > li.white-pearl > a {
  background-color: #f0f1f3;
}
.car-color-tabs .nav-tabs > li.white > a:before,
.car-color-tabs .nav-tabs > li.white > a {
  background-color: #ffffff;
}
.car-color-tabs .nav-tabs > li.black > a:before,
.car-color-tabs .nav-tabs > li.black > a {
  background-color: #08081c;
}

/* color with nth-child css */
/* .car-color-tabs .nav-tabs > li:nth-child(1) > a:before,
.car-color-tabs .nav-tabs > li:nth-child(1) > a{ background-color: #212144;}
.car-color-tabs .nav-tabs > li:nth-child(2) > a:before,
.car-color-tabs .nav-tabs > li:nth-child(2) > a{ background-color: #35171c;}
.car-color-tabs .nav-tabs > li:nth-child(3) > a:before,
.car-color-tabs .nav-tabs > li:nth-child(3) > a{ background-color: #afaa9e;}
.car-color-tabs .nav-tabs > li:nth-child(4) > a:before,
.car-color-tabs .nav-tabs > li:nth-child(4) > a{ background-color: #f2f2e9;}
.car-color-tabs .nav-tabs > li:nth-child(5) > a:before,
.car-color-tabs .nav-tabs > li:nth-child(5) > a{ background-color: #52525e;}
.car-color-tabs .nav-tabs > li:nth-child(6) > a:before,
.car-color-tabs .nav-tabs > li:nth-child(6) > a{ background-color: #f0f1f3;}
.car-color-tabs .nav-tabs > li:nth-child(7) > a:before,
.car-color-tabs .nav-tabs > li:nth-child(7) > a{ background-color: #ffffff;}
.car-color-tabs .nav-tabs > li:nth-child(8) > a:before,
.car-color-tabs .nav-tabs > li:nth-child(8) > a{ background-color: #08081c;}  */

.car-color-tabs .nav-tabs > li > a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 100%;
  margin-left: -8px;
  transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
  opacity: 0;
  visibility: hidden;
}
.car-color-tabs .nav-tabs > li.active > a:before {
  opacity: 1;
  visibility: visible;
}
.car-color-tabs .nav-tabs > li.active > a,
.car-color-tabs .nav-tabs > li.active > a:focus,
.car-color-tabs .nav-tabs > li.active > a:hover {
  border: 1px solid #999;
}
.car-color-tabs .content {
  position: relative;
  padding-bottom: 30px;
}
.car-color-tabs .content .image {
}
.car-color-tabs .content .image > img {
  width: 100%;
}
.car-color-tabs .content h4 {
  color: #161623;
  font-family: "gothambold";
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 10px;
}

.testdrive-section {
  background-color: #e5e6e7;
  padding-bottom: 100px;
}
.testdrive-section .grey-section .heading {
  background-color: #e5e6e7;
}
.testdrive-section .grey-section .heading .sub-heading {
  font-size: calc(1rem + 1vw);
}
.testdrive-section .image-section {
  padding-bottom: 60px;
}
.testdrive-section .image-section .overlay {
  position: static;
}
.testdrive-section .image-section .overlay .copy-bg {
  padding: 20px 0;
  background-color: #e5e6e7;
}

.td-enquiry {
  background-color: #353545;
  padding: 65px 100px;
  position: relative;
}
.td-enquiry .form-group {
  margin-bottom: 30px;
}
.td-enquiry .form-control,
.td-enquiry .form-control:focus {
  height: 40px;
  border: 1px solid #b5b5b8;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  outline: none;
  letter-spacing: 3px;
  font-size: 14px;
}
.td-enquiry .btn {
  width: 100%;
  padding: 0 20px !important;
  border-radius: 0;
  border: none;
  background-color: #929497;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 22px !important;
  letter-spacing: 5px;
}
.td-enquiry .btn:hover {
  background-color: #fa6b08;
}
.td-enquiry .margin-bottom-zero {
  margin-bottom: 0;
}
.td-enquiry p {
  color: #fff;
  font-size: 13px;
  letter-spacing: 3px;
  padding-top: 10px;
}

.availability-section {
  background-color: #fff;
}
.availability-section .image-section .overlay .copy-bg,
.availability-section .grey-section .heading {
  background-color: transparent;
}
.check-availability {
}
.check-availability .form-control {
  height: 42px;
  border: 1px solid #353545;
  color: #353545;
  border-radius: 0;
  letter-spacing: 3px;
  font-size: 14px;
}
.check-availability .styled-select::after {
  color: #353545;
}
.check-availability .btn {
  width: 100%;
  padding: 0 20px !important;
  border-radius: 0;
  border: none;
  background-color: #929497;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 22px !important;
  letter-spacing: 5px;
}
.check-availability .btn:hover {
  background-color: #121212;
}

.car-image {
  position: relative;
}
.car-image > img {
  width: 100%;
}
.car-image .logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 223px;
}
.car-image .logo > img {
  width: 100%;
}

.enq-modal .modal-dialog {
  max-width: 500px;
}
.enq-modal .modal-content {
  background-color: rgba(19, 19, 28, 0.9);
}
.enq-modal .modal-body {
  padding: 70px;
}
.enq-modal .modal-content .close {
  text-align: center;
  top: 0;
  right: 0;
}
.enq-modal h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 30px;
  letter-spacing: 5px;
  color: #fff;
  font-family: "gothambold";
}
.enq-modal .form-group {
  margin-bottom: 20px;
}
.enq-modal .form-control {
  height: 40px;
  border: 1px solid #b5b5b8;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  outline: none;
  letter-spacing: 3px;
  font-size: 14px;
}
.enq-modal .btn {
  width: 100%;
  padding: 0 20px !important;
  border-radius: 0;
  border: none;
  background-color: #fff;
  color: #211f1f;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 22px !important;
  letter-spacing: 5px;
}
.enq-modal .btn:hover {
  background-color: #fa6b08;
}

.emi-section .heading h2,
.emi-section .heading h2 span {
  color: #211f1f;
}
.emi-calc-form {
  background-color: #13131b;
  padding: 70px 100px;
}
.emi-calc-form .form-group {
  margin-bottom: 30px;
}
.emi-calc-form .form-control {
  background-color: transparent;
  border: 1px solid #a5a5af;
  color: #fff;
  height: 40px;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 2px;
}
.emi-calc-form h3 {
  color: #fff;
  font-size: 46px;
  font-family: "gothamblack";
  letter-spacing: 5px;
  margin: 20px 0;
}
.emi-calc-form h3 span {
  color: #fff;
  display: block;
  font-family: "gothammedium";
  font-size: 20px;
  padding-bottom: 10px;
}
.range-slider {
}
.range-slider .caption {
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
  font-family: "gothammedium";
  padding-bottom: 10px;
}
.range-slider .caption span {
  color: #fff;
  font-family: "gothamblack";
}
.range-slider-bdr {
  border: 1px solid #a5a5af;
  padding: 0 10px;
}
.range-slider .slider.slider-horizontal {
  width: 100%;
  height: 40px;
}
.range-slider .slider.slider-horizontal .slider-track {
  height: 100%;
  border-radius: 0;
  margin: 0;
  top: 0;
  box-shadow: none;
  background: none;
  padding: 0;
}
.range-slider .slider-selection {
  background-image: none;
}
.range-slider .slider-handle {
}
.range-slider .slider.slider-horizontal .slider-tick,
.range-slider .slider.slider-horizontal .slider-handle {
  border-radius: 0;
  width: 20px;
  height: 100%;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  border: none;
}
.emi-calc-form label {
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
  font-family: "gothammedium";
  padding-bottom: 10px;
  margin: 0;
}
.emi-calc-form p {
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
  padding-bottom: 10px;
  padding-top: 5px;
}
.emi-calc-form .btn {
  width: 100%;
  padding: 0 20px !important;
  border-radius: 0;
  border: none;
  background-color: #fff;
  color: #211f1f;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 22px !important;
  letter-spacing: 5px;
  margin-top: 36px;
}
.emi-calc-form .btn:hover {
  background-color: #fa6b08;
}

.gallery-section {
  background-color: #e5e5e5;
  padding-bottom: 10px;
}
/* .gallery-section .heading{ background-color: rgba(22,22,35,.6);} */
.gallery-section .image-section {
  padding-bottom: 0;
}
.gallery-section .image-section .overlay .copy-bg {
  padding: 20px 0;
  background-color: #e5e5e5;
  z-index: 10;
}

.gallery01-carousel .item {
  position: relative;
}
.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: rgba(22, 22, 35, 0.9);
  text-align: center;
  width: 120px;
  color: #fff;
  margin: -60px 0 0 -60px;
  border-radius: 100%;
  mix-blend-mode: hard-light;
}
.play-btn .fa {
  font-size: 50px;
  line-height: 120px;
  position: relative;
  padding-left: 10px;
}
.play-btn:hover {
  color: #fff;
}
.gallery01-carousel .owl-nav [class*="owl-"] {
  color: rgba(22, 22, 35, 0.9);
}
.gallery01-carousel .owl-nav .owl-prev {
  left: 50px;
  transform: rotate(180deg);
}
.gallery01-carousel .owl-nav .owl-next {
  right: 50px;
}
.owl-carousel .owl-nav .disabled {
  opacity: 0.7;
}

.gallery02-carousel {
  margin-top: 80px;
}
.gallery02-carousel .item {
  position: relative;
}
.gallery02-carousel .img-block {
  border: none;
  float: left;
  width: 100%;
  margin: 15px 0;
}
.gallery02-carousel .owl-nav [class*="owl-"] {
  color: #211f1f;
  font-size: calc(1rem + 3vw);
  background-color: #fff;
}
.gallery02-carousel .owl-nav .owl-prev {
  left: -45px;
}
.gallery02-carousel .owl-nav .owl-next {
  right: -45px;
}

.video-article-section {
  background-color: #fff;
  padding-bottom: 0;
}
.video-article-section .heading {
  background-color: rgba(22, 22, 35, 0.6);
}
.video-article-section .image-section {
  padding-bottom: 0;
}
.video-article-section .image-section .overlay {
  position: static;
}
.video-article-section .image-section .overlay .copy-bg {
  padding: 20px 0;
  background-color: rgba(22, 22, 35, 0.6);
  z-index: 10;
}

.videos-wrapper {
  padding: 100px 0;
  border-bottom: 1px solid #808090;
}

.va-carousel .owl-nav [class*="owl-"] {
  color: #808090;
}
.va-carousel .owl-nav .owl-prev {
  left: -50px;
  transform: rotate(180deg);
}
.va-carousel .owl-nav .owl-next {
  right: -50px;
}
.va-carousel .play-btn {
  width: 100px;
  margin: -50px 0 0 -50px;
}
.va-carousel .play-btn .fa {
  line-height: 100px;
  font-size: 40px;
}
.va-carousel .video-block {
  position: relative;
}
.va-carousel .copy-block {
  padding-top: 10px;
}
.va-carousel h4 {
  font-size: 15px;
  color: #161623;
  font-family: "gothambold";
  letter-spacing: 1px;
}
.va-carousel p {
  font-size: 15px;
  color: #161623;
  letter-spacing: 1px;
}
.va-carousel .btn {
  background-color: #161623;
  color: #fff;
  font-size: 10px;
  padding: 0 10px;
  line-height: 18px;
  border: none;
  border-radius: 0;
}
.va-carousel .btn:hover {
  background-color: #27257a;
}

.article-wrapper {
  padding: 100px 0;
}
.article-block {
  width: 100%;
  height: 280px;
}
.article-block.blue {
  background-color: #2c496b;
}
.article-block.green {
  background-color: #3e6868;
}
.article-block.yellow {
  background-color: #998e56;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.spec-disclaimer {
  padding-top: 15px;
}
.spec-disclaimer p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.brochure-list2 {
  display: none;
}

.carousel {
  width: 100%;
}
.carousel.left {
  cursor: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBpZD0ic3ZnIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yNC4xIDMwTDcuOSAxNiAyNC4xIDIiPjwvcGF0aD48L3N2Zz4="),
    auto;
}
.carousel.right {
  cursor: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik03LjkgMzBsMTYuMi0xNEw3LjkgMiIvPjwvc3ZnPg=="),
    auto;
}
.carousel .owl-carousel .owl-nav [class*="owl-"] {
  margin: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
}
.carousel .owl-carousel .owl-nav .owl-prev {
  left: 0;
  cursor: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBpZD0ic3ZnIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yNC4xIDMwTDcuOSAxNiAyNC4xIDIiPjwvcGF0aD48L3N2Zz4="),
    auto;
}
.carousel .owl-carousel .owl-nav .owl-next {
  right: 0;
  cursor: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik03LjkgMzBsMTYuMi0xNEw3LjkgMiIvPjwvc3ZnPg=="),
    auto;
}

.unmatched-comfort-section .home-carousel .owl-dots,
.unrivaled-upgrades-section .home-carousel .owl-dots {
  bottom: 180px;
}

/*14-12-2020*/
.feature-block {
  display: inline-block;
  width: 100%;
  position: relative;
  background-color: #e4e5e6;
}
.feature-carousel .feature-block > img {
  width: 50%;
}
.feature-block .feature-copy {
  position: absolute;
  right: 0;
  width: 50%;
  top: 50%;
  padding: 0 20px;
  transform: translateY(-50%);
}
.feature-block .feature-copy .inner {
  position: relative;
  vertical-align: middle;
  max-width: 75%;
  display: inline-block;
  min-width: 160px;
  border-bottom: 3px solid #919395;
}
.feature-block .feature-copy .inner h3 {
  color: #221f1f;
  font-family: "gothambold";
  font-size: 18px;
  max-width: 220px;
  display: inline-block;
  padding: 10px 0;
  line-height: 24px;
  text-transform: uppercase;
}
.feature-block.even .feature-copy .inner {
  border-bottom: none;
  border-top: 3px solid #919395;
}
.feature-block .feature-copy .inner:before {
  content: "";
  position: absolute;
  left: -50px;
  bottom: -3px;
  width: 60px;
  height: 7px;
  background-color: #919395;
  transform: skew(-50deg);
}
.feature-block.even .feature-copy .inner:before {
  bottom: auto;
  top: -7px;
}
.feature-carousel .owl-nav .disabled {
  opacity: 0.2;
}
.fancybox-infobar span {
  color: #ccc;
}

.feature-modal {
}
.feature-modal .modal-dialog {
  max-width: 700px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -350px;
}
.feature-modal .modal-content {
  margin: 0;
}
.modal-content .feature-body .close {
  background-color: #211f1f;
  border-radius: 0;
  width: 32px;
  line-height: 32px;
  text-align: center;
  top: -16px;
  right: 14px;
  height: 32px;
}
.modal-content .feature-body .close > img {
  position: relative;
  top: -2px;
}
.feature-body {
  position: relative;
}
.feature-body > img {
  width: 100%;
}
.feature-body .overlay {
  padding: 0 30px;
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
}
.feature-body .overlay .inner {
  background-color: #dadcdc;
  width: 100%;
  padding: 15px 20px;
  text-align: center;
}
.feature-body .overlay h3 {
  color: #211f1f;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "gothambold";
  padding-bottom: 5px;
}
.feature-body .overlay p {
  color: #211f1f;
  font-size: 14px;
  line-height: 22px;
}

/*Responsive*/
@media (min-width: 1601px) and (max-width: 2250px) {
  .carousel-wrapper .item > img {
    height: 440px;
  }
  .check-availability .form-group {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1600px) {
  .banner-section .overlay {
    padding-top: 30px;
  }
}
@media (max-width: 1440px) {
  .banner-section .overlay h1 {
    font-size: 40px;
  }
  .banner-section .bottom-logo img {
    width: 260px;
  }
  .copy-bg p {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .floating-nav-wrap > ul > li > a {
    font-size: 14px;
    padding: 15px;
  }
  .heading h2 {
    font-size: 40px;
  }
  .unmatched-design-section .copy-bg p,
  .unrivaled-connectivity-section .copy-bg p,
  .unmatched-comfort-section .copy-bg p,
  .unrivaled-performance-section .copy-bg p,
  .unmatched-safety-section .copy-bg p,
  .unmatched-color-section .copy-bg p,
  .unrivaled-upgrades-section .copy-bg p {
    font-size: 14px;
    line-height: 24px;
  }
  .carousel-wrapper {
    margin-top: -115px;
  }
  .carousel-wrapper .item > img {
    height: 230px;
  }
}
@media (max-width: 1440px) {
  .floating-nav-wrap > ul > li > a {
    font-size: 13px;
  }
  .feature-modal .modal-dialog {
    max-width: 600px;
    margin: -160px 0 0 -300px;
  }
}

@media (max-width: 1279px) {
  .innovammc-wrapper {
    margin-top: 81px;
  }
  /*.carousel-wrapper .item .overlay .inner{ padding-top: 40px;}*/
  .floating-nav-wrap > ul > li > a {
    font-size: 12px;
    padding: 10px 8px;
  }
  .floating-nav-wrapper {
    top: 81px;
  }
  .floating-nav-wrap .dropdown-menu > li > a {
    font-size: 12px;
  }
  .car-color-tabs .nav-tabs > li > a {
    width: 90px;
  }
  .banner-section .overlay {
    padding-top: 20px;
  }
  .banner-section .bottom-logo img {
    width: 180px;
  }
  .copy-bg {
    padding: 20px 20px 0;
  }
  .enq-modal .modal-body {
    padding: 50px;
  }
  .enq-modal h2 {
    font-size: 30px;
  }
  .td-enquiry {
    padding: 50px;
  }
  .ebook-btn > a {
    font-size: 24px;
    line-height: 50px;
  }
  .article-wrapper,
  .videos-wrapper {
    padding: 50px 0;
  }
  .emi-calc-form {
    padding: 30px;
  }
  .carousel-wrapper {
    margin-top: -90px;
  }
  .carousel-wrapper .item > img {
    height: 180px;
  }
  .carousel-wrapper .item .overlay h3 {
    font-size: 16px;
  }
  .feature-block .feature-copy .inner h3 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 1023px) {
  .banner-section .bottom-logo {
    padding-bottom: 15px;
  }
  .innovammc-wrapper .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .innovammc-wrapper {
    margin-top: 131px;
  }
  .banner-section .overlay h1 {
    font-size: 20px;
  }
  .copy-bg p {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .heading {
    padding: 15px 10px;
  }
  .heading h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .copy-bg {
    padding: 10px 10px 0;
  }
  .floating-nav-wrapper {
    top: 131px;
  }
  .floating-nav-wrapper .container {
    padding: 0;
  }
  .floating-nav-wrap {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 15px;
  }
  .floating-nav-wrap > ul > li {
    float: none;
    display: inline-block;
    position: static;
  }
  .floating-nav-wrap .navbar-nav .open .dropdown-menu {
    position: absolute;
    width: 100%;
  }
  .floating-nav-wrap .dropdown-menu > li {
    padding-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .floating-nav-wrap .dropdown-menu > li > a {
    text-align: left;
  }
  .grey-section .heading {
    padding: 15px 10px;
  }
  .unmatched-design-section .copy-bg,
  .unrivaled-connectivity-section .copy-bg,
  .unrivaled-performance-section .copy-bg,
  .unmatched-safety-section .copy-bg,
  .unmatched-color-section .copy-bg,
  .unmatched-comfort-section .copy-bg,
  .unrivaled-upgrades-section .copy-bg {
    padding: 10px 10px 0;
  }
  .unmatched-design-section .copy-bg p,
  .unrivaled-connectivity-section .copy-bg p,
  .unmatched-comfort-section .copy-bg p,
  .unrivaled-performance-section .copy-bg p,
  .unmatched-safety-section .copy-bg p,
  .unmatched-color-section .copy-bg p,
  .unrivaled-upgrades-section .copy-bg p {
    font-size: 12px;
    letter-spacing: 1px;
    padding-bottom: 15px;
  }
  .carousel-wrapper {
    margin-top: 0;
  }
  .ebook-btn {
    padding-top: 10px;
  }
  .ebook-section .copy-bg,
  .testdrive-section .image-section .overlay .copy-bg,
  .testdrive-section .image-section .overlay .copy-bg,
  .specifications-section .image-section .overlay .copy-bg {
    display: none;
  }
  .ebook-btn > a {
    font-size: 16px;
    line-height: 40px;
  }
  .testdrive-section {
    padding-bottom: 20px;
  }
  .specifications-section .image-section {
    padding-bottom: 20px;
  }
  .unmatched-color-section,
  .specifications-section {
    padding-bottom: 20px;
  }
  .testdrive-section .image-section {
    padding-bottom: 20px;
  }
  .car-color-tabs .nav-tabs > li {
    padding: 0 2px;
  }
  .car-color-tabs .nav-tabs > li > a {
    padding: 0;
    width: 50px;
    height: 30px;
  }
  .brochure-list {
    padding: 20px 0;
  }
  .car-color-tabs .nav-tabs > li > a::before {
    width: 10px;
    height: 10px;
    margin-left: -5px;
  }
  .brochure-list > li {
    padding: 0 5px;
  }
  .brochure-list > li > a {
    padding: 0 15px;
    min-width: inherit;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .modal {
    right: 0;
  }
  .enq-modal h2 {
    font-size: 24px;
  }
  .dwn-brochure {
    margin-top: -38px;
    top: 0;
  }
  .dwn-brochure .btn {
    letter-spacing: normal;
    font-size: 12px;
    line-height: 36px;
    border-width: 1px;
    padding: 0 10px;
  }
  .emi-calc-form .form-group {
    margin-bottom: 15px;
  }
  .emi-calc-form .form-control {
    letter-spacing: 1px;
    font-size: 13px;
  }
  .emi-calc-form h3 {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .emi-calc-form h3 span {
    font-size: 16px;
  }
  .range-slider .caption {
    font-size: 16px;
  }
  .emi-calc-form p,
  .emi-calc-form label {
    font-size: 16px;
  }
  .emi-calc-form .btn {
    margin-top: 0;
  }
  .emi-calc-form {
    padding-bottom: 15px;
  }
  .gallery-section .image-section .overlay .copy-bg,
  .video-article-section .image-section .overlay .copy-bg {
    display: none;
  }
  .owl-carousel .owl-nav [class*="owl-"] {
    font-size: 24px;
  }
  .gallery01-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .gallery01-carousel .owl-nav .owl-next {
    right: 0;
  }
  .gallery02-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .gallery02-carousel .owl-nav .owl-next {
    right: 0;
  }
  .play-btn {
    width: 60px;
    margin: -30px 0 0 -30px;
  }
  .play-btn .fa {
    line-height: 60px;
    font-size: 24px;
    padding-left: 5px;
  }
  .va-carousel .play-btn {
    width: 60px;
    margin: -30px 0 0 -30px;
  }
  .va-carousel .play-btn .fa {
    line-height: 60px;
    font-size: 24px;
    padding-left: 5px;
  }
  .gallery02-carousel .item .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gallery02-carousel .item .row .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gallery02-carousel {
    margin-top: 30px;
  }
  .feature-block .feature-copy .inner h3 {
    font-size: 12px;
    line-height: 18px;
  }

  .brochure-list > li.desktop-vb,
  .brochure-list > li.desktop-db {
    display: none;
  }
  .brochure-list > li.mobile-vb,
  .brochure-list > li.mobile-db {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .unmatched-design-section .copy-bg {
    background-color: transparent !important;
  }
  .innovammc-wrapper {
    margin-top: 60px;
  }
  .floating-nav-wrapper {
    top: 60px;
  }
  .banner-section .overlay {
    padding-top: 10px;
  }
  .banner-section .overlay h1 {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .banner-section .bottom-logo img {
    width: 120px;
  }
  .copy-bg p {
    font-size: 12px;
    padding-bottom: 15px;
  }
  .heading {
    padding: 10px;
  }
  .heading h2 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .unmatched-design-section .copy-bg p,
  .unrivaled-connectivity-section .copy-bg p,
  .unmatched-comfort-section .copy-bg p,
  .unrivaled-performance-section .copy-bg p,
  .unmatched-safety-section .copy-bg p,
  .unmatched-color-section .copy-bg p,
  .unrivaled-upgrades-section .copy-bg p {
    line-height: 20px;
  }
  .image-section .overlay {
    position: static;
  }
  .image-section .overlay .container {
    padding: 0;
  }
  .grey-section .container {
    padding: 0;
  }
  .carousel-wrapper .item .overlay h3 {
    font-size: 14px;
  }
  .carousel-wrapper .item .overlay {
    transform: translateY(0);
    background-color: rgba(0, 0, 0, 0.3) !important;
  }
  .car-image .logo {
    width: 140px;
  }
  .check-availability .form-control {
    letter-spacing: normal;
    font-size: 13px;
  }
  .check-availability .btn {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .testdrive-section .image-section {
    padding-bottom: 15px;
  }
  .testdrive-section {
    padding-bottom: 15px;
  }
  .td-enquiry {
    padding: 15px;
  }
  .td-enquiry .form-control,
  .td-enquiry .form-control:focus {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .td-enquiry .form-group {
    margin-bottom: 10px;
  }
  .td-enquiry p {
    padding-top: 0;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .td-enquiry .btn {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .car-color-tabs .nav-tabs > li > a {
    width: 35px;
    height: 20px;
  }
  .brochure-list {
    padding: 5px 0 0;
  }
  .brochure-list > li {
    padding: 0 2px;
  }
  .brochure-list > li > a {
    padding: 0 10px;
    line-height: 34px;
  }
  .table-responsive {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .spec-inner .nav-tabs > li > a {
    min-width: 140px;
    font-size: 14px;
  }
  .panel-title > a {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .panel-title > a .fa {
    font-size: 20px;
    line-height: 20px;
    margin-top: -10px;
  }
  body.modal-open .modal-dialog {
    margin: 70px auto 0 !important;
  }
  .video_modal .modal-body {
    padding: 5px;
  }
  .video_modal .modal-body iframe {
    height: 250px;
  }
  .enq-modal .modal-body {
    padding: 40px 15px 0;
  }
  .enq-modal h2 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .enq-modal .form-control {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .enq-modal .form-group {
    margin-bottom: 15px;
  }
  .enq-modal .btn {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .ebook-btn {
    padding-top: 0;
  }
  .ebook-btn > a {
    width: 100%;
  }
  .unmatched-color-section .copy-bg p {
    font-size: 11px;
    line-height: 18px;
  }
  .carousel-wrapper .container {
    padding: 0;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  .article-wrapper,
  .videos-wrapper {
    padding: 15px 0;
  }
  .article-block {
    height: 180px;
  }
  .carousel-wrapper .item > img {
    height: 140px;
  }
  .emi-calc-form .btn {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .range-slider .caption {
    letter-spacing: 1px;
    font-size: 14px;
  }
  .emi-calc-form p,
  .emi-calc-form label {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .emi-calc-form {
    padding: 15px 15px 0;
  }
  .home-carousel .owl-dots {
    bottom: 10px;
  }
  .home-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
  }
  .unmatched-comfort-section .home-carousel .owl-dots {
    bottom: 10px;
  }
  .unrivaled-upgrades-section .home-carousel .owl-dots {
    bottom: 40px;
  }
  body .feature-modal .modal-dialog {
    position: static;
    margin-top: 130px !important;
  }
  .feature-body .overlay {
    padding: 0 15px;
  }
  .feature-body .overlay .inner {
    padding: 10px;
  }
  .modal-content .feature-body .close {
    top: -32px;
    right: 0;
  }
  .feature-body .overlay h3 {
    font-size: 14px;
    line-height: 22px;
  }
  .feature-body .overlay p {
    font-size: 12px;
    line-height: 20px;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
  }
}

@media (max-width: 639px) {
}

@media (max-width: 479px) {
  .brochure-list > li > a {
    font-size: 11px;
  }
}

@media (max-width: 359px) {
}
