@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:wght@400,500,700,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

@font-face {
    font-family: 'oswaldbold';
    src: url("../fonts/oswald/oswald.bold-webfont.woff2") format("woff2"),url("../fonts/oswald/oswald.bold-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'oswaldregular';
    src: url("../fonts/oswald/oswald.regular-webfont.woff2") format("woff2"),url("../fonts/oswald/oswald.regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%
}

body {
    background-size: 100% auto
}

* {
    box-sizing: border-box
}

img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto
}

fieldset, figure {
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 24px
}

p, ul, ol, dl {
    margin-top: 0;
    margin-bottom: 0
}

ul, ol, li {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0
}

ul, ol {
    padding-left: 0
}

    ul ul, ul ol, ol ul, ol ol {
        margin-bottom: 0
    }

a {
    color: inherit;
    text-decoration: none;
    outline: 0
}

    a:focus, a:hover {
        text-decoration: none;
        outline: 0
    }

:focus, :hover {
    outline: none
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-display: swap;
    color: #4d4e53;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased
}

img {
    max-width: 100%
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

img.lazy, img.lazyload {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 1000px 104px;
    height: auto;
    position: relative;
    overflow: hidden;
    text-indent: -99999px
}

    img.lazy.lazyloaded {
        animation-name: none;
        background: transparent
    }

.layoutWrap {
    margin: 0 auto;
    width: 92%
}

@media (min-width: 815px) {
    .layoutWrap {
        width: 94%;
        position: relative
    }
}

@media (min-width: 816px) and (max-width: 1024px) {
    .layoutWrap {
        width: 96%
    }
}

@media (min-width: 815px) {
    .layoutWrap.wid95 {
        width: 95%;
        margin-right: 0
    }
}

@media (max-width: 815px) {
    .fullWidthMob {
        width: 100%
    }
}

@media (max-width: 815px) {
    .innWrap .fullWidthMob {
        width: 92%
    }
}

@media (max-width: 815px) {
    .layoutWrapMob {
        width: 90%;
        margin: 0 auto
    }
}

@media (max-width: 815px) {
    .layoutWrap.wid95 {
        width: 100%
    }
}

.fullwidth {
    width: 100%
}

h1 {
    background-color: #f12a00;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 25px;
    min-width: 65%;
    padding: 18px 20px 10px 20px;
    display: inline-block;
    margin-bottom: 30px;
    height: 90px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-display: swap
}

@media (min-width: 815px) {
    h1 {
        line-height: 30px;
        height: 120px;
        padding: 30px 20px 30px 60px;
        margin-bottom: 25px
    }
}

@media (max-width: 815px) {
    h1 {
        width: 100%
    }
}

h1 span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-display: swap;
    font-size: 30px;
    display: block;
    color: #ffffff
}

@media (min-width: 815px) {
    h1 span {
        font-size: 36px
    }
}

h1 em {
    font-size: 45px;
    color: rgba(255,255,255,0.05);
    position: absolute;
    left: 0;
    top: 17px;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-display: swap
}

@media (min-width: 815px) {
    h1 em {
        font-size: 100px;
        font-size: 80px
    }
}

h1.blue {
    background-color: #183883
}

h1.white {
    background-color: #ffffff;
    color: #000000
}

    h1.white span {
        color: #000000
    }

    h1.white em {
        color: rgba(0,0,0,0.1)
    }

.wrapper.innerpage {
    background: #f4f4f4
}

.innerpage h3.filterTitle {
    height: auto;
    padding: 15px 0 10px 0;
    margin-bottom: 0;
    min-width: auto;
    background-color: transparent;
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-display: swap;
    text-transform: uppercase
}

.innerpage h1 {
    font-size: 26px;
    color: #2c2c2c;
    text-transform: uppercase;
    margin-top: 20px;
    line-height: 30px;
    height: auto;
    padding: 15px 0 20px 0;
    margin-bottom: 0;
    min-width: auto;
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-display: swap
}

@media (min-width: 815px) {
    .innerpage h1 {
        font-size: 36px
    }
}

section.main {
    margin: 0 0 30px 0;
    overflow: hidden
}

@media (min-width: 815px) {
    section.main {
        margin: 0 0 30px 0
    }
}

section.main.white {
    background-color: #ffffff
}

.bgLightGray {
    background-color: #f4f4f4
}

p {
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0 10px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-display: swap
}

@media (min-width: 815px) {
    p {
        font-size: 16px;
        line-height: 30px
    }
}

ul.redList li {
    margin: 20px 0;
    list-style: none
}

    ul.redList li a {
        color: #f12a00;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-display: swap;
        position: relative
    }

        ul.redList li a::after {
            content: '';
            position: absolute;
            right: -18px;
            top: 4px;
            height: 8px;
            width: 8px;
            border-top: solid 1px #f12a00;
            border-right: solid 1px #f12a00;
            transform: rotate(45deg)
        }

.noMargin {
    margin: 0
}

.main.noMargin {
    margin: 0
}

@media (max-width: 815px) {
    .main.noMargin {
        margin-bottom: 30px
    }
}

.margin30TopBttm {
    margin-top: 15px;
    margin-bottom: 15px
}

.margin30Top {
    margin-top: 30px
}

.main.noMarginBottom {
    margin-bottom: 0
}

.main.noMarginBottomMob {
    margin-bottom: 0
}

.marBttm30Mob {
    margin-bottom: 30px
}

@media (max-width: 815px) {
    .text-left.centerMobile {
        text-align: center
    }
}

.btn.marginLeft30 {
    margin-left: 10px
}

@media (min-width: 815px) {
    .btn.marginLeft30 {
        margin-left: 30px
    }
}

.paddingTop55 {
    padding-top: 30px;
    padding-bottom: 0
}

.paddingTopBttm55 {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (max-width: 815px) {
    .paddingTopBttm55 {
        padding-bottom: 0
    }
}

.padd30 {
    padding: 30px
}

.custAnimation {
    position: absolute;
    background: #000;
    width: 101%;
    height: 3px;
    z-index: 1
}

.leftToRightOut {
    top: 0;
    left: 0
}

.imgSlideWrap {
    position: relative;
    width: 100%;
    height: 536px;
    overflow: hidden
}

    .imgSlideWrap .imgSlideDown {
        position: absolute;
        width: 100%;
        height: 0;
        left: 0;
        top: 0
    }

        .imgSlideWrap .imgSlideDown img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

hr.line {
    border-bottom: solid 1px #e2e2e2
}

.overflowHidden {
    overflow: hidden
}

.posRelative {
    position: relative;
    overflow: hidden
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.checkboxCont {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-display: swap
}

    .checkboxCont input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0
    }

        .checkboxCont input:checked ~ .checkmark {
            background-color: #ffffff;
            border: solid 1px #b7bdd1
        }

            .checkboxCont input:checked ~ .checkmark:after {
                display: block
            }

    .checkboxCont:hover input ~ .checkmark {
        background-color: #f2f2f2;
        border: solid 1px #b7bdd1
    }

    .checkboxCont .checkmark:after {
        left: 6px;
        top: 3px;
        width: 6px;
        height: 9px;
        border: solid #183883;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.emiOption {
    margin: -21px 0 0 0;
    padding: 12px 0 10px 18px;
    position: relative;
    z-index: 1;
    border: 1px #000 dashed;
    border-top: solid 1px silver;
    margin-bottom: 20px
}

    .emiOption input {
        position: relative;
        opacity: 1;
        height: 18px;
        width: 18px;
        margin-right: 10px;
        margin-top: 0
    }

    .emiOption label {
        text-transform: none;
        font-size: 14px;
        line-height: 14px;
        position: relative;
        top: -3px !important
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: solid 1px #b7bdd1
}

    .checkmark:after {
        content: "";
        position: absolute;
        display: none
    }

.form-control {
    box-shadow: none
}

form.filterForm {
    padding: 20px 20px 20px 20px
}

@media (max-width: 815px) {
    form.filterForm {
        border-bottom: 1px solid #e7e7e7;
        padding-top: 0
    }
}

form.filterForm label {
    color: #000000;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-display: swap
}

form.filterForm input, form.filterForm select, form.filterForm option {
    color: #000000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-display: swap
}

    form.filterForm select.form-control {
        border: solid 1px #d8dce6;
        padding: 12px 10px;
        border-radius: 0;
        height: 48px;
        color: #000000
    }

        form.filterForm select.form-control#budget {
            outline: solid 1px #d8dce6;
            border: 0 none;
            box-shadow: none
        }

            form.filterForm select.form-control#budget:focus {
                outline: none
            }

form.filterForm .inputLeftIcon {
    border: solid 1px #d8dce6;
    padding: 0;
    height: 48px
}

    form.filterForm .inputLeftIcon span {
        float: left;
        width: 12%;
        color: #000000;
        border-right: solid 1px #c4c7d0;
        font-size: 18px;
        margin-top: 10px;
        text-align: center
    }

    form.filterForm .inputLeftIcon select.form-control {
        border: 0 none;
        border-radius: 0;
        height: 46px;
        float: left;
        box-shadow: none;
        display: inline-block;
        width: 88%;
        padding-top: 10px;
        color: #000000
    }

.layoutWrap.innWrap {
    padding-top: 10px
}

@media (min-width: 815px) {
    .layoutWrap.innWrap {
        padding-top: 140px
    }
}

@media (max-width: 815px) {
    .layoutWrap.innWrap {
        margin-top: 130px
    }
}

@media (max-width: 815px) {
    .layoutWrap > .row {
        margin-left: -10px;
        margin-right: -10px
    }
}

.irs--round {
    margin-top: -20px
}

    .irs--round .irs-line {
        background-color: #ddd;
        position: relative;
        overflow: inherit
    }

        .irs--round .irs-line:before, .irs--round .irs-line:after {
            content: '';
            height: 10px;
            width: 10px;
            border-radius: 50%;
            background-color: #ddd;
            left: 0;
            top: -3px;
            position: absolute
        }

        .irs--round .irs-line:after {
            left: inherit;
            right: 0
        }

    .irs--round .irs-bar {
        background-color: #183883
    }

    .irs--round .irs-handle {
        top: 28px;
        height: 18px;
        width: 18px;
        border-width: 1px;
        border-radius: 100%;
        border-color: #b4b9c5;
        box-shadow: none
    }

    .irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single, .irs--round .irs-min, .irs--round .irs-max {
        border-radius: 0;
        background-color: transparent;
        color: #000000;
        font-size: 12px;
        top: 48px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-display: swap
    }

        .irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before, .irs--round .irs-min:before, .irs--round .irs-max:before {
            display: none
        }

        .irs--round .irs-from span, .irs--round .irs-to span, .irs--round .irs-single span, .irs--round .irs-min span, .irs--round .irs-max span {
            color: #919191
        }

    .irs--round .irs-min, .irs--round .irs-max {
        visibility: visible !important
    }

    .irs--round .irs-min {
        left: -12px
    }

    .irs--round .irs-max {
        right: -15px
    }

    .irs--round .irs-from, .irs--round .irs-to {
        background-color: #ffffff
    }

.col-center {
    float: none;
    margin: 0 auto
}

.zoomImg {
    overflow: hidden;
    display: block
}

    .zoomImg img {
        transition: all .3s
    }

    .zoomImg:hover img {
        transform: scale(1.05)
    }

.customeSelect {
    position: relative
}

    .customeSelect .select {
        position: absolute;
        width: auto;
        right: 0;
        top: 5px;
        background: transparent;
        box-shadow: none;
        border: 0 none
    }

        .customeSelect .select select {
            border: 0;
            background: transparent;
            border-bottom: 1px solid #aaa;
            padding-right: 50px;
            font-size: 14px;
            color: #666
        }

@media (max-width: 815px) {
    .customeSelect.vehiclesHome .select {
        position: relative;
        width: 80%;
        margin: 0 auto 20px auto;
        left: 10%
    }
}

.formTestRide .form-group {
    position: relative;
    margin-bottom: 20px
}

.formTestRide label.error {
    color: #f12a00;
    font-size: 12px;
    position: absolute;
    text-transform: none;
    bottom: -24px
}

.formTestRide label#vehicleSelectBox-error {
    bottom: -24px
}

.formTestRide .selectedVehicle label.error {
    display: none
}

.error-message {
    display: none
}

.staticPage {
    color: #000000
}

    .staticPage h1 {
        color: #000000
    }

    .staticPage p {
        margin-top: 0;
        margin-bottom: 20px;
        color: #000000
    }

    .staticPage h2 {
        font-size: 25px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-display: swap;
        margin-top: 25px;
        margin-bottom: 10px
    }

    .staticPage h3 {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 5px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-display: swap
    }

    .staticPage ul {
        margin-left: 40px;
        margin-bottom: 10px
    }

        .staticPage ul li {
            list-style: disc;
            margin: 0 0 10px 0
        }

    .staticPage ol {
        counter-reset: item
    }

        .staticPage ol li {
            display: block;
            font-weight: 500;
            font-size: 16px;
            font-family: "Roboto", sans-serif;
            font-display: swap;
            line-height: 30px;
            margin-bottom: 15px
        }

            .staticPage ol li:before {
                content: counters(item, ".") " ";
                counter-increment: item;
                margin-right: 10px
            }

            .staticPage ol li p {
                margin-left: 45px;
                margin-bottom: 0
            }

            .staticPage ol li ol {
                margin-left: 60px
            }

                .staticPage ol li ol li {
                    font-weight: 400;
                    margin-bottom: 5px
                }

                    .staticPage ol li ol li:before {
                        margin-left: -35px
                    }

                    .staticPage ol li ol li ol {
                        margin-left: 0
                    }

                        .staticPage ol li ol li ol li {
                            margin-left: 60px
                        }

                            .staticPage ol li ol li ol li:before {
                                margin-left: -52px
                            }

                .staticPage ol li ol.dubleDigit {
                    margin-left: 74px
                }

                    .staticPage ol li ol.dubleDigit li:before {
                        margin-left: -44px
                    }

    .staticPage .hightlight {
        color: #264da9
    }

    .staticPage strong {
        font-weight: 700
    }

    .staticPage a {
        color: #264da9
    }

        .staticPage a:hover {
            text-decoration: underline
        }

#firstOverlay, #firstOverlayWrapper {
    z-index: 99995;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#firstOverlayWrapper {
    position: absolute;
    display: none
}

    #firstOverlayWrapper .imageBox {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -250px;
        margin-left: -400px;
        z-index: 99996;
        background: #000;
        height: 500px;
        width: 800px
    }

@media (max-width: 815px) {
    #firstOverlayWrapper .imageBox {
        margin-top: -125px;
        margin-left: -150px;
        height: 250px;
        width: 300px
    }
}

@media (max-width: 420px) {
    #firstOverlayWrapper .imageBox {
        margin-top: -200px;
        height: 400px
    }
}

#firstOverlay {
    position: fixed;
    background: rgba(0,0,0,0.6)
}

#popup-banner {
    display: block
}

.video-close-btn {
    background-color: #183883;
    border: 2px solid #fff;
    border-radius: 50%;
    right: 20px;
    top: 20px;
    z-index: 99;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    position: absolute;
    display: none
}

@media (max-width: 815px) {
    .video-close-btn {
        height: 40px;
        width: 40px
    }
}

.video-close-btn:hover {
    opacity: .9
}

.video-close-btn span {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 3px 0 0 13px;
    display: block;
    transform: rotate(-45deg);
    padding: 4px
}

@media (max-width: 815px) {
    .video-close-btn span {
        font-size: 28px;
        padding: 3px 0 0 0;
        left: -1px
    }
}

.noResultsClass {
    margin-top: 150px
}

@media (max-width: 815px) {
    .noResultsClass {
        margin-top: 120px
    }
}

@media (max-width: 815px) {
    .searchIcon {
        right: 15px !important;
        top: 3px !important
    }
}

@media (max-width: 815px) {
    .searchIcon .btn {
        padding: 1px 4px !important
    }
}

@media (min-width: 480px) and (max-width: 824px) {
    .col-mob-2 {
        width: 50%;
        float: left
    }
}

.price-info {
    height: 15px;
    width: 15px;
    margin: 0 5px 0 5px;
    background: url("../img/brands/icon-info.svg") no-repeat left top;
    background-size: cover;
    display: inline-block;
    text-indent: -99999px
}

.brandPricePopup {
    background-color: rgba(255,255,255,0.8);
    z-index: 999999
}

    .brandPricePopup .modal-dialog {
        max-width: 460px
    }

    .brandPricePopup .modal-content {
        border-radius: 12px;
        -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.4);
        box-shadow: 0 0 14px rgba(0,0,0,0.4)
    }

    .brandPricePopup .modal-body {
        padding: 40px 25px 30px
    }

        .brandPricePopup .modal-body .table-responsive {
            border: 0 none
        }

        .brandPricePopup .modal-body h3 {
            font-family: 'Roboto' !important;
            font-weight: 700 !important;
            font-size: 22px !important;
            line-height: 25px;
            color: #000000 !important;
            margin-bottom: 8px;
            padding-left: 8px;
            text-align: left !important
        }

        .brandPricePopup .modal-body h4 {
            font-family: 'Roboto' !important;
            font-weight: 500 !important;
            font-size: 18px !important;
            line-height: 22px;
            color: #000000 !important;
            padding-left: 8px
        }

        .brandPricePopup .modal-body table tr th, .brandPricePopup .modal-body table tr td {
            color: #000000;
            font-family: 'Roboto';
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            color: #000000;
            border-top: 0
        }

        .brandPricePopup .modal-body table tr td {
            text-align: right;
            width: 120px
        }

        .brandPricePopup .modal-body table tr:nth-last-child(2) th, .brandPricePopup .modal-body table tr:nth-last-child(2) td {
            padding-bottom: 20px
        }

        .brandPricePopup .modal-body table tr.total {
            border-top: solid 1px #b2b2b2
        }

            .brandPricePopup .modal-body table tr.total th, .brandPricePopup .modal-body table tr.total td {
                font-size: 18px;
                font-weight: 700;
                padding-top: 20px
            }

        .brandPricePopup .modal-body p.disc {
            color: #000000;
            font-family: 'Roboto';
            font-weight: 400;
            font-size: 13px;
            line-height: 16px;
            color: #000000
        }

            .brandPricePopup .modal-body p.disc em {
                font-style: italic
            }

    .brandPricePopup button.close {
        opacity: 1;
        height: 40px;
        width: 40px;
        border: 0 none;
        top: 5px;
        right: 5px;
        position: absolute;
        z-index: 1
    }

        .brandPricePopup button.close:hover:before, .brandPricePopup button.close:hover:after {
            opacity: .6
        }

        .brandPricePopup button.close:before, .brandPricePopup button.close:after {
            position: absolute;
            top: 10px;
            left: 18px;
            content: ' ';
            height: 18px;
            width: 2px;
            background-color: #000
        }

        .brandPricePopup button.close:before {
            transform: rotate(45deg)
        }

        .brandPricePopup button.close:after {
            transform: rotate(-45deg)
        }

.formBookOnline .price-info {
    position: absolute;
    left: 190px;
    top: 58px
}

@media (max-width: 815px) {
    .release-slider {
        display: none
    }
}

.breadcrumbWrapper {
    background-color: #f4f4f4;
    border-radius: 0;
    padding: 110px 0 8px 0;
    position: fixed;
    width: 100%;
    height: 145px;
    overflow: hidden;
    display: block;
    z-index: 3
}

    .breadcrumbWrapper ol.breadcrumb {
        padding: 0;
        margin-bottom: 0;
        list-style: none;
        background-color: transparent;
        border-radius: 0;
        border-bottom: solid 1px #a5a5a5;
        display: inline-block
    }

        .breadcrumbWrapper ol.breadcrumb li {
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-display: swap;
            font-size: 12px;
            color: #f12a00;
            display: inline-block;
            font-weight: 700
        }

            .breadcrumbWrapper ol.breadcrumb li a {
                color: #000000;
                transition: all .4s
            }

                .breadcrumbWrapper ol.breadcrumb li a:hover {
                    color: #183883;
                    transition: all .4s
                }

    .breadcrumbWrapper.removeFixedBreadCrumb {
        position: absolute
    }

.breadcrumb > li + li:before {
    content: ">";
    font-size: 13px;
    top: -1px;
    position: relative;
    color: #000000
}

.f16 .flag {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: text-top;
    line-height: 16px;
    background: url(../img/flags16.png) no-repeat
}

.f16 ._Arab_League {
    background-position: 0 -32px
}

.f16 ._ASEAN {
    background-position: 0 -48px
}

.f16 ._CARICOM {
    background-position: 0 -64px
}

.f16 ._CIS {
    background-position: 0 -80px
}

.f16 ._Commonwealth {
    background-position: 0 -96px
}

.f16 ._England {
    background-position: 0 -112px
}

.f16 ._European_Union {
    background-position: 0 -128px
}

.f16 ._Islamic_Conference {
    background-position: 0 -144px
}

.f16 ._Kosovo {
    background-position: 0 -160px
}

.f16 ._NATO {
    background-position: 0 -176px
}

.f16 ._Northern_Cyprus {
    background-position: 0 -192px
}

.f16 ._Northern_Ireland {
    background-position: 0 -208px
}

.f16 ._Olimpic_Movement {
    background-position: 0 -224px
}

.f16 ._OPEC {
    background-position: 0 -240px
}

.f16 ._Red_Cross {
    background-position: 0 -256px
}

.f16 ._Scotland {
    background-position: 0 -272px
}

.f16 ._Somaliland {
    background-position: 0 -288px
}

.f16 ._Tibet {
    background-position: 0 -304px
}

.f16 ._United_Nations {
    background-position: 0 -320px
}

.f16 ._Wales {
    background-position: 0 -336px
}

.f16 .ad {
    background-position: 0 -352px
}

.f16 .ae {
    background-position: 0 -368px
}

.f16 .af {
    background-position: 0 -384px
}

.f16 .ag {
    background-position: 0 -400px
}

.f16 .ai {
    background-position: 0 -416px
}

.f16 .al {
    background-position: 0 -432px
}

.f16 .am {
    background-position: 0 -448px
}

.f16 .an {
    background-position: 0 -464px
}

.f16 .ao {
    background-position: 0 -480px
}

.f16 .aq {
    background-position: 0 -496px
}

.f16 .ar {
    background-position: 0 -368px
}

.f16 .as {
    background-position: 0 -528px
}

.f16 .at {
    background-position: 0 -544px
}

.f16 .au {
    background-position: 0 -560px
}

.f16 .aw {
    background-position: 0 -576px
}

.f16 .az {
    background-position: 0 -592px
}

.f16 .ba {
    background-position: 0 -608px
}

.f16 .bb {
    background-position: 0 -624px
}

.f16 .bd {
    background-position: 0 -640px
}

.f16 .be {
    background-position: 0 -656px
}

.f16 .bf {
    background-position: 0 -672px
}

.f16 .bg {
    background-position: 0 -639px
}

.f16 .bh {
    background-position: 0 -704px
}

.f16 .bi {
    background-position: 0 -720px
}

.f16 .bj {
    background-position: 0 -736px
}

.f16 .bm {
    background-position: 0 -752px
}

.f16 .bn {
    background-position: 0 -768px
}

.f16 .bo {
    background-position: 0 -784px
}

.f16 .br {
    background-position: 0 -800px
}

.f16 .bs {
    background-position: 0 -816px
}

.f16 .bt {
    background-position: 0 -832px
}

.f16 .bw {
    background-position: 0 -848px
}

.f16 .by {
    background-position: 0 -864px
}

.f16 .bz {
    background-position: 0 -880px
}

.f16 .ca {
    background-position: 0 -896px
}

.f16 .cg {
    background-position: 0 -912px
}

.f16 .cf {
    background-position: 0 -928px
}

.f16 .cd {
    background-position: 0 -944px
}

.f16 .ch {
    background-position: 0 -960px
}

.f16 .ci {
    background-position: 0 -976px
}

.f16 .ck {
    background-position: 0 -992px
}

.f16 .cl {
    background-position: 0 -1008px
}

.f16 .cm {
    background-position: 0 -1024px
}

.f16 .cn {
    background-position: 0 -1040px
}

.f16 .co {
    background-position: 0 -1056px
}

.f16 .cr {
    background-position: 0 -1072px
}

.f16 .cu {
    background-position: 0 -1088px
}

.f16 .cv {
    background-position: 0 -1104px
}

.f16 .cy {
    background-position: 0 -1120px
}

.f16 .cz {
    background-position: 0 -1136px
}

.f16 .de {
    background-position: 0 -1152px
}

.f16 .dj {
    background-position: 0 -1168px
}

.f16 .dk {
    background-position: 0 -1184px
}

.f16 .dm {
    background-position: 0 -1200px
}

.f16 .do {
    background-position: 0 -1216px
}

.f16 .dz {
    background-position: 0 -1232px
}

.f16 .ec {
    background-position: 0 -1248px
}

.f16 .ee {
    background-position: 0 -1264px
}

.f16 .eg {
    background-position: 0 -1280px
}

.f16 .eh {
    background-position: 0 -1296px
}

.f16 .er {
    background-position: 0 -1312px
}

.f16 .es {
    background-position: 0 -1328px
}

.f16 .et {
    background-position: 0 -1344px
}

.f16 .fi {
    background-position: 0 -1360px
}

.f16 .fj {
    background-position: 0 -1376px
}

.f16 .fm {
    background-position: 0 -1392px
}

.f16 .fo {
    background-position: 0 -1408px
}

.f16 .fr {
    background-position: 0 -1424px
}

.f16 .ga {
    background-position: 0 -1440px
}

.f16 .gb {
    background-position: 0 -1456px
}

.f16 .gd {
    background-position: 0 -1472px
}

.f16 .ge {
    background-position: 0 -1488px
}

.f16 .gg {
    background-position: 0 -1504px
}

.f16 .gh {
    background-position: 0 -1520px
}

.f16 .gi {
    background-position: 0 -1536px
}

.f16 .gl {
    background-position: 0 -1552px
}

.f16 .gm {
    background-position: 0 -1568px
}

.f16 .gn {
    background-position: 0 -1584px
}

.f16 .gp {
    background-position: 0 -1600px
}

.f16 .gq {
    background-position: 0 -1616px
}

.f16 .gr {
    background-position: 0 -1632px
}

.f16 .gt {
    background-position: 0 -1648px
}

.f16 .gu {
    background-position: 0 -1664px
}

.f16 .gw {
    background-position: 0 -1680px
}

.f16 .gy {
    background-position: 0 -1696px
}

.f16 .hk {
    background-position: 0 -1712px
}

.f16 .hn {
    background-position: 0 -1728px
}

.f16 .hr {
    background-position: 0 -1744px
}

.f16 .ht {
    background-position: 0 -1760px
}

.f16 .hu {
    background-position: 0 -1776px
}

.f16 .id {
    background-position: 0 -1792px
}

.f16 .mc {
    background-position: 0 -1792px
}

.f16 .ie {
    background-position: 0 -1808px
}

.f16 .il {
    background-position: 0 -1824px
}

.f16 .im {
    background-position: 0 -1840px
}

.f16 .in {
    background-position: 0 -1856px
}

.f16 .iq {
    background-position: 0 -1872px
}

.f16 .ir {
    background-position: 0 -1888px
}

.f16 .is {
    background-position: 0 -1904px
}

.f16 .it {
    background-position: 0 -1920px
}

.f16 .je {
    background-position: 0 -1936px
}

.f16 .jm {
    background-position: 0 -1952px
}

.f16 .jo {
    background-position: 0 -1968px
}

.f16 .jp {
    background-position: 0 -1984px
}

.f16 .ke {
    background-position: 0 -2000px
}

.f16 .kg {
    background-position: 0 -2016px
}

.f16 .kh {
    background-position: 0 -2032px
}

.f16 .ki {
    background-position: 0 -2048px
}

.f16 .km {
    background-position: 0 -2064px
}

.f16 .kn {
    background-position: 0 -2080px
}

.f16 .kp {
    background-position: 0 -2096px
}

.f16 .kr {
    background-position: 0 -2112px
}

.f16 .kw {
    background-position: 0 -2128px
}

.f16 .ky {
    background-position: 0 -2144px
}

.f16 .kz {
    background-position: 0 -2160px
}

.f16 .la {
    background-position: 0 -2176px
}

.f16 .lb {
    background-position: 0 -2192px
}

.f16 .lc {
    background-position: 0 -2208px
}

.f16 .li {
    background-position: 0 -2224px
}

.f16 .lk {
    background-position: 0 -2240px
}

.f16 .lr {
    background-position: 0 -2256px
}

.f16 .ls {
    background-position: 0 -2272px
}

.f16 .lt {
    background-position: 0 -2288px
}

.f16 .lu {
    background-position: 0 -2304px
}

.f16 .lv {
    background-position: 0 -2320px
}

.f16 .ly {
    background-position: 0 -2336px
}

.f16 .ma {
    background-position: 0 -2352px
}

.f16 .md {
    background-position: 0 -2368px
}

.f16 .me {
    background-position: 0 -2384px
}

.f16 .mg {
    background-position: 0 -2400px
}

.f16 .mh {
    background-position: 0 -2416px
}

.f16 .mk {
    background-position: 0 -2432px
}

.f16 .ml {
    background-position: 0 -2448px
}

.f16 .mm {
    background-position: 0 -2464px
}

.f16 .mn {
    background-position: 0 -2480px
}

.f16 .mo {
    background-position: 0 -2496px
}

.f16 .mq {
    background-position: 0 -2512px
}

.f16 .mr {
    background-position: 0 -2528px
}

.f16 .ms {
    background-position: 0 -2544px
}

.f16 .mt {
    background-position: 0 -2560px
}

.f16 .mu {
    background-position: 0 -2576px
}

.f16 .mv {
    background-position: 0 -2592px
}

.f16 .mw {
    background-position: 0 -2608px
}

.f16 .mx {
    background-position: 0 -2624px
}

.f16 .my {
    background-position: 0 -2640px
}

.f16 .mz {
    background-position: 0 -2656px
}

.f16 .na {
    background-position: 0 -2672px
}

.f16 .nc {
    background-position: 0 -2688px
}

.f16 .ne {
    background-position: 0 -2704px
}

.f16 .ng {
    background-position: 0 -2720px
}

.f16 .ni {
    background-position: 0 -2736px
}

.f16 .nl {
    background-position: 0 -2752px
}

.f16 .no {
    background-position: 0 -2768px
}

.f16 .np {
    background-position: 0 -2784px
}

.f16 .nr {
    background-position: 0 -2800px
}

.f16 .nz {
    background-position: 0 -2816px
}

.f16 .om {
    background-position: 0 -2832px
}

.f16 .pa {
    background-position: 0 -2848px
}

.f16 .pe {
    background-position: 0 -2864px
}

.f16 .pf {
    background-position: 0 -2880px
}

.f16 .pg {
    background-position: 0 -2896px
}

.f16 .ph {
    background-position: 0 -2912px
}

.f16 .pk {
    background-position: 0 -2928px
}

.f16 .pl {
    background-position: 0 -2944px
}

.f16 .pr {
    background-position: 0 -2960px
}

.f16 .ps {
    background-position: 0 -2976px
}

.f16 .pt {
    background-position: 0 -2992px
}

.f16 .pw {
    background-position: 0 -3008px
}

.f16 .py {
    background-position: 0 -3024px
}

.f16 .qa {
    background-position: 0 -3040px
}

.f16 .re {
    background-position: 0 -3056px
}

.f16 .ro {
    background-position: 0 -3072px
}

.f16 .rs {
    background-position: 0 -3088px
}

.f16 .ru {
    background-position: 0 -3104px
}

.f16 .rw {
    background-position: 0 -3120px
}

.f16 .sa {
    background-position: 0 -3136px
}

.f16 .sb {
    background-position: 0 -3152px
}

.f16 .sc {
    background-position: 0 -3168px
}

.f16 .sd {
    background-position: 0 -3184px
}

.f16 .se {
    background-position: 0 -3200px
}

.f16 .sg {
    background-position: 0 -3216px
}

.f16 .si {
    background-position: 0 -3232px
}

.f16 .sk {
    background-position: 0 -3248px
}

.f16 .sl {
    background-position: 0 -3264px
}

.f16 .sm {
    background-position: 0 -3280px
}

.f16 .sn {
    background-position: 0 -3296px
}

.f16 .so {
    background-position: 0 -3312px
}

.f16 .sr {
    background-position: 0 -3328px
}

.f16 .st {
    background-position: 0 -3344px
}

.f16 .sv {
    background-position: 0 -3360px
}

.f16 .sy {
    background-position: 0 -3376px
}

.f16 .sz {
    background-position: 0 -3392px
}

.f16 .tc {
    background-position: 0 -3408px
}

.f16 .td {
    background-position: 0 -3424px
}

.f16 .tg {
    background-position: 0 -3440px
}

.f16 .th {
    background-position: 0 -3456px
}

.f16 .tj {
    background-position: 0 -3472px
}

.f16 .tl {
    background-position: 0 -3488px
}

.f16 .tm {
    background-position: 0 -3504px
}

.f16 .tn {
    background-position: 0 -3520px
}

.f16 .to {
    background-position: 0 -3536px
}

.f16 .tr {
    background-position: 0 -3552px
}

.f16 .tt {
    background-position: 0 -3568px
}

.f16 .tv {
    background-position: 0 -3584px
}

.f16 .tw {
    background-position: 0 -3600px
}

.f16 .tz {
    background-position: 0 -3616px
}

.f16 .ua {
    background-position: 0 -3632px
}

.f16 .ug {
    background-position: 0 -3648px
}

.f16 .us {
    background-position: 0 -3664px
}

.f16 .uy {
    background-position: 0 -3680px
}

.f16 .uz {
    background-position: 0 -3696px
}

.f16 .va {
    background-position: 0 -3712px
}

.f16 .vc {
    background-position: 0 -3728px
}

.f16 .ve {
    background-position: 0 -3744px
}

.f16 .vg {
    background-position: 0 -3760px
}

.f16 .vi {
    background-position: 0 -3776px
}

.f16 .vn {
    background-position: 0 -3792px
}

.f16 .vu {
    background-position: 0 -3808px
}

.f16 .ws {
    background-position: 0 -3824px
}

.f16 .ye {
    background-position: 0 -3840px
}

.f16 .za {
    background-position: 0 -3856px
}

.f16 .zm {
    background-position: 0 -3888px
}

.f16 .zw {
    background-position: 0 -3872px
}

.btn {
    font-size: 14px;
    color: #fff;
    background-color: #183883;
    padding: 15px 30px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 0;
    margin: 10px 0;
    transition: all .3s;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-display: swap
}

@media (min-width: 815px) {
    .btn {
        padding: 20px 30px
    }
}

.btn:hover, .btn:focus {
    transition: all .3s
}

.btn.blue {
    color: #ffffff;
    background-color: #183883
}

    .btn.blue:hover {
        color: #183883;
        border: solid 1px #183883;
        background-color: #ffffff
    }

.btn.redBlood {
    color: #ffffff;
    background-color: #f12a00
}

    .btn.redBlood:hover {
        color: #f12a00;
        background-color: #ffffff
    }

.btn.redBdrbtn {
    color: #ffffff;
    background-color: #f12a00;
    border: solid 1px #f12a00
}

    .btn.redBdrbtn:hover {
        color: #f12a00;
        background-color: #ffffff;
        border: solid 1px #f12a00
    }

.btn.redBdrWhite {
    color: #f12a00;
    background-color: #ffffff;
    border: solid 1px #f12a00
}

    .btn.redBdrWhite:hover {
        color: #ffffff;
        background-color: #f12a00;
        border: solid 1px #f12a00
    }

.btn.white {
    color: #30323a;
    background-color: #ffffff;
    font-size: 12px
}

    .btn.white:hover {
        color: #ffffff;
        border: solid 1px #ffffff;
        background-color: transparent
    }

.btn.grey {
    background-color: #ededed;
    color: #7c7c7c;
    border: 1px solid #ededed;
    margin-left: 0;
    margin-right: 5px
}

    .btn.grey:hover {
        background-color: #fff;
        color: #7c7c7c;
        border: 1px solid #7c7c7c
    }

.btn.greyLight {
    color: #747579;
    background-color: #ececec;
    font-size: 12px
}

    .btn.greyLight:hover {
        color: #ffffff;
        border: solid 1px #ffffff;
        background-color: #183883
    }

.btn.blueBorder {
    color: #183883;
    background-color: #ffffff;
    border: solid 1px #183883
}

    .btn.blueBorder:hover {
        color: #ffffff;
        background-color: #183883
    }

.btn.greyBorder {
    color: #7c7c7c;
    background-color: #ffffff;
    border: solid 1px #cecece
}

    .btn.greyBorder:hover {
        color: #6f6d6d;
        background-color: #eaeaea
    }

.btn.btn-transparent {
    background-color: transparent;
    border: solid 1px #ffffff
}

    .btn.btn-transparent:hover, .btn.btn-transparent:focus {
        color: #ffffff;
        background-color: #183883;
        border: solid 1px #183883
    }

    .btn.btn-transparent.inverse {
        color: #ffffff;
        position: relative;
        padding-right: 45px
    }

        .btn.btn-transparent.inverse::before {
            position: absolute;
            right: 4px;
            background-position: 0 -804px
        }

        .btn.btn-transparent.inverse:hover, .btn.btn-transparent.inverse:focus {
            border: solid 1px #ffffff;
            background-color: #ffffff;
            color: #183883
        }

            .btn.btn-transparent.inverse:hover::before, .btn.btn-transparent.inverse:focus::before {
                background-position: 0 -850px
            }

.btn.sendBtn {
    width: 245px;
    max-width: 245px
}

@media (min-width: 816px) and (max-width: 1024px) {
    .btn.sendBtn {
        width: 225px
    }
}

.btn.newTargetIcon {
    position: relative;
    padding-right: 60px
}

    .btn.newTargetIcon:after {
        content: '';
        position: absolute;
        right: 30px;
        top: 22px;
        height: 13px;
        width: 13px;
        background: url(../img/sprite.png) no-repeat -1px -1255px;
        transition: all .3s
    }

@media (max-width: 815px) {
    .btn.newTargetIcon:after {
        top: 18px
    }
}

.btn.newTargetIcon:hover:after {
    background-position: -1px -1270px
}

.innerpage .btn {
    padding-top: 12px;
    padding-bottom: 12px
}

.innerpage .footerAddress .btn.sendBtn {
    border-radius: 4px
}

.footerAddress .btn.sendBtn {
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 4px
}

.visitWebsite .btn {
    background-image: url(../img/sprite.png);
    background-position: right -672px;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-right: 36px
}

@media (max-width: 815px) {
    .visitWebsite .btn {
        margin-left: 0
    }
}

.visitWebsite .btn:hover {
    background-position: right -737px
}

.arrowsWrap {
    position: relative
}

@media (max-width: 815px) {
    .arrowsWrap {
        height: 80px;
        float: right;
        margin-bottom: 30px
    }
}

.slick-prev, .slick-next {
    position: absolute;
    background: #ffffff;
    border: solid 1px #b8b8b8;
    width: 48px;
    height: 38px;
    z-index: 1
}

.slick-prev {
    left: -50px
}

@media (min-width: 816px) and (max-width: 1024px) {
    .slick-prev {
        left: -10px
    }
}

.slick-prev:hover:before {
    animation: bounceArrowLeft 1.5s infinite
}

.slick-next {
    right: -50px
}

@media (min-width: 816px) and (max-width: 1024px) {
    .slick-next {
        right: -10px
    }
}

.slick-next:hover:before {
    animation: bounceArrowRight 1.5s infinite
}

@keyframes bounceArrowLeft {
    0%,20%,50%,80%,100% {
        transform: translateX(0)
    }

    40% {
        transform: translateX(-8px)
    }

    60% {
        transform: translateX(-3px)
    }
}

@keyframes bounceArrowRight {
    0%,20%,50%,80%,100% {
        transform: translateX(0)
    }

    40% {
        transform: translateX(8px)
    }

    60% {
        transform: translateX(3px)
    }
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1
}

.slick-prev:hover, .slick-prev:focus {
    background: #ffffff
}

.slick-next:hover, .slick-next:focus {
    background: #ffffff
}

.slick-prev:before, .slick-next:before {
    content: '';
    position: absolute;
    opacity: 1;
    width: 25px;
    height: 11px;
    left: 11px;
    top: 13px;
    background: url(../img/icon-next.png) no-repeat 0 0
}

.slick-prev:before {
    background: url(../img/icon-prev.png) no-repeat 0 0
}

@media (max-width: 815px) {
    .ctaWrap {
        float: left;
        margin-top: 0;
        margin-left: 10px
    }
}

.telIcon {
    position: relative;
    padding-left: 30px;
    padding-top: 2px
}

    .telIcon:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 20px;
        width: 26px;
        background: url(../img/sprite.png) no-repeat 0 -2207px
    }

a.emailIcon {
    position: relative;
    padding-left: 30px;
    padding-top: 0;
    color: #ffffff;
    margin-top: 10px;
    display: inline-block
}

    a.emailIcon:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 18px;
        width: 26px;
        background: url(../img/sprite.png) no-repeat 0 -2259px
    }

nav.navbar {
    background-color: #fff;
    height: 80px;
    border-radius: 0
}

@media (min-width: 815px) {
    nav.navbar {
        height: 96px;
        box-shadow: 0 0 15px -7px rgba(0,0,0,0.4)
    }
}

@media (max-width: 815px) {
    nav.navbar {
        width: 100%;
        height: 66px;
        border-bottom: solid 2px #e2e0df
    }
}

@media (max-width: 815px) {
    nav.navbar .layoutWrap {
        width: 100%
    }
}

nav .navbar-header > img, nav .navbar-brand > img {
    display: inline-block
}

nav .navbar-brand {
    height: auto;
    padding: 20px 15px 5px 0;
    display: inline-block
}

@media (max-width: 815px) {
    nav .navbar-brand {
        padding: 17px 12px 5px 10px;
        float: none
    }
}

@media (max-width: 360px) {
    nav .navbar-brand {
        padding-top: 22px
    }

        nav .navbar-brand > img {
            width: 100px
        }
}

@media (max-width: 815px) {
    nav .navbar-nav {
        margin: 0;
        max-height: inherit;
        height: calc(100vh - 60px);
        background: #ffffff;
        display: block
    }
}

nav .navbar-collapse {
    text-align: center;
    margin-top: 4px
}

@media (max-width: 815px) {
    nav .navbar-collapse {
        margin: 0;
        padding: 0
    }
}

nav .navbar-collapse .nav.navbar-nav {
    display: flex;
    margin-right: 24px
}

@media (max-width: 815px) {
    nav .navbar-collapse .nav.navbar-nav {
        display: block;
        margin-right: 0
    }
}

nav .cart-nav.cart-nav-mbl {
    display: none
}

@media (max-width: 815px) {
    nav .cart-nav.cart-nav-mbl {
        display: inline-block;
        top: 15px;
        right: 15px
    }
}

nav .cart-nav {
    position: absolute;
    right: 10px;
    top: 55px
}

    nav .cart-nav .dropdown-menu {
        right: 0;
        left: auto;
        padding: 0;
        border-radius: 0;
        border: 0 none
    }

        nav .cart-nav .dropdown-menu li > a {
            font-family: "Roboto",sans-serif;
            font-weight: 400;
            font-display: swap;
            padding-top: 7px;
            padding-bottom: 7px;
            border-bottom: solid 1px #e0e0e0
        }

            nav .cart-nav .dropdown-menu li > a:hover {
                color: #fff;
                background-color: #f12a00
            }

    nav .cart-nav span.cart-count {
        position: absolute;
        width: auto;
        height: 17px;
        background-color: #f12a00;
        color: #fff;
        font-size: 10px;
        text-align: center;
        right: 5px;
        top: -5px;
        padding: 0 5px
    }

@media (max-width: 815px) {
    nav .cart-nav {
        display: none
    }
}

nav .cart-nav > li {
    display: inline-block
}

    nav .cart-nav > li a.profile::after {
        background-color: transparent
    }

    nav .cart-nav > li a.cart::after {
        background-color: transparent
    }

    nav .cart-nav > li .profile {
        font-size: 13px;
        line-height: 17px;
        color: #303030;
        background: url(../img/sprite.png) no-repeat 6px -2322px;
        padding: 5px 0 5px 32px;
        margin-right: 5px;
        margin-top: 2px;
        display: inline-block
    }

@media (min-width: 815px) {
    nav .cart-nav > li .profile {
        padding-top: 22px;
        background-position: 5px 2px;
        background-size: 24px;
        background-image: url(../img/brands/tvs-connect.svg)
    }
}

@media (min-width: 815px) {
    nav .cart-nav > li .profile.ecompro {
        padding-top: 20px
    }
}

nav .cart-nav > li .cart {
    font-size: 13px;
    line-height: 17px;
    color: #303030;
    background: url(../img/sprite.png) no-repeat 0 -2407px;
    padding: 20px 0 5px 32px;
    margin-right: 5px;
    margin-top: 2px;
    display: inline-block;
    background-position: 0 -1px;
    background-size: 32px;
    background-image: url(../img/brands/icon-cart.svg)
}

nav .navbar-nav > li {
    float: none;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block
}

@media (min-width: 817px) {
    nav .navbar-nav > li {
        margin-left: 1px;
        margin-right: 1px
    }
}

@media (min-width: 890px) {
    nav .navbar-nav > li {
        margin-left: 5px;
        margin-right: 5px
    }
}

@media (min-width: 1024px) {
    nav .navbar-nav > li {
        margin-left: 4px;
        margin-right: 4px
    }
}

@media (min-width: 1500px) {
    nav .navbar-nav > li {
        margin-left: 14px;
        margin-right: 14px
    }
}

@media (max-width: 815px) {
    nav .navbar-nav > li {
        display: inline-block;
        width: 100%;
        background: #ffffff;
        margin: 0;
        text-align: left;
        border-bottom: solid 1px #eae9e9
    }
}

nav .navbar-nav > li.open > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background-color: #f12a00
}

nav .navbar-nav > li > a {
    padding: 15px 0 15px 20px;
    font-size: 18px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-display: swap;
    text-transform: uppercase;
    position: relative
}

    nav .navbar-nav > li > a.e-showroom-link {
        color: #003486
    }

@media (min-width: 817px) {
    nav .navbar-nav > li > a {
        font-size: 10px;
        padding: 15px 0
    }
}

@media (min-width: 1270px) {
    nav .navbar-nav > li > a {
        font-size: 15px
    }
}

@media (min-width: 1440px) {
    nav .navbar-nav > li > a {
        font-size: 16px
    }
}

@media (min-width: 1700px) {
    nav .navbar-nav > li > a {
        font-size: 18px
    }
}

nav .navbar-nav > li > a .caret {
    border: solid 1px red;
    background: transparent url("../img/down-arrow.png") center no-repeat;
    border: 0 none;
    height: 8px;
    margin-top: -3px;
    width: 10px
}

nav .navbar-nav > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 3px;
    background-color: #f12a00;
    transition: all .3s
}

nav .navbar-nav > li > a:hover, nav .navbar-nav > li > a:focus, nav .navbar-nav > li > a.active {
    background-color: transparent
}

    nav .navbar-nav > li > a:hover:after, nav .navbar-nav > li > a:focus:after, nav .navbar-nav > li > a.active:after {
        width: 100%
    }

nav .navbar-nav > li .dropdown-menu {
    border-radius: 0;
    border: 0 none;
    margin-top: 1px;
    padding: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0)
}

@media (min-width: 815px) {
    nav .navbar-nav > li .dropdown-menu {
        left: -26px;
        transform: inherit
    }
}

@media (max-width: 815px) {
    nav .navbar-nav > li .dropdown-menu {
        width: 100% !important;
        position: relative !important
    }
}

nav .navbar-nav > li .dropdown-menu > li > a {
    padding: 15px 35px 15px 25px;
    font-size: 14px;
    display: block;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-display: swap;
    text-transform: uppercase;
    transition: all .3s
}

@media (max-width: 815px) {
    nav .navbar-nav > li .dropdown-menu > li > a {
        font-size: 15px;
        border-bottom: solid 1px #eae9e9;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        color: #848484
    }
}

nav .navbar-nav > li .dropdown-menu > li > a:hover {
    color: #ffffff;
    background-color: #f12a00
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent
}

.mega-dropdown {
    position: static !important
}

.mega-dropdown-menu {
    padding: 20px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none
}

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                color: #222;
                padding: 3px 5px
            }

    .mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none
    }

    .mega-dropdown-menu .dropdown-header {
        font-size: 18px;
        color: #ff3546;
        padding: 5px 60px 5px 5px;
        line-height: 30px
    }

.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px
}

.left.carousel-control {
    right: 30px;
    left: inherit
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd
}

@media (min-width: 815px) {
    nav .navbar-header {
        margin-top: 29px;
        transition: all 0.2s ease-in-out
    }
}

@media (max-width: 815px) {
    nav .navbar-header {
        text-align: center;
        position: relative;
        z-index: 3;
        background-color: #ffffff
    }
}

@media (min-width: 815px) {
    nav .navbar-collapse {
        transition: all 0.2s ease-in-out;
        float: right;
        width: auto;
        margin: 45px 64px 0 0
    }
}

nav.top-nav-collapse {
    height: 75px
}

@media (min-width: 815px) {
    nav.top-nav-collapse .navbar-header {
        width: 20%;
        display: inline-block
    }
}

@media (min-width: 815px) {
    nav.top-nav-collapse .navbar-collapse {
        position: absolute;
        top: 0;
        left: auto;
        transform: translateX(0);
        right: 20px;
        width: 76%
    }

        nav.top-nav-collapse .navbar-collapse > ul.nav {
            text-align: right
        }

            nav.top-nav-collapse .navbar-collapse > ul.nav > li {
                margin-right: 22px;
                margin-left: 22px
            }
}

.secondaryAlias {
    height: 130px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.secondaryMenuWrapper {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%
}

    .secondaryMenuWrapper.fixPos {
        top: 66px
    }

.secondaryMenu {
    background-color: #ffffff;
    display: flex !important;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    border-bottom: solid 1px #e5e5e5
}

@media (max-width: 380px) {
    .secondaryMenu {
        justify-content: space-around
    }
}

.secondaryMenu > li {
    border-left: solid 1px #e5e5e5;
    display: block !important;
    flex: 0 1 auto;
    min-width: 60px;
    width: 100%
}

@media (max-width: 380px) {
    .secondaryMenu > li {
        width: auto
    }
}

@media (min-width: 381px) and (max-width: 420px) {
    .secondaryMenu > li {
        min-width: 70px
    }
}

.secondaryMenu > li:first-child {
    border-left: 0 none
}

.secondaryMenu > li > a {
    display: inline-block;
    text-align: center;
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-display: swap;
    font-size: 12px;
    position: relative;
    height: 64px;
    padding: 38px 7px 10px 7px;
    width: 100%
}

@media (max-width: 340px) {
    .secondaryMenu > li > a {
        font-size: 10px
    }
}

@media (min-width: 381px) and (max-width: 420px) {
    .secondaryMenu > li > a {
        padding-left: 0;
        padding-right: 0
    }
}

.secondaryMenu > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 4px;
    width: 33px;
    height: 30px;
    background: url(../img/sprite.png) no-repeat left top
}

.secondaryMenu > li > a.icon-owner:before {
    background-position: 0 -1832px;
    width: 20px;
    margin-left: -10px;
    background-position: 1px 2px;
    background-size: 19px;
    background-image: url(../img/brands/test-ride.svg)
}

.secondaryMenu > li > a.icon-buyer:before {
    background-position: 0 -1189px;
    background-position: 0 6px;
    background-size: 32px;
    background-image: url(../img/brands/icon-product.svg)
}

.secondaryMenu > li > a.icon-myAccount::before {
    width: 20px;
    margin-left: -10px;
    background-position: 0 -2318px;
    background-position: -2px 4px;
    background-size: 25px;
    background-image: url(../img/brands/tvs-connect.svg)
}

.secondaryMenu > li > a.icon-myCart::before {
    background-position: 0 -2402px;
    background-position: 0 4px;
    background-size: 32px;
    background-image: url(../img/brands/icon-cart.svg)
}

.secondaryMenu > li > a.icon-bookVehicle::before {
    width: 30px;
    margin-left: -15px;
    background-position: 0 -2476px;
    background-position: 10px 3px;
    background-size: 19px;
    background-image: url(../img/brands/book-online.svg)
}

.secondaryMenu > li > a:hover {
    color: #f12a00
}

.secondaryMenu > li > a span.cart-count {
    position: absolute;
    width: auto;
    height: 17px;
    background-color: #f12a00;
    color: #fff;
    font-size: 10px;
    text-align: center;
    top: 2px;
    left: 50%;
    padding: 0 5px
}

@media (max-width: 380px) {
    .secondaryMenu.noLogin li {
        width: 100%
    }
}

.navbar-toggle {
    float: left;
    background: #183883;
    height: 65px;
    margin: 0;
    padding: 10px 15px 0 15px;
    border-radius: 0
}

    .navbar-toggle.collapsed .icon-bar {
        margin-left: 4px
    }

    .navbar-toggle .icon-bar {
        background: #ffffff;
        margin-left: 6px
    }

    .navbar-toggle .sr-only {
        position: relative;
        font-size: 12px;
        color: #ffffff
    }

@media (max-width: 815px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: inherit;
        z-index: 3;
        position: relative
    }
}

.langs {
    position: absolute;
    right: 0;
    top: -1px
}

    .langs .testDriveDesk {
        font-size: 13px;
        line-height: 17px;
        color: #303030;
        background: url(../img/sprite.png) no-repeat 7px -1098px;
        padding: 5px 0 5px 32px;
        margin-right: 5px;
        margin-top: 2px;
        display: inline-block;
        background-position: 10px 3px;
        background-size: 16px;
        background-image: url(../img/brands/test-ride.svg)
    }

        .langs .testDriveDesk:hover {
            color: #f12a00
        }

        .langs .testDriveDesk.dealerLoc {
            background-position: 8px 4px;
            background-size: 16px;
            background-image: url(../img/brands/location.svg)
        }

        .langs .testDriveDesk.icon-bookVehicle {
            background-position: 12px 3px;
            background-size: 16px;
            background-image: url(../img/brands/book-online.svg);
            padding-left: 38px
        }

        .langs .testDriveDesk.icon-e-showroom {
            background-position: 6px 4px;
            background-size: 24px;
            background-image: url(../img/brands/e-showroom.svg);
            padding-left: 40px
        }

    .langs .select {
        width: auto;
        height: auto;
        display: inline-block;
        box-shadow: none
    }

        .langs .select::after {
            height: 26px;
            right: -6px
        }

        .langs .select select {
            font-size: 12px;
            text-transform: uppercase;
            padding: 0 18px 0 7px;
            border-top: 0 none
        }

.testDriveDesk {
    font-size: 13px;
    color: #303030;
    background: url(../img/sprite.png) no-repeat 0 -1095px;
    padding: 5px 0 5px 32px;
    margin-right: 5px
}

    .testDriveDesk:hover {
        color: #f12a00
    }

    .testDriveDesk.dealerLoc {
        background: url(../img/sprite.png) no-repeat 6px -1147px
    }

.select {
    width: auto;
    height: auto;
    display: inline-block;
    box-shadow: none
}

    .select::after {
        height: 26px;
        right: -6px
    }

    .select select {
        font-size: 12px;
        text-transform: uppercase;
        padding: 0 18px 0 7px;
        border-top: 0 none
    }

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%
}

.navbar-toggle .middle-bar {
    opacity: 0
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0)
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0)
}

@media (max-width: 815px) {
    nav .navbar-nav > li {
        opacity: 0;
        animation: slidein 0.5s ease-out;
        animation-fill-mode: both
    }

        nav .navbar-nav > li:nth-child(1) {
            animation-delay: 0s
        }

        nav .navbar-nav > li:nth-child(2) {
            animation-delay: 0.3s
        }

        nav .navbar-nav > li:nth-child(3) {
            animation-delay: 0.35s
        }

        nav .navbar-nav > li:nth-child(4) {
            animation-delay: 0.4s
        }

        nav .navbar-nav > li:nth-child(5) {
            animation-delay: 0.45s
        }

        nav .navbar-nav > li:nth-child(6) {
            animation-delay: 0.5s
        }

        nav .navbar-nav > li:nth-child(7) {
            animation-delay: 0.55s
        }

        nav .navbar-nav > li:nth-child(8) {
            animation-delay: 0.6s
        }

        nav .navbar-nav > li:nth-child(9) {
            animation-delay: 0.7s
        }

        nav .navbar-nav > li:nth-child(10) {
            animation-delay: 0.8s
        }

        nav .navbar-nav > li:nth-child(11) {
            animation-delay: 0.9s
        }

        nav .navbar-nav > li.racing-box {
            display: none
        }
}

nav .navbar-nav ul.socialIcons {
    padding: 15px 0 15px 20px
}

    nav .navbar-nav ul.socialIcons > li {
        opacity: 0;
        animation: slidein 0.5s ease-out;
        animation-fill-mode: both
    }

        nav .navbar-nav ul.socialIcons > li:nth-child(1) {
            animation-delay: 0.7s
        }

        nav .navbar-nav ul.socialIcons > li:nth-child(2) {
            animation-delay: 0.75s
        }

        nav .navbar-nav ul.socialIcons > li:nth-child(3) {
            animation-delay: 0.8s
        }

        nav .navbar-nav ul.socialIcons > li:nth-child(4) {
            animation-delay: 0.9s
        }

        nav .navbar-nav ul.socialIcons > li:nth-child(5) {
            animation-delay: 0.9s
        }

        nav .navbar-nav ul.socialIcons > li:nth-child(6) {
            animation-delay: 1s
        }

@keyframes slidein {
    0% {
        opacity: 0;
        margin-left: -30px
    }

    60% {
        opacity: 1;
        margin-left: 5px
    }

    100% {
        opacity: 1;
        margin-left: 0
    }
}

.country {
    position: relative;
    margin: 0 auto;
    display: inline-block
}

    .country .select {
        position: relative;
        padding: 0 105px 0 10px;
        height: 26px;
        line-height: 26px;
        border: 1px solid #e1e1e1;
        background: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        cursor: pointer
    }

@media (min-width: 815px) {
    .country .select {
        height: 28px;
        margin-top: -3px
    }
}

.country .f16 a.flag {
    list-style: none outside none;
    margin: 2px 0 0 0;
    width: 100%;
    padding-left: 20px;
    height: 16px;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #4d4e53
}

.country .f16 a:hover.flag {
    color: #23527c;
    text-decoration: none
}

.country .f16 .arg {
    background-position: 0 -495px
}

.country .f16 .bol {
    background-position: 0 -784px
}

.country .f16 .geo {
    background-position: 0 -1489px
}

.country .dropdown {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 225px;
    border: 1px solid #cfcfcf;
    border-top: 1px solid #e1e1e1;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    overflow-y: scroll;
    z-index: 1
}

    .country .dropdown .mCSB_inside > .mCSB_container {
        margin-right: 0
    }

    .country .dropdown .mCSB_scrollTools {
        width: 8px
    }

    .country .dropdown li {
        padding: 3px 2px;
        line-height: 13px
    }

        .country .dropdown li:hover, .country .dropdown li.active {
            background: #dedede;
            color: #454545
        }

        .country .dropdown li.open {
            display: block
        }

.intLang p {
    padding: 15px 0 10px 22px;
    font-size: 18px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-display: swap;
    text-transform: uppercase;
    position: relative;
    display: inline-block
}

@media (max-width: 350px) {
    .intLang p {
        font-size: 16px
    }
}

.intLang .select::after {
    top: -7px;
    right: -3px
}

.intLang .country {
    top: -2px;
    left: 1px
}

@media (max-width: 815px) {
    .intLang .country {
        top: -11px;
        left: 21px;
        padding-bottom: 10px
    }
}

.intLang .country .dropdown {
    top: -225px
}

@media (max-width: 815px) {
    .myTVSLogIn .dropdown-menu {
        min-width: 80px;
        border: 0 none;
        border-radius: 0;
        background: #fff;
        margin-top: 1px
    }

        .myTVSLogIn .dropdown-menu > li > a {
            padding-left: 10px;
            font-size: 12px;
            padding-right: 10px
        }
}

@media (min-width: 815px) {
    .LangOverlaping .country .select {
        margin-top: -6px
    }
}

@media (min-width: 815px) {
    .LangOverlaping .country .f16 a.flag {
        margin-top: 0
    }
}

footer {
    background: #183883 url(../../-/media/new-footer/footer-bg.svg) no-repeat 0px 50px;
    color: #fff;
    padding: 40px 0 0;
    font-family: "Poppins";
    font-weight: 400;
}

@media (max-width: 1023px) {
    footer {
        background-size: contain;
        background-position: 0px 170px
    }
}

footer a {
    color: #fff;
    font-size: 16px;
    line-height: 1.5
}

    footer a:hover, footer a:focus {
        color: #fff;
        text-decoration: none
    }

@media (min-width: 1024px) {
    footer .collapse {
        display: block;
        padding-bottom: 15px
    }
}

footer .collapse ul li a {
    color: #dedede
}

footer .logo {
    margin-bottom: 60px
}

@media (max-width: 1023px) {
    footer .logo {
        margin-bottom: 30px
    }
}

footer .logo .country-dropdown {
    text-align: right
}

@media (max-width: 1023px) {
    footer .logo .country-dropdown {
        text-align: left;
        margin-top: 30px
    }
}

footer .logo .country-dropdown .country {
    width: 200px;
    margin-right: 62px
}

@media (max-width: 1400px) {
    footer .logo .country-dropdown .country {
        width: 175px;
        margin-right: 0px
    }
}

@media (max-width: 1023px) {
    footer .logo .country-dropdown .country {
        display: block;
        width: 100%
    }
}

footer .logo .country-dropdown .select {
    background: transparent;
    color: #fff;
    border: solid 1px #fff;
    height: 40px;
    line-height: 40px;
    text-align: left;
    width: 100%
}

    footer .logo .country-dropdown .select:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-right: solid 1px #fff;
        border-bottom: solid 1px #fff;
        right: 10px;
        top: 10px;
        transform: rotate(45deg);
        padding: 0px
    }

@media (max-width: 1023px) {
    footer .logo .country-dropdown .select {
        width: 75%
    }
}

footer .logo .country-dropdown .flag.in {
    color: #fff
}

footer .logo .country-dropdown .dropdown {
    background: #183883;
    text-align: left;
    top: 36px
}

    footer .logo .country-dropdown .dropdown li a {
        color: #fff
    }

        footer .logo .country-dropdown .dropdown li a:hover, footer .logo .country-dropdown .dropdown li a:focus {
            color: #fff
        }

    footer .logo .country-dropdown .dropdown li.active, footer .logo .country-dropdown .dropdown li:hover, footer .logo .country-dropdown .dropdown li:focus {
        background: #254693
    }

@media (max-width: 1023px) {
    footer .logo .country-dropdown .dropdown {
        width: 75%
    }
}

footer ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 1.5
}

    footer ul li a:hover, footer ul li a:focus {
        color: #fff;
        text-decoration: none
    }

    footer ul li a[data-toggle="collapse"] {
        font-size: 18px;
        font-family: "Poppins";
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px;
        position: relative
    }

@media (max-width: 1400px) {
    footer ul li a[data-toggle="collapse"] {
        font-size: 17px
    }
}

@media (min-width: 1024px) {
    footer ul li a[data-toggle="collapse"] {
        pointer-events: none
    }
}

@media (max-width: 1023px) {
    footer ul li a[data-toggle="collapse"][aria-expanded="false"] {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(255,255,255,0.3);
        display: block
    }

        footer ul li a[data-toggle="collapse"][aria-expanded="false"]:after, footer ul li a[data-toggle="collapse"][aria-expanded="false"]:before {
            content: "";
            width: 15px;
            height: 15px;
            position: absolute;
            right: 0
        }

        footer ul li a[data-toggle="collapse"][aria-expanded="false"]:after {
            border-top: solid 1px #fff;
            right: 20px;
            top: 10px
        }

        footer ul li a[data-toggle="collapse"][aria-expanded="false"]:before {
            border-left: solid 1px #fff;
            right: 13px;
            top: 3px
        }
}

@media (max-width: 1023px) {
    footer ul li a[data-toggle="collapse"][aria-expanded="true"] {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(255,255,255,0.3);
        display: block
    }

        footer ul li a[data-toggle="collapse"][aria-expanded="true"]:after, footer ul li a[data-toggle="collapse"][aria-expanded="true"]:before {
            content: "";
            width: 15px;
            height: 15px;
            position: absolute;
            right: 0
        }

        footer ul li a[data-toggle="collapse"][aria-expanded="true"]:after {
            border-top: solid 1px #fff;
            right: 20px;
            top: 10px
        }

        footer ul li a[data-toggle="collapse"][aria-expanded="true"]:before {
            border-left: none
        }
}

footer ul li > ul {
    margin-left: 30px
}

    footer ul li > ul li {
        list-style: disc
    }

        footer ul li > ul li a {
            color: #dedede;
            font-size: 12px
        }

@media (min-width: 1280px) {
    footer ul.certain-height {
        min-height: 190px
    }
}

footer .reachus {
    background: #254693;
    padding: 15px 0;
    margin-top: 20px
}

    footer .reachus .wrap {
        display: flex
    }

@media (max-width: 1023px) {
    footer .reachus .wrap {
        display: block;
        border-bottom: solid 1px rgba(255,255,255,0.3);
        padding-bottom: 10px;
        margin-bottom: 20px
    }
}

footer .reachus .wrap .email {
    margin-right: 20px
}

footer .reachus .wrap .email, footer .reachus .wrap .call {
    display: flex
}

@media (max-width: 1023px) {
    footer .reachus .wrap .email, footer .reachus .wrap .call {
        padding-bottom: 10px
    }
}

footer .reachus .wrap .email .icon, footer .reachus .wrap .call .icon {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

footer .reachus .download {
    display: flex
}

@media (max-width: 1023px) {
    footer .reachus .download {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: solid 1px rgba(255,255,255,0.3)
    }
}

footer .reachus .download a:first-child {
    margin-right: 10px
}

footer .reachus .download img {
    height: 37px
}

@media (max-width: 815px) {
    footer .reachus .download img {
        height: 40px
    }
}

footer .reachus h3 {
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px
}

footer .reachus ul {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

    footer .reachus ul li a {
        margin-right: 15px;
        display: inline-block
    }

footer .copyright {
    padding: 12px 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 1023px) {
    footer .copyright {
        display: block;
        text-align: center
    }
}

footer .copyright p {
    margin: 0 10px 0 0;
    font-size: 12px;
    position: relative;
    padding-right: 10px;
    line-height: 1.5
}

    footer .copyright p:after {
        content: "";
        width: 1px;
        height: 100%;
        background: #fff;
        position: absolute;
        right: 0
    }

@media (max-width: 1023px) {
    footer .copyright p:after {
        display: none
    }
}

@media (max-width: 1023px) {
    footer .copyright p {
        margin-bottom: 10px
    }
}

footer .copyright ul {
    display: flex;
    align-items: center;
    justify-content: center
}

    footer .copyright ul li {
        position: relative;
        padding-right: 10px;
        margin-right: 10px
    }

        footer .copyright ul li a {
            font-size: 12px
        }

        footer .copyright ul li:after {
            content: "";
            width: 1px;
            height: 100%;
            background: #fff;
            position: absolute;
            right: 0
        }

        footer .copyright ul li:last-child:after {
            display: none
        }

.cookie_bot {
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 1111;
    color: #fff;
    background: rgba(24,56,131,0.9);
    background-size: 100%;
    visibility: hidden
}

.cookie_cont {
    width: 100%
}

@media (min-width: 815px) {
    .cookie_cont {
        width: 84%;
        float: left
    }
}

.cookie_cont > p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.4
}

@media (min-width: 815px) {
    .cookie_cont > p {
        font-size: 14px
    }
}

.cookie_main {
    padding: 10px 0 10px 0
}

@media (min-width: 815px) {
    .cookie_main {
        padding: 20px 0
    }
}

.cookie_main a {
    color: #fff
}

.cookie_main p a {
    color: #fff;
    text-decoration: underline
}

.cookie_but {
    text-align: center
}

@media (min-width: 815px) {
    .cookie_but {
        width: 15%;
        float: right;
        text-align: left
    }
}

.cookie_but > a {
    padding: 6px 20px;
    text-decoration: none;
    border: 1px solid;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    margin-top: 5px
}

@media (min-width: 815px) {
    .cookie_but > a {
        margin-top: 0;
        float: right;
        border: 2px solid;
        font-size: 14px;
        padding: 10px 20px
    }
}

footer .country .f16 a.flag {
    color: #fff !important
}

footer .country .select:after {
    background-image: none
}

@media (min-width: 1200px) {
    footer .container {
        width: 100%;
        max-width: 100%
    }
}

@media (min-width: 815px) {
    footer .collapse:not(.show) {
        display: block
    }
}

footer .collapsed .collapse {
    display: none
}

footer .footerSubNav {
    position: relative;
    box-shadow: 0px 0px 24px -4px black
}

    footer .footerSubNav.visible-xs {
        display: inline
    }

@media screen and (max-width: 1024px) {
    footer .footerSubNav.visible-xs {
        display: none
    }
}

footer .footerSubNav .goTop {
    position: fixed;
    right: 10px;
    bottom: 90px;
    height: 56px;
    width: 56px;
    background-color: #363636;
    border-radius: 50%;
    text-indent: -9999px;
    z-index: 1;
    border: solid 2px #fff;
    display: none
}

    footer .footerSubNav .goTop:after {
        content: "";
        position: absolute;
        height: 15px;
        width: 15px;
        left: 50%;
        top: 16px;
        margin-left: -8px;
        border-top: solid 1px white;
        border-right: solid 1px white;
        transform: rotate(-45deg);
        animation: upDown 1.5s infinite linear
    }

@media (max-width: 815px) {
    footer .collapse.in {
        padding-bottom: 15px
    }
}

footer .country.open .dropdown {
    display: block
}

@font-face {
    font-family: 'poppinsregular';
    src: url("../fonts/poppins/Poppins-Regular.eot");
    src: url("../fonts/poppins/Poppins-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/poppins/Poppins-Regular.ttf") format("truetype"),url("../fonts/poppins/Poppins-Regular.svg#Poppins-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'poppinsbold';
    src: url("../fonts/poppins/Poppins-Bold.eot");
    src: url("../fonts/poppins/Poppins-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/poppins/Poppins-Bold.ttf") format("truetype"),url("../fonts/poppins/Poppins-Bold.svg#Poppins-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'space_monoregular';
    src: url("../fonts/poppins/SpaceMono-Regular.eot");
    src: url("../fonts/poppins/SpaceMono-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/poppins/SpaceMono-Regular.ttf") format("truetype"),url("../fonts/poppins/SpaceMono-Regular.svg#SpaceMono-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'space_monobold';
    src: url("../fonts/poppins/SpaceMono-Bold.eot");
    src: url("../fonts/poppins/SpaceMono-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/poppins/SpaceMono-Bold.ttf") format("truetype"),url("../fonts/poppins/SpaceMono-Bold.svg#SpaceMono-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

.brandPage {
    margin-bottom: 0px
}

    .brandPage h2, .brandPage h1.home-title {
        color: #000000;
        text-transform: uppercase;
        font-size: 30px;
        font-family: 'Roboto';
        font-weight: 700;
        position: relative;
        padding-left: 56px;
        max-width: 1170px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto
    }

@media (min-width: 815px) {
    .brandPage h2, .brandPage h1.home-title {
        padding-left: 96px;
        font-size: 60px
    }
}

@media (max-width: 815px) {
    .brandPage h2, .brandPage h1.home-title {
        margin-left: 15px
    }
}

.brandPage h2.--reverse, .brandPage h1.home-title.--reverse {
    color: #ffffff
}

    .brandPage h2.--reverse:after, .brandPage h1.home-title.--reverse:after {
        background-color: #ffffff
    }

.brandPage h2:after, .brandPage h1.home-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 1px;
    background-color: #000000
}

@media (min-width: 815px) {
    .brandPage h2:after, .brandPage h1.home-title:after {
        width: 70px
    }
}

.brandPage h1.home-title {
    display: block
}

.brandPage .temp2 h1, .brandPage .temp2 h2 {
    color: #febc11;
    font-family: "Poppins";
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@media (min-width: 815px) {
    .brandPage .temp2 h1, .brandPage .temp2 h2 {
        padding-left: 20px;
        font-size: 50px
    }
}

.brandPage .temp2 h1::after, .brandPage .temp2 h2::after {
    display: none
}

.brandPage .temp2 h1.home-title {
    max-width: 1170px;
    display: block;
    margin: 0 auto
}

.brandPage .btn {
    padding: 19px 35px;
    border-radius: 2px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.24);
    -ms-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.24);
    -o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.24)
}

.brandPage .btn-red {
    color: #fff;
    background-color: #ee2e0a;
    border-color: #ee2e0a
}

    .brandPage .btn-red:hover {
        color: #fff;
        background: #bd2508
    }

.brandPage .btn.red-outline {
    color: #ee2e0a;
    background-color: transparent;
    border: 2px solid #ff0000;
    font-family: 'Roboto Cn', sans-serif;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

    .brandPage .btn.red-outline:hover {
        color: #fff;
        background: #ff0000
    }

.brandPage .btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000
}

    .brandPage .btn-black:hover {
        color: #fff;
        background: #0d0d0d;
        border-color: #0d0d0d
    }

.brandPage .adsSection img {
    width: 100%
}

.brandPage .langSelection h2 {
    font-size: 32px;
    margin: 26px
}

.langSelection {
    position: fixed;
    background: rgba(0,0,0,0.9);
    height: 100%;
    width: 100%;
    z-index: 999999;
    left: 0;
    top: 0
}

    .langSelection .langCont {
        background: #ffffff;
        width: 90%;
        max-width: 650px;
        height: 410px;
        position: absolute;
        display: block;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center
    }

@media (max-width: 815px) {
    .langSelection .langCont {
        width: 96%;
        height: auto;
        padding-bottom: 20px;
        min-height: 280px
    }
}

.langSelection .closePop {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 32px;
    height: 32px;
    opacity: 0.3
}

    .langSelection .closePop:hover {
        opacity: 1
    }

    .langSelection .closePop:before, .langSelection .closePop:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 25px;
        width: 2px;
        background-color: #333;
        transform: rotate(45deg)
    }

    .langSelection .closePop:after {
        transform: rotate(-45deg)
    }

.langSelection h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 35px;
    padding-left: 0
}

    .langSelection h2:after {
        display: none
    }

.langSelection .selectLang a {
    display: inline-block;
    text-decoration: none;
    margin: 0 12px 5px 12px
}

    .langSelection .selectLang a span {
        background: #ffffff;
        border: 1px solid #c7c7c7;
        border-radius: 50%;
        padding-top: 42px;
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        height: 110px;
        width: 110px;
        transition: all .4s
    }

    .langSelection .selectLang a em {
        font-size: 14px;
        color: #666;
        font-style: normal;
        margin-top: 14px;
        display: block;
        text-decoration: none
    }

    .langSelection .selectLang a:hover span {
        color: #ffffff;
        background: #ee2e0a;
        transition: all .4s
    }

.loader_ajax {
    background-color: #fff;
    bottom: 0;
    left: 0;
    opacity: .2;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    filter: alpha(opacity=90)
}

.loader_ajax_inner {
    height: 44px;
    width: 44px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px
}

.wrapper.innerpage nav.navbar {
    position: inherit;
    margin-bottom: 0
}

.heroSecondary .slick-dots > li {
    display: inline-block
}

    .heroSecondary .slick-dots > li:only-child {
        display: none
    }

.heroSecondary .vdownlod-list {
    margin-bottom: -1px;
    border: none
}

.heroSecondary .videoWrapper .video-hero-modal-poster {
    z-index: 1
}

    .heroSecondary .videoWrapper .video-hero-modal-poster.plyvid {
        visibility: hidden
    }

.heroSecondary .videoWrapper img {
    width: 100%
}

.heroSecondary .videoWrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 815px) {
    .heroSecondary .videoWrapper iframe {
        height: 100%
    }
}

.heroSecondary .videoWrapper .video-hero-modal-poster::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 108px;
    height: 108px;
    background: transparent url(../img/press-kit/play-icon.png) center no-repeat
}

@media (max-width: 815px) {
    .heroSecondary .videoWrapper .video-hero-modal-poster::after {
        width: 50px;
        height: 50px;
        background-size: cover
    }
}

.heroSecondary .brandheroSlider .slick-slide {
    margin: 0
}

    .heroSecondary .brandheroSlider .slick-slide .hero-item img {
        width: 100%
    }

.heroSecondary .brandheroSlider .slick-prev {
    top: 50%
}

@media (min-width: 815px) {
    .heroSecondary .brandheroSlider .slick-prev {
        left: -70px
    }
}

.heroSecondary .brandheroSlider .slick-next {
    top: 50%
}

@media (min-width: 815px) {
    .heroSecondary .brandheroSlider .slick-next {
        right: -70px
    }
}

.heroSecondary .brandheroSlider .slick-prev, .heroSecondary .brandheroSlider .slick-next {
    z-index: 99;
    width: 70px;
    height: 70px;
    background: rgba(0,0,0,0.38);
    border: solid 2px #ffffff;
    border-radius: 50%;
    transition: all 0.4s
}

@media (max-width: 815px) {
    .heroSecondary .brandheroSlider .slick-prev, .heroSecondary .brandheroSlider .slick-next {
        width: 50px !important;
        height: 50px !important
    }
}

.heroSecondary .brandheroSlider .slick-prev:hover, .heroSecondary .brandheroSlider .slick-prev:focus, .heroSecondary .brandheroSlider .slick-next:hover, .heroSecondary .brandheroSlider .slick-next:focus {
    background: rgba(0,0,0,0.7);
    transition: all 0.4s
}

.heroSecondary .brandheroSlider .slick-prev:before, .heroSecondary .brandheroSlider .slick-next:before {
    content: "";
    display: block;
    width: 13px;
    height: 23px;
    opacity: 1;
    margin: 0 auto;
    left: 15px;
    top: 12px
}

@media (min-width: 815px) {
    .heroSecondary .brandheroSlider .slick-prev:before, .heroSecondary .brandheroSlider .slick-next:before {
        left: 24px;
        top: 20px
    }
}

.heroSecondary .brandheroSlider .slick-prev {
    left: 2.196193265007321%
}

    .heroSecondary .brandheroSlider .slick-prev:before {
        background: url("../img/brands/white-arrow-left.png") 0 0 no-repeat
    }

@media (min-width: 815px) {
    .heroSecondary .brandheroSlider .slick-prev:before {
        left: 24px;
        top: 20px
    }
}

.heroSecondary .brandheroSlider .slick-next {
    right: 2.196193265007321%
}

    .heroSecondary .brandheroSlider .slick-next:before {
        background: url("../img/brands/white-arrow-right.png") 0 0 no-repeat;
        left: 20px
    }

@media (min-width: 815px) {
    .heroSecondary .brandheroSlider .slick-next:before {
        left: 28px
    }
}

.heroSecondary .brandheroSlider .slick-dots {
    text-align: left;
    display: inline-block !important;
    width: auto;
    bottom: 10px;
    top: inherit;
    left: 50%;
    transform: translateX(-50%)
}

    .heroSecondary .brandheroSlider .slick-dots li {
        height: 15px;
        width: 25px;
        overflow: hidden;
        margin: 0
    }

        .heroSecondary .brandheroSlider .slick-dots li button {
            height: 100%;
            width: 100%;
            padding: 0
        }

            .heroSecondary .brandheroSlider .slick-dots li button:before {
                height: 4px;
                width: 12px;
                content: '';
                background: #ffffff;
                top: 5px;
                left: 6px
            }

        .heroSecondary .brandheroSlider .slick-dots li.slick-active button:before {
            opacity: 1
        }

.brand-sticky ul.staticIcons {
    position: fixed;
    z-index: 999;
    right: -55px;
    bottom: 85px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (min-width: 815px) {
    .brand-sticky ul.staticIcons {
        right: 0;
        bottom: inherit;
        display: none;
        top: 50%;
        transform: translate(100%, -50%)
    }
}

@media (max-width: 815px) {
    .brand-sticky ul.staticIcons {
        border: 0 none;
        top: 50%;
        display: none;
        z-index: 99999;
        position: fixed;
        max-width: 260px;
        margin: 0 auto;
        transform: translate(0, -50%);
        bottom: 72px;
        top: inherit;
        transform: translate(0, 0);
        max-width: inherit;
        right: 6px;
        transition: inherit
    }
}

.brand-sticky ul.staticIcons.inn {
    transform: translate(0, -50%)
}

.brand-sticky ul.staticIcons.showSticky {
    right: 0
}

.brand-sticky ul.staticIcons > li {
    height: 52px;
    width: 52px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 1px
}

@media (max-width: 815px) {
    .brand-sticky ul.staticIcons > li {
        width: auto;
        height: 65px;
        margin-bottom: 8px
    }
}

.brand-sticky ul.staticIcons > li.icon-n360:hover a {
    padding: 14px 0 14px 15px
}

.brand-sticky ul.staticIcons > li > a {
    transition: all .3s ease;
    height: 52px;
    font-size: 14px;
    color: #fff;
    background: #ee2e0a;
    position: relative;
    z-index: 99;
    left: 0;
    top: 0;
    width: 170px;
    padding: 17px 0 17px 58px;
    display: block;
    text-decoration: none
}

@media (max-width: 815px) {
    .brand-sticky ul.staticIcons > li > a {
        background: none;
        height: 56px;
        color: #000000;
        width: 100%;
        padding: 17px 75px 17px 0;
        text-decoration: none;
        text-align: right;
        margin-bottom: 10px
    }
}

.brand-sticky ul.staticIcons > li > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 52px;
    background: url(../img/brands/sprite-sticky.png) no-repeat 15px -50px;
    display: inline-block;
    vertical-align: middle
}

@media (max-width: 815px) {
    .brand-sticky ul.staticIcons > li > a:before {
        width: 56px;
        height: 56px;
        border: solid 1px #e4e4e4;
        border-radius: 50%;
        right: 0;
        left: initial;
        box-shadow: 0px 5px 5px 0px rgba(94,94,94,0.75);
        margin-right: 5px;
        background: #fff url(../img/brands/sprite-sticky-black.png) no-repeat 15px -50px
    }
}

.brand-sticky ul.staticIcons > li > a span {
    vertical-align: super;
    font-size: 10px
}

.brand-sticky ul.staticIcons > li.price > a:before {
    background-position: 14px 14px;
    background-size: 25px;
    background-image: url(../img/brands/price-white.svg)
}

@media (max-width: 815px) {
    .brand-sticky ul.staticIcons > li.price > a:before {
        background-position: 10px 14px !important;
        background-image: url(../img/brands/price.svg)
    }
}

.brand-sticky ul.staticIcons > li.icon-bookVehicle > a:before {
    background-position: 16px 12px;
    background-size: 21px;
    background-image: url(../img/brands/book-online-white.svg)
}

@media (max-width: 815px) {
    .brand-sticky ul.staticIcons > li.icon-bookVehicle > a:before {
        background-position: 12px 12px !important;
        background-image: url(../img/brands/book-online.svg)
    }
}

.brand-sticky ul.staticIcons > li.storeLocator > a:before {
    background-position: 14px 12px;
    background-size: 25px;
    background-image: url(../img/brands/location-white.svg)
}

@media (max-width: 815px) {
    .brand-sticky ul.staticIcons > li.storeLocator > a:before {
        background-position: 12px 12px !important;
        background-image: url(../img/brands/location.svg)
    }
}

.brand-sticky ul.staticIcons > li.specification > a:before {
    background-position: 15px -208px
}

.brand-sticky ul.staticIcons > li.download > a:before {
    background-position: 16px 12px;
    background-size: 23px;
    background-image: url(../img/brands/download-brochure-white.svg)
}

@media (max-width: 815px) {
    .brand-sticky ul.staticIcons > li.download > a:before {
        background-position: 11px 11px !important;
        background-image: url(../img/brands/download-brochure.svg)
    }
}

.brand-sticky ul.staticIcons > li.view360 > a:before {
    background-position: 0px 0px;
    background-size: auto;
    background-image: url(../img/brands/360-view-white.png)
}

@media (max-width: 815px) {
    .brand-sticky ul.staticIcons > li.view360 > a:before {
        background-position: 0px 0px;
        background-image: url(../img/brands/360-view.png)
    }
}

.brand-sticky ul.staticIcons > li.bookTestDrive > a:before {
    background-position: 14px 8px;
    background-size: 24px;
    background-image: url(../img/brands/test-ride-white.svg)
}

@media (max-width: 815px) {
    .brand-sticky ul.staticIcons > li.bookTestDrive > a:before {
        background-position: 12px 12px !important;
        background-image: url(../img/brands/test-ride.svg)
    }
}

.brand-sticky ul.staticIcons > li.fbShare > a:before {
    background-position: 17px -674px
}

.brand-sticky ul.staticIcons > li.ytMob > a:before {
    background-position: 4px -580px
}

.brand-sticky ul.staticIcons > li.share > a::before {
    background-position: 16px -756px
}

.brand-sticky ul.staticIcons > li.download span {
    display: inline-block;
    margin: -10px 14px 0 -6px;
    text-align: center;
    position: relative;
    font-size: 12px;
    line-height: 14px
}

    .brand-sticky ul.staticIcons > li.download span:first-child::after {
        content: '';
        position: absolute;
        right: -6px;
        top: 2px;
        height: 38px;
        width: 1px;
        background: #f7816b
    }

.brand-sticky ul.staticIcons > li.call > a:before {
    background-position: 14px 14px;
    background-size: 25px;
    background-image: url(../img/brands/call-white.svg)
}

@media (max-width: 815px) {
    .brand-sticky ul.staticIcons > li.call > a:before {
        background-position: 11px 12px !important;
        background-size: 25px;
        background-image: url(../img/brands/call.svg)
    }
}

.brand-sticky ul.staticIcons > li.icon-n360 > a:before {
    background-position: 12px 16px;
    background-size: 25px;
    background-image: url(../img/brands/360-degree-white.svg)
}

@media (max-width: 815px) {
    .brand-sticky ul.staticIcons > li.icon-n360 > a:before {
        background-position: 4px 4px;
        background-image: url(../img/brands/360-degree-black.svg);
        background-size: 45px
    }
}

.brand-sticky ul.staticIcons > li.icon-n360.blue > a:before {
    background-position: 12px 16px;
    background-size: 25px;
    background-image: url(../img/brands/360-degree.svg)
}

@media (max-width: 815px) {
    .brand-sticky ul.staticIcons > li.icon-n360.blue > a:before {
        background-position: 0px 0px;
        background-image: url(../img/brands/360-degree.svg)
    }
}

.brand-sticky ul.staticIcons > li:hover a {
    left: -115px;
    padding-left: 15px
}

@media (max-width: 815px) {
    .brand-sticky ul.staticIcons > li:hover a {
        left: 0;
        padding-left: 58px
    }
}

.brand-sticky ul.staticIcons > li:hover a:before {
    left: initial;
    right: 0
}

.brand-sticky ul.staticIcons > li:hover {
    overflow: initial
}

    .brand-sticky ul.staticIcons > li:hover ul.social-icon {
        display: block;
        padding-left: 0
    }

@media (min-width: 815px) {
    .brand-sticky ul.staticIcons > li:last-child:after {
        display: none
    }
}

.brand-sticky ul.staticIcons > li.fbShare a {
    border-top: solid 1px #3f3f3f
}

.brand-sticky .btn-call {
    background: #ee2e0a url(../img/brands/sprite-sticky.png) no-repeat 12px -332px;
    bottom: 130px;
    height: 48px;
    width: 48px;
    right: 10px;
    border-radius: 50%;
    background-size: 92%;
    border: solid 2px #ffffff;
    position: fixed;
    z-index: 999
}

.brand-sticky .expandSticky {
    height: 56px;
    width: 56px;
    background-color: #ee2e0a;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 99999;
    border-radius: 50%;
    cursor: pointer;
    border: solid 2px #ffffff
}

@media (min-width: 815px) {
    .brand-sticky .expandSticky {
        display: none !important
    }
}

.brand-sticky .expandSticky span {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 14px 16px 14px 17px;
    transition: all .4s
}

    .brand-sticky .expandSticky span.active {
        transform: rotate(45deg);
        transition: all .4s;
        padding: 14px 12px 16px 20px
    }

.brand-sticky .stickyOverlay {
    position: fixed;
    background: rgba(255,255,255,0.95);
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    display: none
}

@media (min-width: 815px) {
    .brand-sticky .stickyOverlay {
        display: none !important
    }
}

@media (min-width: 815px) {
    .kannada .brand-sticky ul.staticIcons > li > a {
        width: 220px
    }
}

@media (min-width: 815px) {
    .kannada .brand-sticky ul.staticIcons > li:hover a {
        left: -165px
    }
}

@media (min-width: 815px) {
    .tamil .brand-sticky ul.staticIcons > li > a {
        width: 310px
    }
}

@media (min-width: 815px) {
    .tamil .brand-sticky ul.staticIcons > li:hover a {
        left: -255px
    }
}

@media (min-width: 815px) {
    .telugu .brand-sticky ul.staticIcons > li > a {
        width: 250px
    }
}

@media (min-width: 815px) {
    .telugu .brand-sticky ul.staticIcons > li:hover a {
        left: -195px
    }
}

@media (min-width: 815px) {
    .gujarati .brand-sticky ul.staticIcons > li > a, .punjabi .brand-sticky ul.staticIcons > li > a {
        width: 210px
    }
}

@media (min-width: 815px) {
    .gujarati .brand-sticky ul.staticIcons > li:hover a, .punjabi .brand-sticky ul.staticIcons > li:hover a {
        left: -155px
    }
}

.htmloverFlow {
    overflow-y: hidden
}

.brandPage .ntorqians {
    position: absolute;
    z-index: auto;
    width: 100%
}

@media (max-width: 815px) {
    .brandPage .ntorqians {
        position: sticky;
        top: 0;
        z-index: 100
    }
}

@media (max-width: 815px) {
    .top-menu .navbar-collapse {
        z-index: 999999;
    }
}

.ntorqians .container-fluid {
    display: block
}

.ntorqians nav.navbar {
    background-color: transparent;
    box-shadow: unset;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    padding: 0px 90px;
    border: none
}

@media (min-width: 816px) {
    .ntorqians nav.navbar {
        height: 80px
    }
}

@media (max-width: 815px) {
    .ntorqians nav.navbar {
        padding: 0px;
        position: relative
    }
}

@media (min-width: 816px) {
    .ntorqians nav.navbar .navbar-header {
        margin-top: 10px
    }
}

@media (min-width: 816px) {
    .ntorqians nav.navbar .navbar-header .navbar-brand {
        padding: 0px
    }
}

.ntorqians nav.navbar .navbar-nav > li > a {
    color: #fff;
    border: none;
    padding: 15px
}

@media (max-width: 815px) {
    .ntorqians nav.navbar .navbar-nav > li > a {
        height: 100%;
        align-items: center;
        display: flex;
        padding: 0px 50px;
        justify-content: center
    }
}

.ntorqians nav.navbar .navbar-nav > li > a:after {
    display: none
}

.ntorqians nav.navbar .navbar-nav > li > a:hover, .ntorqians nav.navbar .navbar-nav > li > a.active {
    color: #8ec043;
    border: none
}

    .ntorqians nav.navbar .navbar-nav > li > a:hover img, .ntorqians nav.navbar .navbar-nav > li > a.active img {
        content: url("/tvs-ntorq/-/media/Brand-Pages/NTorq/ntorq-ntorqians/Ntorq-Music-New/TVS_Ntorq_REV_Green-01.png")
    }

@media (max-width: 815px) {
    .ntorqians nav .navbar-nav > li {
        background: #000;
        height: 50px
    }
}

@media (max-width: 815px) {
    .ntorqians nav .navbar-nav > li a {
        padding: 15px 15px 15px 25px
    }
}

@media (max-width: 815px) {
    .ntorqians .navbar-header {
        background-color: #000
    }
}

.ntorqians nav .navbar-nav {
    background: transparent !important
}

@media (max-width: 815px) {
    .ntorqians nav .navbar-nav {
        display: flex !important;
        height: auto;
        overflow-x: auto
    }
}

.ntorqians nav .navbar-collapse .nav.navbar-nav {
    align-items: center;
    margin-right: 0
}

@media (min-width: 815px) {
    .ntorqians nav .navbar-collapse {
        margin-top: 10px !important
    }
}

.ntorq-music-about {
    position: relative;
    min-height: 630px
}

@media (max-width: 815px) {
    .ntorq-music-about {
        min-height: 540px
    }
}

.ntorq-music-about .about-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ntorq-music-about .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed
}

    .ntorq-music-about .bg.d-none {
        display: none
    }

@media (min-width: 815px) {
    .ntorq-music-about .bg.d-none.d-lg-block {
        display: block
    }
}

@media (min-width: 815px) {
    .ntorq-music-about .bg.d-lg-none {
        display: none
    }
}

@media (max-width: 815px) {
    .ntorq-music-about .bg.d-lg-none.d-block {
        display: block
    }
}

.ntorq-music-about .title img {
    display: inline-block
}

.ntorq-music-about .title h3 {
    letter-spacing: 16px;
    font-size: 32px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    font-family: 'space_monoregular';
    padding-top: 16px
}

@media (max-width: 815px) {
    .ntorq-music-about .title h3 {
        font-size: 26px
    }
}

.ntorq-music-about .quote-text {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    padding-top: 15px;
    color: #fff;
    line-height: 30px
}

@media (max-width: 815px) {
    .ntorq-music-about .quote-text {
        font-size: 24px;
        padding-top: 10px
    }
}

.ntorq-music-about .text-content {
    max-width: 929px;
    margin: 0 auto;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    padding-top: 12px
}

@media (max-width: 815px) {
    .ntorq-music-about .text-content {
        font-size: 14px
    }
}

.ntorq-music-about .content-wrapper {
    position: relative;
    z-index: 1
}

.ntorq-music-about .content-wrapper {
    position: relative;
    opacity: 0;
    transform: translateY(400px);
    transition: transform 2s ease;
    overflow: hidden;
    height: 680px;
    animation: fadding 2s ease
}

@media (max-width: 815px) {
    .ntorq-music-about .content-wrapper {
        height: 590px
    }
}

@keyframes fadding {
    0% {
        opacity: 0;
        transform: translateY(400px)
    }

    20% {
        opacity: 0.5;
        transform: translateY(320px)
    }

    40% {
        opacity: 1;
        transform: translateY(240px)
    }
}

.ntorq-music-about .content-wrapper.show {
    opacity: 1;
    transform: translateY(0px)
}

.ntorq-music-about .content-text {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%
}

@media (max-width: 815px) {
    .ntorq-music-about .content-text {
        top: 32%
    }
}

.ntorq-music-about .title, .ntorq-music-about .quote-text, .ntorq-music-about .text-content {
    opacity: 0;
    transform: translateY(100px);
    animation: fade-up 2s ease forwards, fade-out 2s ease 2s reverse forwards
}

@keyframes fade-up {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-out {
    to {
        opacity: 0;
        transform: translateY(50px)
    }
}

.ntorq-music-about .title {
    animation-delay: 1s
}

.ntorq-music-about .quote-text {
    animation-delay: 1.5s
}

.ntorq-music-about .text-content {
    animation-delay: 2s
}

.ntorq-music-new-release {
    background-color: #000;
    padding: 50px 0px 20px;
    position: relative;
    overflow: hidden
}

    .ntorq-music-new-release .title {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        margin-bottom: 30px
    }

        .ntorq-music-new-release .title .music-icon {
            margin-bottom: 20px
        }

        .ntorq-music-new-release .title img {
            width: auto;
            height: auto
        }

    .ntorq-music-new-release .videoWrapper {
        position: relative
    }

        .ntorq-music-new-release .videoWrapper img {
            width: 100%
        }

        .ntorq-music-new-release .videoWrapper iframe {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1
        }

@media (max-width: 815px) {
    .ntorq-music-new-release .videoWrapper iframe {
        height: 100%
    }
}

.ntorq-music-new-release .videoWrapper .request-loader {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

    .ntorq-music-new-release .videoWrapper .request-loader span {
        position: relative;
        font-size: 72px;
        top: 5px;
        left: -5px
    }

    .ntorq-music-new-release .videoWrapper .request-loader::after {
        opacity: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0;
        bottom: 0;
        content: '';
        height: 100%;
        width: 100%;
        border: 5px solid rgba(255,255,255,0.6);
        border-radius: 100%;
        animation-name: ripple;
        animation-duration: 3s;
        animation-delay: 0s;
        animation-iteration-count: infinite;
        animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
        z-index: -1
    }

    .ntorq-music-new-release .videoWrapper .request-loader::before {
        opacity: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0;
        bottom: 0;
        content: '';
        height: 100%;
        width: 100%;
        border: 5px solid rgba(255,255,255,0.6);
        border-radius: 100%;
        animation-name: ripple;
        animation-duration: 3s;
        animation-delay: 0.5s;
        animation-iteration-count: infinite;
        animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
        z-index: -1
    }

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(0.75, 0.75, 1)
    }

    to {
        opacity: 0;
        transform: scale3d(1.5, 1.5, 1)
    }
}

.ntorq-music-new-release .videoWrapper .video-hero-modal-poster::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 108px;
    height: 108px;
    background: transparent url("/-/media/Brand Pages/NTorq/ntorq-ntorqians/play-icon.png") center no-repeat;
    z-index: 3
}

@media (max-width: 815px) {
    .ntorq-music-new-release .videoWrapper .video-hero-modal-poster::after {
        width: 50px;
        height: 50px;
        background-size: cover
    }
}

.ntorq-music-new-release .video-content-overlay {
    position: absolute;
    bottom: 170px;
    width: 100%;
    text-align: center;
    z-index: 2
}

@media screen and (max-width: 1370px) {
    .ntorq-music-new-release .video-content-overlay {
        bottom: 80px
    }
}

@media (max-width: 815px) {
    .ntorq-music-new-release .video-content-overlay {
        bottom: 70px
    }
}

.ntorq-music-new-release .gradient-button-wraaper {
    background: linear-gradient(90deg, #7BFD5B 0%, #0046FB 100%);
    padding: 1px;
    border-radius: 25px;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    position: relative;
    margin-top: 35px;
    margin: 35px 10px;
    max-width: 214px
}

@media (max-width: 815px) {
    .ntorq-music-new-release .gradient-button-wraaper {
        margin: 10px
    }
}

.ntorq-music-new-release .gradient-btn {
    display: flex;
    align-items: center;
    height: 40px;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    border: none;
    padding: 20px 30px;
    color: #FFF;
    background: #000;
    background-clip: padding-box;
    border: solid 1px transparent;
    border-radius: 25px;
    box-shadow: unset
}

    .ntorq-music-new-release .gradient-btn .gradient-text {
        font-size: 14px;
        font-weight: 600;
        background: linear-gradient(90deg, #7BFD5B 0%, #0046FB 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase
    }

    .ntorq-music-new-release .gradient-btn img {
        margin-left: 8px;
        width: auto;
        height: auto
    }

.music-bts {
    min-height: 274px;
    position: relative
}

@media (max-width: 815px) {
    .music-bts {
        min-height: 390px
    }
}

.music-bts .bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0
}

.music-bts .bts-inner-wrapper {
    padding: 50px 90px
}

@media (max-width: 815px) {
    .music-bts .bts-inner-wrapper {
        padding: 110px 28px 50px
    }
}

.music-bts .bts-inner-wrapper h3 {
    color: #FFF;
    font-family: "Poppins";
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    text-transform: uppercase
}

@media (max-width: 815px) {
    .music-bts .bts-inner-wrapper h3 {
        font-size: 54px
    }
}

.music-bts .bts-inner-wrapper p {
    max-width: 629px;
    font-size: 18px;
    color: #fff
}

.music-bts .bts-inner-wrapper button.music-play {
    background-color: transparent;
    border: none;
    box-shadow: unset;
    outline: none !important;
    margin-top: 58px;
    position: relative;
    z-index: 1
}

@media (max-width: 815px) {
    .music-bts .bts-inner-wrapper button.music-play {
        position: absolute;
        right: 50px;
        top: 60px;
        width: 56px;
        height: 56px
    }
}

.modal.music-bts-popup .modal-dialog {
    width: 66%;
    margin: 30px auto
}

@media (max-width: 815px) {
    .modal.music-bts-popup .modal-dialog {
        width: 100%
    }
}

.modal.music-bts-popup .modal-header {
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    z-index: 6;
    background: #000 !important;
    border-radius: 50%;
    padding: 5px 12px;
    height: 40px;
    width: 40px;
    border: 1px solid #fff
}

    .modal.music-bts-popup .modal-header .close {
        font-size: 30px;
        color: #fff;
        opacity: 1
    }

.modal.music-bts-popup .modal-body .videoWrapper .video-hero-modal-poster::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 108px;
    height: 108px;
    background: transparent url("/-/media/Brand Pages/NTorq/ntorq-ntorqians/play-icon.png") center no-repeat;
    z-index: 5
}

@media (max-width: 815px) {
    .modal.music-bts-popup .modal-body .videoWrapper .video-hero-modal-poster::after {
        width: 50px;
        height: 50px;
        background-size: cover
    }
}

.modal.music-bts-popup .modal-body .videoWrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.ntorq-socialmedia {
    background-color: #000
}

    .ntorq-socialmedia .social-media-title-wrapper {
        position: relative;
        min-height: 345px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        position: relative
    }

        .ntorq-socialmedia .social-media-title-wrapper .bg {
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            position: absolute;
            top: 0;
            left: 0
        }

            .ntorq-socialmedia .social-media-title-wrapper .bg.d-none {
                display: none
            }

@media (min-width: 815px) {
    .ntorq-socialmedia .social-media-title-wrapper .bg.d-none.d-lg-block {
        display: block
    }
}

@media (min-width: 815px) {
    .ntorq-socialmedia .social-media-title-wrapper .bg.d-lg-none {
        display: none
    }
}

@media (max-width: 815px) {
    .ntorq-socialmedia .social-media-title-wrapper .bg.d-lg-none.d-block {
        display: block
    }
}

.ntorq-socialmedia .social-media-title-wrapper .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-bottom: 30px;
    z-index: 1
}

    .ntorq-socialmedia .social-media-title-wrapper .title .music-icon {
        margin-bottom: 20px
    }

    .ntorq-socialmedia .social-media-title-wrapper .title img {
        width: auto;
        height: auto
    }

.ntorq-socialmedia .social-media-title-wrapper .media-note {
    color: #FFF;
    text-align: center;
    font-family: "Poppins";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 1
}

@media (max-width: 815px) {
    .ntorq-socialmedia .social-media-title-wrapper .media-note {
        font-size: 24px
    }
}

.ntorq-socialmedia .social-media-title-wrapper .hashtags {
    color: #4E6AFF;
    text-align: center;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    z-index: 1
}

.ntorq-socialmedia .social-media-wrapper {
    position: relative;
    width: 100%;
    text-align: center
}

    .ntorq-socialmedia .social-media-wrapper img {
        width: 100%;
        height: auto
    }

    .ntorq-socialmedia .social-media-wrapper .media-content {
        position: absolute;
        max-width: 915px;
        margin: 0 auto;
        bottom: 80px;
        left: 0px;
        right: 0px
    }

@media (max-width: 815px) {
    .ntorq-socialmedia .social-media-wrapper .media-content {
        bottom: 44px;
        max-width: 312px
    }
}

.ntorq-socialmedia .social-media-wrapper .media-content p {
    text-align: center;
    color: #FFF;
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 400
}

@media (max-width: 815px) {
    .ntorq-socialmedia .social-media-wrapper .media-content p {
        font-size: 18px
    }
}

.ntorq-socialmedia .social-media-wrapper .media-content p span {
    font-weight: 800
}

.ntorq-socialmedia .social-media-wrapper a.music-play {
    background-color: transparent;
    border: none;
    box-shadow: unset;
    outline: none !important;
    margin-top: 58px;
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -56%);
    z-index: 1
}

@media (max-width: 1399px) {
    .ntorq-socialmedia .social-media-wrapper a.music-play {
        top: 35%;
        transform: translate(-50%, -35%)
    }
}

@media (max-width: 815px) {
    .ntorq-socialmedia .social-media-wrapper a.music-play {
        width: 56px;
        height: 56px;
        top: 26%;
        transform: translate(-50%, -26%)
    }
}

.ntorq-lineup-section {
    padding: 70px 0px;
    background-color: #000
}

    .ntorq-lineup-section .title {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        margin-bottom: 30px
    }

        .ntorq-lineup-section .title .music-icon {
            margin-bottom: 20px
        }

        .ntorq-lineup-section .title img {
            width: auto;
            height: auto
        }

    .ntorq-lineup-section .ntorq-lineup-wrapper {
        padding: 0px 60px
    }

@media (max-width: 815px) {
    .ntorq-lineup-section .ntorq-lineup-wrapper {
        padding: 0px
    }
}

@media (max-width: 815px) {
    .ntorq-lineup-section .ntorq-lineup-slide .slick-list {
        padding: 0px 20px 0px 0px
    }
}

.ntorq-lineup-section .ntorq-lineup-slide .lineup-item {
    padding: 0px 14px
}

@media (max-width: 815px) {
    .ntorq-lineup-section .ntorq-lineup-slide .lineup-item {
        padding: 0px 15px 0px 0px
    }
}

.ntorq-lineup-section .ntorq-lineup-slide .lineup-item .lineup-card-wrapper {
    border: 1px solid #212121;
    background: #0E0E0E;
    height: auto;
    overflow-x: hidden;
    padding: 20px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap
}

@media (max-width: 815px) {
    .ntorq-lineup-section .ntorq-lineup-slide .lineup-item .lineup-card-wrapper {
        flex-flow: column
    }
}

.ntorq-lineup-section .ntorq-lineup-slide .lineup-item .lineup-card-wrapper .bike-specification-info {
    width: 50%;
    padding: 20px
}

@media (max-width: 815px) {
    .ntorq-lineup-section .ntorq-lineup-slide .lineup-item .lineup-card-wrapper .bike-specification-info {
        width: 100%;
        padding: 10px 14px 0px 14px
    }
}

.ntorq-lineup-section .ntorq-lineup-slide .lineup-item .lineup-card-wrapper .bike-specification-info .bike-title h3 {
    color: #FFF;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: -5px
}

.ntorq-lineup-section .ntorq-lineup-slide .lineup-item .lineup-card-wrapper .bike-specification-info .bike-title p {
    color: #FFF;
    font-family: 'space_monoregular';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    min-height: 60px;
    line-height: 22px
}

.ntorq-lineup-section .ntorq-lineup-slide .lineup-item .lineup-card-wrapper .bike-specification-info .bike-specification {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

    .ntorq-lineup-section .ntorq-lineup-slide .lineup-item .lineup-card-wrapper .bike-specification-info .bike-specification .bike-specblock {
        padding-top: 10px;
        width: 50%
    }

        .ntorq-lineup-section .ntorq-lineup-slide .lineup-item .lineup-card-wrapper .bike-specification-info .bike-specification .bike-specblock .spec {
            color: #FFF;
            font-family: "Poppins";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal
        }

        .ntorq-lineup-section .ntorq-lineup-slide .lineup-item .lineup-card-wrapper .bike-specification-info .bike-specification .bike-specblock .spec-title {
            color: #777;
            font-size: 10px;
            font-weight: 400;
            font-family: "Poppins";
        }

.ntorq-lineup-section .ntorq-lineup-slide .lineup-item .lineup-card-wrapper .bike-specification-info .gradient-button-wraaper {
    left: 0px;
    transform: unset;
    margin-top: 40px
}

@media (max-width: 815px) {
    .ntorq-lineup-section .ntorq-lineup-slide .lineup-item .lineup-card-wrapper .bike-specification-info .gradient-button-wraaper {
        margin-top: 20px
    }
}

.ntorq-lineup-section .ntorq-lineup-slide .lineup-item .lineup-card-wrapper .bike-specification-info .gradient-button-wraaper .gradient-btn {
    background-color: #0E0E0E
}

.ntorq-lineup-section .ntorq-lineup-slide .slick-dots {
    bottom: -60px
}

    .ntorq-lineup-section .ntorq-lineup-slide .slick-dots li button:before, .ntorq-lineup-section .ntorq-lineup-slide .slick-dots li.slick-active button:before {
        color: #ffffff;
        font-size: 15px
    }

.ntorq-lineup-section .gradient-button-wraaper {
    background: linear-gradient(90deg, #7BFD5B 0%, #0046FB 100%);
    padding: 1px;
    border-radius: 25px;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 108px
}

.ntorq-lineup-section .gradient-btn {
    display: flex;
    align-items: center;
    height: 40px;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    border: none;
    padding: 20px 30px;
    color: #FFF;
    background: #000;
    background-clip: padding-box;
    border: solid 1px transparent;
    border-radius: 25px
}

    .ntorq-lineup-section .gradient-btn .gradient-text {
        font-size: 14px;
        font-weight: 600;
        background: linear-gradient(90deg, #7BFD5B 0%, #0046FB 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase
    }

    .ntorq-lineup-section .gradient-btn img {
        margin-left: 8px
    }

.heroSecondary .features-slider .brandheroSlider .hero-item {
    position: relative
}

@media (max-width: 815px) {
    section.heroSecondary .features-slider .brandheroSlider {
        margin-top: 0px
    }
}

.heroSecondary .features-slider .brandheroSlider .videoWrapper {
    position: relative
}

.heroSecondary .built-to-order {
    position: absolute;
    right: 260px;
    top: 50px;
    text-align: center;
    z-index: 999
}

@media (max-width: 815px) {
    .heroSecondary .built-to-order {
        left: 20px;
        position: absolute;
        top: unset;
        text-align: center;
        bottom: 40px;
        right: unset
    }
}

.heroSecondary .built-to-order a {
    padding: 8px 15px;
    color: #fff;
    background-color: #259add;
    font-family: "Poppins";
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 5;
    font-size: 18px;
    font-weight: 600;
    font-style: italic
}

@media (max-width: 815px) {
    .heroSecondary .built-to-order a {
        padding: 6px;
        font-size: 10px
    }
}

.heroSecondary .built-to-order a:after {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    background: none;
    border: solid 1px #fff;
    left: -10px;
    right: 0;
    top: -10px
}

@media (max-width: 815px) {
    .heroSecondary .built-to-order a:after {
        content: "";
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        left: -5px;
        top: -5px
    }
}

@media (max-width: 815px) {
    .secondaryMenuWrapper {
        position: relative
    }
}

.secondaryMenuWrapper.fixPos {
    top: 1px
}

.sticky-footer-wrap {
    display: none
}

@media (max-width: 815px) {
    .sticky-footer-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
        z-index: 99999;
        width: 100%;
        background-color: #000;
        box-shadow: 0px 0px 35px 0px rgba(255,255,255,0.4);
        padding: 9px 10px
    }
}

.sticky-footer-wrap > .btn-sticky {
    width: 100%;
    margin: 0;
    line-height: 22px;
    text-align: center;
    padding: 8px 20px
}

    .sticky-footer-wrap > .btn-sticky:first-child {
        margin-right: 8px
    }

    .sticky-footer-wrap > .btn-sticky:focus, .sticky-footer-wrap > .btn-sticky:hover, .sticky-footer-wrap > .btn-sticky.focus {
        outline: none;
        outline-offset: unset
    }

.section-raider .btn-sticky {
    color: #000;
    background-color: #ffe806;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins";
}

.section-apache-rr310 .btn-sticky {
    font-size: 15px;
    text-align: center;
    background: linear-gradient(180deg, #DF262A 0%, #AE1E21 100%);
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.section-jupiter110 .sticky-footer-wrap, .section-radeon .sticky-footer-wrap, .section-xl100 .sticky-footer-wrap {
    background-color: #FFF;
    box-shadow: 20px 0px 20px 0px rgba(0,0,0,0.3)
}

.section-jupiter110 .btn-sticky, .section-radeon .btn-sticky, .section-xl100 .btn-sticky {
    background-color: #1D1D1D;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

    .section-jupiter110 .btn-sticky:focus, .section-jupiter110 .btn-sticky:hover, .section-jupiter110 .btn-sticky.focus, .section-radeon .btn-sticky:focus, .section-radeon .btn-sticky:hover, .section-radeon .btn-sticky.focus, .section-xl100 .btn-sticky:focus, .section-xl100 .btn-sticky:hover, .section-xl100 .btn-sticky.focus {
        color: #fff;
        outline: none;
        outline-offset: unset
    }

.section-ntorq .sticky-footer-wrap {
    box-shadow: 20px 0px 20px 0px rgba(255,255,255,0.3)
}

.section-ntorq .btn-sticky {
    background-color: #C02231;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 20px !important
}

    .section-ntorq .btn-sticky:focus, .section-ntorq .btn-sticky:hover, .section-ntorq .btn-sticky.focus {
        color: #fff
    }

.section-jupiter125 .sticky-footer-wrap {
    background-color: #FFF;
    box-shadow: 20px 0px 20px 0px rgba(0,0,0,0.3)
}

.section-jupiter125 .btn-sticky {
    border: 1.5px solid #1f5d8a;
    color: #ffffff;
    background-color: #1F5D8A;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    transform: skewX(-20deg)
}

    .section-jupiter125 .btn-sticky > span {
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
        display: block;
        margin: 0
    }

.section-zest .btn-sticky, .section-pep .btn-sticky {
    background-color: #fff;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.section-startcity-plus .sticky-footer-wrap {
    background-color: #FFF
}

    .section-startcity-plus .sticky-footer-wrap .btn-sticky {
        background-color: #ff0000;
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
        padding: 8px 20px !important
    }

.section-tvs-sport .sticky-footer-wrap {
    background-color: #FFF
}

    .section-tvs-sport .sticky-footer-wrap .btn-sticky {
        background-color: #ee2e0a;
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
        padding: 8px 20px !important
    }

@media (max-width: 815px) {
    .wrapper.innerpage footer {
        padding-bottom: 58px
    }
}

@media (max-width: 815px) {
    .wrapper.innerpage .cookie_bot {
        bottom: 58px
    }
}

@media (max-width: 815px) {
    .wrapper.innerpage .brand-sticky ul.staticIcons {
        bottom: 120px
    }
}

@media (max-width: 815px) {
    .brand-sticky .expandSticky {
        bottom: 70px
    }
}

@media (max-width: 815px) {
    .footerSubNav .goTop {
        bottom: 136px
    }
}

footer .country.open .dropdown {
    display: block
}
