@charset "utf-8";
/* CSS Document */


.perfperformance h2 {
	font-size: 27px;
}
p.vid-title {
	font-weight: bold;
}
.videoThumbnail {
	cursor: pointer;
}
.feature-big-block .feature-big-block-caption {
    background:rgba(0, 0, 0, 0.75);
}
.article h2, .article p {
	color: #fff;
}
.article h2::after {
	background-color: #fff;
}
/*
	  .car-chptr-specs {
    background-color: #1b3c68;
    background-image: none;
}
*/

.spec-tick {
  color: #32983a;
}
.spec-cross {
  color: #ea000b;
}
.car-chptr-specs .title2 {
	text-transform: uppercase;
}
.car-chptr-specs .title {
	/*    background-color: #e5ae2fab;*/
	text-transform: uppercase;
}
h1.chprt-head {
	font-size: 35px;
	color: #bbb;
}
.perfperformance h2 {
	font-size: 15px !important;
}
ul.disclaimer-for {
	color: #9e9e9e;
	font-size: 12px;
	list-style: none;
	padding: 0;
}
.car-chptr-specs .active {
	background-color: inherit;
}
.feature-big-block .feature-big-block-caption.blue {
	background: rgb(75, 85, 120, 0.85);
}
.feature-big-block .feature-big-block-caption.orange {
	background: rgba(203, 56, 4, 0.85);
}
p.sub-heading {
	width: 80%;
	margin-left: 1rem;
}
#snav li a {
	border-bottom: 1px solid #fff;
}
#snav li {
	background-color: rgb(68, 93, 183);
}
.car-chptr-specs .title2 {
	background-color: rgba(75, 85, 120, 0.75);
}
.car-chptr-specs .title {
    background-color: rgb(102, 102, 102);
    color: #dbc053;
}
.desc-table tr:nth-child(odd) {
	background-color: rgba(75, 85, 120, 0.05);
}
.desc-table tr:nth-child(even) {
	background-color: #fff;
}
.engine-dtls h4 {
	color: #ffcc00;
}
.level-menu nav.page-nav ul li a {
	color: #eacd58;
}
.dropdown .select img {
	width: 20px;
	margin-right: 15px;
}
td.left-title {
	font-weight: bold
}
.full-width.car-chptr.black-bg {
	background-color: #222;
}
.full-width.car-chptr.black-bg p, .full-width.car-chptr.black-bg h3.feature-head {
	color: #fff;
}
.full-width.car-chptr.black-bg h3.feature-head::after {
	background-color: #fff;
}
.lb-data .lb-caption {
	background-color: rgba(75, 85, 120, 0.75);
}
.lb-data .lb-caption::after {
	border-left: 26px solid rgba(75, 85, 120, 0.75);
}
.mb-1rem {
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
h1.chprt-head {
	font-size: 22px;
	margin-right: 15px;
  margin-bottom: 15px;
}
.engine-dtls>div::after {
	width: 0;
}
.top-feature-slider .carousel-caption h2 {
	font-size: 16px;
}
}
.car-chptr-specs .left-title {
	text-indent: 0;
	padding-left: 14px !important;
}
@-webkit-keyframes hide-car {
 0% {
opacity:0;
}
 25% {
opacity:1;
}
}
.feature-big-block-caption .article {
	width: 85%;
}

@media (max-width: 1024px) and (min-width: 280px) {
.feature-big-block-caption .article {
	width: 100%;
}
}
.car-accessories .feature-sm-block p {
	margin-bottom: 0;
	min-height: 0;
}

.also-available-head{
    color: #8a8989;
    font-weight: 600;
    font-size: 13px;
}

.also-available {
    list-style: none;
    padding: 5px 5px;
    color: #777777;
    font-size: 12px;
}
@media (max-width: 600px){
.footer {
    margin-top: 0;
}
}
@media (max-width: 1024px) and (min-width: 280px){
.feature-sm-block {
    margin-top: 250px;
}
}
@media (max-width: 768px){
#snav ul {
    background-color: transparent;
}
.carousel-control::before {
    height: 25px;
}
.left.carousel-control::before {
    background-position: -103px -11px;
}

.right.carousel-control::before {
    background-position: -156px -11px;
}
}

/*color chooser*/
.mySlides {
    position: relative;
    min-height: 50vh;
}

.mySlides div.imgSlide {
    position: absolute;
    left: 0;
    right: 0;
}

.clip-anime{
    animation: swipe 0.6s;
    z-index:10;
}

.current-layer {
    z-index:9;
}

@keyframes swipe {
  0% { 
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  10% {
      -webkit-clip-path: inset(0 0 0 90%);
    clip-path: inset(0 0 0 90%);
  }
  20% {
      -webkit-clip-path: inset(0 0 0 80%);
    clip-path: inset(0 0 0 80%);
  }
  30% {
      -webkit-clip-path:  inset(0 0 0 70%);
    clip-path:  inset(0 0 0 70%);
  }
  40% {
      -webkit-clip-path:  inset(0 0 0 60%);
    clip-path:  inset(0 0 0 60%);
  }
  50% {
    -webkit-clip-path:  inset(0 0 0 50%);
    clip-path: inset(0 0 0 50%);
  }
  60% {
    -webkit-clip-path:  inset(0 0 0 40%);
    clip-path: inset(0 0 0 40%);
  }
  70% {
    -webkit-clip-path:  inset(0 0 0 30%);
    clip-path: inset(0 0 0 30%);
  }
  80% {
       -webkit-clip-path: inset(0 0 0 20%);
    clip-path: inset(0 0 0 20%);
  }
  90% {
    -webkit-clip-path:  inset(0 0 0 10%);
    clip-path: inset(0 0 0 10%);
  }
 
  100% {
      -webkit-clip-path: inset(0 0 0 0);
      clip-path: inset(0 0 0 0);
  }
}
@media (min-width:600px){
.mySlides {
    position: relative;
    min-height: 380px;
}		
}
@media (max-width:600px){
.mySlides {
    position: relative;
    min-height: 280px;
}		
}
@media (max-width:480px){
.mySlides {
    position: relative;
    min-height: 230px;
}		
}
@media (max-width:400px){
.mySlides {
    position: relative;
    min-height: 200px;
}		
}
.imgSlide p{
	background-color: #fff;
	max-width: 300px;
	margin: auto;
	font-size: 11px;
    font-family: 'toyota_displaybold';
    text-transform: uppercase;
}
.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.9) 60%, rgba(0, 0, 0, 0.9) 70%, rgba(255,255,255,0) 100%) !important;
}
/*Quick Links*/
.glanza-quick-conatiner {
    background-color: #eacd42;
}
.glanza-quick-conatiner .quick-link:after {
    background-color: #222;
}
@media (min-width:992px){
	

.quick-link.find-dlr::before {
	background-image: url(https://static.toyotabharat.com/images/showroom/glanza/quick-links/find-dealer-34x50.png);
    width: 34px;
    background-position: center;
}

.quick-link.tst-drv::before {
	background-image: url(https://static.toyotabharat.com/images/showroom/glanza/quick-links/test-drive-50x50.png);
    background-position: center;
}

.quick-link.price-list::before {
	background-image: url(https://static.toyotabharat.com/images/showroom/glanza/quick-links/price-list-50x50.png);
    background-position: center;
}

.quick-link.buy-now::before {
	background-image: url(https://static.toyotabharat.com/images/showroom/glanza/quick-links/e-book-50x50.png);
    background-position: center;
}

.quick-link.brochure::before {
	background-image: url(https://static.toyotabharat.com/images/showroom/glanza/quick-links/brochure-50x50.png);
    background-position: center;
}

.quick-link.exchange-car::before {
	background-image: url(https://static.toyotabharat.com/images/showroom/glanza/quick-links/exchange-50x50.png);
    background-position: center;
}
}
/*images-hover-effect*/
a.hover-item-block {
	display: inline-block;
    overflow: hidden;
	width: 100%;
}
a.hover-item-block img.hover-anime{
    transition: 0.5s;
}
a.hover-item-block img.hover-anime:hover {
    transform: scale(1.05);
    transition: 0.5s;
}
/*common style-accessories*/
.car-accessories img {
    width: 100%;
}

.styling-package{
    list-style: none;
    padding: 5px 5px;
    color: #777777;
    font-size: 12px;
}
.glanza-quick-conatiner a {
	color: #222;
}
.quick-link-container{
	padding:14px 0;
}
.glanza-quick-conatiner .quick-link a {
	padding-top: 0;
    font-size: 12px;

}
.glanza-quick-conatiner .quick-link::before {
  	/* filter: invert(100); */
}
.more-block .more-items p strong {
    font-size: 40px;
    display: inline-block;
    width: 100%;
}
img.more-icon {
    width: auto;
    margin-bottom: 15px;
}


/*QUALITY PERSONALIZED*/

.quality-persimg{
    border: 1px solid #cccccc;
    }
  
  .pers-head{
    color:#777777;
    font-family: 'toyota_displaybold';
  }
  
  .marg-bot {
      margin-bottom: 1rem;
  }
  
  .btn-dark-blue {
      background-color: #3d445f !important;
      border-color: #3d445f !important;
  }
  
  @media (max-width: 768px){
  .pers-head{
    font-size: 16px;
  }
  
  .prse-center{
    text-align: center;
  }
  }