/* button color for primary button */
/* equal to 14px */
/* new cars related */
.bold-font {
  font-family: 'ProximaNova-Semibold', sans-serif;
}
.nav-tablecell {
  list-style: none;
  display: table-cell;
  width: 1%;
  text-align: center;
  vertical-align: middle;
  float: none;
}
header.carousel {
  height: 250px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  header.carousel {
    height: 320px;
    background: -moz-linear-gradient(268deg, #7c9aa7 0%, #a8b4b9 47%, #a9b5ba 48%, #c7d4d8 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c9aa7), color-stop(47%, #a8b4b9), color-stop(48%, #a9b5ba), color-stop(100%, #c7d4d8));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(268deg, #7c9aa7 0%, #a8b4b9 47%, #a9b5ba 48%, #c7d4d8 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(268deg, #7c9aa7 0%, #a8b4b9 47%, #a9b5ba 48%, #c7d4d8 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(268deg, #7c9aa7 0%, #a8b4b9 47%, #a9b5ba 48%, #c7d4d8 100%);
    /* ie10+ */
    background: linear-gradient(182deg, #7c9aa7 0%, #a8b4b9 47%, #a9b5ba 48%, #c7d4d8 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c9aa7', endColorstr='#c7d4d8', GradientType=0);
    /* ie6-9 */
  }
}
@media (min-width: 768px) {
  header.carousel.for-car {
    background-image: url("/images/car/car-bg-lg.jpg");
    background-position: center center;
  }
  header.carousel.for-bikes {
    background-image: url("/images/car/bikes-bg-lg.jpg");
    background-position: center center;
  }
}
header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
  height: 100%;
}
.qc-search-box {
  color: #ffffff;
  position: absolute;
  top: 15%;
  width: 100%;
}
.qc-search-box h1 {
  font-size: 27px;
}
@media (min-width: 768px) {
  .qc-search-box {
    z-index: 99;
  }
  .qc-search-box h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .qc-search-box {
    top: 7%;
  }
}
.qc-search-box h3 a {
  color: #ffffff;
  cursor: pointer;
}
.qc-search-panel {
  max-width: 654px;
  margin: 0 auto;
}
.qc-search-panel button {
  background: #008bcf none repeat scroll 0 0;
  border: 0 none;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  display: block;
  font-family: 'ProximaNova-Semibold', sans-serif;
  height: 50px;
  padding: 0 20px;
  width: 100%;
}
.qc-search-panel form {
  margin-bottom: 0;
}
.notIntrest {
  color: #000;
  font-size: 0.8em;
  text-align: center;
  position: relative;
  bottom: 75px;
}
.qc-search-panel-bikes {
  max-width: 654px;
  margin: 0px auto 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.qc-search-panel-bikes button {
  background: #008bcf none repeat scroll 0 0;
  border: 0 none;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  display: block;
  font-family: 'ProximaNova-Semibold', sans-serif;
  height: 42px;
  padding: 0 20px;
  width: 100%;
}
.qc-tab {
  margin: -6px -8px 0;
}
.qc-tab li {
  font-size: 16px;
  font-family: 'ProximaNova-Semibold', sans-serif;
  color: #333333;
  margin-right: 7px;
  cursor: pointer;
}
.qc-tab li input {
  margin-right: 3px;
}
.autocomplete-inputnew {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ffffff;
  box-shadow: none;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  padding: 10px 0 8px 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .autocomplete-inputnew {
    border: 1px solid #eee;
    font-size: 13px;
  }
}
.search-row {
  margin: 5px 0 5px;
  margin-top: 5px;
}
.search-row .head-auto-search {
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid #ddd;
  margin: 0;
}
.search-row .head-auto-search li.listItem {
  color: #3c3c3c;
  font-size: 0.9em;
  z-index: 999;
  position: relative;
  line-height: 30px;
}
.search-row .head-auto-search li.listItem:hover {
  background-color: #008bcf;
  color: #ffffff;
}
.search-row .head-auto-search li.listItem:hover p,
.search-row .head-auto-search li.listItem:hover span {
  color: #ffffff;
  background-color: inherit;
}
.search-row .head-auto-search li.listItem:hover p b,
.search-row .head-auto-search li.listItem:hover span b {
  color: #ffffff;
}
@media (max-width: 767px) {
  .search-row .head-auto-search li.listItem {
    padding-left: 15px;
  }
}
.search-row .head-auto-search li.popular p {
  display: inline-block;
  font-size: 1em;
  margin: 0;
  background-color: #ffffff;
  position: relative;
  padding-right: 10px;
  z-index: 9;
}
.search-row .head-auto-search li.popular span {
  position: relative;
  background-color: #ffffff;
  padding-left: 10px;
  float: right;
  z-index: 9;
}
@media (max-width: 767px) {
  .search-row .head-auto-search li.popular span {
    font-size: 0.8em;
  }
}
.search-row .head-auto-search li.popular:before {
  content: '';
  border-top: 1px dashed #ddd;
  display: block;
  top: 16px;
  position: relative;
}
.search-row .head-auto-search li.noDash:before {
  content: none;
}
.search-row .head-auto-search li.recentSearchLi {
  background-color: #f3f3f3;
  color: #000;
  font-size: 14px;
  pointer-events: none;
  padding-left: 15px;
}
.search-row .head-auto-search li.recentSearchLi i {
  font-size: 13px;
  margin-right: 5px;
}
.no-padding {
  padding: 0px !important;
}
.type-list {
  margin: -6px 0;
  text-align: center;
}
.type-list li {
  color: #bbbbbb;
  margin-right: 1px;
  font-size: 13px;
}
.type-list li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.type-list li span {
  color: #4d4d4d;
}
.type-list li a {
  color: #008bcf;
  margin-right: 20px;
  font-family: 'ProximaNova-Semibold', sans-serif;
}
.type-list li a i {
  position: relative;
  top: 6px;
  margin-right: 5px;
  font-size: 30px;
}
.type-list li:last-child i {
  font-size: 21px;
  top: 3px;
}
@media (max-width: 767px) {
  .type-list {
    background-color: #e2e7e8;
    padding: 0;
  }
  .type-list ul {
    margin-bottom: 0;
    padding: 10px 0;
  }
  .type-list ul li {
    border-right: 1px solid #bbbbbb;
    font-size: 12px;
    margin: 0;
    min-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 30%;
    padding: 0 20px;
  }
  .type-list ul li a {
    color: #333333;
    margin: 0;
  }
  .type-list ul li:nth-child(2) {
    font-size: 16px;
  }
  .type-list ul li:nth-child(2) a {
    line-height: 30px;
  }
  .type-list ul li:last-child {
    border: 0;
  }
  .type-list ul.pq-type-list-new li:nth-child(2) {
    font-size: 12px;
  }
  .type-list ul.pq-type-list-new li:nth-child(2) a {
    line-height: inherit;
  }
}
.minor-cat.fadenav {
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -ms-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
  padding: 5px 0;
  position: absolute;
  background-color: #ffffff;
  bottom: 0;
  line-height: 1.2;
  width: 100%;
}
@media (min-width: 768px) {
  .minor-cat.fadenav {
    z-index: 96;
  }
}
.li-spec {
  border-left: 1px solid #b3b3b3;
}
.dropdown-menu {
  width: 100%;
}
.nav > li > a {
  padding: 2px 27px;
}
.city_wrapper {
  color: #ffffff;
}
.city_wrapper span {
  border-bottom: 0.5px dashed #cccccc;
}
@media (min-width: 437px) and (max-width: 459px) {
  .city_wrapper {
    display: block;
  }
}
/*Most Popular*/
.mostPopular {
  padding: 30px 0px;
}
.landing-carousel {
  padding: 0;
}
.landing-carousel .headingDiv h3 {
  font-family: 'ProximaNova-Semibold', sans-serif;
  font-size: 1.2em;
  margin: 20px 0 20px 0;
}
@media (max-width: 767px) {
  .landing-carousel .headingDiv h3 {
    text-align: left;
  }
}
.landing-carousel .headingDiv button {
  margin-top: 10px;
  float: right;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .landing-carousel .headingDiv {
    margin: 0;
  }
}
.landing-carousel .item .item-box {
  position: relative;
  background: #ffffff none repeat scroll 0 0 padding-box;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  color: #3c3c3c;
  display: block;
  margin-bottom: 15px;
  min-height: 100px;
}
.landing-carousel .item .item-box .top-text {
  display: table;
  width: 100%;
}
.landing-carousel .item .item-box .top-text .pop-brands {
  height: 69px;
  width: auto;
  margin: 15px 20px 15px 0;
}
.landing-carousel .item .item-box .top-text > div {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  padding: 8px 0 0;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  .landing-carousel .item .item-box .top-text > div {
    margin: 0 5px 0 -5px;
  }
}
.landing-carousel .item .item-box .top-text > div span {
  display: block;
}
.landing-carousel .item .item-box .top-text > div span:first-of-type {
  color: #7c7c7c;
  display: block;
  font-size: 12px;
  line-height: 12px;
}
.landing-carousel .item .item-box .top-text .model {
  display: table-cell;
  padding: 15px 0 0 15px;
  width: 60%;
  vertical-align: middle;
}
.landing-carousel .item .item-box .top-text .brand-down-left {
  border: 1px solid;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  margin-top: 10px;
  font-size: 13px;
  padding: 3px 10px;
  width: 90px;
}
.landing-carousel .item .item-box .top-text .brandnametxt {
  text-align: left;
  font-size: 0.9em;
  line-height: 18px;
  display: inline-block;
  width: 110px;
  position: relative;
  top: 15px;
  left: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.landing-carousel .item .item-box .top-text .brand {
  font-family: 'ProximaNova-Semibold', sans-serif;
}
.landing-carousel .item .item-box .top-text .img_box {
  display: table-cell;
  height: 40%;
  vertical-align: middle;
  text-align: center;
}
.landing-carousel .item .item-box .top-text .for-car-img {
  height: 65px;
  margin: 5px 10px 0 0;
}
.landing-carousel .item .item-box .top-text .for-bike-img {
  height: 54px;
  margin: 0 10px 0 0;
}
.landing-carousel .item .item-box .bottom-text {
  border-top: 1px solid #eee;
  bottom: 0;
  font-size: 1em;
  padding: 10px;
  position: absolute;
  width: 100%;
}
.carousel-item-mrg {
  overflow: hidden;
  position: relative;
}
.carousel-item-mrg .mrg-botm {
  margin-bottom: 5px;
}
.carousel-item-mrg #popularCarousel {
  display: block;
  bottom: 0;
}
.mostpopular-slide .carousel-indicators {
  display: none;
  position: relative;
  bottom: -19px;
}
.product-heading-left h4 {
  font-family: 'ProximaNova-Semibold', sans-serif;
  font-size: 1.2em;
  margin: 30px 0 20px;
}
.product-heading-left p {
  margin-bottom: 0;
}
.product-heading-left .recently-post-heading {
  margin-bottom: 0;
}
.product-heading-left .vchtite {
  margin-bottom: 20px;
}
.ad-grid-lnk {
  display: block;
}
.thumbnail {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: none !important;
  margin-bottom: 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  overflow: hidden;
  position: relative;
}
.thumbnail:hover {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
.thumbnail .fltr-grd-mrg1 {
  border-top: 1px solid #ddd;
}
.like-icon-mrg {
  margin-top: 4px;
}
.like-icon.icon-basic_heart::before {
  text-shadow: 0 0 0 #3c3c3c;
}
.min-valuesmob {
  list-style-type: none;
}
/* Upcoming cars section css*/
@media (max-width: 992px) {
  .sidePadding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .col-desktop {
    width: 26%;
    margin: 0 15px 0 15px;
  }
}
.upcomingCards {
  height: 350px;
  margin-bottom: 5px;
  padding: 10px 15px 15px 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.2s all ease-in;
  -moz-transition: 0.2s all ease-in;
  -ms-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
@media (max-width: 992px) {
  .upcomingCards {
    margin-bottom: 30px;
  }
}
.upcomingCards:hover {
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
.upcomingCards #expPri {
  display: block;
  margin-top: 0;
}
.upcomingCards > div:first-of-type {
  padding-left: 0;
  padding-right: 0;
}
.upcomingCards h4 {
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upcomingCards .nc-desc {
  padding: 6px 12px;
}
@media (max-width: 767px) {
  .upcomingCards .nc-desc {
    padding: 0;
  }
}
.upcomingCards .nc-desc h2 {
  color: #3c3c3c;
  margin-bottom: 0;
  clear: both;
  font-size: 22px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .upcomingCards .nc-desc h2 {
    font-size: 18px;
  }
}
.upcomingCards .nc-desc h2 a {
  color: #3c3c3c;
  margin-bottom: 6px;
  padding-bottom: 4px;
  clear: both;
  font-size: 20px;
  cursor: pointer;
}
.upcomingCards .nc-desc h2 a:hover {
  color: #008bcf;
}
.upcomingCards .nc-desc p {
  margin: 14px 0 0;
}
.upcomingCards .nc-desc .nc-price {
  border-bottom: 1px solid #eee;
  padding-bottom: 3px;
  margin: 9px 0 6px 3px;
  font-size: 20px;
  font-weight: bold;
  color: #3c3c3c;
}
.upcomingCards .nc-desc .nc-price i.icon-rupee-symbol {
  font-size: 16px;
  margin-left: -5px;
}
.upcomingCards .nc-desc .nc-price label {
  font-size: 20px;
}
.upcomingCards .nc-desc .nc-price .nc-src {
  font-size: 13px;
  margin: -5px 0 3px 0px;
  color: #7c7c7c;
}
.upcomingCards .nc-desc .nc-features {
  list-style-type: none;
  margin-bottom: 0px;
  padding: 0px;
}
.upcomingCards .nc-desc .nc-features li {
  font-size: 14px;
  line-height: 20px;
  padding: 0 0px 0 0px;
  color: #3c3c3c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
@media (min-width: 768px) {
  .upcomingCards .nc-desc .nc-features li:nth-child(4) span {
    margin-left: 20px;
  }
}
.upcomingCards .nc-desc .nc-features .static {
  display: block;
  font-size: 10px;
  color: #7c7c7c;
}
@media (max-width: 480px) {
  .upcomingCards .nc-desc .nc-features .static {
    font-size: 9px;
  }
}
.upcomingCards .nc-desc .cardButton {
  width: 132px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .upcomingCards .nc-desc .cardButton {
    width: 106px;
  }
}
.upcomingCards .nc-desc .matchVariant {
  padding-left: 0;
  margin-top: 21px;
  cursor: pointer;
}
.upcomingCards .nc-desc .matchVariant div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #008bcf;
  color: #ffffff;
  float: left;
  display: inline-block;
  font-size: 22px;
  height: 5px;
  margin: 3px 10px 0 0;
  padding-left: 4px;
  padding-bottom: 20px;
  width: 20px;
}
.upcomingCards .nc-desc .matchVariant div p {
  margin-top: 2px;
  margin-left: 1px;
  float: left;
  line-height: 0.9;
}
.upcomingCards .nc-desc .matchVariant div p.minus {
  margin-left: 2px;
  margin-top: -2px;
  font-size: 26px;
}
@-moz-document url-prefix() {
  .upcomingCards .nc-desc .matchVariant div p.minus {
    margin-top: -3px;
  }
}
@media (max-width: 767px) {
  .upcomingCards .nc-desc .matchVariant div p.minus {
    margin-top: -3px;
    margin-left: 2px;
  }
}
.upcomingCards .nc-desc .matchVariant span {
  float: left;
  font-size: 14px;
  color: #008bcf;
  border-bottom: 1px solid #008bcf;
  font-family: 'ProximaNova-Semibold', sans-serif;
}
.upcomingCards .nc-desc .matchVariant span.showHide {
  float: left;
  border: none;
}
@media (max-width: 767px) {
  .upcomingCards .nc-desc .matchVariant {
    padding-left: 0;
  }
  .upcomingCards .nc-desc .matchVariant div {
    padding-bottom: 17px;
  }
  .upcomingCards .nc-desc .matchVariant div p {
    margin-top: 0;
    margin-left: 1px;
  }
  .upcomingCards .nc-desc .matchVariant span {
    font-size: 12px;
  }
}
.upcomingCards .nc-desc .variantsList {
  display: none;
  margin-top: 20px;
  padding: 0;
}
.upcomingCards .nc-desc .variantsList li {
  border-top: 1px solid #eee;
  cursor: pointer;
  font-size: 12px;
  float: left;
  padding: 5px;
  width: 100%;
}
.upcomingCards .nc-desc .variantsList li a {
  color: #3c3c3c;
}
.upcomingCards .nc-desc .variantsList li span {
  padding: 0;
}
.upcomingCards .nc-desc .variantsList li span:first-child {
  font-family: 'ProximaNova-Semibold', sans-serif;
}
.upcomingCards .nc-desc .variantsList li span:last-child {
  margin-bottom: 0;
}
.upcomingCards .nc-desc .variantsList li span:nth-child(3) {
  text-align: center;
}
@media (max-width: 768px) {
  .upcomingCards .nc-desc .variantsList li span:nth-child(3) {
    text-align: left;
  }
}
.upcomingCards .nc-desc .variantsList li span i {
  font-size: 10px;
}
.upcomingCards .nc-desc .variantsList li:last-child {
  border-bottom: 1px solid #eee;
}
.upcomingCards .nc-desc .variantsList li:hover {
  background: #eee;
  padding: 5px;
}
@media (max-width: 768px) {
  .upcomingCards .nc-desc .variantsList .mobPri {
    font-family: 'ProximaNova-Semibold', sans-serif;
  }
}
.upcomingCards .nc-desc a {
  color: #3c3c3c;
}
.upcomingCards .nc-desc a:hover {
  color: #008bcf;
}
.upcomingCards a img {
  padding: 0;
  height: auto;
  margin-top: 10px;
  min-height: 135px;
  max-height: 135px;
}
.seeAllButton {
  display: none;
  width: 11%;
  height: 410px;
  margin: 0 15px 0 15px;
  padding: 0 0px 0 0px;
  position: relative;
}
.seeAllButton button {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  bottom: 0;
  padding-bottom: 23px;
  padding-top: 23px;
  position: absolute;
  width: 100%;
}
.seeAllButton .c-see-all {
  border: 1px solid #ddd;
  box-shadow: none;
  display: table-cell;
  vertical-align: middle;
}
.seeAllMobile {
  width: 100%;
}
.find-vehicles {
  padding: 0;
}
@media (max-width: 767px) {
  .find-vehicles {
    margin-bottom: 10px;
  }
  .find-vehicles a,
  .find-vehicles button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .find-vehicles input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .find-vehicles:last-child {
    margin-bottom: 0;
  }
}
.head-auto-search li a:hover {
  background: none;
}
.footer-container {
  float: left;
  width: 100%;
}
.price-range {
  padding: 0;
}
.price-range a {
  background: #ffffff;
  border-left: 1px solid #eee;
  color: #999;
  display: block;
  font-size: 0.85em;
  line-height: 30px;
  padding: 10px 14px;
}
.price-range a:hover {
  background: #fafafa;
  color: #999;
}
.price-range a:focus {
  color: #999;
}
.price-range a .icon-rupee-symbol {
  font-size: 1em;
  left: 12px;
  position: absolute;
  top: 20px;
}
@media (min-width: 768px) {
  .price-range a .icon-rupee-symbol {
    font-size: 16px;
    top: 17px;
  }
}
.price-range a .icon-arrows_down {
  text-shadow: 0 0 1px #3c3c3c;
  color: #3c3c3c;
  position: absolute;
  right: 3px;
  top: 17px;
}
.price-range.open a .icon-arrows_down::before {
  content: "\f10b";
}
.price-range .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: 0;
  margin-top: 0px;
  min-width: 100%;
}
.price-range .dropdown-menu .lispecmob {
  border-bottom: 1px solid #e9e9e9;
  font-size: .99em;
  color: #666666;
}
@media (max-width: 767px) {
  .price-range .dropdown-menu {
    min-width: 100%;
  }
}
.price-range .dropdown-menu li {
  color: #3c3c3c;
  padding: 8px 10px;
  font-size: 0.9em;
}
.price-range .dropdown-menu li label {
  font-weight: normal;
}
.price-range .dropdown-menu li label input[type=checkbox] {
  position: relative;
  top: 3px;
}
.price-range .dropdown-menu li .icon-rupee-symbol {
  position: relative;
  color: #7c7c7c;
  top: 1px;
}
@media (max-width: 767px) {
  .price-range a {
    border: 1px solid #eee;
  }
}
.min-max-input {
  padding: 0px 10px 5px;
  float: left;
  width: 100%;
  margin: 0;
  box-shadow: 0px -1px 1px 0px #cccccc inset;
}
.min-max-input li {
  padding: 0 !important;
  display: inline-block;
  width: 50%;
  float: left;
  color: #333333;
  font-size: 14px;
}
.min-max-input li:hover {
  background: none;
}
.min-max-input label {
  display: block;
  cursor: pointer;
}
.max-input {
  text-align: right;
}
.min-input {
  border-right: 1px solid #ddd;
}
.min-values,
.max-values {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  height: 200px;
  overflow: scroll;
  overflow-x: hidden;
  color: #333333;
  font-size: 16px;
}
@media (max-width: 767px) {
  .min-values,
  .max-values {
    height: 220px;
  }
}
.min-values li,
.max-values li {
  display: block;
}
.max-values li {
  text-align: right;
}
.value-selected .budget-value {
  display: block;
  margin-top: -4px;
  margin-bottom: -6px;
  font-family: 'ProximaNova-Semibold', sans-serif;
  color: #000;
}
.value-selected .value-lbl {
  font-family: 'ProximaNova-Regular', sans-serif;
  color: #7c7c7c;
  font-size: 0.9em;
  display: block;
  margin-top: -5px;
}
.budget-value {
  display: none;
}
.budget-value-selected b {
  display: none;
}
.budget-value-selected .selected-budget {
  display: block;
}
.selected-budget {
  display: none;
}
.selected-budget {
  margin: 0;
  padding: 0;
  line-height: 29px;
}
.selected-budget li {
  display: inline-block;
  font-family: 'ProximaNova-Regular', sans-serif;
}
.selected-budget li label {
  color: #000;
  cursor: pointer;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 0;
}
.selected-budget li label i {
  position: relative !important;
  margin-right: -4px;
  top: 2px !important;
  left: 0 !important;
}
.selected-budget li:first-child::after {
  position: relative;
  content: '-';
  font-size: 2em;
  line-height: 0;
  margin-left: 6px;
  font-family: 'ProximaNova-Light';
}
.grid-certified-lbl {
  font-family: 'ProximaNova-Semibold', sans-serif;
}
.icon-arrows_down {
  font-size: 16px;
}
.min-valuesmob {
  padding: 0;
}
.dropboxpanel {
  float: right;
}
.drop_bb:hover,
.drop_bb:visited {
  color: #999;
}
.budget-value {
  display: block;
  margin-top: -4px;
  margin-bottom: -6px;
  font-family: 'ProximaNova-Semibold', sans-serif;
  color: #000;
  font-size: 12px;
}
/* Custom Radio styles */
.radio-inline,
.checkbox-inline {
  padding-left: 0px;
}
.radio-custom {
  opacity: 0;
  position: absolute;
}
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0px;
  cursor: pointer;
}
.radio-custom-label {
  position: relative;
  text-transform: inherit !important;
  font-weight: normal;
}
.radio-custom + .radio-custom-label:before {
  content: '';
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  padding: 2px;
  margin: -5px 10px 0 0;
  text-align: center;
}
.radio-custom + .radio-custom-label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.radio-custom:checked + .radio-custom-label:before {
  background: #008bcf;
  box-shadow: inset 0px 0px 0px 3.5px #ffffff;
}
.btn-default {
  font-weight: bold;
  padding: 8px 15px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}
.model {
  font-size: 1em;
  font-family: 'ProximaNova-Semibold', sans-serif;
}
.second-hand-buyers {
  margin-bottom: 20px;
}
.second-hand-buyers h4 {
  margin: 20px 0;
}
.second-hand-buyers p {
  line-height: 14px;
}
.estimate-price {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  padding-left: 0;
  border-right: 8px solid #f1f1f1;
  float: left;
}
.estimate-price h4.pq-msp-heading {
  font-size: 1.2em;
}
.estimate-price:last-child {
  border: none;
  border-left: 8px solid #f1f1f1;
  border-right: none;
}
@media (max-width: 767px) {
  .estimate-price:last-child {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .estimate-price {
    padding: 15px;
    width: 100%;
  }
}
.qcar-pri {
  padding: 15px;
}
@media (max-width: 767px) {
  .qcar-pri {
    padding: 0px;
  }
}
.qx-img {
  padding-left: 0;
}
@media (max-width: 767px) {
  .qx-img {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .estimate-price {
    margin-bottom: 15px;
    border: none;
  }
}
.container > #upcomingCars {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .arrow_box {
    position: relative;
    background: #ffffff;
    border: 4px solid #ffffff;
  }
  .arrow_box:after,
  .arrow_box:before {
    right: 100%;
    top: 21%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 30px;
    margin-top: -30px;
  }
}
.secondhand_buyer-heading {
  margin: 0;
}
.background-color {
  background: #f3f3f3;
}
.vchtite {
  color: #4d4d4d;
  font-size: 1.2em;
  margin: 30px 0 15px;
  text-align: center;
}
.loader-ring {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  width: 30px;
  height: 30px;
  animation: rotate 1s linear infinite;
  border-top: #008bcf;
  margin: 0 auto;
}
.autocomplete-div {
  position: absolute;
  width: 142.5%;
}
@media (max-width: 767px) {
  .autocomplete-div {
    z-index: 4;
    width: 100%;
  }
}
#mostPopular h3 {
  font-family: 'ProximaNova-Semibold', sans-serif;
  color: #4d4d4d;
  font-size: 1.2em;
  margin: 30px 0 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #mostPopular h3 {
    margin: 20px 0;
  }
}
.pop_brands {
  font-family: 'ProximaNova-Semibold', sans-serif;
  color: #4d4d4d;
  font-size: 1.2em;
  margin: 20px 0;
  text-align: center;
}
.vch-budget {
  margin-left: 20px;
  top: 1px;
  position: relative;
}
@media (min-width: 768px) {
  .vch-budget {
    font-size: 16px;
  }
}
.vertical-height {
  margin: 9px 30px 23px;
}
/* Buyers tips css */
.buyers-help {
  margin: 1px 0 2px 0;
}
.buyers-help .help-buyers-cars {
  margin-bottom: 12px;
}
.buyers-help h3 {
  font-family: 'ProximaNova-Semibold', sans-serif;
  font-size: 15px;
}
@media (max-width: 767px) {
  .buyers-help h3 {
    float: left;
  }
}
.buyers-help li {
  background: #ffffff;
  border: 1px solid #eee;
  margin-right: 1px;
}
@media (min-width: 767px) {
  .buyers-help li {
    min-height: 104px;
    vertical-align: bottom;
  }
}
@media (max-width: 767px) {
  .buyers-help li a {
    float: left;
    height: 36px;
    margin: 5px 0;
    padding: 10px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .buyers-help li {
    border-bottom: 1px solid #eee;
    width: 100%;
  }
  .buyers-help li:last-child {
    border-bottom: none;
  }
}
.buyers-help a {
  color: #333333;
}
.buyers-help a i {
  float: left;
  margin: 9px 52px 5px;
}
@media (max-width: 767px) {
  .buyers-help a i {
    margin: 2px 0px 5px;
  }
}
.buyers-help a i:before {
  font-size: 59px;
}
@media (max-width: 767px) {
  .buyers-help a i:before {
    font-size: 36px;
    margin: -10px 20px 5px 0;
  }
}
.cars_hpv4_title {
  margin-top: 30px;
  text-align: left;
  margin: 20px 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cars_hpv4_title {
    margin: 10px 0 16px;
  }
  .cars_hpv4_title small {
    margin: 5px 0;
  }
}
@media (min-width: 767px) {
  .cars_hpv4_title {
    text-align: left;
  }
}
.second-hand-buyers .cars_hpv4_title {
  margin-top: 25px;
  text-align: center;
}
.second-hand-buyers .buyers-help .disabled {
  color: #dedede;
}
/* Buyers tips css */
/*carScanner css*/
.carScanner {
  background: #ffffff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 0 0 20px 0;
  padding: 35px 0;
}
.carScanner h4 {
  color: #008bcf;
  font-size: 1.4em;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .carScanner h4 {
    font-size: 1.2em;
  }
}
.carScanner p {
  font-size: 1.1em;
  color: #7c7c7c;
}
.carScanner ul.benefits {
  list-style-type: none;
  margin-top: 20px;
  padding-left: 0;
}
.carScanner ul.benefits li {
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .carScanner ul.benefits li {
    margin-bottom: 15px;
  }
}
.carScanner ul.benefits .sprite {
  background: url(../../images/car/hp_images/carscanner-sprite.png) no-repeat top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  height: 42px;
  margin: 0 auto;
  width: 46px;
}
.carScanner ul.benefits .sprite.location {
  background-position: 0 0;
}
.carScanner ul.benefits .sprite.secure {
  background-position: 0 -41px;
}
.carScanner ul.benefits .sprite.steering {
  background-position: 0 -84px;
}
.carScanner ul.benefits .sprite.tachmeter {
  background-position: 0 -122px;
}
.carScanner .btn-empty {
  border: 1px solid #008bcf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0.9em;
  color: #008bcf;
  font-family: 'ProximaNova-Semibold', sans-serif;
}
.carScanner .btn-empty:hover {
  background: #008bcf;
  color: #ffffff;
}
@media (min-width: 767px) {
  .carScanner .btn-empty {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
  }
}
section.maintenance {
  margin-bottom: 15px;
  background-color: #ffffff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0 0;
}
section.maintenance div.wrap {
  text-align: center;
}
section.maintenance div.wrap span {
  background-image: url('../../images/car/bikeServicingLink-02.png');
  height: 113px;
  background-size: contain;
  width: 90px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
section.maintenance div.wrap h1 {
  display: inline-block;
  font-size: 28px;
  margin: 0 20px 40px;
}
@media (max-width: 768px) {
  section.maintenance div.wrap h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
section.maintenance div.wrap a {
  padding: 7px 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  section.maintenance {
    margin: 0 16px 15px;
  }
}
section.maintenanceTwo {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0 5px;
  margin: 20px auto;
  display: flex;
}
@media (min-width: 768px) {
  section.maintenanceTwo {
    /*background: @white url(../../images/car/bikeServicingLink-03.png) no-repeat;*/
    width: 97%;
    padding: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px 0 10px;
  }
}
section.maintenanceTwo .refurBikes {
  display: none;
  width: 60%;
  float: right;
}
section.maintenanceTwo .refurBikes a {
  padding: 7px 27px;
  float: initial;
  margin-left: 45px;
}
section.maintenanceTwo > div {
  padding: 0;
}
section.maintenanceTwo .sellToQuikr {
  height: 120px;
  margin: 0 auto;
  text-align: center;
  width: 50%;
}
section.maintenanceTwo .sellToQuikr .image {
  display: inline-block;
  height: 100%;
  position: absolute;
}
section.maintenanceTwo .sellToQuikr .image.leftImage {
  background: url('../../images/car/key.png') no-repeat;
  background-size: cover;
  left: 0;
  width: 120px;
}
section.maintenanceTwo .sellToQuikr .image.rightImage {
  background: url('../../images/car/money.png') no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
  width: 254px;
}
section.maintenanceTwo .sellToQuikr .sellHeading {
  font-family: 'ProximaNova-Semibold', sans-serif;
  font-size: 28px;
  margin-bottom: 10px;
}
section.maintenanceTwo .sellToQuikr .sellHeading span {
  font-family: 'ProximaNova-Regular', sans-serif;
  display: block;
  font-size: 15px;
  margin: -5px 0 10px;
}
section.maintenanceTwo .sellToQuikr a {
  float: none;
}
section.maintenanceTwo .sellToQuikr .missCall {
  color: #7c7c7c;
  float: right;
  font-size: 14px;
  width: 100%;
}
section.maintenanceTwo .sellToQuikr .missCall b {
  font-family: 'ProximaNova-Semibold', sans-serif;
  color: #3c3c3c;
}
@media (max-width: 767px) {
  section.maintenanceTwo .sellToQuikr {
    width: 100%;
  }
  section.maintenanceTwo .sellToQuikr .image {
    height: 70px;
    bottom: 0;
  }
  section.maintenanceTwo .sellToQuikr .image.leftImage {
    background-size: contain;
    width: 94px;
  }
  section.maintenanceTwo .sellToQuikr .image.rightImage {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    background-size: contain;
    bottom: -10px;
    top: auto;
    width: 94px;
  }
  section.maintenanceTwo .sellToQuikr .sellHeading {
    font-size: 20px;
  }
}
section.maintenanceTwo .mechImg {
  background: url(../../images/car/bikeServicingLink-02.png) no-repeat;
  background-position: 40px;
  background-size: contain;
  height: 110px;
  width: 120px;
  position: absolute;
}
section.maintenanceTwo .hasleFree {
  width: 70%;
  float: right;
}
section.maintenanceTwo .hasleFree a {
  padding: 5px 10px;
}
section.maintenanceTwo h1 {
  display: inline-block;
  font-size: 28px;
  margin-bottom: 10px;
  text-align: left;
}
section.maintenanceTwo h1 span {
  display: block;
  font-size: 15px;
  margin-top: 6px;
  font-family: 'ProximaNova-Regular', sans-serif;
}
section.maintenanceTwo h1 span i {
  font-size: 12px;
}
section.maintenanceTwo a {
  float: right;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  section.maintenanceTwo {
    width: 100%;
    background-color: #ffffff;
  }
  section.maintenanceTwo .refurBikes {
    width: 100%;
    text-align: center;
  }
  section.maintenanceTwo .refurBikes a {
    margin: 0;
  }
  section.maintenanceTwo .hasleFree {
    width: 100%;
    text-align: center;
  }
  section.maintenanceTwo h1 {
    font-size: 22px;
    text-align: center;
  }
  section.maintenanceTwo a {
    float: initial;
  }
}
#desk_hp_bottom {
  height: 90px;
  margin: 15px 0;
  text-align: center;
}
.bikes-furbished {
  margin: 16px;
}
.bikes-furbished img {
  width: 100%;
}
@media (max-width: 768px) {
  .cars-offer .container {
    padding: 0;
  }
}
.carsLatestOffer {
  background: #ffffff;
  margin: 20px auto;
  border: 1px solid #eee;
  max-width: 700px;
  text-align: center;
}
@media (max-width: 768px) {
  .carsLatestOffer {
    text-align: center;
    margin-left: 0;
    padding-bottom: 12px;
  }
}
.carsLatestOffer .offerImg {
  margin: 6px 18px;
  background: url(/images/car/carsOffer.png) no-repeat 0;
  background-size: 100%;
  width: 100px;
  min-height: 72px;
  display: inline-block;
  vertical-align: middle;
}
.carsLatestOffer .btn-primary {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fceb42 none repeat scroll 0 0;
  margin-left: 20px;
  font-family: 'ProximaNova-Semibold', sans-serif;
  border: 1px solid #fceb42;
  font-size: 14px;
  padding: 7px 10px;
  color: #000;
}
.carsLatestOffer .btn-primary:hover {
  background: #f6e104;
  color: #000;
  border: 1px solid #fceb42;
}
.carsLatestOffer label {
  color: #3c3c3c;
  font-family: 'ProximaNova-Semibold', sans-serif;
}
.carsLatestOffer label:hover {
  color: #3c3c3c;
}
.see_tab {
  float: right;
  font-size: 15px;
  margin: 3px 17px 0 0;
}
@media (max-width: 767px) {
  .scrollmenu {
    overflow: auto;
    white-space: nowrap;
  }
  .scrollmenu .item-snb-section {
    display: inline-block;
    color: white;
    float: none;
    text-decoration: none;
  }
}
.personalised_div {
  background: #f8f8f8;
}
.personalised_div .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.personalised_div .panel .item-snb-section {
  min-height: 354px;
}
.personalised_div .panel .item-snb-section .thumbnail {
  margin-bottom: 0 !important;
}
.personalised_div #myTab small {
  color: #999;
}
#mon-qdfp-after-spotlight-fourth > div {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  .panel-cover {
    width: 100%;
  }
  .panel-cover img {
    object-fit: cover;
    height: 276px;
    overflow: hidden;
  }
}
.spotlight-modal {
  padding-right: 0 !important;
}
.mostPopular_see_button {
  border: 1px solid #008bcf;
  color: #008bcf;
}
.spl-carousel {
  height: 400px !important;
}
.spl-carousel .white-box {
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  margin: 30px 0;
  padding: 30px;
  height: auto;
}
.spl-carousel .white-box .qc-search-box {
  position: static;
  top: 30px;
}
.spl-carousel .white-box .qc-search-box h1 {
  color: #333;
  font-size: 1.8em;
  line-height: 1.2em;
  margin: 0;
  text-align: left;
}
.spl-carousel .white-box .qc-search-box h1 a .city_wrapper {
  color: #333;
}
.spl-carousel .white-box .qc-search-box .autocomplete-wrapper {
  padding: 15px 0;
}
.spl-carousel .white-box .qc-search-box .autocomplete-wrapper .autocomplete-inputnew {
  background: #EEE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.spl-carousel .white-box .qc-search-box .price-range a {
  background: #EEE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.spl-carousel .white-box .qc-search-panel button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 20px;
}
.spl-carousel .white-box .autocomplete-div {
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  #notifyModal {
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 9px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 9px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 9px;
    background: padding-box #ffffff;
  }
}
@media (max-width: 767px) {
  #notifyModal .modal-dialog {
    margin: 0px;
  }
}
#notifyModal .modal-content {
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 767px) {
  #notifyModal .modal-content {
    border: 0px;
    box-shadow: none;
  }
}
#notifyModal .modal-content .modal-header {
  background: #001824;
  color: #ffffff;
  padding: 10px 15px;
}
#notifyModal .modal-content .modal-header .close {
  background: transparent;
  color: #ffffff;
  margin: 8px 4px 0 0;
  opacity: 1;
  position: relative;
}
#notifyModal .modal-content .modal-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
#notifyModal .modal-content .modal-body .formSection {
  float: right;
  padding: 15px 30px 15px 0;
}
@media (max-width: 767px) {
  #notifyModal .modal-content .modal-body .formSection:before {
    content: '\f160';
    display: inline-block;
    font-family: "quikr-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: absolute;
    font-size: 230px;
    opacity: 0.1;
    width: 90%;
    text-align: center;
  }
}
#notifyModal .modal-content .modal-body .formSection div:first-child {
  margin-bottom: 40px;
}
#notifyModal .modal-content .modal-body .formSection .infoText {
  font-size: 14px;
}
@media (max-width: 767px) {
  #notifyModal .modal-content .modal-body .formSection .infoText {
    font-size: 12px;
  }
}
#notifyModal .modal-content .modal-body .formSection .formElem {
  margin-bottom: 10px;
  height: 50px;
}
#notifyModal .modal-content .modal-body .formSection .formElem .uline-input {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  padding: 15px 0 0px;
  height: auto;
  font-size: 0.9em;
  color: #000;
  position: relative;
  z-index: 2;
  background: none;
  text-align: left;
  transition: all ease-in 0.2s;
  width: 100%;
}
#notifyModal .modal-content .modal-body .formSection .formElem .uline-ph {
  display: block;
  position: absolute;
  top: 15px;
  font-size: 0.8em;
  font-family: 'ProximaNova-Regular';
  color: #7c7c7c;
  font-weight: normal;
  z-index: 1;
  transition: all ease-in 0.2s;
}
#notifyModal .modal-content .modal-body .formSection .formElem .error-msg {
  font-weight: normal;
  font-size: 0.7em;
  color: #BE001F;
  display: block;
  position: absolute;
}
#notifyModal .modal-content .modal-body .formSection .notifyButton button {
  width: 100%;
}
#notifyModal .modal-content .modal-body .formSection .txt-focus .uline-ph {
  top: 0;
  font-size: 0.7em;
  color: #008bcf;
}
#notifyModal .modal-content .modal-body .formSection .alreadySub {
  margin-top: 11px;
  display: none;
}
#notifyModal .modal-content .modal-body .formSection .alreadySub span {
  font-family: 'ProximaNova-Semibold', sans-serif;
  font-size: 17px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
}
#notifyModal .modal-content .modal-body .thankYou {
  margin-top: 4%;
  float: right;
  display: none;
}
#notifyModal .modal-content .modal-body .thankYou span {
  font-size: 14px;
}
#notifyModal .modal-content .modal-body .thankYou .goBackBtn {
  display: block;
  width: 50%;
  margin-top: 20px;
}
#notifyModal .modal-content .modal-body .iconDiv {
  position: absolute;
  height: 100%;
  background: #f8f8f8;
}
#notifyModal .modal-content .modal-body .iconDiv .alertIcon {
  font-size: 165px;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -khtml-opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
}
#notifyModal .modal-content .modal-body label.error {
  color: #cc0606;
  font-size: 0.8em;
  margin-bottom: 0;
  font-weight: normal;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  #notifyModal .modal-content {
    height: 100%;
  }
}
.cardButton:focus {
  color: #008bcf;
}
.scanner-device {
  position: relative;
}
.scanner-device .figure {
  position: absolute;
  top: 10%;
}
.scanner-device img {
  padding: 0;
  width: 100%;
}
.reviews-videos {
  margin-top: 15px;
}
.reviews-videos .panel-title {
  color: #3c3c3c;
  font-size: 14px;
  padding: 10px 0 6px 10px;
  min-height: 46px;
}
.reviews-videos .panel-title a:hover,
.reviews-videos .panel-title a:focus,
.reviews-videos .panel-title a:active {
  color: #444444;
}
.reviews-videos .m-b {
  color: #7c7c7c;
  font-size: 13px;
  margin: 0 10px 10px 10px;
}
.reviews-videos .panel .panel-cover img {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.brand-title {
  font-size: 18px;
  font-family: 'ProximaNova-Semibold', sans-serif;
  line-height: 1.3;
  color: #3c3c3c;
  margin: 15px 0 10px;
}
@media (max-width: 767px) {
  .brand-title {
    font-size: 0.9em;
    margin-top: 10px;
    margin-right: 10px;
  }
}
.light-gray {
  color: #999;
}
.know-more-btn {
  border: 1px solid #008bcf;
  color: #008bcf;
  width: 100px;
  padding: 5px;
  font-size: 14px;
}
.know-more-btn:hover {
  background: #008bcf;
  color: #ffffff;
}
.car-reviews .reviews-list {
  margin: 10px 0;
}
.car-reviews .reviews-list:not(: last-child):after {
  border-bottom: 1px solid #eee;
  content: '';
  display: block;
  margin: 15px 0 20px;
  width: 100%;
}
.car-reviews .reviews-list .btn-view {
  font-size: 0.8em;
  left: 10px;
  width: 96px;
  padding: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .car-reviews .reviews-list .btn-view {
    font-size: 0.9em;
  }
}
.car-reviews .reviews-list .panel .panel-cover img {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.car-reviews .reviews-list p {
  font-size: 1em;
  font-family: 'ProximaNova-Regular', sans-serif;
  color: #7c7c7c;
  line-height: 1em;
  padding: 0 10px;
  max-height: 35px;
  overflow: hidden;
}
.car-reviews .reviews-list h5 {
  font-size: 0.9em;
  min-height: 28px;
  padding: 0 10px;
  margin: 18px 0 10px;
}
.car-reviews .reviews-list h5 a {
  color: #7c7c7c;
}
.car-reviews .reviews-list:hover h5 a {
  color: #008bcf;
}
.car-reviews .reviews-list:hover .btn-view {
  background: #008bcf;
  color: #ffffff;
  border: 1px solid #008bcf;
}
.reviews-list p small,
.sell-car p small {
  color: #969696;
}
.js-just-launched-section h4 {
  margin: 15px 0 10px;
}
.latest-news {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  float: left;
  margin-bottom: 20px;
  padding: 5px 15px 10px 20px;
  width: 100%;
}
.latest-news .comments {
  border-bottom: 1px dashed #ddd;
  padding: 20px 0 0px;
}
.latest-news .comments h5 {
  margin-bottom: 8px;
}
.latest-news .comments h5 a {
  color: #3c3c3c;
  font-size: 15px;
}
.latest-news .comments h5 a:hover {
  color: #008bcf;
}
.latest-news .comments span {
  margin-top: 10px;
}
.latest-news .comments:last-child {
  border-style: none;
}
.latest-news .lead-title {
  font-size: 14px;
  font-family: 'ProximaNova-Semibold', sans-serif;
  color: #3c3c3c;
}
.latest-news h3 {
  margin-top: 10px;
  margin-bottom: 2px;
  color: #3c3c3c;
}
.latest-news h3 a {
  color: #3c3c3c;
}
.latest-news h3 a:hover {
  color: #008bcf;
}
.latest-news span {
  font-size: 12px;
  color: #9d9d9d;
}
.latest-news span i {
  margin-right: 7px;
}
.buyers-tips {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  border: 1px solid #eee;
  margin: 0 0 15px;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
@media (max-width: 767px) {
  .buyers-tips {
    float: none;
  }
}
.buyers-tips .panel-profile-img {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  margin: 0 auto;
}
.reviews_title {
  margin: 15px 0 10px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .reviews_title {
    text-align: left;
  }
}
.popularNewCompare {
  width: 100%;
  padding: 25px 0;
}
.popularNewCompare h3 {
  margin: 10px 0 20px 0;
  font-family: 'ProximaNova-Semibold', sans-serif;
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .popularNewCompare h3 {
    text-align: left;
    margin-left: 15px;
  }
}
.popularNewCompare button {
  width: 100%;
}
.popularNewCompare .compareCard {
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: auto;
  padding: 0px 30px;
  -webkit-transition: 0.2s all ease-in;
  -moz-transition: 0.2s all ease-in;
  -ms-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.popularNewCompare .compareCard:hover {
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
.popularNewCompare .compareCard .top {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 20px 0;
  margin-bottom: 10px;
}
.popularNewCompare .compareCard .top img {
  margin-bottom: 10px;
  height: 125px;
  margin: 0 auto;
}
.popularNewCompare .compareCard .top .namePrice {
  text-align: center;
}
.popularNewCompare .compareCard .top .namePrice span:first-child {
  font-family: 'ProximaNova-Semibold', sans-serif;
  display: block;
  font-size: 18px;
  color: #3c3c3c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.popularNewCompare .compareCard .top .namePrice span:nth-child(2) span {
  font-family: 'ProximaNova-Semibold', sans-serif;
  font-size: 18px;
  color: #3c3c3c;
}
.popularNewCompare .compareCard .top .namePrice span:nth-child(2) i {
  font-size: 15px;
  color: #3c3c3c;
}
.popularNewCompare .compareCard .top .namePrice span:last-child {
  font-family: 'ProximaNova-Semibold', sans-serif;
  color: #7c7c7c;
  font-size: 13px;
}
.popularNewCompare .compareCard .top .vs {
  border: 1px solid #e6e6e6;
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #f8f8f8;
  left: 45%;
  text-align: center;
  margin-top: 4px;
  padding-top: 4px;
}
.popularNewCompare .compareCard div:last-child {
  border: none;
}
.ncCollection {
  background-color: #E2E2E2;
  padding-bottom: 40px;
}
.ncCollection h3 {
  font-family: 'ProximaNova-Semibold', sans-serif;
  color: #4d4d4d;
  font-size: 1.2em;
  margin: 20px 0;
  text-align: center;
}
.ncCollection .collectionCard {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 165px;
  -webkit-transition: 0.2s all ease-in;
  -moz-transition: 0.2s all ease-in;
  -ms-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  background-color: #ffffff;
  padding: 5px;
}
@media (max-width: 767px) {
  .ncCollection .collectionCard {
    margin-bottom: 10px;
  }
}
.ncCollection .collectionCard .imgDiv {
  margin-bottom: 10px;
  text-align: center;
}
.ncCollection .collectionCard .imgDiv img {
  max-height: 86px;
}
.ncCollection .collectionCard span {
  display: block;
  text-align: center;
}
.ncCollection .collectionCard span:first-of-type {
  font-family: 'ProximaNova-Semibold', sans-serif;
  color: #3c3c3c;
}
.ncCollection .collectionCard span:last-child {
  color: #7c7c7c;
  font-size: 14px;
}
.ncCollection .collectionCard:hover {
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .ncCollection {
    padding-bottom: 20px;
  }
}
#personalised-posted-div h4 {
  margin-bottom: 0;
}
.popup-modalCars {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  overflow-y: scroll;
}
.spotlight-modal {
  overflow: hidden;
  border: none;
}
.spotlight-modal header {
  background-color: #000;
  padding: 15px;
  color: #ffffff;
}
.spotlight-modal header h2 {
  font-size: 16px;
  margin: 0;
}
.spotlight-modal header a {
  color: #ffffff;
  top: -20px;
  opacity: 1;
  position: relative;
  right: -15px;
}
.spotlight-modal header a i {
  font-size: 28px;
}
.spotlight-modal .content-box {
  padding: 20px 30px;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
}
.spotlight-modal .content-box p {
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.spotlight-modal .content-box .btn-primary {
  width: 100%;
  padding: 10px;
  color: #ffffff;
}
.spotlight-modal .content-box:last-child {
  border: none;
}
@media (min-width: 768px) {
  .spotlight-modal {
    max-width: 320px;
  }
}
@media screen and (min-width: 768px) {
  .popup-modalCars {
    display: none;
    position: fixed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: 50%;
    top: 50%;
    z-index: 9999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    height: auto;
    overflow-y: visible;
  }
}
.subheader {
  background: #555;
  color: #ffffff;
}
.subheader a {
  color: #ffffff;
  cursor: pointer;
  font-family: 'ProximaNova-Semibold', sans-serif;
  font-size: 0.85em;
  line-height: 3.7em;
  padding: 5px 15px;
  text-transform: uppercase;
}
.subheader a.active {
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 360px) {
  .subheader a {
    font-size: 0.8em;
    padding: 3px 7px;
  }
}
.subheader select {
  background: transparent;
  border: none;
  color: #eaeaea;
  font-size: 0.8em;
  appearance: none;
  -webkit-appearance: none;
}
.subheader select optgroup {
  font-size: 0.8em;
}
.subheader select option {
  font-size: 1em;
  line-height: 1.2em;
}
.subheader .popover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  max-width: 100%;
  width: 340px;
}
.subheader .popover .popover-content {
  padding: 0;
}
.subheader .popover .popover-content .modal-body .leftPop,
.subheader .popover .popover-content .modal-body .rightPop {
  display: inline-block;
  padding-left: 10px;
  vertical-align: top;
  width: 48%;
}
.subheader .popover .popover-content .modal-body .leftPop span,
.subheader .popover .popover-content .modal-body .rightPop span {
  color: #666666;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.6px;
  padding-bottom: 2px;
  text-transform: uppercase;
}
.subheader .popover .popover-content .modal-body .leftPop a,
.subheader .popover .popover-content .modal-body .rightPop a {
  font-family: 'ProximaNova-Semibold', sans-serif;
  border-bottom: 2px solid transparent;
  color: #3c3c3c;
  display: block;
  font-size: 14px;
  line-height: 10px;
  margin: 15px 0;
  padding: 0;
  text-transform: capitalize;
}
.subheader .popover .popover-content .modal-body .leftPop a:last-child,
.subheader .popover .popover-content .modal-body .rightPop a:last-child {
  margin-bottom: 0;
}
.subheader .popover .popover-content .modal-body .leftPop a:hover,
.subheader .popover .popover-content .modal-body .rightPop a:hover {
  color: #008bcf;
}
.subheader .popover .popover-content .modal-body .rightPop {
  padding-left: 30px;
}
#offering .modal-content {
  background: #eee;
}
#offering .modal-content .heading {
  color: #555;
  display: block;
  font-size: 0.7em;
  margin: 30px 0 0 10px;
  text-transform: uppercase;
}
#offering .modal-content a {
  border-bottom: 1px solid #ddd;
  display: block;
  line-height: 3.2em;
  padding: 0;
  padding-left: 25px;
  width: 100%;
}
#offering .modal-content a:after {
  border-top: 1px solid #ffffff;
  content: " ";
  display: block;
  height: 1px;
  position: relative;
  top: 2px;
  width: 100%;
}
#offering .modal-content .modal-body {
  background: #eee;
}
#offering .close {
  color: #ffffff;
  font-weight: normal;
  font-size: 1.8em;
}
.freezeLoader {
  z-index: 999999;
}
.sell {
  background: white;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 15px;
}
.assured {
  background-color: #e7eef6;
  border: 1px solid #d7e3ef;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 15px;
}
.buy-credit-tooltip {
  display: none;
}
.sell {
  background: #ecf7ff;
  border: 1px solid #d6e7f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 15px;
}
.sell .heading {
  font-size: 20px;
  font-family: 'ProximaNova-Semibold', sans-serif;
  margin-bottom: 0;
}
.sell .subtitle {
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.sell .sprite {
  background: url(/images/car/assured-sprite.png) no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto;
}
.sell .sprite.sprite-sellcar {
  background-position: -421px 0;
  height: 50px;
  width: 64px;
}
.sell .sprite.sprite-sellbike {
  background-position: -475px 0;
  height: 50px;
  width: 74px;
}
.sell .btn {
  font-size: 13px;
  margin: 7px 0;
  text-transform: uppercase;
}
.sell .missCall {
  font-size: 13px;
}
.sell .missCall b {
  font-family: 'ProximaNova-Semibold', sans-serif;
  white-space: nowrap;
}
.assured-div {
  margin-top: 30px;
}
.assured {
  background: #F6FFFD;
  border: 1px solid #beeae1;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 30px;
  padding: 15px;
}
.assured .assured-logo {
  background: url(/images/car/q-assured.png) no-repeat;
  background-size: cover;
  display: inline-block;
  height: 37px;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 94px;
}
.assured ul {
  padding-left: 0;
}
.assured ul li {
  display: inline-block;
  list-style-type: none;
}
.assured ul li p {
  font-family: 'ProximaNova-Semibold', sans-serif;
  line-height: 1.3em;
  margin-top: 4px;
}
.assured ul li .capitalize {
  text-transform: capitalize;
}
.assured .btn {
  background: #3c9f3a;
  border: 1px solid #2e7a2c;
  font-family: 'ProximaNova-Semibold', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  text-transform: uppercase;
}
.assured .btn:hover,
.assured .btn:focus {
  background: #2e7a2c;
}
.assured .sprite {
  background: url(/images/car/assured-sprite.png) no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto;
}
.assured .sprite.sprite-checkpoint {
  background-position: -46px 0px;
  height: 50px;
  width: 47px;
}
.assured .sprite.sprite-bikeRTO {
  background-position: 1px 0px;
  height: 50px;
  width: 47px;
}
.assured .sprite.sprite-carRTO {
  background-position: -135px 0px;
  height: 50px;
  width: 47px;
}
.assured .sprite.sprite-emi {
  background-position: -224px 0px;
  height: 50px;
  width: 56px;
}
.assured .sprite.sprite-buyback {
  background-position: -347px 0;
  height: 50px;
  width: 74px;
}
