/*fonts starts*/
@font-face {
  font-family: "Toyota Type";
  src: url("https://static3.toyotabharat.com/fonts/glanza/ToyotaType-Light.eot");
  src: url("https://static3.toyotabharat.com/fonts/glanza/ToyotaType-Light.eot?#iefix") format("embedded-opentype"),
    url("https://static3.toyotabharat.com/fonts/glanza/ToyotaType-Light.woff2") format("woff2"),
    url("https://static3.toyotabharat.com/fonts/glanza/ToyotaType-Light.woff") format("woff"),
    url("https://static3.toyotabharat.com/fonts/glanza/ToyotaType-Light.ttf") format("truetype"),
    url("https://static3.toyotabharat.com/fonts/glanza/ToyotaType-Light.svg#ToyotaType-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Toyota Type";
  src: url("https://static3.toyotabharat.com/fonts/glanza/ToyotaType-BlackIt.eot");
  src: url("https://static3.toyotabharat.com/fonts/glanza/ToyotaType-BlackIt.eot?#iefix") format("embedded-opentype"),
    url("https://static3.toyotabharat.com/fonts/glanza/ToyotaType-BlackIt.woff2") format("woff2"),
    url("https://static3.toyotabharat.com/fonts/glanza/ToyotaType-BlackIt.woff") format("woff"),
    url("https://static3.toyotabharat.com/fonts/glanza/ToyotaType-BlackIt.ttf") format("truetype"),
    url("https://static3.toyotabharat.com/fonts/glanza/ToyotaType-BlackIt.svg#ToyotaType-BlackIt") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Charlotte Southern Swash";
  src: url("https://static3.toyotabharat.com/fonts/glanza/Charlotte-Southern-Swash.eot");
  src: url("https://static3.toyotabharat.com/fonts/glanza/Charlotte-Southern-Swash.eot?#iefix") format("embedded-opentype"),
    url("https://static3.toyotabharat.com/fonts/glanza/Charlotte-Southern-Swash.woff2") format("woff2"),
    url("https://static3.toyotabharat.com/fonts/glanza/Charlotte-Southern-Swash.woff") format("woff"),
    url("https://static3.toyotabharat.com/fonts/glanza/Charlotte-Southern-Swash.ttf") format("truetype"),
    url("https://static3.toyotabharat.com/fonts/glanza/Charlotte-Southern-Swash.svg#Charlotte-Southern-Swash") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Charlotte Southern";
  src: url("https://static3.toyotabharat.com/fonts/glanza/Charlotte-Southern.eot");
  src: url("https://static3.toyotabharat.com/fonts/glanza/Charlotte-Southern.eot?#iefix") format("embedded-opentype"),
    url("https://static3.toyotabharat.com/fonts/glanza/Charlotte-Southern.woff2") format("woff2"),
    url("https://static3.toyotabharat.com/fonts/glanza/Charlotte-Southern.woff") format("woff"),
    url("https://static3.toyotabharat.com/fonts/glanza/Charlotte-Southern.ttf") format("truetype"),
    url("https://static3.toyotabharat.com/fonts/glanza/Charlotte-Southern.svg#Charlotte-Southern") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Toyota Type Book";
  src: url("https://static3.toyotabharat.com/fonts/glanza/ToyotaType-Book.eot");
  src: url("https://static3.toyotabharat.com/fonts/glanza/ToyotaType-Book.eot?#iefix") format("embedded-opentype"),
    url("https://static3.toyotabharat.com/fonts/glanza/ToyotaType-Book.woff2") format("woff2"),
    url("https://static3.toyotabharat.com/fonts/glanza/ToyotaType-Book.woff") format("woff"),
    url("https://static3.toyotabharat.com/fonts/glanza/ToyotaType-Book.ttf") format("truetype"),
    url("https://static3.toyotabharat.com/fonts/glanza/ToyotaType-Book.svg#ToyotaType-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*fonts ends*/

.flexParent {
  display: flex;
  flex-wrap: wrap;
}

.flexChild {
  display: flex;
  align-items: center;
  justify-content: center;
}

.childOfFlex {
  flex-grow: 1;
}

.iloanImgWrap,
.iloanImgWrap img {
  height: 100%;
}

.iloanImgWrap img {
  object-fit: cover;
}

.no-padding {
  padding: 0;
}

.padd-15 {
  padding: 15px;
}

.padding-bt {
  padding: 48px 0;
}

.no-padding-b {
  padding-bottom: 0;
}

.no-padding-t {
  padding-top: 0;
}

/*popup styles*/
.glanzaPopupForm .modal-header {
  border: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}

.glanzaPopupForm .modal-content {
  border-radius: 0;
  /*10px*/
  overflow: hidden;
  border: none;
  background-color: transparent;
}

.glanzaPopupForm .modal-body {
  background-color: #ffffff;
}

.glanzaPopupForm .close {
  opacity: 1;
  margin-top: 15px;
  margin-right: 15px;
}

.glanzaPopupForm .form-group {
  margin: 0;
}

.glanzaPopupForm h2 {
  margin: 10px 0;
  font-family: "Toyota Type";
  font-weight: 300;
}

.glanzaPopupForm .form-control {
  border: 0;
  border-bottom: 1px solid #6d6e6e;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  color: #6d6e6e;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 45px;
}

.glanzaPopupForm .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #6d6e6e;
}

.glanzaPopupForm .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6d6e6e;
}

.glanzaPopupForm .form-control::placeholder {
  color: #6d6e6e;
}

.glanzaPopupForm .btn {
  background: #2f2f2f;
  color: #ffffff;
  border-radius: 10px;
  font-size: 15px !important;
  letter-spacing: 1px;
  border-radius: 0;
  outline: none !important;
  width: 100%;
  text-align: right;
  position: relative;
}

.btn-awesome,
.btn-awesome:hover,
.btn-awesome:focus {
  background: none !important;
  border: none;
  outline: none;
  border-top: 1px solid #ff0d0d !important;
  border-right: 1px solid #ff0d0d !important;
  color: #000000 !important;
}

@media (max-width: 767px) {
  .glanzaPopupForm .modal-dialog {
    width: 90%;
    margin: 0 auto;
  }

  body.modal-open .glanzaPopupForm .modal-dialog {
    margin: 15px auto !important;
  }
}

.w100,
a.btn-default.w100 {
  width: 100% !important;
  float: left;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.bg-white {
  background-color: #ffffff;
}

.l-touch.bg-white {
  background-color: #ffffff !important;
}

.bg-grey {
  background-color: #e4e4e4;
}

.bg-grey-dark {
  background-color: #e5e5e5;
}

.btn-green {
  background-color: #52bf21 !important;
  border-color: #52bf21 !important;
}

.bg-green {
  background-color: #52bf21 !important;
}

.padding-tb {
  padding: 80px 0;
  position: relative;
}

.padding-tb1 {
  padding-top: 160px;
  position: relative;
}

.titleBlack {
  text-transform: uppercase;
  margin: 15px 0;
  line-height: 1.4;
  font-size: 22px;
  font-family: "Toyota Type";
  font-weight: 300;
}

.featuresSection {
  position: relative;
}

.video-wrapper {
  width: 100%;
  background-image: url(../../images/showroom/glanza/new/video-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow-y: hidden;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.r-touch.featuresSection::before {
  content: "";
  position: absolute;
  width: 95.4%;
  background: #52bf04;
  height: 50%;
  top: 0;
  right: 0;
}

.l-touch.featuresSection::before {
  content: "";
  position: absolute;
  width: 95.4%;
  background: #e80501;
  height: 50%;
  top: 0;
  left: 0;
}

.level-menu nav.page-nav ul li a {
  color: #ffffff;
  padding: 5px 10px;
  border-left: 1px solid;
  border-top: 1px solid;
  border-color: transparent;
  font-family: ToyotaType-Regular;
}

.level-menu nav.page-nav li.active a {
  color: #e80501;
  border-color: #e80501;
  opacity: 1;
}

.level-menu nav.page-nav ul li a:hover {
  color: #e80501;
  opacity: 1;
}

.feat-grids {
  display: grid;
  grid-template-rows: 50% 50%;
  grid-template-columns: 50% 50%;
  gap: 0px;
  height: 100%;
}

.l-touch .container-fluid {
  float: left;
  position: relative;
}

.r-touch .container-fluid {
  float: right;
  position: relative;
}

/*left side big image*/

.feat-bigImg,
.feat-thumbImg {
  overflow: hidden;
}

.feat-bigImg {
  background-color: #ffffff;
  /* display: flex; */
}

.f-bigWrap .slick-slider {
  height: 100%;
}

.feat-thumbImg .slick-list {
  height: 100%;
  margin-left: -20px;
  margin-right: -20px;
}

.feat-thumbImg .slick-slider {
  height: 100%;
  overflow: hidden;
}

.feat-thumbImg .slick-slide {
  margin: 0 20px;
}

.feat-thumbImg .slick-track {
  height: 100%;
}

.feat-thumbImg .slick-slide img {
  height: 100%;
}

.feat-thumbImg {
  padding: 20px 0;
  overflow: hidden;
  height: 97%;
}

.feat-thumbImg>div {
  height: 100%;
  width: 100%;
  max-width: 92%;
  overflow: hidden;
  padding: 0 20px;
}

.l-big .feat-bigImg {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 2;
}

.f-bigWrap {
  height: 100%;
}

.l-big .feat-description {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-column-end: 3;
}

.l-big .feat-thumbImg {
  grid-row-start: 2;
  grid-column-start: 2;
  grid-row-end: 3;
  grid-column-end: 3;
}

/*right side big image*/

.r-big .feat-bigImg {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 2;
}

.r-big .feat-description {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-column-end: 2;
}

.r-big .feat-thumbImg {
  grid-row-start: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-column-end: 2;
}

.r-big .feat-thumbImg>div {
  float: right;
}

.feat-thumbImg button.slick-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  border: none;
  outline: none;
  z-index: 2;
  background-color: #fc0d1b;
  color: #fff;
  overflow: hidden;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
}

.l-touch .feat-thumbImg button.slick-arrow {
  background-color: #52bf21;
}

.feat-thumbImg button.slick-prev {
  left: 0;
  background-image: url(../../images/showroom/glanza/new/ico-prev.png);
}

.feat-thumbImg button.slick-next {
  right: 0;
  background-image: url(../../images/showroom/glanza/new/ico-next.png);
}

.feat-description h2.featTitle {
  margin: 20px 0 20px;
  padding: 0 85px;
  font-size: 25px;
  /*33px*/
  font-family: "Toyota Type";
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
}

.featContent {
  max-width: 75%;
}

.border-tr {
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #ffffff;
  padding: 10px;
}

.feat-description .featContent h3 {
  margin: 0 0 10px;
  padding-left: 85px;
  font-size: 18px;
  /*23px*/
  font-family: ToyotaType-Bold;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 2px;
}

.emiTitle {
  /* max-width: 75%; */
  /* margin-top: 40px; */
  max-width: fit-content;
  margin-top: 20px;
}

.emiTitle h3 {
  margin: 0 0 15px;
  padding-left: 85px;
  font-size: 23px;
  font-family: "Toyota Type";
  font-weight: 300;
  text-transform: uppercase;
  color: #fd0d1b;
}

.emiTitle .border-tr {
  border-color: #000000;
}

.feat-description .featContent p {
  margin: 00 0 20px;
  padding-left: 85px;
  font-size: 14px;
  line-height: 1.2;
  font-family: ToyotaType-Regular;
  color: #ffffff;
}

.newGlanzaCarousel ul.slick-dots {
  padding: 0;
  list-style-type: none;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: fit-content;
}

.newGlanzaCarousel ul.slick-dots li {
  padding: 5px;
}

.newGlanzaCarousel ul.slick-dots li button {
  width: 15px;
  height: 15px;
  font-size: 0;
  border: none;
  border-radius: 50%;
  background-color: #ebebeb;
}

.newGlanzaCarousel ul.slick-dots li.slick-active button {
  background-color: #fd0d1b;
}

.changeColor ul.slick-dots {
  padding: 0;
  list-style-type: none;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: fit-content;
}

.changeColor ul.slick-dots li {
  padding: 5px;
}

.changeColor ul.slick-dots li button {
  width: 15px;
  height: 15px;
  font-size: 0;
  border: none;
  border-radius: 50%;
  background-color: #ebebeb;
}

.changeColor ul.slick-dots li.slick-active button {
  background-color: #fd0d1b;
}

.filters-list {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin: 35px 0;
}

.filters-list a {
  max-width: calc(100% / 3);
  width: 100%;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  text-decoration: none;
  background-color: #dfdfdf;
  color: #000000;
  font-size: 16px;
  font-family: ToyotaType-Regular;
  position: relative;
}

.filters-list a.active {
  background-color: #52bf21;
  color: #ffffff;
}

.filters-list a::after {
  content: "";
  width: 2px;
  height: calc(100% - 30px);
  position: absolute;
  right: 0;
  top: 15px;
  background: #000;
}

.filters-list a:last-child::after {
  display: none;
}

/* .filters-list a.active::after {
    display: none;
} */

.videoGallery .owl-nav>div {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  border: none;
  outline: none;
  z-index: 2;
  background-color: #fc0d1b;
  color: #fff;
  overflow: hidden;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  background-color: #52bf21;
}

.videoGallery .owl-nav>div.owl-prev {
  left: 0;
  background-image: url(../../images/showroom/glanza/new/ico-prev.png);
}

.videoGallery .owl-nav>div.owl-next {
  right: 0;
  background-image: url(../../images/showroom/glanza/new/ico-next.png);
}

.ckeckAvlForm .form-group {
  margin: 0;
}

.ckeckAvlForm {
  padding: 35px 0;
}

.accessoriesContainer,
.assesoriesGallery {
  position: relative;
}

.assesoriesGallery {
  padding-right: 75px;
}

.assesoriesGallery img {
  /* max-height: 225px; */
  width: 100%;
  margin: 15px 0;
  object-fit: cover;
  object-position: center;
}

.accessoriesContainer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 64.7%;
  height: 100%;
  background-color: #fc0d1b;
}

.aceesoriesAwesome {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 50%;
}

.testDriveformWrap {
  /* padding: 60px 60px; */
  width: 100%;
  float: left;
}

.awesomeTxt {
  position: relative;
  display: inline-block;
  width: 115px;
  height: 20px;
}

.awesomeTxt img {
  position: absolute;
  left: 0;
  width: 115px;
  top: 0;
}

.choseColor {
  display: flex;
  justify-content: right;
  align-items: center;
  font-family: ToyotaType-Semibold;
  text-transform: uppercase;
  font-size: 16px;
}

.pickShade {
  font-family: "Toyota Type";
  font-weight: 300;
  text-transform: uppercase;
  font-size: 22px;
}

h3.choseColor ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 15px;
}

h3.choseColor ul a.colorBox {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid;
  padding: 2px;
  margin: 3px;
  cursor: pointer;
}

.changeColor .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 0;
  border: none;
  background-color: #52bf21;
  background-size: 70%;
  background-position: center center;
  z-index: 2;
}

.changeColor .slick-prev {
  left: 0;
  background-image: url(../../images/showroom/glanza/new/ico-prev.png);
  background-repeat: no-repeat;
}

.changeColor .slick-next {
  right: 20px;
  background-image: url(../../images/showroom/glanza/new/ico-next.png);
  background-repeat: no-repeat;
}

.changeColor .slick-prev {
  left: 0;
}

.specificationTabWrap {
  margin: 30px 0 0;
}

ul.specTabMain {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

ul.specTabMain li {
  max-width: 25%;
  width: 100%;
  position: relative;
}

ul.specTabMain li::after {
  content: "";
  width: 2px;
  height: calc(100% - 30px);
  position: absolute;
  right: 0;
  top: 15px;
  background: #000;
}

ul.specTabMain li:last-child:after {
  display: none;
}

ul.specTabMain li a {
  width: 100%;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  text-decoration: none;
  background-color: #dfdfdf;
  color: #000000;
  font-size: 16px;
  position: relative;
  border: none;
  border-radius: 0;
  font-family: ToyotaType-Regular;
}

.specTabMain>li.active>a,
.specTabMain>li.active>a:focus,
.specTabMain>li.active>a:hover,
.specTabMain>li>a:focus,
.specTabMain>li>a:hover {
  border: none;
  border-radius: 0;
  color: #ffffff !important;
  background-color: #52bf21;
}

.specsTabSub {
  border: none;
  margin: 30px 0 20px;
}

.specsTabSub li {
  margin: 0 15px 0 0;
}

.specsTabSub a {
  display: inline-block !important;
  border: 1px solid #2a2522 !important;
  text-align: center;
  border-radius: 0 !important;
}

.specsTabSub li.active>a,
.specsTabSub li.active>a:focus,
.specsTabSub li.active>a:hover {
  background-color: #2a2522;
}

.specsTabSub a img {
  max-height: 45px;
}

.specsTabSub a span.carVarient {
  color: #2a2522;
}

.specsTabSub li.active a span.carVarient {
  color: #ffffff;
}

.performanceEngine {
  max-width: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -45%);
  -moz-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  z-index: 2;
}

.perFormContent .featContent {
  max-width: 75%;
  /*50%*/
}

.perFormContent {
  padding-left: 18%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#performanceSlideshow .owl-nav,
.performNextPrev {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 1;
}

#performanceSlideshow .owl-nav {
  display: none !important;
}

#performanceSlideshow .owl-nav .owl-prev,
#performanceSlideshow .owl-nav .owl-next,
.performNextPrev .performPrev,
.performNextPrev .performNext {
  width: 40px;
  height: 40px;
  background-color: #e80501;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  cursor: pointer;
}

#performanceSlideshow .owl-nav .owl-prev.disabled,
#performanceSlideshow .owl-nav .owl-next.disabled,
.performNextPrev .performPrev.disabled,
.performNextPrev .performNext.disabled {
  opacity: 0.5;
}

#performanceSlideshow .owl-nav .owl-prev,
.performNextPrev .performPrev {
  background-image: url(../../images/showroom/glanza/new/ico-prev.png);
}

#performanceSlideshow .owl-nav .owl-next,
.performNextPrev .performNext {
  background-image: url(../../images/showroom/glanza/new/ico-next.png);
  background-repeat: no-repeat;
}

.perFormContent .border-tr {
  border-color: #ffffff;
}

.feat-bigImg .slick-slider,
.feat-bigImg .slick-list,
.feat-bigImg .slick-track,
.feat-bigImg .slick-slide {
  height: 100%;
}

.feat-bigImg img {
  height: 100%;
  object-fit: cover;
}

.cars-specs {
  overflow: hidden;
  position: relative;
}

.cars-specs.showLess {
  max-height: 500px;
}

.cars-specs.showAll {
  max-height: fit-content;
  padding-bottom: 65px;
}

.showingLess .slShow {
  display: inline-block;
}

.showingAll .slShow {
  display: none;
}

.showingLess .saShow {
  display: none;
}

.showingAll .saShow {
  display: inline-block;
}

.viewToggle span {
  color: #ffffff;
}

.no-padd {
  padding: 0 0;
}

.showhideBtn {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 50px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%);
}

.showhideBtn a {
  color: #ffffff;
}

.cars-specs h2 {
  max-width: fit-content;
  border-color: #fc0d1b;
  color: #fc0d1b;
  text-transform: uppercase;
  font-family: ToyotaType-Semibold;
  font-size: 20px;
  margin: 25px 0;
  float: left;
}

.cars-specs ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.cars-specs ul li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0 0 15px;
}

.cars-specs ul li span {
  width: 50%;
}

.specTabMain li {
  margin: 0 0 -1px !important;
  display: block !important;
}

span.featureData {
  display: flex;
  align-items: center;
  justify-content: end;
  word-break: break-word;
  text-align: right;
}

img.tick-icon {
  width: 16px;
}

.mainCompareTableWrap img.tick-icon {
  margin: 5px auto;
}

.carImg {
  width: 100%;
  float: left;
  margin: 0 0 20px;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

table th,
table td {
  min-width: 200px;
  width: 100%;
  max-width: calc(100% / 3);
  font-family: "Toyota Type Book";
  word-wrap: break-word;
}

span.txtTd {
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
}

.table {
  background-color: transparent !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  border-top: none;
}

table.mainCompareTableWrap {
  height: 1px;
}

/* Will be ignored, don't worry. */
table.mainCompareTableWrap tr {
  height: 100%;
}

table.mainCompareTableWrap tr td {
  height: 100%;
}

td.tdCarspecWrap.ssFlex {
  padding: 16px 8px;
}

div.selectState {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  background: #fafafa;
  padding: 20px;
  text-align: left;
}

td.compareSpecTitle {
  background: rgba(82, 191, 83, 0.2);
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Toyota Type Book";
}

.selctedModel {
  background: rgba(82, 191, 83, 1);
  text-transform: uppercase;
}

.selctedModel h5 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-family: "Toyota Type Book";
}

.exShowroomPrice {
  text-align: center;
}

.exShowroomPrice p {
  font-size: 18px;
  font-family: ToyotaType-Semibold;
  color: rgba(0, 0, 0, 0.4);
}

.exShowroomPrice h3 {
  font-size: 35px;
  font-family: ToyotaType-Semibold;
  margin: 20px 0;
  font-weight: 800;
}

/* .exShowroomPrice p span {
    font-size: 12px;
    color: rgba(0,0,0,.8);
    font-family: 'Toyota Type Book';
} */

.exShowroomPrice p span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Toyota Type Book";
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  line-height: 1.2;
}

.formSort .form-control {
  height: 45px;
  font-size: 15px;
  font-weight: 300;
}

.mainCompareTableWrap td {
  text-align: center;
}

.thumbContent p {
  font-family: "Toyota Type Book";
}

.thumbContent h4 {
  font-family: ToyotaType-Semibold;
}

img.extTitleImg {
  max-height: 60px;
  margin: 10px 0 10px;
}

.changeColor h3.colorName {
  text-align: center;
  position: relative;
  top: -15px;
  margin-bottom: 30px;
  text-transform: capitalize;
  width: 100%;
  float: left;
  font-family: "Toyota Type";
  font-weight: 300;
  font-size: 25px;
}

.brochureButtons {
  width: 100%;
  margin: 30px auto;
  float: left;
  display: flex;
  justify-content: center;
  padding: 0 15px;
}

.brochureButtons a.btn {
  margin: 0 5px;
  padding: 10px 5px !important;
  width: 50%;
}

.brochureButtons span {
  color: #ffffff !important;
}