﻿@media only screen and (max-width: 823px) {
     
.headerWrap {
    max-width: 823px;
    margin: 0 auto;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
}
.header {
    padding: 20px 0;
    background: #e51b2f;
    margin: 0;
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 0;
    width: 100%;
    left: 0;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}
.logo {
    text-align: center;
    float: left;
    width: 160px;
    margin: 0 0 0 -80px;
    position: absolute;
    left: 50%;
}
header .inner-title {
    text-align: center;
    float: left;
    width: 220px;
    margin: 0 0 0 40px;
}
.logo img {
    max-height: 43px;
}
.mobSearch {
    position: relative;
    cursor: pointer;
    width: 38px;
    height: 38px;
    float: left;
    padding: 0;
    margin: 0 0 0 15px;
}
.mobMenu {
    cursor: pointer;
    float: right;
    margin: 0 15px 0 0;
    width: 36px;
}
.menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 85px;
    max-width: 823px;
    margin: 0 auto;
    width: 100%;
    z-index: 9999;
    background: #e8e8e8;
}
.menu>ul>li a i {
    display: block;
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -15px;
    font-size: 2.3076923076923075em;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
}
.modelPrice {
    font: 1.6923076923076923em gotham-bookgotham-book, sans-serif;
    color: #333;
}
.searchBox {
    border-top: solid 5px #999;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    z-index: 9;
    background: #e8e8e8;
    padding: 0 30px;
    display: none;
}
.searchBoxIcon {
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    padding: 20px;
    max-width: 58px;
}
.productMenu .fa {
    font-size: 2.6923076923076925em;
    float: right;
    text-align: center;
    width: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -0-transform: rotate(0);
    transform: rotate(0);
}
.productMenu .fa:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.productDropdown {
    max-width: 823px;
    margin: 0 auto;
    background: #f2f2f2;
    position: absolute;
    left: 0;
    right: 0;
    top: 133px;
    z-index: 996;
    display: none;
}

.mobSearch img {
    padding: 9px 15px;
    max-width: 67px;
}
.mobMenu img {
    padding: 20px;
}
.menu, .mobMenuClose, .mobSearchClose {
    display: none;
}
.menu>ul>li {
    display: block;
    margin: 0;
    height: auto;
    border-bottom: solid 1px #fff;
    background: #e51b2f;
    text-transform: uppercase;
}
.menu>ul>li:last-child {
    border: none;
}
.menu>ul>li.active a i {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.menu>ul>li a {
    cursor: pointer;
}
.menu>ul>li a:after, .menu>ul>li>a>br {
    display: none;
}
.menu>ul>li a {
    padding: 15px 20px;
    font: 1.3846153846153846em/3.076923076923077em gotham-bookgotham-book, sans-serif;
    color: #fff;
    letter-spacing: 1.2px;
    display: block;
    text-align: left;
    position: relative;
}
.menu>ul>li>a img {
    float: left;
    margin-right: 20px;
}
.menu>ul>li span {
    display: inline;
    font: 1.5384615384615385em gotham_boldregular;
}
.menu>ul>li:first-child>a, .menu>ul>li:nth-child(2)>a, .menu>ul>li:nth-child(3)>a, .menu>ul>li:nth-child(4)>a, .menu>ul>li:nth-child(5)>a, .menu>ul>li:nth-child(6)>a {
    font-family: gotham-bookgotham-book, sans-serif;
}
.menu>ul>li.active {
    background: #b50000;
}
.menu>ul>li.active>a {
    font-family: gotham-bookgotham-book, sans-serif;
}
.dropDownMenuM {
    z-index: 99;
    display: none;
    border: none;
}
.dropModelsM {
    border: none;
    padding: 10px 20px;
    position: relative;
    background: #fff;
    display: table;
}
.dropModelsM .col33 {
    width: 100%;
    padding: 0;
    float: left;
    transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.dropModelsM .col33:last-child {
    border: none;
}
.menu .dropModelsM a {
    padding: 8px 0;
    position: relative;
    display: inline-block;
    width: 100%;
    text-transform: none;
}

.modelName {
    font: 1.6923076923076923em gotham-bookgotham-book, sans-serif;
    color: #e51b2f;
    transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    margin: 10px 140px 0 168px;
    letter-spacing: -.1px;
}
.menu>ul>li .modelName span {
    display: block;
    font: 1.3076923076923077em gotham-bookgotham-book, sans-serif;
    color: #666;
    padding-top: 5px;
}
.modelPrice img {
    max-width: 12px;
    display: inline-block;
    margin-right: 3px;
}
.dropDownMenuM ul li {
    text-transform: none;
}
.dropDownMenuM ul li a {
    padding: 3px 20px;
}
.modelImg {
    float: left;
}
.modelImg img {
    display: block;
	width: 100%;
}
.searchBox input {
    width: 100%;
    font: 1.2307692307692308em gotham-bookgotham-book, sans-serif;
    color: #666;
    background: 0 0;
    border: none;
    padding: 20px 0;
}
.productMenu {
    max-width: 823px;
    margin: 0 auto;
    background-color: #e5e5e5;
    color: #e82d36;
    display: block;
    padding: 15px;
    font: 1.3846153846153846em gotham-mediumgotham-medium, sans-serif;
    position: fixed;
    z-index: 997;
    left: 0;
    right: 0;
    top: 85px;
    text-transform: uppercase;
}
.productMenu.active .fa {
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -0-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.productDropdown li {
    border-bottom: 1px solid #989898;
}
.productDropdown li a {
    color: #323232;
    font: 1.3076923076923077em gotham-bookgotham-book, sans-serif;
    display: block;
    padding: 20px 15px;
    text-transform: uppercase;
}
.productDropdown li a:hover, .productDropdown li.current a {
    color: #323232;
}
.emiRightCon {
    overflow: hidden;
    border-top: solid 5px #e51b2f;
    position: relative;
    z-index: 99;
    max-width: 823px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background: #989898;
    float: left;
}
.emiRightCon ul {
    display: table;
    width: 100%
}
.emiRightCon ul li {
    display: table-cell;
    width: 16.6%;
    margin: 0;
    position: relative;
    text-align: center;
    border-right: solid 1px #ccc;
}
.emiRightCon ul li span {
    display: block;
}
.emiRightCon ul li a {
    font: 1.1538461538461537em/1.5384615384615385em gotham-mediumgotham-medium;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 10px;
    display: block;
}
.emiRightCon ul li a:hover, .emiRightCon ul li.active a {
    opacity: .5;
}
.emiRightCon ul li:last-child, .emiRightCon ul li:last-child a {
    border: none;
}
.emiRightCon.stickyBandFix {
    position: fixed;
    transition: all ease-out .5s;
}
.emiRightCon.corporate ul li span {
    min-height: 40px;
}

.sociaIcons li {
    display: inline-block;
    margin-right: 26px;
    text-align: center;
    vertical-align: top;
    padding-bottom: 0;
}
.sociaIcons li a {
    background: rgba(255, 255, 255, .5);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    color: #2d3538;
    display: inline-block;
    font-size: 1.9230769230769231em;
    line-height: 60px;
    transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.sociaIcons li a:before {
    font-family: FontAwesome;
    line-height: 27px;
}
.sociaIcons li a:hover {
    background: #fff;
}

.fAddress {
    padding: 15px 0 4px;
}
.fAddress p {
    font-size: 1.6923076923076923em;
    line-height: 33px;
    padding-bottom: 0;
}
.fAddress p:last-child {
    padding-bottom: 0;
}
.fAddress p span {
    font-size: 1.8461538461538463em;
}
.fAddress a {
    color: #fff;
}
.socialwidget {
    float: left;
    padding: 21px 0 15px;
    width: 100%
}
.socialCon {
    background: #262626;
    padding: 20px 35px 20px 15px;
    min-height: 135px;
}
.socialwidget p {
    font-size: 1.6923076923076923em;
    line-height: 33px;
    padding-bottom: 10px;
}
.socialwidget p span {
    font-family: gotham-mediumgotham-medium, sans-serif;
}
.socialwidget p a {
    color: #fff;
}
.socialwidget p a:hover {
    color: rgba(255, 255, 255, .5);
}
.followTitle {
    border: none;
    cursor: default;
    text-transform: uppercase;
    font: 1.5384615384615385em gotham-bookgotham-book, sans-serif;
    color: #fff;
    letter-spacing: 1px;
    padding: 0;
    margin: 0 0 16px;
}
.sociaIcons {
    margin-bottom: 6px;
}
.copyRight {
    background: #4f4f4f;
    color: #ccc;
    font: 1.2307692307692308em gotham-bookgotham-book, sans-serif;
    padding: 25px 20px;
}
.copyRight a {
    color: #ccc;
    display: inline-block;
    padding: 0 5px;
}
.copyRight a:hover {
    color: #fff;
}
input.input-validation-error {
    border: solid 1px red;
    color: red;
    background: #fff;
}

.logo img {
    max-height: 31px;
}
.mobSearch img {
    max-width: 65px;
}
.mobSearch img.mobSearchClose {
    max-width: 60px;
}
.mobMenu img {
    max-width: 36px;
    padding: 0;
}
.mobMenu img.mobMenuClose {
    padding: 6px;
}
.menu {
    top: 64px;
}
.menu>ul>li a, .menu>ul>li:nth-child(8) a, .menu>ul>li>a {
    font-size: 1em;
    line-height: 25px;
}
.menu>ul>li>a img {
    max-width: 35px;
}
.menu>ul>li span {
    font-size: 1em;
}
.menu>ul>li a i {
    right: 28px;
    top: 11px;
    margin-top: 0;
}
.menu>ul>li a {
    padding: 12px 20px;
}
.dropDownMenuM ul li a {
    padding: 5px 20px;
}
.dropModelCon h3 {
    font-size: 1.3846153846153846em;
    line-height: 15px;
}
.dropDownMenuM .corporateTabs li a {
    font-size: .9230769230769231em;
    letter-spacing: .5px;
}
.corporateTabsDetails ul li a {
    font-size: .9230769230769231em;
    padding: 5px 0;
}
.menu>ul>li .dropModelCon h3 span {
    font-size: 1.0769230769230769em;
    margin-top: 10px;
}
.menu>ul>li.active a i {
    top: 13px;
}
.searchBox {
    padding: 0 20px;
}
.searchBox input {
    padding: 15px 0;
}
.searchBoxIcon {
    right: 0;
    padding: 15px;
}
.modelImg {
    max-width: 100px;
}
.modelName {
    margin: 5px 120px 0 110px;
    font-size: 1.3846153846153846em;
}
.menu>ul>li .modelName span {
    padding: 0;
    font-size: .9em;
}
.modelPrice {
    font-size: 1.3846153846153846em;
}
.modelPrice img {
    max-width: 9px;
}
.productMenu {
    top: 62px;
}
.productDropdown {
    top: 111px;
}
.emiRightCon ul li a {
    text-align: center;
    padding: 10px 5px;
    font-size: .6923076923076923em;
    line-height: 12px;
}
.emiRightCon ul li a img {
    height: 25px;
}
.emiRightCon ul li a span {
    display: block;
    min-height: 25px;
}
.emiRightCon ul li a span br {
    display: none;
}
.footerBottom {
    padding: 20px;
}
.fAddress {
    padding-top: 0;
    line-height: 22px;
}
.fAddress p, .socialwidget p {
    font-size: 1.3846153846153846em;
    line-height: 24px;
	margin: 0;
}
.fAddress p br {
    display: none;
}
.fAddress p span {
    display: block;
    font-size: 1.6923076923076923em;
}
.socialwidget {
    padding: 0;
}
.socialwidget p {
    padding-bottom: 4px;
}
.followTitle {
    margin-bottom: 4px;
}
.sociaIcons li {
    margin-right: 10px;
}
.sociaIcons li a {
    width: 40px;
    height: 40px;
    font-size: 1.5384615384615385em;
    line-height: 40px;
}
.copyRight {
    padding: 20px;
    font-size: 1.0769230769230769em;
}
.productMenu .fa {
    right: 10px;
    font-size: 2.3076923076923075em;
}


.mobSearch img {
		padding: 9px 15px;
		max-width: 50px;
	}
.mobSearch img.mobSearchClose {
		max-width: 50px;
	}
.main-con-new .menu {
    top:67px;
}
.dropModelsM, .menu>ul>li a {
    padding-left: 15px;
    padding-right: 15px;
}
.menu>ul>li>a img {
    max-width: 30px;
    margin-right: 10px;
}
.menu>ul>li span {
    display: block;
}
.menu>ul>li a i {
    right: 22px;
    font-size: 1.9230769230769231em;
}
.dropModelsM .col33 {
    width: 100%}
.modelImg {
    margin-top: 7px;
}
.modelName {
    margin: 0 0 0 110px;
    font-size: 1.1307692307692308em;
}
.modelPrice {
    position: static;
    right: inherit;
    top: inherit;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    margin: 10px 0 0 110px;
    font-size: 1.2em;
}
.emiRightCon {
    border-width: 3px;
    width: 100%}
.emiRightCon ul li a {
    padding: 5px;
    line-height: 10px;
}
.emiRightCon ul li a img {
    height: 20px;
}
.fAddress p, .socialwidget p {
    font-size: 1em;
    line-height: 20px;
}
.fAddress p span, .followTitle {
    display: block;
    font-size: 1em;
}
.sociaIcons li {
    margin-right:10px;
}
.sociaIcons li a {
    width: 30px;
    height: 30px;
    font-size: 1.2307692307692308em;
    line-height: 32px;
}
.followTitle {
   
    margin-top: 15px;
    margin-bottom: 5px;
}
.copyRight {
    font-size: .9230769230769231em;
}
.productDropdown li a, .productMenu {
    font-size: 1.1538461538461537em;
}
.productMenu .fa {
    width: 40px;
}
.productDropdown {
    top: 108px;
}
.copyRight {
    font-size: .7692307692307693em;
    padding: 10px 20px;
    float: left;
}

.thankyouMsg {
    color: #333;
    font-size: 1.5384615384615385em;
    text-align: center;
}
.fa-car:before {
    content: "\f1b9"}
.fa-car {
    margin-left: 5px;
}

.margin-topp-0 {
    margin-top: 0!important;
}
.margin-bott-0 {
    margin-bottom: 0!important;
}
.breadcrumbs-inner .black {
    color: #000;
}
.sprite-global-home-iocn {
    width: 40px;
    height: 37px;
    float: left;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -665px -534px;
    margin: -8px 0 0 0;
    padding: 0;
}
.sprite-global-car-iocn {
    width: 40px;
    height: 37px;
    float: left;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -584px -531px;
    margin: -8px 0 0 0;
    padding: 0;
}
.sprite-global-rupe-iocn {
    width: 40px;
    height: 37px;
    float: left;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -586px -230px;
    margin: -8px 0 0 0;
    padding: 0;
}
.sprite-global-drive-iocn {
    width: 40px;
    height: 37px;
    float: left;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -346px -232px;
    margin: -8px 0 0 0;
    padding: 0;
}
.sprite-global-dealer-iocn {
    width: 40px;
    height: 37px;
    float: left;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -746px -130px;
    margin: -8px 0 0 0;
    padding: 0;
}
.sprite-global-service-iocn {
    width: 40px;
    height: 37px;
    float: left;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -345px -730px;
    margin: -8px 0 0 0;
    padding: 0;
}
.sprite-global-emical-iocn {
    width: 40px;
    height: 37px;
    float: left;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -426px -629px;
    margin: -8px 0 0 0;
    padding: 0;
}
.sprite-global-offers-iocn {
    width: 40px;
    height: 37px;
    float: left;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -103px -229px;
    margin: -8px 0 0 0;
    padding: 0;
}
.sprite-global-foot-rupe-iocn {
    width: 36px;
    height: 38px;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -582px -231px;
    padding: 0;
    margin: 0 auto 8px;
    display: table;
}
.sprite-global-foot-offers-iocn {
    width: 36px;
    height: 38px;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -101px -231px;
    margin: 0 auto 8px;
    padding: 0;
    display: table;
}
.sprite-global-foot-drive-iocn {
    width: 36px;
    height: 38px;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -343px -232px;
    margin: 0 auto 8px;
    padding: 0;
    display: table;
}
.sprite-global-foot-dealer-iocn {
    width: 36px;
    height: 38px;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -742px -131px;
    margin: 0 auto 8px;
    padding: 0;
    display: table;
}
.sprite-global-search-iocn {
    width: 38px;
    height: 38px;
    float: left;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -21px -433px;
    margin: 0;
    padding: 0;
}
.sprite-global-menu-right-top-iocn {
    width: 38px;
    height: 38px;
    float: left;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -18px -132px;
    margin: 0 10px 0 0;
    padding: 0;
}
.sprite-global-menu-logo-top-iocn {
    width: 160px;
    height: 35px;
    float: left;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -40px -934px;
    margin: 0;
    padding: 0;
}
.sprite-global-amaze-logo-top-iocn {
    width: 150px;
    height: 35px;
    float: left;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -245px -934px;
    margin: 0;
    padding: 0;
}
.sprite-global-req-for-info {
    width: 30px;
    height: 30px;
    float: left;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -346px -634px;
    margin: 0;
    padding: 0;
}
.fb-add {
    display: none;
}
.posi-rel {
    position: relative;
}
.onloadContainer-hei {
    height: 188px;
}
.load-form-p {
    text-align: center;
    color: red;
    line-height: 18px;
    font-size: 1.0769230769230769em;
}
.display-none {
    display: none;
}
.tele-p-icon {
    color: #fff;
    display: contents;
}
.fax-no-icon {
    color: #fff;
    display: contents;
}
.toll-free-n {
    float: left;
    width: 100%}
.followTitle-new {
    font-size: 1.0769230769230769em;
    padding: 18px 0 5px 0;
}
.display-inline {
    display: inline;
}
.border-st {
    border-style: none;
}
.mail-cus-new {
    color: #fff;
    display: contents;
}
.iframe-new1 {
    display: none;
    width: 0;
    height: 0;
}
.iframe-new2 {
    display: none;
    visibility: hidden;
}

.breadcrumbs-inner-f2 a {
    color: #000!important;
}
.main-search-page-f {
    float: left;
    width: 100%;
    margin: 0 0 14px 0;
    background: #fff;
}
.main-search-page-f .innerContainer {
    max-width: 944px;
}
.mainWrap #output {
    float: left;
    width: 100%;
    margin: 0;
    padding: 4% 4% 2% 4%}
.hcHeadSearch {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ddd;
    color: #000;
    line-height: 20px;
    font-size: 15px;
}
.hcHeadSearch br {
    display: none!important;
}
.hcHeadSearch .hcHead-main {
    float: left;
    width: 100%;
    margin: 0 0 8px 0;
    padding: 0;
    font-weight: 700;
}
.hcHeadSearch .hcHead-main a {
    color: #00c;
    font-size: 18px;
}
.hcHeadSearch .hcHead2 {
    line-height: 24px;
    font-weight: 700;
    color: green;
    margin-bottom: 4px;
    word-break: break-all;
}
.search-pagination {
    float: left;
    width: 100%;
    margin: 0 0 12PX 0;
    padding: 0 4% 3% 4%;
    background: #fff;
}
.search-pagination .search-page-nxt {
    color: #fff;
    float: left;
    padding: 0;
    font-weight: 700;
    font: 11px gotham_boldregular;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.search-pagination .search-page-nxt a {
    color: #fff;
    background: #e82d36;
    padding: 8px 12px;
    float: left;
    margin: 0 4px 0 0;
}
.search-pagination .search-page-nxt span {
    color: #fff;
    background: #e82d36;
    padding: 8px 12px;
    float: left;
    margin: 0 4px 0 0;
}
.google-search {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
    color: #00c;
    font-size: 14px;
}
.google-search a:focus {
    color: #00c!important;
}
.google-search a:active {
    color: #00c!important;
}
.google-search a:visited {
    color: #00c!important;
}
.breadcrum-span {
    padding: 0 7px;
    font-weight: 700;
}
.marTopFour {
    margin-top: 43px!important;
}
.sitemapLinks {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.sitemapLinks h4 {
    float: left;
    width: 100%;
    margin: 0;
    font-weight: 700;
    padding: 0 24px;
    background: #2f3438;
    color: #fff;
    line-height: 48px;
    font-size: 15px;
    border-bottom: 0;
}
.sitemapLinks ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}
.sitemapLinks ul li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #999;
}
.sitemapLinks ul li:hover {
    background: #f2f2f2;
}
.sitemapLinks ul li a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 24px;
    height: 48px;
    color: #333;
    line-height: 48px;
}
.header h1 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-family: gotham-bookgotham-book;
}

.mobSearchIcon {
    width: 34px;
    height: 34px;
    float: left;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -22px -432px;
    margin: 0;
    padding: 0!important;
}
.mobSearchClose {
    width: 34px;
    height: 34px;
    float: left;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -423px -34px;
    margin: 0;
    padding: 0!important;
}
.searchBoxIcon {
    width: 46px;
    height: 46px;
    float: left;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -258px -427px;
    margin: 0;
    padding: 0!important;
}
.mobMenuIcon {
    width: 38px;
    height: 38px;
    float: left;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -20px -134px;
    margin: 0;
    padding: 0!important;
}
.mobMenuClose {
    width: 34px;
    height: 34px;
    float: left;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -423px -34px;
    margin: 0;
    padding: 0!important;
}
.model-price-inner-grey {
    width: 20px;
    height: 18px;
    float: left;
    background: url(https://m-stage.hondacarindia.co.in/Content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -669px -242px;
}
.emiRightCon ul li a h3 {
    display: block;
    min-height: 25px;
    text-align: center;
    font: .9838461538461537em/1.5384615384615385em gotham-mediumgotham-medium;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.sprite-global-foot-book-now-iocn {
    width: 36px;
    height: 38px;
    background: url(https://m-stage.hondacarindia.co.in/content/mobile/images/global/sprite-mobile-img.png) no-repeat;
    background-position: -579px -532px;
    margin: 0 auto 8px;
    padding: 0;
    display: table;
}

	 .DesktopHeaderF { display:none;  }
     .MobileHeaderF  { display:block; }
     .MobileHeaderF-Menu  { display:none; }
	 .mob-exe-show-sep { display:none; }
	 .filter-ico-sep { display:block; }

     .form-sign-au { width: 90%; margin-top:78px; }
	 .footerTop { display:none !important; }
	 .fAddress  { width: 100%; }
	 .socialwidget { padding-left:0 !important; width: 100%; }
	 .footerBottom { padding: 20px; }
	 .copyRight {
		padding: 25px 20px;
		width: 100%;
	}
	  
	 .input-ac-au .input-2-row { width: 100%; margin: 0 0 20px; }
	 .input-ac-au .box-2-row   { width: 100%;  }
	 .submit-ac-au .submit-cont-au .submit-au   { margin: 0; }
	 .form-au-col-12 { margin: 20px 0 0; }
	 .container { max-width: 100% !important; }
	 
	 .col-4 { max-width: 100%; }
	 .right-part-models-au { max-width: 100%;  width: 100%; margin:4px 0 0 0; }
	 .col-6 { max-width: 100%; width: 100%; }
	 .full-bar-au { margin-top: 78px !important; }
	 .full-bar-au .col-4 { margin:8px 0px; }
	 .full-bar-au .border-au-main-bar { border-left: 0 solid #fff; border-right: 0 solid #fff; }
	 
	 .ex-show-price { width: 100%; min-height: auto; float: left; }
	 
	 .form-sign-au .create-ac-au { width: 100%; float: left; }
	 .form-sign-au .create-ac-au #signinn { width: 37%; }
	 .form-sign-au .create-ac-au #signup { width: 59%; }
	 .form-sign-au .create-ac-au .create-cont-au-nor   { width: 60%; }
	 .left101 { margin-left: 0 !important; width: auto !important; }

	 .filter-ico-sep { float:left; width:100%; margin:0; padding:8px 0; background:#e9e9e9; }
	 .filter-ico-sep center {
		display: table;
		margin: 6px auto;
	}
	 .filter-ico-sep b {
		font-size: 16px;
		font-weight: bold;
		border-right: 1px solid #333;
		padding-right: 8px;
		margin-right: 5px;
	}
	 .filter-ico-sep img {  }
	 
	 .full-top-short-au { margin: 10px 0 0 0; }
	 
	#choosecar .col-2 {
		width: 100%;
		max-width: 100%;
	} 
	#choosecar .col-2 .btn-au-p {
		float: none;
		margin: 0 auto;
		width: auto;
		display: table;
	}
	#choosecar .col-9 {
		width: 100%;
		max-width: 100%;
	}
	#choosecar .col-9 .btn-au-p {
		background: #f1eff2;
		float: left;
		padding: 4px 11px;
		margin: 0 8px 5px 0;
		font-size: 12px;
		font-weight: bold;
		line-height: 20px;
	}
	.full-top-varient-au { padding:0px; }
	.full-top-varient-au .border-au-left{ border-top:1px solid #ffffff; padding-top:8px; }
	.full-top-varient-au .col-6 {
		text-align: center;
		margin: 0 0 10px 0;
		border-left: 0 !important;
		font-size: 13px;
	}
	.full-top-varient-au .col-6 .change-by-au-2 {
		float: right;
		margin: 0;
		width: 58px;
		position: absolute;
		right: 7px;
		top: 11px;
	}
	

	
	.mobli-meu-sep-active { display:block;  }
	.mobli-meu-sep-active a { text-decoration:none; font-size:15px; }
	.mobli-meu-sep { display:none; }
	
	#footer { width:100% !important; }
	.white-box-au .img-icon {
		margin: 0 5px 46px 0;
		float: left;
	}
	.change-by-au-2 ul { margin: 5px 0px 0 -155px; }
	.red-btn-au { margin: 0 4.5% 10px 0 }
	#ddlState { margin-bottom:20px !important; background:#ffffff url(../images/au-drop.png) no-repeat right 13px top 18px; }
	#txtSMobile { margin-bottom:20px !important; }
	.submit-ac-au .tc-cont-au { margin: 0 auto 10px; }
	.moder-au-part { min-height: auto !important; }
	
	.img-model-au:hover img { opacity: 1; }
	.au-opc:hover img { opacity:1 !important; }
	.btn-or { display:none; }
	
	.left-baking-partner-au {  width: 100%; }
	.right-baking-partner-au { width: 100%; margin: 0 0 30px; }
	
	.scheme-sep { width: 100%; }
	.features-sep { width: 100%; border-top:1px solid #a0a0a0; margin-top:15px; padding-top:15px; }
	.features-sep ul {
		border-top: 0 solid #a0a0a0;
		padding-left: 4%;
		float: left;
	}
	.baking-partner-au .sel-pre-ban-part .left-au-banking img { margin: 17px 7% 0; }
	.home-sep .main-con-new .menu {
		top: 1px;
	`}
	.profile-icon-sep {
		position: absolute;
		left: 5px;
		top: 5px;
		z-index: 11;
		width: 16px;
	}
	
	.features-sep ul { border-left: 0px solid #a0a0a0; }
	
	.features-mobile-none { display:none; }
	
	.full-top .sticy-bottom-all-btn {
		float: none;
		position: fixed;
		padding: 10px 0;
		background: #a0a0a0;
		width: 100%;
		z-index: 999;
		left: 0;
		bottom: 0;
		margin: 0;
		display: table;
	}

	.sticy-bottom-all-btn .red-btn-au {
		width: auto;
		margin: 0 5px 15px 5px;
		padding: 8px 10px;
		float: left;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		background: #e61b2f;
		color: #ffffff;
		cursor: pointer;
		border: 0px solid #e61b2f;
		letter-spacing: 0;
	}
	.sticy-bottom-all-btn a span {
		color: #ffffff;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px 0;
		text-decoration: none;
		font-size: 12px;
		background: #e61b2f;
		text-align: center;
		font-weight: bold;
		font-family: gotham-bookgotham-book, sans-serif !important;
	}
	.sticy-bottom-all-price {
		float: left;
		margin: 0 0 8px 8px;
		padding: 0;
		width: 100%;
		display: table;
		text-align: center;
		position: relative;
	}
	.mobi-auto-btn-full {
		float: none;
		width: auto;
		margin: 0 auto;
		padding: 0;
		display: table;
	}
	.full-top { padding: 0; margin-top: 0; }
	.sticy-bottom-all-btn .container-cen {
		width: 100%;
		display: table;
		margin: 0;
	}
	.tab-new-sep { margin-top: 0; }
	.tab-new-sep .container--section--header .extDiv ul.tabs li a {
		color: #666;
		display: block;
		padding: 15px 5px;
	}
	.tab-new-sep .container--section--header .extDiv ul.tabs li {
		display: inline-block;
		min-width: 179px;
		position: relative;
		text-transform: uppercase;
		font: normal 11px gotham-bookgotham-book, sans-serif;
		letter-spacing: 2px;
		margin-right: -4px;
		width: 40%;
	}
	.tab-new-sep .container--section--header .extDiv ul.tabs .deliver-at-home-sep:after {
		right: 0;
		width: 0px;
		height: 15px;
		background: #cbcbcb;
	}
	.white-box-au-full h3 span {
		width: 60%;
		float: left;
		margin-right:3px;
	}
	#resultLoading {  }
	#resultLoading div { left: -76px !important; }
	#resultLoading .bg { left: 0 !important; }
	
	.features-sep h4 { padding-left: 0; }
	
	.margin-top70 { margin-top: 70px; }
	
	.sticy-bottom-all-btn {
		float: left;
		position: fixed;
		padding: 10px 0;
		background: #a0a0a0;
		width: 100%;
		z-index: 998;
		left: 0;
		bottom: 0;
		margin: 0 0;
	}
	.submit-cont-au .submit-au {
		background: #e61b2f;
		border: 0;
		color: #fff;
		font-size: 12px;
		width: auto;		
		text-transform: uppercase; 
		padding: 10px 8px;
		cursor: pointer;
		font-weight: bold;
		margin: 0 auto 10px;
		display: table;
	}
	.new-inner-part-au .sche-white-box-au-full-thankyou .sha-int-left { width:100%; }
	.new-inner-part-au { padding: 25px 15px 16px; }
	
	.desktop-btn-red-sep-on { display:none !important; }
	.left-baking-partner-au {		 
		 margin: 15px 0;  
	}
	.container--section--header .extDiv ul.tabs li a h4 { line-height:18px; }
	.new-inner-part-au .sche-white-box-au-full-thankyou h3 { margin: 10px 0 10px 0; }
	
	
	
	.cre-log-au-full-sep {
		margin-top: 30px;
		float: left;
		width: 100%;
	}

	.create-login-comp-au .creat-login-input-au {
		width: 62%;
		margin: 181px 0 0 -23%;
		transform: rotate(90deg);
	}
	.cre-log-au {
		width: 100%;
		margin: 0 0 30px 0;
		position:relative;
	}
	.cre-log-au .creat-login-cricle-au {
		float: left;
		width: 18px;
		height: 18px;
		margin: 0 0 0 24px;
		padding: 0;
		background-color:#ffffff;
		border-radius: 18px;
		display: block;
		cursor: pointer;
		position: relative;
		z-index: 22;
	}
	.create-login-comp-au .creat-login-input-au { display:none; }
	.cre-log-au .creat-login-text-au br { display:none; }
	.cre-log-au .creat-login-text-au {
		float: left;
		width: 60%;
		margin: 3px 0 0 12px;
		padding: 0;
		text-align: left;
		font-size: 13px;
		font-weight: normal;
		font-family: gotham-lightgotham-light;
		color: #ffffff;
		position:relative;
	}
	.cre-log-au .cricle-au-line-thine::after {
		content: '';
		background: #ffffff;
		width: 2px;
		height: 34px;
		position: absolute;
		top: 13px;
		left: -12px;
		margin-left: -10px;
	}
	.cre-log-au .cricle-au-line-bold::after {
		content: '';
		background: #ffffff !important;
		width: 2px;
		height: 30px;
		position: absolute;
		top: 13px;
		left: -12px;
		margin-left: -10px;
	}
	.min-height-short  { min-height:auto; }
	.min-height-short2 { min-height:auto; }
	.min-height-short3 { min-height:auto; }
	.min-height-short4 { min-height:auto; }
	.min-height-short5 { min-height:auto; }
	.min-height-short6 { min-height:auto; }
	
	.cricle-au-red-mobile { border: 2px solid #e61b2f !important; background:#ffffff !important; z-index: 99; }
	
	.cricle-au-bold { font-weight:normal !important; font-family:gotham-mediumgotham-medium !important; }
	
	.create-login-comp-au{display:none;}
	.open-sep-dot-up {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 10px;
		background: #dbdbdb url(../images/au-drop-top.png) no-repeat right 12px center;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}
	
	.open-sep-dot {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 10px;
		background: #dbdbdb url(../images/au-drop.png) no-repeat right 12px center;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}
	#header { width:100%; }
	
	.videofreme {
		margin: auto;
		width: 80%;
		height: 250px;
		background: #fff;
		left: 50%;
		top: 0;
		bottom: 0;
		position: absolute;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.videofreme .videofreme-inner {
		float: left;
		width: 100%;
		height: 250px;
		position: relative;
	}
	.videofreme .videofreme-inner iframe {
		float: left;
		width: 100%;
		height: 250px;
		border: 0;
	}
	.margin-right30 {
		margin-right: 0;
	}
	.ride-popup-con {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 90%;
		margin: 0 auto;
	}
	.ride-popup-con iframe {		
		width: 100%;	
		height: 230px;
	}
	.mobi-top-67 { margin-top:67px }
	
	.email-stiky-mobi {
		position: fixed;
		left: 0;
		top: 260px;
		z-index: 999;
		background: #e61b2f;
		width: 40px;
		height: 30px;
		display: block;
		cursor: pointer;
	}
	
	.email-stiky-mobi .red-btn-au {
		font-size: 0;
		width: 46px;
		height: 20px;
		position: relative;
		z-index: 44;
		background: transparent;
		border: 0;
	}
	.email-stiky-mobi i {
		position: relative;
		top: -26px;
		right: -8px;
		color: #fff;
		font-size: 22px;
		z-index: 11;
	}
	.fil-scr-banner { margin-top:78px !important; } 
	.filter-mobi { margin-top:0; } 
	.term-sep {
		float: left;
		width: 100%;
		margin: 75px 0 0 0;
		padding: 30px;
		font-family: gotham-bookgotham-book;
	}
	.term-sep h3 { padding: 0 0 10px 0; }
	
	.term-con-au-sep-new {
		display:none !important;
	}
	.term-con-au-sep-new-mobi {
		float: none !important;
		margin: 0 auto !important;
		padding: 0 8px 0px !important;
		background: transparent !important;
		display: block !important;
		width: 100% !important;
		text-decoration: underline !important; 
	}
	.mobile-span-atag {
		float: none !important;
		margin: 0 auto !important;
		width:172px !important;
		display: block;
	}
	.mobile-span-atag .term-con-au-sep-new-mobi {
		float: left !important;
		margin: 0 10px 0 0 !important;
		padding: 0px !important;
		background: transparent !important;
		display: table !important;
		width: auto !important;
		text-decoration: underline !important;
	}
	.she-dev-sep-full-4 {
		max-width: 820px;
		width: 100%;
		float: none;
		margin: 0 auto 20px;
		display: table;
		max-width: 100%;
	}
	.sha-int-left { width: 95%; }
	.she-page-sep-28 { width:100% !important; margin:0 !important; }
	.deliver-sche {
		background: #f1eff2;
		padding: 12px;
		margin-bottom: 20px;
		float: left;
		width: 90%;
		margin: 0 5%;
	}
	.sche-red-btn-au { margin: 0 auto 10px; }
	.go-con-btn-au .go-back-btn-au {
		background-color: #e61b2f;
		border: none;
		color: #ffffff;
		padding: 10px 24px;
		text-align: center;
		text-decoration: none;
		font-size: 12px;
		margin: 0 20px 0 0;
		cursor: pointer;
		text-transform: uppercase;
		float: left;
		font-weight: bold;
		width: auto;
		letter-spacing: 1px;
	}
	.go-con-btn-au .continue-back-btn-au {
		background-color: #e61b2f;
		border: none;
		color: #ffffff;
		padding: 10px 24px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 12px;
		margin: 0 0 0 0;
		cursor: pointer;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 1px;
		position: relative;
		width: auto;
	}
	.footerSection { padding-top: 0px !important; }
	.slick-dots { bottom: -10px; }
	.moder-au-part { margin: 0 0 15px; }
	.moder-au-part .heading-model {
		font-size: 16px;
		color: #000000;
		margin: 0 0 10px 0;
		padding: 0;
		text-align: left;
		font-weight: bold;
		min-height: auto;
	}
	.login-mobi-sep { width:122%; margin:0 -11%; }
	
	.fleft { width:100% !important; max-width:100% !important; }
	.fleft .deliver-sche { width: 100%; margin:0 0 15px 0; }
	.fleft .left-se-four-full .right-se-four {     width: 76%; }
	
	.deve-add-sep30 {
		float: left;
		width: 100%;
		margin: 0px 0 0;
		padding: 0;
	}
	.right-add30 { margin:0; } 
	.righ15-oc { margin-right:15px; }
	
	.mobi-z-in-oc a { z-index:99999; position:relative; }
	
	.go-con-btn-au .center-au { width: 100%; }
	.left-se-four-full .right-se-four { float: left;  width: 85%; }
	
	.viewClass .new-inner-part-au .deliver-sche { margin:0px;  }
	
	.mobi-oc-1 .red-btn-au  { padding: 8px 8px; margin: 0; }
	.mobi-oc-1 .sche-red-btn-au  { padding: 8px 8px; }
	
	.sticy-bottom-all-btn a {
		color: #ffffff;
		float: left;
		width: auto;
		margin: 0 5px 15px;
		padding: 8px 8px;
		text-decoration: none;
		background: #e61b2f;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		border: 0;
	}	
	.bank-detail-oc ul li  { font-size:9px; }
	.bank-detail-oc ul li span {
		font-size: 13px;
	}
	.email-stiky-mobi-fiance {
		position: fixed;
		left: 0;
		top: 260px;
		z-index: 999;
		background: #e61b2f;
		width: auto;
		height: auto;
		display: block;
		cursor: pointer;
		color: #fff;
		font-weight: normal;
		font-size: 10px;
		padding: 6px;
		text-align: center;
		font-family: gotham-mediumgotham-medium;
		text-transform: uppercase;
		line-height: 12px;
		letter-spacing: 0px;
	}
	#modelFeatures { margin-top: 78px; }
	.deliver-sche-oc {		
		padding: 15px;
    }
	.header-au { padding: 4px 0px !important; }
	#virtualShowroom iframe { margin-top: 0px; }
	
	.mobi-oc-mar-t0 { margin-top:0px !important; }
	
	.mobi-ext-ocf .extDiv ul.tabs li {     width: 50%;     min-width: 50%; }
	
	.span-font-rupees-sep span {
		font-family: gotham-mediumgotham-medium;
		color: #ffffff !important;
		font-size: 16px !important;
		background: transparent !important;
		float: none !important;
		padding:0px !important;
		margin:0px !important;
	}
	.mobi-login-con-octf {
		margin: 0 auto 10px !important;
		display: table;
		float: none !important;
	}
	.mobi-ext-ocf .extDiv ul.tabs li br {     display:block; }
	
	.right-mobioffe-oc  { float:right; width:auto; }
	.right-mobioffe-oc span {
		width: auto !important;
		margin-right: 4px !important;
	}
	
	.right-mobioffe-oc input {		 
		margin-left: 4px !important;
	}
	
	
	.form-mar-octf { margin-top:0px !important; }
	.form-mar-octf .form-au-col-12 { margin:0; }
	.form-mar-octf .form-au-col-12 .input-ac-au { margin:0; }
	
	.deve-add-sep30 ul li {
		float: left;
		width: 96%;
		margin: 0 0 15px 10px;
		padding: 0;
	}
	.deve-add-sep30 ul li b {
		float: left;
		width: 88%;
		margin: 5px 0 0 0;
		padding: 0;
	}
	
 a[href^="tel"] {
color: inherit; / Inherit text color of parent element. /
text-decoration: none; / Remove underline. /
/ Additional css propery: value; pairs here /
} 
.thanqPage {
    text-align: center;
    padding: 40% 0 15%;
}

.getdirection-m {
        float: none;
        display: table;
        margin: 30px auto 0;
    }

    .getdirection {
        float: none;
        color: #fff;
        background: #e51b2f;
        text-align: center;
        font-weight: 400;
        display: table;
        border: 0px;
        background: #e82d36;
        color: #fff;
        padding: 15px 5px;
        border: none;
        text-transform: uppercase;
        margin-right: 2px;
        font: 11px gotham_boldregular;
        font-weight: normal;
        font-size: 10px;
        font-family: gotham_boldregular;
        cursor: pointer;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: .5s ease;
    }

    .new-task-main {
        float: none;
        margin: 0 auto;
        width: 100%;
        padding: 0;
        display: table;
    }

    .new-task-main1 {
        float: left;
        width: 33%;
        margin: 0;
        padding: 0;
        border-right: 1px solid #e82d36;
        font-size: 11px;
        color: #666;
        line-height: 20px;
    }

    .new-task-main2 {
        float: left;
        width: 33%;
        margin: 0;
        padding: 0;
        font-size: 12px;
        color: #000;
        font-weight: bold;
        text-align: center;
        line-height: 20px;
    }

    .new-task-main3 {
        float: left;
        width: 33%;
        margin: 0;
        padding: 0;
    }

    .new-task-img {
        float: left;
        margin: 6px 0 0 8px;
		width:30px;
    }

    .new-task-main1 span {
        font-size: 12px;
        font-weight: bold;
    }
	
	.buy-car {
		float: left;
		width: 100%;
		height: auto;
		position: relative;
	}
	
	.buy-car .buy-car-online-part {
		float: left;
		width: 244px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 107px;
		right: 100px;
		display: block;
	}
	.buy-car .buy-car-online-part h2 {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		font-family: gotham_boldregular;
		font-size: 18px;
		color: #000;
		font-weight: normal;
		letter-spacing: 0px;
		text-align: left;
	}
	.buy-car .buy-car-online-part p {
		float: left;
		width: 100%; 
		margin: 0;
		padding: 0;
		font-family: gotham-bookgotham-book;
		font-size: 12px;
		color: #000;
		line-height: unset;
		text-align: left;
	}
	.new-task-main-new .getdirectionT { font-size:12px; padding: 3px 10px; margin-top: 3px; } 
	
	.searchBox {
		border-top: solid 5px #999;
		position: absolute;
		top: 62px;
		left: 0;
		right: 0;
		z-index: 9;
		background: #E8E8E8 url("https://m-stage.hondacarindia.co.in/content/mobile/images/search_icon_32.png") no-repeat;
		background-size: 20px;
		background-position: 9px 12px;
		padding: 0 35px;
		display: none;
	}
.searchBox input {
		width: 100%;
		font: 1.0307692307692308em gotham-bookgotham-book, sans-serif;
		color: #666;
		background: 0 0;
		border: none;
		padding: 15px 0px;
	}
	.searchBoxIcon2 {
		position: absolute;
		right: 12px;
		top: 12px;
		width: 24px;
	}
	
	.mobile-viwon { display:block;  }
	
	.foot-menu1 {
		float: left;
		width: 100%;
		margin: 0 0 15px;
		padding: 0;
		display:block;
	}
	.foot-menu1 li {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.foot-menu1 li a {
		float: left;
		width: 100%;
		margin: 0;
		padding: 12px 0;
		color: #fff;
		font-size: 14px;
		border-bottom: 1px solid #666;
	}
	.foot-menu1 li a i {
		float: right;
		font-size: 24px;
		margin: -6px 0 -6px 0;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		transition: all ease-out .3s;
		-moz-transition: all ease-out .3s;
		-webkit-transition: all ease-out .3s;
		-ms-transition: all ease-out .3s;
		-o-transition: all ease-out .3s;
	}
	.foot-menu1 .active a i { 
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		transition: all ease-out .3s;
		-moz-transition: all ease-out .3s;
		-webkit-transition: all ease-out .3s;
		-ms-transition: all ease-out .3s;
		-o-transition: all ease-out .3s;
	}
	.foot-menu1 li ul { float:left; width:100%; margin:0; padding:0; display:none; background:#545759; }
	.foot-menu1 li ul li { float:left; width:100%; margin:0; padding:0; }
	.foot-menu1 li ul li a {
		float: left;
		width: 100%;
		margin: 0;
		padding: 10px 15px !important;
		border-bottom: 1px solid #666;
		background: #545759 !important;
		font:12px gotham-bookgotham-book, sans-serif !important;
	}
	.fa-angle-down:before {
		content: "\f107";
	}
	
	#footer { color: #fff; font-size: .9230769230769231em; }
	
	.dealer-p {
		float: left;
		width: 100%;
		margin: 0 0 0 0;
		padding: 0;
	}
	.dealer-location {
		background: #4f4f4f;
		padding: 8px 16px;
		text-decoration: underline;
		margin-bottom: 15px;
		float: left;
		color:#ffffff;
	}

}

@media only screen and (max-width:414px) {
	.header { max-width: 414px; }
	
	.buy-car .buy-car-online-part {
		float: left;
		width: 244px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 86px;
		right: 10px;
		display: block;
	}
	
	.new-task-main-new .getdirectionT { font-size:12px; padding: 3px 10px; margin-top: 3px; } 
	
}
@media only screen and (max-width:375px) {
    
	.white-box-au-full h3 span {
		width: 60%;
		float: left;
	}	
	 .header .inner-title {
		margin: 0 0 0 20px;
	}
	.header { max-width: 375px; }
	.create-login-comp-au .creat-login-input-au { margin: 181px 0 0 -22.5%; }
	
	.buy-car .buy-car-online-part { width: 212px; }
	.buy-car .buy-car-online-part h2 { font-size: 16px; }
	.buy-car .buy-car-online-part p { font-size: 10px; }
	
	
}
@media only screen and (max-width:360px) {
    
	.header .inner-title {
		margin: 0 0 0 15px;
	}
	.header { max-width: 360px; }
	.white-box-au-full h3 span {
		width: 60%;
		float: left;
	}
	.create-login-comp-au .creat-login-input-au { width: 63.4%; margin: 181px 0 0 -22.5%; }
	
}
@media only screen and (max-width:320px) {
    
	.header .inner-title {
		margin: 0 0 0 -6px;
	}
	.header { max-width: 320px; }
	.white-box-au-full h3 span {
		width: 60%;
		float: left;
	}
	.create-login-comp-au .creat-login-input-au { width: 76.4%; margin: 181px 0 0 -27.8%; height:2px; }
	
	.buy-car .buy-car-online-part { width: 185px; }
	.buy-car .buy-car-online-part h2 { font-size: 14px; }
	.buy-car .buy-car-online-part p { font-size: 9px; }
	
} 



.ser-rel  li {
    background: #fff;
    padding: 5px 0;
    border-top: 1px solid #b5b5b5;
}

.ser-rel  li:first-child {
    border-top: 0px solid #b5b5b5;
}

.ser-rel li a {
    color: #333 !important;
    font: normal 12px 'gotham-mediumgotham-medium',sans-serif !important;
    padding: 10px 15px !important;
}

.ser-new li a { text-transform: unset !important; }