.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.button {
  margin: 5px;
  padding: 15px 40px;
  border-radius: 5px;
  background-color: #ed912a;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.button.outline {
  border: 2px solid #ed912a;
  background-color: transparent;
}

.nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  background-color: transparent;
}

.hero_wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 800px;
  text-align: center;
}

.c-white {
  color: #fff;
}

.nav_brand_img {
  display: block;
  width: 100%;
  max-width: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}

.text-bold {
  font-weight: 700;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  min-height: 900px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.9)), to(rgba(17, 17, 17, 0.9))), none;
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.9), rgba(17, 17, 17, 0.9)), none;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.nav_wrapper {
  display: block;
  overflow: hidden;
  width: auto;
  height: 100%;
  max-width: 1600px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav_link {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
  opacity: 0.8;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.nav_brand {
  width: 200px;
  height: auto;
  background-color: transparent;
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-xl {
  font-size: 50px;
  line-height: 62px;
}

.heading-xl.c-white.mt-10 {
  font-size: 60px;
  line-height: 1.25;
}

.nav_section {
  height: 100px;
  background-color: #fefefe;
}

.corona_section {
  background-color: #000;
}

.covid-19-section {
  display: block;
  background-color: #000;
  color: #000;
}

.text-block-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #dbdbdb;
  color: #000;
  text-align: center;
}

.link-3 {
  font-family: 'Varela Round', sans-serif;
  color: #000;
  text-transform: none;
}

.body {
  height: 100%;
  background-color: #fff;
}

.body_wrapper {
  width: auto;
  height: auto;
  max-width: 1200px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
}

.body_wrapper.listings_body {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  border-radius: 5px;
}

.body_wrapper.listings_body.veh_body {
  padding-top: 20px;
}

.body_wrapper.listings_body {
  display: block;
  width: 60%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
  text-align: left;
}

.body_wrapper.sell_wrapper2 {
  margin-bottom: 40px;
  padding-right: 0px;
}

.logo_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 280px;
}

.nav_link_div {
  height: 100px;
  padding: 40px 20px 40px 0px;
  float: none;
  border-bottom: 3px none #1d2d4e;
  color: #fff;
  text-align: right;
}

.link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #fff;
  border-left: 1px none #fff;
  background-color: #fff;
  -webkit-transition: all 400ms cubic-bezier(.165, .84, .44, 1);
  transition: all 400ms cubic-bezier(.165, .84, .44, 1);
  font-family: Roboto, sans-serif;
  color: #1d2d4e;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.link-4:hover {
  border-bottom-color: #e42d37;
  border-left-style: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #1d2d4e;
}

.link-4.w--current {
  height: auto;
  border-bottom-color: #e42d37;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  color: #1d2d4e;
}

.link-4.w--current:hover {
  background-color: #fff;
  box-shadow: none;
}

.body_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  max-height: none;
  min-height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#1d2d4e), to(hsla(0, 0%, 100%, 0))), url('../images/i88_2.jpg');
  background-image: linear-gradient(90deg, #1d2d4e, hsla(0, 0%, 100%, 0)), url('../images/i88_2.jpg');
  background-position: 0px 0px, 20% 50%;
  background-size: auto, 2500px;
  background-repeat: repeat, no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.body_sec.static_banner {
  height: 350px;
  float: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(29%, #1d2d4e), to(rgba(32, 32, 32, 0))), none;
  background-image: linear-gradient(90deg, #1d2d4e 29%, rgba(32, 32, 32, 0)), none;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.body_sec.static_banner.wish {
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(29%, rgba(29, 45, 78, 0.95)), to(rgba(32, 32, 32, 0))), url('../images/interior.jpg');
  background-image: linear-gradient(90deg, rgba(29, 45, 78, 0.95) 29%, rgba(32, 32, 32, 0)), url('../images/interior.jpg');
}

.body_sec.static_banner.sell {
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(54%, rgba(29, 45, 78, 0.94)), to(rgba(32, 32, 32, 0))), url('../images/back-light-Car-closeup.jpg');
  background-image: linear-gradient(90deg, rgba(29, 45, 78, 0.94) 54%, rgba(32, 32, 32, 0)), url('../images/back-light-Car-closeup.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.body_sec.static_banner.veh_details {
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(29%, rgba(29, 45, 78, 0.94)), to(rgba(32, 32, 32, 0))), url('../images/front-light-closeup.jpg');
  background-image: linear-gradient(90deg, rgba(29, 45, 78, 0.94) 29%, rgba(32, 32, 32, 0)), url('../images/front-light-closeup.jpg');
}

.slider {
  height: 100%;
}

.slide_1 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  font-weight: 700;
}

.slide_2 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.slide_3 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.slide_4 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.banner_text_div {
  position: static;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: block;
  overflow: visible;
  width: 800px;
  padding: 0px 25px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: transparent;
  text-align: center;
}

.banner_text_div.sell_my_car_banner {
  left: -21px;
  top: 131px;
  width: 1650px;
  height: 670px;
  background-color: rgba(0, 0, 0, 0.65);
}

.banner_heading {
  display: inline;
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.banner_heading.body_dark_heading {
  color: #282828;
}

.banner_heading.footer_heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 28px;
}

.banner_heading.footer_heading.site_map {
  display: inline-block;
  margin-bottom: 10px;
  float: left;
}

.banner_parap {
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

.main_button {
  position: static;
  display: inline-block;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  float: left;
  background-color: #7f439f;
  background-image: -webkit-gradient(linear, left top, right top, from(#7f439f), color-stop(49%, #5c00dd), color-stop(102%, #5c00dd));
  background-image: linear-gradient(90deg, #7f439f, #5c00dd 49%, #5c00dd 102%);
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.main_button:hover {
  display: block;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  background-image: -webkit-gradient(linear, left top, right top, from(#7f439f), to(#5c00dd));
  background-image: linear-gradient(90deg, #7f439f, #5c00dd);
  box-shadow: none;
}

.main_button.body_button {
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px none #000;
  background-image: none;
  font-size: 26px;
  text-align: center;
}

.main_button.body_button:hover {
  padding-top: 35px;
  padding-bottom: 35px;
}

.main_button.body_button2 {
  position: static;
  bottom: 10px;
  display: block;
  margin: 10px auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border: 2px solid #fff;
  background-color: transparent;
  background-image: none;
}

.main_button.body_button2:hover {
  padding-right: 20px;
  padding-left: 20px;
}

.main_button.sell_veh {
  margin-left: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#7f439f), color-stop(49%, #5c00dd), color-stop(103%, #5c00dd));
  background-image: linear-gradient(90deg, #7f439f, #5c00dd 49%, #5c00dd 103%);
}

.main_button.sell_veh:hover {
  padding-right: 20px;
  padding-left: 20px;
}

.main_button.next_prev {
  margin-right: 15px;
  float: right;
}

.main_button.next_prev:hover {
  padding-right: 20px;
  padding-left: 20px;
}

.main_button.next_prev.left_allign {
  float: left;
}

.arrows_banner {
  background-color: transparent;
}

.slide-nav {
  display: block;
}

.body_section {
  position: static;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 20px;
  border-top: 3px none #1d2d4e;
  background-color: transparent;
}

.body_headings {
  position: relative;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.column {
  display: block;
  height: 100%;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: none;
  border-width: 4px;
  border-color: #c8c8c8;
  background-color: #fff;
}

.column-2 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.column-3 {
  height: 100%;
  padding-right: 10px;
  padding-left: 0px;
  background-color: #fff;
}

.columns {
  height: auto;
  margin-top: 0px;
  margin-bottom: 40px;
}

.text-span {
  background-image: -webkit-gradient(linear, left top, right top, from(#2b7dbc), to(#020bba));
  background-image: linear-gradient(90deg, #2b7dbc, #020bba);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.body_banner {
  height: 300px;
  background-image: none;
  background-position: 50% 0%;
  background-size: cover;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 5px solid #fff;
  background-color: #282828;
  background-image: linear-gradient(45deg, #000, #2b7dbc);
}

.div-block.center {
  display: block;
  margin-bottom: 0px;
}

.div-block.last {
  display: block;
  margin-bottom: 0px;
}

.div-block.first {
  display: block;
  height: auto;
  margin-bottom: 0px;
  background-image: linear-gradient(45deg, #000, #2b7dbc);
}

.ad_right_section {
  overflow: visible;
  width: 20%;
  height: 600px;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 40px;
  float: right;
}

.ad_right_section.right_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  width: 20%;
  height: auto;
  max-width: 500px;
  margin-top: 50px;
}

.ad_right_section.right_sticky.veh_right {
  position: static;
  width: 25%;
  margin-top: 0px;
}

.ad_right_section.right_sticky.veh_right {
  position: static;
  width: 25%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  float: right;
}

.ad_right {
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 0px;
  float: right;
  clear: right;
}

.subheading_body {
  margin-top: 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}

.subheading_body.sub-heading_2 {
  margin-top: 0px;
}

.subheading_body.sub-heading_2.footer_heading {
  margin-top: 55px;
  margin-bottom: 55px;
  margin-left: 186px;
  padding-left: 0px;
  color: #fff;
}

.subheading_body.sub-heading_2.form_heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.subheading_body.sub-heading_2.form_heading.section_header {
  margin-top: 10px;
}

.subheading_body.sub-heading_2.form_heading.enter_details {
  padding-bottom: 0px;
}

.subheading_body.sub-heading_2.form_heading.enter_details.search_heading {
  margin-bottom: 10px;
  padding-top: 0px;
  color: #fff;
  font-weight: 700;
}

.subheading_body.sub-heading_2.form_heading.vehicle_page_heading {
  width: 100%;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #1d2d4e;
  color: #fff;
  text-transform: capitalize;
}

.subheading_body.sub-heading_2.form_heading.vehicle_page_heading.price_tag {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0px;
  z-index: 2;
  display: inline-block;
  width: auto;
  padding: 15px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 30px;
}

.subheading_body.sub-heading_2.form_heading.vehicle_page_heading-copy {
  width: 100%;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #1d2d4e;
  color: #fff;
  text-transform: capitalize;
}

.subheading_body.sub-heading_2.form_heading.vehicle_page_heading-copy.price_tag {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: inline-block;
  padding: 15px;
  font-size: 30px;
}

.subheading_body.sub-heading_2.form_heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  text-transform: capitalize;
}

.subheading_body.sub-heading_2.form_heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.subheading_body.sub-heading_2.form_heading.heading_new {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
}

.subheading_body.sub-heading_2.form_heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.subheading_body.sub-heading_2.form_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.subheading_body.sub-heading_2.form_heading.pop_up {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #1d2d4e;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #1d2d4e;
  color: #fff;
}

.subheading_body.sub-heading_2.form_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.subheading_body.sub-heading_2.form_heading.pop_up {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #1d2d4e;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #1d2d4e;
  color: #fff;
  line-height: 34px;
  font-weight: 700;
}

.subheading_body.sub-heading_2.form_heading.pop_up {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #1d2d4e;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #1d2d4e;
  color: #fff;
  font-weight: 600;
}

.subheading_body.sub-heading_2.form_heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  text-transform: capitalize;
}

.subheading_body.sell_heading {
  margin-top: 45px;
  margin-bottom: 35px;
  font-weight: 400;
}

.subheading_body.sell_heading.val_sub_heading {
  margin-bottom: 10px;
  font-weight: 700;
}

.body_para {
  position: static;
  display: block;
  padding-right: 0px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}

.body_para.body_para_whether {
  width: 100%;
  clear: none;
  text-align: left;
}

.body_para.body_para_whether.para_footer {
  margin-left: 0px;
  padding-top: 0px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.body_para.body_para_whether.para_footer.para_sub_footer {
  margin-top: 25px;
  margin-bottom: 20px;
  margin-left: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.body_para.body_para_whether.para_footer.sitemap {
  margin-bottom: 0px;
  float: left;
  text-align: left;
}

.body_para.body_para_whether.para_footer.terms {
  display: block;
  width: auto;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  float: left;
  clear: left;
  border-right: 2px none #fff;
  font-weight: 400;
}

.body_para.body_para_whether.para_footer.policies {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  padding-top: 0px;
  padding-right: 10px;
  float: left;
  clear: left;
  border-right: 2px none #fff;
  font-weight: 700;
}

.body_para.body_para_val {
  font-size: 16px;
}

.body_para.body_para_val.body_para_val_2 {
  margin-bottom: 20px;
}

.text-block-4 {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
}

.columns-2 {
  width: 72%;
  height: auto;
  padding-top: 0px;
}

.columns-3 {
  width: 72%;
  height: auto;
}

.image-2 {
  position: static;
  width: 500px;
  clear: left;
}

.text-block-5 {
  margin-top: 108px;
}

.div-block-2 {
  margin-top: 0px;
}

.image-3 {
  position: static;
  margin-top: 0px;
  clear: left;
}

.yellow_car {
  position: absolute;
  left: 739.667px;
  top: 2310.87px;
  width: 400px;
  float: right;
}

.div-block-3 {
  margin-top: 203px;
  clear: none;
  background-color: #363636;
}

.footer {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 0px;
  background-color: #2b2b2b;
}

.div-block-4 {
  width: 50px;
  height: 50px;
}

.image-4 {
  width: 50px;
}

.image-5 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.contact_form {
  position: static;
  width: auto;
  max-width: 1200px;
  min-height: 0px;
  min-width: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.contact_details {
  padding-left: 60px;
}

.contact_details.sitemap {
  padding-left: 0px;
  float: left;
}

.image-6 {
  position: absolute;
  left: auto;
  top: 23%;
  right: 16%;
  bottom: auto;
}

.play_store {
  position: static;
  left: auto;
  top: 14%;
  right: 16%;
  bottom: 0%;
  margin-right: 0px;
  margin-bottom: 20px;
  float: none;
  cursor: pointer;
}

.play_store.apple {
  margin-right: 20px;
}

.submit-button {
  border-radius: 5px;
  background-color: #2b7dbc;
}

.field_contact {
  width: 100%;
  border-radius: 5px;
}

.image-7 {
  position: static;
  float: right;
  clear: none;
}

.yellow_car_2 {
  position: absolute;
  left: 714px;
  top: 2565px;
  width: 400px;
  float: right;
  clear: left;
}

.div-block-5 {
  margin-top: 70px;
}

.affiliates {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  text-align: center;
}

.image-8 {
  width: 150px;
}

.affiliates_logos {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100px;
  margin-right: 10px;
  margin-left: 10px;
}

.div-block-6 {
  height: 100%;
}

.sub_menu_tabs {
  height: 100%;
}

.image-9 {
  position: static;
  left: 0px;
  top: 0px;
  float: left;
  text-align: left;
}

.column-4 {
  padding-top: 100px;
  text-align: center;
}

.div-block-7 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: left;
}

.div-block-7.mobile {
  display: none;
}

.link-block {
  float: right;
}

.link-block-2 {
  float: right;
  clear: right;
}

.text-block-6 {
  font-size: 35px;
  line-height: 38px;
}

.bold-text {
  font-weight: 400;
  text-transform: capitalize;
}

.text-field {
  border-radius: 5px;
}

.text-field-2 {
  border-radius: 5px;
}

.text-field-3 {
  border-radius: 5px;
}

.text-field-4 {
  border-radius: 5px;
}

.text-field-5 {
  width: 99%;
  height: 100px;
  margin-left: 0px;
  border-radius: 5px;
}

.text-field-6 {
  border-radius: 5px;
}

.text-field-7 {
  width: 1190px;
  height: 100px;
  margin-left: 9px;
  border-radius: 5px;
  background-color: #e7e7e7;
}

.div-block-8 {
  width: 50%;
  height: 50%;
}

.form_dividers {
  width: 50%;
  height: 50%;
}

.form-2 {
  width: 50%;
  height: 50%;
}

.divider_form1 {
  width: 100%;
  height: 50%;
}

.column-5 {
  position: relative;
  display: block;
  overflow: visible;
  padding-left: 0px;
}

.sell_car_tab {
  width: 20%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 700;
}

.sell_car_tab.w--current {
  width: 20%;
  margin-bottom: 10px;
  background-color: #f00210;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.text-block-7 {
  color: #fff;
  font-weight: 400;
}

.tab-link-tab-2 {
  width: 20%;
  border-radius: 0px 5px 5px 0px;
  color: #333;
  font-weight: 700;
}

.tab-link-tab-2.w--current {
  width: 20%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f00210;
  color: #fff;
}

.text-block-8 {
  color: #fff;
}

.field-label {
  margin-left: 0px;
  font-family: Roboto, sans-serif;
}

.field-label-2 {
  margin-left: 0px;
  font-family: Roboto, sans-serif;
}

.field-label-2.upload_text {
  margin-top: 25px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.text-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'PT Sans', sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.div-block-9 {
  height: 100px;
  background-color: #dadada;
}

.button-2 {
  display: block;
  margin-left: 0px;
  border: 2px dashed #858585;
  border-radius: 5px;
  background-color: rgba(56, 152, 236, 0);
  color: #f00210;
  font-weight: 700;
  text-align: center;
}

.checkbox-field {
  margin-left: 0px;
  font-family: Roboto, sans-serif;
}

.checkbox-label {
  color: #4b4b4b;
}

.image-10 {
  display: block;
  margin-top: 25px;
  margin-left: 25px;
  float: right;
  clear: right;
  text-align: left;
}

.image-11 {
  margin-left: 15px;
  float: right;
  clear: none;
}

.submit-button-2 {
  margin-top: 28px;
  margin-left: 0px;
  border-radius: 5px;
  background-color: #f00210;
}

.text-field-8 {
  border-radius: 5px;
}

.text-field-9 {
  border-radius: 5px;
}

.text-field-10 {
  border-radius: 5px;
}

.text-field-11 {
  border-radius: 5px;
}

.text-field-12 {
  border-radius: 5px;
}

.text-field-13 {
  border-radius: 5px;
}

.text-field-13.message_field {
  height: 70px;
}

.text-field-13.description {
  width: 100%;
  height: 100px;
}

.text-field-14 {
  border-radius: 5px;
}

.submit-button-3 {
  border-radius: 5px;
  background-color: #f00210;
}

.link-block-3 {
  float: right;
}

.link-block-4 {
  float: right;
  clear: right;
}

.image-12 {
  width: 30px;
  float: right;
}

.text-block-10 {
  color: #fff;
}

.heading_sell {
  display: inline-block;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
}

.bold-text-2 {
  font-family: Roboto, sans-serif;
}

.tabs {
  position: static;
}

.link-5 {
  color: #7f439f;
}

.image_upload_link {
  color: #f00210;
  font-weight: 700;
  text-decoration: none;
}

.dropdown-toggle {
  position: static;
  border-radius: 5px;
}

.select-field {
  border-radius: 5px;
}

.select-field-2 {
  border-radius: 5px;
}

.select-field-3 {
  border-radius: 5px;
}

.select-field-4 {
  border-radius: 5px;
}

.column-6 {
  padding-left: 0px;
  border-radius: 5px;
}

.left_div {
  width: 75%;
  max-width: 1200px;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  text-align: left;
}

.left_div.veh_left {
  margin-top: 0px;
  padding-left: 0px;
}

.left_div.form_details_div {
  width: 80%;
  margin-top: 35px;
}

.left_div.form_details_div.warpper_sell {
  margin-top: 50px;
  padding-left: 0px;
}

.left_div.form_details_div {
  margin-top: 20px;
  padding-left: 0px;
}

.left_div.veh_left {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-10 {
  display: block;
  width: 100%;
  margin-top: 40px;
  float: left;
}

._2nd_body_section {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.footer_div {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 45px 20px 18px;
}

.map {
  height: 400px;
}

.tab-pane-tab-2 {
  padding-top: 20px;
}

.column-8 {
  padding-left: 0px;
}

.column-9 {
  padding-right: 0px;
}

.slider-2 {
  height: auto;
  border-radius: 0px;
  background-color: #fff;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.slide {
  padding: 0px;
  text-align: center;
}

.mask {
  overflow: hidden;
  height: auto;
  border-radius: 0px;
  background-color: rgba(39, 39, 39, 0);
}

.image-13 {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  height: auto;
  border-radius: 0px;
  background-color: #fff;
}

.image-14 {
  border-radius: 0px;
}

.column-10 {
  padding-left: 0px;
}

.column-11 {
  padding-right: 0px;
}

.column-12 {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-13 {
  padding-right: 0px;
}

.column-14 {
  padding-left: 0px;
}

.column-15 {
  padding-left: 0px;
}

.column-16 {
  padding-left: 0px;
}

.column-17 {
  padding-left: 0px;
}

.column-18 {
  padding-left: 0px;
}

.column-19 {
  padding-left: 0px;
}

.column-20 {
  padding-left: 0px;
}

.column-21 {
  padding-left: 0px;
}

.listings_div {
  margin-top: 0px;
}

.listing_item {
  display: block;
  width: auto;
  height: 230px;
  max-width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
  box-shadow: 1px 1px 6px -2px #585858;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.listing_item:hover {
  box-shadow: 2px 2px 6px -1px #585858;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.listing_item.vehicle_page_div {
  height: auto;
  padding-right: 20px;
  box-shadow: none;
}

.image-15 {
  height: 100%;
}

.image_div {
  width: 40%;
  height: 100%;
  margin-right: 15px;
  float: left;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.listing_info_div {
  display: block;
  height: auto;
  padding-top: 20px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.listing_heading {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.listing_heading.sub_heading {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.listing_heading.sub_heading.filter_heading {
  margin-bottom: 0px;
}

.listing_heading.sub_heading.veh_sub {
  margin-bottom: 0px;
  font-size: 16px;
  text-transform: uppercase;
}

.listing_heading.sub_heading.veh_sub {
  position: static;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #1d2d4e;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}

.listing_heading.sub_heading.veh_sub.vehicle_detail_text {
  padding-left: 10px;
  font-weight: 400;
  text-align: right;
}

.listing_heading.sub_heading.veh_sub {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  color: #1d2d4e;
  font-size: 14px;
  text-transform: capitalize;
}

.listing_heading.contact_side_heading {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
}

.listing_heading.sub_heading {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: none;
}

.listing_heading.contact_side_heading {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #dbdbdb;
}

.listing_heading.sub_heading_list {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #0e353b;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
}

.listing_heading.contact_side_heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  float: none;
  clear: none;
  background-color: transparent;
  background-image: none;
  font-family: Roboto, sans-serif;
  color: #1d2d4e;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
}

.listing_heading.contact_side_heading.enquiry_heading {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  background-color: #1d2d4e;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.listing_heading.contact_side_heading.heading_2 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-color: transparent;
  background-image: none;
  font-family: Roboto, sans-serif;
  color: #1d2d4e;
  font-size: 15px;
  font-weight: 700;
}

.price_text {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px;
  float: right;
  background-color: #7f439f;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.icon_div {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.icons {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.text-block-11 {
  display: inline-block;
  height: 100%;
}

.dealer_info {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dealer_logo {
  width: 100px;
  height: auto;
}

.powered {
  display: inline-block;
  padding: 18px;
  background-color: #d3d3d3;
}

.image-16 {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 150px;
  float: left;
  clear: none;
}

.button-3 {
  position: relative;
  top: 60px;
  display: inline-block;
  float: none;
  clear: none;
  background-color: #7f439f;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}

.button-4 {
  display: inline-block;
  margin-right: 10px;
  float: none;
  clear: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #7f439f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button-4:hover {
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-11 {
  position: static;
  top: 10px;
  display: block;
  overflow: auto;
  float: left;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.filter_div {
  position: -webkit-sticky;
  position: sticky;
  width: 20%;
  margin-top: 20px;
  padding: 0px;
  float: left;
  clear: none;
  border-radius: 5px;
  background-color: #fff;
}

.column-22 {
  padding-left: 0px;
}

.column-23 {
  padding-left: 0px;
}

.column-24 {
  padding-left: 0px;
}

.image-17 {
  margin-bottom: 0px;
}

.image-18 {
  margin-bottom: 0px;
}

.image-19 {
  margin-bottom: 0px;
}

.white_link {
  margin-right: 10px;
  margin-left: 0px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.div-block-12 {
  width: 500px;
  height: 400px;
}

.main_image_veh {
  width: auto;
  height: 600px;
  max-width: 1000px;
  margin-bottom: 5px;
  background-image: url('../images/DSC_0396.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main_image_veh.smaller_image_div_placeholder {
  display: inline-block;
  width: 100px;
  height: 80px;
  margin-right: 5px;
  margin-bottom: 0px;
}

.smaller_images_div {
  width: 100%;
}

.veh_info_div {
  padding: 20px 40px;
  border-top: 4px solid #7f439f;
  background-color: #eee;
}

.column-25 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-26 {
  padding-right: 0px;
  padding-left: 0px;
}

.veh_para {
  margin-bottom: 10px;
}

.veh_para.contact_side_text {
  margin-bottom: 2px;
  color: #fff;
  font-weight: 700;
}

.text-block-12 {
  font-size: 12px;
  text-transform: uppercase;
}

.div-block-13 {
  padding: 5px 20px 15px;
  background-color: #7f439f;
}

.contact_side_element {
  margin-bottom: 10px;
}

.radio-button-field {
  display: inline-block;
  margin-right: 5px;
}

.radio-button-field-2 {
  display: inline-block;
}

.radio-button-label {
  color: #fff;
}

.radio-button-label-2 {
  color: #fff;
}

.link-6 {
  text-decoration: none;
}

.link-7 {
  text-decoration: none;
}

.link-8 {
  text-decoration: none;
}

.bold-text-3 {
  font-weight: 700;
}

.menu_sec {
  display: none;
}

.drop_down_links {
  display: none;
}

.image-23 {
  position: relative;
  top: 23px;
  width: 30px;
  float: left;
}

.privacy {
  text-decoration: none;
}

.bold-text-5 {
  color: #f00210;
  text-decoration: none;
}

.t-c {
  cursor: pointer;
}

.t-c.white_link {
  margin-right: 0px;
}

.link-10 {
  cursor: pointer;
}

.left_ad {
  position: -webkit-sticky;
  position: sticky;
  width: 12%;
  margin-left: 20px;
  padding-top: 80px;
  padding-left: 0px;
  float: left;
  text-align: right;
}

.left_ad.right_ad {
  position: -webkit-sticky;
  position: sticky;
  width: 12%;
  margin-right: 20px;
  margin-left: 0px;
  float: right;
}

.slide-2 {
  text-align: center;
}

.select-field-5 {
  border-style: solid;
  border-width: 2px;
  border-color: #7f439f;
  border-radius: 5px;
}

.select-field-6 {
  border-style: solid;
  border-width: 2px;
  border-color: #7f439f;
  border-radius: 5px;
}

.form-3 {
  margin-top: -20px;
}

.select-field-7 {
  border-style: solid;
  border-width: 2px;
  border-color: #7f439f;
  border-radius: 5px;
}

.select-field-8 {
  border-style: solid;
  border-width: 2px;
  border-color: #7f439f;
  border-radius: 5px;
}

.select-field-9 {
  border-style: solid;
  border-width: 2px;
  border-color: #7f439f;
  border-radius: 5px;
}

.banner_ad {
  display: none;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.banner_ad-2 {
  display: none;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.left_ad-2 {
  position: static;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 12%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
  clear: left;
  text-align: right;
}

.left_ad-2.right_ad {
  position: static;
  z-index: 10;
  display: block;
  width: 12%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 2%;
  padding-left: 2%;
  float: right;
  clear: none;
}

.image-26 {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-radius: 0px;
  background-color: #fff;
}

.banner_ad-3 {
  display: none;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.banner_ad-4 {
  display: none;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.div-block-16 {
  position: relative;
  top: 15px;
  display: block;
  overflow: auto;
  float: left;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.select-field-10 {
  border-style: solid;
  border-width: 2px;
  border-color: #7f439f;
  border-radius: 5px;
}

.main_button-2 {
  position: static;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  float: left;
  border-radius: 5px;
  background-color: #deb586;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.main_button-2:hover {
  display: block;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border-style: none;
  border-width: 0.5px;
  border-color: #fff;
  background-color: #cfa97e;
  box-shadow: none;
}

.main_button-2.next_prev {
  margin-right: 15px;
  float: right;
  background-color: #7f439f;
}

.main_button-2.next_prev:hover {
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
}

.main_button-2.next_prev {
  margin-right: 15px;
  float: left;
  background-color: #f00210;
}

.main_button-2.next_prev:hover {
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
}

.main_button-2.next_prev.next_button {
  margin-right: 0px;
  float: right;
}

.filter_div-2 {
  position: -webkit-sticky;
  position: sticky;
  width: 20%;
  margin-top: 20px;
  padding: 0px;
  float: left;
  clear: none;
  border-radius: 5px;
  background-color: #fff;
}

.image_div-2 {
  width: 40%;
  height: 100%;
  margin-right: 15px;
  float: left;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: url('../images/DSC_0396.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.button-5 {
  display: inline-block;
  margin-right: 10px;
  float: none;
  clear: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 5px;
  background-color: #7f439f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button-5:hover {
  padding-right: 20px;
  padding-left: 20px;
}

.left_div-2 {
  width: 80%;
  max-width: 1200px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 20px;
  float: left;
  text-align: left;
}

.columns-4 {
  display: none;
}

.icons-2 {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.price_text-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px;
  float: right;
  background-color: #7f439f;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.listings_div-2 {
  margin-top: 0px;
}

.banner_ad-5 {
  display: none;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.listing_info_div-2 {
  display: block;
  height: auto;
  padding-top: 20px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-9 {
  color: #7f439f;
  text-decoration: none;
}

.field-label-22 {
  font-family: Roboto, sans-serif;
}

.main_para_text {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
}

.main_para_text.car_sell_para {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  color: #292929;
  font-size: 19px;
  text-align: center;
}

.banner_text_wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.banner_text_wrapper.form_wrapper {
  width: 70%;
  padding: 30px;
}

.banner_text_wrapper.form_wrapper.cars2sell_wishlist {
  padding-right: 20px;
  padding-left: 20px;
}

.tabs-2 {
  position: static;
  padding-top: 40px;
  padding-bottom: 40px;
}

.submit-button-4 {
  width: 200px;
  margin-top: 28px;
  margin-left: 0px;
  border-radius: 5px;
  background-color: #7f439f;
}

.header_sub_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Montserrat, sans-serif;
  color: #d3d3d3;
  font-size: 40px;
  line-height: 45px;
  font-weight: 500;
}

.header_sub_heading.main_heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  color: #181818;
  font-size: 32px;
}

.header_sub_heading.main_heading.car_sell_heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'PT Sans', sans-serif;
  color: #1d1d1d;
}

.header_sub_heading.main_heading.feature_veh_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin: 0px auto;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 35px;
  text-align: center;
}

.link-11 {
  color: #f00210;
  font-weight: 700;
  text-decoration: none;
}

.submit-button-5 {
  margin-top: 28px;
  margin-left: 0px;
  border-radius: 5px;
  background-color: #f00210;
}

.loading_section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.loading_section.loading_page {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.loading_text {
  position: relative;
  left: 0%;
  top: -78px;
  right: auto;
  bottom: auto;
  background-color: transparent;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  letter-spacing: 12px;
  text-transform: uppercase;
}

.headings_main {
  margin-bottom: 30px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
}

.red_text_heading {
  color: #f00210;
}

.services_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-bottom: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d2d4e;
  background-image: linear-gradient(183deg, #10192c, #0b1220, #0d1422 9%, #152038 29%, #1d2d4e 99%);
}

.services_div.buy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-5 {
  height: 350px;
}

.column-29 {
  position: relative;
  height: 100%;
  padding-left: 0px;
  background-image: linear-gradient(100deg, rgba(240, 2, 16, 0), hsla(0, 0%, 100%, 0));
}

.column-29.left_sell_column {
  left: 130px;
  padding-left: 40px;
}

.column-30 {
  height: 100%;
  padding-right: 0px;
}

.services_heading {
  display: block;
  height: 30%;
  padding-bottom: 20px;
  float: none;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  font-weight: 500;
}

.body_text {
  width: auto;
  height: auto;
  padding-right: 40px;
  float: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.button-6 {
  margin-top: 20px;
  float: none;
  border-style: solid;
  border-width: 2px;
  border-color: #f00210;
  border-radius: 5px;
  background-color: rgba(240, 2, 16, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.button-6:hover {
  padding-right: 25px;
  padding-left: 15px;
  background-color: #f00210;
}

.image-27 {
  position: relative;
  top: -17px;
  width: 550px;
  float: left;
}

.image-27.sell_car_image {
  top: 69px;
  width: 500px;
  float: right;
}

.image-27.benz {
  top: 53px;
  display: block;
  width: 500px;
}

.image-27.kano {
  left: 28px;
  top: 59px;
  display: block;
  width: 550px;
  float: left;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.about_sec {
  display: block;
  height: 350px;
}

.about_wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px;
}

.top_banner_header {
  display: block;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 95px;
  font-weight: 700;
  text-align: left;
}

.top_banner_header.top_header_sub {
  padding-left: 10px;
  font-size: 40px;
  line-height: 45px;
  font-weight: 100;
}

.search_button {
  width: 100%;
  border-radius: 5px;
  background-color: #f00210;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.search_button:hover {
  background-color: #c5030e;
  color: #fff;
}

.content_wrapper_1 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.content_wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav-3 {
  top: 370px;
  display: none;
}

.veh_price_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
}

.car_price_div {
  position: static;
  height: 40px;
  margin-top: 0px;
  clear: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #1d2d4e;
}

.slider_div {
  width: 100%;
  height: 66%;
  max-width: 100%;
  float: left;
  clear: right;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: url('../images/AMG-GT.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider_div:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/AMG-GT.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AMG-GT.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bold-text-10 {
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.featured_listing_div {
  overflow: hidden;
  height: auto;
  margin-top: 70px;
  padding: 10px 0px 0px;
  background-color: #ddd;
}

.slide-3 {
  position: static;
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 90px;
  padding-bottom: 15px;
  padding-left: 90px;
  text-align: center;
}

.car_details {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100px;
  margin-bottom: 24px;
  float: left;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #1e1e1e;
}

.car_details_text {
  height: 60px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
  float: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.slider-3 {
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.slider_itrm_div {
  display: inline-block;
  width: 100%;
  height: 285px;
  max-width: 300px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px 0 #1d2d4e;
}

.columns-6 {
  padding-right: 30px;
  padding-left: 30px;
}

.button-7 {
  text-align: center;
}

.button-8 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-9 {
  text-align: left;
}

.button-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: 10px;
  padding: 15px 30px;
  float: left;
  border-radius: 5px;
  background-color: #f00210;
  cursor: pointer;
}

.form-4 {
  max-width: 785px;
  margin-right: auto;
  margin-left: auto;
}

.contact_section {
  width: 75%;
  height: 100%;
  max-width: 800px;
  margin: 55px auto;
}

.submit-button-6 {
  width: 200px;
  margin-left: 0px;
  border-radius: 5px;
  background-color: #f00210;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 700;
}

.submit-button-6:hover {
  background-color: #c5030e;
}

.submit-button-6.enquire_btn {
  display: inline-block;
  width: auto;
  margin: 20px 10px 10px;
  float: left;
  clear: none;
  font-family: Montserrat, sans-serif;
}

.submit-button-6.enquire_btn.back_to_listing_btn {
  margin-top: 5px;
  margin-right: 0px;
  float: right;
}

.contact_amchor {
  height: 0px;
}

.form-block-2 {
  margin-left: 5px;
}

.columns-7 {
  height: 100px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.banner_ad-6 {
  display: none;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.image-28 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 30px;
  margin-bottom: 10px;
}

.image-29 {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.link-block-5 {
  margin-bottom: 0px;
}

.link-block-6 {
  margin-right: 0px;
}

.link-block-7 {
  display: inline-block;
  border-right: 3px solid #f00210;
  text-decoration: none;
}

.link-block-8 {
  margin-left: 10px;
  border-right: 3px solid #f00210;
  text-decoration: none;
}

.link-block-9 {
  margin-left: 10px;
  text-decoration: none;
}

.right_serv {
  display: block;
  width: auto;
  margin-left: 100px;
  padding-top: 0px;
  padding-right: 105px;
  padding-bottom: 0px;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns-8 {
  display: none;
}

.select-field-11 {
  border-style: solid;
  border-width: 2px;
  border-color: #1d2d4e;
  border-radius: 5px;
}

.select-field-11.filter_menu {
  background-color: #1d2d4e;
  color: #fff;
}

.select-field-11.filter_menu-copy {
  background-color: #1d2d4e;
  color: #fff;
}

.icon_div-2 {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  float: left;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.body_wrapper-2 {
  width: auto;
  height: auto;
  max-width: 1200px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
}

.body_wrapper-2.listings_body {
  display: block;
  width: 60%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
  text-align: left;
}

.body_wrapper-2.listings_body.new_wrapper {
  width: 80%;
  max-width: none;
  padding-top: 0px;
}

.body_wrapper-2.listings_body {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  border-radius: 5px;
}

.body_wrapper-2.listings_body.veh_body {
  overflow: hidden;
  width: 72%;
  height: auto;
  max-width: 1300px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.column-34 {
  height: 100%;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.price_text-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px;
  float: right;
  background-color: #1d2d4e;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-11 {
  display: inline-block;
  margin-right: 10px;
  float: none;
  clear: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 5px;
  background-color: #1d2d4e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button-11:hover {
  padding-right: 20px;
  padding-left: 20px;
}

.button-11.wish_btn {
  display: none;
}

.div-block-19 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  overflow: auto;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 10px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-20 {
  position: -webkit-sticky;
  position: sticky;
}

.columns-9 {
  height: 230px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 1px 1px 6px -2px #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.columns-9:hover {
  box-shadow: 2px 2px 6px -1px #000;
}

.column-35 {
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: url('../images/alfa.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.filter_div-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  width: 20%;
  margin-top: 20px;
  padding: 0px;
  float: left;
  clear: none;
  border-radius: 5px;
  background-color: #fff;
}

.dealer_logo-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 30px;
  display: inline-block;
  width: 60px;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#1d2d4e), to(hsla(0, 0%, 100%, 0))), url('../images/Car-closeup.jpg');
  background-image: linear-gradient(90deg, #1d2d4e, hsla(0, 0%, 100%, 0)), url('../images/Car-closeup.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
}

.link-13 {
  color: #f00210;
  text-decoration: none;
}

.image_upload_link-2 {
  color: #f00210;
  text-decoration: none;
}

.link-17 {
  color: #f00210;
  text-decoration: none;
}

.upload_div-2 {
  padding-bottom: 20px;
}

.submit-button-7 {
  width: 200px;
  margin-top: 28px;
  margin-left: 0px;
  border-radius: 5px;
  background-color: #f00210;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 700;
  text-align: center;
}

.submit-button-7:hover {
  background-color: #353535;
}

.button-12 {
  display: block;
  margin-left: 0px;
  border: 2px none #858585;
  border-radius: 5px;
  background-color: #1d2d4e;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.submit-button-8 {
  width: 200px;
  border-radius: 5px;
  background-color: #f00210;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.submit-button-8:hover {
  background-color: #e50310;
}

.white_link-2 {
  margin-right: 10px;
  margin-left: 0px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.veh_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d2d4e;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.div-block-21 {
  padding: 5px 20px 15px;
  background-color: #1d2d4e;
}

.veh_info_div-2 {
  padding: 20px 40px;
  border-top: 4px solid #1d2d4e;
  background-color: #eee;
}

.price_2 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #424244;
}

.main_image_veh-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 600px;
  max-width: 1000px;
  margin-bottom: 5px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/DSC_0396.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main_image_veh-2.smaller_image_div_placeholder {
  display: inline-block;
  width: 100px;
  height: 80px;
  margin-right: 5px;
  margin-bottom: 0px;
}

.main_button-3 {
  position: static;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  float: left;
  border-radius: 5px;
  background-color: #f00210;
  background-image: none;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.main_button-3:hover {
  display: block;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  background-color: #242424;
  background-image: none;
  box-shadow: none;
}

.main_button-3.next_prev {
  margin-right: 15px;
  float: right;
}

.main_button-3.next_prev:hover {
  padding-right: 20px;
  padding-left: 20px;
}

.main_button-3.next_prev.back_to_listing {
  background-color: #f00210;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-transform: none;
}

.main_button-3.next_prev.back_to_listing:hover {
  background-color: #e40512;
}

.div-block-22 {
  height: 80px;
}

.banner_ad-7 {
  display: none;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.insert_images_div {
  height: 60px;
  border-style: none;
  border-width: 2px;
  border-color: #858585;
  border-radius: 5px;
  background-color: #1d2d4e;
}

.text-block-14 {
  color: #deb586;
}

.bold-text-18 {
  position: absolute;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.text-field-16 {
  height: 60px;
  opacity: 0;
}

.submit-button-9 {
  margin-top: 28px;
  margin-left: 0px;
  border-radius: 5px;
  background-color: #f00210;
}

.body_para-2 {
  position: static;
  display: block;
  padding-right: 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.body_para-2.body_para_val.body_para_val_2 {
  margin-bottom: 20px;
}

.banner_ad-8 {
  display: none;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.bold-text-19 {
  text-decoration: none;
}

.submit-button-10 {
  border-radius: 5px;
  background-color: #7f439f;
}

.link-block-10 {
  width: 130px;
  float: left;
}

.link-block-10.mobile_1 {
  display: none;
}

.link-block-11 {
  width: 120px;
  margin-right: 10px;
  float: left;
}

.link-block-11.mobile {
  display: none;
}

.link-18 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.link-18:hover {
  color: #f00210;
}

.div-block-23 {
  overflow: auto;
}

.link-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.image-34 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 30px;
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  cursor: pointer;
}

.image-34.faded_icon {
  opacity: 0;
}

.veh_price_text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.veh_price_text-2.footer_contact_text {
  display: inline-block;
  width: auto;
  padding-left: 0px;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.veh_price_text-2.footer_contact_text:hover {
  color: #f00210;
}

.veh_price_text-2.footer_contact_text {
  display: inline-block;
  width: auto;
  padding-left: 0px;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.veh_price_text-2.sponsor_text-copy {
  display: inline-block;
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.text-field-17 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 60px;
  opacity: 0;
}

.bold-text-20 {
  position: static;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f00210;
}

.image_upload_link-3 {
  color: #f00210;
  font-weight: 700;
  text-decoration: none;
}

.insert_images_div-2 {
  position: relative;
  width: 99%;
  height: 60px;
  border-style: dashed;
  border-width: 2px;
  border-color: #858585;
  font-family: Roboto, sans-serif;
}

.link-19 {
  color: #f00210;
  font-weight: 700;
  text-decoration: none;
}

.submit-button-11 {
  width: 200px;
  margin-top: 28px;
  margin-left: 0px;
  border-radius: 5px;
  background-color: #f00210;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.submit-button-11:hover {
  background-color: #333;
}

.text-block-15 {
  display: block;
  color: #f00210;
}

.email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-35 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 30px;
  margin-right: 10px;
  margin-bottom: 0px;
  cursor: pointer;
}

.bold-text-21 {
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  color: #fff;
}

.bold-text-21:hover {
  color: #f00210;
}

.left-arrow-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  height: 100%;
  color: #1d2d4e;
}

.right-arrow-2 {
  color: #1d2d4e;
}

.column-36 {
  padding-left: 0px;
}

.column-37 {
  padding-right: 0px;
  padding-left: 10px;
}

.form-5 {
  height: 100%;
  max-height: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.form-block-3 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.bold-text-22 {
  font-family: Roboto, sans-serif;
}

.bold-text-23 {
  font-family: Roboto, sans-serif;
}

.bold-text-24 {
  font-family: Roboto, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}

.bold-text-24._25 {
  color: #080808;
  font-size: 22px;
  font-weight: 700;
}

.text-block-16 {
  font-family: Roboto, sans-serif;
}

.text-block-17 {
  font-family: Roboto, sans-serif;
}

.bold-text-25 {
  font-family: Roboto, sans-serif;
}

.bold-text-26 {
  font-family: Roboto, sans-serif;
}

.bold-text-27 {
  font-family: Roboto, sans-serif;
}

.banner__header {
  padding-left: 126px;
}

.left_ad-3 {
  position: -webkit-sticky;
  position: sticky;
  width: 12%;
  margin-left: 0px;
  padding-top: 80px;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
  clear: left;
  text-align: right;
}

.left_ad-3.right_ad {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  width: 12%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 2%;
  padding-left: 2%;
  float: right;
  clear: none;
}

.image-36 {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-radius: 0px;
  background-color: #fff;
}

.columns-11 {
  display: block;
  overflow: hidden;
  height: auto;
}

.link-20 {
  text-decoration: none;
}

.column-45 {
  opacity: 0;
}

.link-21 {
  color: #fff;
  text-decoration: none;
}

.link-22 {
  color: #fff;
  text-decoration: none;
}

.white_links {
  color: #fff;
  text-decoration: none;
}

.page_compliancy_images {
  margin-right: 10px;
  padding: 5px;
  background-color: #fff;
}

.compliancy_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comp_image {
  width: auto;
  height: 40px;
}

.dealer_text_logo {
  float: right;
}

.dealerlogo_text {
  display: block;
  height: 100%;
  padding-right: 10px;
  clear: both;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 15px;
  text-align: left;
}

.dealer_logo-3 {
  position: static;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 30px;
  display: inline-block;
  width: 90px;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: both;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.dealer_text_logo-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.veh_reg_div {
  margin-top: 40px;
  border-radius: 5px;
  background-color: #f1f1f1;
}

.reg-vin_wrapper {
  margin-bottom: 20px;
  padding: 25px 40px 40px;
}

.form-block-4 {
  max-width: 1200px;
}

.submit-button-12 {
  width: auto;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 5px;
  background-color: #f00210;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.field-label-24 {
  font-family: Roboto, sans-serif;
  color: #161616;
  font-weight: 500;
}

.text-field-18 {
  border-radius: 5px;
}

.text-field-19 {
  border-radius: 5px;
}

.field-label-27 {
  font-family: Roboto, sans-serif;
  color: #0c0c0c;
}

.form-6 {
  display: block;
}

.field-label-29 {
  font-family: Roboto, sans-serif;
  color: #f00210;
  font-size: 18px;
  text-align: center;
}

.manual_input_form {
  display: none;
}

.manual {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #1d2d4e;
  border-radius: 5px;
  background-color: #1d2d4e;
  text-decoration: none;
}

.text-block-18 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

._2nd_faded {
  width: 100px;
  height: auto;
  margin-right: 10px;
  clear: left;
  border-bottom: 3px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  opacity: 0.5;
  cursor: auto;
}

._1st {
  width: 100px;
  height: auto;
  margin-right: 10px;
  clear: left;
  border-bottom: 3px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  cursor: auto;
}

.text-field-20 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.5);
  box-shadow: none;
  color: #f5f5f5;
}

.text-field-20.text-field-18 {
  border-color: #dadada;
}

.submit-button-13 {
  width: 200px;
  margin-top: 28px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #f00210;
  box-shadow: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Exo, sans-serif;
  color: #0e353b;
  font-weight: 600;
}

.submit-button-13:hover {
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.progress_stage {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-7 {
  font-family: Exo, sans-serif;
}

.personal_details_sell {
  position: relative;
}

.text-block-19 {
  margin-bottom: 5px;
  color: #fff;
}

.field-label-30 {
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 500;
  text-align: left;
}

.image_preview {
  margin-top: 20px;
}

.image-37 {
  margin-top: 10px;
  margin-right: 16px;
  border-radius: 5px;
}

.main_image_pop_up {
  position: fixed;
  z-index: 32;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.pop_up_container {
  position: relative;
  overflow: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-radius: 5px;
  background-color: #fff;
}

.image-38 {
  width: auto;
  height: 300px;
  border-radius: 5px;
}

.images_holder {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px 10px 10px 0px;
  border-radius: 5px;
  background-color: #f8f8f8;
}

.image-39 {
  width: auto;
  height: 130px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  border-radius: 5px;
  -webkit-transition: all 50ms ease;
  transition: all 50ms ease;
}

.image-39:hover {
  border-style: solid;
  border-width: 5px;
  border-color: #f00210;
}

.image-39:active {
  border-style: solid;
  border-width: 5px;
  border-color: #f00210;
}

.image-39:focus {
  border-style: solid;
  border-width: 5px;
  border-color: #f00210;
}

.button-13 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: auto;
  margin: 0px 20px 20px 30px;
  padding-right: 40px;
  padding-left: 40px;
  float: right;
  border-radius: 5px;
  background-color: #f00210;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-align: left;
}

.main_image_wrapper {
  padding: 30px;
}

.preview_image_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.radio-button-label-3 {
  opacity: 0;
  font-size: 0px;
}

.radio-button {
  margin-left: 0px;
}

.radio-button-field-3 {
  display: inline-block;
  margin-top: 10px;
  padding-left: 10px;
}

.close_div {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  background-image: url('../images/close-01.png');
  background-position: 0px 0px;
  background-size: cover;
}

.close_div:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.uploaded_images {
  display: inline-block;
  width: auto;
  height: 120px;
  margin: 0px 10px 10px 0px;
  float: left;
  clear: none;
  border-radius: 5px;
}

.vin_div {
  height: 40px;
  margin-bottom: 5px;
}

.images_preview_wrap {
  width: 70%;
  float: left;
}

.upload-text {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
}

.step_1_div {
  position: relative;
  display: block;
}

.drap {
  position: absolute;
  width: 250px;
  height: 300px;
  margin-bottom: 0px;
  padding: 0px;
  float: none;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0;
  cursor: pointer;
}

.heading_body {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 4px solid #1f649b;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

.upload_div_landing {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 300px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px 15px 20px;
  float: left;
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #1d2d4e;
  text-align: center;
}

.select-field-12 {
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #1f649b;
  border-radius: 10px;
  background-color: #eee;
  box-shadow: none;
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 600;
}

.buttons {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #333;
  box-shadow: none;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.buttons:hover {
  box-shadow: none;
}

.buttons.reg_next {
  margin-left: 20px;
  float: right;
  background-color: #f00210;
  box-shadow: none;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.buttons.reg_next:hover {
  background-color: #383838;
}

.buttons.reg_next.back {
  margin-left: 0px;
  float: left;
}

.buttons.reg_next.load_images_btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.buttons.next {
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f00210;
  box-shadow: none;
}

.radio-button-label-4 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.submit-button-14 {
  margin-top: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #d8820a;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-button-14:hover {
  background-color: #d8820a;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-weight: 700;
}

.submit-button-14.v4-navlink {
  display: inline-block;
  margin-top: 9px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 5px;
  border-style: solid;
  border-color: transparent;
  border-bottom-width: 3px;
  border-radius: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
}

.submit-button-14.v4-navlink:hover {
  border-bottom-color: #f79d0e;
  background-color: rgba(201, 28, 28, 0);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.submit-button-14.v4-navlink.mm-code-button {
  display: inline-block;
  margin-left: 0px;
  padding: 5px 30px;
  float: left;
  clear: none;
  border-bottom-style: none;
  border-radius: 5px;
  background-color: #07324e;
  font-weight: 700;
}

.submit-button-14.v4-navlink.mm-code-button:hover {
  border-bottom-style: none;
}

.submit-button-14.v4-navlink.mm-code-button.yellow_button {
  clear: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #f79d0e;
  color: #000;
  font-weight: 600;
}

.submit-button-14.v4-navlink.mm-code-button.yellow_button.upload_button_red {
  position: static;
  margin-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #f00210;
  color: #fff;
}

.submit-button-14.v4-navlink.mm-code-button.yellow_button.upload_button_red {
  position: static;
  margin-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #f00210;
  color: #fff;
}

.upoad_images_div_sell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 10px 0px;
  float: none;
  clear: none;
}

.upload_icon_div {
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Whatsapp-Logo-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.body_block {
  width: 80%;
  max-width: none;
  padding: 20px 40px 40px;
}

.form_fields {
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #1f649b;
  border-radius: 10px;
  box-shadow: none;
  font-family: Roboto, sans-serif;
  color: #9c9b99;
  font-size: 18px;
  font-weight: 600;
}

.text-span-2 {
  font-size: 16px;
  font-weight: 600;
}

.textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #1f649b;
  border-radius: 10px;
  box-shadow: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.text-block-20 {
  display: inline-block;
  height: 100%;
  font-family: Montserrat, sans-serif;
  color: #0e353b;
  font-size: 13px;
}

.image_div-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin: 10px -20px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-radius: 0px;
  background-image: url('../images/alfa.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.icons_wrapper._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icons_wrapper._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 106px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9e9e9;
}

.icon_div-3 {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  text-align: center;
}

.columns-12 {
  width: 100%;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.logo_container {
  display: block;
  width: 90px;
  height: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/affiliated.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.price_text-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px 5px 10px;
  float: right;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #1d2d4e;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.column-48 {
  padding-right: 0px;
  padding-left: 0px;
}

.icons-3 {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  float: left;
  box-shadow: none;
}

.listing_div {
  position: relative;
  display: block;
  width: 250px;
  height: auto;
  min-width: 250px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 50px 20px 210px;
  float: left;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #f0f0f0;
}

.column-47 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.left_div-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin-top: 0px;
  padding-right: 0px;
  padding-bottom: 70px;
  padding-left: 20px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.dealer_text_logo-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.next_prev_div {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: 20px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-14 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 20px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  clear: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px 0px 5px 5px;
  background-color: #f00210;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.button-14:hover {
  padding-right: 15px;
  padding-left: 15px;
  border-color: rgba(14, 53, 60, 0);
  background-color: rgba(255, 255, 255, 0);
  color: #0e353b;
}

.bold-text-28 {
  font-family: Montserrat, sans-serif;
  color: #0e353b;
  font-size: 20px;
  font-weight: 700;
}

.dealerlogo_text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 10px;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 15px;
  text-align: left;
}

.banner_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  max-height: none;
  min-height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#1d2d4e), to(hsla(0, 0%, 100%, 0))), url('../images/i88_2.jpg');
  background-image: linear-gradient(90deg, #1d2d4e, hsla(0, 0%, 100%, 0)), url('../images/i88_2.jpg');
  background-position: 0px 0px, 20% 50%;
  background-size: auto, 2500px;
  background-repeat: repeat, no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.banner_section.static_banner {
  height: 350px;
  float: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(29%, #1d2d4e), to(rgba(32, 32, 32, 0))), none;
  background-image: linear-gradient(90deg, #1d2d4e 29%, rgba(32, 32, 32, 0)), none;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner_section.static_banner.wish {
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(29%, rgba(29, 45, 78, 0.95)), to(rgba(32, 32, 32, 0))), url('../images/interior.jpg');
  background-image: linear-gradient(90deg, rgba(29, 45, 78, 0.95) 29%, rgba(32, 32, 32, 0)), url('../images/interior.jpg');
}

.banner_section.static_banner.sell {
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(54%, rgba(29, 45, 78, 0.94)), to(rgba(32, 32, 32, 0))), url('../images/back-light-Car-closeup.jpg');
  background-image: linear-gradient(90deg, rgba(29, 45, 78, 0.94) 54%, rgba(32, 32, 32, 0)), url('../images/back-light-Car-closeup.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.banner_section.static_banner.veh_details {
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(29%, rgba(29, 45, 78, 0.94)), to(rgba(32, 32, 32, 0))), url('../images/front-light-closeup.jpg');
  background-image: linear-gradient(90deg, rgba(29, 45, 78, 0.94) 29%, rgba(32, 32, 32, 0)), url('../images/front-light-closeup.jpg');
}

.checkbox-field-2 {
  height: 30px;
  float: none;
  clear: left;
  font-size: 13px;
}

.checkbox-label-3 {
  float: none;
  clear: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 700;
}

.left_div-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  max-width: none;
  margin-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 20px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.dealerlogo_text-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  padding-right: 0px;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 13px;
  text-align: left;
}

.next_prev_div-2 {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-left: 0px;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.buttons-2 {
  margin-right: 20px;
  float: left;
  clear: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #f00210;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.buttons-2:hover {
  background-color: #333;
  box-shadow: none;
}

.buttons-2.next {
  margin-left: 10px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.listing_div-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: auto;
  min-width: 42%;
  margin-right: 1%;
  margin-bottom: 20px;
  margin-left: 1%;
  padding: 20px 20px 0px;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 2px;
  border-color: #c1c1c1;
  border-radius: 5px;
  background-color: #f0f0f0;
}

.button-15 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 20px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  clear: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px 0px 5px 5px;
  background-color: #f00210;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.button-15:hover {
  padding-right: 15px;
  padding-left: 15px;
  border-color: rgba(14, 53, 60, 0);
  background-color: rgba(255, 255, 255, 0);
  color: #0e353b;
}

.columns-13 {
  width: 100%;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.icon_div-4 {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  text-align: center;
}

.image-40 {
  height: 35px;
}

.dealer_text_logo-4 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: left;
}

.text-block-21 {
  display: inline-block;
  height: 100%;
  font-family: Montserrat, sans-serif;
  color: #0e353b;
  font-size: 10px;
}

.description_div {
  padding-right: 35px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-3 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 106px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-bottom: 20px;
  margin-left: -20px;
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: #e9e9e9;
}

.price_text-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px 5px 10px;
  float: right;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #1d2d4e;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.checkbox-label-4 {
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.link-23 {
  color: #f00210;
  text-decoration: none;
}

.checkbox-field-3 {
  height: 30px;
  float: none;
  clear: none;
  font-size: 13px;
}

.checkbox-label-2 {
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.link-24 {
  color: #f00210;
  text-decoration: none;
}

.link-25 {
  color: #f00210;
  text-decoration: none;
}

.secure_data {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  border-top: 2px solid #07324e;
  border-left: 2px solid #07324e;
  background-color: #fff;
}

.car_image_holder {
  width: 60%;
  float: left;
}

.car_image_div {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 1000px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
}

.slider-4 {
  width: 100%;
  height: 458px;
  clear: none;
}

.slide-4 {
  position: static;
  height: auto;
  background-image: url('../images/AMG-GT.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/alfa.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.description_div2 {
  display: inline-block;
  min-width: 100%;
  margin-top: 30px;
  border-radius: 0px;
}

.text-block-22 {
  margin-top: 0px;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #d1d4db;
  color: #000;
}

.vehicle_details_holder {
  position: relative;
  overflow: hidden;
  width: 38%;
  height: 512px;
  margin-top: 0px;
  margin-right: 3px;
  margin-left: 10px;
  padding-top: 0px;
  float: right;
  clear: none;
  border-radius: 5px;
  background-color: #d1d4db;
  -o-object-fit: fill;
  object-fit: fill;
}

.columns-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-14.dark_gray_coloum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(29, 45, 78, 0.13);
}

.facebook_share {
  display: inline-block;
  margin-bottom: 0px;
  float: none;
  clear: left;
  border-radius: 5px;
  background-image: url('../images/favicon.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.facebook_btn {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 10px;
  float: left;
  clear: left;
  background-image: url('../images/Share-PNG-Image.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-42 {
  height: 25px;
  float: none;
  clear: none;
}

.deatail_wrapper {
  padding: 7px 10px;
}

.column-49 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-50 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-51 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-52 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-53 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-54 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-55 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-56 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-57 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-58 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-59 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-60 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-61 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-62 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-63 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-64 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-65 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-66 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-67 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-68 {
  padding-right: 0px;
  padding-left: 0px;
}

.btn_div {
  display: block;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-44 {
  display: inline-block;
  width: auto;
  height: 50px;
}

.radio-button-label-5 {
  color: #1d2d4e;
  font-size: 13px;
}

.text-field-21 {
  border-radius: 5px;
}

.radio-button-3 {
  border-style: solid;
  border-width: 1px;
  border-color: #7f439f;
  background-color: #fff;
}

.columns-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px 5px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px none #7f439f;
}

.columns-15.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: rgba(29, 45, 78, 0.13);
}

.main_button-4 {
  position: static;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  float: left;
  background-color: #f00210;
  background-image: -webkit-gradient(linear, left top, right top, from(#7f439f), color-stop(49%, #5c00dd), color-stop(102%, #5c00dd));
  background-image: linear-gradient(90deg, #7f439f, #5c00dd 49%, #5c00dd 102%);
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.main_button-4:hover {
  display: block;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  background-image: -webkit-gradient(linear, left top, right top, from(#7f439f), to(#5c00dd));
  background-image: linear-gradient(90deg, #7f439f, #5c00dd);
  box-shadow: none;
}

.close_div-2 {
  position: absolute;
  left: auto;
  top: -12px;
  right: 0%;
  bottom: auto;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 20px;
  background-image: url('../images/close-01.png');
  background-position: 0px 0px;
  background-size: cover;
}

.veh_para-2 {
  margin-bottom: 0px;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  color: #1d2d4e;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.veh_para-2.dealer_name {
  font-family: Roboto, sans-serif;
  color: #1d2d4e;
  font-weight: 700;
  text-transform: capitalize;
}

.ad_right_section-2 {
  overflow: visible;
  width: 20%;
  height: auto;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 40px;
  float: right;
}

.ad_right_section-2.right_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 20%;
  height: 500px;
  max-width: 500px;
}

.ad_right_section-2.right_sticky.veh_right {
  position: relative;
  width: 600px;
  height: auto;
  max-width: 800px;
  margin-top: 0px;
  padding-bottom: 0px;
  float: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.4);
}

.radio-button-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #7f439f;
  background-color: #ebebeb;
}

.div-block-24 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 15px;
  background-color: #282829;
}

.div-block-24.wrapper_2 {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #d1d4db;
}

.enquiry_pop_up {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: none;
  overflow: auto;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(4, 3, 5, 0.6);
}

.additional_numbers {
  display: block;
  padding-bottom: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.blog_date {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.blog_div {
  width: 23%;
  margin-right: 2%;
  float: left;
}

.blog_div.middle {
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.nextup-2 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  float: left;
  clear: left;
  border-bottom: 0px solid #ebebeb;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.collection-item {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px 0% 0px 0px;
  padding: 20px;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #e9e9e9;
  box-shadow: none;
  color: #1c2d4e;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.blog_feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.autoblog_link {
  padding: 10px;
  border-radius: 5px;
  background-color: #e9e9e9;
  box-shadow: none;
}

.image-45 {
  height: 30px;
}

.blog_heading {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}

.image-46 {
  width: 100%;
  height: 190px;
  max-height: none;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog_para {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.button-16 {
  position: static;
  margin-right: 0px;
  border: 0px solid #333;
  border-radius: 5px;
  background-color: #f00210;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.button-16:hover {
  border-color: #333;
  background-color: #c5030e;
  color: #fff;
}

.button-16.back_btton {
  margin-right: 20px;
  border-width: 0px;
  border-radius: 5px;
  background-color: #f00210;
  font-family: Lato, sans-serif;
  color: #fff;
}

.button-16.back_btton:hover {
  background-color: #c5030e;
}

.heading-5 {
  color: #fff;
}

.heading-5.project-title {
  display: block;
  width: 88%;
  margin-top: 0px;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 1;
  direction: ltr;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: normal;
}

.heading-5.project-title {
  display: block;
  width: 88%;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 1;
  direction: ltr;
  color: #1b1b1b;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: normal;
}

.heading-5.project-title.darktitle {
  width: 100%;
  height: 13%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: hsla(0, 0%, 100%, 0.8);
  color: #1b1b1b;
}

.heading-5.project-title.darktitle.pop_up_text {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 26px;
  line-height: 30px;
}

.heading-5.project-title.darktitle.pop_up_text.margin_bottom {
  height: auto;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  text-align: center;
}

.form-8 {
  float: right;
}

.blog_news_div {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-right: 40px;
  padding-left: 40px;
}

.love_div-2 {
  display: inline-block;
  float: right;
  clear: left;
}

.image-50 {
  height: 20px;
}

.checkbox-label-7 {
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 13px;
  font-weight: 600;
}

.lottie-animation-6 {
  width: 180px;
  margin-right: auto;
  margin-left: auto;
}

.project-subtitle {
  position: relative;
  bottom: 0px;
  z-index: 2;
  border-radius: 0px;
  opacity: 1;
  color: #1b1b1b;
  font-size: 18px;
  text-decoration: none;
}

.project-subtitle.fine_text {
  margin-bottom: 5px;
  font-size: 12px;
}

.close_div-4 {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #242424;
  font-family: 'Changa One', Impact, sans-serif;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.close_div-4.close_2 {
  background-color: #f00210;
}

.text-field-24 {
  margin-top: 10px;
  font-style: italic;
}

.buttons-3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #333;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.buttons-3:hover {
  box-shadow: none;
}

.buttons-3.reg_next {
  float: right;
  background-color: #f00210;
}

.text-field-23 {
  font-style: italic;
}

.heart_div {
  position: relative;
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.checkbox-field-4 {
  height: 30px;
  float: none;
  clear: left;
  font-size: 13px;
}

.heart_wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: none;
  overflow: auto;
  padding-top: 20px;
  background-color: rgba(54, 54, 54, 0.4);
}

.not_available {
  display: none;
  width: 520px;
  margin-bottom: 5px;
  clear: left;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.image-51 {
  width: auto;
}

.vin_div-2 {
  height: 30px;
  margin-bottom: 5px;
}

.radio-button-label-6 {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.manual_vehicle__upload_modal {
  position: fixed;
  z-index: 30;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.select-field-23 {
  margin-bottom: 0px;
  border-radius: 5px;
  background-color: #f5f5f5;
}

.upload_div_landing-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 300px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px 15px 20px;
  float: left;
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #1d2d4e;
  text-align: center;
}

.textarea-4 {
  border-radius: 5px;
}

.drop_down_step_2 {
  margin-bottom: 10px;
}

.text-field-25 {
  margin-bottom: 0px;
  border-radius: 5px;
}

.columns-17 {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.form-9 {
  display: inline-block;
  border-radius: 5px;
  background-color: #f5f5f5;
}

.checkbox-field-5 {
  height: 30px;
  float: none;
  clear: left;
  font-size: 13px;
}

.link-26 {
  color: #f00210;
  text-decoration: none;
}

.radio-button-field-4 {
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 10px 10px 10px 30px;
  float: left;
  border-radius: 5px;
  background-color: transparent;
}

.drop_down_step_1 {
  margin-bottom: 10px;
}

.checkbox-label-8 {
  float: none;
  clear: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.checkbox-label-9 {
  float: none;
  clear: none;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}

.form-block-6 {
  margin-bottom: 0px;
}

.images_preview_wrap-2 {
  width: 70%;
  float: left;
}

.buttons-4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #333;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.buttons-4:hover {
  box-shadow: none;
}

.buttons-4.reg_next {
  float: right;
  background-color: #f00210;
  box-shadow: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}

.buttons-4.reg_next:hover {
  background-color: #383838;
}

.buttons-4.reg_next.back {
  margin-left: 0px;
  float: left;
  background-color: #f00210;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}

.buttons-4.reg_next.back:hover {
  background-color: #383838;
}

.buttons-4.sigup_login {
  margin-left: 0px;
  float: left;
  clear: left;
  background-color: #7f439f;
  box-shadow: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.buttons-4.sigup_login:hover {
  background-color: #383838;
}

.login_signup {
  float: left;
  clear: left;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: #f00210;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  background-clip: padding-box;
}

.login_signup:hover {
  border-color: #f00210;
}

.data_span {
  text-transform: capitalize;
}

.column-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.favourites_heading {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: none;
}

.banner_ad-9 {
  display: none;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.like_div {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.buttons-5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #23b998;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.buttons-5:hover {
  box-shadow: none;
}

.buttons-5.next-copy {
  margin-left: 10px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.buttons-5.sign_up {
  margin-bottom: 0px;
  margin-left: 0px;
  float: left;
  clear: left;
  border-radius: 17px;
  background-color: #23b998;
  box-shadow: none;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 400;
}

.buttons-5.sign_up:hover {
  background-color: #383838;
}

.column-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
}

.column-72 {
  height: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  background-image: url('../images/DSC_0395.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-gradient {
  position: relative;
  max-width: 600px;
  color: #fff;
  text-transform: uppercase;
}

.heading-gradient.smaller_dark {
  color: #0a2540;
  font-size: 48px;
  text-transform: uppercase;
}

.heading-gradient.smaller_dark.another_heading {
  position: static;
  display: block;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0a2540;
  text-align: center;
}

.buttons-copy {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #23b998;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.buttons-copy:hover {
  box-shadow: none;
}

.text-block-copy {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.text-block-copy.bold {
  margin-top: 10px;
  font-weight: 700;
}

.banner_ad-10 {
  display: none;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.button-17 {
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.banner_text_wrapper-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.banner_text_wrapper-2.form_wrapper {
  width: 70%;
  padding: 30px;
}

.columns-18 {
  height: 120px;
  max-width: none;
  margin-bottom: 10px;
}

.lottie-animation-3 {
  display: none;
  width: 150px;
}

.no_likes_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #000;
  border-radius: 10px;
  background-color: #f3f3f3;
}

.image-53 {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  height: auto;
  margin-bottom: 40px;
  padding-bottom: 0px;
  border-radius: 0px;
  background-color: #fff;
  cursor: pointer;
}

.no_likes_div-parent {
  display: none;
  height: auto;
  max-width: 800px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #f3f3f3;
}

.banner_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #1e1e1e;
}

.banner_block.body_block_sell {
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  padding-top: 30px;
  float: none;
  clear: none;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: left;
}

.info_display {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  padding: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
}

.info_display.like_info {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.left_ad-4 {
  position: -webkit-sticky;
  position: sticky;
  top: -2px;
  width: 12%;
  margin-left: 0%;
  padding-top: 0px;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
  clear: left;
  text-align: right;
}

.left_ad-4.right_ad {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  width: 12%;
  margin-right: 0%;
  margin-left: 0px;
  padding-right: 2%;
  padding-left: 2%;
  float: right;
  clear: none;
}

.section-3 {
  margin-top: 20px;
  padding-top: 0px;
}

.back {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #23b998;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.back:hover {
  box-shadow: none;
}

.back.next-copy {
  margin-left: 10px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.log_out {
  display: none;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #fff;
  border-left: 1px none #fff;
  background-color: #fff;
  -webkit-transition: all 400ms cubic-bezier(.165, .84, .44, 1);
  transition: all 400ms cubic-bezier(.165, .84, .44, 1);
  font-family: Roboto, sans-serif;
  color: #1d2d4e;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.log_out:hover {
  border-bottom-color: #e42d37;
  border-left-style: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #1d2d4e;
}

.log_out.w--current {
  height: auto;
  border-bottom-color: #e42d37;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  color: #1d2d4e;
}

.log_out.w--current:hover {
  background-color: #fff;
  box-shadow: none;
}

.signup_login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #fff;
  border-left: 1px none #fff;
  background-color: #fff;
  -webkit-transition: all 400ms cubic-bezier(.165, .84, .44, 1);
  transition: all 400ms cubic-bezier(.165, .84, .44, 1);
  font-family: Roboto, sans-serif;
  color: #1d2d4e;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.signup_login:hover {
  border-bottom-color: #e42d37;
  border-left-style: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #1d2d4e;
}

.signup_login.w--current {
  height: auto;
  border-bottom-color: #e42d37;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  color: #1d2d4e;
}

.signup_login.w--current:hover {
  background-color: #fff;
  box-shadow: none;
}

.like_icon {
  position: absolute;
  left: auto;
  top: 230px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: auto;
  padding-top: 5px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 275ms ease;
  transition: all 275ms ease;
  cursor: pointer;
}

.like_icon:hover {
  padding-top: 10px;
  padding-bottom: 5px;
  opacity: 0.63;
}

.like_icon:active {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.image-61 {
  width: 20px;
  height: 20px;
}

.like_text {
  margin-bottom: 5px;
  color: #111;
  font-size: 9px;
  line-height: 12px;
}

.car_liked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 0px;
  border-color: silver;
  border-radius: 0px;
  background-color: transparent;
}

.image-62 {
  height: 140px;
}

.image-58 {
  height: 25px;
  margin: 5px 10px;
  padding-top: 0px;
  padding-right: 0px;
  border-radius: 0px;
}

.text-field-26 {
  border-style: solid;
  border-width: 1px;
  border-color: #1f649b;
  border-radius: 3px;
}

.text-block-26 {
  display: inline-block;
  margin-bottom: 10px;
  float: left;
  clear: left;
}

.image-56 {
  width: auto;
  height: 30px;
}

.sign_up_heading {
  margin-top: 20px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}

.sign_up_div-copy {
  position: relative;
  width: 500px;
  height: auto;
  max-width: 600px;
  margin: 10px auto 0px;
  padding: 20px;
  border-radius: 15px;
  background-color: #f6f9fc;
  box-shadow: 2px 6px 9px 0 #000;
}

.link-27 {
  color: #f00210;
  text-decoration: none;
}

.login {
  position: relative;
  display: none;
  width: 500px;
  height: auto;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 20px;
  border-radius: 15px;
  background-color: #f6f9fc;
  box-shadow: 2px 6px 9px 0 #000;
}

.field-label-31 {
  color: #000;
}

.image-57 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: auto;
  height: 12px;
  margin-top: 14px;
  margin-right: 10px;
  padding-right: 0px;
}

.text-block-25 {
  margin-left: 20px;
  color: #fff;
}

.link-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 38px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #3662ad;
  background-color: #3662ad;
  color: #333;
  text-decoration: none;
}

.close_div_5 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  width: 50px;
  float: none;
  border-radius: 0px 15px 0px 0px;
  background-color: #1f649b;
}

.text_field_div {
  position: relative;
}

.text-field-27 {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #1f649b;
  border-radius: 3px;
}

.error_text {
  display: none;
  padding: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(240, 2, 16, 0.18);
  background-color: rgba(240, 2, 16, 0.18);
  opacity: 0.7;
  color: #f00210;
}

.sign_up-log_in {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 904;
  display: none;
  overflow: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(29, 45, 78, 0.75);
}

.login_signup2 {
  position: relative;
  display: block;
  width: 500px;
  height: auto;
  max-width: 600px;
  margin: 10px auto 0px;
  padding: 20px;
  border-radius: 15px;
  background-color: #f6f9fc;
  box-shadow: 2px 6px 9px 0 #000;
}

.back_btn {
  margin-right: 20px;
  float: left;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #333;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.back_btn:hover {
  box-shadow: none;
}

.back_btn.next {
  margin-left: 10px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.next_btn {
  margin-right: 20px;
  float: left;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #333;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.next_btn:hover {
  box-shadow: none;
}

.next_btn.next {
  margin-left: 10px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-65 {
  height: 25px;
  margin: 5px 10px;
  padding-top: 0px;
  padding-right: 0px;
  border-radius: 0px;
}

.enter_email_modal {
  position: relative;
  display: none;
  width: 500px;
  height: auto;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 20px;
  border-radius: 15px;
  background-color: #f6f9fc;
  box-shadow: 2px 6px 9px 0 #000;
}

.error_text-2 {
  display: none;
  margin-bottom: 5px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #bc0000;
  background-color: rgba(188, 0, 0, 0.18);
  opacity: 0.7;
  color: #bc0000;
}

.login_text {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #f00210;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.text-field-29 {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #1f649b;
  border-radius: 3px;
}

.steps {
  display: inline-block;
  opacity: 0.75;
}

.sign_up_heading-2 {
  margin-top: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}

.forgot_password_code_modal {
  position: relative;
  display: none;
  width: 500px;
  height: auto;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 20px;
  border-radius: 15px;
  background-color: #f6f9fc;
  box-shadow: 2px 6px 9px 0 #000;
}

.text-field-28 {
  border-style: solid;
  border-width: 1px;
  border-color: #1f649b;
  border-radius: 3px;
}

.image-66 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  width: auto;
  height: 13px;
  margin-top: 14px;
  margin-right: 10px;
  padding-right: 0px;
}

.new_password_modal {
  position: relative;
  display: none;
  width: 500px;
  height: auto;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 20px;
  border-radius: 15px;
  background-color: #f6f9fc;
  box-shadow: 2px 6px 9px 0 #000;
}

.closed {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  width: auto;
  height: 13px;
  margin-top: 14px;
  margin-right: 10px;
  padding-right: 0px;
}

.driven_by-2 {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #07324e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 50, 78, 0.93)), to(rgba(7, 50, 78, 0.93))), url('../images/building_background.jpg');
  background-image: linear-gradient(180deg, rgba(7, 50, 78, 0.93), rgba(7, 50, 78, 0.93)), url('../images/building_background.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.driven_by_div-2 {
  display: inline-block;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 90%, 0.8);
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.driven_by_div-2:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.footer_text {
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

.footer_text:hover {
  color: #f8f8f8;
}

.image-63 {
  height: 50px;
  margin-right: 0px;
  margin-left: 20px;
}

.image-54 {
  width: auto;
  height: 130px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  border-radius: 5px;
  -webkit-transition: all 50ms ease;
  transition: all 50ms ease;
}

.image-54:hover {
  border-style: solid;
  border-width: 5px;
  border-color: #7f439f;
}

.image-54:active {
  border-style: solid;
  border-width: 5px;
  border-color: #7f439f;
}

.image-54:focus {
  border-style: solid;
  border-width: 5px;
  border-color: #7f439f;
}

.image-54.plate_remove_image {
  height: 100px;
}

.image-54.plate_remove_image:hover {
  border-color: #048ea5;
}

.image-67 {
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.navigation_section {
  width: 20%;
  padding: 20px;
  float: right;
  border-style: solid;
  border-width: 2px;
  border-color: #1d2d4e;
  border-radius: 5px;
  background-color: rgba(122, 122, 122, 0.03);
}

.button-18 {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: auto;
  margin: 0px 20px 20px 0px;
  padding-right: 40px;
  padding-left: 40px;
  float: left;
  border-radius: 5px;
  background-color: #0e353b;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
}

.number_plate_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #1f649b;
  border-radius: 5px;
  background-color: #fff;
}

.number_plate_icon.bg_remove {
  display: none;
}

.text-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #0a2540;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.confirm_div {
  display: inline-block;
  width: 400px;
  margin-top: 10px;
  padding-left: 0px;
  float: left;
  clear: left;
}

.confirm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 45px;
  margin-right: 5px;
  float: left;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #1d2d4e;
  border-radius: 7px;
}

.main_image_div {
  margin-top: 20px;
}

.image-55 {
  height: 20px;
  margin-left: 10px;
}

.main_image_pop_up-2 {
  position: fixed;
  z-index: 37;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.button-15-copy {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: auto;
  margin: 0px 0px 20px;
  padding-right: 40px;
  padding-left: 40px;
  float: right;
  border-radius: 5px;
  background-color: #0e353b;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
}

.images_holder-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px 10px 10px 0px;
  border-radius: 5px;
  background-color: #f8f8f8;
}

.cancel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 45px;
  margin-left: 5px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #1d2d4e;
  border-radius: 5px;
}

.main_image_wrapper-2 {
  display: block;
  padding: 15px 30px 30px;
}

.image_holder-2 {
  position: relative;
  display: block;
  width: 500px;
  height: auto;
  max-width: 100%;
  min-height: auto;
  float: left;
  border-radius: 9px;
  background-image: url('../images/select-image-01.png');
  background-position: 0px 0px;
  background-size: cover;
}

.reg_plate_text {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 15px;
  font-weight: 600;
  text-align: center;
}

.reg_plate_text.heading_text_1 {
  font-family: Exo, sans-serif;
  font-size: 14px;
  text-align: left;
}

.bold-text-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: none;
}

.book_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: auto;
  margin-bottom: 0px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #1d2d4e;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  box-shadow: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #141414;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.book_button:hover {
  border-color: #1f649b;
  background-color: #1d2d4e;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.text-block-29 {
  font-family: Montserrat, sans-serif;
}

.filter_label-copy {
  margin-right: 10px;
  margin-left: 0px;
  padding-left: 10px;
  float: left;
  clear: left;
  font-family: 'PT Sans', sans-serif;
  color: #333;
}

.filter_listings {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
}

.text-block-32 {
  font-family: Roboto, sans-serif;
}

.form-6-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 6px 0 #000;
}

.filter_label {
  margin-right: 10px;
  float: left;
  clear: left;
  font-family: 'PT Sans', sans-serif;
  color: #333;
  font-weight: 600;
}

.tab-link-tab-2-4 {
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #ddd;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #1d2d4e;
  color: #fff;
}

.tab-link-tab-2-4:hover {
  background-color: #f00210;
}

.tab-link-tab-2-4.w--current {
  border-color: #f00210;
  background-color: #f00210;
  color: #fff;
}

.search_div {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ascending_descending_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-3 {
  margin-right: 10px;
}

.results {
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  background-color: #1d2d4e;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.select-field-24 {
  display: none;
  border-radius: 9px;
  font-family: 'Open Sans', sans-serif;
}

.tab-link-tab-3 {
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #ddd;
  background-color: #1d2d4e;
  color: #fff;
}

.tab-link-tab-3:hover {
  background-color: #f00210;
}

.tab-link-tab-3.w--current {
  border-color: #f00210;
  background-color: #f00210;
  color: #fff;
}

.tabs-menu-3 {
  border-style: solid;
  border-width: 0px;
  border-color: #b1b1b1;
}

.tabs-menu-2 {
  border-style: solid;
  border-width: 0px;
  border-color: #009499;
}

.tab-link-tab-4 {
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #ddd;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #1d2d4e;
  color: #fff;
}

.tab-link-tab-4:hover {
  background-color: #f00210;
}

.tab-link-tab-4.w--current {
  border-color: #f00210;
  background-color: #f00210;
  color: #fff;
}

.tab-link-tab-3-2 {
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #ddd;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #1d2d4e;
  color: #fff;
}

.tab-link-tab-3-2:hover {
  background-color: #f00210;
}

.tab-link-tab-3-2.w--current {
  border-color: #f00210;
  background-color: #f00210;
  color: #fff;
}

.text-block-28 {
  display: none;
}

.filter_div-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-field-24-copy {
  display: none;
  border-radius: 9px;
  font-family: 'Open Sans', sans-serif;
}

.form_label {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  color: #1f649b;
  font-size: 13px;
}

.vehicle_make_model_span {
  font-size: 20px;
  line-height: 24px;
}

.sub_details_text {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 13px;
}

.facebook_login {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 5px;
  margin-bottom: 0px;
}

.bold-text-35 {
  font-family: Roboto, sans-serif;
  color: #1f649b;
  font-size: 13px;
}

.link_inner {
  background-color: transparent;
  color: #1f649b;
  font-weight: 700;
  text-decoration: none;
}

.inputs {
  height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #1f649b;
  border-radius: 3px;
  box-shadow: 0 0 8px 0 #feffff;
  color: #333;
  font-size: 12px;
}

.inputs::-webkit-input-placeholder {
  color: #838383;
  font-style: italic;
}

.inputs:-ms-input-placeholder {
  color: #838383;
  font-style: italic;
}

.inputs::-ms-input-placeholder {
  color: #838383;
  font-style: italic;
}

.inputs::placeholder {
  color: #838383;
  font-style: italic;
}

.search_heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 34px;
}

.dark_para {
  float: left;
  clear: left;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 13px;
  text-align: justify;
}

.form-10 {
  position: relative;
  width: auto;
  padding: 0px;
}

.popup_enquire {
  position: relative;
  z-index: 21;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 900px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: none;
  text-align: center;
}

.bold-text-34 {
  font-family: Roboto, sans-serif;
  color: #1f649b;
}

.main_popup_div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  overflow: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(29, 29, 29, 0.8);
  text-align: center;
}

.checkbox-label-10 {
  font-family: Exo, sans-serif;
}

.form-block-13 {
  width: 100%;
  margin-bottom: 0px;
  padding: 40px 30px;
  text-align: left;
}

.popup_book_test_drive {
  position: relative;
  z-index: 21;
  display: none;
  width: auto;
  max-width: 700px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid transparent;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 2px 6px 9px 0 #000;
  text-align: center;
}

.buttons-6 {
  margin-right: 20px;
  float: left;
  clear: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #f00210;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.buttons-6:hover {
  background-color: #333;
  box-shadow: none;
}

.radio_div {
  margin-bottom: 10px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #1f649b;
  border-radius: 10px;
}

.recapture {
  display: none;
  margin-bottom: 10px;
  padding-left: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #1f649b;
  border-radius: 3px;
}

.radio-button-label-7 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.radio-button-label-8 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.form_holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #b51016;
}

.select-field-25 {
  display: none;
  border-radius: 9px;
  font-family: 'Open Sans', sans-serif;
}

.image-68 {
  display: none;
}

.results-2 {
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  background-color: #333;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.select-field-26 {
  border-style: solid;
  border-width: 2px;
  border-color: #b51016;
  border-radius: 5px;
}

.select-field-26.filter_menu {
  background-color: #161616;
  color: #fff;
}

.columns-19 {
  display: none;
}

.filter-listing-mobile {
  display: none;
  width: 97%;
  border-style: solid;
  border-width: 0px;
  border-color: #009499;
  border-radius: 2px;
}

.select-field-24-copy-2 {
  display: none;
  border-radius: 9px;
  font-family: 'Open Sans', sans-serif;
}

.tabs-4 {
  display: none;
}

.tab-link-tab-4-2 {
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #ddd;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #333;
  color: #fff;
}

.tab-link-tab-4-2:hover {
  background-color: #fff;
  color: #333;
}

.tab-link-tab-4-2.w--current {
  background-color: #fff;
  color: #333;
}

.filter_label-copy-2 {
  margin-right: 10px;
  margin-left: 0px;
  padding-left: 10px;
  float: left;
  clear: left;
  color: #fff;
}

.tab-link-tab-2-5 {
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #ddd;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #333;
  color: #fff;
}

.tab-link-tab-2-5:hover {
  background-color: #fff;
  color: #333;
}

.tab-link-tab-2-5.w--current {
  background-color: #fff;
  color: #333;
}

.filter_label-2 {
  margin-right: 10px;
  float: left;
  clear: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
}

.tab-link-tab-3-3 {
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #ddd;
  background-color: #333;
  color: #fff;
}

.tab-link-tab-3-3:hover {
  background-color: #fff;
  color: #333;
}

.tab-link-tab-3-3.w--current {
  background-color: #fff;
  color: #333;
}

.text-block-34 {
  display: none;
}

.error_text4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 16px;
}

.text-block-42 {
  padding-left: 0px;
  border: 1px solid transparent;
  font-family: Exo, sans-serif;
  color: #e00;
}

.back_button {
  margin-right: 20px;
  float: left;
  clear: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #f00210;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.back_button:hover {
  background-color: #333;
  box-shadow: none;
}

.back_button.next {
  margin-left: 10px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.confirm_button {
  position: static;
  margin-right: 0px;
  float: right;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #f00210;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.confirm_button:hover {
  background-color: #333;
  box-shadow: none;
}

.confirm_button.next {
  margin-left: 10px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-28 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #f00210;
  text-decoration: none;
}

.wrapper_listing_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px -20px 15px;
  padding: 12px 10px 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #eeeff0;
  box-shadow: 0 0 7px 0 #858585;
}

.listing_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icons-4 {
  width: 20px;
  height: 20px;
  margin-right: 0px;
  float: left;
  box-shadow: none;
}

.text-block-43 {
  display: inline-block;
  height: auto;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 11px;
  text-align: center;
}

.button_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px -10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.dealerlogo_text-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 5px 10px;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #f00210;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: left;
}

.image-78 {
  display: block;
  height: 35px;
  padding-top: 0px;
  padding-bottom: 5px;
}

.share_div {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 27px;
  margin-right: 0px;
  margin-bottom: 5px;
  padding-left: 0px;
  float: right;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid transparent;
  border-radius: 5px;
}

.link-block-20 {
  width: 24px;
  margin-right: 5px;
  margin-left: 5px;
  border-style: solid;
  border-width: 0px;
  border-color: #c7c7c7;
}

.link-block-20:hover {
  border-style: solid;
  border-width: 0px;
  border-color: #bc0000;
  background-color: transparent;
}

.link-block-20.copy_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: auto;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1px;
  border-color: #1f649b;
  border-radius: 5px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #1f649b;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.link-block-20.copy_link:active {
  border-color: #f00210;
  background-color: #f00210;
  color: #fff;
}

.link-block-20.copy_link:focus {
  border-color: #f00210;
  background-color: #f00210;
  color: #fff;
}

.text-block-44 {
  font-family: Montserrat, sans-serif;
  color: #1f649b;
  text-decoration: none;
}

.text-block-45 {
  color: #1f649b;
}

.text-block-46 {
  font-size: 13px;
}

.select-field-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #1f649b;
  border-radius: 3px;
  background-color: #fff;
  color: #838383;
  font-size: 12px;
}

.city {
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #1f649b;
  border-radius: 3px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #939393;
  font-size: 18px;
  font-weight: 500;
}

.share_btn {
  margin-top: 20px;
  margin-right: 10px;
  padding: 9px 20px;
  float: right;
  border-style: solid;
  border-width: 1.5px;
  border-color: #1f649b;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  color: #1d2d4e;
  font-weight: 700;
  cursor: pointer;
}

.text-block-47 {
  font-family: Montserrat, sans-serif;
  cursor: pointer;
}

.share_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 100%;
  background-color: rgba(29, 45, 78, 0.66);
  opacity: 0;
}

.share_div-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 96%;
  height: auto;
  margin: 0px auto;
  padding: 0px 10px 0px 0px;
  float: right;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 2px;
  background-color: #d1d4db;
  box-shadow: 0 8px 14px 3px #303030;
}

.link_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(310px, 0px);
  -ms-transform: translate(310px, 0px);
  transform: translate(310px, 0px);
}

.link-block-21 {
  width: 24px;
  margin-right: 5px;
  margin-left: 5px;
  border-style: solid;
  border-width: 0px;
  border-color: #c7c7c7;
}

.link-block-21:hover {
  width: 24px;
  border: 0px none transparent;
  background-color: transparent;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link-block-21.copy_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 3px 10px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1px;
  border-color: #f00210;
  border-radius: 5px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #1d2d4e;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-21.copy_link:hover {
  border-style: solid;
}

.link-block-21.copy_link:active {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-color: #f00210;
  border-radius: 5px;
  background-color: #f00210;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.link-block-21.copy_link:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #f00210;
  background-color: #f00210;
  color: #fff;
}

.image-80 {
  height: 18px;
  margin-right: 3px;
}

.share_close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d2d4e;
  cursor: pointer;
}

.image-79 {
  height: 25px;
}

.div-block-27 {
  display: none;
}

.column-75 {
  padding-right: 5px;
  padding-left: 0px;
}

.column-76 {
  padding-right: 0px;
  padding-left: 5px;
}

.column-77 {
  padding-right: 5px;
  padding-left: 0px;
}

.column-78 {
  padding-right: 0px;
  padding-left: 5px;
}

.city_dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #1f649b;
  border-radius: 10px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #939393;
  font-size: 18px;
  font-weight: 700;
}

.city_2 {
  height: auto;
  margin-bottom: 0px;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 5px;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #939393;
  font-size: 14px;
  font-weight: 400;
}

.canvas_div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-height: none;
}

.column-79 {
  padding-left: 0px;
}

.column-80 {
  padding-right: 0px;
}

.select-field-30 {
  height: 60px;
  border: 1px solid #0a2540;
  border-radius: 4px;
  background-color: #fff;
  color: #999;
  font-size: 18px;
  font-weight: 400;
}

.columns-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.back_to_listing {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: -1px 0 3px 0 #0e4b3d;
  font-family: 'PT Sans', sans-serif;
  color: #1d2d4e;
  font-size: 14px;
  font-weight: 700;
}

.back_to_listing:hover {
  box-shadow: 1px 1px 9px 0 rgba(255, 255, 255, 0.35);
}

.image-86 {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.email_link {
  color: #f00210;
  text-decoration: none;
}

.dealership_banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1500px;
  margin: 20px auto 0px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 45, 78, 0.9)), to(#1d2d4e)), url('../images/possessed-photography-yrjLD7sLLx4-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(29, 45, 78, 0.9), #1d2d4e), url('../images/possessed-photography-yrjLD7sLLx4-unsplash.jpg');
  background-position: 0px 0px, 50% 59%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.66);
}

.heading-15 {
  margin-top: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.text-block-48 {
  margin-bottom: 10px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 3px;
  box-shadow: none;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.dealership_logo {
  width: 160px;
  height: 160px;
  background-color: transparent;
}

.car_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.number_link {
  color: #f00210;
  text-decoration: none;
}

.policies_div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Varela Round', sans-serif;
}

.linkedin {
  width: 20px;
  height: 20px;
  margin-right: 0px;
  background-image: url('../images/9.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.linkedin:hover {
  background-image: none;
  background-position: 0px 0px;
  background-size: cover;
}

.compliancy_div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 23px;
  float: none;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 5px;
}

.footer_design {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.footer_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/chris-barbalis-9qlSGW_LgKs-unsplash.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.red_span {
  color: #fff;
}

.footer_bottom_bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #fff;
  background-color: #212122;
}

.main_button_red {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 5px 15px;
  clear: none;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-radius: 5px;
  background-color: #f00210;
  box-shadow: 0 0 5px 0 #07324e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
}

.main_button_red:hover {
  box-shadow: none;
}

.image-48 {
  height: 40px;
  margin-right: 10px;
}

.instagram {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  background-image: url('../images/5.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.instagram:hover {
  background-image: none;
  background-position: 0px 0px;
  background-size: cover;
}

.banner_heading-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  text-transform: uppercase;
}

.comp_image-2 {
  width: auto;
  height: 30px;
}

.footer_subtext {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.footer_subtext.line_right {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.social-medai-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  padding: 11px 20px;
  border-top-right-radius: 5px;
  background-color: #07324e;
  text-align: center;
}

.social-medai-div.social_home {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-top: 1px solid transparent;
  background-color: #212122;
}

.footer_logo_div {
  position: absolute;
  left: 70px;
  top: auto;
  right: auto;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.body_para-3 {
  position: static;
  display: block;
  padding-right: 0px;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}

.body_para-3.body_para_whether {
  width: 100%;
  clear: none;
  text-align: left;
}

.body_para-3.body_para_whether.para_footer {
  margin-left: 0px;
  padding-top: 0px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.body_para-3.body_para_whether.para_footer.policies {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 10px;
  float: left;
  clear: left;
  border-right: 2px none #fff;
  font-weight: 700;
}

.body_para-3.body_para_whether.para_footer.terms {
  display: block;
  width: auto;
  margin-top: 10px;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  float: left;
  clear: left;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 2px none #fff;
  font-weight: 400;
}

.white_links-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.white_links-3.policies {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #cacaca;
  font-size: 9px;
  line-height: 12px;
  font-weight: 400;
}

.white_links-3.policies:hover {
  color: #fff;
}

.link-29 {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.link-29.policies {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
}

.secure_data-2 {
  position: static;
  left: 42%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
  border-top: 2px solid #07324e;
  border-right: 2px solid #000;
  border-left: 2px solid #07324e;
  background-color: #fff;
}

.footer_left {
  display: block;
  width: 30%;
  padding: 40px;
  border-right: 2px none #0a2540;
  border-left: 2px solid #fff;
  background-color: #353638;
}

.facebook {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-left: 0px;
  background-image: url('../images/3.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.facebook:hover {
  background-image: none;
  background-position: 0px 0px;
  background-size: cover;
}

.input_fields_normal {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  padding: 3px 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #cbcecf;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
  color: #07324e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.input_fields_normal:active {
  background-color: #fff;
}

.input_fields_normal:focus {
  border-color: #07324e;
  background-color: #fff;
}

.input_fields_normal::-webkit-input-placeholder {
  color: #07324e;
}

.input_fields_normal:-ms-input-placeholder {
  color: #07324e;
}

.input_fields_normal::-ms-input-placeholder {
  color: #07324e;
}

.input_fields_normal::placeholder {
  color: #07324e;
}

.input_fields_normal.footer {
  position: static;
  border-top-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.28);
  color: #fff;
}

.input_fields_normal.footer:focus {
  border-color: #222;
}

.field-label-42 {
  color: #fff;
  font-weight: 500;
}

.image-87 {
  height: 40px;
}

.page_compliancy_images-2 {
  margin-right: 10px;
  padding: 5px;
  background-color: #fff;
}

.footer_div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_right {
  position: relative;
  display: block;
  width: 70%;
  padding: 40px 70px;
  background-color: #353638;
}

.successful_div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.successful {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 7px;
  background-color: #1f649b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 23, 31, 0.8)), to(rgba(8, 23, 31, 0.8))), url('../images/front-light-closeup.jpg');
  background-image: linear-gradient(180deg, rgba(8, 23, 31, 0.8), rgba(8, 23, 31, 0.8)), url('../images/front-light-closeup.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: 1px 1px 5px 0 #000;
}

.heading-14 {
  margin-bottom: 20px;
  border-bottom: 3px solid #fff;
  font-family: Exo, sans-serif;
  color: #fff;
}

.text-block-49 {
  font-family: Exo, sans-serif;
  color: #fff;
}

.okay_btn {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  background-color: #f00210;
}

@media screen and (min-width: 1280px) {
  .contact_section {
    width: auto;
  }

  .body_wrapper-2.listings_body.new_wrapper {
    padding-left: 0px;
  }

  .drap {
    opacity: 0;
  }

  .buttons.reg_next.load_images_btn {
    bottom: -40px;
  }

  .submit-button-14.v4-navlink {
    margin-top: 9px;
  }

  .listing_div-2 {
    width: 32%;
    min-width: 0px;
    margin-right: 0.66%;
    margin-left: 0.66%;
  }

  .facebook_share {
    display: block;
    margin-bottom: 10px;
    float: left;
    clear: left;
  }

  .deatail_wrapper {
    padding-top: 15px;
  }

  .enquiry_pop_up {
    display: none;
  }

  .nextup-2 {
    margin-bottom: 20px;
  }

  .image-46 {
    max-height: none;
  }

  .heading-5.project-title.darktitle {
    height: 13%;
  }

  .like_div {
    max-width: 1280px;
  }

  .info_display {
    display: block;
  }

  .search_div {
    position: static;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .icons-4 {
    width: 20px;
    height: 20px;
  }

  .text-block-43 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 10px;
    text-align: center;
  }

  .button_holder {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 14px;
  }

  .input_fields_normal {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

@media screen and (min-width: 1440px) {
  .subheading_body.sub-heading_2.form_heading.vehicle_page_heading {
    padding-left: 20px;
  }

  .subheading_body.sub-heading_2.form_heading.vehicle_page_heading.price_tag {
    padding: 20px;
  }

  .subheading_body.sub-heading_2.form_heading.vehicle_page_heading-copy {
    padding-left: 20px;
  }

  .subheading_body.sub-heading_2.form_heading.vehicle_page_heading-copy.price_tag {
    padding: 20px;
  }

  .subheading_body.sub-heading_2.form_heading.pop_up {
    text-transform: capitalize;
  }

  .footer_div {
    padding-right: 0px;
  }

  .left_ad-2 {
    width: 10%;
  }

  .left_ad-2.right_ad {
    width: 10%;
  }

  .header_sub_heading.main_heading.feature_veh_heading {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Roboto, sans-serif;
  }

  .loading_section {
    display: none;
  }

  .slider_itrm_div {
    height: 285px;
  }

  .body_wrapper-2.listings_body.new_wrapper {
    width: 75%;
  }

  .column-35 {
    background-position: 50% 50%;
  }

  .dealer_text_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .dealerlogo_text {
    position: static;
    display: inline;
    font-family: Oswald, sans-serif;
    text-align: left;
  }

  .dealer_logo-3 {
    position: static;
    width: 90px;
    float: right;
    clear: both;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .dealer_text_logo-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .submit-button-14.v4-navlink {
    margin-top: 3px;
  }

  .body_block {
    width: 80%;
  }

  .listing_div {
    width: 250px;
    min-width: 250px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .left_div-3 {
    padding-right: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .dealer_text_logo-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .dealerlogo_text-2 {
    position: static;
    display: inline;
    height: 30px;
    float: left;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-family: Oswald, sans-serif;
    text-align: left;
  }

  .left_div-4 {
    width: 80%;
    padding-right: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .dealerlogo_text-3 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    padding-right: 0px;
    float: left;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-family: Oswald, sans-serif;
    text-align: left;
  }

  .listing_div-2 {
    width: 32%;
    min-width: 0px;
    padding: 20px 20px 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .button-15 {
    position: absolute;
  }

  .image-40 {
    display: block;
    max-height: none;
    max-width: 100%;
  }

  .dealer_text_logo-4 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .description_div {
    padding-right: 35px;
    padding-left: 0px;
  }

  .icon-3 {
    margin-right: -20px;
    margin-left: -20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .enquiry_pop_up {
    display: none;
  }

  .div-block-26 {
    max-width: none;
  }

  .image-46 {
    max-height: none;
  }

  .love_div-2 {
    clear: left;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .manual_vehicle__upload_modal {
    overflow: auto;
  }

  .heading-gradient.smaller_dark {
    margin-bottom: 30px;
  }

  .heading-gradient.smaller_dark.another_heading {
    margin-bottom: 20px;
  }

  .main_image_pop_up-2 {
    overflow: auto;
  }

  .bold-text-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    margin-bottom: 0px;
    float: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }

  .filter_label-copy {
    margin-right: 10px;
    float: left;
    clear: left;
    font-family: 'Open Sans', sans-serif;
    color: #333;
  }

  .filter_listings {
    display: block;
    width: 100%;
    padding: 0px;
    clear: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }

  .form-6-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 15px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .filter_label {
    margin-right: 10px;
    float: left;
    clear: left;
    font-family: 'Open Sans', sans-serif;
    color: #333;
  }

  .search_div {
    position: absolute;
  }

  .popup_enquire {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .main_popup_div {
    display: none;
  }

  .popup_book_test_drive {
    display: none;
  }

  .form_holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 15px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #b51016;
  }

  .filter-listing-mobile {
    display: none;
    width: 98%;
    padding: 0px;
    clear: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }

  .filter_label-copy-2 {
    margin-right: 10px;
    float: left;
    clear: left;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
  }

  .filter_label-2 {
    margin-right: 10px;
    float: left;
    clear: left;
    font-family: 'Open Sans', sans-serif;
    color: #fffefe;
  }

  .dealerlogo_text-4 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    padding-right: 10px;
    float: left;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-family: Oswald, sans-serif;
    text-align: left;
  }

  .image-78 {
    display: block;
    max-height: none;
    max-width: 100%;
  }

  .link-block-20 {
    width: 27px;
  }

  .link-block-21 {
    width: 27px;
  }

  .div-block-27 {
    display: none;
  }

  .city_2 {
    height: auto;
    margin-bottom: 0px;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    border-color: #ccc;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .footer_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .secure_data-2 {
    left: 40%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-right: auto;
    margin-left: auto;
  }

  .footer_left {
    border-right-style: none;
  }

  .input_fields_normal {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .footer_right {
    border-left: 2px none #fff;
  }
}

@media screen and (min-width: 1920px) {
  .contact_section {
    max-width: 1000px;
  }

  .body_wrapper-2.listings_body.new_wrapper {
    width: 80%;
  }

  .submit-button-14.v4-navlink {
    margin-top: 3px;
  }

  .left_div-4 {
    min-width: 0px;
  }

  .dealerlogo_text-3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .listing_div-2 {
    width: 24%;
    min-width: 278px;
    margin-right: 0.5%;
    margin-bottom: 20px;
    margin-left: 0.5%;
  }

  .dealer_text_logo-4 {
    margin-bottom: 0px;
  }

  .slider-4 {
    height: 500px;
  }

  .vehicle_details_holder {
    height: 555px;
  }

  .image-46 {
    height: 260px;
    max-height: none;
  }

  .buttons-5.sign_up {
    margin-left: 20px;
  }

  .text-block-copy {
    font-size: 14px;
  }

  .left_ad-4 {
    text-align: left;
  }

  .image-58 {
    margin-top: 10px;
    margin-right: 10px;
  }

  .sign_up-log_in {
    display: none;
  }

  .main_image_pop_up-2 {
    display: none;
  }

  .form-6-copy {
    position: relative;
  }

  .tab-link-tab-2-4 {
    border-style: none;
  }

  .tab-link-tab-3 {
    border-style: none;
  }

  .tab-link-tab-4 {
    border-style: none;
  }

  .tab-link-tab-3-2 {
    border-style: none;
  }

  .form_holder {
    position: relative;
  }

  .tab-link-tab-4-2 {
    border-style: none;
  }

  .tab-link-tab-2-5 {
    border-style: none;
  }

  .tab-link-tab-3-3 {
    border-style: none;
  }

  .share_div {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .link-block-20 {
    width: 34px;
    margin-right: 10px;
  }

  .share_div-2 {
    margin-top: 20px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link_holder {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .link-block-21 {
    width: 34px;
    margin-right: 10px;
  }

  .link-block-21.copy_link {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block-27 {
    display: none;
  }

  .dealership_banner {
    width: 80%;
    max-width: none;
  }

  .car_block {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .banner_heading-2 {
    font-size: 60px;
    line-height: 65px;
  }

  .social-medai-div.social_home {
    position: static;
    padding-right: 70px;
  }

  .footer_logo_div {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 20px;
    padding-right: 70px;
    padding-left: 70px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
  }

  .input_fields_normal {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
  }

  .footer_right {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .nav-burger-bg {
    background-color: rgba(25, 25, 25, 0.6);
  }

  .nav-burger-bg.w--open {
    background-color: #ed912a;
  }

  .nav-menu {
    background-color: #191919;
  }

  .nav-burger {
    color: #fff;
  }

  .hero {
    height: auto;
    min-height: 680px;
  }

  .nav_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav_link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
  }

  .nav_link:hover {
    background-color: hsla(0, 0%, 96.5%, 0.03);
  }

  .nav_section {
    height: 60px;
  }

  .text-block-3 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .link-3 {
    font-size: 12px;
  }

  .body_wrapper {
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .body_wrapper.listings_body {
    width: 100%;
    padding-bottom: 0px;
  }

  .body_wrapper.listings_body {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .body_wrapper.sell_wrapper2 {
    padding-right: 20px;
  }

  .image {
    width: 150px;
  }

  .nav_link_div {
    display: none;
  }

  .body_sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(18%, #1d2d4e), to(hsla(0, 0%, 100%, 0))), none;
    background-image: linear-gradient(90deg, #1d2d4e 18%, hsla(0, 0%, 100%, 0)), none;
    background-position: 0px 0px, 20% 50%;
    background-size: auto, 1500px;
    background-repeat: repeat, no-repeat;
  }

  .body_sec.static_banner {
    height: 250px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.47)), to(#141414)), none;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.47), #141414), none;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .body_sec.static_banner.sell {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .body_sec.static_banner.veh_details {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider {
    display: none;
    height: 100%;
  }

  .slide_1 {
    position: absolute;
    z-index: 1;
  }

  .slide_2 {
    position: static;
    height: 100%;
  }

  .banner_text_div {
    position: static;
    left: 48px;
    top: 50px;
    z-index: 1;
    display: block;
    width: auto;
    max-width: 450px;
    padding: 0px 15px 15px;
  }

  .banner_heading {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 24px;
    line-height: 26px;
  }

  .banner_heading.footer_heading {
    display: block;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 23px;
  }

  .banner_parap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 14px;
  }

  .main_button {
    margin-left: 0px;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .main_button:hover {
    padding-right: 20px;
    padding-left: 20px;
  }

  .main_button.body_button2 {
    display: block;
    margin-left: 0px;
    padding: 7px 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    line-height: 16px;
  }

  .main_button.sell_veh:hover {
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .arrows_banner {
    z-index: 1;
    width: 50px;
    background-color: rgba(0, 0, 0, 0.35);
  }

  .body_section {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column {
    padding-left: 0px;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .columns {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block {
    width: auto;
    height: auto;
    margin-right: 5px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block.center {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block.last {
    margin-top: 20px;
    margin-left: 0px;
  }

  .div-block.first {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .ad_right_section {
    position: -webkit-sticky;
    position: sticky;
    top: 13px;
    width: 20%;
  }

  .ad_right_section.right_sticky {
    top: 20px;
    bottom: 0px;
    display: none;
    width: 20%;
    height: auto;
    padding-bottom: 0px;
  }

  .ad_right_section.right_sticky.veh_right {
    display: block;
    width: 30%;
    margin-top: 0px;
  }

  .ad_right_section.right_sticky.veh_right {
    display: block;
    width: 30%;
    margin-top: 0px;
  }

  .ad_right {
    display: inline-block;
    margin-right: 10px;
  }

  .subheading_body {
    margin-left: 10px;
    font-size: 25px;
    line-height: 26px;
  }

  .subheading_body.sub-heading_2 {
    margin-top: -76px;
    margin-left: 10px;
    padding-left: 0px;
  }

  .subheading_body.sub-heading_2.form_heading {
    margin-top: 0px;
    margin-left: 0px;
    padding: 15px 15px 15px 0px;
    font-size: 23px;
  }

  .subheading_body.sub-heading_2.form_heading.section_header {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .subheading_body.sub-heading_2.form_heading.vehicle_page_heading {
    font-size: 22px;
    line-height: 25px;
  }

  .subheading_body.sub-heading_2.form_heading.vehicle_page_heading.price_tag {
    bottom: 0px;
    font-size: 26px;
  }

  .subheading_body.sub-heading_2.form_heading.vehicle_page_heading-copy {
    font-size: 22px;
    line-height: 25px;
  }

  .subheading_body.sub-heading_2.form_heading.vehicle_page_heading-copy.price_tag {
    font-size: 26px;
  }

  .subheading_body.sub-heading_2.form_heading {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 23px;
  }

  .subheading_body.sub-heading_2.form_heading {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 23px;
    text-align: left;
  }

  .subheading_body.sub-heading_2.form_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 15px 15px 15px 0px;
    font-size: 23px;
  }

  .subheading_body.sub-heading_2.form_heading {
    margin-top: 0px;
    margin-left: 0px;
    padding: 15px 15px 15px 0px;
    font-size: 23px;
  }

  .subheading_body.sub-heading_2.form_heading {
    margin-top: 0px;
    margin-left: 0px;
    padding: 15px 15px 15px 0px;
    font-size: 23px;
  }

  .subheading_body.sub-heading_2.form_heading {
    margin-top: 0px;
    margin-left: 0px;
    padding: 15px 15px 15px 0px;
    font-size: 23px;
  }

  .subheading_body.sell_heading {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 23px;
  }

  .subheading_body.sell_heading.val_sub_heading {
    margin-top: 35px;
  }

  .body_para {
    margin-left: 0px;
    font-size: 15px;
  }

  .body_para.body_para_whether {
    width: auto;
  }

  .body_para.body_para_whether.para_footer {
    margin-left: 0px;
    padding-top: 10px;
    line-height: 18px;
  }

  .body_para.body_para_whether.para_footer.para_sub_footer {
    margin-left: 0px;
    font-size: 14px;
    line-height: 18px;
  }

  .body_para.body_para_whether.para_footer.sitemap {
    width: 100%;
    padding-top: 5px;
    float: left;
  }

  .body_para.body_para_whether.para_footer.terms {
    padding-top: 10px;
  }

  .body_para.body_para_whether.para_footer.policies {
    padding-top: 10px;
  }

  .text-block-4 {
    font-size: 15px;
  }

  .columns-2 {
    width: 100%;
    height: auto;
  }

  .footer {
    position: static;
    display: block;
    margin-top: 0px;
    padding: 10px 20px 20px;
  }

  .image-5 {
    position: static;
    width: 23px;
  }

  .contact_form {
    margin-left: 72px;
  }

  .contact_details.sitemap {
    padding-left: 20px;
    float: right;
  }

  .play_store {
    width: 100px;
  }

  .play_store.apple {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .field_contact {
    width: 100%;
  }

  .yellow_car_2 {
    left: 650px;
    top: 2668px;
    width: 300px;
    margin-top: -93px;
    margin-left: -201px;
  }

  .affiliates {
    position: static;
    left: -85px;
    display: block;
    width: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .affiliates_logos {
    position: static;
    left: 16%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 80px;
    margin-left: 10px;
  }

  .form {
    margin-left: -53px;
  }

  .column-4 {
    display: block;
    height: 100%;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .yellow_carr {
    position: static;
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .bold-text {
    font-size: 23px;
  }

  .text-field-5 {
    width: 100%;
  }

  .sell_car_tab {
    width: auto;
    margin-bottom: 10px;
    margin-left: 0px;
    border-radius: 5px;
  }

  .sell_car_tab.w--current {
    width: auto;
  }

  .tab-link-tab-2 {
    width: auto;
    margin-left: 9px;
    border-radius: 5px;
  }

  .tab-link-tab-2.w--current {
    width: auto;
    margin-left: 9px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .field-label {
    font-size: 12px;
  }

  .submit-button-2 {
    margin-top: 20px;
  }

  .heading_sell {
    font-size: 40px;
  }

  .field-label-3 {
    font-size: 12px;
  }

  .field-label-4 {
    font-size: 12px;
  }

  .field-label-5 {
    font-size: 12px;
  }

  .field-label-6 {
    font-size: 12px;
  }

  .bold-text-2 {
    font-size: 12px;
  }

  .field-label-7 {
    font-size: 12px;
  }

  .field-label-8 {
    font-size: 12px;
  }

  .field-label-9 {
    font-size: 12px;
  }

  .field-label-10 {
    font-size: 12px;
  }

  .field-label-11 {
    font-size: 12px;
  }

  .field-label-12 {
    font-size: 12px;
  }

  .field-label-13 {
    font-size: 12px;
  }

  .field-label-14 {
    font-size: 12px;
  }

  .field-label-15 {
    font-size: 12px;
  }

  .field-label-16 {
    font-size: 12px;
  }

  .field-label-17 {
    font-size: 12px;
  }

  .field-label-18 {
    font-size: 12px;
  }

  .field-label-19 {
    font-size: 12px;
  }

  .field-label-20 {
    font-size: 12px;
  }

  .field-label-21 {
    font-size: 12px;
  }

  .left_div {
    width: 80%;
    padding-left: 0px;
  }

  .left_div.veh_left {
    width: 70%;
  }

  .left_div.form_details_div {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .left_div.form_details_div {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .left_div.veh_left {
    width: 70%;
  }

  ._2nd_body_section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer_div {
    padding: 10px 0px 0px;
  }

  .map {
    height: 350px;
  }

  .tab-pane-tab-2 {
    padding-top: 10px;
  }

  .slider-2 {
    float: none;
    clear: none;
  }

  .mask {
    overflow: hidden;
  }

  .image-13 {
    display: none;
    height: auto;
  }

  .column-10 {
    padding-left: 0px;
  }

  .column-11 {
    padding-right: 0px;
    padding-left: 10px;
  }

  .column-12 {
    padding-top: 0px;
    padding-left: 0px;
  }

  .column-13 {
    padding-right: 0px;
  }

  .listings_div {
    padding-left: 0px;
  }

  .listing_item {
    height: 180px;
  }

  .listing_info_div {
    display: block;
    padding-top: 10px;
    float: none;
  }

  .listing_heading {
    margin-bottom: 5px;
  }

  .listing_heading.sub_heading {
    font-size: 16px;
    line-height: 18px;
  }

  .listing_heading.sub_heading.veh_sub {
    font-size: 15px;
  }

  .listing_heading.sub_heading.veh_sub {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 13px;
    line-height: 15px;
  }

  .listing_heading.sub_heading.veh_sub {
    font-size: 14px;
    line-height: 17px;
  }

  .listing_heading.contact_side_heading {
    font-size: 20px;
    line-height: 22px;
  }

  .listing_heading.sub_heading {
    font-size: 16px;
    line-height: 18px;
  }

  .listing_heading.contact_side_heading {
    font-size: 20px;
    line-height: 22px;
  }

  .listing_heading.sub_heading_list {
    font-size: 13px;
    line-height: 18px;
  }

  .listing_heading.contact_side_heading {
    font-size: 18px;
    line-height: 20px;
  }

  .price_text {
    font-size: 16px;
    line-height: 20px;
  }

  .icon_div {
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .icons {
    width: 15px;
    height: 15px;
  }

  .text-block-11 {
    font-size: 11px;
    line-height: 14px;
  }

  .dealer_info {
    height: 80px;
  }

  .dealer_logo {
    width: 80px;
  }

  .image-16 {
    width: 100px;
    margin-left: 0px;
    float: none;
  }

  .div-block-11 {
    padding-top: 20px;
    float: left;
  }

  .filter_div {
    width: 20%;
    float: left;
  }

  .white_link {
    margin-right: 5px;
    margin-left: 0px;
    padding-left: 0px;
    cursor: pointer;
  }

  .main_image_veh {
    height: 400px;
  }

  .main_image_veh.smaller_image_div_placeholder {
    width: 80px;
    height: 60px;
  }

  .veh_para {
    font-size: 13px;
  }

  .text-block-12 {
    font-size: 11px;
    line-height: 16px;
  }

  .radio-button-label {
    font-size: 13px;
  }

  .radio-button-label-2 {
    font-size: 13px;
  }

  .menu_sec {
    position: absolute;
    left: auto;
    top: 28px;
    right: 0%;
    bottom: auto;
    z-index: 6;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 8px;
    margin-right: 20px;
    padding: 0px;
    float: right;
    border-radius: 50px;
    background-color: #f00210;
    cursor: pointer;
  }

  .drop_down_links {
    position: absolute;
    z-index: 3;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0%;
    padding: 0px;
    float: none;
    background-color: #fff;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }

  .div-block-14 {
    width: 700px;
    float: right;
    background-color: #fff;
  }

  .link-9 {
    display: block;
    margin-bottom: 5px;
    padding: 10px 10px 10px 20px;
    border-left: 10px solid #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Montserrat, sans-serif;
    color: #1d2d4e;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
  }

  .link-9:hover {
    padding-left: 10px;
    border-bottom: 2px none #000;
    border-left-color: #f00210;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .div-block-15 {
    height: 1450px;
    padding: 20px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .lottie-animation {
    border-radius: 50px;
  }

  .image-23 {
    top: -5px;
  }

  .left_ad {
    display: none;
  }

  .left_ad.right_ad {
    display: none;
  }

  .banner_ad {
    display: block;
    margin-top: -28px;
    padding-bottom: 28px;
    text-align: left;
  }

  .image-24 {
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-25 {
    margin-top: 0px;
  }

  .banner_ad-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0px;
    text-align: left;
  }

  .left_ad-2 {
    display: none;
  }

  .left_ad-2.right_ad {
    display: none;
  }

  .image-26 {
    height: auto;
  }

  .banner_ad-3 {
    display: block;
    margin-left: 15px;
    padding-top: 10px;
  }

  .banner_ad-4 {
    display: block;
    margin-left: 0px;
    padding: 20px 22px 30px 35px;
  }

  .div-block-16 {
    padding-top: 20px;
    float: left;
  }

  .column-27 {
    padding-right: 0px;
    padding-left: 5px;
  }

  .column-28 {
    padding-right: 5px;
    padding-left: 0px;
  }

  .main_button-2 {
    margin-left: 0px;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .main_button-2:hover {
    padding-right: 20px;
    padding-left: 20px;
  }

  .filter_div-2 {
    padding-left: 0px;
  }

  .left_div-2 {
    width: 78%;
    margin-left: 10px;
    padding-left: 0px;
  }

  .columns-4 {
    display: block;
  }

  .icons-2 {
    width: 15px;
    height: 15px;
  }

  .div-block-17 {
    display: none;
  }

  .price_text-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .listings_div-2 {
    padding-left: 0px;
  }

  .banner_ad-5 {
    display: block;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .listing_info_div-2 {
    display: block;
    padding-top: 10px;
    float: none;
  }

  .field-label-22 {
    font-size: 12px;
    text-align: left;
  }

  .main_para_text {
    font-size: 15px;
  }

  .main_para_text.car_sell_para {
    font-size: 16px;
    text-align: center;
  }

  .banner_text_wrapper {
    padding: 21px;
    text-align: center;
  }

  .banner_text_wrapper.form_wrapper {
    width: 100%;
  }

  .tabs-2.page_tabs {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .submit-button-4 {
    margin-top: 20px;
  }

  .sell_section-2 {
    text-align: left;
  }

  .header_sub_heading {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    line-height: 35px;
  }

  .header_sub_heading.main_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header_sub_heading.main_heading.car_sell_heading {
    font-size: 28px;
  }

  .header_sub_heading.main_heading.feature_veh_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    line-height: 30px;
  }

  .submit-button-5 {
    margin-top: 20px;
  }

  .headings_main {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 28px;
  }

  .services_div {
    height: 230px;
    margin-bottom: 60px;
  }

  .services_div.buy {
    height: 200px;
  }

  .services_div.sell {
    height: 200px;
  }

  .services_div.trade {
    height: 200px;
  }

  .columns-5 {
    height: 230px;
  }

  .column-29.left_sell_column {
    left: 90px;
    padding-left: 0px;
  }

  .column-30 {
    padding: 20px 0px 20px 30px;
  }

  .services_heading {
    height: 20%;
    padding-bottom: 10px;
    font-size: 25px;
  }

  .body_text {
    width: auto;
    padding-right: 40px;
    font-size: 14px;
    line-height: 17px;
  }

  .button-6 {
    margin-top: 10px;
    font-size: 12px;
  }

  .image-27 {
    top: -25px;
    width: 300px;
  }

  .image-27.sell_car_image {
    top: 33px;
    width: 320px;
  }

  .image-27.benz {
    top: 26px;
    width: 300px;
  }

  .image-27.kano {
    left: 15px;
    top: 35px;
    width: 310px;
  }

  .about_sec {
    height: auto;
  }

  .about_wrapper {
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .top_banner_header {
    font-size: 50px;
    line-height: 55px;
  }

  .top_banner_header.top_header_sub {
    font-size: 25px;
    line-height: 30px;
  }

  .bold-text-6 {
    font-family: Lato, sans-serif;
    font-size: 15px;
  }

  .slider_div {
    margin-top: 0px;
  }

  .bold-text-10 {
    font-size: 18px;
  }

  .featured_listing_div {
    width: auto;
    height: 400px;
    max-width: 500px;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 10px 10px;
  }

  .slide-3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .slider-3 {
    width: auto;
    margin-top: 20px;
  }

  .slider_itrm_div.extra {
    display: none;
  }

  .columns-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-10 {
    margin-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .form-4 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .contact_section {
    width: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .submit-button-6.enquire_btn {
    font-size: 13px;
  }

  .banner_ad-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-left: 0px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-28 {
    width: 23px;
  }

  .link-block-7 {
    padding-right: 5px;
    border-right: 2px solid #f00210;
    text-decoration: none;
    cursor: pointer;
  }

  .link-block-8 {
    padding-right: 5px;
    border-right: 2px solid #f00210;
    text-decoration: none;
  }

  .link-block-9 {
    margin-left: 0px;
    padding-right: 5px;
    text-decoration: none;
  }

  .link-block-9._082 {
    padding-left: 10px;
  }

  .right_serv {
    margin-left: 40px;
    padding-right: 20px;
  }

  .icon_div-2 {
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .body_wrapper-2 {
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .body_wrapper-2.listings_body {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .body_wrapper-2.listings_body.new_wrapper {
    width: 100%;
    padding-right: 20px;
  }

  .body_wrapper-2.listings_body {
    width: 100%;
    padding-bottom: 0px;
  }

  .body_wrapper-2.listings_body.veh_body {
    width: 100%;
    padding-top: 10px;
    padding-left: 20px;
  }

  .price_text-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .button-11 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-11:hover {
    padding-right: 12px;
    padding-left: 12px;
  }

  .div-block-19 {
    padding-top: 20px;
    float: left;
  }

  .image-32 {
    margin-bottom: 30px;
  }

  .div-block-20 {
    display: none;
  }

  .columns-9 {
    height: 180px;
  }

  .filter_div-3 {
    position: static;
    width: 80%;
    padding-left: 0px;
  }

  .dealer_logo-2 {
    width: 70px;
  }

  .banner {
    height: 250px;
  }

  .submit-button-7 {
    margin-top: 20px;
  }

  .white_link-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .veh_price {
    padding: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 23px;
  }

  .main_image_veh-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main_image_veh-2.smaller_image_div_placeholder {
    width: 80px;
    height: 60px;
  }

  .main_button-3 {
    margin-left: 0px;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .main_button-3:hover {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-22 {
    height: auto;
  }

  .banner_ad-7 {
    display: block;
    margin-left: 15px;
    padding-top: 10px;
  }

  .insert_images_div {
    height: 50px;
  }

  .bold-text-18 {
    top: auto;
    height: 50px;
  }

  .text-field-16 {
    height: 50px;
  }

  .submit-button-9 {
    margin-top: 20px;
  }

  .body_para-2 {
    margin-left: 0px;
    font-size: 15px;
  }

  .banner_ad-8 {
    display: block;
    margin-left: 0px;
  }

  .image-33 {
    margin-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .link-block-10 {
    display: block;
    width: 110px;
  }

  .link-block-11 {
    display: block;
    width: 100px;
    margin-right: 10px;
  }

  .link-block-11.mobile {
    display: none;
  }

  .link-18 {
    display: inline;
  }

  .div-block-23 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 0%;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
  }

  .link-block-12 {
    padding-bottom: 5px;
  }

  .image-34 {
    position: static;
    width: 22px;
  }

  .veh_price_text-2.footer_contact_text {
    padding: 5px 5px 5px 0px;
    font-size: 15px;
  }

  .veh_price_text-2.footer_contact_text {
    padding: 5px 5px 5px 0px;
    font-size: 15px;
  }

  .veh_price_text-2.sponsor_text-copy {
    padding: 5px 5px 5px 0px;
    font-size: 15px;
  }

  .text-field-17 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .bold-text-20 {
    top: 470px;
  }

  .submit-button-11 {
    margin-top: 20px;
  }

  .image-35 {
    position: static;
    width: 22px;
  }

  .banner__header {
    padding-left: 15px;
  }

  .left_ad-3 {
    display: none;
  }

  .left_ad-3.right_ad {
    display: none;
  }

  .image-36 {
    height: auto;
  }

  .comp_image {
    height: 20px;
  }

  .dealerlogo_text {
    font-size: 11px;
    line-height: 14px;
  }

  .dealer_logo-3 {
    width: 70px;
  }

  ._2nd_faded {
    width: 70px;
  }

  ._1st {
    width: 70px;
  }

  .submit-button-13 {
    margin-top: 20px;
  }

  .progress_stage {
    position: absolute;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
  }

  .form-7 {
    text-align: left;
  }

  .field-label-30 {
    font-size: 12px;
  }

  .pop_up_container {
    height: auto;
  }

  .image-38 {
    width: auto;
    height: 250px;
  }

  .images_holder {
    margin-bottom: 40px;
    padding-right: 0px;
    background-color: transparent;
  }

  .image-39 {
    width: auto;
    height: 100px;
  }

  .images_preview_wrap {
    width: 100%;
  }

  .drap {
    width: 250px;
    height: 300px;
  }

  .upload_div_landing {
    width: 250px;
    font-family: Roboto, sans-serif;
  }

  .buttons {
    text-align: center;
  }

  .submit-button-14.v4-navlink {
    position: static;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0px;
    float: left;
    clear: left;
    color: #000;
    text-align: left;
  }

  .submit-button-14.v4-navlink:hover {
    color: #000;
  }

  .submit-button-14.v4-navlink.mm-code-button {
    width: auto;
    margin-right: 15px;
    float: left;
    clear: none;
    color: #fff;
    font-size: 12px;
  }

  .submit-button-14.v4-navlink.mm-code-button.yellow_button.upload_button_red {
    width: auto;
  }

  .submit-button-14.v4-navlink.mm-code-button.yellow_button.upload_button_red {
    width: auto;
  }

  .upoad_images_div_sell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .body_block {
    width: 95%;
    padding: 20px;
  }

  .form_fields {
    color: #999;
  }

  .text-block-20 {
    font-size: 12px;
    line-height: 14px;
  }

  .icon-2 {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .icon_div-3 {
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .columns-12 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .price_text-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .column-48 {
    padding-left: 15px;
  }

  .icons-3 {
    width: 15px;
    height: 15px;
  }

  .listing_div {
    width: 280px;
    margin-right: 15px;
  }

  .column-47 {
    padding-left: 5px;
  }

  .left_div-3 {
    width: 100%;
    max-width: 1300px;
    margin-left: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .button-14 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-14:hover {
    padding-right: 12px;
    padding-left: 12px;
  }

  .dealerlogo_text-2 {
    font-size: 11px;
    line-height: 14px;
  }

  .banner_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(18%, #1d2d4e), to(hsla(0, 0%, 100%, 0))), none;
    background-image: linear-gradient(90deg, #1d2d4e 18%, hsla(0, 0%, 100%, 0)), none;
    background-position: 0px 0px, 20% 50%;
    background-size: auto, 1500px;
    background-repeat: repeat, no-repeat;
  }

  .banner_section.static_banner {
    height: 250px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.47)), to(#141414)), none;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.47), #141414), none;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .banner_section.static_banner.sell {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .banner_section.static_banner.veh_details {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .checkbox-field-2 {
    float: left;
    clear: left;
  }

  .left_div-4 {
    width: 100%;
    max-width: 1300px;
    margin-left: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .dealerlogo_text-3 {
    font-size: 11px;
    line-height: 14px;
  }

  .next_prev_div-2 {
    margin-left: 0px;
  }

  .buttons-2 {
    text-align: center;
  }

  .listing_div-2 {
    width: 32%;
    min-width: 0px;
    margin-right: 0.66%;
    margin-bottom: 10px;
    margin-left: 0.66%;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .button-15 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-15:hover {
    padding-right: 12px;
    padding-left: 12px;
  }

  .columns-13 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .icon_div-4 {
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-block-21 {
    font-size: 10px;
    line-height: 14px;
  }

  .icon-3 {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .price_text-5 {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-label-4 {
    text-align: left;
  }

  .checkbox-field-3 {
    float: left;
    clear: left;
  }

  .car_image_holder {
    width: 100%;
    float: none;
  }

  .car_image_div {
    margin-top: 10px;
  }

  .description_div2 {
    display: inline-block;
  }

  .text-block-22 {
    font-size: 13px;
  }

  .vehicle_details_holder {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 5px;
  }

  .facebook_share {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    float: right;
    clear: none;
  }

  .radio-button-label-5 {
    font-size: 13px;
  }

  .main_button-4 {
    margin-left: 0px;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .main_button-4:hover {
    padding-right: 20px;
    padding-left: 20px;
  }

  .veh_para-2 {
    font-size: 13px;
  }

  .ad_right_section-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 13px;
    width: 20%;
  }

  .ad_right_section-2.right_sticky {
    top: 20px;
    bottom: 0px;
    display: none;
    width: 20%;
    height: auto;
    padding-bottom: 0px;
  }

  .ad_right_section-2.right_sticky.veh_right {
    display: block;
    width: 70%;
    margin-top: 0px;
  }

  .enquiry_pop_up {
    display: none;
    padding-top: 10px;
  }

  .additional_numbers {
    padding-bottom: 5px;
  }

  .blog_date {
    font-size: 15px;
  }

  .blog_div {
    width: 48%;
    margin-bottom: 20px;
    clear: none;
  }

  .blog_div.middle {
    height: auto;
  }

  .nextup-2 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .collection-item {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .blog_heading {
    font-size: 25px;
    line-height: 28px;
  }

  .image-46 {
    max-height: none;
  }

  .blog_para {
    font-size: 15px;
    line-height: 25px;
  }

  .heading-5.project-title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 44px;
  }

  .heading-5.project-title {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-5.project-title.darktitle {
    height: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-5.project-title.darktitle.pop_up_text {
    font-size: 22px;
    line-height: 26px;
  }

  .project-subtitle {
    font-size: 16px;
  }

  .buttons-3 {
    margin-top: 10px;
    text-align: center;
  }

  .checkbox-field-4 {
    float: left;
    clear: left;
  }

  .not_available {
    width: 575px;
  }

  .upload_div_landing-2 {
    width: 250px;
  }

  .checkbox-field-5 {
    float: left;
    clear: left;
  }

  .checkbox-label-8 {
    text-align: left;
  }

  .images_preview_wrap-2 {
    width: 100%;
  }

  .buttons-4 {
    text-align: center;
  }

  .login_signup {
    padding-top: 5px;
    padding-bottom: 5px;
    clear: left;
    font-size: 14px;
    line-height: 16px;
  }

  .banner_ad-9 {
    display: inline-block;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .buttons-5 {
    text-align: center;
  }

  .heading-gradient {
    font-size: 55px;
  }

  .heading-gradient.smaller_dark {
    font-size: 34px;
  }

  .buttons-copy {
    float: left;
    text-align: center;
  }

  .text-block-copy {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .image-52 {
    margin-top: 0px;
    padding-top: 20px;
  }

  .banner_ad-10 {
    position: static;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    float: none;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-17 {
    margin-top: 10px;
  }

  .banner_text_wrapper-2 {
    padding: 21px;
    text-align: center;
  }

  .banner_text_wrapper-2.form_wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .image-53 {
    height: auto;
  }

  .no_likes_div-parent {
    display: none;
  }

  .banner_block {
    height: 350px;
  }

  .banner_block.body_block_sell {
    padding-top: 0px;
  }

  .banner_ad_link-2 {
    display: inline-block;
    width: auto;
    min-width: auto;
    float: none;
  }

  .info_display {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    height: auto;
    text-align: left;
  }

  .left_ad-4 {
    display: none;
  }

  .left_ad-4.right_ad {
    display: none;
  }

  .section-3 {
    padding-top: 0vh;
  }

  .back {
    text-align: center;
  }

  .back_btn {
    text-align: center;
  }

  .next_btn {
    text-align: center;
  }

  .driven_by_div-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }

  .driven_by_div-2:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .image-63 {
    height: 45px;
  }

  .image-54 {
    width: auto;
    height: 100px;
  }

  .text-block-23 {
    line-height: 15px;
  }

  .confirm_div {
    width: 350px;
  }

  .main_image_pop_up-2 {
    z-index: 1000;
    display: block;
  }

  .images_holder-2 {
    margin-bottom: 40px;
    padding-right: 0px;
    background-color: transparent;
  }

  .image_holder-2 {
    width: 350px;
    height: auto;
  }

  .filter_label-copy {
    font-size: 13px;
  }

  .filter_listings {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .form-6-copy {
    padding: 10px 15px;
    background-color: #fff;
  }

  .filter_label {
    font-size: 13px;
  }

  .search_div {
    position: static;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .main_popup_div {
    display: none;
  }

  .buttons-6 {
    text-align: center;
  }

  .recapture {
    border-color: #006272;
  }

  .form_holder {
    padding: 10px 15px;
    background-color: #b51016;
  }

  .select-field-26.filter_menu {
    background-color: #b51016;
  }

  .columns-19 {
    display: none;
  }

  .filter-listing-mobile {
    display: none;
    width: 83%;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .column-73 {
    padding-right: 0px;
    padding-left: 5px;
  }

  .tab-link-tab-4-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-family: Montserrat, sans-serif;
  }

  .filter_label-copy-2 {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
  }

  .column-74 {
    padding-right: 5px;
    padding-left: 0px;
  }

  .tab-link-tab-2-5 {
    padding-right: 10px;
    padding-left: 10px;
    font-family: Montserrat, sans-serif;
  }

  .filter_label-2 {
    font-size: 13px;
  }

  .tab-link-tab-3-3 {
    font-family: Montserrat, sans-serif;
  }

  .price-and-sortby-copy {
    display: none;
  }

  .text-block-34 {
    display: none;
  }

  .error_text4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .back_button {
    text-align: center;
  }

  .confirm_button {
    text-align: center;
  }

  .icons-4 {
    width: 15px;
    height: 15px;
  }

  .text-block-43 {
    height: auto;
    font-size: 10px;
    line-height: 14px;
  }

  .dealerlogo_text-4 {
    font-size: 11px;
    line-height: 14px;
  }

  .share_div {
    padding-left: 0px;
  }

  .link-block-20 {
    width: 27px;
    margin-right: 10px;
  }

  .link-block-20.copy_link {
    font-size: 13px;
  }

  .share_div-2 {
    padding-left: 0px;
  }

  .link-block-21 {
    width: 25px;
    margin-right: 10px;
  }

  .link-block-21.copy_link {
    font-size: 13px;
  }

  .div-block-27 {
    display: none;
  }

  .city_2 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .column-79 {
    padding-left: 0px;
  }

  .column-80 {
    padding-right: 0px;
  }

  .select-field-30 {
    height: 40px;
    font-size: 16px;
  }

  .email_link {
    display: inline-block;
  }

  .text-block-48 {
    font-size: 12px;
    line-height: 16px;
  }

  .dealership_logo {
    width: 150px;
    height: 150px;
  }

  .policies_div-2 {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_bottom_bar {
    padding: 10px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main_button_red {
    font-size: 12px;
  }

  .banner_heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .comp_image-2 {
    height: 20px;
  }

  .footer_subtext.line_right {
    font-size: 14px;
  }

  .footer_logo_div {
    left: 50px;
  }

  .body_para-3 {
    margin-left: 0px;
    font-size: 15px;
  }

  .body_para-3.body_para_whether {
    width: auto;
  }

  .body_para-3.body_para_whether.para_footer {
    margin-left: 0px;
    padding-top: 10px;
    line-height: 18px;
  }

  .body_para-3.body_para_whether.para_footer.policies {
    padding-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .body_para-3.body_para_whether.para_footer.terms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
  }

  .footer_left {
    width: 40%;
  }

  .field-label-42 {
    font-size: 13px;
    line-height: 18px;
  }

  .image-87 {
    height: 40px;
  }

  .footer_right {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .c-white.mb-0 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-xl {
    font-size: 38px;
    line-height: 42px;
  }

  .heading-xl.c-white.mt-10 {
    font-size: 30px;
    line-height: 34px;
  }

  .nav_section {
    height: 50px;
  }

  .text-block-3 {
    padding-top: 0px;
    padding-bottom: 2px;
  }

  .link-3 {
    font-size: 10px;
    line-height: 12px;
  }

  .body_wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .body_wrapper.listings_body.veh_body {
    padding-top: 5px;
  }

  .body_wrapper.listings_body {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .body_wrapper.sell_wrapper2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav_link_div {
    display: none;
    height: 50px;
  }

  .link-4 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .body_sec {
    height: 200px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 0px 0px, 30% 50%;
  }

  .body_sec.static_banner {
    height: 160px;
  }

  .slide_1 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .banner_text_div {
    left: 36px;
    top: 10px;
    width: 500px;
    padding: 0px 5px 5px;
  }

  .banner_heading {
    font-size: 18px;
    line-height: 20px;
  }

  .banner_heading.footer_heading {
    display: block;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 20px;
  }

  .main_button {
    position: static;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 13px;
    line-height: 15px;
  }

  .main_button:hover {
    margin-top: 0px;
  }

  .main_button.body_button2 {
    margin-top: 0px;
    float: left;
    font-size: 13px;
    line-height: 15px;
  }

  .main_button.sell_veh {
    margin-left: 20px;
  }

  .main_button.next_prev:hover {
    padding-right: 10px;
    padding-left: 10px;
  }

  .slide-nav {
    display: none;
  }

  .body_section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block.center {
    margin: 0px 5px 15px 10px;
    padding: 15px 15px 5px;
  }

  .div-block.last {
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 10px;
    padding: 15px 15px 5px;
  }

  .div-block.first {
    margin: 15px 5px 15px 10px;
    padding: 15px 15px 5px;
  }

  .ad_right_section {
    width: 15%;
  }

  .ad_right_section.right_sticky {
    display: none;
  }

  .ad_right_section.right_sticky.veh_right {
    margin-top: 0px;
  }

  .ad_right_section.right_sticky.veh_right {
    width: 35%;
    margin-top: 0px;
  }

  .ad_right {
    width: 200px;
    margin-right: 0px;
  }

  .subheading_body {
    font-size: 23px;
  }

  .subheading_body.sub-heading_2 {
    font-size: 23px;
  }

  .subheading_body.sub-heading_2.form_heading {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .subheading_body.sub-heading_2.form_heading.section_header {
    margin-top: 10px;
  }

  .subheading_body.sub-heading_2.form_heading.vehicle_page_heading {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .subheading_body.sub-heading_2.form_heading.vehicle_page_heading.price_tag {
    font-size: 23px;
  }

  .subheading_body.sub-heading_2.form_heading.vehicle_page_heading-copy {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .subheading_body.sub-heading_2.form_heading.vehicle_page_heading-copy.price_tag {
    font-size: 23px;
  }

  .subheading_body.sub-heading_2.form_heading {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .subheading_body.sub-heading_2.form_heading {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 20px;
  }

  .subheading_body.sub-heading_2.form_heading {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 20px;
    text-align: left;
  }

  .subheading_body.sub-heading_2.form_heading {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
    float: none;
    font-size: 20px;
    text-align: left;
  }

  .subheading_body.sub-heading_2.form_heading.pop_up {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .subheading_body.sub-heading_2.form_heading {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
    float: none;
    font-size: 20px;
    text-align: left;
  }

  .subheading_body.sub-heading_2.form_heading.pop_up {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-color: #7f439f;
  }

  .subheading_body.sub-heading_2.form_heading.pop_up {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-color: #1d2d4e;
  }

  .subheading_body.sub-heading_2.form_heading {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 20px;
    text-align: left;
  }

  .subheading_body.sell_heading {
    font-size: 20px;
  }

  .body_para {
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 18px;
  }

  .body_para.body_para_whether.para_footer {
    margin-left: 0px;
    padding-top: 5px;
    font-size: 14px;
  }

  .body_para.body_para_whether.para_footer.para_sub_footer {
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .body_para.body_para_whether.para_footer.terms {
    padding-top: 10px;
    font-size: 12px;
  }

  .body_para.body_para_whether.para_footer.policies {
    padding-top: 10px;
    font-size: 12px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .footer {
    position: static;
    margin-top: 0px;
    padding: 10px 20px 20px;
  }

  .image-5 {
    position: static;
    display: block;
    width: 22px;
  }

  .contact_form {
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 10px;
  }

  .contact_details.sitemap {
    display: none;
    padding-left: 0px;
    float: left;
  }

  .play_store {
    width: 120px;
    margin-bottom: 10px;
  }

  .play_store.apple {
    width: auto;
  }

  .affiliates {
    position: static;
    width: 100%;
    margin-top: 0px;
    padding: 10px 0px;
    text-align: center;
  }

  .affiliates_logos {
    position: static;
    width: 50px;
  }

  .form {
    margin-left: 0px;
  }

  .image-9 {
    float: none;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 30px;
    text-align: center;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 5px;
    float: none;
  }

  .div-block-7.mobile {
    display: block;
  }

  .yellow_carr {
    width: 300px;
  }

  .bold-text {
    font-size: 21px;
  }

  .text-field-5 {
    width: 100%;
  }

  .column-5 {
    padding-right: 0px;
  }

  .field-label {
    font-size: 12px;
  }

  .image-10 {
    width: 200px;
    margin-right: 10px;
  }

  .heading_sell {
    font-size: 30px;
  }

  .tabs {
    position: static;
  }

  .column-6 {
    padding-right: 0px;
  }

  .left_div {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    clear: left;
  }

  .left_div.veh_left {
    width: 65%;
  }

  .body_div_divide {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-10 {
    margin-top: 20px;
  }

  ._2nd_body_section {
    padding-top: 0px;
  }

  .footer_div {
    padding-top: 10px;
    padding-right: 0px;
  }

  .map {
    height: 410px;
  }

  .column-7 {
    position: static;
  }

  .form-block {
    margin-bottom: 0px;
  }

  .column-9 {
    padding-left: 0px;
  }

  .column-10 {
    padding-right: 0px;
  }

  .column-11 {
    padding-left: 0px;
  }

  .column-12 {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 0px;
  }

  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .column-14 {
    padding-right: 0px;
  }

  .column-15 {
    padding-right: 0px;
  }

  .column-16 {
    padding-right: 0px;
  }

  .column-17 {
    padding-right: 0px;
  }

  .column-18 {
    padding-right: 0px;
  }

  .column-19 {
    padding-right: 0px;
  }

  .column-20 {
    padding-right: 0px;
  }

  .column-21 {
    padding-right: 0px;
  }

  .listings_div {
    padding-left: 0px;
    clear: none;
  }

  .listing_item {
    height: 130px;
  }

  .image_div {
    width: 30%;
    margin-right: 5px;
  }

  .listing_heading {
    font-size: 16px;
    line-height: 17px;
  }

  .listing_heading.sub_heading {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 15px;
  }

  .listing_heading.sub_heading.filter_heading {
    font-size: 14px;
    line-height: 14px;
  }

  .listing_heading.sub_heading.veh_sub {
    font-size: 13px;
  }

  .listing_heading.sub_heading.veh_sub {
    font-size: 12px;
  }

  .listing_heading.sub_heading.veh_sub {
    font-size: 13px;
  }

  .listing_heading.contact_side_heading {
    font-size: 15px;
  }

  .listing_heading.sub_heading {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 15px;
  }

  .listing_heading.contact_side_heading {
    font-size: 15px;
  }

  .listing_heading.sub_heading_list {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 15px;
  }

  .listing_heading.contact_side_heading {
    font-size: 15px;
  }

  .price_text {
    font-size: 14px;
    line-height: 15px;
  }

  .icon_div {
    margin-right: 5px;
    clear: none;
  }

  .text-block-11 {
    font-size: 9px;
  }

  .dealer_info {
    height: 60px;
    padding-right: 5px;
  }

  .dealer_logo {
    width: 60px;
  }

  .image-16 {
    width: 80px;
  }

  .button-4 {
    padding: 5px 7px;
    font-size: 11px;
    line-height: 15px;
  }

  .button-4:hover {
    padding-right: 7px;
    padding-left: 7px;
  }

  .button-4:active {
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-block-11 {
    display: block;
    margin-left: -216px;
    padding-top: 34px;
    float: left;
    clear: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .filter_div {
    width: 100%;
    padding: 10px 0px;
  }

  .white_link {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 12px;
  }

  .white_link._082 {
    padding-left: 0px;
  }

  .main_image_veh {
    height: 250px;
  }

  .main_image_veh.smaller_image_div_placeholder {
    width: 70px;
    height: 50px;
  }

  .veh_info_div {
    padding: 15px 14px;
  }

  .veh_para {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .div-block-13 {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .bold-text-3 {
    font-size: 12px;
  }

  .bold-text-4 {
    font-size: 12px;
  }

  .menu_sec {
    margin-top: -1px;
  }

  .drop_down_links {
    height: 0%;
  }

  .div-block-15 {
    height: 1320px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }

  .image-23 {
    position: static;
    display: none;
    float: none;
  }

  .form-3 {
    display: block;
  }

  .banner_ad {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .image-24 {
    padding-top: 10px;
  }

  .image-25 {
    margin-top: 20px;
  }

  .banner_ad-2 {
    padding-right: 0px;
  }

  .banner_ad-3 {
    margin-left: 0px;
  }

  .banner_ad-4 {
    margin-left: 0px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-block-16 {
    display: block;
    margin-left: -216px;
    padding-top: 34px;
    float: left;
    clear: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-27 {
    padding-left: 5px;
  }

  .column-28 {
    padding-right: 5px;
  }

  .select-field-10 {
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 14px;
  }

  .main_button-2 {
    position: static;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 13px;
    line-height: 15px;
  }

  .main_button-2:hover {
    margin-top: 0px;
  }

  .main_button-2.next_prev:hover {
    padding-right: 10px;
    padding-left: 10px;
  }

  .main_button-2.next_prev {
    margin-right: 15px;
  }

  .main_button-2.next_prev:hover {
    padding-right: 10px;
    padding-left: 10px;
  }

  .filter_div-2 {
    width: 100%;
    margin-top: 5px;
    padding: 0px 10px 10px 0px;
  }

  .image_div-2 {
    width: 30%;
    margin-right: 5px;
  }

  .button-5 {
    padding: 5px 7px;
    font-size: 11px;
    line-height: 15px;
  }

  .button-5:hover {
    padding-right: 7px;
    padding-left: 7px;
  }

  .button-5:active {
    padding-right: 5px;
    padding-left: 5px;
  }

  .left_div-2 {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    clear: left;
  }

  .price_text-2 {
    font-size: 14px;
    line-height: 15px;
  }

  .listings_div-2 {
    padding-left: 0px;
  }

  .banner_ad-5 {
    margin-left: 0px;
  }

  .field-label-22 {
    text-align: left;
  }

  .main_para_text {
    font-size: 14px;
    line-height: 20px;
  }

  .main_para_text.car_sell_para {
    font-size: 15px;
  }

  .banner_text_wrapper {
    padding: 5px;
  }

  .tabs-2 {
    position: static;
  }

  .tabs-2.page_tabs {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header_sub_heading {
    font-size: 25px;
    line-height: 30px;
  }

  .header_sub_heading.main_heading {
    padding: 10px;
    font-size: 23px;
    line-height: 25px;
  }

  .header_sub_heading.main_heading.car_sell_heading {
    font-size: 25px;
  }

  .header_sub_heading.main_heading.feature_veh_heading {
    font-size: 22px;
    line-height: 27px;
  }

  .div-block-18 {
    width: 400px;
    height: 400px;
    background-position: 50% 50%;
  }

  .loading_text {
    left: 7px;
    top: -49px;
    direction: ltr;
    font-size: 20px;
    text-align: center;
  }

  .headings_main {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 28px;
  }

  .services_div {
    height: 200px;
  }

  .services_div.buy {
    margin-bottom: 40px;
  }

  .services_div.sell {
    margin-bottom: 40px;
  }

  .services_div.trade {
    margin-bottom: 25px;
  }

  .services_heading {
    font-size: 23px;
    line-height: 28px;
  }

  .body_text {
    font-size: 13px;
    line-height: 15px;
  }

  .button-6 {
    padding: 5px 10px;
  }

  .image-27 {
    top: 0px;
    width: 180px;
  }

  .image-27.sell_car_image {
    top: 26px;
    width: 200px;
  }

  .image-27.benz {
    width: 230px;
  }

  .image-27.kano {
    top: 32px;
    width: 230px;
    padding-right: 10px;
  }

  .about_sec {
    height: auto;
  }

  .about_wrapper {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .top_banner_header {
    font-size: 40px;
    line-height: 45px;
  }

  .top_banner_header.top_header_sub {
    padding-left: 0px;
    font-size: 18px;
    line-height: 22px;
  }

  .bold-text-10 {
    font-size: 18px;
  }

  .button-10 {
    margin-top: 5px;
    margin-left: 0px;
    padding: 5px 10px;
  }

  .field-label-23 {
    font-size: 13px;
    line-height: 16px;
  }

  .contact_section {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .banner_ad-6 {
    margin-left: 0px;
  }

  .image-28 {
    width: 22px;
  }

  .image-29 {
    width: 25px;
    padding-top: 0px;
  }

  .link-block-5 {
    margin-bottom: 0px;
  }

  .link-block-9._082 {
    padding-left: 0px;
  }

  .bold-text-11 {
    font-family: Lato, sans-serif;
    font-size: 12px;
  }

  .right_serv {
    margin-left: 25px;
    padding-right: 0px;
  }

  .select-field-11 {
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 14px;
  }

  .select-field-11.filter_menu {
    display: none;
  }

  .icon_div-2 {
    margin-right: 5px;
    clear: none;
  }

  .body_wrapper-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .body_wrapper-2.listings_body {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .body_wrapper-2.listings_body.new_wrapper {
    padding-bottom: 0px;
  }

  .body_wrapper-2.listings_body.veh_body {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .price_text-3 {
    font-size: 14px;
    line-height: 15px;
  }

  .button-11 {
    padding: 5px 7px;
    font-size: 11px;
    line-height: 15px;
  }

  .button-11:hover {
    padding-right: 7px;
    padding-left: 7px;
  }

  .button-11:active {
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-block-19 {
    display: block;
    margin-left: 0px;
    padding-top: 34px;
    float: left;
    clear: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .columns-9 {
    height: 150px;
  }

  .filter_div-3 {
    position: static;
    display: block;
    width: 100%;
    margin-top: 5px;
    padding: 0px 0px 10px;
  }

  .dealer_logo-2 {
    bottom: 20px;
    width: 60px;
  }

  .banner {
    height: 150px;
  }

  .white_link-2 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
  }

  .veh_price {
    padding: 10px;
    font-size: 16px;
  }

  .div-block-21 {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .veh_info_div-2 {
    padding: 15px 14px;
  }

  .price_2 {
    width: auto;
    height: auto;
    background-color: #7f439f;
  }

  .main_image_veh-2 {
    height: 250px;
  }

  .main_image_veh-2.smaller_image_div_placeholder {
    width: 70px;
    height: 50px;
  }

  .main_button-3 {
    position: static;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 13px;
    line-height: 15px;
  }

  .main_button-3:hover {
    margin-top: 0px;
  }

  .main_button-3.next_prev:hover {
    padding-right: 10px;
    padding-left: 10px;
  }

  .banner_ad-7 {
    margin-left: 0px;
  }

  .insert_images_div {
    height: 40px;
  }

  .bold-text-18 {
    top: auto;
    height: 40px;
    font-size: 12px;
  }

  .text-field-16 {
    height: 40px;
  }

  .body_para-2 {
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 18px;
  }

  .link-block-10 {
    display: block;
    width: 80px;
  }

  .link-block-10.mobile_1 {
    display: block;
  }

  .link-block-11 {
    display: block;
    width: 80px;
  }

  .link-block-11.mobile {
    display: block;
  }

  .link-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
  }

  .image-34 {
    position: static;
    display: block;
    width: 20px;
  }

  .veh_price_text-2.footer_contact_text {
    display: inline-block;
    margin-right: 0px;
    padding: 0px 0px 5px;
    float: none;
    clear: none;
    font-size: 13px;
  }

  .veh_price_text-2.footer_contact_text {
    display: inline-block;
    margin-right: 0px;
    padding: 0px 0px 5px;
    float: none;
    clear: none;
    font-size: 13px;
  }

  .veh_price_text-2.sponsor_text-copy {
    display: inline-block;
    margin-right: 0px;
    padding: 0px 0px 5px;
    float: none;
    clear: none;
    font-size: 13px;
  }

  .text-field-17 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .bold-text-20 {
    top: 1100px;
  }

  .email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
  }

  .image-35 {
    position: static;
    display: block;
    width: 20px;
  }

  .column-36 {
    padding-right: 0px;
  }

  .column-37 {
    padding-left: 0px;
  }

  .page_compliancy_images {
    margin-top: 10px;
  }

  .comp_image {
    height: 30px;
  }

  .column-46 {
    padding-left: 0px;
  }

  .dealerlogo_text {
    font-size: 9px;
  }

  .dealer_logo-3 {
    bottom: 20px;
    width: 60px;
  }

  ._2nd_faded {
    width: 60px;
  }

  ._1st {
    width: 60px;
  }

  .submit-button-13 {
    width: 100%;
  }

  .progress_stage {
    position: absolute;
    padding-top: 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .personal_details_sell {
    text-align: left;
  }

  .text-block-19 {
    text-align: left;
  }

  .main_image_pop_up {
    overflow: auto;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pop_up_container {
    overflow: visible;
  }

  .image-38 {
    width: auto;
    height: 150px;
    margin-left: 27px;
  }

  .images_holder {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .image-39 {
    width: auto;
    height: 80px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .button-13 {
    width: auto;
    margin-left: 42px;
    text-align: center;
  }

  .main_image_wrapper {
    padding: 15px;
  }

  .radio-button-field-3 {
    margin-top: 5px;
    padding-left: 5px;
  }

  .close_div {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-right: 10px;
  }

  .images_preview_wrap {
    width: 100%;
  }

  .heading_body {
    font-size: 16px;
    line-height: 20px;
  }

  .select-field-12 {
    height: 40px;
    font-size: 16px;
  }

  .buttons.reg_next {
    font-size: 12px;
    line-height: 16px;
  }

  .buttons.reg_next.back {
    margin-left: 0px;
  }

  .buttons.reg_next.load_images_btn {
    bottom: -21px;
    font-size: 12px;
    line-height: 16px;
  }

  .radio-button-label-4 {
    font-size: 18px;
  }

  .submit-button-14 {
    font-size: 13px;
  }

  .upoad_images_div_sell {
    width: auto;
  }

  .body_block {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .form_fields {
    height: 40px;
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-20 {
    font-size: 12px;
  }

  .image_div-3 {
    height: 150px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .icon-2 {
    bottom: 80px;
  }

  .icon_div-3 {
    margin-right: 5px;
    clear: none;
  }

  .columns-12 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo_container {
    height: 50px;
  }

  .price_text-4 {
    font-size: 14px;
    line-height: 15px;
  }

  .column-48 {
    padding-left: 0px;
  }

  .listing_div {
    width: 200px;
    min-width: 0px;
    padding-top: 50px;
    padding-bottom: 160px;
  }

  .column-47 {
    padding-left: 10px;
  }

  .left_div-3 {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    clear: left;
  }

  .dealer_text_logo-3 {
    bottom: 26px;
    padding-left: 10px;
  }

  .next_prev_div {
    margin-left: 0px;
  }

  .button-14 {
    padding: 5px 7px;
    font-size: 11px;
    line-height: 15px;
  }

  .button-14:hover {
    padding-right: 7px;
    padding-left: 7px;
  }

  .button-14:active {
    padding-right: 5px;
    padding-left: 5px;
  }

  .dealerlogo_text-2 {
    height: 50px;
    font-size: 10px;
  }

  .banner_section {
    height: 200px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 0px 0px, 30% 50%;
  }

  .banner_section.static_banner {
    height: 160px;
  }

  .left_div-4 {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    clear: left;
  }

  .dealerlogo_text-3 {
    height: 50px;
    font-size: 10px;
  }

  .next_prev_div-2 {
    margin-left: 0px;
  }

  .buttons-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .buttons-2.next {
    font-size: 12px;
  }

  .listing_div-2 {
    width: 48%;
    min-width: 0px;
    margin-right: 1%;
    margin-bottom: 10px;
    margin-left: 1%;
    padding: 20px 20px 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button-15 {
    padding: 5px 7px;
    font-size: 11px;
    line-height: 15px;
  }

  .button-15:hover {
    padding-right: 7px;
    padding-left: 7px;
  }

  .button-15:active {
    padding-right: 5px;
    padding-left: 5px;
  }

  .columns-13 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .icon_div-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    clear: none;
    text-align: center;
  }

  .dealer_text_logo-4 {
    bottom: 26px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .text-block-21 {
    font-size: 10px;
  }

  .icon-3 {
    bottom: 80px;
  }

  .price_text-5 {
    font-size: 14px;
    line-height: 15px;
  }

  .checkbox-label-4 {
    font-size: 12px;
  }

  .checkbox-field-3 {
    margin-bottom: 20px;
  }

  .car_image_holder {
    width: 100%;
    float: none;
  }

  .description_div2 {
    display: inline-block;
    margin-top: 10px;
  }

  .text-block-22 {
    font-size: 12px;
  }

  .vehicle_details_holder {
    width: 100%;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .facebook_share {
    margin-bottom: 10px;
  }

  .main_button-4 {
    position: static;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 13px;
    line-height: 15px;
  }

  .main_button-4:hover {
    margin-top: 0px;
  }

  .close_div-2 {
    top: 14px;
    width: 20px;
    height: 20px;
    margin-top: -7px;
    margin-right: 10px;
  }

  .veh_para-2 {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .ad_right_section-2 {
    display: none;
    width: 15%;
  }

  .ad_right_section-2.right_sticky {
    display: none;
  }

  .ad_right_section-2.right_sticky.veh_right {
    width: 80%;
    margin-top: 0px;
  }

  .div-block-24 {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .enquiry_pop_up {
    display: none;
    padding-top: 0px;
  }

  .additional_numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
  }

  .blog_date {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .nextup-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .collection-item {
    display: block;
    width: 100%;
    margin: 0px;
    padding-bottom: 30px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .blog_heading {
    font-size: 16px;
    line-height: 20px;
  }

  .image-46 {
    height: 150px;
    max-height: none;
  }

  .blog_para {
    font-size: 14px;
    line-height: 18px;
  }

  .button-16 {
    font-size: 12px;
  }

  .heading-5.project-title {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 28px;
  }

  .heading-5.project-title {
    margin-bottom: 2px;
    font-size: 26px;
    line-height: 28px;
  }

  .heading-5.project-title.darktitle {
    padding-top: 5px;
    font-size: 25px;
    line-height: 34px;
  }

  .heading-5.project-title.darktitle.pop_up_text {
    font-size: 22px;
  }

  .blog_news_div {
    top: 0px;
    display: inline-block;
    overflow: visible;
    padding-top: 0px;
  }

  .project-subtitle {
    font-size: 16px;
  }

  .checkbox-field-4 {
    margin-bottom: 20px;
  }

  .manual_vehicle__upload_modal {
    overflow: auto;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .select-field-23 {
    margin-bottom: 5px;
  }

  .text-field-25 {
    margin-bottom: 5px;
  }

  .columns-17 {
    margin-bottom: 5px;
  }

  .checkbox-field-5 {
    height: auto;
    margin-bottom: 20px;
  }

  .column-69 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .checkbox-label-8 {
    font-size: 12px;
  }

  .images_preview_wrap-2 {
    width: 100%;
  }

  .buttons-4.sigup_login {
    font-weight: 700;
  }

  .login_signup {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 22px;
  }

  .column-70 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-style: solid solid none;
    border-width: 1px;
    border-color: #000;
  }

  .favourites_heading {
    font-size: 14px;
    line-height: 18px;
  }

  .banner_ad-9 {
    margin-left: 0px;
  }

  .buttons-5 {
    font-size: 10px;
    line-height: 13px;
  }

  .buttons-5.next-copy {
    margin-top: 10px;
    font-size: 10px;
    line-height: 13px;
  }

  .column-71 {
    height: auto;
    padding-bottom: 10px;
    border-top-style: none;
    border-bottom-style: solid;
  }

  .heading-gradient {
    font-size: 40px;
  }

  .buttons-copy {
    margin-top: 10px;
    float: left;
    font-size: 10px;
    line-height: 13px;
  }

  .text-block-copy {
    font-size: 12px;
    line-height: 14px;
  }

  .image-52 {
    margin-top: 0px;
    padding-top: 10px;
  }

  .banner_ad-10 {
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .banner_text_wrapper-2 {
    padding: 5px;
  }

  .banner_text_wrapper-2.form_wrapper {
    display: inline-block;
    height: 100%;
    padding-bottom: 20px;
  }

  .columns-18 {
    height: 300px;
  }

  .banner_block {
    height: 250px;
  }

  .banner_ad_link-2 {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .info_display {
    display: none;
    padding: 10px;
  }

  .section-3 {
    height: auto;
    padding-top: 0px;
  }

  .back {
    font-size: 10px;
    line-height: 13px;
  }

  .back.next-copy {
    margin-top: 10px;
    font-size: 10px;
    line-height: 13px;
  }

  .log_out {
    padding-right: 5px;
    padding-left: 5px;
  }

  .signup_login {
    padding-right: 5px;
    padding-left: 5px;
  }

  .like_icon {
    top: 175px;
    width: 40px;
  }

  .image-61 {
    width: 15px;
    height: 15px;
  }

  .sign_up_heading {
    font-size: 20px;
    line-height: 1.6em;
  }

  .sign_up_div-copy {
    display: none;
  }

  .login {
    margin-top: 10px;
  }

  .sign_up-log_in {
    padding-top: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .login_signup2 {
    display: none;
  }

  .back_btn {
    font-size: 12px;
    line-height: 18px;
  }

  .back_btn.next {
    font-size: 12px;
  }

  .next_btn {
    font-size: 12px;
    line-height: 18px;
  }

  .next_btn.next {
    font-size: 12px;
  }

  .login_text {
    padding-right: 20px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 21px;
  }

  .sign_up_heading-2 {
    font-size: 20px;
    line-height: 1.6em;
  }

  .footer_text {
    font-size: 15px;
  }

  .image-63 {
    height: 30px;
  }

  .image-54 {
    width: auto;
    height: 80px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .image-67 {
    height: 30px;
  }

  .navigation_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    float: left;
    clear: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-18 {
    width: auto;
    margin-left: 0px;
    text-align: center;
  }

  .number_plate_icon {
    width: 30%;
    margin-right: 10px;
    margin-bottom: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .confirm_div {
    width: 280px;
  }

  .confirm {
    height: 45px;
    border-width: 2px;
  }

  .image-55 {
    height: 16px;
  }

  .main_image_pop_up-2 {
    display: block;
    overflow: auto;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-15-copy {
    width: auto;
    margin-right: 0px;
    margin-left: 42px;
    text-align: center;
  }

  .images_holder-2 {
    margin: 10px auto 40px;
  }

  .cancel {
    height: 45px;
    border-width: 2px;
  }

  .main_image_wrapper-2 {
    padding: 15px;
  }

  .image_holder-2 {
    width: 300px;
    height: auto;
  }

  .filter_label-copy {
    display: none;
    width: 100%;
    clear: right;
  }

  .filter_listings {
    display: none;
    width: 100%;
  }

  .form-6-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .tab-link-tab-2-4 {
    display: none;
  }

  .search_div {
    display: none;
    width: 100%;
  }

  .ascending_descending_div {
    display: none;
    width: 50%;
  }

  .results {
    font-size: 11px;
    line-height: 13px;
  }

  .select-field-24 {
    display: block;
    margin-right: 10px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 3px;
    font-size: 13px;
  }

  .tab-link-tab-3 {
    display: none;
  }

  .tabs-menu-2 {
    display: none;
  }

  .tab-link-tab-4 {
    display: none;
  }

  .text-block-28 {
    display: block;
    color: #fff;
    font-weight: 700;
  }

  .filter_div-4 {
    display: none;
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .select-field-24-copy {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 3px;
    font-size: 13px;
  }

  .popup_enquire {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 450px;
  }

  .main_popup_div {
    display: none;
    padding-top: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .popup_book_test_drive {
    display: none;
    max-width: 450px;
  }

  .buttons-6 {
    font-size: 12px;
    line-height: 18px;
  }

  .recapture {
    width: 100%;
  }

  .text-block-36 {
    display: inline-block;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
  }

  .sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: 0px;
    margin-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 5px;
    background-color: #1d2d4e;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
  }

  .sort.w--current {
    background-color: #757171;
    color: #fff;
  }

  .tabs-menu-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .form_holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #dfdfdf;
  }

  .price-and-sortby {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .select-field-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 2px;
    border-color: #1d2d4e;
    border-radius: 5px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
  }

  .search-filter-mobile {
    width: 100%;
  }

  .image-68 {
    height: 20px;
    padding-right: 10px;
  }

  .results-2 {
    font-size: 11px;
    line-height: 13px;
  }

  .image-69 {
    width: auto;
    height: 18px;
    margin-right: 5px;
  }

  .select-field-26 {
    height: 35px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-width: 1px;
    border-color: #1d2d4e;
    font-size: 12px;
    line-height: 14px;
  }

  .select-field-26.filter_menu {
    background-color: #f3f3f3;
    color: #333;
  }

  .columns-19 {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .filter-listing-mobile {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    bottom: 0px;
    z-index: 2;
    display: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-color: transparent;
    background-color: #dfdfdf;
    box-shadow: 1px 1px 6px 0 #000;
  }

  .select-field-24-copy-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 2px;
    border-color: #1d2d4e;
    border-radius: 5px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
  }

  .column-73 {
    padding-right: 0px;
    padding-left: 5px;
  }

  .filter-headings {
    width: 100%;
  }

  .text-block-37 {
    font-size: 12px;
    font-weight: 700;
  }

  .image-70 {
    height: 18px;
    margin-right: 5px;
  }

  .tabs-4 {
    display: block;
    width: 100%;
  }

  .tab-link-tab-4-2 {
    display: none;
  }

  .filter_label-copy-2 {
    display: none;
    width: 100%;
    clear: right;
  }

  .refine_filter-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 5px;
    background-color: #1d2d4e;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
  }

  .refine_filter-copy.w--current {
    background-color: #757171;
    color: #fff;
  }

  .column-74 {
    padding-right: 5px;
    padding-left: 0px;
  }

  .tab-link-tab-2-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-width: 1px;
    border-color: #b51016;
    border-radius: 5px;
    background-color: #f3f3f3;
    color: #333;
  }

  .tab-link-tab-2-5.w--current {
    background-color: #b51016;
    color: #fff;
  }

  .tab-link-tab-3-3 {
    display: none;
  }

  .scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #dfdfdf;
  }

  .image-77 {
    height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .price-and-sortby-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-block-34 {
    display: block;
    margin-bottom: 5px;
    font-family: Roboto, sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 700;
  }

  .error_text4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-42 {
    font-size: 12px;
    line-height: 18px;
  }

  .back_button {
    font-size: 12px;
    line-height: 18px;
  }

  .back_button.next {
    font-size: 12px;
  }

  .confirm_button {
    font-size: 12px;
    line-height: 18px;
  }

  .confirm_button.next {
    font-size: 12px;
  }

  .icons-4 {
    width: 15px;
    height: 15px;
  }

  .text-block-43 {
    font-size: 10px;
  }

  .dealerlogo_text-4 {
    height: auto;
    font-size: 10px;
  }

  .share_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    float: left;
    clear: left;
  }

  .link-block-20 {
    width: 25px;
  }

  .link-block-20.copy_link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }

  .share_div-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    float: left;
    clear: left;
  }

  .link-block-21 {
    width: 24px;
  }

  .link-block-21.copy_link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }

  .image-80 {
    height: 17px;
  }

  .div-block-27 {
    display: none;
  }

  .column-75 {
    padding-right: 0px;
  }

  .column-76 {
    padding-left: 0px;
  }

  .column-77 {
    padding-right: 0px;
  }

  .column-78 {
    padding-left: 0px;
  }

  .city_dropdown {
    height: 40px;
    font-size: 16px;
    line-height: 18px;
  }

  .city_2 {
    height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .column-80 {
    padding-left: 0px;
  }

  .select-field-30 {
    height: 40px;
    font-size: 16px;
    line-height: 18px;
  }

  .details_div {
    margin-right: 0px;
  }

  .back_to_listing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .email_link {
    font-size: 11px;
  }

  .dealership_banner {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-15 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-48 {
    width: 100%;
    margin-right: 5px;
  }

  .dealership_logo {
    width: 100px;
    height: 100px;
    margin-right: 0px;
  }

  .car_block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .number_link {
    display: inline-block;
    font-size: 11px;
  }

  .compliancy_div-2 {
    margin-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
  }

  .footer_bottom_bar {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main_button_red {
    font-size: 12px;
  }

  .image-48 {
    height: 30px;
  }

  .banner_heading-2 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 24px;
    text-align: left;
  }

  .comp_image-2 {
    height: 20px;
  }

  .social-medai-div {
    display: none;
  }

  .social-medai-div.social_home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .footer_logo_div {
    left: 20px;
  }

  .body_para-3 {
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 18px;
  }

  .body_para-3.body_para_whether.para_footer {
    margin-left: 0px;
    padding-top: 5px;
    font-size: 14px;
  }

  .body_para-3.body_para_whether.para_footer.policies {
    padding-top: 10px;
    font-size: 12px;
  }

  .body_para-3.body_para_whether.para_footer.terms {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 0px;
  }

  .secure_data-2 {
    display: none;
  }

  .footer_left {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .input_fields_normal {
    width: 100%;
    font-size: 12px;
  }

  .image-87 {
    height: 30px;
  }

  .page_compliancy_images-2 {
    margin-top: 0px;
  }

  .footer_right {
    padding: 40px 20px 20px;
  }

  .successful {
    width: 450px;
    height: 200px;
  }

  .heading-14 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    min-height: 480px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .link-3 {
    font-size: 10px;
  }

  .body_wrapper {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .body_wrapper.listings_body {
    padding-top: 0px;
  }

  .body_wrapper.listings_body.veh_body {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .body_wrapper.listings_body {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .body_wrapper.sell_wrapper2 {
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .body_sec {
    height: 250px;
    background-position: 0px 0px, 30% 30%;
    background-size: auto, 1000px;
  }

  .body_sec.static_banner {
    background-position: 0px 0px, 80% 50%;
  }

  .slide_1 {
    background-position: 75% 50%;
    background-size: cover;
  }

  .banner_text_div {
    left: 32px;
    top: 43px;
    display: block;
    width: 250px;
    padding: 0px;
  }

  .banner_heading.footer_heading {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .main_button.sell_veh {
    margin-left: 0px;
    clear: left;
  }

  .main_button.next_prev:hover {
    padding-right: 10px;
    padding-left: 10px;
  }

  .slide-nav {
    display: block;
    font-size: 12px;
  }

  .body_section {
    padding-top: 0px;
  }

  .div-block.center {
    margin-right: 3px;
  }

  .div-block.last {
    margin-right: 3px;
    margin-bottom: 0px;
  }

  .div-block.first {
    margin-right: 3px;
  }

  .ad_right_section {
    display: none;
    width: 35%;
    margin-top: 0px;
  }

  .ad_right_section.right_sticky.veh_right {
    display: block;
    width: 100%;
    margin-top: 15px;
  }

  .ad_right_section.right_sticky.veh_right {
    display: block;
    width: 100%;
    margin-top: 15px;
  }

  .ad_right {
    display: block;
    margin-left: 48px;
    float: right;
    clear: right;
    text-align: center;
  }

  .subheading_body {
    margin-top: 20px;
  }

  .subheading_body.sub-heading_2.form_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 16px;
  }

  .subheading_body.sub-heading_2.form_heading.section_header {
    margin-top: 20px;
  }

  .subheading_body.sub-heading_2.form_heading.vehicle_page_heading {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .subheading_body.sub-heading_2.form_heading.vehicle_page_heading.price_tag {
    bottom: 0px;
    width: auto;
    font-size: 16px;
  }

  .subheading_body.sub-heading_2.form_heading.vehicle_page_heading-copy {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .subheading_body.sub-heading_2.form_heading.vehicle_page_heading-copy.price_tag {
    font-size: 16px;
  }

  .subheading_body.sub-heading_2.form_heading {
    font-size: 16px;
  }

  .subheading_body.sub-heading_2.form_heading {
    font-size: 16px;
  }

  .subheading_body.sub-heading_2.form_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    float: none;
    clear: none;
    font-size: 16px;
  }

  .subheading_body.sub-heading_2.form_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    float: none;
    clear: none;
    font-size: 16px;
  }

  .subheading_body.sub-heading_2.form_heading.pop_up {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .subheading_body.sub-heading_2.form_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    float: none;
    clear: none;
    font-size: 16px;
  }

  .subheading_body.sub-heading_2.form_heading.pop_up {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .subheading_body.sub-heading_2.form_heading.pop_up {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .subheading_body.sub-heading_2.form_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    float: none;
    clear: none;
    font-size: 16px;
  }

  .subheading_body.sell_heading.val_sub_heading {
    margin-top: 30px;
  }

  .body_para {
    margin-right: 0px;
    margin-left: 0px;
  }

  .body_para.body_para_whether.para_footer.terms {
    clear: left;
    font-size: 11px;
  }

  .body_para.body_para_whether.para_footer.policies {
    display: block;
    clear: left;
    border-right-style: none;
    font-size: 11px;
  }

  .body_para.about_para {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .footer {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .image-5 {
    width: 20px;
    margin-right: 5px;
  }

  .contact_details.sitemap {
    display: none;
    padding-left: 0px;
  }

  .play_store {
    width: 120px;
    margin-bottom: 10px;
  }

  .field_contact {
    width: 280px;
  }

  .affiliates {
    top: -31px;
    display: none;
  }

  .affiliates_logos {
    left: 34%;
    width: 50px;
  }

  .icon {
    overflow: visible;
  }

  .image-9 {
    display: none;
  }

  .div-block-7 {
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .div-block-7.mobile {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 25;
    display: block;
    margin-bottom: 0px;
    padding: 15px 15px 0px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #1d2d4e;
    text-align: center;
  }

  .yellow_carr {
    width: 200px;
  }

  .bold-text {
    font-size: 19px;
  }

  .text-field-5 {
    width: 100%;
  }

  .sell_car_tab {
    display: inline-block;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .sell_car_tab.w--current {
    width: auto;
  }

  .tab-link-tab-2 {
    display: inline-block;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .tab-link-tab-2.w--current {
    display: inline-block;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .field-label {
    font-size: 12px;
  }

  .image-10 {
    margin-bottom: 14px;
    margin-left: 48px;
  }

  .text-field-13.message_field {
    padding-left: 0px;
  }

  .text-field-13.description {
    height: 70px;
  }

  .link-block-3 {
    float: none;
  }

  .link-block-4 {
    float: none;
  }

  .tabs {
    position: relative;
    float: left;
  }

  .left_div {
    width: 100%;
    margin-top: 5px;
    padding-right: 0px;
  }

  .left_div.veh_left {
    width: 100%;
  }

  .left_div.form_details_div.warpper_sell.sell_wrapper {
    margin-top: 0px;
  }

  .left_div.veh_left {
    width: 100%;
  }

  ._2nd_body_section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer_div {
    display: block;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 10px;
  }

  .map {
    height: 200px;
  }

  .tab-pane-tab-2 {
    padding-top: 0px;
  }

  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-13 {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-19 {
    padding-right: 0px;
  }

  .column-21 {
    padding-right: 0px;
  }

  .listing_item {
    height: 130px;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .listing_item.vehicle_page_div {
    margin-bottom: 10px;
    padding-right: 0px;
  }

  .image_div {
    width: 50%;
    margin-right: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0px;
  }

  .listing_info_div {
    padding-right: 5px;
  }

  .listing_heading.sub_heading {
    padding-right: 0px;
  }

  .listing_heading.sub_heading.veh_sub {
    font-size: 12px;
    line-height: 15px;
  }

  .listing_heading.sub_heading.veh_sub {
    font-size: 12px;
    line-height: 15px;
  }

  .listing_heading.sub_heading {
    padding-right: 0px;
  }

  .listing_heading.sub_heading_list {
    padding-right: 0px;
    font-size: 13px;
  }

  .listing_heading.contact_side_heading {
    font-size: 12px;
  }

  .listing_heading.contact_side_heading.enquiry_heading {
    font-size: 18px;
  }

  .listing_heading.contact_side_heading.heading_2 {
    font-size: 12px;
  }

  .dealer_info {
    display: none;
  }

  .image-16 {
    width: 70px;
    float: left;
  }

  .button-4 {
    display: inline-block;
    margin-bottom: 5px;
    float: none;
    clear: none;
  }

  .div-block-11 {
    display: block;
    margin-left: 0px;
    padding-top: 0px;
    float: left;
    clear: left;
  }

  .filter_div {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-17 {
    width: 200px;
  }

  .image-18 {
    width: 200px;
  }

  .image-19 {
    width: 200px;
  }

  .image-20 {
    width: 200px;
  }

  .image-21 {
    width: 200px;
  }

  .image-22 {
    width: 200px;
  }

  .white_link {
    margin-right: 2px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .white_link._082 {
    margin-left: 5px;
  }

  .menu_sec {
    width: 35px;
    height: 35px;
  }

  .div-block-15 {
    height: 1930px;
  }

  .image-23 {
    position: relative;
    display: block;
    float: left;
  }

  .form-3 {
    margin-top: 0px;
  }

  .banner_ad {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .image-25 {
    margin-top: 0px;
  }

  .banner_ad-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .banner_ad-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .div-block-16 {
    display: block;
    margin-left: 0px;
    padding-top: 0px;
    float: left;
    clear: left;
  }

  .column-27 {
    padding-left: 0px;
  }

  .column-28 {
    padding-right: 0px;
  }

  .select-field-10 {
    padding-left: 5px;
  }

  .main_button-2.next_prev:hover {
    padding-right: 10px;
    padding-left: 10px;
  }

  .main_button-2.next_prev:hover {
    padding-right: 10px;
    padding-left: 10px;
  }

  .filter_div-2 {
    display: block;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image_div-2 {
    width: 40%;
    margin-right: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0px;
  }

  .button-5 {
    display: inline-block;
    margin-bottom: 5px;
    float: none;
    clear: none;
  }

  .left_div-2 {
    width: 100%;
    margin-top: 5px;
    padding-right: 0px;
  }

  .listing_info_div-2 {
    padding-top: 25px;
    padding-right: 5px;
  }

  .main_para_text.car_sell_para {
    text-align: left;
  }

  .banner_text_wrapper.form_wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-2 {
    position: relative;
    float: left;
  }

  .tabs-2.page_tabs {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .submit-button-4 {
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
  }

  .header_sub_heading {
    font-size: 23px;
  }

  .header_sub_heading.main_heading {
    padding: 15px 5px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .loading_section.loading_page {
    z-index: 100;
  }

  .div-block-18 {
    width: 300px;
    height: 300px;
  }

  .loading_text {
    top: -27px;
    font-size: 16px;
  }

  .headings_main {
    font-size: 21px;
    text-align: center;
  }

  .headings_main.heading_about {
    text-align: left;
  }

  .services_div.buy {
    display: none;
  }

  .services_div.sell {
    display: none;
  }

  .services_div.trade {
    display: none;
  }

  .services_heading {
    padding-bottom: 5px;
    font-size: 21px;
  }

  .body_text {
    padding-right: 0px;
  }

  .image-27 {
    top: -40px;
    display: block;
    width: 120px;
  }

  .image-27.sell_car_image {
    position: relative;
    left: 33px;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    float: right;
  }

  .image-27.benz {
    left: -36px;
    top: 2px;
    display: none;
    width: 180px;
  }

  .image-27.kano {
    top: 35px;
    width: 200px;
    float: right;
  }

  .about_wrapper {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .top_banner_header {
    font-size: 35px;
    line-height: 38px;
    text-align: left;
  }

  .top_banner_header.top_header_sub {
    font-size: 16px;
  }

  .slider_div {
    position: relative;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }

  .featured_listing_div {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-3 {
    width: auto;
    margin-left: 0px;
    padding-left: 0px;
    float: none;
  }

  .slider-3 {
    position: static;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .slider_itrm_div {
    position: relative;
    width: 100%;
    max-width: 250px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-10 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact_section {
    padding-bottom: 20px;
  }

  .banner_ad-6 {
    margin-top: 0px;
  }

  .image-28 {
    width: 20px;
  }

  .columns-8 {
    position: relative;
    left: 0px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding: 20px;
    float: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#060b18), to(#1d2d4e));
    background-image: linear-gradient(180deg, #060b18, #1d2d4e);
  }

  .column-31 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-32 {
    padding-left: 5px;
  }

  .image-30 {
    width: 200px;
    float: right;
  }

  .image-31 {
    width: 220px;
    padding-left: 10px;
    float: right;
  }

  .column-33 {
    top: 10px;
    padding-left: 20px;
  }

  .select-field-11 {
    padding-left: 5px;
  }

  .body_wrapper-2 {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .body_wrapper-2.listings_body {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .body_wrapper-2.listings_body.new_wrapper {
    padding-bottom: 0px;
  }

  .body_wrapper-2.listings_body {
    padding-top: 0px;
  }

  .body_wrapper-2.listings_body.veh_body {
    padding: 5px 10px 10px;
  }

  .column-34 {
    padding-top: 10px;
  }

  .button-11 {
    display: inline-block;
    margin-bottom: 5px;
    float: left;
    clear: none;
  }

  .div-block-19 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    float: none;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-9 {
    height: auto;
    margin-bottom: 20px;
  }

  .column-35 {
    height: 200px;
    background-position: 50% 50%;
  }

  .filter_div-3 {
    display: none;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dealer_logo-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 15px;
    display: block;
    height: auto;
    float: right;
  }

  .submit-button-7 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    font-size: 13px;
  }

  .white_link-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .veh_price {
    font-size: 15px;
  }

  .price_2 {
    width: auto;
    height: auto;
  }

  .main_button-3.next_prev:hover {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-22 {
    height: auto;
  }

  .banner_ad-7 {
    padding-bottom: 5px;
  }

  .insert_images_div {
    height: 30px;
  }

  .bold-text-18 {
    top: auto;
    height: 30px;
  }

  .body_para-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-33 {
    margin-top: 0px;
  }

  .link-block-10 {
    width: 90px;
    padding-top: 10px;
  }

  .link-block-10.mobile_1 {
    display: block;
  }

  .link-block-11 {
    padding-top: 10px;
  }

  .link-block-11.mobile {
    display: block;
  }

  .columns-10 {
    padding-left: 5px;
  }

  .image-34 {
    width: 18px;
  }

  .text-field-17 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .bold-text-20 {
    top: 1034px;
    height: 30px;
  }

  .insert_images_div-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .submit-button-11 {
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
  }

  .text-block-15 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-35 {
    width: 18px;
  }

  .link-block-13 {
    margin-bottom: 0px;
  }

  .link-block-14 {
    margin-bottom: 0px;
  }

  .left-arrow-2 {
    display: none;
  }

  .right-arrow-2 {
    display: none;
  }

  .column-36 {
    padding-right: 0px;
  }

  .column-37 {
    padding-left: 0px;
  }

  .column-38 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-39 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-40 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-41 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .column-42 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-43 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-44 {
    top: 10px;
  }

  .mask-2 {
    position: static;
  }

  .link-block-15 {
    float: none;
  }

  .banner__header {
    padding-left: 0px;
  }

  .compliancy_main_div {
    position: static;
  }

  .dealerlogo_text {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .dealer_logo-3 {
    position: absolute;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 15px;
    display: block;
    width: 70px;
    height: auto;
    float: right;
  }

  .dealer_text_logo-2 {
    padding-top: 0px;
  }

  ._2nd_faded {
    width: 40px;
    margin-right: 0px;
  }

  ._1st {
    width: 40px;
  }

  .submit-button-13 {
    margin-right: auto;
    margin-left: auto;
    padding: 9px 15px;
    font-size: 13px;
    line-height: 16px;
  }

  .progress_stage {
    position: absolute;
    padding-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
  }

  .text-block-19 {
    font-size: 11px;
  }

  .main_image_pop_up {
    padding: 0px;
  }

  .image-38 {
    width: auto;
    height: 120px;
    float: none;
    text-align: left;
  }

  .images_holder {
    margin-bottom: 60px;
    padding-bottom: 0px;
  }

  .image-39 {
    width: auto;
    height: 80px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .button-13 {
    width: auto;
    margin-left: 38px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .main_image_wrapper {
    padding: 10px;
  }

  .radio-button {
    margin-right: 10px;
  }

  .close_div {
    width: 25px;
    height: 25px;
  }

  .uploaded_images {
    width: auto;
  }

  .images_preview_wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .heading_body {
    font-size: 16px;
  }

  .select-field-12 {
    font-size: 15px;
  }

  .buttons {
    float: none;
  }

  .buttons.reg_next {
    font-size: 11px;
    line-height: 15px;
  }

  .buttons.reg_next.back {
    margin-left: 0px;
  }

  .buttons.reg_next.load_images_btn {
    bottom: -4px;
    font-size: 11px;
    line-height: 15px;
  }

  .radio-button-label-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .submit-button-14.v4-navlink {
    display: inline-block;
    margin-left: 0px;
  }

  .submit-button-14.v4-navlink.mm-code-button {
    text-align: center;
  }

  .upoad_images_div_sell {
    width: auto;
  }

  .body_block {
    padding: 0px;
  }

  .form_fields {
    font-size: 15px;
  }

  .textarea {
    font-size: 15px;
  }

  .image_div-3 {
    height: 200px;
  }

  .icon-2 {
    overflow: visible;
  }

  .icon_div-3 {
    font-size: 12px;
  }

  .logo_container {
    height: 40px;
  }

  .price_text-4 {
    font-size: 16px;
  }

  .listing_div {
    width: 330px;
    margin-right: 0px;
    padding-bottom: 210px;
  }

  .left_div-3 {
    width: 100%;
    margin-top: 5px;
    padding-right: 0px;
  }

  .dealer_text_logo-3 {
    bottom: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .next_prev_div {
    bottom: 10px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .button-14 {
    display: inline-block;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    clear: none;
    font-size: 12px;
  }

  .bold-text-28 {
    font-size: 16px;
  }

  .dealerlogo_text-2 {
    height: 30px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 11px;
  }

  .banner_section {
    height: 250px;
    background-position: 0px 0px, 30% 30%;
    background-size: auto, 1000px;
  }

  .banner_section.static_banner {
    background-position: 0px 0px, 80% 50%;
  }

  .checkbox-field-2 {
    margin-bottom: 30px;
    float: left;
  }

  .checkbox-label-3 {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
  }

  .left_div-4 {
    width: 100%;
    margin-top: 5px;
    padding-right: 0px;
  }

  .dealerlogo_text-3 {
    height: 30px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 11px;
  }

  .next_prev_div-2 {
    position: static;
    bottom: -5px;
    margin-top: 10px;
    margin-left: 0px;
  }

  .buttons-2 {
    float: none;
  }

  .listing_div-2 {
    width: 100%;
    margin-right: 0px;
    padding-bottom: 0px;
  }

  .button-15 {
    display: inline-block;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    clear: none;
    font-size: 12px;
  }

  .icon_div-4 {
    font-size: 12px;
  }

  .image-40 {
    height: 35px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dealer_text_logo-4 {
    bottom: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .icon-3 {
    overflow: visible;
  }

  .price_text-5 {
    font-size: 16px;
  }

  .checkbox-field-3 {
    margin-bottom: 30px;
    float: left;
  }

  .checkbox-label-2 {
    font-size: 12px;
  }

  .secure_data {
    bottom: 48px;
  }

  .image-41 {
    height: 25px;
  }

  .car_image_holder {
    float: none;
  }

  .car_image_div {
    margin-top: 5px;
  }

  .slider-4 {
    height: 200px;
  }

  .text-block-22 {
    font-family: Roboto, sans-serif;
  }

  .facebook_share {
    margin-bottom: 5px;
    float: right;
  }

  .image-43 {
    height: 35px;
  }

  .radio-button-label-5 {
    font-size: 12px;
  }

  .text-field-21 {
    font-size: 12px;
  }

  .main_button-4 {
    margin-top: 10px;
    font-size: 12px;
  }

  .main_button-4:hover {
    padding-right: 10px;
    padding-left: 10px;
  }

  .close_div-2 {
    width: 25px;
    height: 25px;
  }

  .veh_para-2 {
    font-size: 10px;
  }

  .ad_right_section-2 {
    display: none;
    width: 35%;
    margin-top: 0px;
  }

  .ad_right_section-2.right_sticky.veh_right {
    display: block;
    overflow: auto;
    width: 100%;
    margin-top: 15px;
  }

  .div-block-24.wrapper_2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .enquiry_pop_up {
    display: none;
    overflow: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .blog_date {
    font-size: 13px;
  }

  .blog_div {
    width: 101%;
  }

  .nextup-2 {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border: 0px solid #000;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
  }

  .form-block-5 {
    margin-bottom: 0px;
  }

  .collection-item {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .blog_feed {
    margin-bottom: 0px;
  }

  .autoblog_link {
    margin-bottom: 10px;
    padding: 5px;
  }

  .image-45 {
    height: 15px;
  }

  .blog_para {
    font-size: 13px;
  }

  .button-16 {
    font-size: 10px;
    line-height: 14px;
  }

  .heading-5.project-title {
    width: 100%;
    margin-top: 0px;
    color: #000;
    font-size: 21px;
    line-height: 28px;
  }

  .heading-5.project-title {
    width: 100%;
    color: #000;
    font-size: 22px;
    line-height: 24px;
  }

  .heading-5.project-title.darktitle {
    padding-top: 2px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-5.project-title.darktitle.pop_up_text {
    font-size: 20px;
    line-height: 24px;
  }

  .love_div-2 {
    float: right;
  }

  .checkbox-label-7 {
    font-size: 12px;
  }

  .project-subtitle {
    color: #000;
    font-size: 14px;
    line-height: 16px;
  }

  .buttons-3 {
    float: none;
  }

  .checkbox-field-4 {
    margin-bottom: 30px;
    float: left;
  }

  .not_available {
    width: 280px;
    margin-bottom: 20px;
  }

  .radio-button-label-6 {
    font-size: 16px;
  }

  .manual_vehicle__upload_modal {
    display: none;
    padding: 0px;
  }

  .checkbox-field-5 {
    margin-bottom: 10px;
    float: left;
  }

  .checkbox-label-9 {
    font-size: 12px;
    line-height: 15px;
  }

  .images_preview_wrap-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .buttons-4 {
    float: none;
  }

  .buttons-4.sigup_login {
    font-size: 12px;
    line-height: 16px;
  }

  .login_signup {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 20px;
  }

  .column-70 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    border-right: 1px solid #000;
  }

  .like_div {
    padding-top: 20px;
  }

  .buttons-5 {
    float: none;
  }

  .buttons-5.sign_up {
    font-size: 10px;
    line-height: 15px;
  }

  .column-71 {
    height: 100%;
    margin-bottom: 30px;
    border-top-style: none;
  }

  .column-72 {
    height: 250px;
    max-height: 300px;
    min-height: 0px;
    border-right: 1px solid #000;
  }

  .heading-gradient {
    font-size: 30px;
    text-align: center;
  }

  .heading-gradient.smaller_dark {
    font-size: 24px;
  }

  .heading-gradient.smaller_dark.another_heading {
    font-size: 24px;
  }

  .buttons-copy {
    float: left;
  }

  .image-52 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .button-17 {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .banner_text_wrapper-2.form_wrapper {
    padding: 10px 0px;
  }

  .columns-18 {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    float: none;
  }

  .banner_block {
    height: 300px;
  }

  .banner_ad_link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .like_table {
    float: none;
  }

  .info_display {
    display: block;
  }

  .section-3 {
    padding-top: 0vh;
  }

  .back {
    float: none;
  }

  .like_icon {
    top: 226px;
  }

  .image-58 {
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 0px;
  }

  .sign_up_div-copy {
    display: none;
    width: auto;
  }

  .login {
    width: auto;
  }

  .close_div_5 {
    width: 50px;
    border-radius: 0px 15px 0px 0px;
    background-color: #1f649b;
  }

  .sign_up-log_in {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .login_signup2 {
    display: none;
    width: auto;
  }

  .back_btn {
    float: none;
  }

  .next_btn {
    float: none;
  }

  .footer_text {
    font-size: 14px;
  }

  .image-63 {
    height: 25px;
  }

  .image-54 {
    width: auto;
    height: 80px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .navigation_section {
    margin-bottom: 10px;
  }

  .button-18 {
    width: auto;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .number_plate_icon {
    width: 40%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .confirm {
    height: 45px;
  }

  .main_image_pop_up-2 {
    z-index: 110;
    display: block;
    padding: 0px;
  }

  .button-15-copy {
    width: auto;
    margin-left: 38px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .images_holder-2 {
    margin-bottom: 60px;
    padding-bottom: 0px;
  }

  .cancel {
    height: 45px;
  }

  .main_image_wrapper-2 {
    padding: 10px;
  }

  .reg_plate_text {
    font-size: 10px;
  }

  .bold-text-29 {
    font-size: 16px;
  }

  .form-6-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .select-field-24 {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .form-10 {
    margin-top: 10px;
  }

  .popup_enquire {
    max-width: 300px;
  }

  .main_popup_div {
    display: none;
    overflow: auto;
  }

  .form-block-13 {
    border-radius: 15px;
  }

  .popup_book_test_drive {
    display: none;
    max-width: 300px;
  }

  .buttons-6 {
    float: none;
  }

  .text-block-36 {
    width: auto;
    text-align: center;
  }

  .sort {
    width: 50%;
    margin-left: 2.5px;
    padding: 7px 10px;
  }

  .tabs-menu-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .form_holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background-color: #dfdfdf;
  }

  .price-and-sortby {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .select-field-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 35px;
    margin-right: 2.5px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .select-field-26 {
    padding-left: 5px;
  }

  .columns-19 {
    width: 100%;
  }

  .filter-listing-mobile {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .select-field-24-copy-2 {
    width: 50%;
    height: 35px;
    margin-right: 0px;
    margin-left: 2.5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-73 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-37 {
    width: auto;
    text-align: center;
  }

  .tabs-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .refine_filter-copy {
    width: 50%;
    margin-right: 2.5px;
    margin-bottom: 0px;
    padding: 7px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-74 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .scroll {
    background-color: #dfdfdf;
  }

  .image-77 {
    height: 24px;
  }

  .price-and-sortby-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .text-block-34 {
    display: none;
  }

  .error_text4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-42 {
    font-size: 12px;
  }

  .back_button {
    float: none;
  }

  .confirm_button {
    float: none;
  }

  .icons-4 {
    width: 20px;
    height: 20px;
  }

  .dealerlogo_text-4 {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 11px;
  }

  .image-78 {
    height: 35px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .share_div {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 5px;
  }

  .link-block-20 {
    width: 23px;
  }

  .link-block-20.copy_link {
    margin-left: 0px;
    font-size: 12px;
  }

  .share_div-2 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 5px;
  }

  .link-block-21 {
    width: 23px;
  }

  .link-block-21.copy_link {
    margin-left: 0px;
    font-size: 12px;
  }

  .image-80 {
    height: 16px;
  }

  .div-block-27 {
    display: none;
  }

  .city_dropdown {
    font-size: 15px;
  }

  .city_2 {
    font-size: 14px;
    line-height: 20px;
  }

  .select-field-30 {
    font-size: 15px;
  }

  .dealership_banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-15 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .text-block-48 {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 14px;
  }

  .dealership_logo {
    width: 80px;
    height: 80px;
  }

  .car_block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .car_block.under {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: left;
  }

  .linkedin {
    width: 25px;
    height: 25px;
  }

  .compliancy_div-2 {
    display: none;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main_button_red {
    font-size: 11px;
  }

  .instagram {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .banner_heading-2 {
    margin-bottom: 20px;
    text-align: center;
  }

  .comp_image-2 {
    height: 20px;
  }

  .footer_subtext.line_right {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    border-right-style: none;
  }

  .social-medai-div {
    padding: 10px 10px 5px;
    background-color: #07324e;
  }

  .body_para-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .body_para-3.body_para_whether.para_footer.policies {
    display: block;
    padding-top: 5px;
    clear: left;
    border-right-style: none;
    font-size: 11px;
  }

  .body_para-3.body_para_whether.para_footer.terms {
    clear: left;
    font-size: 11px;
  }

  .secure_data-2 {
    z-index: 100;
    display: none;
    border-top-style: none;
    border-left-style: none;
  }

  .footer_left {
    width: 100%;
    border-left-style: none;
  }

  .facebook {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .input_fields_normal {
    width: 100%;
    font-size: 11px;
  }

  .image-87 {
    height: 30px;
  }

  .footer_div-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer_right {
    width: 100%;
  }

  .successful {
    width: 300px;
  }
}

