
.newoutlet-desktopview{
    display: none;
}
.outletbg {
	width: 100%;
	padding: 20px 0 20px;
}

.outletbg h1 {
	color: #e01b3c;
	font-weight: bold;
	text-transform: uppercase;
}

.newoutlist {
	padding-top: 55px;
}

.newoutlet-mobiview {
	display: block;
	padding: 20px 10px !important;
	position: relative;
}

.noutmobi-bgtrans {
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	display: none;
}
.mobi-noutlist li {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 2px 3px 10px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 2px 3px 10px rgb(0 0 0 / 10%);
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 10px;
    margin-bottom: 25px;
}
.newoutlet-mobiview .innermain {
	width: 100%;
}

.nout-btn1 {
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 15px;
	height: 47px;
	margin: 0 auto;
	padding-top: 14px;
	text-align: center;
	width: 190px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #e31837;
}

.nout-btn1:hover{
    color: #fff;
}

.nout-btn1 > img {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: -2px;
	vertical-align: middle;
	width: 20px;
}

.mobi-modisearch {
	background: #fff;
	display: none;
	left: 0;
	padding: 30px 10px;
	position: absolute;
	top: 0;
	width: 100%;
	border: solid 1px #ccc;
	z-index: 2;
}
.nout-dealerdes {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 20px 15px;
    margin-top: 10px;
}
.mobi-modisearch .title {
	color: #e31837;
	float: left;
	font-size: 18px;
	line-height: 1;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.modiclose {
	background: #adadad;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	float: right;
	position: absolute;
	text-align: center;
	right: 10px;
	top: 25px;
}

.modiclose i {
	background: #fff;
	border-radius: 10px;
	display: inline-block;
	height: 2px;
	position: relative;
	top: 3px;
	width: 13px;
}

.fields {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	position: relative;
}

.fields label {
	position: absolute;
	background: #fff;
	left: 20px;
	top: -12px;
	padding: 1px 5px;
	color: #7C7C7C;
	font-size: 14px;
	z-index: 9;
}

.mobi-modisearch .drop {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}

.select-wrapper {
	float: left;
	border: 1px solid #dddddd;
	background: url(../image/br_downhover.png) no-repeat 95% 50% #fff;
	cursor: pointer;
	position: relative;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.select-wrapper,
.select-wrapper select {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	height: 50px;
	font-size: 14px;
	line-height: 45px;
	transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.select-wrapper .holder {
    display: block;
    margin: 0 35px 0 0;
    white-space: nowrap;
    overflow: hidden;
    *overflow: inherit;
    line-height: 50px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    text-align: left;
    padding-left: 18px;
    color: #000000;
}

.select-wrapper .holder {
    text-align: left;
}
.mobi-modisearch .drop .select-wrapper {
	border: 1 px solid #727272;
	border-radius: 5px;
}

.mobi-modisearch .drop .holder {
	color: #000;
}

.mobi-noutlistwrap {
	margin-top: 30px;
}

.mobi-noutlist li {
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 2px 3px 10px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 2px 3px 10px rgb(0 0 0 / 10%);
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px 10px;
	margin-bottom: 25px;
}

.mobi-namelocate {
	float: left;
	max-width: 170 px;
}

.mobi-noutlocation {
	color: #0c0c0c;
	font-size: 15px;
	line-height: 1;
	word-wrap: break-word;
}
.mobi-noutname {
    color: #e31837;
    font-size: 17px;
    line-height: 1.3;
    padding-bottom: 10px;
    word-wrap: break-word;
}
.mobi-noutlocation {
    color: #0c0c0c;
    font-size: 15px;
    line-height: 1;
    word-wrap: break-word;
}
.nout-btn2 {
	background: #fff;
	border: solid 1px #e31837;
	float: right;
	color: #e31837;
	padding: 5px 15px;
	border-radius: 5px;
}
.nout-btn2:hover {
    color: #fff;
    background: #e31837;
}
.mobi-noutadd {
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 100%;
}
.nout-mobilink .nout-btn2 {
    padding: 12px 10px;
}
.mobi-gmapicon {
	float: left;
	width: 30px;
}

.mobi-noutaddress {
	color: #0c0c0c;
	float: left;
	font-size: 15px;
	line-height: 1.3;
	margin-left: 20px;
	width: 80%;
	font-family: arial;
}

.nout-mobilink a {
	float: left;
	margin-right: 5px;
}

.nout-mobilink .nout-btn2 {
	padding: 12px 10px;
}

.noutbtngrp {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.nout-green {
	background-color: #535353;
}

.nout-listlink {
	width: 45px;
	height: 45px;
	background: #fff;
	float: left;
	box-shadow: 0 0 6px rgb(0 0 0 / 30%);
	-webkit-box-shadow: 0 0 6px rgb(0 0 0 / 30%);
	border-radius: 5px;
	position: relative;
	text-align: center;
	padding-top: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.nout-blue {
    background-color: #e31837;
}
.nout-green {
    background-color: #535353;
}
.nout-listlink img {
	display: inline;
	position: relative;
}

.nout-blue img {
	top: 2px;
}

.nout-grey {
	background-color: #414141;
}

.whtshare {
	background: #fff;
	padding-top: 0px;
}

.noutdetailwrap {
	padding: 20px 0 !important;
}

.noutmobi-bgtrans {
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	display: none;
}
.mobi-outbtn {
    border-radius: 7px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    float: right;
    background: #e31837;
    font-size: 15px;
    height: 37px;
    padding-top: 9px;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
}
.nout-popupbg {
	background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.nout-popupwrap .nout-close {
	background: rgba(0, 0, 0, 0) url(../image/outlet-popclose.png) no-repeat scroll 0 0;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
}

.nout-dealerdes {
	background: #fff;
	display: inline-block;
	width: 100%;
	padding: 20px 15px;
	margin-top: 10px;
}

.nout-dealerdes .dealerdestop {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}

.nout-dealerdes .left {
	width: 65%;
	float: left;
	border-right: 1px solid #b3b3b3;
}

.nout-dealerdes .right {
	width: 35%;
	float: left;
	padding-left: 10px;
}

.nout-dealerdes .nout-type {
	text-transform: uppercase;
	font-weight: bold;
}

.nout-type {
	color: #3f3f3f;
	font-size: 14px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 1;
	padding-bottom: 6px;
}

.nout-typename {
	color: #3f3f3f;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1;
	word-wrap: break-word;
}

.nout-dealerdes .nout-typename {
	color: #0c0c0c;
	line-height: 1.3;
	font-size: 14px;
}

.nout-dealerdes .dealerdesbottom {
	width: 100%;
	display: inline-block;
}

.nout-dealerdes .left {
	width: 65%;
	float: left;
	border-right: 1px solid #b3b3b3;
}

.mobi-outmail {
	margin-top: 20px;
}

.nout-dealerdes .nout-typename a {
	color: #0c0c0c;
	overflow-wrap: break-word;
}

.mobi-outseemore {
	background: none;
	border: medium none;
	float: left;
	margin-top: 20px;
	padding: 0;
}

.mobi-outseemore i {
	background-position: -452px -75px;
	width: 19px;
	height: 12px;
}

.noutmob-callbtnwrap {
	width: 100%;
	text-align: center;
	margin: 5px 0;
}

.noutmob-callbtn {
	color: #fff!important;
	background: #e31837;
	font-size: 14px;
	border-radius: 5px;
	display: inline-block;
	line-height: 1;
	height: auto;
	width: auto;
	float: none;
	width: 80%;
	font-size: 18px;
	padding: 20px 0;
}

.nout-tablink {
	display: inline-block;
	width: 100%;
}

.nout-tablink a {
	border-radius: 0;
	height: 60px;
	padding-top: 15px;
	width: 50%;
}

.mobi-outreview {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
	position: relative;
	background: #fff;
	padding: 20 px;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 0 0 65px rgb(25 25 25 / 9%);
	-webkit-box-shadow: 0 0 65px rgb(25 25 25 / 9%);
}

.mobi-outreview .title {
	color: #e31837;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 10px;
}

.nreview-totalrating .overltitle {
	color: #363636;
	float: left;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	padding-right: 10px;
}

.nreview-totalrating .overstar {
	float: left;
	position: relative;
	top: 0;
	margin: 10px 0;
}

.star-fullselect {
	background: url(../image/outlet-star1.png) no-repeat;
	width: 23 px;
	height: 23 px;
	background-size: 100%;
	margin-right: 5px;
}

.mobirelist {
	display: inline-block;
	width: 100%;
	border: solid 1px #ccc;
	background: #fff;
	border-radius: 5px;
	margin-top: 20px;
	padding: 25px 10px;
}

.mobirelist .writerpic {
	float: left;
	width: 56px;
	height: 56px;
	overflow: hidden;
}

.mobirelist .writedes {
	float: left;
	margin-left: 10px;
	width: 75%;
}

.mobirelist .writedes .name {
	color: #e31837;
	font-size: 16px;
}

.mobirelist .writedes p {
	color: #1f1f1f;
	margin-top: 10px;
	line-height: 1.3;
	font-size: 14px;
	font-family: arial;
}
#booktestdrive input, #booktestdrive select, #booktestdrive button {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#booktestdrive select, #booktestdrive .select-wrapper, #booktestdrive .select-wrapper select {
    height: 38px;
    line-height: 38px;
}
#booktestdrive input[type=text],#booktestdrive input[type=email],#booktestdrive input[type=tel] {
    height: 43px;
}
#booktestdrive .popupbutton {
    margin: 0 auto 0;
    text-align: center;
    max-width: 80%;
	text-align: center;
}
#booktestdrive .popupbutton button {
    margin-bottom: 10px;
}
@media screen and (min-width: 639px)
{
	#booktestdrive .button2 {
    width: auto;
}
}
@media screen and (min-width: 767px) {
	.fields {
		width: 250px;
		margin-right: 20px;
	}
	#booktestdrive .popupbutton {
		text-align: center;
	}
}
@media screen and (max-width:1006px ){

    #booktestdrive .popupinner {
        padding: 30px 30px 40px;
        display: inline-block;
        width: 92%;
        padding-left: 25px;
        padding-top: 20px;
    }
    #booktestdrive .popupinner {
        padding: 10px  15px 15px;
        display: inline-block;
        width: 100%;
        max-height: 460px;
        overflow-y: auto;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        max-height: 221px;
    }
    #booktestdrive .popupinner {
        padding: 26px 12px 10px 32px;
    }
	#booktestdrive .popupinner {
		padding: 0px 21px 11px 28px;
	}
    #booktestdrive .conpopbtn{
        width: 92%;
    }
    #booktestdrive .helptitle{
        display:none;
    }
    .con-title {
        font-family: robotoregular;
        text-align: center;
        color: #000;
        display: inline-block;
        width: 100%;
        line-height: 1;
        font-size: 16px;
        display: block;
    }
}

@media screen and (min-width: 1007px)
{
 .newoutlet-mobiview {
    display: none;
}
.newoutlet-desktopview{
    display: block;
}
.innerpage {
    padding: 0;
    padding-bottom: 70px;
}
#booktestdrive input[type="text"], #booktestdrive input[type="email"], #booktestdrive input[type="tel"], #booktestdrive .select-wrapper, #booktestdrive .select-wrapper select {
    width: 100%;
}
}

#booktestdrive {
    max-width: 760px !important;
    margin: 0 auto;
}

.popupwrap {
    position: fixed;
    width: 90%;
    z-index: 10000;
    left: 50%;
    margin-left: -45%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    overflow: hidden;
    display: none;
}
.withimgpopup .popupleftImg {
    display: none;
}
.popupwrap .popuptitle {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 20px;
    color: #e31837;
    font-weight: bold;
    padding: 10px 35px;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 20px;
}
.popupwrap .popupcontain {
    width: 100%;
    float: left;
    max-height: 470px;
    overflow: auto;
}
.popupwrap .popupinner {
    padding: 25px 15px 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.popupwrap .manda {
    color: #2f2f2f;
    font-size: 12px;
    text-align: center;
    padding: 0 0 10px 0;
}
.popupwrap .close {
    position: absolute;
    right: 14px;
    top: 14px;
    font-size: 20px;
    color: #535353;
}
.select-wrapper .holder {
    display: block;
    margin: 0 35px 0 0;
    white-space: nowrap;
    overflow: hidden;
    *overflow: inherit;
    line-height: 50px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    text-align: left;
    padding-left: 18px;
    color: #000000;
}
.select-wrapper .holder {
    text-align: left;
}
@media screen and (min-width: 767px){
	.popupwrap {
		left: 50%;
		width: 600px;
		margin: 0 0 0 -297px;
		position: fixed;
	}
.popupwrap .popuptitle {
    font-size: 19px;
    margin-bottom: 0;
    padding-left: 20px;
}
.withimgpopup .popupinner {
    padding-bottom: 0 !important;
}
.popupwrap .popupinner {
    padding: 10px 20px 20px;
}
.popupwrap .fields {
    width: 47%;
    margin-right: 3%;
}
.popupwrap.withimgpopup .fields {
    width: 100%;
    margin-right: 0px;
}
.popupwrap .select-wrapper, .popupwrap .select-wrapper select, .popupwrap .inputvalue {
    width: 250px;
}
.withimgpopup .select-wrapper, .withimgpopup .select-wrapper select, .withimgpopup .inputvalue {
    width: 100%;
}



.popupwrap .manda {
    float: left;
    text-align: center;
    width: 100%;
}
}
@media screen and (min-width: 1007px){
	.withimgpopup {
		width: 760px;
		margin-left: -380px	;
	}
.withimgpopup .popupleftImg {
    display: block;
    width: 380px;
    float: left;
    height: 526px;
}
.withimgpopup .popupright {
    display: table-cell;
    width: 375px;
    vertical-align: top;
    float: left;
}
.popupwrap .popupcontain {
    max-height: none;
    overflow: unset;
}

}