/*=======================================
   FONT ATTACHMENT
=====================================*/

@font-face {
  font-family: "toyota_displaybold";
  src: url("../fonts/toyotadisplaybold-webfont.eot");
  src: url("../fonts/toyotadisplaybold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/toyotadisplaybold-webfont.ttf") format("truetype"),
    url("../fonts/toyotadisplaybold-webfont.svg#toyota_displaybold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "toyota_displayregular";
  src: url("../fonts/toyotadisplayregular-webfont.eot");
  src: url("../fonts/toyotadisplayregular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/toyotadisplayregular-webfont.ttf") format("truetype"),
    url("../fonts/toyotadisplayregular-webfont.svg#toyota_displayregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: ToyotaType-Bold;
  src: url(../fonts/ToyotaType-Bold.eot);
  src: url(../fonts/ToyotaType-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/ToyotaType-Bold.ttf) format("truetype"), url(../fonts/ToyotaType-Bold.svg#ToyotaType-Bold) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: ToyotaType-Regular;
  src: url(../fonts/ToyotaType-Regular.eot);
  src: url(../fonts/ToyotaType-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/ToyotaType-Regular.ttf) format("truetype"),
    url(../fonts/ToyotaType-Regular.svg#ToyotaType-Regular) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: ToyotaType-Semibold;
  src: url(../fonts/ToyotaType-Semibold.eot);
  src: url(../fonts/ToyotaType-Semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/ToyotaType-Semibold.ttf) format("truetype"),
    url(../fonts/ToyotaType-Semibold.svg#ToyotaType-Semibold) format("svg");
  font-weight: 400;
  font-style: normal;
}

/*=======================================
   COMMON
=======================================*/

.form-error-msg {
  color: #dd1d10;
  font-size: 10px;
  padding-left: 5px;
  text-transform: uppercase;
  padding-top: 5px;
}

.two-input {
  display: table;
}

.two-input::after {
  content: "";
  clear: both;
  display: table;
}

.two-input>span {
  display: table-cell;
}

.two-input>span:first-child {
  padding-right: 10px;
}

.two-input>.form-error-msg {
  width: 270px;
  display: table-row;
}

body {
  -ms-overflow-style: scrollbar;
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
  overflow-x: hidden;
}

html,
body {
  font-family: "toyota_displayregular";
  font-size: 15px;
}

.container-fluid,
.thump-slider .carousel-inner {
  width: 90%;
  margin: 0 auto;
}

.min-width {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .min-width {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .min-width {
    width: 84%;
  }
}

@media (max-width: 600px) {

  .container-fluid,
  .thump-slider .carousel-inner {
    width: 98%;
  }
}

.thump-slider .carousel-inner {
  overflow: hidden;
}

body::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #e80000;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eee;
}

.star-tnc {
  font-size: 12px !important;
}

.page-wrap {
  /* margin-top: 30px; */
  margin-top: 70px;
}

.btn {
  border-radius: 0;
  color: #fff;
  outline: 0;
  text-transform: uppercase;
  line-height: initial;
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  will-change: opacity, transform;
  transition: all 0.3s ease-out;
  text-overflow: ellipsis;
}

.btn.active.focus,
.btn.active:focus,
.btn.active:hover,
.btn:active.focus,
.btn:active:focus,
.btn:active:hover,
.btn:hover,
.btn:active,
.btn:focus {
  color: #fff !important;
}

.btn:hover:before {
  -webkit-animation: buttonHover 0.7s ease-out forwards;
  animation: buttonHover 0.7s ease-out forwards;
}

@-webkit-keyframes buttonHover {
  0% {
    -webkit-transform: skew(-30deg) translateX(0%);
    transform: skew(-30deg) translateX(0%);
  }

  to {
    -webkit-transform: skew(-30deg) translateX(-225%);
    transform: skew(-30deg) translateX(-225%);
  }
}

@keyframes buttonHover {
  0% {
    transform: skew(-30deg) translateX(0%);
  }

  to {
    transform: skew(-30deg) translateX(-225%);
  }
}

.btn:before {
  width: 125%;
  height: 125%;
  content: "";
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  position: absolute;
  top: 0%;
  right: -145%;
  display: block;
  z-index: -1;
}

.btn-red {
  background-color: #e10a1d !important;
  border-color: #e10a1d !important;
}

.btn-red:before {
  background-color: #e10a1d !important;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active:focus,
.btn-red:active:hover {
  background-color: rgb(162, 13, 13) !important;
}

.btn-dark-grey {
  background-color: #444 !important;
  border-color: #444 !important;
}

.btn-dark-grey:before {
  background-color: #444 !important;
}

.btn-dark-grey:hover,
.btn-dark-grey:focus,
.btn-dark-grey:active:focus,
.btn-dark-grey:active:hover {
  background-color: #333 !important;
}

.btn-white {
  background-color: #fff !important;
  border: 2px solid #444 !important;
  color: #444;
}

.btn-white:before {
  background-color: #ccc !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active:focus,
.btn-white:active:hover {
  background-color: #ddd !important;
  color: #777 !important;
}

.btn-border {
  background-color: #fff !important;
  border: 2px solid #e10a1d !important;
  color: #e10a1d;
}

.btn-border:before {
  background-color: #e10a1d !important;
}

.btn-border:hover,
.btn-border:focus,
.btn-border:active:focus,
.btn-border:active:hover {
  background-color: #bc272a;
  color: #000 !important;
}

.btn-default {
  font-size: 13px;
  padding: 10px 25px;
}

.form-group .btn-default {
  font-size: 13px;
  text-transform: uppercase;
  width: 100%;
  font-family: "toyota_displaybold";
  height: 40px;
  line-height: 40px;
  padding: inherit;
}

.text-80 {
  font-size: 11px !important;
}

a.link {
  text-decoration: none;
}

a.link:hover {
  opacity: 0.8;
}

h1.main-header {
  text-align: center;
  font-size: 26px;
  margin: 0 auto 45px auto;
}

h1,
.bold {
  font-family: "toyota_displaybold";
  margin-top: 0.5rem;
}

strong,
.table>thead>tr>th {
  font-family: "toyota_displaybold";
  font-weight: normal;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
span,
article {
  color: #000;
}

article p:last-child {
  padding-bottom: 20px;
}

article.content-para {
  padding: 10px;
  font-size: 15px;
}

article.content-para h2.content-head,
.content-head {
  position: relative;
  padding-bottom: 10px;
}

@media (max-width: 600px) {
  h1.main-header {
    margin: 0 auto 10px auto;
  }

  .news-content a h4 {
    font-family: "toyota_displaybold";
  }

  article.article-head,
  .article-head {
    font-size: 26px !important;
  }

  article.content-para {
    padding: 5px;
  }

  article p {
    font-size: 15px;
  }
}

ul.ul-padfix {
  padding-left: 15px;
}

.row-fluid,
.full-width {
  width: 100%;
}

.row-fluid:after,
.row-fluid:before {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.padd-btm,
.add-padding-bottom {
  padding-bottom: 50px;
}

.add-mrgtop,
.add-margin-top {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.img-ctr {
  margin: 0 auto;
}

button,
button:focus,
button:active,
button:hover {
  outline: 0;
}

.pagination,
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span .pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-radius: 0;
}

.pagination a {
  -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  display: inline-block;
  font-weight: 900;
  min-width: 2rem;
  text-align: center;
  text-decoration: none;
  height: 2rem;
}

.pagination li:hover a {
  border-color: #18bfef !important;
  color: #4b4ecc !important;
  background-color: #fff;
}

.pagination a {
  color: #212931 !important;
  line-height: inherit;
}

.pagination>.active>a {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  z-index: auto;
}

.clearmargin {
  margin: 0 !important;
}

i::after,
i.caret-line {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  display: inline-block;
  content: "";
  vertical-align: middle;
}

i.download::after {
  margin-right: 6px;
  background-position: 51px 0px;
  width: 20px;
  height: 18px;
}

i.clock::before {
  background-position: 227px 0px;
  height: 17px;
  width: 18px;
}

i.caret-line {
  margin-right: 0px;
  background-position: -89px -10px;
  width: 5px;
  height: 3px;
  margin-left: 6px;
  border: 0;
}

i.go-up::after {
  width: 43px;
  height: 45px;
  background-position: 43px -187px;
}

i.shield::after {
  width: 13px;
  height: 19px;
  background-position: 111px -69px;
}

i.right-arrow-md::after {
  width: 10px;
  height: 15px;
  background-position: 836px -325px;
}

i.location-sm::after {
  height: 20px;
  width: 16px;
  background-position: 413px -249px;
}

i.fuel::after {
  height: 24px;
  width: 20px;
  background-position: 85px -228px;
}

i.rupee.sm::after {
  height: 17px;
  width: 11px;
  background-position: 61px -228px;
}

i.check-emi::after {
  height: 20px;
  width: 90px;
  background-position: 178px -220px;
}

i.direction::after {
  background-position: 790px -245px;
  width: 20px;
  height: 18px;
}

i.toyota-location::after {
  background-position: 454px -244px;
  width: 29px;
  height: 30px;
}

i.location-icon::after {
  background-position: 757px -244px;
  height: 19px;
  width: 19px;
}

i.phone-icon::after {
  background-position: 725px -246px;
  width: 16px;
  height: 16px;
}

i.globe::after {
  width: 20px;
  height: 17px;
  background-position: 761px -277px;
}

i.map-icon-sm::after {
  background-position: 696px -243px;
  width: 20px;
  height: 17px;
}

i.helpline-icon::after {
  width: 17px;
  height: 17px;
  background-position: 790px -277px;
}

i.buy-now::after {
  background-position: 640px -248px;
  width: 24px;
  height: 22px;
}

i.price-list::after {
  background-position: 610px -248px;
  width: 24px;
  height: 22px;
}

i.test-drive::after {
  background-position: 584px -248px;
  width: 24px;
  height: 22px;
}

i.brochure::after {
  background-position: 555px -248px;
  width: 24px;
  height: 22px;
}

i.dir-right::after {
  background-position: 52px -75px;
  width: 12px;
  height: 10px;
  transform: rotate(-90deg);
}

i.pricelist-sm::after {
  background-position: 669px -248px;
  width: 15px;
  height: 15px;
}

i.pricelist::after {
  background-position: 609px -244px;
}

i.find-a-dealer-md::after {
  background-position: 2px -319px;
}

i.test-drive-md::after {
  background-position: -35px -319px;
}

i.price-list-md::after {
  background-position: -69px -319px;
}

i.buy-now-md::after {
  background-position: -108px -319px;
}

i.brochure-md::after {
  background-position: 1153px -319px;
}

i.exchange-md::after {
  background-position: 1116px -319px;
}

i.icon-interior::after {
  background-position: 812px -319px;
  width: 53px;
  height: 30px;
}

i.icon-exterior::after {
  background-position: 747px -318px;
  width: 41px;
  height: 30px;
}

i.caret-line-right::after {
  margin-right: 6px;
  background-position: -89px -10px;
  width: 5px;
  height: 3px;
  margin-left: 6px;
  border: 0;
  transform: rotate(-90deg);
}

i.check-lg::after {
  background-position: 561px -296px;
  width: 106px;
  height: 108px;
}

i.check-md::after {
  width: 58px;
  height: 58px;
  background-position: 890px -357px;
}

i.icon-edit::after {
  width: 17px;
  height: 11px;
  background-position: 90px -324px;
}

i.icon-image::after {
  width: 17px;
  height: 11px;
  background-position: 121px -324px;
}

i.icon-video::after {
  width: 17px;
  height: 11px;
  background-position: 107px -324px;
}

.feedback-hd::before {
  background-position: 189px -309px;
}

i.specs-xs::after {
  width: 17px;
  height: 12px;
  background-position: 39px -324px;
}

i.pricelist-xs::after {
  width: 17px;
  height: 12px;
  background-position: 58px -324px;
}

i.pdf-xs::after {
  width: 17px;
  height: 12px;
  background-position: 75px -323px;
}

i.tick::after {
  background-position: 150px -378px;
  height: 24px;
  width: 30px;
}

i.inr-sm::after {
  width: 14px;
  height: 17px;
  background-position: 24px -322px;
}

i.calculator-sm::after {
  width: 15px;
  height: 13px;
  background-position: 173px -393px;
}

i.print-sm::after {
  width: 15px;
  height: 13px;
  background-position: 173px -377px;
}

i.tick-round::after {
  width: 20px;
  height: 20px;
  background-position: 199px -367px;
}

i.arrow-down::after {
  width: 14px;
  height: 8px;
  background-position: 14px -75px;
}

i.nav-arrow-left::after,
i.nav-arrow-right::after {
  background-position: 543px -430px;
  width: 26px;
  height: 26px;
}

i.nav-arrow-left::after {
  transform: rotate(-180deg);
  margin-top: -3px;
}

i.comment::after {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/feedback-100x100.gif);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 22px;
}

i.service-icon::after {
  background-position: 728px -278px;
  width: 16px;
  height: 16px;
}

/*=======================================
   SPRITE MODELS
=======================================*/

i.car-model::after {
  background-image: url(https://static.toyotabharat.com/images/sprite-1300x1200.png) !important;
}

i.car-model {
  display: block;
  text-align: center;
  margin: 14px auto 10px;
}

i.car-model::after {
  height: 80px;
}

i.car-liva::after {
  background-position: 362px -129px;
  width: 129px;
}

i.car-etios::after {
  background-position: 978px -129px;
  width: 135px;
}

i.car-cross::after {
  background-position: 212px -129px;
  width: 137px;
}

i.car-liva::after {
  background-position: 362px -129px;
  width: 129px;
}

i.car-innova-sport::after {
  background-position: 670px -129px;
  width: 140px;
}

i.car-crysta::after {
  background-position: 520px -129px;
  width: 139px;
}

i.car-corolla::after {
  background-position: 985px -219px;
  width: 154px;
}

i.car-fortuner::after {
  background-position: 1146px -224px;
  width: 154px;
}

i.car-camry::after {
  background-position: 0px -212px;
  width: 151px;
}

i.car-prius::after {
  background-position: 0px -124px;
  width: 146px;
}

i.car-prado::after {
  background-position: 1139px -121px;
  width: 142px;
  height: 80px;
}

i.car-lc::after {
  background-position: 827px -125px;
  width: 147px;
  height: 77px;
}

i.car-yaris::after {
  background-position: -6px -479px;
  width: 147px;
  height: 80px;
}

i.car-glanza::after {
  background-position: -6px -566px;
  width: 147px;
  height: 80px;
}

i.mobile::after {
  background-position: 375px -398px;
  width: 15px;
  height: 19px;
}

i.envelope::after {
  background-position: 377px -359px;
  width: 17px;
  height: 13px;
}

i.land-phone::after {
  background-position: 375px -424px;
  width: 13px;
  height: 15px;
}

i.icon-home::after {
  width: 21px;
  height: 23px;
  background-position: 663px -435px;
}

i.chat-ocer-phone::after {
  background-position: 413px -364px;
  width: 22px;
  height: 20px;
}

i.car-vellfire::after {
  background-position: -176px -566px;
  width: 151px;
}

i.toyota-bharath::after {
  background-position: 580px -54px !important;
  width: 148px;
  height: 48px;
}

@media (max-width: 767px) {
  .text-center-sm figcaption {
    text-align: center;
  }
}

figcaption {
  margin-top: 5px;
}

figcaption p {
  font-size: 13px;
}

.white-text {
  color: #fff !important;
}

.white-bg {
  background-color: #fff !important;
}

.black-text {
  color: #111 !important;
}

.black-bg {
  background-color: #222;
}

.grey-text {
  color: #bbbbbb !important;
}

.red-text {
  color: #dd1d10 !important;
}

.hidden {
  display: none;
}

.external-link::after {
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  display: inline-block;
}

.grey-text.external-link::after,
.white-text.external-link::after {
  background-position: 41px -84px;
}

.black-text.external-link::after {
  background-position: 18px -84px;
}

.red-text.external-link::after {
  background-position: 62px -84px;
}

.notes-sm {
  font-size: 13px;
  color: #999999;
}

.disclaimer-note .shield {
  padding-right: 5px;
}

.disclaimer-note p {
  font-style: italic;
  color: #222;
  font-size: 13px;
  margin-top: 8px;
}

figure.para-img {
  float: left;
  display: inline-block;
}

figure.para-img img {
  padding-bottom: 5px;
}

@media (max-width: 600px) {
  figure.para-img {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  figure.para-img img {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .visible-phone {
    display: none;
  }

  .hidden-phone {
    display: block;
  }
}

@media (max-width: 767px) {
  .visible-phone {
    display: block;
  }

  .hidden-phone {
    display: none;
  }
}

.page-overlay {
  width: 100%;
  height: auto;
  background-color: #000;
  z-index: 50000;
  color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.page-ovelay-close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
}

.page-ovelay-close {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.page-ovelay-close::before,
.page-ovelay-close::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  border-radius: 3px;
  opacity: 1;
  background: #fff;
}

.page-ovelay-close:hover.page-ovelay-close::before,
.page-ovelay-close:hover.page-ovelay-close::after {
  opacity: 0.7;
}

.page-ovelay-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-ovelay-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.find-dlr-head::before {
  background-position: 68px -248px;
  width: 68px !important;
}

/*=======================================
  MOUSE ANIMATION
=======================================*/

@-webkit-keyframes scroll-inner {
  from {
    margin-top: 15%;
  }

  to {
    margin-top: 50%;
  }
}

@keyframes scroll-inner {
  from {
    margin-top: 15%;
  }

  to {
    margin-top: 50%;
  }
}

@-webkit-keyframes scroll-mouse {
  from {
    margin-top: 0;
  }

  to {
    margin-top: 15px;
  }
}

@keyframes scroll-mouse {
  from {
    margin-top: 0;
  }

  to {
    margin-top: 15px;
  }
}

.mouse-container {
  display: block;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1%;
  text-align: center;
}

.mouse {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  width: 25px;
  height: 40px;
  border: solid 1px #fff;
  border-radius: 25px;
  -webkit-animation: scroll-mouse 1.5s;
  animation: scroll-mouse 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  vertical-align: middle;
}

.mouse span.scroll-down {
  display: block;
  width: 2px;
  height: 7px;
  background: #fff;
  border-radius: 10px;
  margin: 15% auto auto auto;
  -webkit-animation: scroll-inner 1.5s;
  animation: scroll-inner 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

.mouse-container>span {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  margin-left: 5px;
}

/*=======================================
   HEADER
=======================================*/

.dropdown-menu .model-menu h3 {
  font-size: 13px;
  color: #111;
  text-align: center;
  margin-top: 2px;
  position: relative;
}

.dropdown-menu .model-menu a.link:hover h3:after,
.model-filter span:hover::after {
  opacity: 1;
  width: 100%;
}

.dropdown-menu .model-menu a.link h3:after,
.model-filter span:after {
  content: "";
  margin-left: 0;
  position: absolute;
  bottom: -11px;
  left: 0;
  height: 2px;
  background-color: #e00101;
  opacity: 0;
  width: 0;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.solid-menus .navbar-default.navbar-dark .navbar-nav>li>a:hover {
  background-color: #fff;
  border-radius: 0;
  color: #e00101;
}

.solid-menus .navbar-default.navbar-dark .navbar-nav>li>a {
  color: #3a3a3a;
  font-family: "toyota_displaybold";
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 7px;
  padding-left: 7px;
  position: relative;
}

.solid-menus .navbar-default.navbar-dark .navbar-brand {
  text-transform: uppercase;
  padding-top: 18px;
}

/*=========================
	DEALER LOGO
==========================*/
#right-logo {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -8px;
}

@media (min-width: 0px) and (max-width: 1172px) {
  #right-logo {
    display: none;
  }
}

.solid-menus .navbar-default.navbar-dark .navbar-brand>div img,
.solid-menus .navbar-default.navbar-dark .navbar-brand>div>h4 {
  display: inline;
  vertical-align: middle;
}

.solid-menus .navbar-default.navbar-dark .navbar-brand>div>h4 {
  font-family: "Arial";
  font-weight: bold;
  font-size: 18px;
  color: #de2627;
}

.solid-menus .navbar-default.navbar-dark .navbar-nav>li>a {
  transition: all 0.5s;
}

.dropdown-menu .model-menu a.link {
  display: block;
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
  min-height: 145px;
}

.dropdown-menu .model-menu a.link:hover {
  border-radius: 10px;
  opacity: 1;
}

.dropdown-menu .model-menu a.link:hover h3 {
  color: #ff1019;
  font-family: "toyota_displaybold";
  letter-spacing: 1.2px;
}

.dropdown-menu .model-menu a.link img,
.dropdown-menu .model-menu a.link i.car-model,
.dropdown-menu .model-menu a.link:hover img,
.dropdown-menu .model-menu a.link:hover i.car-model,
.dropdown-menu .model-menu h3,
.dropdown-menu .model-menu a.link,
.dropdown-menu .model-menu a.link:hover h3,
.dropdown-menu .model-menu a.link:hover,
.solid-menus .navbar-default.navbar-dark .navbar-nav>li>a:hover {
  transition: all 0.5s;
}

.dropdown-menu .model-menu a.link:hover img,
.dropdown-menu .model-menu a.link:hover i.car-model {
  transform: scale(0.9);
}

.solid-menus .navbar-collapse>ul>li.dropdown {
  padding: 14px 5px 17px 5px;
}

.solid-menus .navbar-default.navbar-dark {
  background: #fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
  border: 0;
  border-bottom: 3px solid #ddd;
  padding-top: 2px;
}

.solid-menus .navbar-default.navbar-dark .navbar-toggle .icon-bar {
  background-color: #ec0912;
  height: 3px;
  width: 30px;
}

.solid-menus .navbar-toggle.navbar-toggle-left {
  background-color: #fff;
}

.model-filter {
  display: block;
  margin: 10px auto 31px;
  text-align: center;
}

.model-filter span {
  display: inline-block;
  position: relative;
  padding: 3px 10px;
  color: #111;
  margin: 0px 5px;

  cursor: pointer;
  font-size: 14px;
  min-width: 100px;
  text-align: center;
  border-bottom: 2px solid #fcfcfc;
}

.model-filter span:hover {
  color: #f11215;
}

.hybrid-info a.link {
  border: none !important;
}

.hybrid-info a.link img,
.hybrid-info a.link:hover img {
  margin-right: inherit;
  transform: scale(1) !important;
}

.solid-menus .navbar.navbar-hover .dropdown:hover>.dropdown-menu {
  display: block !important;
  background-color: #fcfcfc;
  border-top: 3px solid #eee;
}

a.global-site::before,
a.search-web::before,
a.contact-toyota::before {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-right: 6px;
}

a.global-site::before {
  background-position: -4px -4px;
  width: 41px;
  height: 23px;
}

a.contact-toyota::before {
  background-position: 413px -366px;
  width: 22px;
  height: 22px;
}

a.search-web::before {
  width: 20px;
  height: 22px;
  background-position: -1160px 0px;
}

.nav-right>li>a:after {
  display: none !important;
}

.nav-right>li>a {
  background-color: transparent !important;
}

.solid-menus .dropdown.dropdown-autoheight .dropdown-menu {
  height: auto !important;
}

.solid-menus .l-block {
  display: block !important;
}

.solid-menus {
  margin-top: 0;
}

.solid-menus .dropdown-full-width {
  position: static;
}

.solid-menus .dropdown>a i {
  margin-left: 0px;
  position: relative;
  top: 1px;
}

.solid-menus .dropdown .dropdown-right>.dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}

.solid-menus .dropdown-menu {
  margin: 0;
  border: 0;
  padding: 0;
  border-radius: 0;
}

.solid-menus .dropdown-menu>li>a {
  padding: 6px 20px;
  font-size: 13px;
  color: #000;
}

.solid-menus .navbar-click .dropdown.open .dropdown-menu-container>.dropdown-menu,
.solid-menus .navbar-hover .dropdown.open .dropdown-menu-container>.dropdown-menu,
.solid-menus .navbar-hover .dropdown:hover .dropdown-menu-container>.dropdown-menu {
  margin-top: 0 !important;
  display: block !important;
  border: 0;
  padding-left: 0;
}

.solid-menus .navbar-toggle.navbar-toggle-left {
  float: left;
  margin-left: 1em;
  z-index: 1;
  border: 0;
  padding-left: 0;
}

.solid-menus .navbar-nav .dropdown-menu-container {
  float: left;
}

.solid-menus .navbar-nav .dropdown-menu-container>.dropdown-menu {
  display: none;
  left: auto;
  padding: 15px 20px;
  direction: ltr;
}

.solid-menus .navbar-nav.navbar-right .dropdown-menu-container {
  float: right;
  direction: rtl;
}

.solid-menus .navbar-nav.navbar-right .dropdown-menu-container>.dropdown-menu {
  right: auto;
  padding: 15px 20px;
  direction: ltr;
}

.solid-menus .navbar-nav .navbar-link.navbar-link-adjust {
  padding-top: 16px;
}

.solid-menus .navbar.navbar-narrow {
  min-height: 40px !important;
}

.solid-menus .navbar-fixed-top .navbar-right,
.solid-menus .navbar-static-top .navbar-right {
  margin-right: 0;
}

.solid-menus .row-autoheight {
  overflow-y: auto;
}

.solid-menus .row-autoheight .col-autoheight:not(:first-child) {
  border-left: 1px solid #eaeaea;
}

.solid-menus .img-responsive {
  margin-left: auto;
  margin-right: auto;
}

.solid-menus .image-container {
  position: relative;
  color: #fff;
}

.solid-menus .no-margin {
  margin: 0 !important;
}

@media (min-width: 1201px) {
  .nav-right li::before {
    width: 1px;
    background-color: #dddddd;
    height: 71px;
    content: "";
    display: inline-block;
    position: absolute;
    top: -20px;
  }
}

@media (max-width: 600px) {
  .dropdown-menu .model-menu a.link {
    border: none;
  }

  .solid-menus .navbar-default.navbar-dark .navbar-brand>div img {
    max-width: 170px;
    margin-left: -24px;
  }
}

/*========================================
::::::::::::::::MIN 768:::::::::::::::::::                                
========================================*/

@media (min-width: 768px) {
  ul.nav.navbar-nav.nav-right {
    margin-top: 15px !important;
    float: right;
  }

  .nav-right li:first-child::after {
    display: none;
  }

  .nav-right li::after {
    right: 0;
  }

  .solid-menus .dropdown-full-width .dropdown-menu {
    left: -1px;
    right: -1px;
    padding: 15px 20px;
  }

  .solid-menus .navbar-default.navbar-dark .navbar-nav>li>a:hover:after {
    left: 0;
    opacity: 1;
    width: 80%;
    right: 0;
    margin: 0 auto;
  }

  .solid-menus .navbar-default.navbar-dark .navbar-nav>li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #e00101;
    opacity: 0;
    width: 0;
    left: 50%;
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}

/*========================================
:::::::::::::::::MAX 767:::::::::::::::::::                                
========================================*/
@media (max-width: 767px) {
  .solid-menus .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .mobile-menu {
    float: right;
  }

  .mobile-menu ul {
    margin: 18px 10px 18px 0px;
  }

  .mobile-menu li {
    display: inline-block;
    margin: 0 4px;
  }

  .mobile-menu a {
    display: block;
    text-transform: uppercase;
    color: #464646;
    font-family: "toyota_displaybold";
    font-size: 13px;
  }

  .mobile-menu a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -4px;
  }

  .navbar-toggle {
    position: relative;
    float: right;
    padding: 21px 10px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0;
  }

  .page-wrap {
    margin-top: 60px !important;
    overflow-x: hidden;
  }

  .solid-menus .navbar-header {
    height: 60px;
  }

  .solid-menus .navbar-collapse>ul>li.dropdown {
    padding: 5px 0;
  }

  .navbar-brand>img {
    width: 130px;
  }

  .navbar-fixed-top .navbar-collapse {
    max-height: 400px;
    text-align: center;
    overflow-x: hidden;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    text-align: center;
  }

  .solid-menus .dropdown-full-width .dropdown-menu {
    padding: 15px 10px;
  }

  .model-filter span {
    font-size: 12px;
    min-width: inherit;
    font-family: "toyota_displaybold";
  }

  .solid-menus .navbar-brand.navbar-brand-center {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 0;
  }

  .model-filter {
    display: block;
    margin: 10px 0 10px 0px;
  }

  .solid-menus .dropdown-menu>li>a {
    padding: 6px 20px !important;
  }

  a.dropdown-toggle {
    font-size: 16px !important;
  }

  ul.dropdown-menu.no-border-radius>li>a {
    font-size: 14px !important;
    color: #222 !important;
    font-family: "toyota_displaybold";
  }

  .dropdown-parent ul.dropdown-menu-indent-sm>li>a {
    font-size: 13px !important;
    color: #555 !important;
    font-family: "toyota_displayregular" !important;
  }

  .hybrid-info a.link img,
  .hybrid-info a.link:hover img {
    margin-right: auto;
  }

  .solid-menus .navbar-light .navbar-nav,
  .solid-menus .navbar-light .navbar-nav.navbar-right {
    margin-top: 0;
    margin-bottom: 0;
  }

  .solid-menus .nav>li>a,
  .solid-menus .solid-menu-multiple .nav>li>a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .solid-menus .nav>li>a,
  .solid-menus .dropdown-menu>li>a {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .solid-menus .navbar-nav>li>a:hover {
    border-bottom: 0 !important;
  }

  .solid-menus .navbar-light.navbar-push.navbar-fixed-top .navbar-collapse,
  .solid-menus .navbar-light.navbar-push.navbar-static-top .navbar-collapse {
    background: #fff;
    border-top: 5px solid #fff;
    border-right: 1px solid #c2c2c2;
  }

  .solid-menus .navbar-light.navbar-off-canvas.navbar-fixed-top .navbar-collapse {
    background: #fff !important;
    border-right: 1px solid #c2c2c2;
  }

  .solid-menus .navbar-light.navbar-off-canvas.navbar-fixed-top .off-canvas-close p a {
    color: #08013c;
  }

  .solid-menus .navbar-dark.navbar-push.navbar-fixed-top .navbar-collapse,
  .solid-menus .navbar-dark.navbar-push.navbar-static-top .navbar-collapse {
    border-top: 5px solid #2c2c2c;
  }

  .solid-menus .navbar-dark {
    padding-top: 0 !important;
  }

  .solid-menus .navbar-header {
    display: block;
  }

  .solid-menus .dropdown .dropdown-right.dropdown-wide>.dropdown-menu {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .solid-menus .dropdown .dropdown-left .dropdown-menu,
  .solid-menus .dropdown .dropdown-right .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
  }

  .solid-menus .dropdown .dropdown-menu-container {
    float: none !important;
  }

  .solid-menus .navbar-right {
    padding: 0 !important;
  }

  .solid-menus .navbar-right>li:last-child {
    padding-right: 0;
  }

  .solid-menus .navbar-brand.navbar-brand-center {
    position: absolute !important;
    margin: auto;
    padding: 0;
    padding-top: 18px !important;
    padding-bottom: 10px !important;
    /*width: 70%;*/
    width: 100%;
    /*margin-left: 30px;*/
    margin-left: 0px;
  }
}

@media (min-width: 280px) and (max-width: 480px) {
  .mobile-menu a i {
    margin-right: 0px;
  }
}

@media (min-width: 768x) and (max-width: 1200px) {
  ul.nav.navbar-nav.nav-right li {
    margin: 0 5px 0 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1248px) {
  .solid-menus .navbar-default.navbar-dark .navbar-nav>li>a {
    padding-right: 6px;
    padding-left: 4px;
  }

  ul.nav.navbar-nav.nav-right.visible-md.visible-lg.visible-sm li a {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
  }
}

@media (min-width: 836px) {
  .solid-menus .container {
    width: 98%;
    /*	 width: 90%;*/
    padding: 0 !important;
  }
}

@media (min-width: 769px) and (max-width: 835px) {
  .solid-menus .container {
    width: 98%;
  }
}

@media (min-width: 768px) and (max-width: 1172px) {
  ul.nav.navbar-nav.nav-right.visible-md.visible-lg.visible-sm {
    position: absolute;
    right: 6px;
    top: 0;
    margin-top: 0 !important;
  }

  .solid-menus .container {
    position: relative;
  }

  .solid-menus .navbar-collapse>ul>li.dropdown {
    padding: 15px 5px 10px 5px;
  }

  .solid-menus .navbar-default.navbar-dark .navbar-brand {
    padding-top: 13px;
  }
}

@media (min-width: 1070px) and (max-width: 1172px) {
  .solid-menus ul.nav.navbar-nav {
    margin-top: 17px;
    margin-right: -12px;
    float: right;
  }
}

@media (min-width: 890px) and (max-width: 1069px) {
  .solid-menus ul.nav.navbar-nav {
    margin-top: 28px;
  }
}

@media (min-width: 768px) and (max-width: 1069px) {
  .solid-menus ul.nav.navbar-nav {
    margin-right: 0px;
    float: right;
  }

  .solid-menus ul.nav.navbar-nav li {
    padding-bottom: 16px;
    padding-top: 0px;
  }

  .solid-menus ul.nav.navbar-nav li a {
    padding-bottom: 0 !important;
    font-size: 11px !important;
  }

  .solid-menus .navbar-default.navbar-dark .navbar-brand {
    padding-bottom: 0px !important;
    height: initial;
  }
}

/*=======================================
   BANNER
=======================================*/
.carousel-caption {
  top: 0;
  background-color: rgba(255, 255, 255, 0.88);
  right: inherit;
  left: 7%;
  bottom: 0;
  padding: 20px;
  width: 28%;
  text-align: center;
}

.carousel-caption .caption {
  margin-top: 20%;
}

.carousel-caption {
  text-shadow: none;
}

.carousel-caption h2 {
  color: #231f20;
  font-size: 34px;
  font-family: "toyota_displaybold";
  text-transform: uppercase;
  margin: 35px 0;
}

.carousel-caption img {
  margin: 0 auto;
}

.carousel-control {
  background-image: none !important;
}

.carousel-control::before {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  width: 29px;
  height: 51px;
  content: "";
  display: inline-block;
  filter: invert(15%);
}

.left.carousel-control::before {
  background-position: -103px 1px;
}

.right.carousel-control::before {
  background-position: -156px 1px;
}

.carousel-control {
  height: 50px;
  top: 40%;
  width: 10%;
}

@media (min-width: 768px) {
  .slider-lg {
    display: block !important;
  }

  .slider-sm {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .slider-lg {
    display: none !important;
  }

  .slider-sm {
    display: block !important;
  }

  .carousel-control {
    top: 32%;
    width: 10%;
  }

  .mouse-container,
  .bounce {
    display: none;
  }
}

@media (max-width: 1024px) {
  .carousel-inner {
    overflow: hidden;
  }

  .carousel-caption {
    width: 100%;
    left: 0;
    background-color: #f1f1f1;
    bottom: 0;
    z-index: 3;
    top: 100%;
    display: table;
  }

  .carousel-caption .caption {
    margin-top: 0% !important;
  }

  .carousel-caption h2 {
    margin: 15px 0;
    font-size: 24px;
  }
}

/*=======================================
   QUICK LINKS
=======================================*/
.quick-link a {
  color: #222;
  text-transform: uppercase;
  font-size: 14px;
  vertical-align: baseline;
  padding-top: 65px;
}

.quick-link::before {
  content: "";
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 5px;
  transition: transform 0.5s;
}

.quick-link:hover::before {
  transform: rotate(8deg);
  transition: transform 0.5s;
}

.quick-link.contact-us-lg::before {
  background-position: 814px -362px;
}

.quick-link.find-dlr::before {
  background-position: -200px 0px;
}

.quick-link.tst-drv::before {
  background-position: -265px 0px;
}

.quick-link.price-list::before {
  background-position: -327px 6px;
}

.quick-link.buy-now::before {
  background-position: -394px 6px;
}

.quick-link.brochure::before {
  background-position: -458px 5px;
}

.quick-link.exchange-car::before {
  background-position: -531px 6px;
}

.quick-link-container {
  background-color: #fafafa;
  width: 100%;
  padding: 20px 0;
}

.quick-link-container .row {
  width: 92%;
  margin: 0 auto;
}

.quick-link:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #cccccc;
  display: inline-block;
  position: absolute;
  right: 0;
}

.quick-link.exchange-car::after {
  display: none;
}

.quick-link {
  position: relative;
  text-align: center;
}

@media (min-width: 280px) and (max-width: 1270px) {
  .quick-link::before {
    margin: 0 auto;
    display: block;
  }

  .quick-link:after {
    top: 0;
  }
}

@media (min-width: 280px) and (max-width: 912px) {
  .quick-link a {
    font-size: 11px;
  }
}

@media (min-width: 280px) and (max-width: 767px) {
  .quick-link:after {
    display: none;
  }

  .quick-link::before {
    width: 26px;
    height: 26px;
    opacity: 0.8;
  }

  .quick-link.find-dlr::before {
    background-position: -590px 0px;
  }

  .quick-link.tst-drv::before {
    background-position: -635px 0px;
  }

  .quick-link.price-list::before {
    background-position: -682px 0px;
  }

  .quick-link.buy-now::before {
    background-position: -724px 0px;
  }

  .quick-link.brochure::before {
    background-position: -764px 0px;
  }

  .quick-link.exchange-car::before {
    background-position: -803px 0px;
  }

  .contact-mob::before {
    background-position: 500px -426px;
  }

  .quick-link-container .row {
    width: 100%;
  }

  .quick-link {
    line-height: 11px;
  }

  .quick-link a {
    font-size: 10px !important;
  }
}

/*=======================================
   MODELS THUMBNAILS
=======================================*/

.thump-slider img,
.thump-slider a,
.thump-slider * {
  text-align: center;
}

.thump-slider img {
  margin: 0 auto;
}

.thump-slider h3 {
  font-family: "toyota_displaybold";
}

.thump-slider h4,
.thump-slider span {
  color: #676767;
}

.thump-slider h3,
.thump-slider h4 {
  font-size: 15px;
}

.thump-slider .owl-nav>div::before {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
}

.thump-slider .owl-nav .owl-prev::before {
  background-position: -841px 0px;
}

.thump-slider .owl-nav .owl-next::before {
  background-position: -870px 0px;
}

.thump-slider .owl-nav>div {
  height: 26px;
  display: inline-block;
  width: 26px;
}

.thump-slider .owl-item img {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.thump-slider .owl-dots {
  display: none !important;
}

.thump-slider .owl-nav {
  position: absolute;
  top: 30%;
  margin: 0 auto;
  width: 102%;
  left: -1%;
}

.more-from-slider .owl-nav {
  width: 104.7%;
  left: -2.3%;
  top: 45%;
}

@media (min-width: 600px) and (max-width: 1024px) {
  .featured-slider .owl-nav {
    width: 106%;
    left: -3%;
  }
}

.thump-slider .owl-nav::after {
  content: "";
  clear: both;
}

.thump-slider .owl-prev {
  left: 0;
  float: left;
}

.owl-next {
  right: 0;
  float: right;
}

/*=======================================
NEWS AND SOCIAL WIDGETS
=======================================*/

.news-widget {
  background-color: #fafafa;
  padding-bottom: 40px;
}

.news-date {
  width: 15%;
  float: left;
  padding: 15px;
  padding-left: 0;
}

.news-date h2 {
  font-size: 40px;
  margin-top: 0px;
}

.news-date h2,
.news-date h4 {
  color: #787878;
  letter-spacing: 1px;
  text-align: center;
}

.news-content a:hover h4 {
  color: #eb0a1e;
}

.news-content {
  width: 84%;
  float: left;
}

.news-content p {
  font-size: 13px;
}

.facebook-widget iframe {
  width: 100%;
  min-height: 320px;
  max-height: 620px;
}

.twitter-widget iframe {
  width: 100% !important;
}

.twitter-widget {
  max-height: 280px;
  min-height: 280px;
  overflow-y: scroll;
}

.twitter-widget::-webkit-scrollbar-track {
  display: none;
}

.twitter-widget::-webkit-scrollbar {
  display: none;
}

.twitter-widget::-webkit-scrollbar-thumb {
  display: none;
}

@media (max-width: 767px) {
  .news-widget .row.add-mrgtop>div:last-child {
    margin-top: 10px;
  }

  .twitter-widget,
  .facebook-widget {
    display: none;
  }

  .news-date {
    width: 20%;
  }

  .news-content {
    width: 80%;
  }
}

@media (max-width: 600px) {
  .news-widget {
    padding-bottom: 0px;
  }
}

/*=======================================
   FOOTER
=======================================*/

.footer {
  padding-top: 20px;
  background-color: #333333;
  padding-bottom: 10px;
}

.list-vertical li {
  display: inline;
}

.move-up {
  position: absolute;
  right: 15px;
  top: -50px;
  z-index: 8;
}

.title-widget {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.footer ul li a {
  color: #ccc;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer ul li {
  line-height: 23px;
}

.footer-head {
  border-bottom: 1px solid #5a5757;
  padding-bottom: 20px;
}

.footer-head li {
  margin: 0 20px 0 0px;
  line-height: normal !important;
}

.footer-head li a {
  color: #ddd !important;
  position: relative;
  border-right: 1px solid #908c8c;
  padding: 0 15px 0 0px;
}

.footer-head li:last-child a {
  border-right: 0;
}

li.social {
  margin-right: 10px;
  vertical-align: sub;
  float: right;
}

li.social a {
  border: none;
}

.social a:after {
  content: "";
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  width: 21px;
  height: 21px;
  display: inline-block;
}

.twitter a:after {
  background-position: 205px 3px;
}

.facebook a:after {
  background-position: 183px 0px;
}

.youtube a:after {
  background-position: 162px 1px;
}

.instagram a:after {
  background-position: 204px -21px;
}

.linkedin a:after {
  background-position: 228px -21px;
}

.footer-branding .title-brand {
  margin-top: 20px;
  display: block;
}

.footer-branding .title-brand:after {
  content: "";
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  width: 179px;
  height: 65px;
  display: inline-block;
  background-position: 904px -53px;
}

.footer-branding p {
  color: #ccc;
  font-size: 13px;
  margin-top: 12px;
}

li.brand a::after {
  content: "";
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  width: 179px;
  height: 58px;
  display: inline-block;
}

li.brand a {
  display: inline-block;
}

.brand.utrust a::after {
  background-position: 718px -52px;
  width: 122px;
}

.brand.genuine a::after {
  background-position: 1172px -53px;
  width: 127px;
}

.brand.accessories a::after {
  background-position: 1039px -53px;
  width: 124px;
}

.brand.financial a::after {
  background-position: 1301px -53px;
  width: 125px;
}

@media (max-width: 600px) {
  .footer {
    padding-bottom: 0px;
    margin-top: 4rem;
  }

  .footer ul li a {
    padding: 0 3px;
    font-size: 11px !important;
  }

  .footer-head li {
    margin: 0 0px 0 0px;
  }

  .footer-head {
    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding-bottom: 50px;
  }
}

.copywright li:last-child {
  float: right;
}

.copywright li {
  float: left;
  margin: 0 13px 0 0px;
}

.copywright li a {
  text-transform: capitalize !important;
}

#social-media-links {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin: 0;
}

#social-media-links ul {
  margin: 0;
  padding: 0;
}

#social-media-links ul::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1053px) {
  #social-media-links {
    float: none;
    margin: 15px 0 0px 0;
    display: block;
  }

  .footer-head {
    text-align: center;
  }

  #social-media-links ul {
    text-align: center;
  }

  li.social {
    float: none;
  }

  .copywright li,
  .copywright li:last-child {
    float: none;
    display: block;
  }

  ul.copywright {
    text-align: center;
  }
}

/*=======================================
   FOOTER OTHER LOCATION SLIDER
=======================================*/
.other-locations-slider * {
  text-align: left !important;
}

.other-locations-slider .dlr-info {
  height: auto;
  min-height: auto;
  background-color: #2f2f2f;
  padding: 10px 10px 10px 18px;
  border: none;
}

.other-locations-slider .info-head h3 {
  color: #dbdbdb;
  text-transform: uppercase;
  font-size: 20px;
}

.other-locations-slider address {
  color: #dbdbdb !important;
  margin-left: 13px !important;
}

.other-locations-slider .owl-nav .owl-prev::before,
.other-locations-slider .owl-nav .owl-next::before {
  background-position: -841px 0px;
  filter: invert(1);
  height: 24px;
  width: 24px;
  background-color: transparent !important;
}

.other-locations-slider a {
  color: #dbdbdb !important;
}

.other-locations-slider .dlr-info address>i,
.other-locations-slider .dlr-info p>i,
.other-locations-slider .dlr-info>a.link>i {
  margin-left: 0px;
  padding-right: 6px;
}

.other-locations-slider .owl-nav .owl-next::before {
  transform: rotate(180deg);
}

.other-locations-slider .dlr-info i::after {
  height: 18px;
  width: 18px;
}

i.phone-white::after {
  background-position: 725px -244px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(27deg) brightness(105%) contrast(103%);
}

i.service-white::after {
  background-position: 648px -360px;
}

i.helpline-white::after {
  background-position: 620px -360px;
}

i.fax-white::after {
  background-position: 377px -355px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(27deg) brightness(73%) contrast(109%);
}

i.email-white::after {
  background-position: 643px -378px;
}

.other-locations-slider .owl-nav {
  top: 45%;
}

/*=======================================
   ABOUT US
=======================================*/
.dealer-principal {
  display: table;
  width: 100%;
  text-align: center;
}

.dlr-princ-block {
  display: table-cell;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .dlr-princ-block {
    float: left;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .dlr-princ-block {
    display: block;
    float: none;
    width: 100%;
  }
}

.qservice-block h4 {
  margin-bottom: 20px;
}

.qservice-block ul li {
  margin-bottom: 20px;
}

.emp-pos {
  color: #000 !important;
  margin-bottom: 5px;
  font-size: 12px;
}

.emp-blk {
  margin: 20px auto;
  max-width: 200px;
}

.emp-para {
  padding: 6px 0;
  background: #f7f7f7;
  margin-top: 20px;
  position: relative;
}

.emp-para::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f7f7f7;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  margin-top: -15px;
}

#about-more-slider {
  padding: 1px 0 30px 0;
}

#about-more-slider .owl-nav {
  top: 43%;
}

/*=======================================
   WHATS NEW
=======================================*/
.whats-new::before {
  background-position: 263px -355px;
}

/*=======================================
   DISCLAIMER
=======================================*/

#disclaimer .grey-bg::before {
  width: 96.5%;
}

@media (max-width: 991px) {
  #disclaimer .md-img.text-center {
    margin: 15px 0px;
  }
}

.disclaimer {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/disclaimer-banner.jpg);
}

/*=======================================
   EVENTS
=======================================*/
.events {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/events-banner.jpg);
}

.events-gallery>.row div.col-md-4:hover a.gallery-item::before {
  height: 100%;
  transition: all 0.8s;
}

.events-gallery>.row div.col-md-4 a.gallery-item::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 0%;
  transition: all 0.8s;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.events-gallery>.row div.col-md-4:hover a.gallery-item::after {
  opacity: 1;
  transition: all 1s;
}

.events-gallery>.row div.col-md-4 a.gallery-item::after {
  content: "";
  position: absolute;
  z-index: 10;
  background-position: -5px -386px;
  width: 28px;
  height: 28px;
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  display: inline-block;
  vertical-align: middle;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: all 1s;
}

.events-gallery>.row div.col-md-4>a.gallery-item img {
  transform: scale(1.1);
  transition: all 0.8s;
}

.events-gallery>.row div.col-md-4>a.gallery-item {
  position: relative;
  overflow: hidden;
  display: block;
  max-height: 270px;
}

.events-gallery>.row div.col-md-4:hover a.gallery-item img {
  transform: scale(1);
  transition: all 0.8s;
}

.events-gallery>.row div.col-md-4 {
  margin-bottom: 50px;
}

.events-gallery>.row div.col-md-4::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 15px;
  right: 15px;
  height: 3px;
  background-color: #ee1620;
}

@media (max-width: 768px) {
  .events-gallery>.row div.col-md-4>a.gallery-item {
    max-height: 140px;
  }
}

@media (max-width: 1024px) {
  .events-gallery>.row div.col-md-4>a.gallery-item {
    max-height: 200px;
  }

  .gallery-item+p {
    max-width: 255px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

/*=======================================
   BROCHURE
=======================================*/

i.brochure-sm::after {
  background-position: -862px -292px;
  width: 24px;
  height: 33px;
  margin-right: 8px;
}

#br-download .row>div>.form-group {
  margin-top: 20px;
  margin-left: 20px;
}

#br-download .row>div {
  margin-bottom: 30px;
}

#br-download .row>div>.form-group .style-check-box p {
  width: auto;
}

.hidden {
  display: none;
}

/*=======================================
   PRINT ADS
=======================================*/

.page-heading.print-ads {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/print-ads-banner.jpg);
}

/*=======================================
   PROMOTIONS
=======================================*/
.promotions::before {
  background-position: 634px -404px;
}

/*==============================================
		USED CARS
==============================================*/
.used-cars {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/usedcar-banner.jpg);
}

.showroom-img {
  padding: 20px;
}

.utrust-address {
  padding: 20px;
  min-height: 200px;
}

.utrust-address h4 {
  color: #444;
}

.utrust-address i {
  margin-left: 0px;
  float: left;
}

.utrust-address p {
  padding-left: 34px;
  color: #444;
}

/*=======================================
   APPLY FOR LOAN
=======================================*/
.apply-loan-head::before {
  background-position: 733px -404px;
}

.apply-loan-head {
  width: 343px !important;
}

/*=======================================
   APPLY FOR INSURANCE
=======================================*/
.insurance-head::before {
  background-position: 804px -418px;
}

.insurance-head {
  width: 287px;
}

/*=======================================
   FEEDBACk
=======================================*/

/*MULTI SELECT DROPDOWN*/

dl.select-details {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  margin: 0 0 15px;
  height: 40px;
  border-radius: 0px;
  background-color: #f5f5f5;
  background-clip: padding-box;
  white-space: nowrap;
  line-height: 40px;
  box-shadow: none;
  text-transform: uppercase;
  font-family: "toyota_displaybold";
  color: #333;
}

dl.select-details>dt {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  border: 1px solid #ececec;
  border-radius: 0px;
  background-color: #f5f5f5;
  background-clip: padding-box;
  white-space: nowrap;
  line-height: 40px;
  box-shadow: none;
  text-transform: uppercase;
  font-family: "toyota_displaybold";
  color: #333;
  font-size: 12px;
}

dl.select-details>dt:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 10px;
  right: 15px;
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  background-position: 54px -73px;
  transition: all 0.5s;
  margin: 14px auto;
  top: 0;
}

dl.select-details>dt>h5 {
  line-height: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  overflow: hidden;
  color: #333;
  font-size: 12px;
}

dl.select-details>dt>h5:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 10px;
  right: 15px;
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  background-position: 54px -73px;
  transition: all 0.5s;
  margin: 14px auto;
  top: 0;
}

dl.select-details.active>dt>h5:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

dl.select-details.active>dt,
dl.select-details.active>dd {
  border-color: #ececec;
}

dl.select-details.active>dt {}

dl.select-details.active>dt:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

dl.select-details.invalid>dt {
  color: #f44336;
  border-bottom-color: #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}

dl.select-details.no-drop>dt {
  background-color: #f5f5f5;
  border: 0 none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  box-shadow: none;
  cursor: auto;
}

dl.select-details.no-drop>dt:after {
  display: none;
}

dl.select-details>dd {
  width: 100%;
  background-color: white;
  border: 1px solid #d7d7d7;
  border-top: 0 none;
  margin: -1px 0 0;
  position: absolute;
  top: 100%;
  z-index: 200;
  display: none;
}

dl.select-details>dd .select-details-drop {
  max-height: 16rem;
  margin: 0 0px 0px 0;
  padding-left: 0px;
  overflow-x: hidden;
  overflow-y: auto;
}

dl.select-details>dd .select-details-drop>li {
  background-color: white;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 1px;
  padding: 8px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  word-wrap: break-word;
  white-space: normal;
}

dl.select-details>dd .select-details-drop>li:hover,
dl.select-details>dd .select-details-drop>li.selected {
  background-color: #ebebeb;
}

dl.select-details>dd .select-details-drop>li.disabled {
  color: #bfbfbf;
  background-color: white !important;
  cursor: default;
  cursor: not-allowed;
}

dl.select-details>dd .select-details-drop>li h5 {
  margin: 0.2rem 0;
  font-size: 16px;
}

dl.select-details>dd .select-details-drop>li h6 {
  color: #dd1d10;
}

dl.select-details>dd .select-details-drop>li p {
  margin-top: 0;
  font-family: "toyota_displayregular";
  font-size: 14px;
}

.select-details-selected .business-hours {
  font-size: 13px;
}

.select-details-selected h6 {
  font-size: 15px;
  color: #dd1d10;
  font-family: "toyota_displaybold";
}

dl.select-details>dd .select-details-drop>li .business-hours {
  display: none;
}

.select-details-selected {
  background-color: #ebebeb;
  margin-top: -15px;
  padding: 12px;
}

.select-details-selected h5 {
  display: none;
}

.select-details-selected p {
  margin: 0;
}

.select-details-drop::-webkit-scrollbar-track {
  background-color: #f9f9f9;
}

.select-details-drop::-webkit-scrollbar {
  width: 4px;
  background-color: #f9f9f9;
}

.select-details-drop::-webkit-scrollbar-thumb {
  background-color: #999;
}

/*=======================================
   PRESS RELEASE
=======================================*/
.press-realese {
  line-height: 1.7;
}

.press-realese h2.page-header {
  margin-top: 25px;
}

p.date-post {
  color: #555 !important;
}

.press-realese p,
.press-realese li {
  font-size: 13px;
  color: #333;
}

p.date-post i {
  margin-right: 5px;
}

.press-realese figure img,
.press-realese figcaption {
  margin: 0 auto;
  text-align: center;
}

.press-realese .breadcrumb {
  border-radius: 0px;
}

.press-realese .breadcrumb a {
  color: #333;
}

.press-realese h1.page-header {
  margin-top: 0 !important;
}

.archive-news h4 {
  font-size: 22px;
}

.archive-news {
  box-shadow: none;
  border-radius: 2px;
  transition: all.5s;
  background-color: #f5f5f5;
}

.press-realese h3.page-header-sm a:hover,
.news-content a:hover {
  color: #eb0a1e;
  opacity: 1;
}

.press-realese table {
  font-size: 13px;
}

.press-realese .table-bordered>tbody>tr>td:first-child,
.press-realese .table-bordered>tbody>tr>th:first-child {
  width: 30%;
}

.press-realese table.half-table tr>th,
.press-realese table.half-table tr>td {
  width: 50% !important;
}

#newsYearsList {
  cursor: pointer;
}

@media (min-width: 992px) {
  .archive-news-fixed {
    position: fixed;
    top: 180px;
    width: 12.8%;
    transition: all 0.5s;
  }

  .press-realese h3.page-header-sm,
  .press-realese .well h4 {
    margin-top: 0 !important;
  }
}

.press-realese .main-notes {
  margin: 20px 0 40px 20px;
  padding: 0;
}

.press-realese figcaption {
  font-size: 12px;
}

/*=======================================
   REVIEW
=======================================*/
#review h2.content-head {
  margin: 0;
  padding: 0;
}

#review .container-fluid>.row>div {
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}

.hover-btn-group {
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 25px;
  bottom: -53px;
  height: 53px;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 15px;
  opacity: 0;
  transform: translate(0, 100%);
  justify-content: space-between;
  display: flex;
  margin: 0 15px;
  transition: 0.5s;
}

.dwnld-ico,
.view-ico,
.email-ico {
  display: inline-block;
}

#review .container-fluid>.row>div:hover .hover-btn-group {
  opacity: 1;
  transition: 0.5s;
  transform: translate(0, 0);
  bottom: 0;
}

.hover-btn-group p {
  color: #fff;
  font-size: 14px;
}

.hover-btn-group i.download::after,
.hover-btn-group i.view::after,
.hover-btn-group i.email::after {
  margin-right: 0;
  height: 21px;
}

.hover-btn-group i.download::after {
  background-position: -5px -357px;
  width: 20px;
}

.hover-btn-group i.view::after {
  background-position: -37px -357px;
  width: 28px;
}

.hover-btn-group i.email::after {
  background-position: -74px -357px;
  width: 26px;
}

.more-items p {
  color: #fff !important;
  width: 116px;
  word-break: break-word;
  text-align: center;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: 75px;
}

.more-items {
  position: absolute;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bolder;
  background-color: rgba(0, 0, 0, 0.8);
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

a.link.more-item-block {
  display: block;
  position: relative;
}

.more-items strong {
  font-size: 30px;
}

.more-block .more-items p {
  margin: auto !important;
  font-size: 20px;
  color: #fff;
  height: 80px;
}

.more-block .more-items {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 17%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.51) 100%) !important;
}

/*=======================================
   CAR CHAPTER
=======================================*/

/*MOUSE ANIMATION*/

.bounce {
  position: absolute;
  left: 50%;
  bottom: 5px;
  margin-top: -25px;
  margin-left: -25px;
  height: 50px;
  width: 50px;
  background-color: transparent;
  -webkit-animation: bounce 1s infinite;
  -moz-animation: bounce 1s infinite;
  -o-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}

.bounce::after {
  content: "";
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  background-position: 217px -46px;
  width: 47px;
  height: 46px;
  display: inline-block;
}

@-webkit-keyframes bounce {
  0% {
    bottom: 5px;
  }

  50% {
    bottom: 15px;
  }

  100% {
    bottom: 30;
  }
}

@-moz-keyframes bounce {
  0% {
    bottom: 5px;
  }

  50% {
    bottom: 15px;
  }

  100% {
    bottom: 30;
  }
}

@-o-keyframes bounce {
  0% {
    bottom: 5px;
  }

  50% {
    bottom: 15px;
  }

  100% {
    bottom: 30;
  }
}

@keyframes bounce {
  0% {
    bottom: 5px;
  }

  50% {
    bottom: 15px;
  }

  100% {
    bottom: 30;
  }
}

.color-picker-thump>img.lazy {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/loading-gear-36x36.gif);
  background-repeat: no-repeat;
  background-position: 50% -10px !important;
  height: 5px !important;
  width: 5px !important;
  background-size: 50px 50px;
}

/*BANNER*/

.car-chaptor-Banner,
.page-head-banner {
  position: relative;
}

/*TOP FEATURE SLIDER*/

.top-feature-slider .carousel-caption {
  width: 100%;
  left: 0;
  right: 0;
  text-align: left;
  bottom: 0px !important;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
  position: absolute;
  top: auto;
}

.top-feature-slider .carousel-caption .caption {
  margin-top: 0;
  margin-left: 5%;
  width: 60%;
}

.top-feature-slider .carousel-caption h3 {
  color: #cccccc;
  font-size: 15px;
}

.top-feature-slider .carousel-caption h2 {
  color: #fff;
  margin-top: 17px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 30px;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 999px) {
  .top-feature-slider .carousel-caption {
    background-color: #000;
    width: 100%;
    top: 100% !important;
    position: relative;
  }

  .top-feature-slider .carousel-caption .caption {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .top-feature-slider .carousel-caption h3 {
    font-size: 13px;
  }

  .top-feature-slider .carousel-caption h2 {
    font-size: 20px;
  }
}

/*NAVIGATION*/

.level-menu {
  background-color: #000;
}

.level-menu-fix-top {
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 11;
}

@media (max-width: 768px) {
  .level-menu-fix-top {
    top: 63px;
  }
}

.level-menu-fix-top-mob {
  position: fixed;
  top: 55px;
  width: 100%;
  z-index: 11;
}

.level-menu nav.page-nav ul {
  display: flex;
  justify-content: space-around;
  padding: 15px 0px;
}

.level-menu nav.page-nav ul li a {
  font-family: "toyota_displaybold";
  color: #838282;
  font-size: 12px;
  text-transform: uppercase;
}

.level-menu nav.page-nav ul li {
  position: relative;
}

.level-menu nav.page-nav ul li a:hover {
  color: #fff;
  opacity: 1;
}

.level-menu nav.page-nav ul li:hover a::after {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  background-position: 155px -43px;
  height: 9px;
  width: 16px;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -16px;
  vertical-align: middle;
  margin: 0 auto;
  left: 0;
  right: 0;
}

@media (max-width: 999px) {
  .level-menu nav.page-nav ul li a {
    font-size: 10px;
  }

  .level-menu .page-nav .container-fluid {
    width: 100%;
    padding: 0 !important;
  }
}

/*COLOUR CHOOSER*/

.color-selector .mySlides img {
  margin: 0 auto;
}

.model-price {
  margin-top: 30px;
}

.model-price h4 {
  font-size: 28px;
  font-family: "toyota_displaybold";
  margin: 0;
}

.model-price h2:first-child {
  margin-bottom: 8px;
}

.model-price h2 {
  color: #111;
  font-size: 16px;
  margin: 0;
  font-family: "toyota_displaybold";
}

.color-selector {
  margin-top: 30px;
}

.color-picker-thump .dot {
  padding-bottom: 10px;
  border-bottom: 3px solid #fff;
  background-image: none !important;
}

.color-picker-thump li::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  display: inline-block;
  bottom: -11px;
  z-index: 1;
  left: 0;
}

.dot.active {
  border-bottom: 3px solid #ff1e1e;
}

.color-picker-thump li {
  position: relative;
}

.color-name {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 11px;
  font-family: "toyota_displaybold";
  text-transform: uppercase;
}

.mySlides {
  position: relative;
}

@media (min-width: 768px) {
  .model-price>div:not(:last-child) {
    border-right: 1px solid #eee;
  }

  .model-price>div:not(:first-child) {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .model-price>div:not(:first-child) {
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .color-picker-thump img {
    width: 40px;
  }

  .color-picker-thump li::after {
    bottom: -7px;
  }

  .color-picker-thump {
    padding: 0;
  }
}

.color-selector .slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.color-selector .mySlides {
  display: none;
}

.color-selector .prev,
.color-selector .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.color-selector .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.color-selector .prev:hover,
.color-selector .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.color-selector .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.color-selector .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.color-selector .dot {
  cursor: pointer;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.color-selector .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/*FEATURES*/
.accessories-head::before {
  background-position: 879px -424px;
}

.car-chptr {
  padding: 50px 0;
  position: relative;
}

@media (max-width: 767px) {
  .car-accessories .chprt-head {
    margin-bottom: 0 !important;
  }
}

.car-accessories h3.feature-head::after {
  position: relative !important;
}

.grey-bg {
  position: relative;
}

.grey-bg::before {
  content: "";
  background-color: #f6f6f6;
  width: 93%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: -1;
}

.chprt-head,
.body-main-head {
  font-size: 44px;
  margin-bottom: 50px;
  margin-left: 15px;
  color: #bbbbbb;
}

@media (max-width: 767px) {

  .chprt-head,
  .body-main-head {
    font-size: 36px;
  }
}

.feature-big-block {
  position: relative;
}

.feature-big-block img {
  width: 70%;
}

.feature-right img {
  float: left;
}

.feature-left img {
  float: right;
}

.feature-big-block .feature-big-block-caption {
  position: absolute;
  top: 10%;
  width: 42%;
  background: rgba(255, 255, 255, 0.88);
  height: 80%;
  padding: 30px;
}

.feature-right .feature-big-block-caption {
  right: 0;
}

.feature-left .feature-big-block-caption {
  left: 0;
}

.feature-left .article {
  text-align: right;
  float: right;
}

.feature-big-block-caption h2 {
  font-size: 24px;
  color: #333;
  font-family: "toyota_displaybold";
  text-transform: uppercase;
  position: relative;
}

.feature-left h2::after {
  position: absolute;
  right: 0;
}

h3.feature-head,
h3.gallery-head {
  font-family: "toyota_displaybold";
  text-transform: uppercase;
  font-size: 19px;
  color: #555;
  position: relative;
}

.feature-big-block-caption h2::after,
h3.feature-head::after,
h3.gallery-head::after {
  content: "";
  width: 27%;
  height: 1px;
  display: block;
  background-color: #555;
  position: absolute;
  bottom: -8px;
}

.feature-big-block-caption p {
  margin-top: 30px;
}

.feature-left .feature-big-block-caption p {
  margin-top: 50px;
}

.feature-big-block-caption .article {
  width: 70%;
}

.feature-sm-block {
  margin-top: 50px;
}

div#loadAccessoryPrice .feature-sm-block {
  margin-top: 0;
}

.feature-sm-block p {
  color: #333;
  line-height: normal;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 50px;
  min-height: 60px;
}

@media screen and (max-width: 600px) {
  .feature-sm-block p {
    margin-bottom: 20px;
    min-height: inherit;
  }

  .car-chptr {
    padding: 30px 0;
  }
}

@media (min-width: 280px) and (max-width: 1024px) {
  .car-accessories .feature-sm-block {
    margin-top: 50px !important;
  }

  .feature-sm-block {
    margin-top: 300px;
  }

  .feature-big-block img,
  .feature-sm-block img {
    width: 100%;
  }

  .feature-big-block .feature-big-block-caption {
    width: 88%;
    top: 100%;
    height: 250px;
    margin-top: -44px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 20px;
  }

  .feature-big-block-caption .article {
    width: 100%;
    text-align: left !important;
  }

  .feature-left .feature-big-block-caption h2::after {
    position: relative;
    left: 0;
  }
}

/*performance*/

.perfperformance {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/performance-bg-1920x2248.jpg);
  background-position: center;
  background-size: cover;
}

.engine-dtls {
  margin-bottom: 40px;
}

.engine-dtls>div {
  position: relative;
}

.engine-dtls>div::after {
  content: "";
  height: 100px;
  width: 1px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 16%;
}

.engine-dtls>div:last-child::after {
  display: none;
}

.engine-dtls h2 {
  font-family: "toyota_displaybold";
  color: #eee;
  margin-top: 10px;
  margin-bottom: 2px;
}

.engine-dtls h4 {
  font-size: 16px;
  color: #eee;
}

.engine-dtls h3 {
  font-family: "toyota_displaybold";
  color: #eee;
  margin-top: 0;
  font-size: 18px;
}

.perfperformance h3.feature-head,
.perfperformance .feature-sm-block p {
  color: #fff;
}

.perfperformance h3.feature-head::after {
  background-color: #fff;
}

.perfperformance h2 span {
  color: #fff;
}

/*360*/

.car-chptr.inside-view {
  background: #fff;
}

.car-chptr.inside-view i.icon-interior,
.car-chptr.inside-view i.icon-exterior,
.car-chptr.inside-view ul span {
  display: block;
}

.car-chptr.inside-view ul span {
  font-family: "toyota_displaybold";
  margin-top: 8px;
  font-size: 13px;
}

.car-chptr.inside-view .nav-tabs {
  margin: 0 0 50px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.car-chptr.inside-view .nav-tabs li {
  text-align: center;
  display: inline-block;
  float: none;
  margin: 0 24px;
}

.car-chptr.inside-view .nav-tabs a {
  display: block;
  margin: 0;
  padding: 0;
  margin-right: 0px;
  border: 0px;
  border-radius: 0;
  border-bottom: 2px solid #fff;
}

.car-chptr.inside-view .nav-tabs a:hover span,
.car-chptr.inside-view .nav-tabs a:focus span,
.car-chptr.inside-view .nav-tabs a:active span,
.car-chptr.inside-view .nav-tabs a.active span {
  color: #ed2929;
}

.car-chptr.inside-view .nav-tabs a:hover .icon-interior::after,
.car-chptr.inside-view .nav-tabs a:focus .icon-interior::after,
.car-chptr.inside-view .nav-tabs a:active .icon-interior::after,
.car-chptr.inside-view .nav-tabs a.active .icon-interior::after {
  background-position: 687px -319px !important;
}

.car-chptr.inside-view .nav-tabs a:hover .icon-exterior::after,
.car-chptr.inside-view .nav-tabs a:focus .icon-exterior::after,
.car-chptr.inside-view .nav-tabs a:active .icon-exterior::after,
.car-chptr.inside-view .nav-tabs a.active .icon-exterior::after {
  background-position: 622px -318px !important;
}

.car-chptr.inside-view .nav-tabs a:hover,
.car-chptr.inside-view .nav-tabs a:focus,
.car-chptr.inside-view .nav-tabs a:active,
.car-chptr.inside-view .nav-tabs a.active {
  border: 0;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #ed2929;
}

.car-chptr.inside-view .tab-content {}

.car-chptr.inside-view object {
  width: 100%;
  height: 100vh;
}

@media (max-width: 767px) {
  .car-chptr.inside-view object {
    height: 60vh;
  }

  body.modal-open .modal-dialog {
    margin: 0 !important;
  }
}

/*specs*/

@media (max-width: 767px) {
  .car-chptr-specs .display-contents {
    display: block;
    overflow-x: scroll;
  }
}

.car-chptr-specs p.spec-tnc {
  font-size: 12px;
  color: #fff;
  margin: 10px;
}

.car-chptr-specs .title {
  background-color: #202020;
  width: 100%;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 1px 0;
  font-weight: bold;
  font-family: toyotaDisplay, Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 15px;
}

.car-chptr-specs .title2 {
  background-color: #aaaaaa;
  width: 100%;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 1px 0;
  font-weight: bold;
  font-family: toyotaDisplay, Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 15px;
}

.car-chptr-specs .left-title {
  text-indent: 10px;
}

.car-chptr-specs .desc-table {
  border: none;
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  background-color: #fff;
  overflow-x: scroll;
  margin-top: 0px !important;
}

.car-chptr-specs .desc-table td {
  padding: 4px;
  border: 1px solid #ddd;
  width: auto;
  font-family: verdana;
  font-size: 13px;
}

.car-chptr-specs .desc-table th {
  background-color: #f8f8f8;
  color: #333333;
  font-weight: bold;
  padding: 1%;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 14px;
}

.car-chptr-specs .petrol,
.car-chptr-specs .diesel {
  width: 100px;
  background-color: #cecece;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 6px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  text-transform: uppercase;
}

.car-chptr-specs .active {
  background-color: #e00022;
}

.car-chptr-specs .petrol:hover,
.car-chptr-specs .diesel:hover {
  background-color: #e00022;
  color: #fff;
}

@media (min-width: 480px) {
  #overlay_iframe .inner {
    top: 0px;
  }

  #overlay_iframe .close {
    top: 10px;
  }
}

div#petrol-desc {
  margin-top: 15px;
}

div#diesel-desc {
  margin-top: 15px;
}

.desc-table tr:nth-child(even) {
  background-color: #f8f8f8;
}

.desc-table tr:nth-child(odd) {
  background-color: #eaeaea;
  border: 0;
}

.desc-table tr th {
  border-bottom: 2px solid #000 !important;
  border-top: none;
}

.car-chptr-specs {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/spec-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/*
GALLERY*/
a.gallery-item {
  cursor: pointer;
}

.gallery {
  background-color: #000;
}

.gallery-lightbox img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}

.gallery-lightbox img {
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

.gallery-lightbox {
  margin: 0 !important;
}

.gallery-lightbox>li {
  padding: 0 !important;
}

.gallery-lightbox>li:nth-child(n + 9) {
  display: none;
}

.gallery-lightbox>li>img {
  display: block;
}

@media (min-width: 768px) {
  .gallery-lightbox>li:hover img {
    -webkit-transform: scale(0.992, 0.992);
    transform: scale(0.992, 0.992);
  }
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  max-width: inherit;
  border-radius: 0;
  height: auto;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .lightbox .lb-image {
    max-width: 1024px;
    height: auto;
    width: 1024px !important;
    max-height: inherit;
  }
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: #000;
  width: auto;
  height: auto !important;
  margin: 0 auto;
  border-radius: 0;
}

.lb-loader,
.lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-container {
  padding: 0px;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
}

@media (max-width: 767px) {
  .lb-nav a::before {
    top: 40%;
  }
}

.lb-nav a::before {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  width: 29px;
  height: 51px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.lb-nav a.lb-prev::before {
  background-position: -103px 1px;
}

.lb-nav a.lb-next::before {
  background-position: -156px 1px;
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
  width: 10%;
}

.lb-nav a.lb-prev {
  left: 0;
  float: left;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  right: 0;
  float: right;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  text-align: right;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: -37px;
  padding: 10px;
  background-color: #987941;
  left: 0px;
}

.lb-data .lb-caption:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 37px solid transparent;
  border-left: 26px solid #987941;
  position: absolute;
  top: 0;
  right: -26px;
}

.lb-data .lb-number {
  display: none !important;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close::before {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  content: "";
  background-position: right top;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 5px 0px 0 6px;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  top: -28px;
  position: absolute;
  right: -5px;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

/*==============================================
		CHOOSEN
==============================================*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  width: 100% !important;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 8;
  width: 100%;
  border: 1px solid #ececec;
  border-top: 0;
  background: #fff;
  clip: rect(0, 0, 0, 0);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  border: 1px solid #ececec;
  border-radius: 0px;
  background-color: #f5f5f5;
  background-clip: padding-box;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  line-height: 40px;
}

.chosen-container-single .chosen-default {
  color: #222;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "toyota_displaybold";
  color: #333;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 13px;
  height: 10px;
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  background-position: 54px -73px;
  transition: all 0.5s;
  margin: 14px auto;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 8;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  width: 100%;
  outline: 0;
  border: 1px solid #ececec;
  border-radius: 0;
  transition: all 0.5s;
  height: 35px;
  line-height: 35px;
}

.chosen-container-single .chosen-search::after {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  background-position: -1160px 0px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 22px;
  position: absolute;
  right: 12px;
  top: 12px;
}

.chosen-container-single .chosen-drop {
  margin-top: 0px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  /*position: absolute;*/
  clip: rect(0, 0, 0, 0);
}

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-results::-webkit-scrollbar-track {
  background-color: #f9f9f9;
}

.chosen-results::-webkit-scrollbar {
  width: 4px;
  background-color: #f9f9f9;
}

.chosen-results::-webkit-scrollbar-thumb {
  background-color: #999;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  color: #222;
  padding: 5px 6px;
  list-style: none;
  line-height: 20px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  text-transform: uppercase;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #eee;
  color: #222;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #ececec;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  transform: rotate(-180deg);
  transition: all 0.5s;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("https://dealer.toyotabharat.com/dealerV11/images/common/choosen-search.png") no-repeat 0px 0px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {

  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("https://dealer.toyotabharat.com/dealerV11/images/common/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/*==============================================
		FORM PAGE 
==============================================*/
.no-srch .chosen-search {
  display: none !important;
}

.no-srch .chosen-results {
  margin-top: 4px;
}

@media (min-width: 1024px) {
  .model-img {
    /*    margin-top: -25px;*/
    margin: auto;
  }
}

@media (max-width: 1024px) {
  select.chosen-select {
    min-width: 100%;
  }
}

textarea {
  resize: vertical;
}

.form-control.form-input,
textarea.form-input,
select.chosen-select {
  position: relative;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  border: 1px solid #ececec;
  border-radius: 0px;
  background-color: #f5f5f5;
  background-clip: padding-box;
  white-space: nowrap;
  line-height: 40px;
  box-shadow: none;
  font-family: "toyota_displaybold";
  color: #333;
  font-size: 13px;
}

.form-control:focus {
  outline: 1px solid #eee;
}

#cboDealer:focus {
  outline: none;
}

/*===============================*/
::-webkit-input-placeholder {
  text-transform: uppercase;
}

:-moz-placeholder {
  text-transform: uppercase;
}

::-moz-placeholder {
  text-transform: uppercase;
}

:-ms-input-placeholder {
  text-transform: uppercase;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #ddd;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b7b7b7;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #ddd;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b7b7b7;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #ddd;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b7b7b7;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #ddd;
}

.form-page-head::before {
  content: "";
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  display: inline-block;
  width: 62px;
  height: 58px;
  position: absolute;
  left: 0;
  top: -5px;
}

.form-page-head,
.page-main-head {
  font-family: "toyota_displaybold";
  text-transform: uppercase;
  position: relative;
  width: 330px;
  margin: 0 auto;
}

.form-page-head h1,
.page-main-head h1 {
  font-size: 31px;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 75px;
}

.form-page-head h5 {
  color: #999;
  font-size: 11px;
  margin-top: 0;
  margin-left: 75px;
}

.form-grp-head {
  text-transform: uppercase;
  font-size: 14px;
  border-left: 3px solid #ff0d15;
  padding: 10px 0 10px 13px;
  margin-bottom: 24px;
}

/*===============================
STYLED RADIO
===============================*/

.styled-radio {
  position: absolute;
  display: none;
}

.styled-radio[disabled] {
  cursor: not-allowed;
}

.styled-radio+label {
  position: relative;
  display: block;
  padding-left: 27px;
  cursor: pointer;
  vertical-align: middle;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
}

.styled-radio+label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}

.styled-radio+label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #c0c0c0;
}

.styled-radio+label:after {
  position: absolute;
  display: none;
  content: "";
}

.styled-radio[disabled]+label {
  cursor: not-allowed;
  color: #e4e4e4;
}

.styled-radio[disabled]+label:hover,
.styled-radio[disabled]+label:before,
.styled-radio[disabled]+label:after {
  cursor: not-allowed;
}

.styled-radio[disabled]+label:hover:before {
  border: 1px solid #e4e4e4;
  animation-name: none;
}

.styled-radio[disabled]+label:before {
  border-color: #e4e4e4;
}

.styled-radio:checked+label:before {
  animation-name: none;
}

.styled-radio:checked+label:after {
  display: block;
}

.styled-radio+label:before {
  border-radius: 50%;
}

.styled-radio+label:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #70ad51;
}

.styled-radio:checked+label:before {
  border: 1px solid #70ad51;
}

.styled-radio:checked[disabled]+label:before {
  border: 1px solid #c9e2f9;
}

.styled-radio:checked[disabled]+label:after {
  background: #c9e2f9;
}

/*===============================
STYLED CHECKBOX
===============================*/

.style-check-box>input[type="checkbox"] {
  display: none;
}

.login-from-input .style-check-box {
  padding-left: 0;
  margin-bottom: 2px;
}

.style-check-box {
  line-height: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 0px 0 0px;
  display: inline-block;
  vertical-align: initial;
  font-weight: normal;
}

.style-check-box p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding-left: 7px;
  line-height: 17px;
  font-size: 13px;
  width: 87%;
}

.grid-data .style-check-box {
  padding: 0;
}

.style-check-box+.style-check-box {
  border-top: 1px solid #f0f2f3;
}

.check-box-cb {
  display: none;
}

.style-check-box-tick {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  vertical-align: middle;
}

.style-check-box-tick:before {
  content: "";
  display: none;
  position: absolute;
  top: 31%;
  left: 30%;
  margin: -2px 0 0 -2px;
  height: 9px;
  width: 17px;
  border: solid #fff;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

span.style-check-box-tick:hover {
  border-color: #70ad51;
  background: #70ad51;
}

.style-check-box>input[type="checkbox"]:checked~.style-check-box-tick {
  border-color: #70ad51;
  background: #70ad51;
}

.style-check-box>input[type="checkbox"]:checked~.style-check-box-tick:before {
  display: block;
}

/*==============================================
		BOOTSTRAP DATE PICKER
==============================================*/
.input-group.date,
.input-group.date input {
  cursor: pointer;
}

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

.datepicker>div {
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #ccc;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #6f6f6f;
  color: #fff;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
  color: #fff;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #ed2028;
  background-repeat: repeat-x;
  color: #fff;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span:hover {
  background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}

.datepicker th.datepicker-switch {
  width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 200px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-right-width: 2px;
  border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
}

.datepicker.dropdown-menu tr th {
  font-family: "toyota_displaybold";
}

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}

.date .input-group-addon {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  background-position: 100px -63px;
  border: 0;
  border-radius: 0;
  padding: 6px 22px;
}

/*=======================================
   PAGE HEADINGS
=======================================*/
.page-heading {
  position: relative;
  padding: 30px 15px;
  text-align: center;
  background-color: #000;
  font-size: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.page-heading h1 {
  margin-top: 0;
  color: #fff;
}

.page-heading p {
  margin-bottom: 0;
  line-height: 1.4;
  color: rgb(173, 165, 165);
}

.page-heading>.container-fluid {
  padding: 30px 0.75rem;
  position: relative;
}

@media (min-width: 768px) {
  .page-heading {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
    font-size: 24px;
    margin-top: 70px;
  }

  .page-heading h1 {
    font-size: 60px;
    line-height: 1;
  }

  .page-heading h1,
  .page-heading p {
    margin-right: 380px;
  }
}

@media (min-width: 992px) {

  .page-heading h1,
  .page-heading p {
    margin-right: 380px;
  }
}

/*==============================================
		ARTICLE
==============================================*/

.page-heading.article .container-fluid {
  padding: 10px 0.75rem;
}

#review .container-fluid>.row>div.col-md-3 img {
  width: 100%;
}

/*==============================================
		Q SERVICE
==============================================*/
.page-heading.qservice {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/q-service/q-service-banner-1400x400.jpg);
}

.page-heading.product-services {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/q-service/product-services/product-services-banner-1400x400.jpg);
}

.page-heading.info {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/q-service/info/info-banner-1400x400.jpg);
}

.page-heading.q-service-whats-new {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/q-service/whats-new/q-service-whats-new-banner-1400x400.jpg);
}

.page-heading.monsoon-care {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/q-service/monsoon-care/monsoon-care-banner-1400x400.jpg);
}

.page-heading .container-fluid {
  padding: 27px 0.75rem;
}

.level-menu-qservice nav.page-nav ul li:hover a::after {
  display: none;
}

.level-menu-qservice nav.page-nav ul li a {
  padding: 18px 10px 16px 10px;
  transition: all 0.5s;
}

.level-menu-qservice nav.page-nav ul li:hover a {
  background-color: #fff;
  color: #000;
  transition: all 0.5s;
}

.level-menu nav.page-nav li.active a {
  color: #fff;
  opacity: 1;
}

article.article-head,
.article-head {
  margin-left: 0;
  position: relative;
  color: #999999;
  margin-bottom: 40px;
  font-size: 28px;
  text-align: left;
  margin-top: 0;
}

article.article-head::after,
.article-head::after {
  content: "";
  width: 20%;
  height: 2px;
  display: block;
  background-color: #999999;
  position: absolute;
  bottom: -17px;
}

.row.grey-bg::before {
  width: 100%;
}

.qservice-block {
  padding: 23px;
  background-color: #fff;
}

@media (max-width: 600px) {
  .qservice-block {
    padding: 15px;
  }
}

.qservice-block>div>.row>img {
  width: 100%;
}

.qservice-block h1 {
  margin-top: 14px;
}

.service-video a.link {
  margin-bottom: 20px;
  display: block;
}

.service-video a.link img {
  margin: 0 auto;
}

.q-service-active {
  background-color: #fff;
  color: #000 !important;
}

@media (min-width: 768px) {
  .qservice-block article {
    padding-left: 40px;
  }

  .qservice-block .col-md-6.col-md-pull-6 article {
    padding-left: 0;
    margin-right: 40px;
  }
}

@media (max-width: 600px) {
  .level-menu nav.page-nav ul {
    display: block;
    text-align: center;
  }

  .level-menu nav.page-nav ul li a {
    display: inline-block;
    padding: 5px;
  }
}

h3.quote-head.clr {
  font-size: 20px;
}

/*==============================================
		BUY NOW
==============================================*/
.buy-now-hd::before {
  background-position: 451px -397px;
}

.checkbox-grp {
  display: block;
}

.checkbox-grp .cell {
  margin: 0 11px;
}

.checkbox-grp .cell,
.checkbox-grp p {
  display: inline-block;
}

/*==============================================
		BROCHURE
==============================================*/
.brochure-hd::before {
  background-position: 418px -290px;
}

/*==============================================
		TEST DRIVE
==============================================*/
.tst-drv-hd::before {
  background-position: 56px -114px;
}

.dealer-block {
  background-color: #ececec;
  padding: 15px 20px;
  width: 100%;
  margin-bottom: 20px;
}

.dealer-block .dealer-name,
h4.phone {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
  color: #222;
  font-family: "toyota_displaybold";
}

/*==============================================
		PRICE LIST
==============================================*/
.price-list-head::before {
  background-position: 147px -253px;
  width: 60px;
}

.price-list .model-img {
  margin: 0 auto;
}

.test-btn {
  width: 50px;
}

a.btn-default.btn.btn-red.test-btn {
  width: 160px;
}

.location-para {
  display: inline-block;
  padding: 0;
}

.price-list h3 {
  font-family: "toyota_displaybold";
  color: #272727;
}

.price-list table {
  font-size: 13px;
}

.price-list table th {
  background-color: #444;
  /* border-top: 2px solid #535151!important; */
  color: #fff;
  vertical-align: middle !important;
  border-bottom: 0 !important;
}

.price-list table td {
  border-top: 1px solid #f4f4f4 !important;
}

.price-list table tr:nth-child(even) {
  background: #f9f9f9;
}

.price-list table tr:nth-child(odd) {
  background: #fff;
}

.price-list table th.side-th {
  background-color: #f9f9f9;
  color: #000;
  border-top: 0 !important;
  border-bottom: 0 !important;
  position: relative;
}

.price-list table th.side-th::before {
  content: "locahhhhhl";
  word-wrap: break-word;
  display: block;
  position: absolute;
  color: #444;
  background-color: #444;
  top: 0;
  font-size: 13px;
  /* width: 100%; */
  padding: 8px 0;
  left: 0;
  right: 0;
}

h4.form-hdr-sm {
  background-color: #eeeeee;
  padding: 14px;
  font-family: "toyota_displaybold";
  font-size: 14px;
  color: #222;
}

.dealer-info-sldr .info-head {
  background-color: #efefef;
  border-bottom: 2px solid #039782;
  padding: 12px 10px;
  margin-bottom: 0;
  margin-top: 20px;
}

.dealer-info-sldr .info-head h3 {
  font-family: "toyota_displaybold";
  font-size: 16px;
  text-transform: uppercase;
  margin: 4px 0 0 0;
  color: #d8070b;
}

.dealer-info-sldr .info-head h4 {
  color: #666666;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0px 0 0 30px;
}

address.facility i,
address.facility img {
  display: inline-block !important;
  margin-left: 0 !important;
  padding-right: 7px !important;
  margin-top: 3px;
  margin-bottom: 3px;
  max-width: 100% !important;
  width: initial !important;
}

address.facility i.utrust-sm::after {
  background-position: 347px -322px;
  width: 62px;
  height: 23px;
}

address.facility i.em60-sm::after {
  background-position: 279px -322px;
  width: 68px;
  height: 23px;
}

.dlr-info {
  padding: 20px 20px 15px 20px;
  background-color: #fcfcfc;
  border: 1px solid #eeeeee;
  position: relative;
}

.dlr-info>a.btn {
  max-width: 163px;
  margin: 30px auto 20px;
  text-align: center;
  display: block;
  font-size: 11px;
  font-family: "toyota_displaybold";
  /*FIX DOWN*/
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
}

.dlr-info>button.btn {
  width: 163px;
  margin: 0 auto;
  text-align: center;
  display: block;
  font-size: 11px;
  font-family: "toyota_displaybold";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
}

.dlr-info>a.btn i {
  vertical-align: super;
}

.enquiry-btns {
  display: flex;
  justify-content: space-around;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.enquiry-btns li {
  display: inline-block;
  text-align: center;
}

.enquiry-btns li a {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #222;
  font-family: "toyota_displaybold";
  text-transform: uppercase;
}

.dealer-info-sldr {
  width: 97%;
  margin: 0 auto;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.enquiry-btns i {
  border-radius: 50px;
  border: 1px solid #bfbfbf;
  width: 37px;
  height: 37px;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}

.enquiry-btns i::after {
  margin: 7px;
}

.dlr-info address,
.dlr-info p,
.dlr-info>a.link {
  margin-left: 35px;
  font-size: 13px;
  color: #000;
  margin-bottom: 5px;
}

.dlr-info>a.link {
  margin-top: 7px;
  margin-bottom: 0px;
  display: block;
}

.dlr-info address>i,
.dlr-info p>i,
.dlr-info>a.link>i {
  margin-left: -40px;
  padding-right: 19px;
}

.dlr-info>a.link>i.dir-right {
  margin: 0 !important;
}

.dlr-info address>i::after,
.dlr-info p>i::after,
.dlr-info>a.link>i::after {
  margin-top: -4px;
}

.dealer-info-sldr .owl-nav>div::before {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  width: 42px;
  height: 42px;
  content: "";
  display: inline-block;
}

.dealer-info-sldr .owl-nav {
  width: 137px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 30px auto;
  background-color: #fff;
  padding: 0px 13px;
}

.dealer-info-sldr .owl-nav .owl-prev::before {
  background-position: 519px -239px;
  transform: rotate(-180deg);
}

.dealer-info-sldr .owl-nav .owl-next::before {
  background-position: 519px -239px;
}

.dealer-info-sldr .owl-nav>div {
  height: 42px;
  display: inline-block;
  width: 42px;
}

@media (min-width: 1200px) {
  .dlr-info {
    min-height: 350px;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .dlr-info {
    min-height: 365px;
  }
}

@media (min-width: 601px) and (max-width: 799px) {
  .dlr-info {
    min-height: 365px;
  }
}

@media (max-width: 600px) {
  .dlr-info {
    min-height: 350px;
  }
}

/*ADDED NEW ARROW BTN*/
div#dlrBlockMessage h4>span {
  margin-right: 10px;
}

div#dlrBlockMessage h4>span>a {
  margin: 0 2px;
}

@media (max-width: 600px) {
  div#dlrBlockMessage h4>span>a {
    padding-top: 4px;
    display: inline-block;
    vertical-align: text-top;
  }
}

/*==============================================
		SIDE BAR
==============================================*/
#snav.en i::after {
  width: 33px;
  height: 33px;
}

#snav * {
  margin: 0 0;
  padding: 0;
  outline: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  #snav {
    right: -180px;
    padding: 0px 0px;
    text-align: right;
    position: fixed;
    top: 40%;
    z-index: 9999;
    font-size: 18px;
  }

  #snav li {
    margin: 0px 0px;
    text-align: left;
    transform: translateX(0px);
    background-color: #000;
  }

  #snav li:hover {
    transform: translateX(-170px);
  }

  #snav li a {
    padding-right: 100px;
  }
}

#snav li a {
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #272727;
  text-transform: uppercase;
  font-size: 12px;
  padding-right: 100px;
}

#snav ul {
  list-style: none;
  position: relative;
  background-color: #000;
}

#snav li a:hover {
  background-color: #000;
  border-left: 0;
}

#snav li a i {
  margin-right: 10px;
  vertical-align: text-bottom;
}

#snav li:last-child a {
  border-bottom: none;
}

#snav li:first-child a i.find-a-dealer-md::after {
  background-position: 1076px -313px;
}

#snav li:nth-child(2) a i::after {
  background-position: 1038px -312px;
}

#snav li:nth-child(3) a i::after {
  background-position: 997px -313px;
}

#snav li:nth-child(4) a i::after {
  background-position: 960px -313px;
}

#snav li:nth-child(5) a i::after {
  background-position: 922px -313px;
}

#snav li:nth-child(6) a i::after {
  background-position: 884px -314px;
}

@media (max-width: 600px) {

  #snav li:first-child,
  #snav li:nth-child(2) {
    display: none;
  }

  #snav li {
    display: inline-block;
    width: 25% !important;
  }

  #snav li:nth-child(3) a {
    border-left: none !important;
  }
}

@media (max-width: 768px) {
  #snav ul {
    background-color: #d61717;
  }

  #snav {
    width: 100%;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: fixed;
    z-index: 9999;
  }

  #snav li {
    width: 16.6666%;
    float: left;
  }

  #snav li a,
  #snav li a:hover,
  #snav li a:active,
  #snav li a:focus {
    font-size: 10px;
    padding: 8px;
    text-align: center;
    border-left: 1px solid #fff;
    border-bottom: none;
    padding-bottom: 5px;
  }

  #snav ul::after {
    content: "";
    clear: both;
    display: table;
  }

  #snav li a i {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5px;
  }
}

/*==============================================
		WHATS NEW
==============================================*/

.new-add {
  position: relative;
  display: block;
}

.new-add::after {
  content: "New";
  position: absolute;
  z-index: 2;
  top: 14px;
  color: #fff;
  left: 14px;
  display: inline-block;
  transform: rotate(-45deg);
}

.new-add::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 80px solid transparent;
  border-left: 80px solid red;
  z-index: 1;
  top: 0;
  left: 0;
}

.page-heading.whats-new {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/q-service/whats-new/whats-new-banner-1400x400.jpg);
}

.grid-blocks {
  padding-top: 14px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.grid-blocks>ul {
  padding: 0;
  position: relative;
  list-style-type: none;
}

.grid-blocks .caption-header h4,
.grid-blocks .caption-mo h4 {
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}

.grid-blocks a,
.grid-blocks a:hover,
.grid-blocks a:focus,
.grid-blocks a:active {
  text-decoration: none;
  color: #fff;
}

.grid-blocks .more-items {
  padding: 0 !important;
  position: absolute !important;
  left: 0 !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  width: calc(100% - 0px) !important;
}

.grid-blocks .caption-mo h4 {
  margin-top: 15px;
}

.grid-blocks .caption-mo p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.grid-blocks>ul>li {
  padding: 0 7px !important;
  position: relative;
}

.grid-blocks>ul>li:after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  content: "";
  border: 8px solid #fff;
  border-top: 0 none;
  border-bottom-width: 15px;
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  pointer-events: none;
}

.grid-blocks>ul>li img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  display: block;
}

.grid-blocks>ul>li img.lazyloaded {
  opacity: 1;
}

.grid-blocks>ul>li>a>div {
  overflow: hidden;
}

.grid-blocks>ul>li>a>div:first-child:after {
  width: 100%;
  height: 37.5%;
  content: "";
  background-image: -webkit-linear-gradient(rgb(0, 0, 0) 1%, black 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 1%, black 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.grid-blocks>ul>li>a>div:last-child {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
}

.grid-blocks>ul>li>a>div:last-child>div {
  width: 100%;
  color: white;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 0px 8px 20px 30px;
  right: 0;
}

.grid-blocks>ul>li>a>div:last-child>div.caption-header {
  opacity: 1;
}

.grid-blocks>ul>li>a>div:last-child>div.caption-mo {
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.grid-blocks>ul>li>a>div:last-child>div .link {
  color: white;
  box-shadow: none;
}

.grid-blocks>ul>li>a>div:last-child>div .link>i {
  margin-left: 0.4rem;
}

.grid-blocks>ul>li>a>div:last-child>div.caption-header .link>i {
  display: none;
}

.grid-blocks>ul>li.blp-quote {
  position: absolute;
}

.grid-blocks>ul>li.blp-quote>.valign-wrapper {
  height: inherit;
}

.grid-blocks>ul>li.blp-quote>.valign-wrapper .blockquote {
  width: 70%;
  text-align: center;
  opacity: 0;
  margin: 0 auto;
  padding: 0 6px 36px 0;
}

.grid-blocks>ul>li.blp-quote>.valign-wrapper .blockquote h4+p {
  margin: 0;
}

.grid-blocks>ul>li.blp-quote.animated>.valign-wrapper .blockquote {
  -webkit-animation: cardAnimating 1.5s ease-out forwards;
  animation: cardAnimating 1.5s ease-out forwards;
}

.grid-blocks .grid-sizer {
  width: 33.33333%;
  visibility: hidden;
}

@media only screen and (max-width: 1024px) {
  .grid-blocks>ul>li.blp-quote>.valign-wrapper .blockquote {
    width: 90%;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 480px) and (orientation: landscape) {
  .grid-blocks {
    padding: 12px 14%;
  }
}

@media only screen and (max-width: 736px) {
  .grid-blocks>ul>li {
    padding: 0 0px !important;
    position: relative;
  }

  .grid-blocks {
    padding: 12px 0rem;
  }

  .grid-blocks:after {
    height: 12px;
  }

  .grid-blocks .grid-sizer {
    width: 100%;
  }

  .grid-blocks>ul {
    margin: 0 !important;
  }

  .grid-blocks>ul>li {
    margin-bottom: 12px;
    display: block;
    overflow: hidden;
  }

  .grid-blocks>ul>li:not(.blp-quote) {
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .grid-blocks>ul>li:after {
    display: none;
  }

  .grid-blocks>ul>li img {
    border-radius: 0;
  }

  .grid-blocks>ul>li>a>div {
    overflow: visible;
  }

  .grid-blocks>ul>li>a>div:first-child:after {
    height: 20.5%;
  }

  .grid-blocks>ul>li>a>div:last-child {
    width: 100%;
    height: auto;
    background-color: black;
    position: static;
    padding: 10px 5px;
  }

  .grid-blocks>ul>li>a>div:last-child>div {
    position: relative;
  }

  .grid-blocks>ul>li>a>div:last-child>div.caption-mo {
    background-color: black;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    padding-top: 0;
    padding-bottom: 18px;
  }

  .grid-blocks>ul>li>a>div:last-child>div.caption-mo>.cloned {
    display: none;
  }

  .grid-blocks>ul>li>a>div:last-child>div.caption-mo>p {
    margin-top: 0;
  }

  .grid-blocks>ul>li.blp-quote>.valign-wrapper .blockquote {
    width: 100%;
    opacity: 1;
    padding: 0 14px 14px;
  }
}

@media only screen and (min-width: 737px) {
  .grid-blocks>ul>li.m4>a>div:first-child {
    padding-bottom: 94.94%;
  }

  .grid-blocks>ul>li.m8>a>div:first-child {
    padding-bottom: 47.47%;
  }
}

.grid-blocks .caption-header .link>i {
  display: inline-block !important;
}

@media only screen and (min-width: 737px) {
  .grid-blocks>ul>li>a:hover img {
    -webkit-transform: scale(1.04, 1.04) translateZ(0);
    transform: scale(1.04, 1.04) translateZ(0);
  }

  .grid-blocks>ul>li>a:hover>div:nth-child(2) .caption-header {
    opacity: 0;
  }

  .grid-blocks>ul>li>a:hover>div:nth-child(2) .caption-mo {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

/*==============================================
		OTP ICON
==============================================*/
.otp-success {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/otp-success.png) !important;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.otp-fail {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/otp-fail.png) !important;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 18px;
}

/*==============================================
		LAZY LOADER 
==============================================*/

img.owl-lazy,
img.lazy {
  background-image: url("https://dealer.toyotabharat.com/dealerV11/images/common/loading-gear-36x36.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50px 50px;
}

@media screen and (max-width: 480px) {
  .feature-sm-block img.lazy {
    width: 100%;
    height: 100% !important;
    min-height: 200px !important;
    outline: none !important;
    max-height: 274px !important;
    border: none !important;
  }

  .owl-carousel .owl-item img.owl-lazy {
    width: 100% !important;
    max-height: 210px !important;

    height: 100%;
    background-image: url("https://dealer.toyotabharat.com/dealerV11/images/common/loading-gear-36x36.gif");
    opacity: 1 !important;
    background-size: 50px 50px;
  }
}

/*==============================================
		LOADER
==============================================*/

.loader {
  width: 100%;
  text-align: center;
  left: 0 !important;
  right: 0;
  position: absolute;
}

.loader>div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader .bounce1 {
  background-color: #ff5050;
}

.loader .bounce2 {
  background-color: #62b75f;
}

.loader .bounce3 {
  background-color: #5fa3ff;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.mask {
  position: absolute;
  background-color: #000;
  display: none;
}

.masking {
  position: absolute;
  background-color: #fff;
  display: none;
  display: block;
  width: 100%;
  height: 91%;
  left: 0px;
  z-index: 9;
  bottom: 0;
}

/*======================
GRADE TABLE(COLOUR)
=======================*/
table.grade-table {
  font-size: 13px;
}

table.grade-table th {
  background-color: #666666;
  border-top: 2px solid #535151 !important;
  color: #fff;
}

table.grade-table td {
  border-top: 1px solid #f4f4f4 !important;
}

table.grade-table tr:nth-child(even) {
  background: #f9f9f9;
}

table.grade-table tr:nth-child(odd) {
  background: #fff;
}

table.grade-table tr:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

table.grade-table tr {
  cursor: pointer;
}

/*======================
CUSTOM SEARCH GOOGLE
=======================*/
input.gsc-search-button.gsc-search-button-v2,
input.gsc-search-button,
input.gsc-search-button:hover,
input.gsc-search-button:focus {
  border: 0 !important;
  width: 30px;
  height: 30px;
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/magnifier.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: transparent !important;
  margin-right: 10px;
  background-size: contain;
}

form.gsc-search-box.gsc-search-box-tools {
  margin: 0;
  border: 1px solid #c3bdbd !important;
  border-radius: 4px;
  background-color: #fff;
}

table.gsc-search-box {
  margin: 0;
}

input#gsc-i-id1 {
  margin: 0 !important;
  height: 60px !important;
  box-shadow: none;
  line-height: 60px;
  background: #fbfbfb00 !important;
  width: 100%;
  color: #222;
  -webkit-transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  font-size: 24px !important;
  padding: 0 !important;
  font-family: "toyota_displaybold";
  text-indent: 10px !important;
  text-transform: capitalize !important;
}

table.gsc-search-box td {
  padding: 0;
  margin: 0;
}

.gsc-control-cse.gsc-control-cse-en {
  border: 0;
  background: #f1f1f1;
}

.gsc-control-cse div {
  border: 0;
  box-shadow: none;
}

.gsc-input-box {
  height: auto !important;
}

.gsc-input-box {
  border: 1px solid #d9d9d9;
  background: transparent !important;
  height: 110px;
}

#gsc-i-id1::-webkit-input-placeholder {
  font-size: 24px !important;
  font-family: "toyota_displaybold";
  text-indent: 10px !important;
  text-transform: capitalize !important;
}

#gsc-i-id1::-moz-placeholder {
  font-size: 24px !important;
  font-family: "toyota_displaybold";
  text-indent: 10px !important;
  text-transform: capitalize !important;
}

#gsc-i-id1:-ms-input-placeholder {
  font-size: 24px !important;
  font-family: "toyota_displaybold";
  text-indent: 10px !important;
  text-transform: capitalize !important;
}

#gsc-i-id1:-moz-placeholder {
  font-size: 24px !important;
  font-family: "toyota_displaybold";
  text-indent: 10px !important;
  text-transform: capitalize !important;
}

.gsc-control-cse.gsc-control-cse-en {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 150px;
  width: 90%;
  left: 0;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  right: 0;
}

.search-overlay {
  width: 100%;
  height: auto;
  background-color: #f1f1f1;
  z-index: 50000;
  color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.search-overlay-close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
}

.search-overlay-close {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.search-overlay-close::before,
.search-overlay-close::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  border-radius: 3px;
  opacity: 1;
  background: #444;
}

.search-overlay-close:hover.search-overlay-close::before,
.search-overlay-close:hover.search-overlay-close::after {
  opacity: 0.7;
}

.search-overlay-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-overlay-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  img {
    max-width: 100% !important;
    width: auto !important;
  }

  .level-menu nav.page-nav ul {
    display: table;
    width: 100%;
    text-align: center;
  }

  .level-menu nav.page-nav ul li {
    display: table-cell;
  }
}

/*==============================================
		DRIVING SCHOOL
==============================================*/

.page-heading.driving-school {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/driving-school/banner.jpg);
}

.driving-img-blk {
  position: relative;
  margin-bottom: 30px;
}

.driving-img-blk img {
  width: 100%;
}

.driving-img-txt {
  position: absolute;
  bottom: 3px;
  padding: 10px;
  background: #000000;
  opacity: 0.7;
  color: #fff;
  margin-bottom: 7px;
  left: 0;
  right: 0;
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 769px) {
  .salient-container {
    width: 72%;
    margin: 0 auto;
  }

  .salient-feature-container {
    width: 80%;
    margin: 0 auto;
  }
}

.dbs {
  padding: 10px;
  -webkit-box-shadow: 0px 0px 14px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 14px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.22);
  box-sizing: border-box;
}

/*Program*/

.driving-program h3 {
  display: inline;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
}

.driving-program span {
  color: #dd1d10;
  font-size: 22px;
}

.light-grey-bg:before {
  background-color: #fafafa;
  width: 100%;
}

.grey-bg-full:before {
  width: 100%;
  background-color: #ebebeb;
}

.grey-bg-ful:before {
  width: 100%;
}

.module-padding {
  padding: 15px 10px;
  min-height: 200px;
}

.module-padding>h5 {
  font-size: 15px;
}

.module-padding>ul>li {
  font-size: 13px;
}

.driving-program fieldset {
  padding: 20px 5px;
}

.driving-program legend {
  margin-bottom: 0px;
}

.driving-block {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  padding: 30px 23px 0;
}

.hightlits {
  background-color: #f6f6f6;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
}

.driving-block ul {
  padding: 0rem 3rem;
  margin: 0;
}

.driving-block>div>div.row>div:first-child>.contain-blocks>.contact-details::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ddd;
}

@media (min-width: 768px) {
  .driving-block article {
    padding-left: 40px;
  }
}

@media (max-width: 600px) {
  .driving-block {
    padding: 30px 15px;
  }
}

/*==============================================
		CONTACT US
==============================================*/
.contact-block img {
  width: 100%;
}

.contact-us-head::before {
  background-position: 341px -361px;
  width: 60px;
}

.contain-blocks {
  display: table;
  margin-bottom: 3rem;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-img,
.contact-details {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 2rem;
}

.contact-img {
  width: 90px;
}

.contact-details p {
  color: #41403b;
  line-height: normal;
  margin-bottom: 0.1rem !important;
  font-family: "toyota_displaybold";
}

.contact-details h3 {
  font-family: "toyota_displaybold";
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 6px;
}

.address-head h3 {
  font-size: 20px !important;
  margin-bottom: 0;
}

.contact-details p span,
.contact-details p span a {
  color: #444;
  font-family: "toyota_displayregular";
}

.contact-us>.row>div>.row>div:first-child>div>.contain-blocks>.contact-details::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ddd;
}

@media (max-width: 991px) and (min-width: 769px) {
  .contain-blocks {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

  .contact-us>.row>div>.row>div:first-child>.contain-blocks>.contact-details::after,
  .contact-us>.row>div>.row>div:first-child>div>.contain-blocks>.contact-details::after {
    background: none;
  }

  .contain-blocks {
    border-bottom: 2px solid #ddd;
    width: 100%;
    padding-bottom: 2rem;
  }
}

#map {
  width: 100%;
  height: 510px;
}

.map-info-block {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.map-info-block .info-head {
  margin-top: 5px;
}

.map-info-block::after,
.contact-person-bg::after {
  content: "";
  display: table;
  clear: both;
}

.map-info-block .dlr-info {
  float: left;
  width: 75%;
  background: none;
  padding: 5px;
  border: none;
  min-height: auto;
}

.map-info-block .dlr-img {
  float: left;
  width: 25%;
}

.map-info-block .dlr-img img {
  max-width: 100%;
  margin: 30% 0;
}

.contact-person-bg {
  background-color: #fff;
  margin-bottom: 20px;
  min-height: 200px;
}

.contact-person-dtl {
  float: left;
  width: 67%;
  text-align: left;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-person-dtl h4 {
  font-family: "toyota_displaybold";
  font-size: 16px;
  margin-bottom: 0;
}

.contact-person-dtl h5 {
  color: #555;
  margin-top: 5px;
  font-size: 12px;
}

.contact-person-dtl>a {
  word-wrap: break-word;
}

.contact-person-dtl a.link {
  color: #0096ff;
}

.contact-person-image {
  float: left;
  width: 33%;
}

#street-view {
  height: 100%;
  width: 100%;
}

#street-view iframe {
  width: 100%;
  height: 500px;
  border: 0;
  padding: 0;
}

h3.gallery-head {
  margin-bottom: 40px;
}

#divContactNumbers .contact-details p span a,
#divEmail .contact-details p a {
  color: #0064ab;
}

#divWorkingHours .contact-details p span {
  color: #0064ab;
}

div#map {
  margin-top: 1rem;
}

@media screen and (min-width: 992px) and (max-width: 1110px) {
  .contact-person-bg {
    min-height: 200px;
  }
}

/*======================================
Contact-New-style
======================================*/
.contact-details>p>strong {
  padding-right: 5px;
}

.contact-details>p>a,
.contact-details>p>span {
  color: #0064ab;
}

.contact-details>p {
  font-family: "toyota_displayregular";
}

.contact-person-dtl>h4,
.contact-person-dtl>h5 {
  text-transform: uppercase;
}

.contact-person-dtl>p>a {
  color: #0064ab;
}

/*======================================
Contact-New-style
======================================*/
.click-to-top {
  padding: 10px;
  margin: 0 0 17px 0;
  color: #000;
  display: block;
  background-color: #f5f5f5;
  border-bottom: 3px solid #ececec;
}

.click-to-top::before {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/sprite-1300x1200.png);
  display: inline-block;
  content: "";
  vertical-align: middle;
  background-position: 1300px -320px;
  width: 26px;
  height: 26px;
  margin-right: 6px;
}

.click-to-top a {
  font-family: "toyota_displaybold";
  color: #fb3434;
}

#divContactPerson {
  display: inline-block;
  width: 100%;
}

/*==============================================
		Q SERVICE INFO
==============================================*/

@media (min-width: 768px) {
  article.no-padding {
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .content-head {
    font-size: 20px;
  }
}

/*.item.wow.zoomIn.animated
{
height:150px !important;
}*/

/*-===================================
Call-Back popoup
=================================*/

.callback {
  padding-bottom: 1rem;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.3);
}

.callback h4.bold {
  background-color: #dd1d10;
  color: #fff;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 17px;
  margin: 0;
  text-transform: uppercase;
}

.callback .info-popup {
  display: inline-block;
  padding: 0;
}

.callback span.overlay-close {
  display: inline-block;
}

img.logo-pop {
  display: inline-block;
  vertical-align: middle;
}

.callback header.pop-head {
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.callback .pop-body {
  display: inline-block;
  padding: 20px 14px 0;
  border: 1px solid #ddd;
}

.callback .pop-container {
  display: inline-block;
  padding: 15px 15px 0;
}

.pop-body h2 {
  font-size: 16px !important;
  color: rgb(85, 85, 85);
  font-family: "toyota_displaybold";
  padding: 0 15px !important;
  margin-bottom: 10px !important;
}

.notes-pop {
  padding: 0 2rem;
  font-size: 12px !important;
  color: #999;
  text-indent: 20px;
  position: relative;
}

.notes-pop::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 0;
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/secure-icon-13x15.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 17px;
}

.call-bk-ico {
  position: relative;
}

.call-bk-ico:before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0;
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/phone-pop-btn-15x15.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 17px;
}

/*=================================================
Call Back Float Btn
====================================================*/

#SCB_main_container a.close_button_mobile {
  position: absolute;
  display: none;
  background-image: none;
  right: 1px;
  top: -9px;
  z-index: 999999 !important;
}

#SCBbuttonMain,
#SCB_main_container {
  position: fixed;
  bottom: 30px;
  right: 65px;
  z-index: 110000;
}

.scb_phone_but {
  position: fixed;
  background-color: transparent;
  width: 100px;
  height: 100px;
  z-index: 99999 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
  right: 1rem;
  bottom: 1rem;
}

.scb_phone_but.scb_show {
  visibility: visible;
}

.scb_phone_but.scb_stat {
  opacity: 0.9;
}

.scb_phone_but.scb_stat:hover {
  opacity: 1;
  cursor: pointer;
}

.scb_bg_puls {
  width: 124px;
  height: 124px;
  top: -6px;
  left: -6px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 0.1;
  -webkit-animation: scb_bg_puls_anime 3s infinite ease-in-out;
  -moz-animation: scb_bg_puls_anime 3s infinite ease-in-out;
  -ms-animation: scb_bg_puls_anime 3s infinite ease-in-out;
  -o-animation: scb_bg_puls_anime 3s infinite ease-in-out;
  animation: scb_bg_puls_anime 3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.scb_bg_puls:hover {
  -webkit-animation: scb_bg_puls_anime 1s infinite ease-in-out !important;
  -moz-animation: scb_bg_puls_anime 1s infinite ease-in-out !important;
  -ms-animation: scb_bg_puls_anime 1s infinite ease-in-out !important;
  -o-animation: scb_bg_puls_anime 1s infinite ease-in-out !important;
  animation: scb_bg_puls_anime 1s infinite ease-in-out !important;
}

.puls2 {
  -webkit-animation: scb_bg_puls_anime 3s infinite ease-in-out;
  -moz-animation: scb_bg_puls_anime 3s infinite ease-in-out;
  -ms-animation: scb_bg_puls_anime 3s infinite ease-in-out;
  -o-animation: scb_bg_puls_anime 3s infinite ease-in-out;
  animation: scb_bg_puls_anime 3s infinite ease-in-out;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.scb_phone_but.scb_but_hov .scb_bg_puls {
  background-color: rgba(226, 26, 45, 0.88);
  opacity: 0.75 !important;
}

.scb_phone_but.scb_but_green.scb_but_hov .scb_bg_puls {
  background-color: rgba(226, 26, 45, 0.68);
  opacity: 0.75 !important;
}

.scb_phone_but.scb_but_green .scb_bg_puls {
  background-color: rgba(255, 0, 0, 0.47);
  opacity: 0.75 !important;
}

.scb_but_img {
  width: 72px;
  height: 72px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: #e10a1d;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: none;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.scb_but_img:hover {
  background-color: #b5222f;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}

.scb_phone_but.scb_but_hov .scb_but_img {
  background-color: #e10a1d;
}

.scb_phone_but.scb_but_green .scb_but_img {
  background-color: #e10a1d;
}

.scb_phone_img:before {
  content: "";
  width: 35px;
  height: 31px;
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/call-back-35x29.png);
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  animation: spaceboots ease-in-out 2s infinite alternate;
  transform-origin: center -5px;
}

@keyframes spaceboots {
  0% {
    -webkit-transform: rotate(0deg);
  }

  10% {
    -webkit-transform: rotate(-4deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
  }

  30% {
    -webkit-transform: rotate(4deg);
  }

  40% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-4deg);
  }

  60% {
    -webkit-transform: rotate(0deg);
  }

  70% {
    -webkit-transform: rotate(4deg);
  }

  80% {
    -webkit-transform: rotate(0deg);
  }

  90% {
    -webkit-transform: rotate(-4deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

/*=============================
Animate phone
=============================*/
@-webkit-keyframes scb_bg_puls_anime {
  0% {
    -webkit-transform: rotate(0deg) scale(0.4) skew(1deg);
    -moz-transform: rotate(0deg) scale(0.4) skew(1deg);
    -ms-transform: rotate(0deg) scale(0.4) skew(1deg);
    -o-transform: rotate(0deg) scale(0.4) skew(1deg);
    transform: rotate(0deg) scale(0.4) skew(1deg);
    opacity: 0;
  }

  5% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    -ms-transform: rotate(0deg) scale(0.5) skew(1deg);
    -o-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    -ms-transform: rotate(0deg) scale(1) skew(1deg);
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
    background: rgba(0, 0, 0, 0);
  }
}

@keyframes scb_bg_puls_anime {
  0% {
    -webkit-transform: rotate(0deg) scale(0.4) skew(1deg);
    -moz-transform: rotate(0deg) scale(0.4) skew(1deg);
    -ms-transform: rotate(0deg) scale(0.4) skew(1deg);
    -o-transform: rotate(0deg) scale(0.4) skew(1deg);
    transform: rotate(0deg) scale(0.4) skew(1deg);
    opacity: 0;
  }

  5% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    -ms-transform: rotate(0deg) scale(0.5) skew(1deg);
    -o-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    -ms-transform: rotate(0deg) scale(1) skew(1deg);
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
    background: rgba(0, 0, 0, 0);
  }
}

@media only screen and (max-width: 767px) {

  #SCBbuttonMain,
  #SCB_main_container {
    display: block;
    margin-left: 50%;
    position: fixed;
    bottom: 30px;
    z-index: 110000;
  }

  #SCB_main_container a.close_button_mobile {
    display: block;
  }

  .scb_but_img {
    width: 56px;
    height: 56px;
    top: 22px;
    left: 22px;
  }

  .scb_bg_puls {
    width: 120px;
    height: 120px;
    top: -10px;
    left: -10px;
  }

  .scb_phone_img {
    margin: 24% !important;
  }

  .scb_phone_but {
    right: 2rem;
    bottom: 2rem;
  }

  .scb_phone_img:before {
    top: 10px;
  }
}

/*=================================
		INFO POPUP BLOCK
==================================*/

.info-popup p {
  font-size: 13px;
}

.info-popup-body {
  width: 520px;
  max-width: 520px;
  overflow: auto;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.12);
  background-color: white;
}

.web-feedback,
.info-popup {
  width: 100%;
  height: 100%;
  padding: 15px 20px 30px 20px;
}

@media (max-width: 600px) {
  .info-popup-body {
    width: 98% !important;
    margin: 0 auto;
    overflow: auto;
  }
}

.info-popup-body .overlay-close {
  width: 28px;
  height: 28px;
}

.overlay-close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
}

.overlay-close {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.overlay-close::before,
.overlay-close::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  border-radius: 3px;
  opacity: 1;
  background: #444;
}

.overlay-close:hover.overlay-close::before,
.overlay-close:hover.overlay-close::after {
  opacity: 0.7;
}

.overlay-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.overlay-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*=================================
		CAREERS PAGE
==================================*/

.page-heading.career {
  background-image: url(https://dealer.toyotabharat.com/dealerV11/images/common/career-banner-1366x223.jpg);
}

.career-blk {
  margin-top: 30px;
}

.career-text {
  padding-left: 15px;
  padding-bottom: 20px;
}

.career-text h3 {
  margin-top: 0;
  color: #242424;
}

.career-text a {
  color: #dd1f11;
}

.career-img {
  padding-bottom: 20px;
}

/*========================================
POP_OPTION 2
=========================================*/
.callback {
  position: fixed;
  z-index: 9999;
  top: inherit;
  width: 300px;
  height: auto;
  background-color: white;
}

.callback-hide {
  opacity: 0;
  bottom: 0;
  right: 1.2rem;
  top: inherit;
  transition: 0.5s;
  height: 0;
}

.callback-show {
  opacity: 1;
  bottom: 9.3rem;
  right: 1.2rem;
  top: inherit;
  transition: 0.5s;
  height: auto;
}

.callback-down-arrow {
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #ffffff;
  position: fixed;
  right: 4rem;
}

.callback-down-arrow-show {
  bottom: 8.3rem;
  top: inherit;
  opacity: 1;
}

.callback-down-arrow-hide {
  bottom: 0;
  top: inherit;
  opacity: 0;
}

.callback .pop-container h2 {
  font-size: 12px;
  font-weight: bold;
  color: #555;
  text-align: center;
  margin-top: 10px;
}

.icon-call-back {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.callback .pop-body input.form-control.form-input {
  height: 30px;
  font-size: 10px;
  font-family: "toyota_displayregular";
  font-weight: bold;
}

.callback .pop-body .form-group {
  margin-bottom: 5px;
  padding: 0 5px;
}

.callback button.btn-default {
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  font-family: "toyota_displaybold";
}

.callback button.btn-default.btn-green {
  height: 35px;
  line-height: 35px;
  background-color: #70ad51;
  border-color: #70ad51;
}

.btn-green:before {
  background-color: rgba(65, 140, 27, 0.47843137254901963) !important;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active:focus,
.btn-green:active:hover {
  background-color: #70ad51 !important;
}

.callback select {
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  padding: 0 0 0 5px;
  font-family: "toyota_displayregular";
  font-weight: bold;
}

.callback .info-popup p {
  font-size: 12px;
}

.callback span.style-check-box-tick {
  width: 26px;
  height: 26px;
}

.callback .style-check-box-tick:before {
  content: "";
  display: none;
  position: absolute;
  top: 32%;
  left: 26%;
}

.callback .btn-pop-holder .form-group {
  margin-bottom: 0;
}

.callback span.close {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  opacity: 0.8;
  z-index: 10;
}

.callback span.close:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .callback {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    z-index: 0;
  }

  .callback button,
  .callback select,
  .callback input {
    height: 40px !important;
    line-height: 40px !important;
  }

  .callback .pop-body .form-group {
    margin-bottom: 1rem;
  }

  .callback-show {
    z-index: 999999;
    height: 100vh;
  }

  .callback-hide {
    height: 0;
  }

  .scb_phone_img:before {
    top: 10px;
  }

  .callback .pop-container {
    display: inline-block;
    vertical-align: middle;
    height: 100vh;
    overflow-y: scroll;
  }

  .callback-down-arrow {
    display: none;
  }

  /*========================================
Call-Button-Style
=========================================*/
  .call-back-btn {
    visibility: visible;
    height: 70px;
    display: inline-block;
    width: 70px;
    bottom: 5rem;
    right: 0rem;
  }

  .call-back-btn-block {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
}

.thank-you-cb {
  display: inline-table;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  background-color: #fff;
  text-align: center;
  width: 100%;
  min-height: 423px;
}

.thank-block {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

/*camry start*/
/*=========================================
    Video Banner
==========================================*/
.video-wrapper {
  width: 100%;
  /*background-image: url(/images/showroom/camry/banners/camry-banner-1.jpg);*/
  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%;
}

@media only screen and (min-width: 1280px) {
  .video-wrapper {
    max-height: 672px;
    margin-top: -20px;
  }
}

@media only screen and (min-width: 1360px) {
  .video-wrapper {
    max-height: 642px;
    margin-top: -50px;
  }
}

@media only screen and (min-width: 1367px) {
  .video-wrapper {
    max-height: 1080px;
    margin-top: -70px;
  }
}

/*=========================================
    Video Banner End
==========================================*/
.camry-hybrid-ev .engine-dtls h4 {
  text-transform: uppercase;
}

.camry-hybrid-ev .terms {
  float: right;
  font-weight: bold;
  font-size: 13px;
  color: #888383;
  margin: 5px 0;
}

.camry-hybrid-ev .terms a {
  color: #4589c8;
  text-decoration: underline;
}

.camry-hybrid-ev .car-chptr-specs .title2 {
  background-color: #1c7fa578 !important;
  text-transform: uppercase;
}

.camry-hybrid-ev .car-chptr-specs .title {
  background-color: #063b4e78 !important;
  text-transform: uppercase;
}

.camry-hybrid-ev .level-menu nav.page-nav ul li a {
  color: #2fe4fb !important;
}

.camry-hybrid-ev .level-menu nav.page-nav ul li a:hover {
  color: #36abe0 !important;
  opacity: 1;
}

.camry-hybrid-ev #snav ul li {
  background-color: #1c7fa5 !important;
}

/*Page styles*/
.camry-hybrid-ev h1.chprt-head {
  font-size: 35px;
  color: #64bee6;
}

.camry-hybrid-ev .engine-dtls h2 {
  font-size: 20px;
}

.camry-hybrid-ev .feature-big-block-caption {
  box-shadow: 0 10px 30px 40px rgba(0, 0, 0, 0.05);
  background-color: rgba(28, 127, 165, 0.8) !important;
}

.camry-hybrid-ev .feature-big-block-caption {
  background-color: #000;
}

.camry-hybrid-ev .feature-big-block-caption h2 {
  color: #fff;
}

.camry-hybrid-ev .feature-big-block-caption h2::after,
.camry-hybrid-ev h3.feature-head::after {
  background-color: #fff;
}

.camry-hybrid-ev .feature-big-block-caption p {
  color: #fff;
}

.camry-hybrid-ev .white-bg::before {
  z-index: 0;
}

.camry-hybrid-ev .feature-sm-block p {
  color: #fff;
}

.camry-hybrid-ev h3.feature-head {
  color: #00b0ff;
}

.camry-hybrid-ev h1.chprt-head {}

.camry-hybrid-ev .full-width.car-chptr {
  background-color: #222;
}

.camry-hybrid-ev .white-bg {
  background-color: transparent !important;
}

.camry-hybrid-ev .white-bg h3.feature-head {
  color: #222;
}

.camry-hybrid-ev .white-bg .feature-sm-block p {
  color: #222;
}

.camry-hybrid-ev .white-bg h3.feature-head::after {
  background-color: #222;
}

.camry-hybrid-ev .white-bg::before {
  content: "";
  background-color: #f6f6f6;
  width: 93%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: -1;
}

.camry-hybrid-ev .feature-sm-block img {
  width: 100%;
}

.camry-hybrid-ev .lb-data .lb-caption {
  background-color: #1e6786;
}

.camry-hybrid-ev .lb-data .lb-caption:after {
  border-left: 26px solid #1e6786;
}

.camry-hybrid-ev .tnga-block h5,
.camry-hybrid-ev .tnga-block h6 {
  font-size: 1rem;
}

.camry-hybrid-ev .tnga-block h6 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

.camry-hybrid-ev .tnga-block h5 {
  padding-top: 1rem;
  font-weight: bold;
}

.camry-hybrid-ev .grey-heading {
  color: #9e9e9e !important;
}

.camry-hybrid-ev .white-text {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .camry-hybrid-ev .engine-dtls>div::after {
    width: 0;
  }

  .camry-hybrid-ev .feature-sm-block {
    margin-top: 235px;
  }

  .camry-hybrid-ev .feature-sm-block.mb-mt-zero {
    margin-top: 0 !important;
  }

  .camry-hybrid-ev .top-feature-slider .carousel-caption {
    display: none;
  }

  .camry-hybrid-ev h1.chprt-head {
    margin-bottom: 0;
  }
}

.camry-hybrid-ev .hybrid-para {
  color: #ffffff;
  line-height: normal;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 50px;
  min-height: 60px;
}

.camry-hybrid-ev p.vid-title {
  font-weight: bold;
}

.camry-hybrid-ev .videoThumbnail {
  cursor: pointer;
}

/*camry end*/

/*Homepage price for memorable march start*/

#models h4 span {
  color: #fff !important;
}

#models h4 {
  background-color: #d61717;
  position: relative;
  color: #fff !important;
  font-size: 12px;
  padding: 5px 0;
  display: none;
}

#models h4:after,
#models h4:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}

#models h4:before {
  border-left: 15px solid #d61717;
  border-top: 0px solid transparent;
  border-bottom: 23px solid transparent;
  right: -15px;
  top: 0;
}

#models h4:after {
  border-right: 15px solid #d61717;
  border-top: 23px solid transparent;
  border-bottom: 0 solid transparent;
  left: -15px;
  top: 0;
}

@media (max-width: 360px) {
  #models h4 {
    height: 36px;
  }

  #models h4:before {
    border-bottom: 36px solid transparent;
  }

  #models h4:after {
    border-top: 36px solid transparent;
  }
}

@media (max-width: 600px) {
  #models>div:nth-child(10)>div {
    margin-bottom: 3rem;
  }
}

p.tnc {
  text-align: right;
  margin-right: 6rem;
  font-weight: bold;
  font-size: 12px;
  color: #777575;
}

/*Homepage price for memorable march end*/

.q-service-terms-banner {
  background-image: url(https://static.toyotabharat.com/images/q-service/qservice/cs-terms-banner-1366x326.jpg);
  min-height: 350px;
}

/* brochure after adding email verification start */
i.brochure-sm::after {
  background-position: -862px -292px;
  width: 24px;
  height: 33px;
  margin-right: 8px;
}

#br-download .row>div>.form-group {
  margin-top: 20px;
  margin-left: 20px;
}

#br-download .row>div {
  margin-bottom: 30px;
}

#br-download .row>div>.form-group .style-check-box p {
  width: auto;
}

.hidden {
  display: none;
}

.email-vrfy {
  position: absolute;
  top: 0;
  right: 15px;
  text-align: right;
}

.email-vrfy-btn {
  width: 100px !important;
}

.email-succes-icon {
  background-position: 80% 50% !important;
}

img.verify-mob {
  margin-right: 5px;
  margin-top: -5px;
}

/* brochure after adding email verification end */
.email-vrfy {
  position: absolute;
  top: 0;
  right: 15px;
  text-align: right;
  display: inline-flex;
}

span.email-succes-icon.otp-success,
span.email-succes-icon.otp-fail {
  height: 40px;
  line-height: 40px;
  background-color: #f5f5f5;
  padding: 0 !important;
  width: 25px;
  background-position: center !important;
}

/*OTP-MOB*/
.otp-mob-verfy {
  position: relative;
}

.otp-mob-verfy span.mob-vrfy-otp {
  position: absolute;
  right: 15px;
  top: 0;
  border-top: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  height: 40px;
  line-height: 40px;
  background-color: #f5f5f5;
  padding: 0 !important;
  width: 25px;
  background-position: center !important;
}

.info-popup .otp-mob-verfy span.mob-vrfy-otp {
  height: 30px;
  line-height: 30px;
}

/*lc 200*/
/*#models div:last-child {
    clear:both
}*/

.perfperformance h2 {
  font-size: 20px !important;
  width: 80%;
}

.white-color {
  color: #dcdcdc;
}

.rajendra-facebook a.fb-length:after {
  background-position: 143px -103px;
}

.social a.fb-length:after {
  width: 76px;
}

.car-urban-cruiser::after {
  background-position: -344px -567px;
  width: 151px;
}

/*hilux sprite img added*/
i.car-hilux::after {
  background-position: -5px -653px;
  width: 164px;
  height: 80px;
}

/*hilux sprite img added*/

i.car-new-fortuner::after {
  background-position: -186px -657px;
  width: 151px;
}

.quick-link.contact-us-lg::before {
  background-position: 1117px -488px !important;
  width: 74px !important;
}

i.car-uc-hyryder::after {
  background-position: -337px -655px !important;
  width: 151px !important;
}

i.car-new-innova-crysta::after {
  background-position: -480px -655px !important;
  width: 151px !important;
}
i.car-rumion::after {
  background-position: -700px -655px;
  width: 151px;
}
#divCustomeEnq .form-control::-webkit-input-placeholder {
  color: #555 !important; 
}