@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
}

.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
}

body,
html {
    font-family: ToyotaType-Regular;
    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 (max-width:768px) {
    .margin-bot-prius {
        margin-bottom: 1rem
    }
}

@media (min-width:768px) {
    .margin-bot-prius {
        margin-bottom: 1rem
    }

    .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: 70px
}

.btn {
    border-radius: 0;
    font-family: ToyotaType-Semibold;
    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 .3s ease-out;
    text-overflow: ellipsis
}

.btn.active.focus,
.btn.active:focus,
.btn.active:hover,
.btn:active,
.btn:active.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
    color: #fff !important
}

.btn:hover:before {
    -webkit-animation: buttonHover .7s ease-out forwards;
    animation: buttonHover .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: #eb0a1e !important;
    border-color: #eb0a1e !important
}

.btn-red:before {
    background-color: #e10a1d !important
}

.btn-red:active:focus,
.btn-red:active:hover,
.btn-red:focus,
.btn-red:hover {
    background-color: #d1091b !important
}

.btn-dark-grey {
    background-color: #333 !important;
    border-color: #333 !important
}

.btn-dark-grey:before {
    background-color: #333 !important
}

.btn-dark-grey:active:focus,
.btn-dark-grey:active:hover,
.btn-dark-grey:focus,
.btn-dark-grey:hover {
    background-color: #000 !important
}

.btn-white {
    background-color: #fff !important;
    border: 2px solid #444 !important;
    color: #444
}

.btn-white:before {
    background-color: #ccc !important
}

.btn-white:active:focus,
.btn-white:active:hover,
.btn-white:focus,
.btn-white: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:active:focus,
.btn-border:active:hover,
.btn-border:focus,
.btn-border:hover {
    background-color: #bc272a;
    color: #000 !important
}

.btn-default {
    font-size: 13px;
    padding: 10px 25px
}

.form-group .btn-default {
    font-size: 12px;
    text-transform: uppercase;
    height: 40px;
    float: right;
    padding: 0 20px 0 20px
}

.text-80 {
    font-size: 11px !important
}

a.link {
    text-decoration: none
}

a.link:hover {
    opacity: .8
}

h1.main-header {
    text-align: center;
    font-size: 26px;
    margin: 0 auto 45px auto
}

.bold,
h1 {
    font-family: ToyotaType-Bold;
    margin-top: .5rem
}

.table>thead>tr>th,
strong {
    font-family: ToyotaType-Bold;
    font-weight: 400
}

a,
article,
h1,
h2,
h3,
h4,
h5,
p,
span {
    color: #000
}

article p:last-child {
    padding-bottom: 20px
}

article.content-para {
    padding: 10px;
    font-size: 15px
}

.content-head,
article.content-para h2.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: ToyotaType-Bold
    }

    .article-head,
    article.article-head {
        font-size: 26px !important
    }

    article.content-para {
        padding: 5px
    }

    article p {
        font-size: 15px
    }
}

ul.ul-padfix {
    padding-left: 15px
}

.full-width,
.row-fluid {
    width: 100%
}

.row-fluid:after,
.row-fluid:before {
    display: table;
    content: ""
}

.row-fluid:after {
    clear: both
}

.add-padding-bottom,
.padd-btm {
    padding-bottom: 50px
}

.add-margin-top,
.add-mrgtop {
    margin-top: 30px
}

.mt-20 {
    margin-top: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.img-ctr {
    margin: 0 auto
}

button,
button:active,
button:focus,
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 .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out, color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out, color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out, color .2s ease-in-out;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out, color .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: #eee !important;
    border-color: #eee !important;
    z-index: auto
}

.clearmargin {
    margin: 0 !important
}

i.caret-line,
i::after {
    background-image: url(../images/sprite-1300x1200.png);
    display: inline-block;
    content: "";
    vertical-align: middle
}

.e-bok i::after {
    background-image: url(../images/e-book-2.gif)
}

i.download::after {
    margin-right: 6px;
    background-position: 51px 0;
    width: 20px;
    height: 18px
}

i.clock::before {
    background-position: 227px 0;
    height: 17px;
    width: 18px
}

i.caret-line {
    margin-right: 0;
    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(../images/feedback-100x100.gif);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 22px
}

i.car-model {
    display: block;
    text-align: center;
    margin: 14px auto 10px
}

i.car-model::after {
    height: 80px
}

.item.wow.zoomIn.animated {
    height: 150px
}

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: 0 -212px;
    width: 151px
}

i.car-prius::after {
    background-position: 0 -124px;
    width: 146px
}

i.car-prado::after {
    background-position: 1139px -121px;
    width: 142px;
    height: 80px
}

i.car-lc::after {
    background-position: 827px -120px;
    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.chat-ocer-phone::after {
    background-position: 413px -364px;
    width: 22px;
    height: 20px
}

i.car-vellfire::after {
    background-position: -176px -566px;
    width: 151px
}

@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
}

.black-text {
    color: #111 !important
}

.black-bg {
    background-color: #222
}

.grey-text {
    color: #bbb !important
}

.red-text {
    color: #dd1d10 !important
}

.external-link::after {
    width: 18px;
    height: 18px;
    content: "";
    background-image: url(../images/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: #999
}

.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: #fff;
    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 .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.page-ovelay-close::after,
.page-ovelay-close::before {
    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::after,
.page-ovelay-close:hover.page-ovelay-close::before {
    opacity: .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
}

.find-dealer-search::after {
    height: 21px;
    width: 18px;
    background-position: 379px -247px;
    z-index: 2
}

i.gps-loc::after {
    background-position: 346px -240px;
    width: 29px;
    height: 30px
}

.parallax-container {
    text-align: center;
    width: 100%;
    background: #040404;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.parallax-text .brand-logo img {
    margin: 0 auto
}

.parallax-container .parallax-img {
    position: absolute;
    width: 100%;
    opacity: 1;
    bottom: 0;
    left: 0;
    z-index: 5
}

.parallax-text {
    position: relative;
    z-index: 99;
    text-align: left;
    padding: 1.25rem 0
}

@-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;
    width: 20%;
    margin: 0 auto
}

.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
}

.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 .3s cubic-bezier(.455, .03, .515, .955);
    -moz-transition: all .3s cubic-bezier(.455, .03, .515, .955);
    -ms-transition: all .3s cubic-bezier(.455, .03, .515, .955);
    -o-transition: all .3s cubic-bezier(.455, .03, .515, .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: ToyotaType-Bold;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 12px;
    padding-left: 12px;
    position: relative
}

.solid-menus .navbar-default.navbar-dark .navbar-brand {
    color: #3a3a3a;
    font-family: ToyotaType-Bold;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-right: 17px;
    position: relative
}

.solid-menus .navbar-default.navbar-dark .navbar-nav>li>a {
    transition: all .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: ToyotaType-Bold;
    letter-spacing: 1.2px
}

.dropdown-menu .model-menu a.link,
.dropdown-menu .model-menu a.link i.car-model,
.dropdown-menu .model-menu a.link img,
.dropdown-menu .model-menu a.link:hover,
.dropdown-menu .model-menu a.link:hover h3,
.dropdown-menu .model-menu a.link:hover i.car-model,
.dropdown-menu .model-menu a.link:hover img,
.dropdown-menu .model-menu h3,
.solid-menus .navbar-default.navbar-dark .navbar-nav>li>a:hover {
    transition: all .5s
}

.dropdown-menu .model-menu a.link:hover i.car-model,
.dropdown-menu .model-menu a.link:hover img {
    transform: scale(.9)
}

.solid-menus .navbar-collapse>ul>li.dropdown {
    padding: 14px 4px 17px 4px
}

.solid-menus .navbar-default.navbar-dark {
    background: #fff;
    box-shadow: 0 3px 5px rgba(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: 0 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.contact-toyota::before,
a.global-site::before,
a.search-web::before {
    background-image: url(../images/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 0
}

.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: .15rem;
    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::after,
    .nav-right li::before {
        width: 1px;
        background-color: #ddd;
        height: 71px;
        content: "";
        display: inline-block;
        position: absolute;
        top: -20px
    }
}

@media (max-width:600px) {
    .dropdown-menu .model-menu a.link {
        border: none
    }
}

@media (max-width:500px) {
    .thump-slider #models span {
        font-size: 14px
    }
}

@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 .3s cubic-bezier(.455, .03, .515, .955);
        -moz-transition: all .3s cubic-bezier(.455, .03, .515, .955);
        -ms-transition: all .3s cubic-bezier(.455, .03, .515, .955);
        -o-transition: all .3s cubic-bezier(.455, .03, .515, .955)
    }
}

@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 0
    }

    .mobile-menu li {
        display: inline-block;
        margin: 0 4px
    }

    .mobile-menu a {
        display: block;
        text-transform: uppercase;
        color: #464646;
        font-family: ToyotaType-Bold;
        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 17px;
        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;
        width: 100%
    }

    .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: ToyotaType-Bold
    }

    .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 0
    }

    .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: ToyotaType-Bold
    }

    .dropdown-parent ul.dropdown-menu-indent-sm>li>a {
        font-size: 13px !important;
        color: #555 !important;
        font-family: ToyotaType-Regular !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 .dropdown-menu>li>a,
    .solid-menus .nav>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: 10px !important;
        padding-bottom: 10px !important;
        width: 70%;
        margin-left: 6%
    }
}

@media (min-width:280px) and (max-width:480px) {
    .mobile-menu a i {
        margin-right: 0
    }
}

@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:1252px) {
    .solid-menus .navbar-default.navbar-dark .navbar-nav>li>a {
        padding-right: 7px;
        padding-left: 8px
    }

    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:834px) {
    .solid-menus .container {
        width: 93%;
        padding: 0 !important
    }
}

@media (min-width:769px) and (max-width:834px) {
    .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: 20px;
        top: 0;
        margin-top: 0 !important
    }

    .solid-menus .container {
        position: relative
    }

    .solid-menus ul.nav.navbar-nav {
        margin-top: 17px;
        margin-right: -12px;
        float: right
    }

    .solid-menus .navbar-collapse>ul>li.dropdown {
        padding: 15px 0 10px 0
    }

    .solid-menus .navbar-default.navbar-dark .navbar-brand {
        padding-top: 13px
    }
}

@media (max-width:925px) and (min-width:768px) {
    .solid-menus .navbar-default.navbar-dark .navbar-nav>li>a {
        font-size: 12px !important
    }
}

.carousel-caption {
    top: 0;
    background-color: rgba(255, 255, 255, .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: ToyotaType-Bold;
    text-transform: uppercase;
    margin: 35px 0
}

.carousel-caption img {
    margin: 0 auto
}

.carousel-control {
    background-image: none !important
}

.carousel-control::before {
    background-image: url(../images/sprite-1300x1200.png);
    width: 29px;
    height: 51px;
    content: "";
    display: inline-block
}

.left.carousel-control::before {
    background-position: -103px 1px;
    filter: invert(20.5%)
}

.right.carousel-control::before {
    background-position: -156px 1px;
    filter: invert(20.5%)
}

.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%
    }

    .bounce,
    .mouse-container {
        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-link a {
    color: #222;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: baseline;
    padding-top: 65px
}

.quick-link::before {
    content: "";
    background-image: url(../images/sprite-1300x1200.png);
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 5px;
    transition: transform .5s
}

.quick-link:hover::before {
    transform: rotate(8deg);
    transition: transform .5s
}

.quick-link.find-dlr::before {
    background-position: -200px 0
}

.quick-link.tst-drv::before {
    background-position: -265px 0
}

.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: #ccc;
    display: inline-block;
    position: absolute;
    right: 0
}

.quick-link.exchange-car::after {
    display: none
}

.quick-link {
    position: relative;
    text-align: center
}

.quick-link-2.e-book::before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.quick-link-2::before {
    background-image: url(/images/e-book.gif)
}

@media (min-width:280px) and (max-width:1290px) {

    .quick-link-2::before,
    .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: .8
    }

    .quick-link.find-dlr::before {
        background-position: -590px 0
    }

    .quick-link.tst-drv::before {
        background-position: -635px 0
    }

    .quick-link.price-list::before {
        background-position: -682px 0
    }

    .quick-link.buy-now::before {
        background-position: -724px 0
    }

    .quick-link.brochure::before {
        background-position: -764px 0
    }

    .quick-link.exchange-car::before {
        background-position: -803px 0
    }

    .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
    }
}

.thump-slider *,
.thump-slider a,
.thump-slider img {
    text-align: center
}

.thump-slider img {
    margin: 0 auto
}

.thump-slider h3 {
    font-family: ToyotaType-Bold
}

.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(../images/sprite-1300x1200.png);
    width: 25px;
    height: 25px;
    content: "";
    display: inline-block;
    background-color: #fff;
    border-radius: 50%
}

.thump-slider .owl-nav .owl-prev::before {
    background-position: -841px 0
}

.thump-slider .owl-nav .owl-next::before {
    background-position: -870px 0
}

.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
}

.featured-slider h3 {
    font-size: 20px
}

.featured-slider h4 {
    font-size: 16px
}

@media (min-width:280px) and (max-width:700px) {
    .featured-slider h4 {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .featured-slider .carousel-inner {
        width: 80%
    }
}

.video-banner {
    position: relative;
    padding: 0
}

video {
    position: relative;
    min-width: 100%;
    max-height: 100%;
    width: auto;
    z-index: -100;
    background: url(../images/videoframe-1280x720.jpg) no-repeat;
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    height: 457px
}

.stopfade {
    opacity: .5
}

.video-content {
    color: #fff;
    position: absolute;
    text-align: center;
    top: 65px;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #000 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #000 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%)
}

.video-content button,
.video-content h1,
.video-content h4 {
    color: #fff
}

.video-content .caption {
    transform: translateY(50%)
}

.video-content button {
    display: block;
    border: none;
    margin: 1rem auto;
    background: 0 0;
    cursor: pointer;
    background-image: url(../images/sprite-1300x1200.png);
    background-position: 395px 0;
    height: 76px;
    width: 76px;
    transition: transform .5s
}

.video-content button.pause {
    background-position: 395px 0
}

.video-content button:hover {
    transform: scale(1.1);
    transition: transform .5s
}

@media screen and (max-device-width:991px) {
    #bgvid {
        display: none
    }
}

.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: 0
}

.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
    }

    .facebook-widget,
    .twitter-widget {
        display: none
    }

    .news-date {
        width: 20%
    }

    .news-content {
        width: 80%
    }
}

@media (max-width:600px) {
    .news-widget {
        padding-bottom: 0
    }
}

.footer {
    padding-top: 20px;
    background-color: #333;
    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 0;
    line-height: normal !important
}

.footer-head li a {
    color: #ddd !important;
    position: relative;
    border-right: 1px solid #908c8c;
    padding: 0 15px 0 0
}

.footer-head li:last-child a {
    border-right: 0
}

li.social {
    margin-right: 10px
}

.social a:after {
    content: "";
    background-image: url(../images/sprite-1300x1200.png);
    width: 21px;
    height: 21px;
    display: inline-block
}

.twitter a:after {
    background-position: 205px 3px
}

.facebook a:after {
    background-position: 183px 0
}

.youtube a:after {
    background-position: 162px 1px
}

.instagram a:after {
    background-position: 204px -21px
}

.footer-branding .title-brand {
    margin-top: 20px;
    display: block
}

.footer-branding .title-brand:after {
    content: "";
    background-image: url(../images/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(../images/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: 1299px -53px;
    width: 125px
}

@media (max-width:600px) {
    .footer {
        padding-bottom: 0;
        margin-top: 4rem
    }

    .footer ul li a {
        padding: 0 3px;
        font-size: 11px !important
    }

    .footer-head li {
        margin: 0
    }

    .footer-head {
        padding-bottom: 10px
    }
}

@media (max-width:768px) {
    .footer {
        padding-bottom: 50px
    }
}

.press-realese {
    line-height: 1.7
}

.press-realese h2.page-header {
    margin-top: 25px
}

p.date-post {
    color: #555 !important
}

.press-realese li,
.press-realese p {
    font-size: 13px;
    color: #333
}

p.date-post i {
    margin-right: 5px
}

.press-realese figcaption,
.press-realese figure img {
    margin: 0 auto;
    text-align: center
}

.press-realese .breadcrumb {
    border-radius: 0
}

.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
}

.news-content a:hover,
.press-realese h3.page-header-sm 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>td,
.press-realese table.half-table tr>th {
    width: 50% !important
}

#newsYearsList {
    cursor: pointer
}

@media (min-width:992px) {
    .archive-news-fixed {
        position: fixed;
        top: 180px;
        width: 12.8%;
        transition: all .5s
    }

    .press-realese .well h4,
    .press-realese h3.page-header-sm {
        margin-top: 0 !important
    }
}

.press-realese .main-notes {
    margin: 20px 0 40px 20px;
    padding: 0
}

.press-realese figcaption {
    font-size: 12px
}

#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, .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: .5s
}

.dwnld-ico,
.email-ico,
.view-ico {
    display: inline-block
}

#review .container-fluid>.row>div:hover .hover-btn-group {
    opacity: 1;
    transition: .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.email::after,
.hover-btn-group i.view::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;
    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, .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
}

.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(../images/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(../images/loading-gear-36x36.gif);
    background-repeat: no-repeat;
    background-position: 50% -10px !important;
    height: 5px !important;
    width: 5px !important;
    background-size: 50px 50px
}

.car-chaptor-Banner,
.page-head-banner {
    position: relative
}

.top-feature-slider .carousel-caption {
    width: 100%;
    left: 0;
    right: 0;
    text-align: left;
    bottom: 0 !important;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #000 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #000 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
    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: #ccc;
    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
    }
}

.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 0
}

.level-menu nav.page-nav ul li a {
    font-family: ToyotaType-Bold;
    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(../images/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
    }
}

.color-selector .mySlides img {
    margin: 0 auto
}

.model-price {
    margin-top: 30px
}

.model-price h4 {
    font-size: 28px;
    font-family: ToyotaType-Bold;
    margin: 0
}

.model-price h2:first-child {
    margin-bottom: 8px
}

.model-price h2 {
    color: #111;
    font-size: 16px;
    margin: 0;
    font-family: ToyotaType-Bold
}

.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: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
    font-family: ToyotaType-Bold;
    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 .next,
.color-selector .prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0
}

.color-selector .next {
    right: 0;
    border-radius: 3px 0 0 3px
}

.color-selector .next:hover,
.color-selector .prev:hover {
    background-color: rgba(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 .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: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.car-chptr {
    padding: 50px 0;
    position: relative
}

.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 {
    font-size: 44px;
    margin-bottom: 50px;
    margin-left: 15px;
    color: #bbb
}

@media (max-width:767px) {
    .chprt-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, .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: ToyotaType-Bold;
    text-transform: uppercase;
    position: relative
}

.feature-left h2::after {
    position: absolute;
    right: 0
}

h3.feature-head {
    font-family: ToyotaType-Bold;
    text-transform: uppercase;
    font-size: 19px;
    color: #333;
    position: relative
}

.feature-big-block-caption h2::after,
h3.feature-head::after {
    content: "";
    width: 27%;
    height: 1px;
    display: block;
    background-color: #333;
    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
}

.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
    }
}

.perfperformance {
    background-image: url(../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: ToyotaType-Bold;
    color: #eee;
    margin-top: 10px;
    margin-bottom: 2px
}

.engine-dtls h4 {
    font-size: 16px;
    color: #eee;
    text-transform: uppercase
}

.engine-dtls h3 {
    font-family: ToyotaType-Bold;
    color: #eee;
    margin-top: 0;
    font-size: 18px
}

.perfperformance .feature-sm-block p,
.perfperformance h3.feature-head {
    color: #fff
}

.perfperformance h3.feature-head::after {
    background-color: #fff
}

.perfperformance h2 span {
    color: #fff
}

.perfperformance h2 {
    font-size: 20px !important;
    width: 80%
}

.car-chptr.inside-view {
    background: #fff
}

.car-chptr.inside-view i.icon-exterior,
.car-chptr.inside-view i.icon-interior,
.car-chptr.inside-view ul span {
    display: block
}

.car-chptr.inside-view ul span {
    font-family: ToyotaType-Bold;
    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: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #fff
}

.car-chptr.inside-view .nav-tabs a.active span,
.car-chptr.inside-view .nav-tabs a:active span,
.car-chptr.inside-view .nav-tabs a:focus span,
.car-chptr.inside-view .nav-tabs a:hover span {
    color: #ed2929
}

.car-chptr.inside-view .nav-tabs a.active .icon-interior::after,
.car-chptr.inside-view .nav-tabs a:active .icon-interior::after,
.car-chptr.inside-view .nav-tabs a:focus .icon-interior::after,
.car-chptr.inside-view .nav-tabs a:hover .icon-interior::after {
    background-position: 687px -319px !important
}

.car-chptr.inside-view .nav-tabs a.active .icon-exterior::after,
.car-chptr.inside-view .nav-tabs a:active .icon-exterior::after,
.car-chptr.inside-view .nav-tabs a:focus .icon-exterior::after,
.car-chptr.inside-view .nav-tabs a:hover .icon-exterior::after {
    background-position: 622px -318px !important
}

.car-chptr.inside-view .nav-tabs a.active,
.car-chptr.inside-view .nav-tabs a:active,
.car-chptr.inside-view .nav-tabs a:focus,
.car-chptr.inside-view .nav-tabs a:hover {
    border: 0;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #ed2929
}

.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
    }
}

@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: 700;
    font-family: ToyotaType, Helvetica, Arial, sans-serif;
    display: inline-block;
    font-size: 15px
}

.car-chptr-specs .title2 {
    background-color: #aaa;
    width: 100%;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin: 1px 0;
    font-weight: 700;
    font-family: ToyotaType, 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: 0 !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: #333;
    font-weight: 700;
    padding: 1%;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 14px
}

.car-chptr-specs .diesel,
.car-chptr-specs .petrol {
    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 .diesel:hover,
.car-chptr-specs .petrol:hover {
    background-color: #e00022;
    color: #fff
}

@media (min-width:480px) {
    #overlay_iframe .inner {
        top: 0
    }

    #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(../images/common/spec-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.title:after {
    content: "\2212";
    color: #fff;
    font-weight: 700;
    float: right;
    margin-left: 5px
}

.title2:after {
    content: "\002B";
    color: #fff;
    font-weight: 700;
    float: right;
    margin-left: 5px
}

a.gallery-item {
    cursor: pointer
}

.gallery {
    background-color: #000
}

.gallery-lightbox img {
    -webkit-transition: -webkit-transform .2s;
    transition: transform .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(.992, .992);
        transform: scale(.992, .992)
    }
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: .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: 0
}

.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(../images/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;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    opacity: 1
}

.lb-nav a.lb-next {
    right: 0;
    float: right;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    text-align: right
}

.lb-nav a.lb-next:hover {
    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: 0
}

.lb-data .lb-caption:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0 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(../images/sprite-1300x1200.png);
    content: "";
    background-position: right top;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 5px 0 0 6px
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    outline: 0;
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    top: -28px;
    position: absolute;
    right: -5px
}

.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1
}

.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 .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .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: 0;
    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: ToyotaType-Bold;
    color: #333;
    font-size: 11px
}

.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(../images/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(../images/sprite-1300x1200.png);
    background-position: 54px -73px;
    transition: all .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 .5s;
    height: 35px;
    line-height: 35px
}

.chosen-container-single .chosen-search::after {
    background-image: url(../images/sprite-1300x1200.png);
    background-position: -1160px 0;
    display: inline-block;
    content: "";
    width: 20px;
    height: 22px;
    position: absolute;
    right: 12px;
    top: 12px
}

.chosen-container-single .chosen-drop {
    margin-top: 0;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    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: 0 0 !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: #eee;
    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, .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(../images/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: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    transform: rotate(-180deg);
    transition: all .5s
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .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(../images/choosen-search.png) no-repeat 0 0;
    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-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-rtl .chosen-search input[type=text] {
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

.no-srch .chosen-search {
    display: none !important
}

.no-srch .chosen-results {
    margin-top: 4px
}

@media (min-width:1024px) {
    .model-img {
        margin-top: -25px
    }
}

@media (max-width:1024px) {
    select.chosen-select {
        min-width: 100%
    }
}

textarea {
    resize: vertical
}

.form-control.form-input,
select.chosen-select,
textarea.form-input {
    position: relative;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 40px;
    border: 1px solid #ececec;
    border-radius: 0;
    background-color: #f5f5f5;
    background-clip: padding-box;
    white-space: nowrap;
    line-height: 40px;
    box-shadow: none;
    font-family: ToyotaType-Bold;
    color: #333;
    font-size: 13px
}

.form-control:focus {
    outline: 1px solid #eee
}

#cboDealer:focus {
    outline: 0
}

::-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(../images/sprite-1300x1200.png);
    display: inline-block;
    width: 62px;
    height: 58px;
    position: absolute;
    left: 0;
    top: -5px
}

.form-page-head,
.page-main-head {
    font-family: ToyotaType-Bold;
    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 {
    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: 400;
    font-size: 14px;
    margin: 0
}

.styled-radio+label:hover:before {
    animation-duration: .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 silver
}

.styled-radio+label:after {
    position: absolute;
    display: none;
    content: ""
}

.styled-radio[disabled]+label {
    cursor: not-allowed;
    color: #e4e4e4
}

.styled-radio[disabled]+label:after,
.styled-radio[disabled]+label:before,
.styled-radio[disabled]+label:hover {
    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
}

.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;
    display: inline-block;
    vertical-align: initial;
    font-weight: 400
}

.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
}

.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, .2);
    position: absolute
}

.datepicker-dropdown:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    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 #fff
}

.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.focused,
.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #ccc
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #6f6f6f;
    color: #fff
}

.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.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today: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;
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
    background-color: #f3e97a
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(top, #b3b3b3, grey);
    background-image: -ms-linear-gradient(top, #b3b3b3, grey);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
    background-image: -webkit-linear-gradient(top, #b3b3b3, grey);
    background-image: -o-linear-gradient(top, #b3b3b3, grey);
    background-image: linear-gradient(top, #b3b3b3, grey);
    background-repeat: repeat-x;
    border-color: grey grey #595959;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
    background-color: grey
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #ed2028;
    background-repeat: repeat-x;
    color: #fff
}

.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: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-color: #04c
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #999
}

.datepicker th.datepicker-switch {
    width: 145px
}

.datepicker tfoot tr th,
.datepicker thead tr:first-child th {
    cursor: pointer
}

.datepicker tfoot tr th:hover,
.datepicker thead tr:first-child th:hover {
    background: #eee
}

.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: 400;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    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: #fff;
    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: #333;
    font-size: 13px;
    line-height: 20px
}

.datepicker.dropdown-menu tr th {
    font-family: ToyotaType-Bold
}

.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    padding: 4px 5px
}

.date .input-group-addon {
    background-image: url(../images/sprite-1300x1200.png);
    background-position: 100px -63px;
    border: 0;
    border-radius: 0;
    padding: 6px 22px
}

.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: #ada5a5
}

.page-heading>.container-fluid {
    padding: 30px .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
    }
}

.page-heading.article {
    background-image: url(../images/media/articles/article-banner-1400x400.jpg)
}

.page-heading.article .container-fluid {
    padding: 10px .75rem
}

#review .container-fluid>.row>div.col-md-3 img {
    width: 100%
}

.page-heading.contact-us {
    background-image: url(../images/contact-us/contact-us-banner-1400x400.jpg)
}

.contact-block {
    position: relative;
    padding: 0
}

.contact-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ed1515;
    width: 100%;
    text-align: center
}

.contact-block h5,
.contact-block p,
.contact-block span {
    color: #fff
}

.contact-block img {
    width: 100%
}

.page-heading.qservice {
    background-image: url(../images/q-service/q-service-banner-1400x400.jpg)
}

.page-heading.product-services {
    background-image: url(../images/q-service/product-services/product-services-banner-1400x400.jpg)
}

.page-heading.info {
    background-image: url(../images/q-service/info/info-banner-1400x400.jpg)
}

.page-heading.q-service-whats-new {
    background-image: url(../images/q-service/whats-new/q-service-whats-new-banner-1400x400.jpg)
}

.page-heading.monsoon-care {
    background-image: url(../images/q-service/monsoon-care/monsoon-care-banner-1400x400.jpg)
}

.page-heading .container-fluid {
    padding: 27px .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 .5s
}

.level-menu-qservice nav.page-nav ul li:hover a {
    background-color: #fff;
    color: #000;
    transition: all .5s
}

.level-menu nav.page-nav li.active a {
    color: #fff;
    opacity: 1
}

.article-head,
article.article-head {
    margin-left: 0;
    position: relative;
    color: #999;
    margin-bottom: 40px;
    font-size: 36px;
    text-align: left;
    margin-top: 0
}

.article-head::after,
article.article-head::after {
    content: "";
    width: 20%;
    height: 2px;
    display: block;
    background-color: #999;
    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
    }
}

.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-hd::before {
    background-position: 418px -290px
}

.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: ToyotaType-Bold
}

dl.select-details {
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    margin: 0 0 15px;
    height: 40px;
    border-radius: 0;
    background-color: #f5f5f5;
    background-clip: padding-box;
    white-space: nowrap;
    line-height: 40px;
    box-shadow: none;
    text-transform: uppercase;
    font-family: ToyotaType-Bold;
    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: 0;
    background-color: #f5f5f5;
    background-clip: padding-box;
    white-space: nowrap;
    line-height: 40px;
    box-shadow: none;
    text-transform: uppercase;
    font-family: ToyotaType-Bold;
    color: #333;
    font-size: 12px
}

dl.select-details>dt:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 10px;
    right: 15px;
    background-image: url(../images/sprite-1300x1200.png);
    background-position: 54px -73px;
    transition: all .5s;
    margin: 14px auto;
    top: 0
}

dl.select-details>dt>h5 {
    line-height: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    overflow: hidden
}

dl.select-details>dt>h5:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 10px;
    right: 15px;
    background-image: url(../images/sprite-1300x1200.png);
    background-position: 54px -73px;
    transition: all .5s;
    margin: 14px auto;
    top: 0
}

dl.select-details.active>dt>h5:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

dl.select-details.active>dd,
dl.select-details.active>dt {
    border-color: #ececec
}

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, .6);
    box-shadow: none;
    cursor: auto
}

dl.select-details.no-drop>dt:after {
    display: none
}

dl.select-details>dd {
    width: 100%;
    background-color: #fff;
    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;
    padding-left: 0;
    overflow-x: hidden;
    overflow-y: auto
}

dl.select-details>dd .select-details-drop>li {
    background-color: #fff;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .3);
    margin-bottom: 1px;
    padding: 8px;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
    word-wrap: break-word;
    white-space: normal
}

dl.select-details>dd .select-details-drop>li.selected,
dl.select-details>dd .select-details-drop>li:hover {
    background-color: #ebebeb
}

dl.select-details>dd .select-details-drop>li.disabled {
    color: #bfbfbf;
    background-color: #fff !important;
    cursor: default;
    cursor: not-allowed
}

dl.select-details>dd .select-details-drop>li h5 {
    margin: .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: ToyotaType-Regular;
    font-size: 14px
}

.select-details-selected .business-hours {
    font-size: 13px
}

.select-details-selected h6 {
    font-size: 15px;
    color: #dd1d10;
    font-family: ToyotaType-Bold
}

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
}

.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: ToyotaType-Bold;
    color: #272727
}

.price-list table {
    font-size: 13px
}

.price-list table th {
    background-color: #666;
    border-top: 2px solid #535151 !important;
    color: #fff
}

.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
}

h4.form-hdr-sm {
    background-color: #eee;
    padding: 14px;
    font-family: ToyotaType-Bold;
    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: ToyotaType-Bold;
    font-size: 16px;
    text-transform: uppercase;
    margin: 4px 0 0 0;
    color: #d8070b
}

.dealer-info-sldr .info-head h4 {
    color: #666;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 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 #eee;
    position: relative
}

.dlr-info>a.btn {
    max-width: 163px;
    margin: 30px auto 20px;
    text-align: center;
    display: block;
    font-size: 11px;
    font-family: ToyotaType-Bold;
    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: ToyotaType-Bold;
    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: ToyotaType-Bold;
    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: 0;
    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(../images/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: 0 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
    }
}

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
    }
}

#snav.en i::after {
    width: 33px;
    height: 33px
}

#snav * {
    outline: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width:769px) {
    #snav {
        right: -250px;
        padding: 0 0;
        text-align: center;
        position: fixed;
        top: 28%;
        z-index: 9999;
        font-size: 18px
    }

    #snav li {
        margin: 0 0;
        text-align: left;
        transform: translateX(0);
        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 #555;
    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:active,
    #snav li a:focus,
    #snav li a:hover {
        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
    }
}

.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: 0 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(../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:active,
.grid-blocks a:focus,
.grid-blocks a:hover {
    text-decoration: none;
    color: #fff
}

.grid-blocks .more-items {
    padding: 0 !important;
    position: absolute !important;
    left: 0 !important;
    background-color: rgba(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 .4s, -webkit-transform .4s;
    transition: opacity .4s, transform .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(#000 1%, #000 100%);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 1%, #000 100%);
    position: absolute;
    bottom: 0;
    left: 0
}

.grid-blocks>ul>li>a>div:last-child {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.grid-blocks>ul>li>a>div:last-child>div {
    width: 100%;
    color: #fff;
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding: 0 0 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, .85);
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.grid-blocks>ul>li>a>div:last-child>div .link {
    color: #fff;
    box-shadow: none
}

.grid-blocks>ul>li>a>div:last-child>div .link>i {
    margin-left: .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 0 !important;
        position: relative
    }

    .grid-blocks {
        padding: 12px 0
    }

    .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, .16), 0 2px 10px 0 rgba(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: #000;
        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: #000;
        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)
    }
}

@media (min-width:540px) and (max-width:767px) {
    .csr-index .col-sm-4.col-xs-12 {
        width: 50%
    }
}

.csr-index .row>div {
    margin-bottom: 25px
}

.csr-index picture {
    display: block
}

.csr-index picture img {
    width: 100%
}

.csr-index .caption {
    position: relative;
    padding: 15px 10px;
    min-height: 145px;
    text-align: center
}

@media (min-width:768px) and (max-width:1242px) {
    .csr-index .caption {
        min-height: 180px
    }
}

.csr-index .caption::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    left: 10px;
    top: -15px
}

.csr-index .caption h4 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 10px
}

.csr-index .caption a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px
}

.clr1 {
    background-color: #eca330
}

.clr1::before {
    border-bottom: 15px solid #eca330
}

.clr2 {
    background-color: #1f92c1
}

.clr2::before {
    border-bottom: 15px solid #1f92c1
}

.clr3 {
    background-color: #f8f8f8
}

.clr3 h4 {
    margin-bottom: 8px !important
}

.clr3 a,
.clr3 h4 {
    color: #222 !important
}

.clr3 a {
    margin: 0 8px !important;
    font-size: 13px !important
}

.clr3::before {
    border-bottom: 15px solid #f8f8f8
}

.clr4 {
    background-color: #232323
}

.clr4::before {
    border-bottom: 15px solid #232323
}

.clr5 {
    background-color: #f23434
}

.clr5::before {
    border-bottom: 15px solid #f23434
}

.clr6 {
    background-color: #3ac66f
}

.clr6::before {
    border-bottom: 15px solid #3ac66f
}

.clr7 {
    background-color: #2967bc
}

.clr7::before {
    border-bottom: 15px solid #2967bc
}

.clr8 {
    background-color: #267f83
}

.clr8::before {
    border-bottom: 15px solid #267f83
}

.clr9 {
    background-color: #f36c1a
}

.clr9::before {
    border-bottom: 15px solid #f36c1a
}

.clr10 {
    background-color: #996766
}

.clr10::before {
    border-bottom: 15px solid #996766
}

.clr11 {
    background-color: #cc6733
}

.clr11::before {
    border-bottom: 15px solid #cc6733
}

.clr12 {
    background-color: #ff6766
}

.clr12::before {
    border-bottom: 15px solid #ff6766
}

.clr13 {
    background-color: #669aff
}

.clr13::before {
    border-bottom: 15px solid #669aff
}

@media (max-width:600px) {
    .about-us h1 {
        font-size: 30px
    }
}

.about-us.parallax-container {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/toyota-in-india/about/bg.jpg)
}

.page-main-head {
    width: 80%
}

.page-main-head h1 {
    margin: 0 auto;
    text-align: center;
    font-size: 50px;
    color: #999;
    margin-bottom: 50px
}

.page-main-head h1::after {
    content: "";
    width: 20%;
    height: 2px;
    display: block;
    background-color: #999;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.quote-head {
    border-bottom: 2px solid rgba(0, 0, 0, .4);
    border-left: 3px solid rgba(0, 0, 0, .2);
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    color: #fff
}

.smart-grid {
    padding: 20px 30px;
    text-align: center
}

.history.parallax-container {
    background-image: url(../images/toyota-in-india/history/bg.jpg)
}

.img-wrap {
    padding-right: 15px;
    padding-bottom: 15px
}

.thump-figure {
    margin-bottom: 25px
}

.thump-figure>img.lazy {
    background-image: none
}

.thump-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

.legacy.parallax-container {
    background-image: url(../images/toyota-in-india/legacy/bg.jpg)
}

.about-us div.text-center>h1,
.award div.text-center>h1,
.legacy div.text-center>h1,
.vision div.text-center>h1 {
    font-size: 60px
}

.timeline-body {
    margin: 0 auto;
    padding: 30px 0
}

.legacy.black-bg h2,
.legacy.black-bg p {
    color: #ddd;
    padding: 4px 15px
}

.legacy.black-bg h2 {
    margin-top: 0;
    border: 1px solid #fff
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em
}

#cd-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #fff
}

.cd-timeline-content h2 {
    margin: 0;
    font-family: ToyotaType-Bold;
    color: #fff;
    padding: 25px 15px
}

.cd-timeline-content p {
    font-size: 14px;
    color: #fff;
    padding: 15px 15px 5px 15px
}

@media only screen and (min-width:1170px) {
    #cd-timeline {
        margin-top: 3em
    }

    #cd-timeline::before {
        left: 50%;
        margin-left: -2px
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both
}

.cd-timeline-block:first-child {
    margin-top: 0
}

.cd-timeline-block:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:1170px) {
    .cd-timeline-block {
        margin: 4em 0
    }

    .cd-timeline-block:first-child {
        margin-top: 0
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, .08), 0 3px 0 4px rgba(0, 0, 0, .05)
}

.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px
}

.cd-timeline-img.cd-picture {
    background: #75ce66
}

.cd-timeline-img.cd-movie {
    background: #c03b44
}

.cd-timeline-img.cd-location {
    background: #f0ca45
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #33383b;
    border-radius: .25em;
    border: 2px solid
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both
}

.cd-timeline-content::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #fff
}

@media only screen and (min-width:768px) {
    .cd-timeline-content img {
        width: 140px;
        margin: 0 auto;
        padding: 0 15px 15px 15px
    }
}

@media only screen and (min-width:1170px) {
    .cd-timeline-content {
        margin-left: 0;
        width: 45%
    }

    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #fff;
        z-index: -10
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #fff
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right
    }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden
    }
}

@media only screen and (min-width:1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 .6s;
        -moz-animation: cd-bounce-1 .6s;
        animation: cd-bounce-1 .6s
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(.5);
        transform: scale(.5)
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 .6s;
    -moz-animation: cd-bounce-2 .6s;
    animation: cd-bounce-2 .6s
}

@media only screen and (min-width:1170px) {
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse .6s;
        animation: cd-bounce-2-inverse .6s;
        -moz-animation: cd-bounce-2-inverse .6s
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
        transform: translateX(100px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.vision.parallax-container {
    background-image: url(../images/toyota-in-india/vision/bg.jpg)
}

.vis-cnt {
    position: relative;
    border-radius: 5px;
    padding: 20px
}

.vis-cnt p {
    color: #fff;
    margin-top: 70px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px
}

@media (min-width:1204px) {
    .vis-cnt p {
        min-height: 130px
    }
}

.vis-icn {
    position: absolute;
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 180px;
    border: 15px solid #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -80px
}

.vis-icn img {
    width: 75%;
    margin: 22px auto
}

.vis-yellow,
.vis-yellow .vis-icn {
    background-color: #f8ab1d
}

.vis-orange,
.vis-orange .vis-icn {
    background-color: #ef5225
}

.vis-dark,
.vis-dark .vis-icn {
    background-color: #555a5d
}

.vision>.thump-container {
    width: 90%
}

.vision .vis-cnt {
    margin-top: 130px
}

@media (min-width:992px) and (max-width:1204px) {
    .vis-cnt p {
        min-height: 211px
    }
}

.award.parallax-container {
    background-image: url(../images/toyota-in-india/award/bg.jpg)
}

.sidenav .panel-default>.panel-heading {
    color: #d2d2d4 !important;
    background-color: #fff;
    border-color: transparent;
    padding: 0
}

.sidenav .panel-default>.panel-heading h2 {
    margin-top: 0
}

.sidenav .panel-default {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    border: none
}

.sidenav .panel-body {
    border: none;
    background-color: #fff;
    padding: 5px 0 15px 0 !important;
    border-bottom: 2px solid #edecec
}

.sidenav .panel-body a {
    display: block;
    padding: 10px 0 10px 5px;
    color: #000;
    padding-left: 15px;
    transition: all .5s
}

.sidenav .panel-body a.active {
    background-color: #eee;
    color: #000
}

.sidenav .panel-body a.active,
.sidenav .panel-body a:focus,
.sidenav .panel-body a:hover {
    padding-left: 15px;
    transition: all .5s;
    text-decoration: none
}

.sidenav .panel-body a:hover {
    background-color: #fb3333;
    color: #fff
}

.thump-gallery-img:hover figure>img {
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
    transform: scale(1.1, 1.1) translateZ(0);
    transition: all .5s
}

.thump-gallery-img figure {
    overflow: hidden
}

.thump-gallery-img figure>img {
    transition: all .5s;
    width: 100%
}

.thump-gallery-img:hover {
    background-color: #f9f9f9
}

.thump-gallery-img {
    border: 1px solid rgba(204, 204, 204, .26)
}

.thump-gallery-img h5 {
    margin-left: 8px;
    font-family: ToyotaType-Bold;
    font-size: 14px;
    color: #3470de
}

.thump-gallery-img p {
    margin-left: 8px;
    min-height: 80px
}

.page-heading.awards-banner {
    background-image: url(../images/toyota-in-india/award/awards-banner-1400x400.jpg)
}

.award>.row>div {
    margin-bottom: 20px
}

@media (min-width:601px) and (max-width:767px) {
    .award>.row>div {
        width: 50% !important
    }
}

@media (max-width:767px) {
    .sidenav .panel-body a {
        display: inline-block;
        padding: 3px 5px;
        margin: 3px 0;
        padding-left: 5px !important;
        font-size: 14px
    }

    .sidenav .panel-body a.active,
    .sidenav .panel-body a:focus,
    .sidenav .panel-body a:hover {
        border-radius: 5px
    }
}

.otp-success {
    background-image: url(../images/otp-success.png) !important;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 18px
}

.otp-fail {
    background-image: url(../images/otp-fail.png) !important;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 18px
}

img.lazy,
img.owl-lazy {
    background-image: url(../images/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: 0 !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(../images/loading-gear-36x36.gif);
        opacity: 1 !important;
        background-size: 50px 50px
    }
}

@media screen and (max-width:420px) {
    .feature-sm-block img.lazy {
        min-height: 141px !important
    }
}

.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: -.32s;
    animation-delay: -.32s
}

.loader .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.loader .bounce1 {
    background-color: #ff5050
}

.loader .bounce2 {
    background-color: #62b75f
}

.loader .bounce3 {
    background-color: #5fa3ff
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        -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: 0;
    z-index: 9;
    bottom: 0
}

.happy-q-customer {
    background-image: url(../images/happy-customer/happy-customer-banner-1400x400.jpg)
}

.testimonials-item-inner {
    margin-bottom: 15px
}

.testimonials-item-inner::after {
    content: "";
    display: table;
    clear: both
}

.testimonials-content,
.testimonials-image {
    float: left
}

.testimonials-image {
    width: 25%;
    text-align: center
}

.testimonials-content {
    width: 72%;
    margin-left: 3%
}

.testimonials-text {
    position: relative;
    font-size: 13px;
    background-color: #f7f8f9;
    padding: 15px
}

.testimonials-text a.link:hover {
    color: #000 !important
}

.testimonials-text::before {
    width: 102px;
    height: 80px;
    background-image: url(../images/sprite-1300x1200.png);
    content: "";
    position: absolute;
    background-position: 101px -347px;
    right: 0;
    top: 0;
    opacity: .4
}

.testimonials-text::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -24px;
    left: 0;
    border-width: 24px;
    border-color: transparent;
    border-style: solid;
    border-right-color: #f7f8f9;
    clip: rect(24px, 42px, 42px, 0)
}

.testimonials-details {
    margin-top: 20px;
    font-size: 90%
}

.testimonials-image a,
.testimonials-image img,
.testimonials-text {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

@media only screen and (max-width:600px) {
    .testimonials-item-inner {
        margin-bottom: 30px
    }

    .testimonials-content {
        float: none;
        width: 100%
    }

    .testimonials-image {
        width: 38%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        float: none
    }

    .testimonials-details,
    .testimonials-text {
        margin-left: 0
    }

    .testimonials-details,
    .testimonials-text {
        text-align: center
    }

    .testimonials-text::after {
        left: 50%;
        margin-left: -42px
    }
}

table.grade-table {
    font-size: 13px
}

table.grade-table th {
    background-color: #666;
    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, .08)
}

table.grade-table tr {
    cursor: pointer
}

.custom-accordian .panel {
    border: 0;
    box-shadow: none
}

.custom-accordian .panel-heading {
    border: 0;
    padding: 10px 12px
}

.custom-accordian h4.panel-title a,
.custom-accordian h4.panel-title a:hover {
    font-size: 18px;
    color: #222;
    opacity: 1;
    width: 100%;
    display: block;
    height: 100%
}

.custom-accordian .panel-body {
    border-top: 0 !important;
    border-bottom: 0 !important
}

@media (min-width:768px) {
    .custom-accordian .panel-body {
        margin-left: 60px
    }
}

.custom-accordian .panel-body h4 {
    font-size: 15px;
    color: #444
}

.custom-accordian h4.panel-title a span {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 15px
}

.custom-accordian h4.panel-title a span i {
    margin: 10px 12px;
    display: block
}

.custom-accordian h4.panel-title a[aria-expanded=true] span>i {
    transform: rotate(0)
}

.custom-accordian h4.panel-title a[aria-expanded=true] span {
    background-color: #09a223
}

.custom-accordian h4.panel-title a span,
.custom-accordian h4.panel-title a[aria-expanded=false] span {
    background-color: #777
}

.custom-accordian h4.panel-title a span i,
.custom-accordian h4.panel-title a[aria-expanded=false] span>i {
    transform: rotate(-90deg)
}

input.gsc-search-button,
input.gsc-search-button.gsc-search-button-v2,
input.gsc-search-button:focus,
input.gsc-search-button:hover {
    border: 0 !important;
    width: 50px;
    height: 50px;
    background-image: url(../images/magnifier.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;
    margin-right: 24px
}

form.gsc-search-box.gsc-search-box-tools {
    margin: 0;
    border: 1px solid #4a4646 !important;
    border-radius: 8px
}

table.gsc-search-box {
    margin: 0
}

input#gsc-i-id1 {
    margin: 0 !important;
    height: 110px !important;
    box-shadow: none;
    line-height: 110px;
    background: 0 0 !important;
    width: 100%;
    color: #222;
    -webkit-transition: font-size .5s cubic-bezier(.7, 0, .3, 1);
    transition: font-size .5s cubic-bezier(.7, 0, .3, 1);
    font-size: 24px !important;
    padding: 0 !important;
    font-family: ToyotaType-Bold;
    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: 0 0
}

.gsc-control-cse div {
    border: 0;
    box-shadow: none
}

.gsc-input-box {
    height: auto !important
}

.gsc-input-box {
    border: 1px solid #d9d9d9;
    background: 0 0 !important;
    height: 110px
}

#gsc-i-id1::-webkit-input-placeholder {
    font-size: 24px !important;
    font-family: ToyotaType-Bold;
    text-indent: 10px !important;
    text-transform: capitalize !important
}

#gsc-i-id1::-moz-placeholder {
    font-size: 24px !important;
    font-family: ToyotaType-Bold;
    text-indent: 10px !important;
    text-transform: capitalize !important
}

#gsc-i-id1:-ms-input-placeholder {
    font-size: 24px !important;
    font-family: ToyotaType-Bold;
    text-indent: 10px !important;
    text-transform: capitalize !important
}

#gsc-i-id1:-moz-placeholder {
    font-size: 24px !important;
    font-family: ToyotaType-Bold;
    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: #fff;
    z-index: 50000;
    color: #fff;
    position: fixed;
    top: 0;
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.overlay-close,
.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)
}

.overlay-close,
.search-overlay-close {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.overlay-close::after,
.overlay-close::before,
.search-overlay-close::after,
.search-overlay-close::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    border-radius: 3px;
    opacity: 1;
    background: #444
}

.overlay-close:hover.overlay-close::after,
.search-overlay-close:hover.search-overlay-close::after .overlay-close:hover.overlay-close::before,
.search-overlay-close:hover.search-overlay-close::before {
    opacity: .7
}

.overlay-close::before,
.search-overlay-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.overlay-close::after,
.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
    }
}

.hidden {
    display: none
}

.page-heading.print-ads {
    background-image: url(../images/media/print-ads/corporate/print-ads-banner-1366x223.jpg)
}

.page-heading.tv-commercial {
    background-image: url(../images/media/tv-commercial/tv-commercial-banner-1366x223.jpg)
}

#review .container-fluid.tv-commercial>.row>div .hover-btn-group {
    display: inline-block
}

.plant-tour {
    background-image: url(../images/toyota-in-india/plant-tour/banner.jpg)
}

.pttr .table-header {
    background-color: #333;
    color: #bbb;
    padding: 15px
}

.pttr th.text-center.table-header {
    padding: 15px
}

.pttr td {
    border: 1px solid #999
}

.pt-header {
    background-color: #333;
    color: #bbb;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px
}

.pt-info {
    border: 1px solid #999;
    margin-bottom: 20px
}

.pttr li {
    padding: 2px 0
}

.pttr ul.list-unstyled li:before {
    content: "\276F";
    margin: 0 1em
}

.pttr ul {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    list-style: none;
    padding: 0
}

.wbp {
    background-image: url(../images/toyota-in-india/wbp/banner.jpg)
}

.cs {
    background-image: url(../images/corporate-sales/cs-banner.jpg)
}

p.pad {
    padding: 0 0 0 10px
}

.cs-btn {
    padding: 20px;
    background-color: #e90a1d;
    border-bottom: 3px solid #af0000
}

.cs-btn a {
    color: #fff;
    font-size: 22px
}

.cs-btn span {
    color: #fff;
    font-size: 22px
}

.become-dlr {
    background-image: url(../images/corporate-sales/cs-banner.jpg)
}

.page-heading.ttti {
    background-image: url(../images/toyota-in-india/ttti/ttti-eng-banner-1366x223.jpg)
}

.ttti-block {
    padding: 23px;
    background-color: #fff
}

.no-border-tbl {
    border: none !important
}

i.ttti-sm::after {
    background-position: -862px -292px;
    width: 24px;
    height: 33px;
    margin-right: 8px
}

@media (max-width:600px) {

    .ttti table tr td,
    .ttti table tr th {
        display: block
    }
}

.page-heading.ttep {
    background-image: url(../images/toyota-in-india/ttep/banner-1366x223.jpg)
}

.img-box-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

i.ttep-sm::after {
    background-position: -862px -292px;
    width: 24px;
    height: 33px;
    margin-right: 8px
}

.used-cars.parallax-container {
    background-image: url(../images/certified-used-cars/bg.jpg)
}

.page-heading.career {
    background-image: url(../images/careers/career-banner-1366x223.jpg)
}

.page-heading.t-connect {
    background-image: url(../images/toyota-connect/toyota-connect-1366x223.jpg)
}

.figcap-min-height {
    min-height: 104px
}

.page-heading.environment {
    background-image: url(../images/toyota-in-india/environment/environment-1366x223.jpg)
}

.page-heading.eco-vision {
    background-image: url(../images/toyota-in-india/environment/eco-vision-1366x223.jpg)
}

.page-heading.eco-spirit {
    background-image: url(../images/toyota-in-india/environment/toyota-eco-spirit-1366x223.jpg)
}

.page-heading.env-management {
    background-image: url(../images/toyota-in-india/environment/environmental-management-1366x223.jpg)
}

.page-heading.green-tech {
    background-image: url(../images/toyota-in-india/environment/green-technology-1366x223.jpg)
}

.page-heading.our-commitment {
    background-image: url(../images/toyota-in-india/environment/our-commitment-1366x223.jpg)
}

.page-heading.eco-recognition {
    background-image: url(../images/toyota-in-india/environment/eco-recognition-1366x223.jpg)
}

.page-heading.mobility-solution {
    background-image: url(../images/toyota-in-india/environment/mobility-solutions-1366x223.jpg)
}

.page-heading .container-fluid {
    padding: 27px .75rem
}

.level-menu-environment nav.page-nav ul li:hover a::after {
    display: none
}

.level-menu-environment nav.page-nav ul li:hover a {
    background-color: #fff;
    color: #000;
    transition: all .5s
}

.level-menu-environment nav.page-nav li.active a {
    color: #fff;
    opacity: 1
}

i.environment-sm::after {
    background-position: -862px -292px;
    width: 24px;
    height: 33px;
    margin-right: 8px
}

.img-container-env {
    width: 63%;
    margin: 0 auto
}

.green-tech-tbl {
    background-color: #e6e6e6;
    border-radius: 5px;
    padding: 10px;
    margin-top: 15px
}

.eco-rec-tbl tr:nth-child(even) {
    background: #f1f1f1
}

.eco-rec-tbl tr:nth-child(odd) {
    background: #fff
}

.eco-rec-tbl th {
    background-color: #606063;
    color: #fff;
    font-weight: 700
}

.thumbnail-eco-drive {
    padding: 16px;
    background-color: #efefef;
    border-bottom: thick solid #e6e6e6;
    min-height: 192px
}

@media (min-width:601px) {
    .level-menu-environment nav.page-nav ul li a {
        padding: 17px 10px 17px 10px;
        transition: all .5s
    }

    .page-nav-sm>ul>li>a {
        font-size: 12px !important
    }

    .page-nav-sm>ul {
        display: block !important;
        text-align: center !important
    }
}

@media screen and (max-width:768px) and (min-width:320px) {
    .thumbnail-eco-drive {
        margin-bottom: 20px
    }
}

.page-heading.hybrid-overview {
    background-image: url(../images/toyota-in-india/environment/hybrid-mindset/hybrid-overview-1366x223.jpg)
}

.page-heading.hybrid-video {
    background-image: url(../images/toyota-in-india/environment/hybrid-mindset/video-banner-1366x223.jpg)
}

.page-heading.cust-benefit {
    background-image: url(../images/toyota-in-india/environment/hybrid-mindset/customer-benefit-1366x223.jpg)
}

.page-heading.hybrid-10-million {
    background-image: url(../images/toyota-in-india/environment/hybrid-mindset/hybrid-10-million-1366x223.jpg)
}

.page-heading.driving-school {
    background-image: url(../images/driving-school/banner.jpg);
    background-position: 5%
}

.driving-img-blk {
    position: relative;
    margin-bottom: 30px
}

.driving-img-blk img {
    width: 100%
}

.driving-img-txt {
    position: absolute;
    bottom: 3px;
    padding: 10px;
    background: #000;
    opacity: .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: 0 0 14px -1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 14px -1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 14px -2px rgba(0, 0, 0, .22);
    box-sizing: border-box
}

.driving-program h3 {
    display: inline;
    text-transform: uppercase;
    font-weight: 700;
    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: 0
}

.faq {
    border: 1px solid #eee;
    padding: 20px
}

.faqnum {
    padding: 15px;
    border-radius: 50%;
    background-color: #afafaf;
    color: #fff;
    font-size: 20px;
    display: inline-block
}

.faq-answer ol,
.faq-answer p,
.faq-answer ul {
    color: #555
}

.faq-answer p {
    margin: 0
}

.faq-question {
    margin: 0
}

.grey-bg-faq:before {
    background-color: #fafafa
}

.outer-bdr {
    border: 1px solid #eee;
    margin-bottom: 20px
}

.al-outer {
    padding: 16px 20px
}

.al-img img {
    width: 100%
}

.al-state {
    background-color: #333;
    width: 100%;
    display: block;
    color: #fff;
    padding: 10px 0;
    font-size: 16px
}

.al-dlrname {
    color: #555;
    font-size: 16px;
    display: block
}

.al-txt p {
    color: #333
}

.al-btn {
    width: 100%
}

.article-head {
    text-transform: uppercase
}

.al-leftmargin {
    margin-left: 25px
}

.disinine {
    float: left
}

.al i.phone-icon::after {
    background-position: 725px -246px;
    width: 17px;
    height: 21px
}

.alweb-btn:after {
    background-position: 355px -290px;
    width: 30px;
    height: 27px
}

.testi-wrapper {
    padding: 20px;
    border: 1px solid #e1e1e1;
    background: #fff;
    margin: 30px 0
}

.testi-quots span {
    background-image: url(../images/driving-school/quotes.png);
    background-position: center center;
    background-size: contain;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    display: block
}

.testi-text {
    margin-top: 16px;
    margin-left: 12px
}

.testi-content {
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 9px;
    color: #646464
}

.testi-sign {
    text-align: right;
    font-weight: 700;
    color: #646464;
    margin-bottom: 0
}

.page-heading.sustain-report {
    background-image: url(../images/toyota-in-india/environment/sustainability-report-1366x223.jpg)
}

.sus-dl {
    float: left;
    background: #f0f0f0;
    width: 320px;
    position: relative;
    padding: 25px;
    min-height: 255px;
    display: inline-block
}

.sus-img {
    -webkit-box-shadow: 0 6px 8px -2px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 6px 8px -2px rgba(0, 0, 0, .75);
    box-shadow: 0 3px 8px -2px rgba(0, 0, 0, .75);
    float: left
}

.sus-dl h5 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 0
}

.sus-dl p {
    margin-bottom: 0;
    width: 100%
}

.sus-dl-btn {
    background-color: #333;
    padding: 10px;
    margin: 10px 0
}

.sus-dl-btn a {
    color: #fff;
    text-decoration: none
}

p.sus-pdf {
    font-size: 12px;
    margin-top: 10px
}

.sus-dl::before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0
}

.sus-h3 {
    font-size: 20px;
    font-weight: 700
}

.clr-orange {
    color: #ec7b0d
}

.sustain-report-table tr:first-child td {
    border-top: 0 !important
}

.sustain-report-table tr:last-child td {
    border-bottom: 1px solid #ddd !important
}

.sustain-report-table tr td:first-child {
    width: 74%
}

.sustain-report-table tr td {
    padding: 11px 8px !important
}

.sustain-report-table tr td i {
    margin-right: 10px;
    vertical-align: text-bottom
}

i.report-pdf:after {
    background-position: 438px -330px;
    width: 20px;
    height: 26px
}

.contact-us-head::before {
    background-position: 341px -361px;
    width: 60px
}

.contact-details p {
    color: #707070;
    line-height: normal;
    margin-bottom: .3rem !important
}

.contact-details span {
    color: #222;
    font-family: ToyotaType-Bold;
    font-size: 20px
}

.contact-details p:first-child {
    font-size: 24px;
    color: #222
}

.contact-details p:last-child {
    font-size: 15px !important;
    font-family: ToyotaType-Bold;
    color: #222 !important;
    margin-bottom: 0
}

.contact-details,
.contact-img {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 2rem
}

.contain-blocks {
    display: table;
    margin-bottom: 3rem
}

.contact-details {
    padding-left: 2rem;
    width: 79%
}

p.share-border {
    position: relative
}

span.toll-free {
    font-family: ToyotaType-Regular;
    font-size: 14px;
    color: #707070
}

.contact-us>.row>div>.row>div:first-child>.contain-blocks {
    position: relative
}

.contact-us>.row>div>.row>div:first-child>.contain-blocks>.contact-details::after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ddd
}

.red-external-link::after {
    width: 18px;
    height: 18px;
    content: "";
    background-image: url(../images/sprite-1300x1200.png);
    display: inline-block
}

.red-external-link::after {
    background-position: 62px -84px
}

a.contact-link {
    color: #dd1d10;
    text-decoration: underline
}

@media screen and (max-width:768px) {
    .contact-us>.row>div>.row>div:first-child>.contain-blocks>.contact-details::after {
        background: 0 0
    }

    .contain-blocks {
        border-bottom: 2px solid #ddd;
        width: 100%;
        padding-bottom: 2rem
    }

    .contact-us>.row>div>.row>div:last-child {
        border-bottom: none
    }
}

#contactDlrItem .dlr-info {
    min-height: 280px !important
}

@media (min-width:768px) {
    article.no-padding {
        padding-left: 0
    }
}

@media (max-width:600px) {
    .content-head {
        font-size: 20px
    }
}

.test-drive-img.prius {
    background-image: url(../images/toyota-in-india/environment/hybrid-mindset/video/prius-380x210.jpg)
}

.test-drive-img.camry {
    background-image: url(../images/toyota-in-india/environment/hybrid-mindset/video/camry-380x210.jpg)
}

.pushnotify-client-logo {
    width: 100%;
    text-align: center;
    margin: 1rem 0 0 0
}

.pushnotify-notification-body {
    background: #f5f5f5;
    width: 344px;
    height: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0 auto;
    position: fixed;
    z-index: 1117;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: none
}

h2.pushnotify-title {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-family: nobelbold;
    margin-top: 1.5rem
}

button.pushnotify-btn-not-now,
button.pushnotify-request-permission {
    cursor: pointer;
    width: 85px;
    float: none;
    height: 25px;
    margin-top: -70px;
    margin-right: 5px;
    margin-bottom: 0 !important;
    line-height: 16px
}

button.pushnotify-btn-not-now {
    border: 0;
    background: #fff;
    color: #777;
    display: inline;
    border-bottom-left-radius: 0
}

button.pushnotify-request-permission {
    background-color: #ff3000;
    border: 0;
    color: #fff;
    border-radius: 0 0 0
}

.pushnotify-btn-action {
    display: inline-block;
    background-color: #333;
    width: 100%;
    padding: .5rem;
    text-align: center;
    font-size: 13px
}

p.pushnotify-content {
    margin: 0;
    padding: .5rem 2rem;
    color: #222;
    font-family: ToyotaType-Regular;
    bottom: -12px;
    text-align: center;
    font-size: 14px
}

.pushnotify-notification-body {
    -webkit-animation: popup .5s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .35);
    padding: 0 !important;
    border: 0
}

#test .pushnotify-client-logo {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes popup {
    from {
        top: -110px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes popup {
    from {
        top: -110px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@media only screen and (max-width:600px) {
    .pushnotify-notification-body {
        top: 40%;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .35) !important;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top: 2px solid rgba(0, 0, 0, .45) !important;
        border-bottom: 0 !important
    }

    button.pushnotify-btn-not-now,
    button.pushnotify-request-permission {
        border-radius: 0 !important
    }

    .pushnotify-btn-action {
        margin-bottom: 0 !important
    }

    .pushnotify-notification-body {
        -webkit-animation: popup .5s;
        box-shadow: 0 -10px 5px 0 rgba(0, 0, 0, .35)
    }

    #test {
        -webkit-animation-timing-function: ease-in
    }

    #test {
        animation-timing-function: ease-in
    }

    @-webkit-keyframes popup {
        from {
            bottom: -110px;
            opacity: 0
        }

        to {
            bottom: 0;
            opacity: 1
        }
    }

    @keyframes popup {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }
}

.notification-overlay-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5) !important;
    display: inline;
    position: fixed;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

#feedback-container {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 500
}

@media (max-width:600px) {
    .feedbackpopup {
        width: 98% !important;
        margin: 0 auto;
        height: 500px;
        overflow: auto
    }
}

.feedbackpopup {
    width: 440px;
    height: 500px;
    overflow: auto;
    box-shadow: -12px 0 48px -12px #000;
    background-color: #fff
}

.web-feedback {
    width: 100%;
    height: 100%;
    padding: 2.4rem 54px .8rem 1.5rem
}

.web-feedback h4 {
    font-family: ToyotaType-Bold;
    font-size: 1.15rem;
    line-height: 1.2;
    margin: .575rem 0 1rem 0;
    text-transform: uppercase
}

.feedbackpopup .overlay-close,
.feedbackpopup .search-overlay-close,
.info-popup-body .overlay-close,
.info-popup-body .search-overlay-close {
    width: 28px;
    height: 28px
}

.web-feedback p {
    font-size: 14px
}

.web-feedback p span {
    display: block;
    color: #555;
    margin-left: 12px
}

.web-feedback .row-form {
    margin-left: 0
}

.web-feedback-scale {
    list-style: none;
    margin: 0;
    padding: 0
}

.web-feedback-scale>li {
    width: 20%;
    text-align: center;
    float: left;
    height: 50px
}

.feedbackpopup::-webkit-scrollbar-track {
    background-color: #f5f5f5
}

.feedbackpopup::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.feedbackpopup::-webkit-scrollbar-thumb {
    background-color: #ccc
}

input[type=radio].css-radio {
    position: absolute;
    z-index: -1000;
    left: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    right: 0
}

input[type=radio].css-radio+label.css-label {
    line-height: 75px;
    width: 50px;
    height: 26px;
    font-size: 10px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0
}

label.css-label {
    background: url(../images/sprite-1300x1200.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0
}

input[type=radio]#form-scale-1+label.css-label {
    background-position: 1196px -360px
}

input[type=radio]#form-scale-1:checked+label.css-label {
    background-position: 1196px -389px
}

input[type=radio]#form-scale-2+label.css-label {
    background-position: 1148px -360px
}

input[type=radio]#form-scale-2:checked+label.css-label {
    background-position: 1148px -389px
}

input[type=radio]#form-scale-3+label.css-label {
    background-position: 1105px -360px
}

input[type=radio]#form-scale-3:checked+label.css-label {
    background-position: 1105px -389px
}

input[type=radio]#form-scale-4+label.css-label {
    background-position: 1058px -360px
}

input[type=radio]#form-scale-4:checked+label.css-label {
    background-position: 1058px -389px
}

input[type=radio]#form-scale-5+label.css-label {
    background-position: 1012px -360px
}

input[type=radio]#form-scale-5:checked+label.css-label {
    background-position: 1012px -389px
}

.feedback-small {
    width: 10rem;
    height: 9rem;
    left: 0;
    z-index: 404
}

.feedback-small>div:first-child {
    height: inherit;
    position: relative;
    z-index: inherit;
    overflow: hidden
}

.feedback-small>div:first-child:before {
    width: 27rem;
    height: 30rem;
    content: "";
    background-color: #fff;
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, .2);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50px;
    right: 0;
    z-index: -1
}

.feedback .overlay-close,
.feedback-small .search-overlay-close {
    width: 20px;
    height: 20px;
    right: auto;
    top: 40px;
    left: 5px
}

.feedback-small .overlay-close::before,
.feedback-small .search-overlay-close::after .feedback-small .overlay-close::after,
.feedback-small .search-overlay-close::before {
    width: 2px
}

.feedback-small div.cta {
    position: relative;
    top: 66px;
    left: 9px;
    display: block;
    text-decoration: none
}

.feedback-small i.icon.comment {
    display: block
}

.feedback-small h4 {
    font-family: ToyotaType-Bold;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    width: 100px;
    margin-top: 5px
}

.feedback-thanks>div {
    text-align: center;
    margin: 30px 0
}

.feedback-thanks {
    text-align: center
}

@media (max-width:768px) {
    #feedback-container.btm-mrg {
        bottom: 65px
    }
}

.info-popup p {
    font-size: 13px
}

.info-popup-body {
    width: 520px;
    max-width: 520px;
    overflow: auto;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .12);
    background-color: #fff
}

.info-popup,
.web-feedback {
    width: 100%;
    height: 100%;
    padding: 15px 20px 30px 20px
}

@media (max-width:600px) {
    .info-popup-body {
        width: 98% !important;
        margin: 0 auto;
        overflow: auto
    }
}

.dlr-dyn-head {
    width: 100%;
    text-align: center
}

@media (max-width:600px) {
    .dlr-dyn-head h1 {
        font-size: 24px
    }
}

.dlr-dyn-head h1,
.dlr-dyn-head h5 {
    margin: 0 auto
}

.dlr-dyn-head::before {
    display: none
}

.dlr-dyn-head .bounce::after {
    filter: grayscale(100%) brightness(60%) sepia(40%) hue-rotate(-50deg) saturate(1310%) contrast(3.8);
    width: 25px;
    height: 23px;
    background-position: 207px -68px;
    vertical-align: bottom
}

.dlr-dyn-head .bounce {
    position: relative;
    left: auto;
    right: auto;
    margin: 0;
    padding-top: 0;
    top: auto;
    height: auto;
    width: 34px;
    display: inline-block;
    vertical-align: sub
}

.recall-head.form-page-head::before {
    content: "";
    background-image: url(../images/sprite-1300x1200.png);
    display: inline-block;
    width: 62px;
    height: 58px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto auto
}

.recall-head {
    max-width: 500px;
    width: auto
}

.recall-head h1 {
    font-size: 28px
}

.recall-head::before {
    background-position: 341px -423px;
    width: 68px !important
}

.recall-dlr-info {
    padding: 1rem 0;
    border: 0;
    min-height: inherit;
    background: 0 0
}

i.recall-loctn-ico::after {
    margin-left: -5px;
    vertical-align: bottom;
    margin-right: 10px
}

i.recall-success-msg::after {
    background-position: 817px -369px;
    width: 67px;
    height: 43px
}

.pop-over {
    position: relative;
    z-index: 999;
    cursor: pointer
}

.pop-over:hover .pop-over-data {
    visibility: visible;
    opacity: 5;
    transition: all.5s
}

.pop-over-data::before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute
}

.pop-over-data {
    visibility: hidden;
    opacity: 0;
    transition: all.5s;
    position: absolute;
    width: 300px;
    z-index: 1500;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 10px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .48)
}

.pop-over-data h6 {
    font-family: ToyotaType-Bold;
    font-size: 14px;
    color: #fff;
    background-color: #e10a1d;
    padding: 16px 10px 19px 10px;
    margin: -8px -10px;
    margin-bottom: 7px;
    border-radius: 5px 5px 0 0
}

.pop-over-data ol {
    padding: 0 0 0 23px;
    margin: 0
}

.pop-over-data ol,
.pop-over-data p {
    font-size: 14px
}

@media screen and (min-width:768px) {
    .pop-over:hover .pop-over-data {
        transform: translateX(0)
    }

    .pop-over-data::before {
        left: -9px;
        top: 10px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #e10a1d
    }

    .pop-over-data {
        transform: translateX(-100px);
        top: 0;
        right: -90%;
        left: auto
    }
}

@media screen and (max-width:767px) {
    .pop-over-data {
        transform: translateY(-100px);
        top: 50px
    }

    .pop-over:hover .pop-over-data {
        transform: translateY(0)
    }

    .pop-over-data::before {
        left: 0;
        top: -10px;
        right: 0;
        margin: 0 auto;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #e10a1d
    }
}

.page-heading.corporate {
    background-image: url(/images/corporate/banner.jpg)
}

i.report-pdf:after {
    width: 25px;
    height: 26px
}

.btn-default {
    padding-top: 13px
}

@media screen and (max-width:990px) {
    .mb {
        margin-bottom: 15px
    }
}

@media (max-width:1220px) and (min-width:990px) {
    a.btn-default {
        width: 240px !important
    }
}

.form-page-head,
.page-main-head-checkavailability {
    font-family: ToyotaType-Bold;
    text-transform: uppercase;
    position: relative;
    max-width: 425px;
    margin: 0 auto;
    width: 100%
}

.page-main-head-checkavailability::before {
    background-position: -186px -488px
}

.dealer-info-check {
    margin: auto;
    width: 80%;
    min-width: 200px;
    margin-bottom: 30px
}

.add-check {
    margin-top: 30px;
    background: #333
}

i.link-check::after {
    width: 20px;
    height: 20px;
    background-position: -571px -503px;
    margin-left: 1px
}

.dealer-info-check .info-head {
    background-color: #efefef;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 5px;
    text-align: center
}

i.toyota-location-check::after {
    background-position: -542px -498px;
    width: 30px;
    height: 30px
}

.dealer-info-check .info-head h3 {
    font-family: ToyotaType-Bold;
    font-size: 16px;
    text-transform: uppercase;
    margin: 4px 0 0 0;
    color: #d8070b
}

.btn-green-tab {
    background-color: #00a126 !important;
    border-color: #00a126 !important;
    width: 80%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    max-width: 250px;
    height: 25px;
    line-height: 21px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px
}

i.checkavail-sm::after {
    background-position: -270px -500px;
    width: 20px;
    height: 27px
}

i.checknotavail-sm::after {
    background-position: -291px -500px;
    width: 20px;
    height: 27px
}

.dealer-info-check .dlr-info>button.btn {
    width: 190px;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 11px;
    font-family: ToyotaType-Bold;
    position: absolute;
    left: 0;
    right: 0;
    padding: 5px
}

.btn-red-tab {
    background-color: #e10a1d !important;
    border-color: #e10a1d !important;
    width: 80%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    height: 25px;
    max-width: 250px;
    line-height: 21px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px
}

.btn-yellow-tab {
    background-color: orange !important;
    border-color: orange !important;
    width: 80%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    max-width: 250px;
    height: 25px;
    line-height: 21px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px
}

.tab-cover {
    width: 100%;
    min-height: 200px
}

.tab-cover>a.link {
    margin-top: 7px;
    margin-bottom: 0;
    display: block;
    margin-left: -8px
}

.tab-cover>a.link>i {
    margin-left: 0;
    padding-right: 18px
}

.dlr-info-check {
    margin: auto
}

.dlr-info-check-tab {
    width: 100%;
    margin: auto
}

.dlr-info-check>a.link {
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
    text-align: center;
    font-size: 10px
}

.dlr-info-check>a.link>i {
    margin-left: 0
}

.dlr-info-check>a.link>i.dir-right {
    margin: 0 !important
}

h8 {
    color: #666;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 0 0 30px
}

i.check-check-avl::after {
    height: 20px;
    width: 20px;
    background-position: -324px -501px
}

i.check-check-outstk::after {
    height: 20px;
    width: 20px;
    background-position: -341px -501px
}

.btn-green-sm-tab {
    background-color: #00a126 !important;
    border-color: #00a126 !important;
    width: 120px;
    padding-left: 3px;
    padding-right: 5px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    min-height: 20px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px
}

.btn-red-sm-tab {
    background-color: #e10a1d !important;
    border-color: #e10a1d !important;
    width: 120px;
    padding-left: 3px;
    padding-right: 5px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    min-height: 20px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px
}

.stock-check-wrapper {
    float: right;
    display: inline-block
}

.stock-check {
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 5px;
    line-height: 35px;
    background: #0c7d25
}

.stock-check-wrapper a {
    text-decoration: none;
    color: #fff
}

.dlrcheck-col {
    padding: 15px 20px 15px 20px;
    background-color: #fcfcfc;
    border: 1px solid #eee;
    position: relative;
    border-radius: 0 0 10px 10px
}

h9 {
    font-size: 19px;
    margin-top: 10px;
    font-weight: 700
}

@media only screen and (min-width:992px) and (max-width:1160px) {
    .btn-green-sm-tab {
        width: 115px;
        text-align: center;
        min-height: 20px;
        line-height: 18px;
        display: block;
        vertical-align: middle;
        margin-left: 70px;
        margin-top: 5px
    }

    i.check-check-avl::after {
        display: none
    }

    i.check-check-outstk::after {
        display: none
    }

    .btn-red-sm-tab {
        width: 115px;
        text-align: center;
        min-height: 20px;
        line-height: 18px;
        display: block;
        vertical-align: middle;
        margin-left: 71px;
        margin-top: 5px
    }

    i.check-emi::after {
        height: 20px;
        width: 115px;
        background-position: -370px -501px;
        margin-left: 2px
    }
}

@media only screen and (max-width:524px) {
    .btn-green-sm-tab {
        width: 115px;
        text-align: center;
        min-height: 20px;
        line-height: 18px;
        display: block;
        vertical-align: middle;
        margin-left: 70px;
        margin-top: 5px
    }

    i.check-check-avl::after {
        display: none
    }

    i.check-check-outstk::after {
        display: none
    }

    .btn-red-sm-tab {
        width: 115px;
        text-align: center;
        min-height: 20px;
        line-height: 18px;
        display: block;
        vertical-align: middle;
        margin-left: 71px;
        margin-top: 5px
    }

    i.check-emi::after {
        height: 20px;
        width: 115px;
        background-position: -370px -501px;
        margin-left: 2px
    }
}

@media only screen and (max-width:480px) {
    .stock-check-wrapper {
        float: left;
        margin-left: 15px
    }
}

@media only screen and (max-width:428px) {
    .stock-check-wrapper {
        float: left;
        margin-left: 0;
        width: 110%
    }

    .btn-red-sm-tab {
        float: left;
        margin-left: 14px
    }

    .btn-green-sm-tab {
        float: left;
        margin-left: 14px
    }

    i.check-emi::after {
        height: 20px;
        width: 115px;
        background-position: -370px -501px;
        margin-left: 14px
    }

    i.rupee.sm::after {
        float: left
    }
}

@media only screen and (max-width:414px) {
    .stock-check-wrapper {
        float: left;
        margin-left: -3px
    }

    .stock-check {
        font-size: 11px
    }
}

@media only screen and (max-width:375px) {
    .stock-check-wrapper {
        float: left;
        margin-left: -8px
    }
}

@media only screen and (max-width:360px) {
    .stock-check-wrapper {
        float: left;
        margin-left: -16px
    }
}

@media only screen and (max-width:320px) {
    .stock-check-wrapper {
        float: left;
        margin-left: 0
    }
}

.page-heading.platinum-etios-contest {
    background-image: url(../images/events/platinum-etios-photo-contest/platinum-etios.jpg)
}

.page-heading.innova-crysta-referral-program {
    background-image: url(../images/events/referral-program/innova-crysta.jpg)
}

.qservice-mobile {
    background-image: url(/images/q-service/q-service-mobile-1024x501.jpg);
    height: 300px
}

@media (max-width:769px) and (min-width:600px) {
    .qservice {
        background-size: 139%
    }
}

.page-heading.emi-calculator {
    background-image: url(/images/finance/emi-calc-banner.jpg)
}

.avg-price,
.avg-price * {
    color: #0a9a46
}

.rupee-icon {
    background-image: url(/images/finance/rupee.png);
    background-repeat: no-repeat;
    background-position: 15px 14px;
    background-position-x: 15px;
    background-position-y: 14px;
    text-indent: 16px;
    background-size: 7px
}

i.continue-sm::after {
    width: 15px;
    height: 13px;
    background-position: -697px -505px
}

.about-us-bg {
    background-image: url(/images/finance/about-us/about-img-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover
}

.about-us-bg {
    padding: 50px 0
}

.about-us-bg p {
    color: #fff
}

.about-us-bg article {
    padding: 10px 0 0 0
}

.page-heading.apply-loan {
    background-image: url(/images/finance/about-us/loan-banner.jpg)
}

.mt-30 {
    margin-top: 30px
}

.budget-models-block img {
    width: 100%
}

.img-block {
    border: 1px solid #ccc
}

.budget-models-row h1 {
    font-family: ToyotaType-Bold;
    margin: 0;
    text-align: left;
    font-size: 25px;
    display: inline;
    color: #343434
}

.budget-models-row i.rupee {
    background-image: url(/images/finance/check-budget/rupee-22x34.png);
    width: 12px;
    height: 22px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: bottom;
    margin-right: 5px
}

.budget-models-row p {
    margin-bottom: 0;
    color: #999
}

.budget-models-row button {
    float: right;
    font-size: 18px;
    width: 100%
}

.budget-models-row {
    margin: 10px 0
}

.page-heading.loan-products {
    background-image: url(../images/finance/products/product-banner.jpg)
}

ul.list-usp {
    display: inline-block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0
}

@media (min-width:767px) {
    ul.list-usp {
        width: 33.33%
    }

    .list-usp>li {
        margin: 10px 0
    }
}

@media (max-width:767px) {
    .list-usp>li {
        margin: 10px 0
    }
}

.list-usp>li {
    color: #5e5e5e;
    font-size: 14px;
    font-family: ToyotaType-Bold;
    text-transform: uppercase
}

.list-usp>li>i {
    margin-right: 10px
}

.fin-product-info {
    margin-top: 60px
}

.fin-product-info h3 {
    font-family: ToyotaType-Bold;
    padding-left: 10px
}

.fin-product-info ul {
    padding-left: 10px;
    margin-left: 30px;
    margin-bottom: 20px
}

.fin-product-info a {
    margin-left: 10px
}

.arrow-btn {
    background-repeat: no-repeat;
    width: 15px;
    height: 11px;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.skip-right {
    background-image: url(/images/dealer-application/skip-right.png);
    right: 10px
}

.btn:hover .skip-right {
    right: 5px;
    transition: .5s
}

.gwrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
    width: 60%;
    text-align: center;
    margin: 0 auto;
    padding-top: 36px;
    padding-bottom: 16px
}

.gitem2 p,
.gitem3 p,
.gitem4 p {
    margin: 0
}

.gitem3 {
    border: #acacac solid 2px;
    border-radius: 20px;
    padding: 20px;
    margin: 20px;
    min-width: 17em;
    justify-self: center
}

.gitem4 {
    padding-bottom: 20px
}

.dealer-button {
    background-color: #666;
    height: 44px;
    transition: .5s;
    line-height: 45px;
    min-width: 230px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden
}

.fa-plus {
    display: block;
    width: 13px;
    height: 10px;
    background-image: url(../images/sprite-1300x1200.png);
    background-position: 54px -73px;
    margin: 5px 5px
}

.dealer-button::after {
    content: "";
    position: absolute;
    height: 3.3em;
    width: 3.3em;
    bottom: -22px;
    background: #fff;
    right: -22px;
    border-radius: 50%;
    z-index: 0
}

.dealer-button p {
    color: #fff
}

.dealer-button:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
    cursor: pointer;
    background-color: #333;
    transform: translateY(-2px);
    color: #fff
}

.dealer-button:hover p {
    color: #fff
}

.dcenter {
    text-align: center
}

.dcenter__p {
    margin-top: .3em
}

.fa-plus {
    color: #de1c10;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: .3em;
    z-index: 1
}

.open-box {
    background: #eee;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: none
}

.open-box-heading {
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    background: url(../images/pricelist/frame-1200x85.jpg);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0
}

.hider {
    position: absolute;
    height: 100%;
    width: 2px;
    right: 0;
    z-index: 1;
    background: #eee
}

.open-box-heading-minus-sign {
    height: 100%;
    padding: .5em
}

.address1 {
    padding: 30px;
    position: relative
}

.address1 p {
    padding-left: 3rem;
    margin-bottom: .5rem
}

.loc {
    background: url(../images/pricelist/location-14x19.png) no-repeat;
    background-position: left
}

.tel {
    background: url(../images/pricelist/telephone-20x17.png) no-repeat;
    background-position: left
}

.web {
    background: url(../images/pricelist/globe-20x20.png) no-repeat;
    background-position: left
}

.price-list-button {
    background: #333;
    border: none;
    color: #fff;
    padding: .7rem 1.3rem;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 100;
    margin: 0 auto;
    display: block
}

.push-right {
    margin-right: .3rem
}

.line-hor {
    border-bottom: 1px solid #a0a0a0;
    width: 60%;
    margin: 0 auto
}

.line-ver {
    border-right: 1px solid #a0a0a0;
    height: 10rem;
    position: absolute;
    right: 0;
    top: 50%
}

.grp:after,
.grp:before {
    content: "";
    background-color: #222;
    position: absolute;
    margin: auto
}

.grp:after {
    height: 1px;
    width: 85%;
    bottom: 0;
    right: 0;
    left: 0
}

.grp:before {
    width: 1px;
    height: 70%;
    bottom: 0;
    top: 0;
    right: 0
}

.cancel-margin {
    margin-bottom: 0;
    padding-bottom: 0
}

.link-to-dealer {
    text-align: center;
    position: relative
}

.link-to-dealer .up-arrow {
    position: absolute;
    bottom: 1.4em;
    margin-left: .3em
}

.link-to-dealer p {
    color: #333;
    display: inline-block;
    padding: .5em 0;
    margin-top: 1em;
    transition: top ease .5s;
    position: relative
}

.link-to-dealer p:hover {
    color: #000;
    top: -1px
}

@media (max-width:950px) {
    .grp:before {
        display: none
    }
}

.last-child-border .grp::after {
    display: none
}

@media (min-width:950px) {
    .address-box {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .last-child-border .grp::after {
        display: none
    }

    .extra-margin {
        margin-top: 5em
    }

    .grp:before {
        width: 1px;
        height: 70%;
        bottom: 0;
        top: 0;
        right: 0
    }

    .dealer-button-group {
        display: grid;
        grid-template-columns: auto auto auto auto;
        justify-content: center
    }

    .dcenter {
        text-align: center
    }

    .dcenter__p {
        margin-top: 1em
    }
}

@media (min-width:500px) {
    .price-list-button {
        background: #333;
        border: none;
        color: #fff;
        padding: .7rem 1.3rem;
        position: absolute;
        bottom: 15px;
        right: 15px;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 100
    }

    .open-box-heading {
        color: #fff;
        font-weight: 700;
        font-size: 2rem;
        padding: .5rem 1.5rem;
        background: url(../images/pricelist/frame-1200x85.jpg);
        position: relative
    }

    .dcenter {
        text-align: center
    }

    .dcenter__p {
        margin-top: 1em
    }
}

.q-service-terms-banner {
    background-image: url(../images/q-service/qservice/cs-terms-banner-1366x326.jpg);
    min-height: 350px
}

@media (max-width:768px) {
    .q-service-terms-banner {
        background-image: url(../images/q-service/qservice/mobile-arre-wah-touring-sport.jpg)
    }
}

.dealer-group-block {
    border-top: 1px solid #ccc
}

h4.dlr-location-text {
    font-family: ToyotaType-Bold;
    font-size: 14px;
    padding: .2rem;
    color: #222;
    text-align: center
}

.dealer-name-block {
    background: #3d5169;
    border-bottom: 3px solid #333;
    padding: 10px 15px;
    margin-bottom: 1.1rem;
    cursor: pointer
}

.dealer-name-block:hover {
    background: #152539
}

.dealer-name {
    color: #fff;
    font-family: ToyotaType-Bold;
    font-size: 16px;
    display: inline
}

.plus-icon {
    font-family: ToyotaType-Bold;
    font-size: 16px;
    border-radius: 50%;
    display: inline;
    float: right
}

.badge {
    display: inline-block;
    padding: 0;
    font-size: 22px;
    line-height: 28px;
    color: #000 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #fff;
    border-radius: 50px;
    position: relative;
    top: -3px;
    height: 28px;
    width: 28px
}

.cross {
    font-size: 12px
}

.dealer-main-block {
    position: relative
}

.dealer-inner-block {
    background: #fff;
    width: 100%;
    height: 100%
}

.no-margin-bot {
    margin-bottom: 0
}

.dealer-slider-block {
    background: #f5f5f5;
    padding: .5rem 1rem;
    max-height: 460px;
    overflow: auto
}

.dealer-slider-block::-webkit-scrollbar-track {
    background-color: #f5f5f5
}

.dealer-slider-block::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5
}

.dealer-slider-block::-webkit-scrollbar-thumb {
    background-color: #3d5169
}

.dealer-slider-block h4 {
    color: #636363;
    font-size: 14px;
    font-family: ToyotaType-Bold;
    border-bottom: 1px solid silver;
    padding-bottom: 6px
}

.dlr-info {
    padding: 5px;
    background: inherit;
    border: 0
}

.dlr-info {
    min-height: 295px;
    overflow-y: auto
}

.dlr-info address,
.dlr-info p,
.dlr-info>a.link {
    margin-bottom: .8rem
}

i.direction::after,
i.globe::after,
i.helpline-icon::after,
i.location-icon::after,
i.map-icon-sm::after,
i.phone-icon::after {
    background-position: 0;
    background-repeat: no-repeat;
    margin-top: 0 !important
}

i.location-icon::after {
    background-image: url(/images/find-a-dealer/address.png);
    height: 19px;
    width: 19px
}

i.phone-icon::after {
    background-image: url(/images/find-a-dealer/phone.png);
    height: 21px;
    width: 21px
}

i.helpline-icon::after {
    background-image: url(/images/find-a-dealer/helpline.png);
    height: 21px;
    width: 21px
}

i.map-icon-sm::after {
    background-image: url(/images/find-a-dealer/map-this-dealer.png);
    height: 21px;
    width: 21px
}

i.globe::after {
    background-image: url(/images/find-a-dealer/visit-dealer-webisite.png);
    height: 21px;
    width: 21px
}

i.direction::after {
    background-image: url(/images/find-a-dealer/direction.png);
    height: 17px;
    width: 20px
}

.enquiry-btns {
    display: flex;
    justify-content: space-around;
    position: unset
}

.enquiry-btns li a {
    display: block;
    text-align: center;
    font-size: 9px;
    color: #222;
    font-family: ToyotaType-Bold;
    text-transform: uppercase;
    border-radius: 50px;
    width: 66px;
    height: 66px;
    vertical-align: middle;
    margin: 0 auto
}

.enquiry-btns i {
    border-radius: 0;
    border: 0;
    width: 35px;
    height: 32px;
    display: block;
    margin: 0 auto
}

.dealer-slider-block .owl-nav {
    width: 100%;
    display: flex;
    justify-content: center
}

.dealer-slider-block .owl-nav>div::before {
    background-image: url(../images/sprite-1300x1200.png);
    width: 42px;
    height: 42px;
    content: "";
    display: inline-block
}

.dealer-slider-block .owl-nav>div::before {
    background-image: url(../images/sprite-1300x1200.png);
    width: 42px;
    height: 42px;
    content: "";
    display: inline-block
}

.dealer-slider-block .owl-nav .owl-prev::before {
    background-position: 519px -239px;
    transform: rotate(-180deg)
}

.dealer-slider-block .owl-nav .owl-next::before {
    background-position: 519px -239px
}

.margin-top-desktop {
    margin-top: 8rem
}

.dealer-location-map {
    display: flex
}

.address-block {
    display: flex;
    margin-top: 1rem
}

.phone-block {
    display: flex
}

address,
dl {
    margin-bottom: 20px;
    margin-left: 5px
}

.dealer-block {
    background-color: unset;
    padding: 15px 20px;
    margin-bottom: 0
}

.dealer-slider-block .owl-nav .owl-next::before {
    background-position: unset;
    background-image: url(../images/find-a-dealer/right-arrow.png);
    width: 45px;
    background-repeat: no-repeat;
    height: 45px
}

.dealer-slider-block .owl-nav .owl-prev::before {
    background-position: unset;
    background-image: url(../images/find-a-dealer/left-arrow.png);
    width: 45px;
    background-repeat: no-repeat;
    height: 45px;
    transform: rotate(0)
}

.helper-popup {
    position: relative;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    z-index: -1;
    margin-top: 5rem
}

.gps {
    display: table
}

.gps-blk {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.gps-blk span {
    font-size: 10px;
    margin-right: 58px
}

.gps>span {
    display: table-cell;
    font-size: 14px;
    padding-top: 10px;
    width: 1%
}

@media (max-width:992px) {
    .dealer-location-map {
        flex-direction: column
    }

    .dlr-details-block {
        display: flex;
        flex-direction: column-reverse
    }

    .mob-fullscreen-map {
        width: 100%;
        padding: 0
    }

    .clear-padding-mob {
        padding: 0
    }

    .margin-top-mob {
        margin-top: 25rem
    }

    .dealer-slider-block {
        max-height: 100%
    }

    .text-center-mob {
        text-align: center
    }
}

.dealer-slider-block .owl-stage {
    left: -20px
}

.gps-blk .pulse {
    border-radius: 50%;
    animation: pulse 2s infinite;
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-right: 58px
}

.gps-blk .pulse img {
    height: 23px;
    width: 23px
}

.gps-blk .pulse:hover {
    animation: none
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(215, 22, 22, .4)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(215, 22, 22, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(215, 22, 22, 0)
    }
}

@media (min-width:992px) {
    .clear-padding {
        padding: 0
    }
}

.dlr-info {
    padding: 15px;
    min-height: 385px;
    margin: 0 5px 10px;
    background-color: #fff
}

@media (max-width:768px) {
    .text-center-mob {
        display: flex;
        flex-direction: column
    }

    .gps-blk {
        margin-top: .8rem
    }

    .gps>span {
        width: unset
    }
}

.glanza-banner {
    width: 100%;
    height: 90vh
}

.ylw-wrapper {
    background-image: url(/images/showroom/glanza/glanza-right-back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    background-color: #fc0;
    height: 70vh;
    display: inline-grid;
    align-content: center;
    padding: 0 65px;
    background-size: cover
}

i.check-thanks {
    background-image: url(/images/sprite-1300x1200.png);
    width: 105px;
    height: 105px;
    margin-bottom: 1rem;
    background-position: -739px -297px;
    display: inline-block
}

.email-vrfy {
    position: absolute;
    top: 0;
    right: 15px;
    text-align: right;
    display: inline-flex
}

span.email-succes-icon.otp-fail,
span.email-succes-icon.otp-success {
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    padding: 0 !important;
    width: 25px;
    background-position: center !important
}

.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
}

input.search {
    height: 40px;
    width: 100%;
    margin-right: 15px;
    padding: 15px;
    outline: 0
}

a.btn.search-btn {
    background-color: #ed1e32;
    height: 40px;
    vertical-align: top;
    width: 60px
}

.search-block {
    display: inline-flex;
    width: 100%
}

.search-cntn-block h2 {
    font-size: 18px;
    font-family: ToyotaType-Bold;
    color: #2e9394;
    margin: 0
}

a.search-link {
    color: #79c75a;
    font-size: 13px
}

.search-cntn-block {
    padding: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    margin-bottom: 15px
}

.search-cntn-block p {
    color: #777;
    font-size: 15px;
    margin: 0;
    margin-top: 5px
}

.whats-new-search {
    border: 1px solid #ddd
}

.whats-new-search h1 {
    color: #009cff;
    font-size: 24px;
    padding: 15px 15px 0
}

.whats-new-search p {
    font-size: 13px;
    color: #009cff;
    padding: 0 15px 15px
}

.paging {
    text-align: center
}

.paging a {
    color: #222;
    margin: 5px;
    font-size: 13px
}

.next,
.prev {
    color: #ed1e32 !important
}

.paging a.active {
    color: #ed1e32 !important;
    cursor: not-allowed
}

a.active.prev {
    color: #777 !important
}

.whats-new-search a:hover {
    text-decoration: none
}

.paging a {
    cursor: pointer
}

.paging a.active.next {
    color: #777 !important
}

.search-input {
    width: 100%
}

p.search-key {
    color: #555;
    font-size: 15px
}

p.search-key span {
    color: #ed1e32;
    font-family: ToyotaType-Bold
}

p.search-tip {
    color: #777;
    font-size: 12px;
    margin: 0
}

.sticky-pager {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    padding: 5px 0;
    width: 100%;
    margin: 0;
    border-top: 1px solid #ddd
}

.page-heading.save-our-home-planet {
    background-image: url(../images/toyota-in-india/environment/save-our-home-planet-banner-1366x223.jpg);
    height: 223px
}

.whatsapp a:after {
    background-position: 230px -21px
}

a.tip span {
    display: none
}

a.tip:hover span {
    border: silver 1px dotted;
    padding: 5px 5px 5px 5px;
    display: block;
    z-index: 100;
    left: -150px;
    margin: 10px;
    width: 150px;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    text-align: center;
    background-color: #fff;
    text-decoration: none
}

@media (max-width:767px) {
    a.tip:hover span {
        display: none
    }
}

.car-accessories.grey-bg.covid-acc {
    background-image: url(../images/showroom/innova/covid-accessories-bg.jpg);
    background-position: center;
    background-size: cover
}

#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: 960px -313px
}

#snav li:nth-child(3) a i::after {
    background-position: 1038px -312px
}

#snav li:nth-child(4) a i::after {
    background-position: 997px -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:nth-child(1),
    #snav li:nth-child(6) {
        display: none
    }

    #snav li:nth-child(2) {
        display: block
    }

    #snav li:nth-child(3) a {
        border-left: 1px solid #fff !important
    }
}

.scb_phone_but.event-regs {
    position: fixed;
    background-color: transparent;
    width: 100px;
    height: 100px;
    z-index: 99999 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    bottom: 1rem
}

.scb_phone_but.event-regs {
    left: 6%
}

@media screen and (max-width:768px) {
    .event-regs .chat-btn {
        bottom: 50px !important
    }

    .scb_phone_but.event-regs {
        left: 10%;
        bottom: 2rem
    }

    .event-regs .scb_bg_puls {
        top: -78px !important
    }
}

.event-regs .chat-btn {
    position: absolute;
    bottom: 0;
    right: 20px;
    bottom: 10%;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat
}

.event-regs .chat-btn:hover {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1
}

.event-regs .scb_bg_puls {
    width: 170px;
    height: 170px;
    left: -52px;
    top: -38px;
    position: absolute;
    background-color: rgb(78 204 242);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .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 .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .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%
}

@keyframes scb_bg_puls_anime {
    0% {
        -webkit-transform: rotate(0) scale(.4) skew(1deg);
        -moz-transform: rotate(0) scale(.4) skew(1deg);
        -ms-transform: rotate(0) scale(.4) skew(1deg);
        -o-transform: rotate(0) scale(.4) skew(1deg);
        transform: rotate(0) scale(.4) skew(1deg);
        opacity: 0
    }

    5% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        -ms-transform: rotate(0) scale(.5) skew(1deg);
        -o-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -moz-transform: rotate(0) scale(1) skew(1deg);
        -ms-transform: rotate(0) scale(1) skew(1deg);
        -o-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        background: rgba(0, 0, 0, 0)
    }
}

.scb_phone_but.gazoo-race-btn {
    position: fixed;
    background-color: transparent;
    width: 100px;
    height: 100px;
    z-index: 99999 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    right: 1rem;
    bottom: 1rem
}

@media screen and (max-width:768px) {
    .gazoo-race-btn .chat-btn {
        bottom: 50px !important
    }

    .gazoo-race-btn .scb_bg_puls {
        top: -80px !important
    }

    .scb_phone_but.gazoo-race-btn {
        right: -10%;
        bottom: 2rem
    }
}

.gazoo-race-btn .chat-btn {
    position: absolute;
    bottom: 0;
    right: 70px;
    bottom: 10%;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat
}

.gazoo-race-btn .chat-btn:hover {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1
}

.gazoo-race-btn .scb_bg_puls {
    width: 170px;
    height: 170px;
    right: 32px;
    top: -42px;
    position: absolute;
    background-color: rgba(226, 26, 45, .88);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .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 .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .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%
}

.linked-in-icon {
    position: relative;
    bottom: 8px
}

.brand.toyota-logo a::after {
    background-position: 777px -580px;
    width: 125px
}

.btn {
    font-size: 12px !important;
    padding: 10px 20px !important;
    font-family: ToyotaType-Semibold !important
}

i.environment-sm::after {
    position: relative;
    bottom: 6px;
    margin-bottom: -10px
}

i.ttti-sm::after {
    position: relative;
    bottom: 6px;
    margin-bottom: -10px
}

i.brochure-sm::after {
    position: relative;
    bottom: 6px;
    margin-bottom: -10px
}

.footer-branding .title-brand:after {
    background-position: 478px -560px
}

i.exchange-md::after {
    background-position: 884px -313px !important
}

#snav li:nth-child(6) a i::after {
    background-position: 922px -314px !important
}

#snav li:nth-child(5) a i::after {
    background-position: 997px -313px !important
}

#snav li:nth-child(4) a i::after {
    background-position: 1038px -313px !important
}

#snav li:nth-child(3) a i::after {
    background-position: 960px -312px !important
}

#snav li:nth-child(2) a i::after {
    background-position: 733px -369px !important
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #snav li {
        width: 14.22% !important;
        float: left !important
    }
}

@media only screen and (max-width:767px) {
    #snav li:nth-child(2) {
        display: none !important
    }
}

.modal-open {
    padding-right: 0 !important
}

.modal-tbpopup-apply-loan-wrap {
    background-color: #fff !important;
    box-shadow: #ccc 0 0 8px 0 !important
}

.modal-title-tbap-popup {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #e10a1d !important;
    text-transform: uppercase !important
}

.tbpopup-body {
    float: left !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 500 !important;
    width: 100% !important
}

.yes-btn-tbpop {
    border-top: 1px solid #eb0a1e !important;
    border-right: 1px solid #eb0a1e !important;
    padding: 5px 15px 0 15px !important;
    color: #000 !important;
    margin: 5px !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
    font-family: ToyotaType-Semibold !important;
    font-size: 12px !important
}

.yes-btn-tbpop:hover {
    color: #000 !important;
    background-color: transparent !important
}

.no-btn-tbpop:hover {
    color: #000 !important;
    background-color: transparent !important
}

.no-btn-tbpop {
    border-top: 1px solid #eb0a1e !important;
    border-right: 1px solid #eb0a1e !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
    padding: 5px 15px 0 15px !important;
    color: #000 !important;
    margin: 5px !important;
    font-family: ToyotaType-Semibold !important;
    font-size: 12px !important
}

.modal-width-tbpop {
    width: 640px !important;
    height: 230px !important;
    margin-top: 190px
}

.tb-modal-hd {
    padding: 0 !important
}

.graph-hideshow {
    cursor: pointer !important
}

@media only screen and (max-width:767px) {
    .modal-width-tbpop {
        float: left !important;
        width: 100% !important;
        position: relative !important;
        top: 130px !important
    }
}

i.car-hilux::after {
    background-position: -5px -653px;
    width: 164px;
    height: 80px
}

@media (min-width:768px) and (max-width:992px) {
    #snav ul {
        background-color: #000 !important
    }
}

@media (min-width:767px) and (max-width:991px) {
    #snav {
        right: 0;
        position: fixed;
        top: auto;
        bottom: 0;
        z-index: 9999;
        background: #000
    }

    #snav li a {
        padding: 10px 30px;
        font-size: 10px;
        padding-right: 30px;
        display: grid;
        border-left: 1px solid #fff
    }

    #snav li {
        text-align: center
    }

    #snav li a i {
        margin-right: 0
    }
}

@media screen and (orientation:landscape) and (min-device-width:319px) and (max-device-width:915px) {
    #snav {
        display: none !important
    }

    .chat-ico {
        width: 50px !important;
        height: 50px !important
    }

    .chat-ico svg {
        width: 20px !important
    }

    .scb_bg_puls {
        width: 85px !important;
        height: 85px !important;
        top: 68px !important;
        left: 111px !important
    }

    .scb_but_img {
        top: 85px !important;
        left: 128px !important
    }

    .solid-menus .container {
        width: 96%
    }

    .solid-menus .navbar-default.navbar-dark .navbar-nav>li>a {
        font-size: 9.6px !important
    }
}

.side-widget.open {
    margin-right: 0
}

.side-widget {
    z-index: 9990;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin-right: -45px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn.btn-blue {
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 10px !important
}

a:active,
a:focus,
a:hover {
    text-decoration: none
}

#popup-container {
    z-index: 100;
    margin: 0 auto;
    right: 46px;
    transform-origin: center right;
    width: 480px;
    transition: .5s all;
    transform: scale(0) translateY(-50%);
    position: fixed
}

#popup-container.stickyProductIcon {
    transform: scale(1);
    display: flex;
    justify-content: center;
    align-items: center
}

.section-1 {
    padding: 0;
    border-radius: 5px;
    opacity: .85
}

.row-sticky {
    display: flex;
    flex-wrap: wrap
}

.row-item p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.row-item a p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center
}

.row-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 20px;
    position: relative;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.row-item img {
    filter: invert(1);
    width: 35px
}

@media screen and (max-width:1366px) {
    #popup-container {
        top: 30% !important
    }
}

@media screen and (max-width:1920px) {
    #popup-container {
        top: 33.5%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #popup-container {
        top: 39.5% !important
    }

    .col-12 {
        width: 100%
    }

    .col-6 {
        width: 50%
    }

    .col-md-3 {
        width: 25%
    }

    .row-item img {
        display: flex;
        margin: 0 auto
    }
}

@media screen and (min-width:381px) and (max-width:767px) {
    #popup-container {
        width: 80%;
        top: 33% !important
    }

    .col-12 {
        width: 100%
    }

    .col-6 {
        width: 50%
    }

    .row-item img {
        width: 30px;
        display: flex;
        margin: 0 auto
    }

    .row-item {
        padding: 13px
    }
}

@media only screen and (min-device-width:480px) and (max-device-width:915px) and (orientation:landscape) {
    #popup-container {
        top: 20% !important
    }
}

@media screen and (max-width:380px) {
    #popup-container {
        width: 80%;
        top: 18% !important
    }

    .col-12 {
        width: 100%
    }

    .col-6 {
        width: 50%
    }

    .row-item img {
        width: 35px;
        display: flex;
        margin: 0 auto
    }
}

@media screen and (max-width:360px) {
    #popup-container {
        width: 80%;
        top: 21% !important
    }

    .col-12 {
        width: 100%
    }

    .col-6 {
        width: 50%
    }

    .row-item img {
        width: 35px;
        display: flex;
        margin: 0 auto
    }
}

.productCheckout img:last-child {
    display: none
}

.productCheckout.stickyCloseIcon img:first-child {
    display: none
}

.productCheckout.stickyCloseIcon img:last-child {
    display: block
}

.productCheckout img {
    width: 23px;
    filter: invert(1)
}

.section-1 {
    background-color: #000
}

.btn.btn-blue {
    background-color: #000
}

.btn.btn-blue:active {
    background-color: #000
}

.btn.btn-blue:focus {
    background-color: #000
}

.btn.btn-blue:hover {
    background: #ed213a;
    background-image: -webkit-linear-gradient(to right, #ed213a, #93291e);
    background-image: linear-gradient(to right, #ed213a, #93291e);
    opacity: .85
}

.row-item:hover {
    background: #ed213a;
    background: -webkit-linear-gradient(to right, #ed213a, #93291e);
    background: linear-gradient(to right, #ed213a, #93291e)
}

.row-item a:hover {
    transform: scale(1.1)
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .solid-menus ul.nav.navbar-nav {
        margin-top: -9px;
    }

    .page-wrap {
        margin-top: 100px;
    }

    .solid-menus .navbar-collapse>ul>li.dropdown {
        padding: 12px 0 8px 0;
    }

    ul.nav.navbar-nav.nav-right.visible-md.visible-lg.visible-sm {
        margin-top: 15px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .solid-menus ul.nav.navbar-nav {
        margin-top: 38px;
        float: left;
    }
}

@media screen and (min-width: 900px) and (max-width: 991px) {
    .solid-menus ul.nav.navbar-nav {
        margin-top: 43px;
    }

    .solid-menus .navbar-collapse>ul>li.dropdown {
        padding: 11px 0 7px 0;
    }

    .page-wrap {
        margin-top: 95px;
    }
}

@media screen and (min-width: 916px) and (max-width: 975px) {
    .solid-menus ul.nav.navbar-nav {
        /*  margin-top: -3px; */
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .page-wrap {
        margin-top: 90px;
    }
}

@media screen and (min-width: 1058px) and (max-width: 1200px) {
    .solid-menus .container {
        width: 97%;
    }

    .solid-menus ul.nav.navbar-nav {
        /*       float: none !important; */
        margin-top: 6px;
    }

    .page-wrap {
        margin-top: 67px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1057px) {
    .page-wrap {
        margin-top: 106px;
    }

    .solid-menus .navbar-collapse>ul>li.dropdown {
        padding: 19px 0 12px 0;
    }

    .solid-menus .container {
        width: 98%;
    }
}

@media screen and (min-width: 1172px) and (max-width: 1200px) {
    ul.nav.navbar-nav.nav-right {
        float: inline-end;
    }
}

@media screen and (min-width: 880px) and (max-width: 896px) {
    .solid-menus ul.nav.navbar-nav {
        float: none;
        margin-top: 35px;
    }

    .navbar-header {
        margin-left: 10px;
    }

    .solid-menus .img-responsive {
        margin-top: 6px !important;
    }

    .solid-menus .navbar-default.navbar-dark .navbar-brand {
        padding-right: 4px;
    }

    .page-wrap {
        margin-top: 98px;
    }

    .solid-menus .navbar-collapse>ul>li.dropdown {
        padding: 14px 0 14px 0;
    }
}

@media screen and (min-width: 793px) and (max-width: 879px) {
    .solid-menus ul.nav.navbar-nav {
        margin-top: 0px;
    }

    .page-wrap {
        margin-top: 107px;
    }

}

@media screen and (min-width: 896px) and (max-width: 915px) {
    .solid-menus ul.nav.navbar-nav {
        float: none;
    }

    .page-wrap {
        margin-top: 100px;
    }

    ul.nav.navbar-nav.nav-right.visible-md.visible-lg.visible-sm {
        margin-top: 16px;
    }

    .solid-menus .navbar-collapse>ul>li.dropdown {
        padding: 14px 0 9px 0;
    }
}

@media screen and (min-width: 1045px) and (max-width: 1200px) {
    .solid-menus .navbar-collapse>ul>li.dropdown {
        padding: 8px 4px 17px 4px;
    }
}

@media screen and (min-width: 895px) and (max-width: 914px) {
    .solid-menus ul.nav.navbar-nav {
        margin-top: 44px;
    }

    .solid-menus .navbar-collapse>ul>li.dropdown {
        padding: 9px 0 10px 0;
    }

    .page-wrap {
        margin-top: 100px;
    }
}

@media screen and (min-width: 910px) and (max-width: 914px) {
    .page-wrap {
        margin-top: 95px;
    }

    .solid-menus .img-responsive {
        margin-top: 8px;
    }
}

@media screen and (min-width: 910px) and (max-width: 913px) {
    .solid-menus ul.nav.navbar-nav {
        margin-top: 44px;
    }
}

@media screen and (min-width: 895px) and (max-width: 900px) {

    .page-wrap {
        margin-top: 96px;
    }

    .solid-menus .img-responsive {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 840px) and (max-width: 850px) {
    .solid-menus ul.nav.navbar-nav {
        margin-top: 42px;
    }

    .solid-menus .navbar-collapse>ul>li.dropdown {
        padding: 11px 0 6px 0;
    }

    .page-wrap {
        margin-top: 92px;
    }
}

@media screen and (min-width: 793px) and (max-width: 839px) {
    .solid-menus ul.nav.navbar-nav {
        margin-top: 43px;
    }

    .solid-menus .navbar-collapse>ul>li.dropdown {
        padding: 9px 0 2px 0;
    }

    .page-wrap {
        margin-top: 90px;
    }
}

@media screen and (min-width: 800px) and (max-width: 820px) {
    .solid-menus ul.nav.navbar-nav {
        margin-top: -5px;
    }
}

@media screen and (min-width: 810px) and (max-width: 815px) {
    .solid-menus ul.nav.navbar-nav {
        margin-top: 45px;
    }
}

@media screen and (min-width: 768px) and (max-width:925px) {
    .solid-menus .navbar-default.navbar-dark .navbar-nav>li>a {
        font-size: 11px !important;
    }
}

@media screen and (min-width: 910px) and (max-width: 913px) {
    .solid-menus ul.nav.navbar-nav {
        float: right;
        margin-top: -12px;
    }
}

.index-sticky-nav-bottom {
    display: none;
}

@media only screen and (max-width: 767px) {
    #snav .side-widget {
        display: none;
    }

    #snav .index-sticky-nav-bottom {
        display: block;
        margin: 0;
        padding: 0;
    }

    .index-sticky-nav-bottom li {
        display: block !important;
    }

    #snav .index-sticky-nav-bottom li:nth-child(2) {
        display: block !important;
    }

    #snav .index-sticky-nav-bottom li:nth-child(2) a i::after {
        background-position: 1038px -313px !important;
    }

    #snav .index-sticky-nav-bottom li:nth-child(3) a i::after {
        background-position: 997px -314px !important;
    }

    #snav .index-sticky-nav-bottom li:nth-child(4) a i::after {
        background-position: 883px -314px !important;
    }

    #snav .index-sticky-nav-bottom li a {
        padding: 8px 5px !important;
    }

}

@media only screen and (max-width: 767px) {
    .small-popup-notification {
        bottom: 82px !important;
    }

    #lhc_status_widget_v2 {
        inset: auto 10px 57px auto !important;
    }
}

.index-sticky-nav-bottom,
.index-sticky-nav-bottom li a.link {
    background: #000000f0 !important;
}

.index-sticky-nav-bottom li a.link img {
    width: 30px;
    display: flex;
    margin: 0 auto;
    filter: invert(1);
    margin-bottom: 4px;

}

@media (max-width: 767px) {
    #solidMenu .nav.navbar-nav {
        text-align: start;
        padding-left: 15px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        text-align: start;
        padding-left: 20px !important;
    }

    .solid-menus .dropdown-full-width .dropdown-menu {
        padding: 15px 0px;
    }

    .solid-menus .dropdown .dropdown-right>.dropdown-menu {
        padding-left: 20px !important;
    }
}

.car-new-camry::after {
    background-position: -3px -735px;
    width: 164px;
    height: 80px;
}