.specTab ul li,
li,
ul {
    list-style: none
}

.change_language {
    display: flex !important;
}

.ro_btn {
    display: flex !important;
}
/*-------------------------------technology-engine-------------------------*/
@-webkit-keyframes ripple1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes ripple2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ripple2:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.ripple2:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

.ripple3 {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
    border-radius: 100px;
    -webkit-animation: ripple3 1.8s infinite;
    animation: ripple3 1.8s infinite;
    background-color: #fff !important
}

@-webkit-keyframes ripple3 {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple3 {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.technology-engine-slide-item img {
    max-width: 100%
}

.mainContainer {
    width: 100%;
    float: left
}

.technoPageBanner {
    display: block;
    width: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden
}

    .technoPageBanner .rightlogo {
        width: auto;
        height: auto;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 1
    }

    .technoPageBanner .carBase {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%)
    }

        .technoPageBanner .carBase img {
            width: 50%;
            margin: auto
        }

.technoBannerImg {
    width: 100%;
    display: block;
    overflow: hidden
}

    .technoBannerImg img {
        width: 100%;
        height: auto
    }

.reefilSection,
.reefilSection2,
.reefilSection3 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

    .reefilSection img {
        width: auto;
        height: auto;
        position: relative;
        z-index: 2;
        position: absolute
    }

.automatic.engine .reefilSection img.blueCircleImg {
    display: block !important
}

.reefilSection img.whiteImg {
    display: none
}

.reefilSection.active {
    z-index: 9
}

.redButtonheartect {
    left: 50%;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-left: -230px;
    margin-top: -50px
}

.redButtonheartect2 {
    left: 50%;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-left: -135px;
    margin-top: -15px
}

.redButtonheartect3 {
    left: 50%;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-left: 90px;
    margin-top: -15px
}

.redButtonheartect4 {
    left: 50%;
    position: absolute;
    cursor: pointer;
    top: 32%;
    margin-left: 90px;
    margin-top: -15px
}

.hoverTrigger.active {
    z-index: 2
}

.blinker {
    position: absolute;
    z-index: 1;
    top: -22px;
    left: -21px
}

.ripple1 {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
    border-radius: 100px;
    -webkit-animation: ripple1 1.8s infinite;
    animation: ripple1 1.8s infinite;
    background-color: #fff !important
}

.showContent1 {
    display: none
}

.showContent2 {
    display: none
}

.showContent3 {
    display: none
}

.showContent4 {
    display: none
}

.left-engine_big img {
    max-width: 100%
}

.showContent1,
.showContent2,
.showContent3,
.showContent4 {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, .7);
    padding: 20px;
    margin-bottom: 0
}

    .showContent1 h2,
    .showContent2 h2,
    .showContent3 h2,
    .showContent4 h2 {
        width: 600px;
        font-size: 20px;
        text-transform: capitalize;
        text-align: left;
        margin-bottom: 10px;
        font-weight: 500;
        color: #fff
    }

    .showContent1 p,
    .showContent2 p,
    .showContent3 p,
    .showContent4 p {
        width: 600px;
        font-size: 14px;
        padding-bottom: 10px;
        line-height: 18px;
        color: #fff
    }

        .showContent1 p strong,
        .showContent2 p strong,
        .showContent3 p strong,
        .showContent4 p strong {
            font-weight: 500
        }

.blueImg {
    position: absolute;
    z-index: 10
}

.fade.in {
    opacity: 1
}

.tab-content > .active {
    display: block !important;
    opacity: 1 !important
}

.whiteImg {
    position: absolute;
    z-index: 10
}

.ripple1 {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
    border-radius: 100px;
    -webkit-animation: ripple1 1.8s infinite;
    animation: ripple1 1.8s infinite;
    background-color: #fff !important
}

.topbanner-slider .slick-dots {
    bottom: -25px;
    width: 100%;
    margin: 0;
    text-align: center
}

    .topbanner-slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .topbanner-slider .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            padding: 5px;
            color: transparent;
            border: 0
        }

            .topbanner-slider .slick-dots li button:focus,
            .slick-dots li button:hover {
                outline: 0
            }

                .topbanner-slider .slick-dots li button:focus:before,
                .slick-dots li button:hover:before {
                    opacity: 1
                }

            .topbanner-slider .slick-dots li button:before {
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: 'b "';
                text-align: center;
                opacity: .25;
                color: #000
            }

        .topbanner-slider .slick-dots li.slick-active button:before {
            opacity: .75;
            color: #000
        }

.topbanner-slider button.slick-next.slick-arrow {
    display: none !important
}

.ripple1:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.ripple1:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

.ripple2 {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
    border-radius: 100px;
    -webkit-animation: ripple2 1.8s infinite;
    animation: ripple2 1.8s infinite;
    background-color: #fff !important
}

.ripple3:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.ripple3:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

.technoPageTxt {
    width: 100%;
    display: block;
    margin-top: 50px
}

    .technoPageTxt h2 {
        width: 100%;
        display: block;
        border-bottom: #2b3893 solid 1px;
        padding-bottom: 3px
    }

.nexa_hybrid .technoPageTxt h2 {
    border-bottom: #3a3a3a solid 1px;
}

.technoPageTxt h2 span {
    font-size: 36px;
    color: #2b3893;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    display: inline-block
}


.nexa_hybrid .technoPageTxt h2 span {
    color: #3a3a3a;
}

.technoPageTxt h2 span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    top: auto;
    background: #2b3893;
    left: 0;
    bottom: -6px
}

.nexa_hybrid .technoPageTxt h2 span:after {
    background: #3a3a3a;
}

.technoPageTxt h2 span b {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -6px
}

.technoPageTxt h2 span small {
    color: #333;
    font-weight: 500;
    font-size: 24px;
    width: 100%;
    display: block
}

.technoPageTxt p {
    color: #333;
    font-size: 14px;
    padding: 10px 0 40px;
    font-size: 14px !important;
    font-weight: 400
}

.technoPageCars {
    width: 100%;
    display: block
}

    .technoPageCars h2 {
        width: 100%;
        display: block;
        border-bottom: #2b3893 solid 1px;
        padding-bottom: 40px
    }

.nexa_hybrid .technoPageCars h2 {
    border-bottom: #3a3a3a solid 1px;
}

.technoPageCars h2 span {
    font-size: 36px;
    color: #2b3893;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    display: inline-block
}

.nexa_hybrid .technoPageCars h2 span {
    color: #3a3a3a;
}

.technoPageCars h2 span b {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -4px
}

.technoPageCarSider {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.left_text_engine {
    display: inline-block;
    width: 100%
}

.right_text_engine {
    width: 50%;
    padding-top: 0;
    float: left
}

.left-content-engine {
    width: 50%;
    padding-top: 80px;
    float: left
}

.right-engine_icon ul li:first-child {
    margin-bottom: 15px;
    padding-bottom: 15px
}

.left-engine_big {
    width: 50%;
    padding-right: 0;
    float: left
}

.right-engine_icon ul li img {
    margin: 0 auto
}

.right-engine_icon ul li {
    text-align: center;
    border-bottom: solid 1px #96969670
}

    .right-engine_icon ul li:last-child {
        border-bottom: none
    }

    .right-engine_icon ul li p span {
        display: block;
        margin: 5px 0;
        font-weight: 400;
        font-size: 14px
    }

    .right-engine_icon ul li p b {
        font-weight: 600;
        display: block
    }

.right-engine_icon {
    display: inline-block;
    padding: 20px;
    width: 50%
}

.owl-carousel .owl-item .technoPagecarImg img {
    width: auto;
    max-width: 100%
}

.tittle_headline {
    float: left;
    width: 100%;
    margin: 10px 0 30px
}

.enginerange table thead tr th {
    background: #29328f;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 15px 10px;
    text-transform: uppercase;
    font-weight: 500;
    vertical-align: text-top
}

    .enginerange table thead tr th:first-child {
        width: 145px;
        vertical-align: middle
    }

.enginerange table tbody tr td {
    text-align: center;
    background: none
}

.enginerange table tbody tr th {
    text-align: left;
    padding: 15px 0 15px 15px;
    background: none
}

.enginerange table tbody tr td img {
    margin: 0 auto
}

.technoPagecarImg img {
    max-width: 100%
}

.technoPageCars .technoPageCarsBox {
    width: 100%;
    display: inline-block;
    padding: 15px;
    transition: .6s;
    position: relative
}

    .technoPageCars .technoPageCarsBox:hover {
        cursor: pointer;
        background: #f2f5f8;
        transition: .6s
    }

.videoarticle-wrapper .relatedArticleBox {
    width: 33% !important;
}

.technoPageCars .technoPageCarsBox > span {
    width: 100%;
    display: block;
    border-bottom: #b7b7b7 solid 1px;
    padding-bottom: 10px;
    min-height: 60px;
}

.technoPageCars .technoPageCarsBox span img {
    max-width: 100%;
    height: auto;
    width: auto
}

.technoPageCars .technoPageCarsBox:last-child {
    margin-right: 0
}

.priceTxt {
    position: absolute;
    right: 0;
    color: #171c8f;
    font-size: 18px;
    font-weight: bolder;
    font-family: Lato, sans-serif;
    top: 5px;
    right: 20px;
    opacity: 0;
    transition: .6s
}

.technoPageCarsBox .priceTxt label {
    margin-top: 15px
}

.priceTxt label {
    color: #000;
    font-size: 12px;
    width: 100%;
    display: block;
    font-family: Lato, sans-serif
}

.technoPagecarImg {
    height: 300px !important;
    text-align: center;
    position: relative;
}

    .technoPagecarImg img {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 65%
    }

.technoPageKnowButt {
    width: 100%;
    text-align: center;
    display: block
}

    .technoPageKnowButt a {
        text-align: center;
        display: inline-block;
        color: #fff;
        background: #2d3494;
        font-size: 13px;
        text-decoration: none;
        padding: 10px;
        font-weight: 500;
        font-family: Lato, sans-serif;
        border: #2d3494 solid 1px;
        width: auto;
    }

.technoPageCars .technoPageCarsBox:hover .priceTxt {
    opacity: 1;
    transition: .6s
}

.technoPageCars .technoPageCarsBox:hover .technoPageKnowButt a {
    color: #2d3494;
    background: #fff
}

.technoPageAdvan {
    width: 100%;
    display: block;
    margin-top: 30px;
    float: left
}

div#owl-carousel1 .technoPageCarsBox {
    margin-top: 15px !important
}

.technoPageCars h2 {
    padding-bottom: 5px
}

    .technoPageCars h2 span:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 5px;
        top: auto;
        background: #2b3893;
        left: 0;
        bottom: -6px
    }

.nexa_hybrid .technoPageCars h2 span:after {
    background: #3a3a3a;
}

.technoPageAdvan h2 {
    width: 100%;
    display: block;
    border-bottom: #2b3893 solid 1px;
    padding-bottom: 4px
}

.nexa_hybrid .technoPageAdvan h2 {
    border-bottom: #3a3a3a solid 1px;
}

.technoPageAdvan h2 span {
    font-size: 36px;
    color: #2b3893;
    text-transform: uppercase;
    position: relative;
    font-weight: 700
}

.nexa_hybrid .technoPageAdvan h2 span {
    color: #3a3a3a;
}

.technoPageAdvan h2 span b {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -6px
}

.advantageTab {
    width: 100%
}

    .advantageTab .tabMain {
        width: 100%;
        position: relative;
        z-index: 10
    }

        .advantageTab .tabMain ul {
            padding: 0;
            margin: 0;
            list-style: none;
            font-size: 0
        }

        .advantageTab .tabMain li {
            width: 50%;
            display: inline-block;
            font-size: 14px;
            text-align: center
        }

            .advantageTab .tabMain li a {
                background: #eff1f2;
                text-decoration: none;
                padding: 20px;
                display: block;
                color: #2b3893;
                position: relative;
                text-transform: uppercase;
                font-weight: 600;
                border-right: solid 2px #2b3893
            }

.nexa_hybrid .advantageTab .tabMain li a {
    color: #3a3a3a;
    border-right: solid 2px #3a3a3a
}

.advantageTab .tabMain li:last-child a {
    border-right: none
}

.advantageTab .tabMain li.active a {
    background: #2b3893;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500
}

.nexa_hybrid .advantageTab .tabMain li.active a {
    background: #3a3a3a;
}

.advantageTab .tabMain li.active a:after {
    height: 12px;
    position: absolute;
    content: "";
    left: 50%;
    bottom: -10px;
    margin-left: -7px;
    background-image: url(../../../../images/RO/images/ro_icon/ro_arena_sprite1.png);
    background-position: 47% 35%;
    background-size: 35px;
    width: 20px;
}

.nexa_hybrid .advantageTab .tabMain li.active a:after {
    left: 50%;
    bottom: -12px;
    margin-left: -3px;
    background: url(../../../../images/RO/images/ro_icon/ro_nexa_sprite1.png) no-repeat;
    height: 22px;
    width: 38px;
    position: absolute;
    background-position: 100% 35%;
}

h3.acrdClick {
    display: none
}

.tabs_hide2.acrdSec,
.tabs_hide22.acrdSec {
    background: #fff;
    box-shadow: 0 0 20px #ccc;
    padding: 25px
}

.tabPoints {
    display: block;
    width: 100%
}

    .tabPoints ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

    .tabPoints li {
        clear: both;
        font-size: 18px;
        font-weight: 500;
        color: #2d3494;
        padding-bottom: 10px
    }

        .tabPoints li span {
            color: #333;
            font-size: 14px;
            display: block;
            margin-top: 10px;
            margin-bottom: 10px;
            font-weight: 400
        }

.relatedArticleInn {
    width: 100%;
    display: block
}

    .relatedArticleInn h2 {
        width: 100%;
        display: block;
        border-bottom: #2b3893 solid 1px;
        padding-bottom: 6px
    }

.nexa_hybrid .relatedArticleInn h2 {
    border-bottom: #3a3a3a solid 1px;
}

.relatedArticleInn h2 span {
    font-size: 36px;
    color: #2b3893;
    text-transform: uppercase;
    position: relative;
    font-weight: 500
}

.nexa_hybrid .relatedArticleInn h2 span {
    color: #3a3a3a;
}

.relatedArticleInn h2 span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    top: auto;
    background: #2b3893;
    left: 0;
    bottom: -10px
}

.nexa_hybrid .relatedArticleInn h2 span:after {
    background: #3a3a3a;
}

.relatedArticleInn h2 span b {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -5px
}

.relatatedArticleMain {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.relatedArticleBox a {
    color: #000;
    text-decoration: none
}

    .relatedArticleBox a:hover {
        text-decoration: none
    }

.relatatedArticleMain .relatedArticleBox:nth-child(3n+1) {
    margin-left: 0
}

.relatatedArticleMain .relatedArticleBox:nth-child(3n+3) {
    margin-right: 0
}

.relatedArticleBox .relatedArticleImg {
    position: relative;
    top: 0;
    width: 100%
}

    .relatedArticleBox .relatedArticleImg img {
        width: 100%;
        height: auto
    }

.relatedArticleBox .relatedArticleContent {
    width: 100%;
    background: #fff;
    padding: 20px;
    text-align: center;
    min-height: 250px
}

    .relatedArticleBox .relatedArticleContent span {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 14px;
        color: #9e9a9b;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 0;
        text-transform: uppercase
    }

    .relatedArticleBox .relatedArticleContent h3 {
        font-size: 18px;
        font-weight: bolder;
        color: #000;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .relatedArticleBox .relatedArticleContent p {
        font-size: 14px;
        font-weight: 400;
        color: #333;
        margin: 15px 0 25px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

.relatatedArticleMain .relArtKnowButt {
    position: absolute;
    right: 0;
    display: block;
    margin: 0 auto;
    left: 0;
    max-width: 120px;
    margin-top: 20px;
    background: #2d3494;
    font-size: 13px;
    text-decoration: none;
    padding: 10px;
    color: #fff;
    border: solid 1px #2d3494;
    bottom: 50px
}

    .relatatedArticleMain .relArtKnowButt:hover {
        background: none;
        color: #2d3494;
        border: solid 1px #2d3494;
        font-weight: 600;
        margin-bottom: 0
    }

.relatatedArticleMain.video-block .relatedArticleContent {
    min-height: 190px
}

.relatedArticleBox {
    padding: 15px 10px !important
}

select::-ms-expand {
    display: none
}

::-webkit-input-placeholder {
    color: #000
}

::-moz-placeholder {
    color: #000
}

:-ms-input-placeholder {
    color: #000
}

:-moz-placeholder {
    color: #000
}

.automatic-cars .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%
}

    .automatic-cars .owl-nav button.owl-prev {
        background-image: url(../../../../images/RO/images/ro_icon/ro_arena_sprite1.png);
        background-position: 32% 12%;
        background-size: 70px;
        width: 35px;
        height: 35px;
        background-repeat: no-repeat;
        padding: 0
    }

    .automatic-cars .owl-nav button.owl-next {
        background-image: url(../../../../images/RO/images/ro_icon/ro_arena_sprite1.png);
        background-position: 20% 24%;
        background-size: 70px;
        width: 35px;
        height: 35px;
        background-repeat: no-repeat;
        float: right
    }

#owl-carousel1 .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%
}

    #owl-carousel1 .owl-nav button.owl-prev {
        background: url(../images/prv.png) no-repeat 0 0;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        padding: 0
    }

    #owl-carousel1 .owl-nav button.owl-next {
        background: url(../../../../images/RO/images/ro_icon/ro_nexa_sprite1.png) no-repeat;
        background-position: 100% 25%;
        background-size: 75px;
        width: 54px;
        height: 54px;
        background-repeat: no-repeat;
        float: right;
        right: 0;
    }

.technoPageCarSider .owl-nav.disabled .owl-prev {
    width: 10px;
    height: 17px;
    text-indent: -9999px;
    background: url(../images/prev.png) center center no-repeat !important;
    position: absolute;
    top: 50%;
    margin-left: -10px;
    left: 0;
    background-color: #e0e1e2;
    padding: 12px
}

.technoPageCarSider .owl-nav.disabled .owl-next {
    width: 17px;
    height: 21px;
    text-indent: -9999px;
    background: url(../images/next.png) center center no-repeat !important;
    position: absolute;
    top: 50%;
    margin-right: -10px;
    right: 0;
    background-color: #e0e1e2;
    padding: 12px
}

.technoPageBanner.scngBanner img {
    width: 100%;
    height: auto
}

.advantageTab.scngTabs .tabMain li {
    width: 33.33%;
    position: relative
}

    .advantageTab.scngTabs .tabMain li a {
        padding: 20px 10px
    }

        .advantageTab.scngTabs .tabMain li a br {
            display: none
        }

.advantageTab.scngTabs .tabContent .tabPoints p {
    color: #333;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 20px
}

    .advantageTab.scngTabs .tabContent .tabPoints p strong {
        font-weight: 500
    }

.advantageTab.scngTabs .tabMain li:nth-child(1) span {
    width: 65px;
    height: 38px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 30px
}

.advantageTab.scngTabs .tabMain li:nth-child(2) span {
    width: 65px;
    height: 38px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 30px
}

.advantageTab.scngTabs .tabMain li:nth-child(3) span {
    width: 65px;
    height: 38px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 28px
}

.advantageTab.scngTabs .tabMain li:nth-child(4) span {
    width: 65px;
    height: 38px;
    background: url(../images/scng-tab4-b.png) center center no-repeat;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 28px
}

.advantageTab.scngTabs .tabMain li.active:nth-child(4) span {
    background: url(../images/scng-tab3-w.png) center center no-repeat
}

.advantageTab.scngTabs .tabMain li:nth-child(5) span {
    width: 65px;
    height: 38px;
    background: url(../images/scng-tab5-b.png) center center no-repeat;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 28px
}

.advantageTab.scngTabs .tabMain li.active:nth-child(5) span {
    background: url(../images/scng-tab5-w.png) center center no-repeat
}

.advantageTab.automaticTabs .tabMain li {
    width: 33.33%;
    position: relative
}

    .advantageTab.automaticTabs .tabMain li a br {
        display: none
    }

.advantageTab.automaticTabs .tabContent .tabPoints p {
    color: #333;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 20px
}

    .advantageTab.automaticTabs .tabContent .tabPoints p strong {
        font-weight: 500
    }

.advantageTab.automaticTabs .tabMain li:nth-child(1) span {
    width: 65px;
    height: 38px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 30px
}

.advantageTab.automaticTabs .tabMain li:nth-child(2) span {
    width: 65px;
    height: 38px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 30px
}

.advantageTab.automaticTabs .tabMain li:nth-child(3) span {
    width: 65px;
    height: 38px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 28px
}

.advantageTab.automaticTabs2 .tabMain li {
    width: 33.33%;
    position: relative
}

    .advantageTab.automaticTabs2 .tabMain li a {
        padding: 25px 10px;
        border-right: solid 2px #2b3893;
    }

.intElectricAdv .advantageTab.automaticTabs2 .tabMain li a {
    padding: 25px 15px !important;
    white-space: break-spaces;
}

.nexa_hybrid .advantageTab.automaticTabs2 .tabMain li a {
    border-right: solid 2px #3a3a3a
}

.advantageTab.automaticTabs2 .tabMain li:last-child a {
    border-right: none
}

.advantageTab.automaticTabs2.enginePage .tabMain li {
    width: 25%;
    position: relative
}

.engine_update_march_launch .tabMain ul.tabss li {
    width: 33.33% !important
}

.technoBannerSlider {
    position: relative;
    z-index: 0
}

    .technoBannerSlider #owl-carousel2 .owl-dots {
        width: 100%;
        position: absolute;
        bottom: 15px;
        text-align: center
    }

        .technoBannerSlider #owl-carousel2 .owl-dots .owl-dot {
            display: inline-block;
            width: 13px;
            height: 13px;
            background: #4f4f4f;
            border-radius: 25px;
            border: #fff solid 1px;
            margin: 0 4px;
            opacity: .5
        }

            .technoBannerSlider #owl-carousel2 .owl-dots .owl-dot.active {
                display: inline-block;
                width: 13px;
                height: 13px;
                background: #665749;
                border-radius: 25px;
                border: #fff solid 1px;
                margin: 0 4px;
                opacity: 1
            }

.tabTxtarea {
    display: block;
    width: 100%
}

    .tabTxtarea p {
        color: #333;
        font-size: 14px;
        width: 100%;
        display: inline-block;
        font-weight: 400;
        line-height: 20px;
        padding: 20px 5px 0
    }

.technoPageBanner.safetyPage .redButtonheartect {
    margin-left: 145px;
    margin-top: -175px
}

.technoPageBanner.safetyPage .redButtonheartect2 {
    margin-left: -50px;
    margin-top: 105px
}

.showContent2 ul,
.technoPageBanner.safetyPage .showContent1 ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.showContent2 li,
.technoPageBanner.safetyPage .showContent1 li {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 18px;
    color: #fff;
    background: url(../images/safety-bullet.png) left 0 no-repeat;
    padding-left: 27px
}

.animationImg1.active {
    width: 760px;
    position: absolute;
    top: 50%;
    margin-top: 10%;
    left: 0;
    background: url(../images/animation1Img.png) left top no-repeat;
    height: 186px;
    transform: translate(0, -50%);
    background-size: 760px;
    margin-left: -520px;
    margin-top: 165px
}

.animationImg2.active {
    width: 0;
    position: absolute;
    margin-top: 29%;
    left: 0;
    background: url(../images/animation2Img.png) left top no-repeat;
    height: 66px;
    background-size: 760px;
    margin-left: -350px;
    bottom: -92px
}

.technoPageBanner.enginePage .redButtonheartect {
    margin-left: -290px;
    margin-top: -200px
}

.technoPageBanner.enginePage .redButtonheartect2 {
    margin-left: 75px;
    margin-top: -200px
}

.showContent2 ul,
.technoPageBanner.enginePage .showContent1 ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.showContent2 li,
.technoPageBanner.enginePage .showContent1 li {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 18px;
    color: #fff;
    background: url(../images/safety-bullet.png) left 0 no-repeat;
    padding-left: 27px
}

.advantageTab.engineTabs .tabMain li {
    width: 33.33%;
    position: relative
}

    .advantageTab.engineTabs .tabMain li a {
        padding: 20px 10px
    }

        .advantageTab.engineTabs .tabMain li a br {
            display: none
        }

.advantageTab.engineTabs .tabContent .tabPoints p {
    color: #333;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 20px
}

    .advantageTab.engineTabs .tabContent .tabPoints p strong {
        font-weight: 500
    }

.advantageTab.engineTabs .tabMain li:nth-child(1) span {
    width: 65px;
    height: 38px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 30px
}

.advantageTab.engineTabs .tabMain li:nth-child(2) span {
    width: 65px;
    height: 38px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 30px
}

.advantageTab.engineTabs .tabMain li:nth-child(3) span {
    width: 65px;
    height: 38px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 28px
}

.paraButton {
    width: 100%;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    float: right;
    text-align: right
}

    .paraButton a {
        text-align: center;
        display: inline-block;
        color: #fff !important;
        background: #2d3494 !important;
        font-size: 13px;
        text-decoration: none;
        padding: 10px 20px;
        font-weight: 500;
        font-family: Lato, sans-serif;
        border: #2d3494 solid 1px;
        text-transform: uppercase;
        margin-right: 15px
    }

        .paraButton a:hover {
            background: #fff;
            color: #2d3494
        }

.advantageTab.telematicsTabs {
    margin-top: 40px;
    margin-bottom: 35px
}

.faq_inner .inner .nav-tabs > li > a .txt {
    font-size: 16px
}

.telematicsTabs .rightMobContent h4 {
    padding-left: 60px;
    margin-bottom: 20px;
    font-weight: 500
}

.advantageTab.telematicsTabs .tabMain li {
    width: 20%;
    position: relative
}

    .advantageTab.telematicsTabs .tabMain li a {
        padding: 20px 3px 17px 7px
    }

        .advantageTab.telematicsTabs .tabMain li a br {
            display: none
        }

.advantageTab.telematicsTabs .tabContent .tabPoints p {
    color: #333;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 20px
}

    .advantageTab.telematicsTabs .tabContent .tabPoints p strong {
        font-weight: 500
    }

.advantageTab.telematicsTabs .tabMain li:nth-child(1) span {
    width: 19px;
    height: 26px;
    display: block;
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -9px
}

.advantageTab.telematicsTabs .tabMain li:nth-child(2) span {
    width: 32px;
    height: 15px;
    display: block;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -16px
}

.advantageTab.telematicsTabs .tabMain li:nth-child(3) span {
    width: 34px;
    height: 15px;
    display: block;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -17px
}

.advantageTab.telematicsTabs .tabMain li:nth-child(4) span {
    width: 27px;
    height: 25px;
    display: block;
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -13px
}

.telematicTabContent {
    display: block;
    width: 100%
}

.leftMobImg {
    display: inline-block;
    padding: 30px 20px 10px;
    width: 38%
}

    .leftMobImg img {
        max-width: 100%;
        height: auto
    }

.rightMobContent {
    display: inline-block;
    vertical-align: top;
    padding-top: 70px;
    margin-left: -50px;
    width: 60%
}

    .rightMobContent span {
        display: block
    }

    .rightMobContent p {
        display: block;
        padding-left: 65px;
        color: #333;
        font-size: 13px;
        margin-top: -10px;
        line-height: 18px
    }

.tabTxtarea .paraButton {
    margin-top: 15px;
    margin-bottom: 0
}

.advantageTab.infotainmentTabs .tabMain li {
    width: 25%;
    position: relative
}

.smartplay-wrapper .advantageTab .tabMain li {
    width: 33.3%;
    position: relative
}

.advantageTab.infotainmentTabs .tabMain li a {
    padding: 20px 10px
}

    .advantageTab.infotainmentTabs .tabMain li a br {
        display: none
    }

.advantageTab.infotainmentTabs .tabContent .tabPoints p {
    color: #333;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 20px
}

    .advantageTab.infotainmentTabs .tabContent .tabPoints p strong {
        font-weight: 500
    }

.advantageTab.infotainmentTabs .tabMain li:nth-child(1) span {
    width: 47px;
    height: 22px;
    background: url(../images/infotainment-tab1b.png) center center no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -23.5px
}

.advantageTab.infotainmentTabs .tabMain li.active:nth-child(1) span {
    background: url(../images/infotainment-tab1w.png) center center no-repeat
}

.advantageTab.infotainmentTabs .tabMain li:nth-child(2) span {
    width: 31px;
    height: 37px;
    background: url(../images/infotainment-tab2b.png) center center no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    top: 12px;
    margin-left: -15.5px
}

.advantageTab.infotainmentTabs .tabMain li.active:nth-child(2) span {
    background: url(../images/infotainment-tab2w.png) center center no-repeat
}

.advantageTab.infotainmentTabs .tabMain li:nth-child(3) span {
    width: 30px;
    height: 36px;
    background: url(../images/infotainment-tab3b.png) center center no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -15px
}

.advantageTab.infotainmentTabs .tabMain li.active:nth-child(3) span {
    background: url(../images/infotainment-tab3w.png) center center no-repeat
}

.relatatedArticleMain.regular button.slick-arrow {
    border: 0;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    height: 30px;
    width: 30px;
    z-index: 999;
    position: absolute
}

.relatatedArticleMain.regular button.slick-next.slick-arrow {
    right: -30px
}

.relatatedArticleMain.regular button.slick-prev.slick-arrow {
    left: -30px
}

.relatatedArticleMain.regular button.slick-prev:before {
    content: '';
    position: absolute;
    top: 3px;
    z-index: 999;
    width: 12px;
    height: 30px;
    right: 13px;
    background-image: url(../../../../images/RO/images/ro_icon/ro_arena_sprite1.png);
    background-position: 42% 47%;
}

.relatatedArticleMain.regular button.slick-next:before {
    content: '';
    position: absolute;
    top: 5px;
    z-index: 999;
    width: 13px;
    height: 23px;
    right: 8px;
    background-image: url(../../../../images/RO/images/ro_icon/ro_arena_sprite1.png);
    background-position: 42% 55%;
}

.relatatedArticleMain.video-block button.slick-arrow {
    border: 0;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    height: 30px;
    width: 30px;
    z-index: 999;
    position: absolute
}

.relatatedArticleMain.video-block button.slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/automatic-left-arrow.png);
    top: 5px;
    z-index: 999;
    width: 9px;
    height: 18px;
    left: 10px
}

.relatatedArticleMain.video-block button.slick-next:before {
    content: '';
    position: absolute;
    background-image: url(../images/automatic-right-arrow.png);
    top: 6px;
    z-index: 999;
    width: 11px;
    height: 18px;
    right: 8px
}

.relatatedArticleMain.video-block .relatedArticleBox {
    padding: 10px
}

.relatatedArticleMain.regular .relatedArticleContent {
    min-height: 245px
}

button.slick-arrow.slick-disabled:before {
    opacity: .2
}

.relatatedArticleMain.cvt-automatic-related button.slick-arrow {
    border: 0;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    height: 30px;
    width: 30px;
    z-index: 9999;
    position: absolute
}

.relatatedArticleMain.cvt-automatic-related button.slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/automatic-left-arrow.png);
    top: 5px;
    z-index: 999;
    width: 9px;
    height: 18px;
    left: 10px
}

.relatatedArticleMain.cvt-automatic-related button.slick-next:before {
    content: '';
    position: absolute;
    background-image: url(../images/automatic-right-arrow.png);
    top: 6px;
    z-index: 999;
    width: 11px;
    height: 18px;
    right: 8px
}

.relatatedArticleMain.video-block.related-video-block .relatedArticleContent p {
    overflow: inherit;
    display: block
}

.relatatedArticleMain.video-block.related-video-block .relatedArticleContent .btn-container {
    display: none
}

.relatatedArticleMain.video-block.related-video-block .relatedArticleContent {
    min-height: 380px
}

.custom-sprecco-video {
    display: block;
    position: relative
}

span.video-play-banner-icon {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 78px;
    cursor: pointer
}

.technoPageBanner .technoBannerSlider .slick-dotted.slick-slider {
    margin-bottom: 0
}

.videoarticle-wrapper .relatedArticleBox .relatedArticleContent {
    padding: 20px
}

.refuel-sec .inner-box {
    display: flex;
    justify-content: center
}

    .refuel-sec .inner-box .image img {
        max-width: 100%;
        width: 100%
    }

    .refuel-sec .inner-box .content {
        padding: 85px 0 0 70px
    }

.refuel-sec h1 {
    font-size: 43px;
    color: #6ba83f;
    font-weight: 900;
    margin: 0;
    line-height: 45px
}

.refuel-sec h5 {
    font-weight: 400;
    font-size: 22px;
    color: #4c4d4f;
    margin: 10px 0 20px
}

.refuel-sec a {
    font-size: 18px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #2d3494;
    padding: 14px;
    border: #2d3494 solid 1px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    transition: .6s
}

    .refuel-sec a:hover {
        color: #2d3494;
        background: #fff
    }

.refuel-sec .left-icon {
    position: absolute;
    left: 0;
    bottom: 0
}

.refuel-sec .right-icon {
    position: absolute;
    right: 0;
    bottom: 0
}

div#tabb2 .tabTxtarea.tabPoints {
    width: 100%;
    float: left
}

.tabTxtarea.tabPoints ul > li:first-child {
    border-bottom: solid 1px #2b3893;
    display: block;
    float: left;
    width: 100%
}

.nexa_hybrid .tabTxtarea.tabPoints ul > li:first-child {
    border-bottom: solid 1px #3a3a3a;
}

.technology_engine {
    display: block;
    border: none;
    margin-bottom: 0;
    min-height: 180px;
    padding-top: 15px
}

    .technology_engine .left-milage {
        width: 50%;
        text-align: center;
        float: left;
        margin-bottom: 5px
    }

        .technology_engine .left-milage h4 {
            font-size: 14px;
            font-weight: 600;
            display: block
        }

        .technology_engine .left-milage p {
            display: inline-block !important;
            font-size: 13px;
            font-weight: 600;
            padding-top: 5px
        }

            .technology_engine .left-milage p span {
                display: inline-block !important;
                padding: 0;
                width: auto;
                border: none
            }

    .technology_engine .right-milage {
        display: inline-block;
        width: 50%;
        text-align: center;
        margin-bottom: 5px
    }

        .technology_engine .right-milage h4 {
            font-size: 14px;
            font-weight: 600;
            display: block
        }

        .technology_engine .right-milage p {
            display: inline-block !important;
            font-size: 13px;
            font-weight: 600;
            padding-top: 5px
        }

            .technology_engine .right-milage p span {
                display: inline-block !important;
                padding: 0;
                width: auto;
                border: none
            }

.discliamer-wrapper {
    list-style: none
}

.itemInner .secondItem .redButtonheartect {
    left: 80%;
    top: 22%
}

.itemInner .secondItem .redButtonheartect2 {
    left: 69%;
    top: 12%
}

.itemInner .secondItem .redButtonheartect3 {
    left: 34%;
    top: 44%
}

.itemInner .secondItem .redButtonheartect4 {
    left: 33%;
    top: 58%
}

.custom-sprecco-video {
    display: block;
    position: relative
}

span.video-play-banner-icon {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 78px;
    cursor: pointer
}

.intro {
    display: none
}

.custom-sprecco-video.removed {
    display: none
}

.safety-wrapper .advantageTab .tabMain li {
    width: 33.2%
}

.smartplay-wrapper .advantageTab.infotainmentTabs .tabMain li a,
.telematics-wrapper .advantageTab.infotainmentTabs .tabMain li a {
    padding: 20px 10px
}

.smartplay-wrapper .advantageTab .tabMain li,
.telematics-wrapper .advantageTab .tabMain li {
    font-size: 14px
}

.topbanner-slider .slick-dots {
    bottom: 18px
}

.technoPageBanner .topbanner-slider .item img {
    width: 100%
}

.technoPageBanner .topbanner-slider .slick-dots button {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #4f4f4f;
    border-radius: 25px;
    border: #fff solid 1px;
    margin: 0 4px;
    opacity: .5
}

.technoPageBanner .topbanner-slider .slick-dots .slick-active button {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #000;
    border-radius: 25px;
    border: #fff solid 1px;
    margin: 0 4px;
    opacity: .5
}

section#faq_section .faq_inner {
    float: left;
    width: 100%
}

    section#faq_section .faq_inner .inner {
        float: left;
        width: 100%
    }

        section#faq_section .faq_inner .inner .tab-content {
            display: inline-block;
            width: 100%;
            max-height: 270px;
            overflow-y: scroll;
            margin-bottom: 20px;
            padding-right: 15px
        }

.technoPageBanner .technoBannerSlider button.slick-arrow {
    display: none !important
}

section#faq_section .faq_inner .inner ul.nav.nav-tabs {
    display: block;
    width: 30%;
    display: inline-block
}

    section#faq_section .faq_inner .inner ul.nav.nav-tabs li {
        display: block;
        width: 100%
    }

section#faq_section .faq_inner h2 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #2d3494
}

section#faq_section .faq_inner .inner .tab-content .panel.panel-default {
    border: none;
    clear: both
}

    section#faq_section .faq_inner .inner .tab-content .panel.panel-default .panel-heading {
        background: none;
        border-bottom: solid 3px #231f20;
        height: 46px;
        padding-left: 0;
        position: relative
    }

        section#faq_section .faq_inner .inner .tab-content .panel.panel-default .panel-heading em.more-less.fa.fa-plus {
            float: right
        }

            section#faq_section .faq_inner .inner .tab-content .panel.panel-default .panel-heading em.more-less.fa.fa-plus.glyphicon-plus.glyphicon-minus:after {
                content: '-';
                font-size: 42px;
                position: absolute;
                top: 0;
                right: 10px;
                background: #f0f0f1;
                bottom: 0;
                width: 16px;
                height: 18px
            }

        section#faq_section .faq_inner .inner .tab-content .panel.panel-default .panel-heading h3.panel-title a {
            display: block;
            float: left;
            width: 100%;
            text-decoration: none;
            font-weight: 600;
            color: #231f20
        }

    section#faq_section .faq_inner .inner .tab-content .panel.panel-default .panel-body {
        float: left;
        padding: 15px 0
    }

    section#faq_section .faq_inner .inner .tab-content .panel.panel-default .panel-heading a.collapsed em.more-less.fa.fa-plus:before {
        content: '';
        font-weight: bolder;
        background-image: url(../images/faqplus.png);
        background-position: center right;
        width: 16px;
        position: absolute;
        right: 10px;
        height: 16px
    }

    section#faq_section .faq_inner .inner .tab-content .panel.panel-default .panel-heading a em.more-less.fa.fa-plus:before {
        content: '';
        font-weight: bolder;
        background-image: url(../images/faqminus.png);
        background-position: center right;
        width: 16px;
        position: absolute;
        right: 10px;
        height: 16px
    }

.send-otp {
    cursor: pointer;
    text-transform: uppercase
}

.technoPageTxt p {
    padding-bottom: 5px
}

    .technoPageTxt p:last-child {
        padding-bottom: 25px
    }

.form-group-custom label.label-custom {
    display: none
}

.technoPageAdvan h2 span {
    font-size: 32px
}

.modal .close {
    font-size: 31px
}

.technoPageAdvan p {
    font-weight: 400
}

.refuel-sec {
    width: 100%;
    position: relative;
    padding-top: 35px;
    background: #fff url(../images/cng-back.jpg) no-repeat;
    background-position: center
}

div#tab4 {
    opacity: initial
}

div#tab3 {
    opacity: initial
}

div#tab5 {
    opacity: initial
}

div#suzukiconnectthankyou {
    background: #0000008f
}

.faq_inner {
    background-color: #f0f0f1;
    padding: 0
}

    .faq_inner .inner {
        position: relative;
        padding-left: 400px !important;
        min-height: 240px
    }

section#faq_section .faq_inner h2 {
    font-size: 36px;
    color: #2b3893;
    text-transform: uppercase;
    position: relative;
    font-weight: 700
}

.nexa_hybrid section#faq_section .faq_inner h2 {
    color: #3a3a3a;
}

.rightMobContent h4 {
    margin-bottom: 10px;
    text-align: left;
    padding-left: 0 !important;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    border-bottom: solid 1px #000;
    padding-bottom: 4px
}

.rightMobContent h3 {
    margin-bottom: 19px;
    text-align: left;
    padding-left: 0;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    border-bottom: solid 1px #000;
    padding-bottom: 4px
}

.rightMobContent p {
    margin-bottom: 10px;
    text-align: left;
    padding-left: 0;
    font-weight: 400;
    font-size: 14px;
    display: block;
    line-height: 22px
}

.faq_inner .inner .nav-tabs > li.active > a,
.faq_inner .inner .nav-tabs > li.active > a:focus,
.faq_inner .inner .nav-tabs > li.active > a:hover {
    color: #000;
    background: none;
    border: none
}

div#suzukiconnectthankyou .modal-dialog {
    margin-top: 150px
}

    div#suzukiconnectthankyou .modal-dialog .modal-footer {
        display: none
    }

div#suzukiconnectthankyou .modal-header h4.modal-title {
    color: #2f2a85;
    font-weight: 600
}

div#suzukiconnectthankyou .modal-body p {
    padding: 15px 0;
    font-size: 16px;
    color: #333
}

.technoPageCarSider .owl-carousel .item .technoPageCarsBox .priceTxt label {
    margin-bottom: 16px
}

section#faq_section .container {
    max-width: 1286px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.faq_inner {
    background-color: #f0f0f1;
    padding: 40px 0 !important
}

button.suzukiconnectbannercta {
    background: #2d388e;
    color: #fff;
    padding: 15px 34px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    position: absolute;
    word-spacing: 2px
}

a.suzukiconnectcontentcta {
    background: #2d388e;
    color: #fff !important;
    padding: 10px 34px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    word-spacing: 2px;
    text-decoration: none !important;
    margin-bottom: 10px;
    display: inline-block
}

button.mobilesuzukiconnectcta {
    font-size: 12px;
    padding: 2px 10px;
    right: 6px;
    bottom: 8px
}

div#tabb5 .right_text_engine .left-engine_big img {
    max-width: 68%;
    margin: 0 auto
}

.mainacrdSec {
    float: left;
    width: 100%
}

div#suzukiconnect .modal-dialog {
    max-width: 650px
}

div#suzukiconnectthankyou {
    background: #0000008f;
    z-index: 999999;
    opacity: 1
}

div#suzukiconnect .modal-dialog .modal-content {
    width: 100%
}

div#suzukiconnect .modal-dialog {
    padding-top: 10%
}

span#suzukisendOtp {
    cursor: pointer
}

form#suzukiConSubs2 h4 {
    font-size: 14px;
    margin-bottom: 14px;
    color: #16488e;
    font-weight: 600
}

.click-to-bottom {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 999999;
    cursor: pointer
}

div#suzukiconnect {
    background: #00000057
}

    div#suzukiconnect .modal-header button.close {
        color: #fff !important;
        opacity: 1;
        position: absolute;
        right: 10px;
        display: inline-block;
        top: 0
    }

    div#suzukiconnect .modal-dialog .modal-header h4.modal-title {
        display: inline-block;
        text-align: left;
        position: relative
    }

.discliamer-wrapper {
    float: left;
    position: relative;
    font-size: 12px;
    margin-top: 10px
}

.ReviewContainer .leftSection img {
    width: 100%
}

.ReviewContainer .leftSection {
    text-align: center;
    width: 80px !important;
    height: 80px
}

.ReviewCenterContainer {
    padding: 50px 100px
}

.relatedArticleContainer {
    width: 100%;
    display: block;
    padding: 50px 0;
    clear: both;
    float: left;
    margin-bottom: 0;
    background: #f0f0f1;
}

.nexa_hybrid .relatedArticleContainer {
    margin-top: 40px
}

.relatedArticleInn {
    width: 100%;
    display: block
}

    .relatedArticleInn h2 {
        width: 100%;
        display: block;
        border-bottom: #2b3893 solid 1px;
        padding-bottom: 6px
    }

.nexa_hybrid .relatedArticleInn h2 {
    border-bottom: #3a3a3a solid 1px;
}

.relatedArticleInn h2 span {
    font-size: 36px;
    color: #2b3893;
    text-transform: uppercase;
    position: relative;
    font-weight: 700
}

.nexa_hybrid .relatedArticleInn h2 span {
    color: #3a3a3a;
}

.relatedArticleInn h2 span b {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -5px
}

.relatatedArticleMain {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.relatedArticleBox {
    width: 31.16%;
    display: inline-block;
    background: #eff1f2;
    position: relative;
    margin-top: 25px
}

    .relatedArticleBox a {
        color: #000;
        text-decoration: none
    }

        .relatedArticleBox a:hover {
            text-decoration: none
        }

.relatatedArticleMain .relatedArticleBox:nth-child(3n+1) {
    margin-left: 0
}

.relatatedArticleMain .relatedArticleBox:nth-child(3n+3) {
    margin-right: 0
}

.relatedArticleBox .relatedArticleImg {
    position: relative;
    top: 0;
    width: 100%
}

    .relatedArticleBox .relatedArticleImg img {
        width: 100%;
        height: auto
    }

.relatedArticleBox .relatedArticleContent {
    width: 100%;
    background: #fff;
    padding: 20px;
    text-align: center;
    min-height: 250px
}

    .relatedArticleBox .relatedArticleContent span {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 14px;
        color: #9e9a9b;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 0;
        text-transform: uppercase
    }

    .relatedArticleBox .relatedArticleContent h3 {
        font-size: 18px;
        font-weight: bolder;
        color: #000;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .relatedArticleBox .relatedArticleContent p {
        font-size: 14px;
        font-weight: 400;
        color: #333;
        margin: 15px 0 25px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

.relatatedArticleMain .relArtKnowButt {
    position: absolute;
    right: 0;
    display: block;
    margin: 0 auto;
    left: 0;
    max-width: 120px;
    margin-top: 20px;
    background: #2d3494;
    font-size: 13px;
    text-decoration: none;
    padding: 10px;
    color: #fff;
    border: solid 1px #2d3494;
    bottom: 50px
}

.nexa_hybrid .relatatedArticleMain .relArtKnowButt {
    background: #3a3a3a;
    border: solid 1px #3a3a3a;
}

    .nexa_hybrid .relatatedArticleMain .relArtKnowButt:hover {
        color: #3a3a3a;
        border: solid 1px #3a3a3a;
        background: #fff;
    }

.relatatedArticleMain.video-block .relatedArticleContent {
    min-height: 190px
}

.relatedArticleBox {
    padding: 15px 10px !important
}

.changetechnoPageCarSider .technoPageCarsBox .technoPagecarImg img {
    top: 50%
}

.changetechnoPageCarSider .priceTxt {
    top: 41px
}

.changetechnoPageCarSider .technopagecarbrezza span img {
    width: 176px
}

.technoPageCarSider .owl-carousel .item {
    vertical-align: top
}

    .technoPageCarSider .owl-carousel .item:first-child {
        vertical-align: top
    }

    .technoPageCarSider .owl-carousel .item:nth-child(2) {
        vertical-align: top
    }

div#tabb1 h3 {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600
}

ul.accordian-list {
    padding-left: 19px
}

    ul.accordian-list li {
        margin-bottom: 10px;
        list-style-type: disc
    }

.border-listing {
    border-bottom: solid 1px #2b3893
}

.nexa_hybrid .border-listing {
    border-bottom: solid 1px #3a3a3a
}

.accordian-list {
    font-weight: 500
}

button.owl-next.disabled {
    opacity: 0.5;
}

.owl-nav button.disabled {
    opacity: 0.5;
}

button.slick-disabled {
    opacity: 0.5;
}


select::-ms-expand {
    display: none
}

::-webkit-input-placeholder {
    color: #000
}

::-moz-placeholder {
    color: #000
}

:-ms-input-placeholder {
    color: #000
}

:-moz-placeholder {
    color: #000
}

.activetabfirst {
    display: block !important
}

@media only screen and (max-width:1280px) {
    .refuel-sec .inner-box .content {
        padding: 85px 0 0 30px
    }
}

@media only screen and (max-width:1200px) {
    .refuel-sec .inner-box .image img {
        max-width: 250px
    }

    .refuel-sec .inner-box .content {
        padding: 65px 0 0 30px
    }

    .refuel-sec h1 {
        font-size: 36px;
        line-height: 38px
    }

    .refuel-sec h5 {
        font-size: 20px
    }

    .refuel-sec a {
        font-size: 16px
    }

    .refuel-sec .left-icon img {
        max-width: 180px
    }

    .refuel-sec .right-icon img {
        max-width: 236px
    }
}

@media only screen and (max-width:992px) {

    .refuel-sec .left-icon,
    .refuel-sec .right-icon img {
        display: none
    }

    .refuel-sec h1 {
        font-size: 30px;
        line-height: 32px
    }
}

@media (min-width: 1367px) and (max-width: 1920px) {
    button.suzukiconnectbannercta {
        right: -130%;
        bottom: 51px
    }

    button.mobilectasuzukiconnect {
        display: none
    }

    video#myVideo {
        margin: 0 auto;
        height: 444px;
        width: 100%
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    button.suzukiconnectbannercta {
        right: -130%;
        bottom: 50px
    }

    button.mobilectasuzukiconnect {
        display: none
    }

    video#myVideo {
        margin: 0 auto;
        height: 444px;
        width: 100%
    }
}

@media screen and (max-width:1599px) {
    .technoBannerImg img {
        width: 100%;
        margin-left: 0
    }

    .technoPageBanner.enginePage .redButtonheartect2 {
        margin-left: 75px;
        margin-top: -195px
    }
}

@media screen and (max-width:1399px) {
    .technoPageBanner .technoBannerSlider .owl-carousel .owl-item img {
        width: 100%;
        margin-left: 0
    }
}

@media screen and (max-width:1299px) {
    .container {
        padding: 0 20px;
        width: 100%
    }

    .relatedArticleBox {
        margin: 0 auto;
    }

    .technoBannerImg img {
        width: 130%;
    }

    .technoPageBanner.scngBanner .technoBannerImg img {
        width: 130%;
        margin-left: -15%
    }

    .technoPageBanner .technoBannerSlider .owl-carousel .owl-item img {
        width: 108.5%;
        margin-left: -4%
    }
}

@media screen and (max-width:1199px) {
    .priceTxt {
        opacity: 1
    }

    .relatedArticleBox {
        vertical-align: top;
        margin: 0 auto;
        width: 31.7%
    }

    .advantageTab .tabMain li {
        font-size: 16px
    }

    .technoPageCars li {
        width: 100%
    }

    .relatatedArticleMain.regular button.slick-prev.slick-arrow {
        left: 0
    }

    .technoPageCars ul {
        padding-top: 0
    }

    .technoPageCars li {
        margin-top: 25px
    }

    .faq_inner .inner {
        padding-left: 0 !important
    }

    .faq_inner {
        padding: 15px 0 !important
    }

    section#faq_section .faq_inner h2 {
        margin-bottom: 0
    }

    section#faq_section .faq_inner .inner ul.nav.nav-tabs {
        width: 100%
    }

    .technoBannerImg img {
        width: 160%;
    }

    section#faq_section .faq_inner .inner ul.nav.nav-tabs a {
        padding: 0 !important
    }

    .faq_inner .inner .panel-title > a .fa {
        top: 10px
    }

    .technoPageBanner.scngBanner .technoBannerImg img {
        width: 150%;
        margin-left: -30%
    }

    .technoPageBanner .technoBannerSlider .owl-carousel .owl-item img {
        width: 100%;
        margin-left: 0
    }

    .technoPageCars .technoPageCarsBox {
        margin-top: 20px
    }

    .advantageTab {
        margin-top: 20px
    }

    .technoPageBanner.enginePage .carBase img {
        width: 600px
    }

    .technoPageBanner.enginePage .redButtonheartect {
        margin-left: -225px;
        margin-top: -155px
    }

    .technoPageBanner.enginePage .redButtonheartect2 {
        margin-left: 55px;
        margin-top: -155px
    }

    .advantageTab.telematicsTabs .tabMain li a br {
        display: block
    }
}

@media screen and (max-width:991px) {
    .technology_engine .right-milage {
        text-align: right
    }

    .technology_engine .left-milage {
        text-align: left
    }

    .technoPageTxt {
        margin-top: 25px
    }

        .technoPageTxt p {
            padding-bottom: 25px
        }

    .technoPageAdvan {
        margin-top: 25px
    }

    .advantageTab {
        margin-top: 15px
    }

    .technoPageTxt h2 span {
        font-size: 25px
    }

        .technoPageTxt h2 span:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 5px;
            top: auto;
            background: #2b3893;
            left: 0;
            bottom: -6px
        }

    .nexa_hybrid .technoPageTxt h2 span:after {
        background: #3a3a3a;
    }

    .technoPageCars h2 span {
        font-size: 25px
    }

    .technoPageAdvan h2 span {
        font-size: 25px
    }

    .relatedArticleInn h2 span {
        font-size: 25px
    }

    .relatedArticleContainer {
        margin-top: 25px;
        padding: 25px 0
    }

    .tabs_hide2.acrdSec,
    .tabs_hide22.acrdSec {
        padding-bottom: 10px
    }

    .relatedArticleBox {
        vertical-align: top;
        margin: 0 auto;
    }

    .faq_inner .inner .panel-body p {
        font-size: 14px;
        line-height: 23px;
        color: #000;
        padding-bottom: 0;
        font-weight: 500
    }

    .relatedArticleBox .relatedArticleContent h3 {
        font-size: 15px
    }

    .technoPageBanner .carBase {
        padding-top: 0
    }

        .technoPageBanner .carBase img {
            width: 500px;
        }

    .technoPageBanner .itemInner .carBase img {
        width: 100% !important;
    }

    .redButtonheartect {
        margin-left: -145px;
        margin-top: -35px
    }

    .redButtonheartect2 {
        margin-left: -90px;
        margin-top: -10px
    }

    .redButtonheartect3 {
        margin-left: 45px;
        margin-top: -10px
    }

    .redButtonheartect4 {
        margin-left: 45px;
        margin-top: -10px
    }

    .showContent1 h2,
    .showContent2 h2,
    .showContent3 h2 {
        width: 100%
    }

    .showContent1 p,
    .showContent2 p,
    .showContent3 p {
        width: 100%
    }

    .technoPageCars .technoPageCarsBox {
        margin-left: 0;
        margin-top: 15px
    }

    .advantageTab.scngTabs .tabMain li a br {
        display: block
    }



    .technoPageBanner.safetyPage .redButtonheartect {
        margin-left: 80px;
        margin-top: -110px
    }

    .technoPageBanner.safetyPage .redButtonheartect2 {
        margin-left: -40px;
        margin-top: 55px
    }

    .animationImg1.active {
        width: 500px;
        background-size: 500px;
        margin-left: -340px;
        margin-top: 140px
    }

    .animationImg2.active {
        width: 100%;
        max-width: 500px;
        background-size: 500px;
        height: 45px;
        margin-left: -215px;
        bottom: -100px
    }

    .technoPageTxt h2 span small {
        font-size: 18px
    }

    .technoPageTxt h2 {
        padding-bottom: 4px
    }

    .technoPageBanner.enginePage .carBase {
        top: 55%
    }

        .technoPageBanner.enginePage .carBase img {
            width: 400px
        }

    .technoPageBanner.enginePage .redButtonheartect {
        margin-left: -160px;
        margin-top: -90px
    }

    .technoPageBanner.enginePage .redButtonheartect2 {
        margin-left: 35px;
        margin-top: -90px
    }

    .telematicTabContent .leftMobImg {
        padding: 10px 0;
        width: 48%
    }

    .telematicTabContent .rightMobContent {
        width: 50%;
        padding-top: 25px
    }

    .paraButton {
        margin-bottom: 30px;
        margin-top: -5px
    }

    .advantageTab.infotainmentTabs .tabMain li a br {
        display: block
    }

    .advantageTab .tabMain li a {
        font-size: 14px !important;
        white-space: nowrap;
    }
}

@media screen and (max-width:767px) {
    div#tabb1 .right_text_engine {
        background: #eff1f2
    }

    .videoarticle-wrapper .relatedArticleBox {
        width: 50% !important;
    }

    div#tabb3 .right_text_engine {
        background: #eff1f2
    }

    .refuel-sec {
        padding-top: 15px
    }

        .refuel-sec .inner-box {
            flex-wrap: wrap;
            justify-content: flex-start
        }

            .refuel-sec .inner-box .image {
                width: 100%;
                text-align: center
            }

            .refuel-sec .inner-box .content {
                padding: 20px 0 0
            }

        .refuel-sec h1 br {
            display: none
        }

        .refuel-sec h1 {
            font-size: 26px;
            line-height: 28px
        }

        .refuel-sec h5 {
            font-size: 17px;
            margin: 10px 0
        }

        .refuel-sec a {
            font-size: 14px;
            padding: 10px
        }

    section#faq_section .faq_inner .inner .tab-content .panel.panel-default .panel-heading {
        background: none;
        border-bottom: solid 3px #231f20;
        height: auto;
        padding-left: 0;
        position: relative;
        display: block;
        float: left;
        width: 100%
    }

        section#faq_section .faq_inner .inner .tab-content .panel.panel-default .panel-heading em.more-less.fa.fa-plus.glyphicon-plus.glyphicon-minus:after {
            content: '-';
            font-size: 42px;
            position: absolute;
            top: 0;
            right: 10px;
            background: #f0f0f1;
            bottom: 0;
            width: 16px;
            height: 26px;
            right: 0
        }

    .collapse.in {
        float: left;
        width: 100%
    }

    section#faq_section {
        padding: 0;
        margin-top: 0
    }

    .paraButton a {
        display: block;
        margin-bottom: 5px
    }

    .rightMobContent p {
        padding-left: 0
    }

    .faq_inner .inner .nav-tabs > li > a {
        padding: 0 0 10px 35px !important
    }

    .relatatedArticleMain.regular button.slick-next.slick-arrow {
        right: 0
    }

    .relatatedArticleMain.regular button.slick-prev {
        left: 0
    }

    .left-engine_big {
        width: 50%
    }

    a.suzukiconnectcontentcta {
        background: #2d388e;
        color: #fff !important;
        padding: 6px 20px;
        font-size: 13px;
        margin-bottom: 0
    }

    button#suzukiconnectbannerm {
        position: absolute;
        top: 440px;
        z-index: 999;
        left: 30%;
        margin: 0 auto;
        display: block;
        float: none;
        padding: 5px 10px;
        font-size: 12px;
        z-index: 9
    }

    .left-content-engine {
        width: 100%;
        display: inline-block;
        padding: 10px
    }

    .topbanner-slider .item img {
        width: 100%
    }

    .discliamer-wrapper {
        right: 0
    }

    .showContent2 ul,
    .technoPageBanner.safetyPage .showContent1 ul {
        top: 40px;
        position: relative
    }

    .click-to-bottom {
        top: 20%
    }

    .left_text_engine {
        display: block;
        float: left;
        width: 100%
    }

    .right_text_engine {
        display: block;
        float: left;
        width: 100%;
        padding-top: 1%
    }

    .right-engine_icon {
        padding-top: 0
    }

    .technoPageTxt h2 span {
        font-size: 18px
    }

    .technoPageCars h2 span {
        font-size: 18px
    }

    .technoPageAdvan h2 span {
        font-size: 18px !important
    }

    .relatedArticleInn h2 span {
        font-size: 18px
    }

    .technoPageTxt h2 {
        padding-bottom: 3px
    }

    .technoPageCars h2 {
        padding-bottom: 3px
    }

    .technoPageAdvan h2 {
        padding-bottom: 3px
    }

    .relatedArticleInn h2 {
        padding-bottom: 3px
    }

    .relatedArticleBox {
        margin: 15px .8% 0
    }

    .technoPageBanner .carBase {
        padding-top: 20px
    }

    .advantageTab.scngTabs .tabMain li a {
        font-size: 13px
    }

    .technoPageCarSider .owl-carousel .item {
        width: 100%
    }

    .technoPageBanner .carBase img {
        width: 400px
    }

    .redButtonheartect {
        margin-left: -120px;
        margin-top: -20px
    }

    .redButtonheartect2 {
        margin-left: -75px;
        margin-top: 0
    }

    .redButtonheartect3 {
        margin-left: 35px;
        margin-top: 0
    }

    .relArtKnowButt {
        width: 125px
    }

    .advantageTab.automaticTabs .tabMain li a {
        padding: 50px 25px 8px
    }

    .technoPageBanner.safetyPage .redButtonheartect {
        margin-left: 60px;
        margin-top: -80px
    }

    .animationImg1.active {
        width: 400px;
        background-size: 400px;
        height: 95px;
        margin-left: -265px;
        margin-top: 85px
    }

    .animationImg2.active {
        width: 100%;
        max-width: 400px;
        background-size: 400px;
        height: 35px;
        margin-left: -170px;
        bottom: -80px
    }

    .technoPageTxt h2 span small {
        font-size: 14px
    }

    .technoPageTxt h2 {
        padding-bottom: 2px
    }

    .technoPageCars .technoPageCarsBox {
        background: #f2f5f8
    }

    .technoPageBanner.enginePage .carBase {
        top: 60%
    }

    .technoPageBanner.enginePage .redButtonheartect {
        margin-left: -155px;
        margin-top: -70px
    }

    .technoPageBanner.enginePage .redButtonheartect2 {
        margin-left: 45px;
        margin-top: -70px
    }

    .technoPageBanner.enginePage .rightlogo {
        width: 100px
    }

        .technoPageBanner.enginePage .rightlogo img {
            width: 100px
        }

    .rightMobContent {
        margin-left: -25px
    }

    .advantageTab.telematicsTabs {
        margin-top: 20px
    }

        .advantageTab.telematicsTabs .tabMain li a {
            font-size: 13px
        }

    .itemInner .secondItem .redButtonheartect {
        left: 94%;
        top: 33%
    }

    .itemInner .secondItem .redButtonheartect2 {
        left: 93%;
        top: 30%
    }

    .itemInner .secondItem .redButtonheartect3 {
        left: 21%;
        top: 54%
    }

    .itemInner .secondItem .redButtonheartect4 {
        left: 21%;
        top: 53%
    }

    .showContent1 p,
    .showContent2 p,
    .showContent3 p,
    .showContent4 p {
        width: auto
    }
}

@media screen and (max-width:579px) {
    .technoPageBanner .carBase img {
        width: 300px
    }

    .technoPageBanner.safetyPage .redButtonheartect {
        margin-left: 35px;
        margin-top: -60px
    }

    .technoPageBanner.safetyPage .redButtonheartect2 {
        margin-left: -30px;
        margin-top: 40px
    }

    .animationImg1.active {
        width: 300px;
        background-size: 300px;
        height: 70px;
        margin-left: -190px;
        margin-top: 65px
    }

    .animationImg2.active {
        width: 100%;
        max-width: 300px;
        background-size: 300px;
        height: 30px;
        margin-left: -125px;
        bottom: -70px
    }

    .technoPageBanner.enginePage .carBase img {
        width: 300px
    }

    .technoPageBanner.enginePage .redButtonheartect {
        margin-left: -120px;
        margin-top: -50px
    }

    .technoPageBanner.enginePage .redButtonheartect2 {
        margin-left: 25px;
        margin-top: -50px
    }
}

@media screen and (max-width:479px) {
    .technoPageBanner .rightlogo {
        max-width: 40%
    }

        .technoPageBanner .rightlogo img {
            width: 100%;
            height: auto
        }

    .technoPageTxt {
        margin-top: 10px
    }

        .technoPageTxt p {
            padding-bottom: 15px
        }

    .technoPageAdvan {
        padding-bottom: 15px;
        margin-top: 15px
    }

    .advantageTab {
        margin-top: 15px
    }

    .relatatedArticleMain {
        margin-top: 0
    }

        .relatatedArticleMain.video-block button.slick-next {
            right: 0
        }

    .relatedArticleBox {
        width: 100%;
        margin: 15px 0 0
    }

    .relatedArticleContainer {
        margin-top: 10px;
        padding-top: 15px
    }

    .technoPageBanner .carBase img {
        width: 300px
    }

    .technoPageBanner .carBase {
        padding-top: 150px
    }

    .redButtonheartect {
        margin-left: -95px;
        margin-top: 55px
    }

    .redButtonheartect2 {
        margin-left: -60px;
        margin-top: 70px
    }

    .redButtonheartect3 {
        margin-left: 25px;
        margin-top: 70px
    }

    .showContent1 h2,
    .showContent2 h2,
    .showContent3 h2 {
        font-size: 15px
    }

    .showContent1 p,
    .showContent2 p,
    .showContent3 p {
        font-size: 13px;
        line-height: 15px
    }

    h3.acrdClick {
        display: block;
        background: #eff1f2 url(../images/accord-arrow2.png) 97% center no-repeat;
        color: #2d3494;
        font-size: 14px;
        text-transform: uppercase;
        padding: 15px;
        font-weight: 500;
        margin-top: 5px
    }

    .nexa_hybrid h3.acrdClick {
        background: #eff1f2 url(../images/accord-arrow2-nexa.png) 97% center no-repeat;
    }

    .nexa_hybrid h3.acrdClick {
        color: #3a3a3a;
    }

    h3.acrdClick.selected {
        display: block;
        background: #2d3494 url(../images/accord-arrow1.png) 97% center no-repeat;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        padding: 15px;
        font-weight: 500;
        margin-top: 5px
    }

    .nexa_hybrid h3.acrdClick.selected {
        background: #3a3a3a url(../images/accord-arrow1.png) 97% center no-repeat;
    }

    .advantageTab .tabMain ul {
        display: none
    }

    .tabs_hide2.acrdSec,
    .tabs_hide22.acrdSec {
        box-shadow: none;
        padding: 0;
        margin-top: 20px
    }

    .advantageTab.scngTabs .tabContent .tabs_hide2.acrdSec,
    .advantageTab.scngTabs .tabContent .tabs_hide22.acrdSec {
        margin-top: 10px
    }

    .technoBannerImg img {
        width: 100%;
        margin-left: 0
    }

    .technoPageBanner.scngBanner .technoBannerImg img {
        width: 100%;
        margin-left: 0
    }

    .technoPageBanner .carBase {
        padding-top: 40px
    }

    .redButtonheartect {
        margin-left: -95px;
        margin-top: 0
    }

    .redButtonheartect2 {
        margin-left: -60px;
        margin-top: 15px
    }

    .redButtonheartect3 {
        margin-left: 25px;
        margin-top: 15px
    }

    .technoPageBanner.safetyPage .redButtonheartect {
        margin-top: -50px
    }

    .technoPageBanner.safetyPage .redButtonheartect2 {
        margin-top: 50px
    }

    .technoPageBanner.enginePage .carBase {
        top: 50%
    }

        .technoPageBanner.enginePage .carBase img {
            width: 100%
        }

    .technoPageBanner.enginePage .redButtonheartect {
        margin-left: -140px;
        margin-top: -75px
    }

    .technoPageBanner.enginePage .redButtonheartect2 {
        margin-left: 25px;
        margin-top: -75px
    }

    .paraButton {
        margin-bottom: 20px
    }

        .paraButton a {
            margin-right: 5px;
            padding: 10px 12px
        }

    .telematicTabContent .leftMobImg {
        width: 100%
    }

    .telematicTabContent .rightMobContent {
        width: 100%;
        margin-left: 0;
        padding: 10px 10px 25px
    }
}

@media screen and (max-width:350px) {
    .technoPageBanner.enginePage .redButtonheartect {
        margin-left: -130px;
        margin-top: -65px
    }

    .technoPageBanner.enginePage .redButtonheartect2 {
        margin-left: 20px;
        margin-top: -65px
    }
}

@media (min-width:1025px) and (max-width:1366px) {
    video#myVideo {
        max-width: 1366px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    span.video-play-banner-icon {
        width: 35px
    }

    video#myVideo {
        max-width: 768px
    }

    .technoPageCars .technoPageCarSider ul.discliamer-wrapper {
        padding-left: 25px
    }

    .relatedArticleInn h3.acrdClick {
        display: none;
    }

    .relatatedArticleMain.regular button.slick-arrow {
        top: 30%;
    }

    .relatatedArticleMain.video-block button.slick-arrow {
        top: 30%;
    }

    .relatatedArticleMain button.slick-next.slick-arrow {
        right: 0 !important;
    }

    .relatatedArticleMain .slick-dots {
        display: none !important;
    }
}

@media (max-width:375px) {
    video#myVideo {
        max-width: 375px
    }
}

@media (max-width:411px) {
    video#myVideo {
        max-width: 411px
    }
}

@media (min-width:320px) and (max-width:374px) {
    video#myVideo {
        max-width: 320px
    }
}

@media (min-width:1025px) and (max-width:1366px) {
    video#myVideo {
        height: 444px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .mobile-slide {
        display: none
    }
}

@media (min-width:481px) and (max-width:767px) {
    .mobile-slide {
        display: block
    }

    .relatatedArticleMain.regular button.slick-arrow {
        top: 33%;
    }

    .relatatedArticleMain.video-block button.slick-arrow {
        top: 33%;
    }

    .dropdown.technology {
        padding: 0 10px;
    }

        .dropdown.technology a {
            font-size: 16px;
            padding: 11px;
            text-transform: uppercase;
            color: #fff;
            font-weight: 300;
            display: block;
            border-bottom: 1px solid #38428a;
            background: transparent;
            border: 0;
        }

    .mob_navbar .dropdown-menu {
        background: none;
        border: 0;
    }

    .relatatedArticleMain.video-block .relatedArticleBox:nth-child(3n+3) {
        display: none;
    }
}

@media (min-width:320px) and (max-width:480px) {
    .mobile-slide {
        display: block
    }

    .relatatedArticleMain.regular button.slick-arrow {
        top: 33%;
    }

    .relatatedArticleMain.video-block button.slick-arrow {
        top: 33%;
    }

    section#faq_section .faq_inner .inner .tab-content .panel.panel-default .panel-heading {
        background: none;
        border-bottom: solid 3px #231f20;
        height: auto;
        padding-left: 0;
        position: relative;
        display: block;
        float: left;
        width: 100%
    }

    .relatatedArticleMain.regular button.slick-arrow {
        top: 28%;
    }

    .relatatedArticleMain.video-block button.slick-arrow {
        top: 33%;
    }

    .dropdown.technology {
        padding: 0 10px;
    }

        .dropdown.technology a {
            font-size: 16px;
            padding: 11px;
            text-transform: uppercase;
            color: #fff;
            font-weight: 300;
            display: block;
            border-bottom: 1px solid #38428a;
            background: transparent;
            border: 0;
        }

    .mob_navbar .dropdown-menu {
        background: none;
        border: 0;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation :portrait) {
    .advantageTab .tabMain li a {
        font-size: 12px
    }

    .advantageTab {
        clear: both
    }

    .discliamer-wrapper {
        right: 0;
        width: 100%
    }
}


/*-------------------------------technology-engine/-------------------------*/
/*-------------------------------mileage_swift------------------------------*/
.mainContainer {
    width: 100%;
    float: left;
    overflow: hidden
}

.header {
    width: 100%;
    float: left
}

    .header img {
        width: 100%
    }

.bannerSection {
    width: 100%;
    float: left;
    position: relative
}

    .bannerSection img {
        width: 100%;
        display: block
    }

        .bannerSection img.mobileBanner {
            width: 100%;
            display: none
        }

.priceSection {
    width: 246px;
    float: left;
    padding: 10px 15px;
    position: absolute;
    bottom: 35px;
    left: 0;
    background: url(../images/price-bg.png)right top no-repeat;
    background-size: 100% 100%
}

    .priceSection p {
        font-size: 20px;
        color: #fff
    }

    .priceSection h1 {
        font-size: 34px;
        color: #fff
    }

    .priceSection span {
        font-size: 12px;
        color: #fff
    }

.AboutWagonrCng {
    width: 100%;
    float: left;
    padding: 40px 60px 0
}

    .AboutWagonrCng h2 {
        font-size: 40px;
        text-transform: uppercase;
        padding-bottom: 10px
    }

    .AboutWagonrCng p {
        font-size: 13px;
        padding-bottom: 15px;
        line-height: 19px
    }

    .AboutWagonrCng ul {
        width: 100%;
        float: left;
        margin: 20px 0
    }

    .AboutWagonrCng li {
        width: 20%;
        float: left
    }

.specSection {
    width: 100%;
    float: left;
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
    padding: 0 120px;
    position: relative;
    padding-bottom: 40px
}

.bigLogo {
    width: auto;
    float: left;
    position: absolute;
    left: 0
}

.specTab {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 70px
}

    .specTab ul li {
        text-align: center;
        cursor: pointer;
        list-style: none;
        display: inline-block
    }

        .specTab ul li a {
            border-bottom: 2px solid transparent;
            padding: 0 3px 15px;
            margin: 0 15px;
            text-decoration: none;
            color: #ccc
        }

            .specTab ul li a:hover,
            .specTab ul li a.active {
                border-bottom: 2px solid #68aedf;
                color: #000;
                font-weight: 700
            }

.specTableSection {
    width: 100%;
    float: left;
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
    font-size: 16px;
    color: #444;
    border-bottom: 1px solid #d7d7d7
}

    .specTableSection table {
        width: 100%;
        border-right: 1px solid #d7d7d7
    }

        .specTableSection table th {
            width: 17.5%;
            color: #000;
            text-align: center;
            border-right: 0 solid #d7d7d7;
            border-top: 1px solid #d7d7d7;
            background: #f7f7f7;
            padding: 15px;
            vertical-align: middle
        }

        .specTableSection table td {
            width: 17.5%;
            color: #444;
            text-align: center;
            border-right: 0 solid #d7d7d7;
            border-top: 1px solid #d7d7d7;
            background: #fff;
            padding: 15px;
            vertical-align: middle
        }

            .specTableSection table th:first-child,
            .specTableSection table td:first-child {
                width: 10%;
                text-align: left;
                border-left: 1px solid #d7d7d7
            }

.accContent {
    width: 100%;
    float: left
}

.accTab {
    width: 100%;
    float: left;
    box-sizing: border-box;
    background: #f2f2f2 url(../images/spriteImg.png) 99% 17px no-repeat;
    padding: 15px 10px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #d7d7d7;
    border-bottom: 0;
    cursor: pointer
}

    .accTab.active {
        background-position: 99% -256px
    }

.accContent.noDisplay {
    display: none
}

.specTableSection.noDisplay {
    display: none
}

.variantMileageSection {
    width: 100%;
    float: left;
    padding: 0 60px
}

    .variantMileageSection h2 {
        font-size: 40px;
        text-transform: uppercase;
        margin-bottom: 20px
    }

    .variantMileageSection .optionSection {
        width: 100%;
        float: left;
        padding-bottom: 40px
    }

.mileageFaqSection {
    width: 100%;
    float: left;
    background: #f0f0f1;
    padding: 40px 120px 50px
}

    .mileageFaqSection h2 {
        font-size: 40px;
        text-align: center;
        text-transform: uppercase;
        padding-bottom: 40px;
        font-weight: 900
    }

    .mileageFaqSection .leftSection {
        width: 40%;
        float: left;
        margin-top: 50px
    }

        .mileageFaqSection .leftSection ul {
            width: 100%;
            float: left
        }

        .mileageFaqSection .leftSection li {
            width: 100%;
            float: left;
            font-size: 24px;
            color: #ccc;
            padding-bottom: 20px;
            cursor: pointer
        }

            .mileageFaqSection .leftSection li span {
                width: 45%;
                display: inline-block;
                border-bottom: 5px solid #ccc;
                padding-bottom: 10px;
                margin-left: 15px
            }

            .mileageFaqSection .leftSection li.active {
                color: #000
            }

                .mileageFaqSection .leftSection li.active span {
                    border-bottom: 5px solid #000
                }

    .mileageFaqSection .rightSection {
        width: 60%;
        float: left
    }

.accordianSection {
    width: 100%;
    float: left;
    color: #171717;
    font-size: 18px;
    padding-bottom: 40px
}

    .accordianSection.hideSection {
        display: none
    }

    .accordianSection p {
        font-size: 16px;
        display: block;
        padding: 0 0 35px
    }

    .accordianSection h2 {
        width: 100%;
        float: left;
        text-align: left;
        padding: 20px 41px 15px 0 !important;
        font-size: 14px;
        color: #171717;
        font-weight: 900;
        border-bottom: 4px solid #000;
        cursor: pointer;
        background-image: url(../../../../images/RO/images/ro_icon/ro_arena_sprite1.png);
        background-repeat: no-repeat;
        background-position: 102% 76%;
        background-size: 70px;
    }

        .accordianSection h2.active {
            background-image: url(../../../../images/RO/images/ro_icon/ro_arena_sprite1.png);
            background-position: 102% 83%;
            color: #000;
            background-size: 70px;
            border-bottom-color: transparent
        }

    .accordianSection .accContent {
        width: 100%;
        float: left;
        display: none
    }

        .accordianSection .accContent ul {
            width: 100%;
            float: left;
            border-bottom: 4px solid #000
        }

            .accordianSection .accContent ul li {
                width: 100%;
                float: left;
                list-style: none;
                font-size: 14px;
                padding: 15px 0
            }

                .accordianSection .accContent ul li:nth-child(odd) {
                    background: #f0f0f1;
                    padding: 15px
                }

                .accordianSection .accContent ul li:nth-child(even) {
                    background: #f0f0f1;
                    padding: 15px
                }

                .accordianSection .accContent ul li span {
                    float: right;
                    position: relative;
                    cursor: pointer
                }

.mobileaccheading {
    display: none
}

.footer {
    width: 100%;
    float: left
}

    .footer img {
        width: 100%;
        display: block
    }

        .footer img.mobileFooter {
            width: 100%;
            display: none
        }

.ReviewCenterContainer {
    width: 100%;
    float: left;
    color: #fff;
    padding: 80px;
    background: #363636;
    font-family: "Lato", sans-serif
}

.ReviewSection {
    width: 35%;
    margin: 0 auto
}

    .ReviewSection h2 {
        font-family: "Lato Black", sans-serif;
        margin: 0;
        padding: 0;
        text-transform: uppercase
    }

    .ReviewSection > p {
        width: auto;
        float: left;
        text-transform: uppercase;
        font-size: 13px;
        position: relative;
        top: 10px
    }

        .ReviewSection > p:before {
            content: ' ';
            border-bottom: 2px solid red;
            width: 20px;
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%)
        }

.ReviewContainer {
    width: 100%;
    float: left;
    margin-top: 40px
}

    .ReviewContainer p {
        font-size: 12px;
        color: #c2c2c2;
        text-transform: uppercase
    }

    .ReviewContainer .item {
        width: 100%;
        float: left;
        padding: 30px 0;
        border-top: 1px solid #4a4a4a;
        margin-top: 10px
    }

        .ReviewContainer .item .leftSection {
            width: 25%;
            float: left;
            border: 5px solid #484848;
            overflow: hidden;
            border-radius: 50px
        }

        .ReviewContainer .item .rightSection {
            width: 71%;
            float: left;
            margin-left: 3%
        }

            .ReviewContainer .item .rightSection h3 {
                font-family: "Lato Bold", sans-serif;
                color: #fff;
                margin: 0;
                padding: 0;
                font-size: 18px
            }

            .ReviewContainer .item .rightSection p {
                font-family: "Lato Light", sans-serif;
                font-style: italic;
                color: #d6d6d6;
                font-size: 12px;
                margin-top: 10px
            }

p.Starting {
    color: #fff;
    font-weight: 600;
    text-transform: inherit;
    margin: 10px 0 0;
    font-size: 20px !important
}

p.price {
    font-size: 30px !important;
    font-weight: bolder;
    margin: 0
}

p.ex-showroom {
    color: #fff;
    font-weight: 600;
    text-transform: inherit;
    margin: 10px 0 0;
    font-size: 16px !important
}

.exclusive-price {
    text-align: left
}

.desktopcontent p {
    text-align: left !important;
    margin: 10px 0 5px !important
}

p.dezire-mileage-para-web {
    width: 45%;
    display: inline-block
}

.swift-mileage-web .exclusive-price p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    line-height: 33px !important
}

    .swift-mileage-web .exclusive-price p.price {
        font-weight: 600
    }

body.eccomileagehindi .generic-hero .generic-slider .items .mediacontent.vcenter {
    top: 50%
}

body.eccomileagehindi header .utilityWrapper .utilityItems li.headerSearch-btn {
    margin: 19px 0 0 1px
}

    body.eccomileagehindi header .utilityWrapper .utilityItems li.headerSearch-btn img {
        width: 20px
    }

body.eccomileagehindi .searchopenactive {
    display: block !important;
    min-height: 200px
}

body.eccomileagehindi header .utilityWrapper .utilityItems li ul li .searchbox button {
    display: block !important;
    border: none;
    background: 0 0;
    box-shadow: none;
    outline: 0;
    width: 20px;
    height: 20px;
    background-image: url(https://marutisuzukiarenaprodcdn.azureedge.net/images/swift-brand/close-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 8px;
    font-size: 0
}

.generic-hero .generic-slider .items .mediacontent.black h2,
.generic-hero .generic-slider .items .mediacontent.black h3,
.generic-hero .generic-slider .items .mediacontent.black p {
    color: #fff !important
}

@media screen and (max-width: 1024px) {
    .AboutWagonrCng li img {
        width: 100%
    }

    .bigLogo img {
        width: 70%
    }

    .specSection {
        padding: 0 40px
    }

    .mileageFaqSection {
        padding: 40px 40px 50px
    }

        .mileageFaqSection .leftSection li span {
            width: 60%
        }
}

@media screen and (max-width: 992px) {
    .AboutWagonrCng {
        padding: 40px
    }

    .mileageFaqSection .leftSection li span {
        width: 70%
    }

    .ReviewSection {
        width: 100% !important
    }

    .ReviewContainer .item .leftSection {
        width: 14% !important
    }

    .ReviewCenterContainer {
        padding: 20px !important
    }
}

@media screen and (max-width: 767px) {
    .AboutWagonrCng {
        padding: 20px
    }

        .AboutWagonrCng h2 {
            font-size: 25px
        }

        .AboutWagonrCng li {
            width: 50%;
            margin-bottom: 10px
        }

    .specSection {
        padding: 0 20px
    }

    .mileageFaqSection h2.heading {
        font-size: 18px;
        padding-bottom: 0
    }

    .mileageFaqSection .leftSection {
        width: 100%;
        margin-top: 20px;
        display: none
    }

    .mileageFaqSection .rightSection {
        width: 100%;
        margin-top: 20px
    }

    .accordianSection h2 {
        padding: 10px 0;
        background: url(../../../../images/RO/images/ro_icon/ro_arena_sprite1.png) no-repeat;
        background-size: 76px;
        background-position: 109% 76%;
    }

    .mileageFaqSection {
        padding: 20px;
        margin-top: 20px
    }

    .priceSection {
        width: 190px;
        bottom: 0;
        padding: 10px 15px 10px 5px
    }

        .priceSection p {
            font-size: 16px
        }

        .priceSection h1 {
            font-size: 26px
        }

        .priceSection span {
            font-size: 13px
        }

    .specTab {
        margin-top: 0
    }

    .mileageFaqSection .leftSection li {
        font-size: 18px
    }

    .mobileaccheading {
        display: block;
        float: left;
        width: 100%;
        color: #fff;
        background: url(../../../../images/RO/images/ro_icon/ro_arena_sprite2.png) #000 no-repeat;
        background-size: 265px;
        background-position: 350% 46%;
        padding: 10px;
        margin-bottom: 10px
    }

        .mobileaccheading.active {
            background: url(../../../../images/RO/images/ro_icon/ro_arena_sprite2.png) #000 no-repeat;
            background-size: 265px;
            background-position: 350% 105%;
        }

    .mobileaccordian {
        float: left;
        width: 100%
    }

    .accordianSection h2.active {
        background: url(../../../../images/RO/images/ro_icon/ro_arena_sprite1.png) no-repeat;
        background-size: 76px;
        background-position: 109% 84%;
        color: #000;
    }

    .bigLogo {
        display: none
    }

    .variantMileageSection {
        padding: 0 20px
    }

        .variantMileageSection h2 {
            font-size: 25px
        }

    .specTableSection table th {
        width: 13%
    }

    .bannerSection img {
        width: 100%;
        display: none
    }

        .bannerSection img.mobileBanner {
            width: 100%;
            display: block
        }

    .footer img {
        width: 100%;
        display: none
    }

        .footer img.mobileFooter {
            width: 100%;
            display: block
        }

    .ReviewContainer .item .leftSection {
        width: 25% !important
    }

    .altoMileage .altko10Cng-mobile {
        margin-top: 0
    }

    .altoMileage .generic-hero .generic-slider .items .mediacontent.vcenter {
        top: 345px !important
    }

    body.eccomileagehindi .generic-hero .generic-slider .items .mediacontent.vcenter {
        top: 63%
    }
}

@media only screen and (max-width: 480px) {
    .specTableSection {
        font-size: 13px
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    p.Starting {
        margin: 0
    }

    .mediacontent.col-lg-5.white.right.vcenter img {
        max-width: 82%
    }

    p.ex-showroom {
        margin: 0
    }

    .accordianSection h2 {
        font-size: 12px
    }

    .generic-hero .generic-slider .items .mediacontent.vcenter {
        width: 100% !important;
        padding: 10px !important;
        top: 390px
    }

        .generic-hero .generic-slider .items .mediacontent.vcenter img {
            top: 0 !important
        }
}

.generic-hero .generic-slider .items .mediacontent.black h2,
.generic-hero .generic-slider .items .mediacontent.black h3,
.generic-hero .generic-slider .items .mediacontent.black p {
    color: #fff !important
}

/*-------------------------------mileage_swift/------------------------------*/


.nexa-dropdown .dropdown-item:active {
    background: #000;
    color: #fff;
}

.dropdown-menu .dropdown-item:hover {
    color: #fff;
    background: #2d3494;
}

.dropdown-menu.nexa-dropdown .dropdown-item:hover {
    background: #000;
}
