.modelpage {
    background: #fff;
    padding-top: 40px;
}

.formbutton, .blackbutton {
    color: #fff !important;
}

.formbutton:hover, .blackbutton:hover{
    color: #fff !important;
}

.cd-tabs {
    margin:0px;
    position: relative;
    width: 100%;
}
.cd-tabs nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    height: 53px;
}
.modeltab {
    padding-bottom: 0;
    margin: 0 20px;
}
.pricetd{
    border-bottom:none;
    text-align: center;
}

.modeltab .feelthecar {
    float: left;
    top: 50px;
    position: absolute;
}
.cd-tabs-navigation {
    width: 775px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}
.cd-tabs-navigation > .nav-links {
    float: left;
}
.cd-tabs-navigation .cardtl {
    top: 0px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'EurostileLTStd';
    font-size: 14px;
    height: 50px;
    line-height: 46px;
    padding-top: 0;
    text-align: center;
    color: #818181;
    position: relative;
    display: block;    
    padding: 0px 20px;
    margin-right: 21px;
}
.cd-tabs-navigation a:hover, .cd-tabs-navigation a.selected {
    color: #2e2e2e;
}
.cd-tabs a.selected {
    border-bottom: none;
}

.cd-tabs-navigation > .cardtl.active, .cd-tabs-navigation > .cardtl:hover{
    color: #495057;
    background-color: #fff;
    border-bottom: solid 2px #000;
}
.cd-tabs-navigation .cardtl {
    border:none;
}
.cd-tabs-content > .carpanel {
    display: none;
    padding: 0 10px 1px;
}
.cd-tabs-content .carpanel.active{
    animation: 0.5s ease 0s normal none 1 running cd-fade-in;
    display: block;
}
.cardmodeldetail .modeimg {
    padding: 20px 0;
    text-align: center;
}
.color-title {
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px !important;
    text-align: center;
    width: 100%;
}
.modeimg .color-title {
    font-size: 18px;
    font-weight: bold;
    float: none;
    margin-top: 0;
    padding: 0 0 10px;
    text-align: center;
    width: 100%;
    display: block;
}
.cardmodeldetail .color {
    color: #000;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    width: auto;
}
.colorcircle {
    width: 27px;
    height: 27px;
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    margin-right: 2px;
    border: 1px solid #d1d1d1;
    position: relative;
}
.cardmodeldetail .color li {
    display: inline-block;
    margin: 5px 5px 0 0;
}
.colorcircle.active {
    border: none;
}
.colorcircle.active:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 29px;
    border-radius: 7px;
    top: -1px;
    left: -2px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
}
.newmod-left {
    width: 100%;
    display: inline-block;
    margin-top: 100px;
}

.newmod-right {
    float: right;
    width: 100%;
    padding: 40px 10px 40px;
}
.newmod-right .modelprice {
    position: absolute;
    top: 284px;
}
.modelprice .name {
    color: #E31837;
    text-align: left;
    font-size: 26px;
}
.colorswrap .modeimg {
    text-align: center;
    width: 100%;
}                       
.exshow {
    font-family: arial;
    font-size: 14px;
}
.cardmodeldetail .modelprice .price {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.newmod-right .carmodelinner {
    margin: 30px 0;
}
.carmodelinner .carinfo {
    text-align: center;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.carmodelinner .carinfo li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 87px;
    position: relative;
    padding: 0px;
    margin: 0 5px;
}
.carmodelinner .descrip {
    overflow: hidden;
    padding-top: 10px;
}
.carmodelinner .carinfo li .descrip span {
    float: left;
    width: 100%;
}
.carmodelinner .carinfo li .descrip .desctitle {
    font-size: 20px;
    line-height: 1;
    color: #3e3e3e;
}
.carmodelinner .carinfo li .descrip .subdesctitle {
    color: #959595;
    font-size: 12px;
    line-height: 21px;
    word-wrap: break-word;
}
.carmodelinner .engineicon {
    background-position: -334px -123px;
    width: 61px;
    height: 42px;
}
.carmodelinner .mileageicon {
    background-position: -406px -123px;
    width: 50px;
    height: 45px;
}
.carmodelinner .powericon {
    background-position: -466px -121px;
    width: 44px;
    height: 47px;
}

.crossicon {
    background-position: -767px -82px;
    height: 20px;
    width: 20px;
}
.righticon {
    background-position: -731px -85px;
    height: 17px;
    width: 24px;
}
.carmodelinner .carinfo i {
    margin-right: 12px;
}
.carmodelinner .carinfo li:last-child:before {
    border: 0;
}
.availtxt {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 5px 0 20px;
}
.cd-tabs-content h3 {
    font-size: 26px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin: 0px 0 10px;
    float: left;
    margin-left: 10px;
}
.accestable table {
    width: 100%;
}
.accestable table {
    border: 1px solid #e0e0e0 !important;
    width: 100%;
}
.accestable #page-wrap > table, .accestable .page-wrap > table {
    background-color: #fff;
}
.accestable tr {
    background: #fff;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.carvariantblock .carvariantslider .varianttext.last.anothrlast a {
    font-size: 12px;
}
.accestable tr:nth-of-type(odd) {
    background: #fff;
}

.accestable td, .accestable th {
    border-top: 1px solid #e0e0e0;
    font-size: 15px;
}

.accestable th {
    background-color: #ececec;
    color: rgba(0,0,0,.54);
    padding: 18px 13px;
    font-weight: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.accestable th:first-child, .accestable td:first-child {
    text-align: left;
}
.accestable td:first-child {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: bold;
}
.accestable th:first-child, .accestable td:first-child {
    text-align: left;
}
.accestable td:first-child {
    color: rgba(0,0,0,.70);
}
.accestable td:before {
    position: absolute;
    top: 13px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-family: "montserratbold";
    text-align: left;
    margin-left: 15px;
    color: #0c0b0b;
}
.accestable td, .accestable td a {
    color: rgba(0,0,0,.54);
}
.accestable td:first-child a {
    color: #040404;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    display: block;
}
.accestable td span.vartext {
    background: #E3E3E3;
    padding: 3px 10px;
    border-radius: 14px;
    font-size: 12px;
    display: inline-block;
    max-width: 80px;
    text-align: center;
}
.accestable .pric {
    font-weight: bold;
}
.downbrchre a {
    color: #4d545d !important;
}
.accestable td a.button {
    color: #fff;
}
.modelprice2 .modelprice {
    margin-bottom: 20px;
}

.cd-tabs-content .termscon {
    color: hsl(0, 0%, 18%);
    font-family: 'EurostileLTStd';
    font-size: 12px;
    margin-top: 5px;
    float: left;
}
.disclaimertxt {
    font-family: arial;
    color: #525252;
    text-align: left;
    font-size: 12px;
    padding-top: 10px;
}
.disclaimertxt span {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
}
.carimageglry{
margin-top: 125px;
}
.carimageglry .modelprice{
position: absolute;
top: 284px;
}
.modelcolor .modelprice{
    position: absolute;
    top: 284px;
}
.videogly .modelprice{
    position: absolute;
    top: 284px;
}
.videogly #videosrow{
    margin-top: 140px;
}
.modeltabdetail{
    margin-top: 100px;
}
.modelcolor {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.colorswrap {
    position: relative;
}
.colorswrap .modeimg {
    text-align: center;
    width: 100%;
}
.color-title {
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px !important;
    text-align: center;
    width: 100%;
}
.modeimg .color-title {
    font-size: 18px;
    font-weight: bold;
    float: none;
    margin-top: 0;
    padding: 0 0 10px;
    text-align: center;
    width: 100%;
    display: block;
}
.modelcolor .modeimg .button {
    max-width: 190px;
    margin: 0px auto;
}
.colorpalet {
    position: static;
    top: 35px;
    left: 35px;
    text-align: center;
    margin-top: 36px;
}
.colorpalet li {
    cursor: pointer;
    display: inline-block;
    height: 35px;
    width: 35px;
    vertical-align: top;
    margin-bottom: 10px;
    border: solid 1px #efefef;
    text-align: center;
    position: relative;
}
.colorpalet li.active, .colorpalet li:hover {
    border: solid 1px #fff;
    box-shadow: 0 0 10px rgb(25 25 25 / 40%);
    -webkit-box-shadow: 0 0 10px rgb(25 25 25 / 40%);
}
.colorpalet li span {
    display: none;
    font-size: 19px;
    color: #fff;
    padding-top: 5px;
}
.colorpalet li.active span, .colorpalet li:hover span {
    display: block;
}
.modelcolor .disclaimertxt {
    display: inline-block;
    text-align: left;
    padding-bottom: 20px;
}
.mileagedata {
    padding-top: 60px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.featuresmain {
    background: #F6F6F6;
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 0px 15px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.featuresmain .title {
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    border-bottom: solid 1px #ccc;
    width: 100%;
    padding-bottom: 5px;
}
.featuresmain .varintname {
    float: right;
    width: 100%;
}
.featuresmain .owl-stage{
    display: inline-flex;
}
.featuresmain .owl-item {
    text-align: center;
}
.featuresmain li {
    border-bottom: solid 2px transparent;
    padding: 10px 0;
    cursor: pointer;
}
.featuresmain li.active {
    border-color: #000;
}

.featuresmain .owl-prev ,.featuresmain .owl-next{
height: 30px;
    width: 30px;
}
.featuresmain .owl-nav {
    position: relative;
    top: -33px;
}
.featuresmain .owl-next, .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.featuresmain .owl-next {
    right: 0;
    display: flex;
}
.featuresmain .owl-prev{
    left: 0;
    display: flex;
}
.variangepgUnique .price {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.vrtable {
    margin-top: 10px;
}

.varianttable {
    background: #fff;
    border-bottom: solid 1px #e0e0e0;
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
    width: 100%;
}

  @keyframes animatepage {
    0% {opacity: 0}
    100% {opacity: 1}
  }
  span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
  }
  span.img-text:hover {
    color: #2caae1;
  }
.specresult {
    margin-top: 20px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.spec_listing {
    width: 100%;
    float: left;
}
.specresult .resultwrapper {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 0px;
}
.specresult .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.specresultdata {
    background: #F6F6F6;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.specresultdata li {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
    width: 100%;
    font-size: 12px;
    color: #545454;
}
.specresultdata li .left {
    float: left;
}
.specresultdata li .right {
    float: right;
    font-weight: bold;
    max-width: 60%;
    text-align: right;
    word-break: break-word;
}
.carimageglry .thumb{
    margin-top: 15px;
    margin-bottom: 15px;
  }
 
  #offerModal .modal-header #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;
}
  .tabbtns .ixfcar{
    text-decoration:none;
  color:black;
  margin: 2px;
  font-size: 13px;
}
.tabbtns .nav-link:hover,.tabbtns .nav-link.active{
    background-color:#E31837;
    text-decoration:none;
    color:white;
}
#feelcar .ftcbtn{
    color: #000;
    background-color: transparent;
}

#feelcar .ftcbtn.active, .nav-pills .show>.nav-link {
    color:#E31837;
    background-color: transparent;
}

#feelcar iframe{
    width:100%;
}
#feelcar .ftcfullscreenbtn {
    margin: 20px auto;
    width: auto;
    background: no-repeat;
    border: solid 1px #ccc;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 13px;
    color: #000;
    font-weight: 600;
}
.feelcar .tabcontent iframe {
    border: solid 1px #ccc;
    width: 100%;
}

.specresultdata li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.carvariantblock {
    margin-top: 13px;
    width: 100%;
    position: relative;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
}
.NewPricepgwrap .carvariantblock {
    display: none;
}
.carvariantblock .variantstick {
    float: left;
    width: 280px;
    vertical-align: top;
    padding-top: 20px;
}
.carvariantblock .variantname {
    padding: 10px 0 10px 72px;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 21px;
}
.variantstick .varianttext {
    padding: 8px 0 14px 72px;
}
.variantvariable .varianttext {
    padding: 8px 0 14px 0px;
}
.carvariantblock .varianttext {
    font-size: 14px;
    color: #000;
    margin-top: 7px;
    font-weight: bold;
}
.variantvariable .varianttext.last {
    padding: 11px 0 10px 0px;
    font-size: 18px;
    margin-top: 0;
    color: #000;
}
.variantvariable {
    width: 855px;
    float: left;
}
.carvariantblock .carvariantslider {
    text-align: right;
}
.variantvariable .owl-item {
    padding: 10px;
}
.carvariantslider .owl-nav{
    padding-top: 410px;
}
.carvariantblock .carvariantslider li {
    height: auto;
    margin-right: 10px;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 0px;
}

.carvariantblock .carvariantslider .variantname {
    color: #000000;
    padding: 10px 0 10px 10px;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notetext {
    background-color: #fff;
    border: 1pxsolid #e1e1e1;
    bottom: 22px;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
    color: #515151;
    display: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    height: auto;
    line-height: 18px;
    margin-left: -83px;
    padding: 8px;
    position: absolute;
    right: -116px;
    text-align: left;
    transition: color 0.1s ease-in 0s;
    width: 215px;
    z-index: 200;
    color: #515151;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 18px;
    text-align: left;
}
.notetext {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    bottom: 20px;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
    -webkit-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
    color: #515151;
    display: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    height: auto;
    line-height: 18px;
    margin-left: 0;
    padding: 8px;
    position: absolute;
    right: -50px;
    text-align: left;
    transition: color 0.1s ease-in 0s;
    -webkit-transition: color 0.1s ease-in 0s;
    width: 195px;
    z-index: 200;
}
.notetext .othertexbox2 li {
    float: left;
    width: 100%;
    line-height: 2;
    padding: 0 !important;
    border: none !important;
    border-radius: 0px;
    font-size: 12px;
    font-family: arial;
}
.notetext .othertexbox2 li {
    padding-bottom: 5px!important;
    float: left;
    width: 100%;
    line-height: 2;
}
.othertexbox2 li .floatleft {
    float: left;
    width: 74%;
    line-height: 1.3;
    vertical-align: top;
}
.othertexbox2 li .floatright {
    vertical-align: top;
    line-height: 1.3;
}
.varinttooltip {
    border-radius: 0 0 3px 3px;
    bottom: -17px;
    color: #959595;
    font-size: 12px;
    height: 17px;
    left: 50%;
    line-height: 14px;
    margin-left: -33px;
    padding: 0 5px;
    position: absolute;
    width: 85px;
}
.carvariantblock .carvariantslider .varianttext.last.anothrlast {
    border-top: none;
}
.variantvariable .varianttext{
    text-align: center;
}
.variantvariable .varianttext {
    padding: 10px 0;
    position: relative;
    text-align: center;
    color: #515151;
}
.variantvariable .owl-prev ,.variantvariable .owl-next{
height: 30px;
    width: 30px;
}
.variantvariable  .owl-carousel {
    position: relative;
}
.variantvariable  .owl-next, .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.variantvariable  .owl-next {
    right: 25px;
    display: flex;
}
.variantvariable .owl-prev{
    left: 0;
    display: flex;
}
.variantvariable .btnoffer{
     padding: 4px 15px 0 15px;
}

#cd-tabs-content .price {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.variantpage .cd-tabs-navigation a {
    margin-right: 12px;
    padding: 0 10px;
}
.variantpage .price {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.vrtable {
    margin-top: 10px;
}
.varianttable {
    background: #fff;
    border-bottom: solid 1px #e0e0e0;
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
    width: 100%;
}
#cd-tabs-content h3 {
    margin: 8px 0 0;
}
.varianttable.open {
    margin-bottom: 0;
    border-bottom: none;
}

.compcontent{
    display: none;
}
.varianttable span{
    color: #717171;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    font-family: 'EurostileLTStd';
    padding: 1em 0.3em 1em;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.varianttable .spleft {
    width: 100%;
    text-align: left;
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #2f2f2f;
    font-size: 16px;
}
.varianttable .sprite {
    width: 29px;
    height: 29px;
    background-position: -653px -78px;
    position: absolute;
    top: 30%;
    right: 20px;
}
.varianttable.open .sprite {
    background-position: -690px -78px;
}
#page .cd-tabs-content h3 {
    font-size: 26px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin: 0px 0 10px;
    float: left;
    margin-left: 10px;
}
.varientleft {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    border: solid 1px #ccc;
    margin-top: 0;
    padding: 20px 20px;
    background: #F6F6F6;
}
.variantpage table {
    width: 100%;
}
.variantpage table tr {
    border: solid 1px #ccc;
    border-right: none;
    border-left: none;
}
.variantpage table tr:first-child {
    border-top: none;
}
.variantpage table td {
    width: 50%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #040404;
    font-size: 14px;
    padding: 13px 0 13px 20px;
    text-align: left;
}
.variantpage table tr:first-child td {
    padding-top: 0px;
}
.variantpage table td:last-child {
    color: #040404;
}
.variantpage table tr:last-child {
    border-bottom: none;
}

.variantpage .modelprice{
    padding-top: 40px !important;
}
.variantpage .newmod-right .modelprice {
    position: absolute;
    top: 216px;
}
.variantpage .carimageglry .modelprice {
    position: absolute;
    top: 216px;
}
.variantpage #carspecify .modelprice {
    position: absolute;
    top: 216px;
}
.variantpage .modelcolor .modelprice {
    position: absolute;
    top: 215px;
}

.stcikybtngrp {
    position: fixed;
    bottom: -70px;
    width: 100%;
    padding: 10px 0;
    transition: all 0.5s ease-in-out 0s;
    text-align: center;
    border-top: 1px solid #e2e2e2;
    background: #fff;
    left: 0;
    z-index: 9;
}
.stcikybtngrp.stickyOn {
    bottom: 0;
}
.stcikybtngrp .formbutton {
    width: 90%;
    padding: 5px 0 0 0;
}
.noteicon {
    background: url(../image/icon-ques.png) no-repeat;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 60px;
    top: 10px;
    cursor: pointer;
    background-size: 100%;
}
.noteicon:hover .notetext, .noteicon:hover .notearrow {
    display: block;
}
.noteicon {
    top: 3px;
}
.notetext .othertexbox2 li:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.notetext .othertexbox2 li:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}


.notearrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #c8c8c8;
    bottom: -14px;
    height: 0;
    left: auto;
    right: 88px;
    margin-left: -8px;
    position: absolute;
    width: 0 !important;
}

.modalcallimg{
    width: 221px;
    float: left;
}
#indexRequest .right {
    float: left;
}


#indexRequest .pop-logo {
    text-align: center;
    margin-bottom: 15px;
    padding-right: 25px;
}

#indexRequest .pop-logo img {
    display: inline-block;
}

#indexRequest .title {
    border-radius: 3px 3px 0 0;
    color: #24272c;
    font-size: 20px;
    font-family: "robotomedium";
    text-align: center;
}

#indexRequest .title {
    background: none;
    text-align: left;
    width: 100%;
    height: auto;
    line-height: 1.2;
    padding: 0 25px 0 0;
}

#indexRequest .inputvalue {
    float: left;
    position: relative;
    text-align: left;
    margin: 0 0px 20px 0;
    width: 100%;
}

#indexRequest .inputvalue {
    margin: 0 0px 15px 0;
}

#indexRequest .inputvalue label {
    width: 100%;
    float: left;
    font-size: 14px;
    color: rgba(36,39,44,.7);
    margin-bottom: 10px;
    font-family: "robotomedium";
}

#indexRequest .inputvalue label {
    margin-bottom: 5px;
}

#indexRequest  input[type="text"], #indexRequest input[type="email"], #indexRequest input[type="tel"] {
    color: rgba(36,39,44,.4);
    float: left;
    font-size: 13px;
    font-family: "robotoregular";
    width: 89%;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    height: 36px;
    padding-left: 10px;
    transition: all .4s ease-in-out 0s;
    box-sizing: border-box;
}

#indexRequest .mobiwrap {
    display: inline-block;
    height: 36px;
    position: relative;
    width: 100%;
}

#indexRequest .select-wrapper {
    float: left;
    border: 1px solid #ddd;
    background: url(../image/br_down.png) no-repeat 95% 50% #fff;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

#indexRequest .select-wrapper, #indexRequest .select-wrapper select {
    /* background-color: transparent; */
    color: #212121;
    font-family: "robotoregular";
    font-size: 14px;
    height: 42px;
    line-height: 40px;
    width: 100%;
}

#indexRequest .select-wrapper {
    border-radius: 0;
    height: 36px;
    background: none;
    color: rgba(36,39,44,.4);
    font-size: 13px;
}
.pricemodelcity.fields{
    margin-bottom: 20px;
}

#indexRequest .select-wrapper, #indexRequest .select-wrapper select {
    /* background-color: transparent; */
    color: #212121;
    font-family: "robotoregular";
    font-size: 14px;
    height: 42px;
    line-height: 40px;
    width: 89%;
}

#indexRequest .select-wrapper select {
    margin: 0;
    position: absolute;
    cursor: pointer;
    outline: none;
    opacity: 0;
    left: 0px;
    vertical-align: middle;
    z-index: 0;
}

#indexRequest .select-wrapper select {
    height: 36px;
    color: rgba(36,39,44,.4);
    font-size: 13px;
}
#indexRequest .select-wrapper .holder {
    display: block;
    margin: 0 35px 0 15px;
    white-space: nowrap;
    overflow: hidden;
    *overflow: inherit;
    cursor: pointer;
    position: relative;
    font-family: "robotoregular";
    font-size: 14px;
    line-height: 40px;
    z-index: -1;
}

#indexRequest .select-wrapper .holder {
    color: rgba(36,39,44,.4);
    font-size: 13px;
    line-height: 34px;
    margin: 0;
    padding-left: 10px;
}

#indexRequest .countryno {
    border-right: 1px solid #d1d1d1;
    color: rgba(36, 39, 44, 0.4);
    font-size: 13px;
    height: 35px;
    left: 1px;
    line-height: 35px;
    padding-top: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 36px;
}
#indexRequest .conpopbtn {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    padding: 0px;
    border-radius: 3px;
    background-color: #d61107;
    width: 89%;
    height: 48px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-family: "robotomedium";
    font-size: 18px;
    border: none;
    margin-top: 15px;
    margin-bottom: 20px;
}
#indexRequest .conpopbtn:hover{
    background-color: #000;
}
#indexRequest input, #indexRequest select, #indexRequest button {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.accestable table {
    border: 1px solid #e0e0e0;
    width: 100%;
}

.newcarwrap li:hover .readmorelink{
    text-decoration: none;
}

#feelcar .ftcfullscreenbtn {
    margin: 20px auto;
    width: auto;
    background: no-repeat;
    border: solid 1px #ccc;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    height: 40px;
}
#feelcar .ftcfullscreenbtn:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.modelpage #price_form_overview label{
    width:133px;
}
    
.modelpage select{
    width:273px;
}
#fuel_form label{
    width:133px;
}

#price_form_overview .frm-field{
    margin-bottom: 10px;
}
/* price block for mobile screen */
.npricemob-accor {
    padding: 0px 7px 0px 9px;
}
.npricemob-accor h3.margintop0 {
    width: 100%;
    display: inline-block;
    background: transparent;
    margin: 0px !important;
}
.npricemob-accor h3.margintop0 a {
    background: #ffffff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 10px 0px 10px;
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.npricemob-accor h3.open a {
    margin-bottom: 0;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.npricemob-accor h3.open a {
    margin-bottom: 0;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.npricemob-accortitle {
    border-bottom: none !important;
    font-weight: bold;
    font-size: 17px;
    margin: 0 !important;
    padding: 0 !important;
    color: #000 !important;
    position: relative;
    top: -10px;
}
.npricemob-plusminus {
    height: 14px;
    position: absolute;
    right: 10px;
    width: 14px;
    top: 13px;
}
.npricemob-plusminus:before {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,.87);
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}
.npricemob-plusminus:after {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,.87);
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}

.npricemob-accor .compcontent {
    background: #ffffff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    width: 100%;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.npricemob-accordata {
    margin-top: 0;
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.npricemob-des {
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    margin-bottom: 7px;
    padding-bottom: 7px;
    width: 100%;
}

.npricemob-des span {
    width: 55%;
    float: left;
    color: #8c8c8c;
    font-size: 12px;
    position: relative;
}
.npricemob-des span:last-child {
    float: right;
    width: 33%;
    color: #000;
    text-align: right;
}
.checkoptionprice {
    display: inline-block !important;
    margin-left: 0 !important;
    margin-right: 5px;
    float: left;
}

.npricemob-des span.npricemob_price {
    float: right;
    width: 35%;
    color: #000;
    text-align: right;
}
.shareoffer {
    border-bottom: none;
    margin-top: 10px;
    text-align: center;
}
.shareoffer span {
    display: block;
    width: 100%;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
.shareoffer a {
    margin-top: 10px;
}
/* price block for mobile screen end here */
@media screen and (max-width:420px){
    .cardmodeldetail .modeimg {
        padding-top: 58px !important;
    }
}
@media screen and (max-width: 425px) {
    .variantpage .newmod-left {
        margin-top: 145px;
    }
}
@media screen and (min-width: 639px){
.cardmodeldetail li {
    display: inline-block;
    margin: 30px 20px 0 0;
}

#modelprice{
    padding-left: 10px;
}
.carmodelinner .carinfo li:before {
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    border-right: 2px solid #d9d9d9;
    height: 44px;
    width: 0;
    margin-top: -22px;
}
.carmodelinner .carinfo li:first-child {
    width: 125px;
    padding-left: 0;
    margin-left: 0;
}

}
@media screen and (max-width:766px){
    .notearrow{
        right: 41px;
    }
}
@media screen and (min-width: 767px){
.npricemob-accor{
    display: none;
}
.cd-tabs-navigation {
    width: 100%;
}

.carmodelinner .carinfo li {
    margin: 0 5px;
    padding: 0;
    width: 125px;
}
#picture .tabbutton {
    margin-left: 196px;
}
.modelpage .modelpictures #picture .tabbutton {
    margin-left: 0;
    position: absolute;
    right: 0;
    display: inline-block;
    width: auto;
    top: 0;
}
.featuresmain .owl-next{  
   right: 0px;
}

#offerModal .modal-header #popuptitle {
    font-size: 19px;
    margin-bottom: 0;
    padding-left: 20px;
}
.noteicon {
    top: 15px;
}
.notearrow {
    bottom: -7px ;
    right: 47px;
}
}
@media only screen and (min-width: 960px){
.cd-tabs nav {
    overflow: hidden;
}
.cd-tabs-navigation {
    width: auto;
    float: none;
    margin: 0 auto;
}
.cd-tabs-content {
    min-height: 0;
}

}

@media screen and (max-width:1006px ){

    #indexRequest .popupinner {
        padding: 30px 30px 40px;
        display: inline-block;
        width: 92%;
        padding-left: 25px;
        padding-top: 20px;
    }
    #indexRequest .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;
    }
    #indexRequest .popupinner {
        padding: 26px 12px 10px 32px;
    }
    #indexRequest .conpopbtn{
        width: 92%;
    }
    #indexRequest .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){
    #indexRequest .helptitle{
        display:block;
    }
    .con-title {
        display:none;
    }
.stcikybtngrp{
    display: none;
}
.cd-tabs-navigation .cardtl {
    padding: 0 20px;
    margin-right: 20px;
}
.cd-tabs-content > .carpanel {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 40px;
}
.newmod-left {
    width: 460px;
    float: right;
    margin-top: -45px;
}
.cardmodeldetail .modeimg {
    padding: 0;
}
.newmod-right {
    padding: 0px;
}
.newmod-right {
    width: 670px;
    float: left;
    position: absolute;
}
#caroverview .newmod-left
{
    height: 408px;
}
.newmod-right .modelprice {
    position: static;
}
.carimageglry .modelprice {
    position: static;
    top: 247px;
}
.carmodelinner .carinfo li:first-child {
    width: 195px;
}
    .modelcolor .modelprice, .videogly .modelprice{
        position: static;
    }
    .videogly #videosrow {
        margin-top: 35px;
    }
nav.modeltab .feelthecar {
    margin-top: -50px;
    right: 20px;
    float:right;
}
.carmodelinner .carinfo i {
    float: left;
}
.carmodelinner .carinfo li {
    width: 200px;
    padding: 2px;
}
.carmodelinner .carinfo li .descrip .desctitle {
    font-size: 30px;
}
.carmodelinner .carinfo li .descrip .subdesctitle {
    font-size: 18px;
}
.cd-tabs-content h3 {
    margin-left: 0px;
}
.modelpage .accestable .tablebtn .button {
    font-size: 12px;
    padding: 0 5px;
    text-transform: capitalize;
    width: auto;
    min-width: 130px;
}
.newmod-left {
    width: 460px;
    float: right;
    margin-top: -45px;
}
.carimageglry{
    margin-top: 0;
    }
.modelcolor .colorswrap .modeimg {
    float: right;
    width: 80%;
    margin-top: -85px;
}
.modelcolor {
    padding-top: 40px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.modelcolor .colorswrap .modeimg {
    float: right;
    width: 80%;
    margin-top: -85px;
}
.modelcolor .colorpalet {
    width: 100px;
    float: left;
}
.modelcolor .colorpalet ul {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.modelcolor .colorpalet li {
    display: block;
}
.modelcolor .colorpalet ul {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.mileagedata {
    padding-top: 40px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.featuresmain .title {
    border-bottom: none;
    padding-top: 12px;
    padding-bottom: 0px;
    width: auto;
}
.featuresmain .varintname {
    width: 80%;
    margin-right: 40px;
    height: 42px;
}

.NewPricepgwrap .carvariantblock {
    display: block;
}
.carvariantblock .variantname, .carvariantblock .varianttext, .carvariantblock .varianttext.last {
    padding-left: 0px;
}
.carvariantblock .carvariantslider li {
    margin-right: 26px;
}
.carvariantblock .carvariantslider li:hover{
    box-shadow: 0px 1px 14px rgb(25 25 25 / 30%);
    -webkit-box-shadow: 0px 1px 14px rgb(25 25 25 / 30%);
}
#varienttable #varienttable .offerbtn{
    font-size: 12px;
    padding: 0 5px;
    text-transform: capitalize;
    width: auto;
    min-width: 130px;
}

.spec_listing {
    width: 47%;
    float: left;
    margin:5px;
}
.specresultdata li {
    font-size: 14px;
}
.specresultdata li .right {
    max-width: 70%;
}
#picture {
    padding-top: 20px;
}
#modalText span{
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
.modeltabdetail{
    margin-top: 0px;
}
.cd-tabs-content h3 {
    margin-left: 0px;
}
.variantpage .modelprice{
    padding-top: 0px !important;
}
.variantpage .newmod-right .modelprice {
    position: relative;
    top: 0px;
}
.variantpage .carimageglry .modelprice {
    position: relative;
    top: 0px;
}
.variantpage #carspecify .modelprice {
    position: relative;
    top: 0px;
}
.variantpage .modelcolor .modelprice {
    position: relative;
    top: 0px;
}

}
@media only screen and (max-width: 767px), (min-device-width: 768px) and (max-device-width: 1007px)
{
    .accestable table {
        border: 1px solid #e0e0e0 !important;
        width: 100%;
    }
    .accestable table, .accestable thead, .accestable tbody, .accestable th, .accestable td, .accestable tr {
    display: block;
}

.accestable th {
    display: none;
}
.accestable td {
    border: none;
    width:100%;
    border-bottom: 1px solid #eee;
    white-space: pre-wrap;
    position: relative;
    padding-left: 50%;
    text-align:left;
    
}

.accestable td::before {
    content: attr(data-th) "";
    border-top: none;
}

}
