@charset "utf-8";

/*
Theme Name: CarForYou - Responsive Car Dealer HTML5 Template.
Author: WMD Team
Version:1.0
*/

/*===========================
 =  Table of CSS
 
	1.1. Typography
		1.2. Button
		1.3. dark-overlay
		1.4. Space margins and padding
		1.5. Form
		1.6. Table
		1.7. Section-background-color & sectino-heading
		1.8 Tabs 
		1.9. parallex-background
		1.10. Modal
	
	2. Header
		2.1 Navigation & Dropdown Menu
	
	3. Home-Page
		3.1. Banner
		3.2. Filter-Form
		3.3. About-Us-Section
		3.4. Recently-Listed-Cars
		3.5. Fun-Facts
		3.6. Featured-Cars
		3.7. Trending-Cars
		3.8 Testimonial-Section
		3.9. Blog-Section
		3.10. Popular-Brands
		3.11. Login / Register / Forgot password
		3.12. Footer
		
	4. Home-Page-2
		4.1. Header
		4.2. Banner
		4.13. Filter-Form
		4.4. About-us
		4.5. Fan-Facts
		4.6. Our-Services
		4.7. Testimonial
		4.8. Help
	
	5. Inner-Page-Heading-Section
	6. Breadcrumb
	7. Listing-Page
	8. Listing-grid-Style
	9. Listing-Detail
	10. Contact-Us-Page
	11. FAQ-Page
	
	12. About-Us-Page
		12.1. Why-Choose-Us-Section
		12.2. Meet-the-Team-Section
	
	13. 404-Page
	14. Our-Services-Page
	
	15. Our-Blog-Page
		15.1. Aritcle
		15.2. Comment-List
		15.3. Page-Pagination
		15.4. Side-Bar-Widgets
		15.5. Popular-Posts
		15.6. Blog-Categories
		15.7. Blog-Tag
	
	16. Profile-page
		16.1. Post-a-vehicle
		16.2. my-vehicles
	
	17. Dealer-profile
	18. Dealers-list
	19. Compare-Page
	20. Coming-Soon-Page
	21. Responsive CSS
		                                                  
===========================*/



/*====================
	1. General code
==========================*/

body {
	font-family: 'Lato', sans-serif;
	margin:0px;
	padding:0px !important;
	overflow-x:hidden;
	color:#555555;
}


/*----------------------
	1.1. Typography
------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color:#111111;
	font-weight:900;
	margin:0 auto 15px;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size:22px;
}
h5 {
	font-size: 20px;
	line-height:32px;
}
h6 {
	font-size: 18px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight:300	
}
p {
	font-size:16px;
	line-height:26px;
	font-weight:400;
	margin-bottom:15px;
}
a {
	transition-duration:0.5s;
	 -moz-transition-duration:0.5s;
	  -o-transition-duration:0.5s;
	   -webkit-transition-duration:0.5s;
	    -ms-transition-duration:0.5s;
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration:none;
	outline:none;
}
ul, ol {
	margin:0 auto 20px;
}
ul li, ol li {
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto 10px;
}
ul li i, ol li i {
	margin:0 12px 0 0;
}
ul.list_style_none, ol.list_style_none {
	list-style:none;
}
ul.list-with-icon {
	padding-left:10px;
	margin-bottom:30px;
}
ul.list-with-icon li {
  line-height: 20px;
  margin-bottom: 15px;
  padding-left: 23px;
  position: relative;
  list-style:none;
}
ul.list-with-icon li i {
  left: 0;
  position: absolute;
  top: 4px;
}

blockquote {
	background:#f5f5f5 ;	
}
.white-text, 
.white-text h1, 
.white-text h2, 
.white-text h3, 
.white-text h4, 
.white-text h5, 
.white-text h6, 
.white-text p {
	color:#fff;	
}
.uppercase {
	text-transform:uppercase;
}
.underline {
	text-decoration:underline;
}
.divider {
  border-bottom: 1px solid #dcd9d9;
  clear: both;
  margin: 40px auto;
}

/*-----------------
	1.2. Button
-------------------------*/

.btn {
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  margin: auto;
  padding: 7px 36px;
  transition: all 0.3s linear 0s;
   -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
     -webkit-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
}
.btn .fa {
  font-size: 20px;
  margin-left: 5px;
  vertical-align: middle;
}
.btn.btn-lg {
	font-size: 28px;
	line-height: 35px;
	padding: 25px 83px;
}
.btn.btn-lg:hover {
	background:#c51514
}
.btn:hover, .btn:focus {
	color: #ffffff;
	outline:none;
}
.btn-link {
  font-weight: 800;
}
.btn.outline {
	background:none;
	border-style:solid;
	border-width:1px;	
}
.btn.outline:hover, .btn.outline:focus {
	color:#fff;
}
.btn.btn-xs {
	font-size:12px;
	padding:0px 25px;	
}
.btn.btn-xs .fa {
	margin:0 5px;
	font-size:14px;
}

.angle_arrow {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 22px;
  line-height: 20px;
  margin-left: 4px;
  text-align: center;
  vertical-align: text-top;
  width: 22px;
}
.btn .angle_arrow .fa {
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}
.btn.outline.active-btn {
	border-color:#089901;
	color:#089901;
}
.btn.outline.active-btn:hover {
	background:#089901;
	color:#fff;
}

a, 
.btn-link, 
.car-title-m h6 a:hover, 
.featured-car-content > h6 a:hover, 
.footer-top ul li a:hover, 
.get-intouch a:hover, 
.blog-content h5 a:hover, 
.blog-info-box li a:hover, 
.control-label span, 
.angle_arrow i, 
.contact_detail li a:hover, 
.team_more_info p a:hover, 
.error_text_m h2, 
.search_btn, 
.popular_post_title a:hover,
.categories_list ul li a:hover,
.categories_list ul li a:hover:after, 
.article_meta ul li a:hover, 
.articale_header h2 a:hover, 
.btn.outline, 
.share_article ul li, 
.contact-info a:hover, 
.social-follow a:hover, 
.radio input[type=radio]:checked + label:before, 
.checkbox input[type=checkbox]:checked + label:before, 
.product-listing-content h5 a:hover, 
.pricing_info .price, 
.text-primary, 
.footer_widget ul li a:hover, 
.header_search button:hover, 
.header_widgets a:hover, 
.navbar-default .navbar-nav > li.active a, 
.navbar-default .navbar-nav > li:focus a, 
.navbar-default .navbar-nav > li:hover a,  
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover,
.my_vehicles_list ul.vehicle_listing li a:hover, 
.dealer_contact_info a:hover, 
.widget_heading i, 
.dealers_listing .dealer_info h5 a:hover, 
.main_features ul li p, 
.listing_detail_head .price_info p, 
.listing_other_info button:hover, 
.compare_info table td i, .compare_info table th i,  
#accessories i, 
.price, 
.inventory_info_list ul li i, 
.services_info h4 a:hover, 
.about_info .icon_box, 
.header_style2 .navbar-nav > li > .dropdown-menu a:hover, 
.header_style2 .navbar-default .navbar-nav li:hover .dropdown-menu li a:hover, 
.header_style2 .dropdown-menu > .active > a, 
.header_style2 .dropdown-menu > .active > a:focus, 
.header_style2 .dropdown-menu > .active > a:hover, 
.header_style2 .dropdown-menu > li > a:focus, 
.header_style2 .dropdown-menu > li > a:hover {
	color:#fa2837;
	fill: #fa2837;
}

a:hover, a:focus, .btn-link:hover {
	color:#ff0012;
	fill: #ff0012;
}

.btn, 
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover, 
.recent-tab .nav.nav-tabs li.active a, 
.fun-facts-m, .featured-icon, 
.owl-pagination .owl-page.active,
#testimonial-slider .owl-pagination .owl-page.active, 
.social-follow.footer-social a:hover, 
.back-top a, 
.team_more_info ul li a:hover, 
.tag_list ul li a:hover, 
.pagination ul li.current, 
.pagination ul li:hover,
.btn.outline:hover, 
.btn.outline:focus, 
.share_article ul li:hover, 
.nav-tabs > li a:hover, 
.nav-tabs > li a:focus, 
.label-icon, 
.navbar-default .navbar-toggle .icon-bar, 
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, 
.label_icon, 
.navbar-nav > li > .dropdown-menu, 
.add_compare .checkbox, 
.search_other, 
.vs, 
.td_divider, 
.search_other_inventory, 
#other_info, 
.main_bg, 
.slider .slider-handle, .slider .slider-selection {
  background: #fa2837 none repeat scroll 0 0;
  fill: #fa2837;
}
.btn:hover, .btn:focus, 
.search_other:hover, 
#other_info:hover {
	background-color: #c60210;
	fill: #fb4d59;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover, 
.social-follow.footer-social a:hover, 
.page-header, 
.tag_list ul li a:hover, 
.btn.outline, 
.share_article ul li, 
blockquote, 
.social-follow a:hover, 
.radio label:before,  
.navbar-default .navbar-toggle, 
.owl-buttons div, 
.about_info .icon_box {
	border-color: #fa2837;
}

.recent-tab .nav.nav-tabs li.active::after {
	border-color: #fa2837 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.td_divider:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0 ) rgba(0, 0, 0, 0 ) #fa2837 ;
}

.navbar-nav > li > .dropdown-menu li {
  border-bottom: 1px solid #e21625;
}

@media (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color:#fa2837;	
}


}



/*-------------------------
	1.3. dark-overlay
---------------------------------*/
.div_zindex {
  position: relative;
  z-index: 1;
}
.dark-overlay {
  background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


/*-------------------------------------
	1.4. Space margins and padding
------------------------------------------------*/
.padding_none {
	padding:0px;
}
.padding {
	padding:20px 0;
}
.padding_50px {
	padding:50px 0;
}
.padding_4x4_30 {
	padding:30px;	
}
.padding_4x4_40 {
	padding:40px;	
}
.space-20 {
    width:100%;
    height: 20px;
	clear:both;
}
.space-30 {
    width:100%;
    height: 30px;
	clear:both;
}
.space-40 {
    width:100%;
    height: 40px;
	clear:both;
}
.space-60 {
    width:100%;
    height: 60px;
	clear:both;
}
.space-80 {
    height: 80px;
    width:100%;
}
.margin-btm-20 {
    margin-bottom: 20px;
	clear:both;
}
.margin-none {
	margin:0px;
}



/*-----------------
	1.5. Form
---------------------------*/

.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-label {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto 8px;
}
.form-control {
  background: #eeeeee none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  box-shadow: none;
  color: #888888;
  font-size: 15px;
  height: 46px;
  line-height: 30px;
  padding: 0 15px;
}
.form-control:hover, .form-control:focus {
	box-shadow:none;
	outline:none	
}
.select {
	position:relative;
}
.select select {
  appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   -webkit-appearance: none;
   -ms-appearance: none;
  
}
.select::after {
  color: #878787;
  content: "";
  cursor: pointer;
  font-family: fontawesome;
  font-size: 15px;
  padding: 12px 0;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 0;
}
.form-control option {
  padding: 10px;
}
.control-label {
	color:#555;
	font-size:15px;
	font-weight:700;	
}
.radio label, .checkbox label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding-left: 26px;
  position: relative;
}
.radio input[type=radio],
.checkbox input[type=checkbox] {
	display: none;
}
.radio label:before {
    background-color:transparent;
	border-style:solid;
	border-width:1px;
	border-radius:50%;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0;
	top:4px;
    position: absolute;
    width: 15px;	
}
.checkbox label::before {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #111111;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 16px;
}
.radio input[type=radio]:checked + label:before {
	content: "\2022";
	font-size: 15px;
	text-align: center;
    line-height: 11px;
}
.checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 12px;
	text-align: center;
    line-height: 14px;
}

.black_input .form-control {
	background:#222;
	border-radius:3px;
	color:#fff;
	border:#222 solid 1px;
	font-size:17px;
}
.checkbox, .radio {
  padding-top: 5px;
}

.form-control.white_bg {
	background:#fff;
	border:#e6e5e5 solid 1px;	
}


/*-----------------
	1.6. Table
---------------------------*/

table {
	margin:0 0 30px;
	width:100%;
}
table th, table td {
  border: 1px solid #cccccc;
  padding: 15px;
  padding:18px;
}
table th img, table td img {
	max-width:100%;
}
table thead {
	background:#eee;
}
table thead th, table thead td {
	text-transform:uppercase;
	font-weight:900;
	color:#111;
}



/*-----------------------------------------------------------
	1.7. Section-background-color & sectino-heading
-------------------------------------------------------------------*/
.secondary-bg {
	background-color:#222;
	color:#fff;
}
.dark-bg {
	background-color:#111;
	color:#fff;
}
.gray-bg { 
	background:#eeeeee;
}
.primary-bg {
  background: #fa2837;
  color:#fff;
}
.section-padding {
  padding: 110px 0;
}
.section-header {
  padding-bottom: 55px;
}
.section-header h2 {
  margin-bottom: 30px;
}
.section-header h2 span {
  font-weight: 300;
}
.section-header p {
  font-size: 17px;
}
.homepage-search {
  margin: 25px auto 0;
  max-width: 500px;
}
.homepage-search form {
  position: relative;
}
.homepage-search input {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 24px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  height: 46px;
  padding: 10px 58px 10px 20px;
  width: 100%;
}
.homepage-search input:focus {
  border-color: #bbbbbb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.homepage-search button {
  border-radius: 50%;
  height: 38px;
  line-height: 38px;
  padding: 0;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 38px;
}
.homepage-search button .fa {
  font-size: 14px;
  margin: 0;
}


/*--------------------
	1.8 Tabs 
------------------------------*/

.nav.nav-tabs {
  border: medium none;
}
.nav-tabs > li a {
  background: #000000 none repeat scroll 0 0;
  border-radius: 0;
  color: #ffffff;
  font-weight: 800;
  margin-right: 5px;
  padding: 9px 36px;
  text-align:center;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #ffffff;
}
.nav-tabs > li {
  margin-bottom: 0;
}


/*--------------------------------------------
	1.9. parallex-background
---------------------------------------------------*/
.parallex-bg {
  background-attachment: fixed;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


/*------------------------
	1.10. Modal
--------------------------------*/
.modal-dialog {
  width: 650px;
}
.modal-content {
  padding: 0 32px 22px;
}
.modal-header {
	padding:15px 0;
	margin-bottom:25px;
}
.modal-body {
	padding:10px 0;
}
.modal .modal-header .close {
  background: #000000 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 17px;
  height: 31px;
  line-height: 30px;
  margin-top: 5px;
  opacity: 1;
  text-align: center;
  text-shadow: none;
  width: 31px;
}




/*================
	 2. Header
===========================*/

.default-header {
  background: #fff;
  border-top: 1px solid #f1e5e5;
  border-bottom: 1px solid #edf0f3;
  box-shadow: 0 4px 14px rgba(25, 35, 45, 0.08);
  padding: 18px 0;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.nav-stacked.affix {
  background: #f5f5f5 none repeat scroll 0 0;
  top: 0;
  width: 100%;
  z-index: 11;
  padding: 10px 0;
}
.default-header .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.default-header .row > [class*="col-"] {
  float: none;
}
.logo {
  align-items: center;
  display: flex;
  float: none;
  min-height: 52px;
}
.logo img {
  display: block;
  height: auto;
  max-height: 50px;
  max-width: 130px;
  width: auto;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
	background:#fff;
}
.header_info {
  align-items: center;
  display: flex;
  float: none;
  gap: 24px;
  justify-content: flex-end;
  min-height: 52px;
  text-align: left;
  width: 100%;
}
.login_btn {
  display: block;
  margin: 0;
}
.circle_icon {
  align-items: center;
  border: 1px solid #d7dde3;
  border-radius: 50%;
  color: #555;
  display: flex;
  flex: 0 0 42px;
  float: none;
  font-size: 16px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  margin: 0 12px 0 0;
  text-align: center;
  width: 42px;
}
.uppercase_text {
  color: #1d252c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.25px;
  line-height: 16px;
  margin: 0;
  text-transform: uppercase;
}
.header_widgets {
  align-items: center;
  display: flex;
  flex: 0 1 225px;
  min-width: 0;
  text-align: left;
}
.header_widget_content {
  min-width: 0;
}
.header_widgets a {
  color: #68737d;
  display: block;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header_widgets a:hover {
  text-decoration: underline;
}
.header_account {
  border-left: 1px solid #e5e9ed;
  color: #68737d;
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 18px;
  padding-left: 22px;
  white-space: nowrap;
}
.header_welcome {
  display: block;
}
.header_wrap {
  align-items: center;
  display: flex;
  float: right;
  gap: 10px;
}
.header_search {
  float: none;
  padding: 0;
  position: relative;
}
#header-search-form::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
  border-style: solid;
  border-width: 7px;
  content: "";
  position: absolute;
  right: 9px;
  top: -13px;
  display:none;
}
.header_search input {
  background: #ffffff none repeat scroll 0 0;
  border: 0 none;
  height: 38px;
  padding-right: 45px;
  width: 227px;
}
.header_search button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #555555;
  font-size: 14px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#search_toggle {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  cursor: pointer;
  display:none;
  margin-top: 1px;
  padding: 5px 10px;
}
.user_login {
  align-items: center;
  background: transparent;
  border: 0 none;
  border-radius: 0;
  display: flex;
  float: none;
  margin: 0;
}
.user_login > ul {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
}
.user_login > ul > li.dropdown {
  align-items: center;
  display: flex;
  line-height: 1;
  position: relative;
}
.user_login ul li {
  line-height: 17px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.user_login > ul > li > a.profile_trigger {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: auto;
  justify-content: center;
  padding: 2px 0;
  text-decoration: none;
  transition: opacity 0.2s ease;
  width: auto;
}
.user_login > ul > li > a.profile_trigger:focus,
.user_login > ul > li > a.profile_trigger:hover {
  background: transparent;
  color: #fff;
  opacity: 0.96;
  text-decoration: none;
}
.user_login > ul > li.account_login {
  display: flex;
}
.profile-login-link {
  align-items: center;
  background: #2dcc70;
  border: 1px solid #2dcc70;
  border-radius: 7px;
  color: #102119;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  gap: 7px;
  line-height: 18px;
  padding: 9px 14px;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.profile-login-link:hover,
.profile-login-link:focus {
  background: #80e7a6;
  border-color: #80e7a6;
  box-shadow: 0 6px 14px rgba(45, 204, 112, 0.3);
  color: #102119;
  outline: none;
  text-decoration: none;
  transform: translateY(-1px);
}
.profile-login-link i {
  margin: 0;
}
.user_login > ul > li.admin-dashboard-header {
  align-items: center;
  display: flex;
  margin-right: 10px;
  padding: 0;
}
.user_login > ul > li > a.admin-dashboard-link {
  align-items: center;
  background: linear-gradient(135deg, #2dcc70 0%, #1b9e58 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(27, 158, 88, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  box-sizing: border-box;
  color: #102119;
  display: inline-flex;
  gap: 7px;
  height: 40px;
  min-width: 140px;
  padding: 5px 8px;
  position: relative;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.user_login > ul > li > a.admin-dashboard-link::after {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  content: '';
  inset: 3px;
  pointer-events: none;
  position: absolute;
}
.user_login > ul > li > a.admin-dashboard-link:hover,
.user_login > ul > li > a.admin-dashboard-link:focus {
  background: linear-gradient(135deg, #80e7a6 0%, #2dcc70 100%);
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0 8px 18px rgba(27, 158, 88, 0.31), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  color: #102119;
  outline: none;
  text-decoration: none;
  transform: translateY(-1px);
}
.admin-dashboard-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 7px;
  display: inline-flex;
  flex: 0 0 26px;
  height: 26px;
  justify-content: center;
  position: relative;
  width: 26px;
  z-index: 1;
}
.admin-dashboard-icon i {
  font-size: 11px;
  margin: 0;
}
.admin-dashboard-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  line-height: 1.1;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.admin-dashboard-copy strong {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.admin-dashboard-copy small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-top: 2px;
}
.admin-dashboard-arrow {
  font-size: 11px;
  margin: 0;
  opacity: 0.82;
  position: relative;
  z-index: 1;
}
.profile_avatar {
  align-items: center;
  background: linear-gradient(145deg, #ffffff 0%, #e8eef3 100%);
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.28);
  box-sizing: border-box;
  color: #252d35;
  display: flex;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
  position: relative;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  width: 38px;
}
.profile_avatar_icon {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  line-height: 1;
  width: 100%;
}
.profile_avatar_icon i {
  display: block;
  font-size: 17px;
  line-height: 1;
  margin: 0;
  text-align: center;
  width: 100%;
}
.profile_avatar.is-online::after {
  background: #2dcc70;
  border: 2px solid #111;
  border-radius: 50%;
  bottom: -1px;
  content: "";
  height: 9px;
  position: absolute;
  right: -1px;
  width: 9px;
}
.user_login > ul > li > a.profile_trigger:hover .profile_avatar,
.user_login > ul > li > a.profile_trigger:focus .profile_avatar {
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.36);
  transform: translateY(-1px);
}
.user_login ul.dropdown-menu {
  background: #111111;
  border: 1px solid #2b2b2b;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  left: auto;
  min-width: 210px;
  right: 0;
  padding: 8px 0;
  top: calc(100% + 14px);
}
.user_login ul li.profile_menu_name {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  margin-bottom: 5px;
  padding: 12px 20px 14px;
}
.profile_menu_label {
  color: #9aa3aa;
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 14px;
  text-transform: uppercase;
}
.profile_menu_name strong {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-top: 3px;
  max-width: 172px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user_login ul.dropdown-menu > li > a {
  color: #d9dfe5;
  font-size: 12px;
  line-height: 18px;
  padding: 10px 18px;
  transition: background 0.2s ease, color 0.2s ease;
}




/*----------------------------------
	2.1 Navigation & Dropdown Menu 
------------------------------------------*/
#navigation_bar {
  background: rgba(13, 17, 20, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  min-height: 60px;
  padding: 0;
  position: relative;
  z-index: 10;
}
#navigation {
  padding: 0;
}
nav.navbar {
  background: transparent;
  border: medium none;
  margin: 0 auto;
}
.navbar-default .navbar-nav > li {
  border-radius: 12px;
  margin: 5px 3px;
  padding: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}
.navbar-default .navbar-nav > li:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.nav.navbar-nav > li:nth-last-child(1) {
  padding-right: 0;
}
.navbar-default .navbar-nav > li > a {
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.86);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 20px;
  padding: 14px 16px;
  position: relative;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background: transparent;
  color: #ffffff;
}
.navbar-default .navbar-nav > li.dropdown > a {
  padding: 20px 42px 20px 22px;
}
.navbar-default .navbar-nav > li.dropdown > a::after {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  right: 18px;
  top: 30%;
}
.navbar-default .navbar-nav li:hover a, 
.navbar-default .navbar-nav li.active a {
	color:#fff;	
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
	border-radius:0;
	background:none;
}
#navigation.collapse.navbar-collapse {
  float: left;
  margin: 0px;
}
.navbar-nav > li > .dropdown-menu {
  border: 0 none;
  border-radius:0;
  box-shadow: none;
  padding:0px 0;
}
.navbar-nav > li > .dropdown-menu li {
  margin: 0;
}
.navbar-nav > li > .dropdown-menu a {
	color:#fff;
	padding:12px 25px;
}
.navbar-default .navbar-nav li:hover .dropdown-menu li a {
	color:#fff;	
}
.navbar-nav > li > .dropdown-menu a:hover, 
.navbar-default .navbar-nav li:hover .dropdown-menu li a:hover, 
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background:#111;
}

.navbar-nav > li > .dropdown-menu li:last-child {
	border:0px;
}
.user_login .dropdown-menu > .active > a, .user_login .dropdown-menu > .active > a:focus, .user_login .dropdown-menu > .active > a:hover, 
.user_login  .dropdown-menu > .active > a:hover, .user_login  .dropdown-menu > li > a:focus, .user_login .dropdown-menu > li > a:hover {
	background:#1d1d1d;
	color:#fff;
}
@media (min-width:768px) {
  #navigation_bar .container {
    align-items: center;
    display: flex;
  }
  #navigation_bar .navbar-header {
    display: none;
  }
  .header_wrap {
    float: none;
    margin-left: auto;
    margin-right: 25px;
    order: 1;
  }
  #navigation.collapse.navbar-collapse {
    float: none;
  }

.navbar-default .navbar-nav > li.dropdown:hover .dropdown-menu {
	display:block;
}
.navbar-nav > li > .dropdown-menu {
	top: 80px;
	display: block !important;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	opacity: 0;
	visibility: hidden;
}
.navbar-nav > li:hover > .dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}


}




/*=======================
	 3. Home-Page
================================*/

/*-------------------------
	3.1. Banner
-------------------------------*/
.banner-section {
  background-color: #1a2024;
  background-image: url("../../images/banner-image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  overflow: hidden;
  padding: 120px 0;
  position: relative;
}
.banner-section::before {
  background: linear-gradient(90deg, rgba(5, 8, 10, 0.84) 0%, rgba(5, 8, 10, 0.62) 43%, rgba(5, 8, 10, 0.2) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.banner-section::after {
  background: linear-gradient(90deg, #2dcc70, #8ee8b1);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 3;
}
.hero_slides {
  display: flex;
  height: 100%;
  inset: 0;
  position: absolute;
  transform: translate3d(0, 0, 0);
  transition: transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
  width: 100%;
  z-index: 0;
}
.hero_slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 100%;
  min-height: 100%;
}
.banner-section .container {
  position: relative;
  z-index: 2;
}
.banner_content {
  max-width: 560px;
  padding-left: 42px;
}
.banner_kicker {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 7px;
  letter-spacing: 0.1em;
  line-height: 16px;
  padding: 7px 12px;
  text-transform: uppercase;
}
.banner_kicker .fa {
  color: #8ee8b1;
}
.banner_content h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 18px 0 16px;
  text-transform: none;
}
.banner_content h1 span {
  display: block;
  font-weight: 300;
}
.banner_content p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  margin: 0 0 26px;
  max-width: 510px;
}
.banner_actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.banner_content .banner_cta {
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(20, 180, 94, 0.28);
  display: inline-flex;
  font-size: 16px;
  gap: 12px;
  line-height: 24px;
  margin: 0;
  padding: 14px 20px 14px 24px;
  text-transform: none;
}
.banner_content .banner_cta .fa {
  font-size: 14px;
  margin: 0;
  transition: transform 0.2s ease;
}
.banner_content .banner_cta:hover,
.banner_content .banner_cta:focus {
  background: #21b55f;
  box-shadow: 0 12px 28px rgba(20, 180, 94, 0.36);
}
.banner_content .banner_cta:hover .fa,
.banner_content .banner_cta:focus .fa {
  transform: translateX(3px);
}
.hero_pager {
  bottom: 20px;
  display: flex;
  gap: 7px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}
.hero_dot {
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  cursor: pointer;
  height: 6px;
  padding: 0;
  transition: background 0.25s ease, width 0.25s ease;
  width: 22px;
}
.hero_dot.is-active {
  background: #2dcc70;
  border-color: #2dcc70;
  width: 34px;
}
.car-finder-box {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 26px;
}
.find-car-form {
  overflow: hidden;
}
.find-car-form .form-control{ border:none;}
.find-car-form .col-form-6 {
  float: left;
  width: 49%;
}
.find-car-form .col-form-6:nth-child(2n+1) {
  margin-right: 10px;
}


/*-------------------------
	3.2. Filter-Form
-------------------------------*/

#filter_form {
	padding:46px 0;
}
#filter_form h3 {
	font-size:30px;
	margin-bottom:25px;
}
#filter_form .btn {
	font-size:18px;	
}
#filter_form .btn i {
	margin-right:6px;
}
#filter_form .form-group {
	margin-bottom:20px;
}
.slider.slider-horizontal .slider-track {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
.slider .slider-handle, .slider .slider-selection {
	background-image:none;
}



/*-------------------------
	3.3. About-Us-Section
-------------------------------*/
.looking-car {
  border: 3px solid #e1e1e1;
  border-radius: 0 30px;
  padding: 58px 25px;
  position: relative;
  width: 450px;
}
.looking-car span {
  font-weight: 300;
}
.looking-car-content {
  width: 60%;
}
.looking-cat-image {
  position: absolute;
  right: -120px;
  top: 40px;
  max-width:350px;
}
.looking-car-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 26px;
  width: 85%;
}
.looking-cat-image img {
	max-width:100%;
}



/*-----------------------------
	3.4. Recently-Listed-Cars
-----------------------------------*/
.recent-tab {
  margin: 0 auto;
  text-align: center;
}
.recent-tab ul.nav-tabs {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  display:inline-block;
}
.recent-tab .nav.nav-tabs a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  color: #222222;
  font-size: 15px;
  line-height: 26px;
  margin: 0 auto;
  padding: 6px 32px;
  position:relative
}
.recent-tab .nav.nav-tabs li.active a {
  border: medium none;
  color: #ffffff;
}
.recent-tab .nav.nav-tabs li.active::after {
  border-style: solid;
  border-width: 12px;
  bottom: -20px;
  content: "";
  height: 8px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 12px;
}
.col-list-3 {
  float: left;
  padding: 0 15px;
  width: 33%;
}
.col-list-3:nth-child(3n) {
	clear:right;
}
.col-list-3:nth-child(3n+1) {
	clear:left;
}
.recent-car-list {
  background: #ffffff;
  border: 1px solid rgba(25, 35, 45, 0.08);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(25, 35, 45, 0.12);
  display: flex;
  flex-direction: column;
  margin-top: 36px;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.recent-car-list:hover {
  box-shadow: 0 14px 30px rgba(25, 35, 45, 0.18);
  transform: translateY(-4px);
}
.car-info-box {
  background: #f3f5f7;
  overflow: hidden;
  position: relative;
}
.car-info-box > a {
  display: block;
  overflow: hidden;
}
.car-info-box > a img {
  display: block;
  height: 195px;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}
.recent-car-list:hover .car-info-box > a img {
  transform: scale(1.035);
}
.car-info-box ul {
  align-items: center;
  background: linear-gradient(180deg, rgba(18, 23, 28, 0.72), rgba(18, 23, 28, 0.92));
  bottom: 0;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin: 0;
  min-height: 42px;
  padding: 0 13px;
  position: absolute;
  width: 100%;
}
.car-info-box li {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex: 1 1 auto;
  font-size: 12px;
  line-height: 1.2;
  list-style: outside none none;
  margin: 0;
  min-width: 0;
  white-space: nowrap;
}
.car-info-box li .fa {
  color: rgba(255, 255, 255, 0.88);
  flex: 0 0 auto;
  margin-right: 6px;
}
.car-title-m {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  min-height: 76px;
  overflow: hidden;
  padding: 18px 18px 10px;
}
.car-title-m h6 {
  flex: 1 1 auto;
  float: none;
  line-height: 21px;
  margin: 0;
  max-width: none;
  min-width: 0;
}
.car-title-m h6 a {
  color: #111111;
  font-size: 16px;
  font-weight: 800;
  line-height: 21px;
  text-decoration: none;
}
.car-title-m h6 a:hover {
  text-decoration: none;
}
.car-title-m .price {
  color: #4f5962;
  flex: 0 0 auto;
  float: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 21px;
  white-space: nowrap;
}

.inventory_info_m {
  flex: 1 1 auto;
  min-height: 68px;
  padding: 0 18px 18px;
}
.inventory_info_m p {
  color: #87919a;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}
.blog-info-box .share_article {
	position:absolute;
	top:15px;
	left:15px;
	overflow:hidden;
}
.blog-info-box .share_article p {
	background:rgba(0, 0, 0, 0.5);
	border:rgba(255, 255, 255, 0.5) solid 2px;
	border-radius:50%;
	width:35px;
	height:35px;
	text-align:center;
	color:#fff;
	line-height:30px;
	cursor:pointer;
	float:left;
	margin:0;
}
.blog-info-box .share_article:hover p, .blog-info-box .share_article:hover ul li a {
	background:#fff;
	color:#000;
}
.blog-info-box .share_article:hover ul li a:hover {
	border-radius:50%;
	color:#fa2837;
}
.blog-info-box .share_article ul {
	position:absolute;
	background:none;
	float:left;
	width:auto;
	opacity:0;
	visibility:hidden;
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
    transform:translateY(-100%);
	 -moz-transform:translateY(-100%);
	  -o-transform:translateY(-100%);
	   -webkit-transform:translateY(-100%);
	    -ms-transform:translateY(-100%);
}
.blog-info-box .share_article ul li {
	height:35px;
	width:35px;
	line-height:35px;
	background:rgba(0, 0, 0, 0.5);
	border:0px;
	
}
.blog-info-box .share_article:hover ul {
	opacity:1;
	visibility:visible;
	position:relative;
	transform:translateY(0%);
	 -moz-transform:translateY(0%);
	  -o-transform:translateY(0%);
	   -webkit-transform:translateY(0%);
	    -ms-transform:translateY(0%);
}



/*---------------------
	3.5. Fun-Facts
-----------------------------*/
.fun-facts-section {
  background: #151b1f url("../../images/fun-facts-bg.jpg") center center / cover no-repeat;
  overflow: hidden;
  padding: 82px 0;
  position: relative;
}
.fun-facts-section .container {
  position: relative;
  z-index: 2;
}
.fun-facts-section .row {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}
.fun-facts-section .row > [class*="col-"] {
  float: none;
}
.fun-facts-m {
  align-items: center;
  background: linear-gradient(145deg, rgba(45, 204, 112, 0.98), rgba(27, 171, 86, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  color: #ffffff;
  display: flex;
  height: 176px;
  margin: 0 auto;
  max-width: 230px;
  padding: 24px;
  text-align: left;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  width: 100%;
}
.fun-facts-m:hover {
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
  transform: translateY(-5px);
}
.fun-facts-m .cell {
  display: block;
  width: 100%;
}
.fun-facts-m h2 {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 34px;
  gap: 12px;
  line-height: 1;
  margin: 0 0 13px;
}
.fun-facts-m h2 .fa {
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  display: inline-flex;
  flex: 0 0 46px;
  font-size: 21px;
  height: 46px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  width: 46px;
}
.fun-facts-m p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 20px;
  margin: 0;
}


/*----------------------
	3.6. Featured-Cars
-------------------------------*/
.featured-car-list {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin:0 auto 15px;
  transition-duration:0.3s;
   -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
     -webkit-transition-duration:0.3s;
      -ms-transition-duration:0.3s;
}
.featured-car-list:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.featured-car-img {
  position: relative;
  overflow:hidden;
}
.featured-icon {
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  right: -28px;
  text-align: center;
  text-transform:capitalize;
  top: 9px;
  transform: rotate(45deg);
  width: 105px;
}
.featured-car-content {
  padding: 20px;
  overflow:hidden;
}
.featured-car-content a {
  color: #111111;
}
.featured-price {
  font-size: 18px;
  font-weight: 800;
}
.featured-car-content ul {
  border-top: 1px solid #e7e6e6;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 20px 0 0;
}
.featured-car-content li {
  float: left;
  font-size: 13px;
  list-style: outside none none;
  margin-bottom: 8px;
  width: 50%;
}
.featured-car-content li .fa {
  font-size: 15px;
  margin-right: 8px;
}
.price_info {
	overflow:hidden;
}	
.featured-price {
	float:left;
	width:50%;
}
.price_info .car-location {
	float:right;
	margin:0 auto;
	width:50%;
}
.price_info .car-location > span {
  display: block;
  line-height: 30px;
}
.compare_item {
  background:rgba(0, 0, 0, 0.8);
  left: 10px;
  padding: 0 12px;
  position: absolute;
  top: 10px;
}
.compare_item .checkbox {
	margin:4px 0;
	padding:0px;
}
.compare_item .checkbox label {
	color:#fff;
    font-weight:400;
	font-size:13px;
}
.compare_item .checkbox label::before {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  height: 12px;
  top: 4px;
  width: 12px;
}
.compare_item .checkbox input[type="checkbox"]:checked + label::before {
  color: #000;
  font-weight: bold;
}



/*---------------------
	3.7. Trending-Cars
-----------------------------*/
.trending-car-m {
  position: relative;
}
.trending-hover {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  padding: 10%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 100%;
  transition-duration: 0.5s;
   -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
     -webkit-transition-duration: 0.5s;
      -ms-transition-duration: 0.5s;
  width: 100%;
  z-index: 111;
}
.trending-car-m:hover .trending-hover {
	top:0px;
}
.trending-hover h4 {
	position:absolute;
	margin:0 auto;
	top:50%;
	left:15px;
	right:15px;
	transform:translateY(-50%);
	 -moz-transform:translateY(-50%);
	  -o-transform:translateY(-50%);
	   -webkit-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
}
.trending-hover h4 a {
	color:#fff;
}
.owl-pagination {
	width:100%;
	display:block;
	margin:auto;
	text-align:center
}
.owl-pagination .owl-page {
	height:10px;
	width:10px;
	background:#929292;
	border-radius:50%;
	display:inline-block;
	margin:25px 5px 0px;
}
.owl-pagination .owl-page.active {
	height:16px;
	width:16px;
	border-radius:50%;
	position:relative;
	top:2px;
}


/*--------------------
	3.8 Testimonial-Section
-----------------------------*/
.testimonial-section {
  background-image: url("../../images/testimonial-bg.jpg");
}
.white-text h2 {
  color: #ffffff;
}
.testimonial-m {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
.testimonial-img {
  border: 5px solid #ffffff;
  border-radius: 50%;
  float: left;
  height: 215px;
  left: 30px;
  overflow: hidden;
  position: absolute;
  top: 42px;
  width: 215px;
  z-index: 1;
}
.testimonial-img > img {
  max-width: 100%;
}
.testimonial-content {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0 30px;
  float: right;
  padding: 35px 35px 35px 92px;
  position: relative;
  width: 425px;
}
.testimonial-content::after {
  background: rgba(0, 0, 0, 0) url("../../images/testimonial-content-bg.jpg") repeat scroll 0 0 / cover ;
  border-radius: 0 30px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.client-designation {
  color: #555555;
  font-size: 14px;
}
.testimonial-heading {
  margin-bottom: 35px;
  padding-left: 110px;
  position: relative;
}
.testimonial-heading h5 {
  margin: 0 auto;
}
.testimonial-heading::after {
  content: "";
  font-family: fontawesome;
  font-size: 100px;
  left: 0;
  line-height: 28px;
  position: absolute;
  top: 15px;
  color:rgba(0, 0, 0, 0.1);
}
.testimonial-content > p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 auto 5px;
  padding-left: 35px;
}
#testimonial-slider .owl-pagination .owl-page {
	background:#fff;
}



/*----------------------
	3.9. Blog-Section
-----------------------------*/
.blog-info-box {
  position: relative;
}
.blog-info-box ul {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 0;
  margin: 0 auto;
  padding: 0 15px;
  position: absolute;
  width: 100%;
}
.blog-info-box li {
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  line-height: 50px;
  list-style: outside none none;
  margin: 0 10px 0 auto;
}
.blog-info-box li a{
  color: #ffffff;
}
.blog-info-box li .fa {
  margin-right: 3px;
}
.blog-content {
  overflow: hidden;
  padding-top: 25px;
}
.blog-content h5 {
	line-height:26px;	
}
.blog-content h5 a {
	color:#111;	
}
.blog-content a i {
	margin:0px;
	transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	 -o-transition-duration:0.3s;
	  -webkit-transition-duration:0.3s;
	   -ms-transition-duration:0.3s;
}
.blog-content a:hover i {
	margin-left:8px;
}



/*------------------------
	3.10. Popular-Brands
--------------------------------*/
.brand-section {
  padding: 55px 0;
}
.brand-hadding {
  border-right: 1px solid #bbbbbb;
  float: left;
  padding-right: 10px;
  position: relative;
  width: 90px;
}
#popular_brands div {
	padding:0 10px;
}
.brand-hadding::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #bbbbbb;
  border-style: solid;
  border-width: 12px;
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
}
.brand-hadding h5 {
  line-height: 26px;
  margin: 10px 0;
}
.brand-logo-list {
  float: right;
  margin: 0 auto;
  padding: 0 0 0 30px;
  width: 90%;
}

.brand-logo-list a img {
  margin: 0 auto;
}
.brand-logo-list .owl-controls.clickable {
	display:none !important;
}



/*-------------------------------------------------
	3.11. Login / Register / Forgot password
-------------------------------------------------------*/

.login_wrap, .signup_wrap {
  display: table;
  position: relative;
  width: 100%;
}
#loginform .modal-footer, #signupform .modal-footer, #forgotpassword .modal-footer {
	text-align:center;
	border-top:0px;
}
#loginform .modal-footer p, #signupform .modal-footer p, #forgotpassword .modal-footer p {
	margin:0px;
	font-size:14px;
	color:#111;
	line-height:22px;
	font-weight:400;
}
.mid_divider {
  border-left: 1px solid #d7d7d7;
  height: 100%;
  left: 50%;
  position: absolute;
  top:0;
}
.btn.facebook-btn, .btn.facebook-btn:hover {
	background:#3c5a98;
}
.btn.twitter-btn, .btn.twitter-btn:hover {
	background:#28bcec;
}
.btn.googleplus-btn, .btn.googleplus-btn:hover {
	background:#fe0000;
}
.btn.facebook-btn, .btn.twitter-btn, .btn.googleplus-btn {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 10px 22px;
  text-align: left;
}
.btn.facebook-btn i, .btn.twitter-btn i, .btn.googleplus-btn i { 
	font-size:26px;
	margin-right:10px;
}

.gray_text {
	color:#ccc;
}
.forgotpassword_wrap p {
	margin:0 auto 15px;
	max-width:80%;
}


/*-----------------
	3.12. Footer
------------------------*/
.footer-top {
  background: #151b1f;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #aeb8bf;
  padding: 68px 0 54px;
}
.footer-top .row {
  display: flex;
  flex-wrap: wrap;
}
.footer-top .row > [class*="col-"] {
  float: none;
}
.footer-top h6 {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 24px;
  padding-bottom: 12px;
  position: relative;
  text-transform: uppercase;
}
.footer-top h6::after {
  background: #2dcc70;
  border-radius: 999px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 34px;
}
.footer-top ul {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.footer-top ul li {
  color: #aeb8bf;
  font-size: 13px;
  line-height: 21px;
  list-style: outside none none;
  margin-bottom: 13px;
  padding-left: 0;
  position: relative;
}
.footer-top ul li a::after {
  display: none;
}
.footer-top ul li a {
  color: #dce3e7;
  display: inline-block;
  transition: color 0.2s ease, transform 0.2s ease;
}
.footer-top ul li a:hover,
.footer-top ul li a:focus {
  color: #2dcc70;
  text-decoration: none;
  transform: translateX(3px);
}
.footer-top ul li > .fa {
  color: #2dcc70;
  font-size: 13px;
  margin-right: 8px;
  text-align: center;
  width: 16px;
}
input.newsletter-input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 13px;
  text-align: left;
}
.subscribed-text {
  color: #7f8a92;
  font-size: 12px;
  line-height: 18px;
  padding-top: 10px;
}
.footer-bottom {
  background: #0d1216;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 20px 0;
}
.footer-bottom .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.footer-bottom .row > [class*="col-"] {
  float: none;
}
.footer_widget {
  align-items: center;
  color: #dce3e7;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin: 0;
}
.footer_widget p {
  color: #aeb8bf;
  display: inline-block;
  font-size: 12px;
  margin: 0;
  vertical-align: middle;
}
.footer_widget ul {
  align-items: center;
  display: flex;
  gap: 7px;
  margin: 0;
  padding: 0;
}
.footer_widget ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
}
.footer_widget ul li a {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  height: 32px;
  justify-content: center;
  margin: 0;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  width: 32px;
}
.footer_widget ul li a:hover,
.footer_widget ul li a:focus {
  background: #2dcc70;
  border-color: #2dcc70;
  color: #ffffff;
  transform: translateY(-2px);
}
.footer_widget ul li a i {
  margin: 0;
}
.copy-right {
  color: #aeb8bf;
  font-size: 12px;
  line-height: 22px;
  margin: 0;
}
.back-top {
  bottom: 35px;
  position: fixed;
  right: 33px;
  z-index: 1;
}
.back-top a {
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 19px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  width: 40px;
}
.back-top a:hover, .back-top a:focus {
	color:#fff;
}




/*=======================
	 4. Home-Page-2
================================*/


/*-----------------
	4.1. Header
------------------------*/
.header_style2 {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  background:#fff;
  transition-duration:0.3s;
   -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
     -webkit-transition-duration:0.3s;
      -ms-transition-duration:0.3s;
}
.header_style2 #navigation_bar {
  background: #fff;
  text-align:center;
}
.header_style2 .navbar-default .navbar-nav > li {
	margin:0;
}
.header_style2 .navbar-default .navbar-nav > li > a {
  color: #111;
  padding:30px 18px;
}
.header_style2 .user_login i {
	font-size:24px;
	color:#111;
}
.header_style2 .logo {
  margin: 20px 0;
}
.header_style2 .user_login {
  margin: 29px 10px 20px 0;
}
.header_style2 .login_btn {
  margin: 28px 0;
}
.header_style2 .navbar-default .navbar-nav > li.dropdown > a::after {
  right: 0;
}
.header_style2 .navbar-nav > li, .header_style2 .navbar-nav {
  display: inline-block;
  float: none;
}
.header_style2 .navbar-default .navbar-nav > li.dropdown > a::after {
  top: 34%;
}

@media (min-width:992px) {
.header_style2 #navigation.collapse.navbar-collapse {
  display: inline-block !important;
  float: none;
  width: auto !important;
}
.header_style2 {
  padding:6px 0;
}

}

.header_style2.nav-stacked.affix {
	padding:0px;
}



/*--------------------
	4.2. Banner
---------------------------*/
#banner2 {
	position:relative;
}
#banner2 h3 {
	font-weight:300;
	margin:0 auto 30px;
}
.bannre-item {
	position:relative;
	padding:150px 0 250px;
	background-repeat:no-repeat;
}
.banner_text {
	position:relative;
	z-index:1;
}
#banner2 .item:after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#banner2 .carousel-caption {
  bottom: inherit;
  left: 20%;
  padding-bottom: 30px;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
}
#banner2 .carousel-control {
  width: 10%;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
  border:rgba(255, 255, 255, 0.5) solid 1px;
  line-height: 22px;
}


/*--------------------
	4.13. Filter-Form
---------------------------*/
#filter_form2 {
  margin: -120px 0 -20px;
  position: relative;
  z-index: 1;
}
.main_bg {
	padding:30px;
	box-shadow:rgba(0, 0, 0, 0.3) 0 0 10px;
}
.main_bg .btn {
	background:#111;
}
.main_bg .btn:hover {
	background:#000;
}
#filter_form2 .form-label {
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 700;
}
form .slider.slider-horizontal {
	width:100%;
}
#filter_form2 .slider.slider-horizontal .slider-track {
	background-image:none;
	background-color:rgba(255, 255, 255, 0.3);
}
#filter_form2 .slider-handle {
  background-color: #ffffff;
  background-image: none;
}
#filter_form2 .slider-selection {
	background-color:#fff;
}



/*-----------------
	4.4. About-us
------------------------*/
.about_info {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding:40px 20px;
  text-align:center;
  transition-duration: 0.3s;
   -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
     -webkit-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
}
.about_info:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.about_info .icon_box {
  float:none;
  margin: 0 auto 25px;
}
.about_info h5 {
	margin:0 auto 10px;
}


/*-----------------
	4.5. Fan-Facts
------------------------*/
#fun-facts {
	position:relative;
}
.vc_row {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.vc_col {
  display: flex;
}
.fact_m {
  display: block;
  margin: 0 30px 0 16%;
  width: auto;
}
.fact_m ul {
	margin:0px;
	padding:40px 0 0;
	clear:both;
}
.fact_m ul li p {
	margin:0px;
}
.fact_m ul li h2 {
	margin:0px;
}
.fact_m ul li {
	list-style:none;
	float:left;
	border:rgba(255, 255, 255, 0.2) solid 1px;
	padding:30px 18px;
	width:48%;
	margin:0 2% 12px 0;
}
.fact_m ul li i {
	font-size:65px;
	float:left;
	margin:0 10px 20px 0;
}
.facts_section_bg {
  background: rgba(0, 0, 0, 0) url("../../images/facts_bg.jpg") no-repeat scroll 0 0 / cover ;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}



/*-----------------
	4.6. Our-Services
------------------------*/
.services_info {
	overflow:hidden;
	margin:30px auto 0;
}
.our_services {
  display: block;
  margin: 0 16% 0 40px;
  width: auto;
}
.services_info h4 {
	margin:10px auto;
}
.services_info h4 a {
	color:#fff;
}
.services_info p {
	line-height:22px;
}
.icon_box {
	float:left;
	width:99px;
	height:99px;
	text-align:center;
	font-size:40px;
	line-height:90px;
	border-radius:50%;
	border:rgba(255, 255, 255, 0.2) solid 1px;
	margin:0 25px 25px 0;
}



/*-----------------
	4.7. Testimonial
------------------------*/
#testimonial {
	position:relative;
}
.testimonial_wrap {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin: 15px;
  padding: 40px;
  text-align: center;
  overflow:visible;
  position:relative;
  transition-duration:0.3s;
   -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
     -webkit-transition-duration:0.3s;
      -ms-transition-duration:0.3s;
}
.testimonial_wrap:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.testimonial_wrap .testimonial-img {
  float: none;
  height: 135px;
  left: inherit;
  margin: 0 auto 20px;
  position: relative;
  right: inherit;
  top: inherit;
  width: 135px;
}
.testimonial_wrap .testimonial-heading::after { 
	display:none;
}
.testimonial_wrap::after {
  color: rgba(0, 0, 0, 0.1);
  content: "";
  font-family: fontawesome;
  font-size: 100px;
  left: 25px;
  line-height: 28px;
  position: absolute;
  top: 60px;
}
.testimonial_wrap .testimonial-heading {
	padding:0px;
	margin:0 auto 20px;
}



/*-----------------
	4.8. Help
------------------------*/
#help {
  background-image: url("../../images/help_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; 
  position:relative;
  background-attachment:fixed;
}




/*========================================
	 5. Inner-Page-Heading-Section
==============================================*/

.page-header {
  background-image: url("../../images/listing-page-header-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 none;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.page-header_wrap {
  padding:60px 0;
  position:relative;	
  text-align:center;
}
.page-heading {
  z-index:1;
  position:relative;
}
.page-heading h2, .page-heading h1 {
  font-size:40px;
  color: #ffffff;
  margin: 0 auto;
}



/*=======================
	 6. Breadcrumb
================================*/
.coustom-breadcrumb {
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}
.coustom-breadcrumb li {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  line-height: 45px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0 10px;
  position:relative;
}
.coustom-breadcrumb a {
  color: #ffffff;
}
.coustom-breadcrumb li a:hover {
	color:#fff;
	text-decoration:underline;
}
.coustom-breadcrumb a::after {
  color: #fff;
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: -5px;
  vertical-align: middle;
}


/*========================
	7. Listing-Page
=============================*/
.listing-page {
  overflow: hidden;
  padding: 80px 0;
}
.result-sorting-wrapper {
  background: #f5f5f5 none repeat scroll 0 0;
  border-bottom: 3px solid #e5e5e5;
  border-left: 4px solid #cecece;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 10px 20px;
}
.sorting-count {
  float: left;
}
.sorting-count p {
  margin: 0 auto;
  color:#222222;
}
.sorting-count span {
  color: #999999;
}
.result-sorting-by {
  float: right;
}
.result-sorting-by p {
  display: inline-block;
  margin: 0 auto;
  color:#222222;
}
.result-sorting-by form {
  display: inline-block;
}
.sorting-select {
  margin: 0 auto;
  padding-left: 10px;
}
.sorting-select .form-control {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 50px;
  color: #555555;
  font-size: 12px;
  height: auto;
  padding: 0 30px 0 12px;
}
.sorting-select.select::after {
  font-size: 12px;
  padding: 7px 0;
  right: 13px;
  color: #555555;
}
.sorting-select .form-control option {
  padding: 5px;
}
.product-listing-m {
  margin:0 auto 40px;
  overflow: hidden;
}
.product-listing-img {
  float: left;
  width: 45%;
  position:relative;
  overflow:hidden;
}
.product-listing-content {
  float: left;
  padding:20px 15px 20px 30px;
  width: 55%;
}
.product-listing-content h5 {
  margin-bottom: 2px;
}
.product-listing-content h5 a {
	color:#111;
}
.product-listing-content ul {
  margin: 0 auto 22px;
  overflow: hidden;
  padding: 0;
}
.product-listing-content li {
  float: left;
  font-size: 13px;
  font-weight: 400;
  list-style: outside none none;
  margin: 0 auto;
  width: 33%;
}
.product-listing-content li .fa {
  font-size: 15px;
  margin-right: 8px;
}
.car-location {
  display: inline-block;
  margin-left: 24px;
  color:#919090;
  font-size:13px;
}
.label_icon {
  color: #ffffff;
  font-size: 13px;
  line-height: 26px;
  padding: 0 12px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
}
.recent_addedcars ul {
  margin: 0;
  padding: 0;
}
.recent_addedcars ul li {
  list-style: outside none none;
  margin: 0 auto 15px;
  overflow: hidden;
}
.recent_addedcars ul li a {
  display: block;
}
.recent_post_img {
  float: left;
  width: 34%;
  overflow:hidden;
}
.recent_post_img img {
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
	transform:scale(1);
	 -moz-transform:scale(1);
	  -o-transform:scale(1);
	   -webkit-transform:scale(1);
	    -ms-transform:scale(1);
	width: 100%;
}
.recent_post_img:hover img {
	transform:scale(1.1);
	 -moz-transform:scale(1.1);
	  -o-transform:scale(1.1);
	   -webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
}
.recent_post_title {
  float: right;
  padding: 4px 10px;
  width: 66%;
}
.recent_post_title a {
  color: #111;
  font-weight: 700;
  line-height: 22px;
}
.widget_price {
	font-size:13px;
	margin:0px;
}

.sell_car_quote {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../../images/img_390x390.jpg") !important;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 25px !important;
}
.sell_car_quote .btn {
	margin-bottom:15px;	
}



/*===========================
	8. Listing-grid-Style
==================================*/
.grid_listing .product-listing-m {
  margin: 0 -15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin:0 auto 40px;
}
.grid_listing .product-listing-img, .grid_listing .product-listing-content {
	float:none;
	width:100%;
}
.grid_listing .product-listing-img img {
	width:100%;
}
.grid_listing .product-listing-content {
  padding: 20px 20px 0;
}
.grid_listing .product-listing-content h5 {
	line-height:26px;
	margin:0 auto 20px
}
.grid_listing .product-listing-content .list-price {
	font-size:18px;
	color:#555;
	font-weight:900;
	display:inline-block;
	vertical-align:middle;	
	margin:0 auto;
}
.grid_listing .product-listing-content .car-location {
  float: right;
}
.grid_listing .product-listing-content ul.features_list {
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #e1e0e0;
  clear:both;
  margin: 16px -20px 0;
  padding: 15px 20px;
}
.grid_listing .product-listing-content ul.features_list li {
  color: #8d8d8d;
  margin-bottom: 3px;
  width: 50%;
}
.grid_listing:nth-child(3n+1) {
  clear: left;
}
.grid_listing:nth-child(3n) {
  clear: right;
}


/*=======================
	9. Listing-Detail
===============================*/
.listing-detail {
	padding:80px 0;	
}
.listing_detail_head {
	margin-bottom:50px;
}
.listing_detail_header .listing_detail_head {
	margin-bottom:0px;
}
.pricing_info .price {
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  margin: 0;
  vertical-align: middle;
}
.listing_more_info {
	overflow:hidden;
	padding:50px 0;	
}
.listing_info_tab {
  border: 1px solid #e0dfdf;
  margin-top: 20px;
  padding: 40px;
}
.block-head {
	margin-bottom:30px;
}
.block-head h4 {
	margin:0px;
}
table.info-tabel tr td {
	border-left-width:0px;
	border-right-width:0px;
	padding:15px 20px ;
}
.info-tabel tr td:first-child {
	color:#111;	
	border-left-width:1px;
	font-weight:700;
}
.info-tabel tr td:last-child {
	border-right-width:1px;
}
.financing_calculatoe {
	margin-bottom:20px;	
}
.financing_calculatoe .btn {
	margin-top:15px;
}
.dealer_detail img {
	max-width:100%;
	margin:0 auto 15px;
}
.dealer_detail p {
	margin:0 auto 8px;
}
.dealer_detail p span {
	color:#111;
	margin:0 5px 0 0;
	min-width:50px;
	display:inline-block;
}
.dealer_detail .btn {
	margin-top:15px;
}
.listing_detail_wrap {
	border:#dcd9d9 solid 1px;	
}
.listing_detail_wrap .nav-tabs > li a {
	font-size:18px;
	font-weight:400;
	line-height:66px;
	padding:0 30px;
	background:none;
	color:#555;
}
.listing_detail_wrap .nav-tabs > li.active a, .listing_detail_wrap .nav-tabs > li:hover a {
	color:#fff;
	background:#fa2837;
}
.listing_detail_wrap .tab-content {
  padding: 30px;
}
.listing_detail_wrap .tab-content h1, .listing_detail_wrap .tab-content h2, 
.listing_detail_wrap .tab-content h3, .listing_detail_wrap .tab-content h4, 
.listing_detail_wrap .tab-content h5, .listing_detail_wrap .tab-content h6 {
	margin-top:35px;	
}
.listing_more_info table td, .listing_more_info table th {
	font-size:16px;
}
.listing_more_info table tr td:first-child {
	color:#111;
}
 
.similar_cars {
	padding:20px 0;
}
.similar_cars h3 {
	margin-bottom:25px;
}
.similar_cars .grid_listing:nth-child(3n+1), .similar_cars .grid_listing:nth-child(3n) {
  clear: inherit;
}

.main_features {
	overflow:hidden;
}
.main_features ul {
	padding:0px;
	margin:0px;
}
.main_features ul li {
  border: 1px solid #dcd9d9;
  float: left;
  list-style: outside none none;
  margin: 0 17px 0 0;
  min-height: 113px;
  min-width: 123px;
  padding: 10px;
  text-align: center;
}
.main_features ul li h5 {
	font-weight:300;
	margin:0px;
}
.main_features ul li p {
	font-size:11px;
	margin:0px;
}
.main_features ul li i {
	color:#c0c0c0;
	font-size:36px;
	margin:0px;
}
.main_features ul li:last-child {
	margin:0px;
}
.share_vehicle {
	background:#222222;
	padding:22px 26px;
	margin:0 auto 35px;	
}
.share_vehicle p, .share_vehicle a {
	color:#fff;
	font-size:20px;
	margin:0px;
}
.share_vehicle a {
	margin:0 4px;
}
.add_compare {
	margin:0 0 15px 0 ;
}
.add_compare .checkbox {
  color: #ffffff;
  display: inline-block;
  margin: 0;
  padding: 6px 15px;
}
.add_compare .checkbox label::before {
	border-color:#fff;
	background:#fff;
}
.listing_detail_head .car-location {
	margin:0px;
	color:#555;
	font:16px;	
}
.listing_detail_head .price_info {
  overflow: visible;
  text-align: right;
}
.listing_detail_head .price_info p {
	font-size:40px;
	font-weight:900;
}
.listing_detail_head .price_info .old_price {
	color:#222;
	text-decoration:line-through;
	font-size:20px;
}
#info_toggle {
	float:left;
}
.listing_other_info button {
	background:none;
	border:0px;
	border-radius:0px;
	font-size:16px;
	text-transform:uppercase;
	padding:26px 0;
	margin:0 40px 0 0;
}	
.listing_other_info button i {
	margin:0 4px 0 0;	
}
.listing_other_info button:last-child {
	margin:0px;
}
.search_other {
  float: right;
  font-size: 16px;
  padding: 26px 20px;
  text-transform: uppercase;
  cursor:pointer;
}
#other_info {
  border-radius: 50%;
  cursor: pointer;
  display: none;
  float: left;
  font-size: 18px;
  margin-top: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.owl-buttons {
  left: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform:translateY(-50%);
   -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
     -webkit-transform:translateY(-50%);
      -ms-transform:translateY(-50%)
}
.owl-buttons div {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  padding: 7px;
  text-transform: capitalize;
}
.owl-buttons .owl-next {
	float:right;
}


.listing_detail_header {
  background: rgba(0, 0, 0, 0) url("../../images/listing-detail-header-img.jpg") no-repeat fixed center center / cover ;
  padding: 80px 0;
  position: relative;
}
.listing_detail_header .share_vehicle {
	display:inline-block;
	background:none;
	padding:0px;
	margin:0 0 0 20px;
}
.listing_detail_header .listing_detail_head .price_info .old_price {
	color:#fff;
}
.listing_detail_header .listing_detail_head .car-location {
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 30px;
}
.slick-slide img {
	max-width:100%;
}
.listing_images_slider_nav {
	position:relative;
	padding:0 50px;
	margin:15px auto 40px;
}
.listing_images_slider_nav .slick-slide {
	margin:0 8px;
	cursor:pointer;
}
.slick-arrow {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  font-size: 0;
  position: absolute;
  top: 50%;
  left:0;
  transform: translateY(-50%);
}
.slick-arrow.slick-next {
	right:0px;
	left:inherit;
}
.slick-arrow::after {
  content: "";
  font-family: fontawesome;
  font-size: 34px;
}

.slick-arrow.slick-prev::after {
  content: "\f104";
}

.slick-arrow.slick-next::after {
  content: "\f105";
}
.inner-filter {
	display:none;
}

.video_wrap {
	margin:40px auto 0px	
}
.video-box iframe {
	width:100%;
	height:400px;
	border:0px;
}


/*=======================
	10. Contact-Us-Page
================================*/
.contactus_page {
	background-image:url(../../images/contact-page-header-img.jpg);	
}
.contact_form {
	padding:28px;
}
.contact_us h3 {
	margin-bottom:22px;
}
.contact_form .form-control {
	margin-bottom:8px;
}
.contact_form .form-group {
	margin-bottom:35px;
}
.contact_detail ul {
	padding:0px;
	margin:0px
}
.contact_detail li {
	list-style:none;
	color:#555;
	font-size:16px;
	line-height:24px;
	margin:20px 0;
	padding:0 150px 0 0;
}
.contact_detail li a {
	color:#555;
}
.icon_wrap .fa {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e6e5e5;
  border-radius: 50%;
  color: #555;
  display: inline-block;
  font-size: 22px;
  height: 44px;
  line-height: 44px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 44px;
}
.contact_info_m, .icon_wrap {
	display:table-cell;
	vertical-align:middle;
}
.map_wrap {
	margin:40px 0 0;
}
.map_wrap iframe {
	width:100%;
	height:420px;
}



/*=================
	11. FAQ-Page
===========================*/
.faq_category {
	position:relative;
	text-align:center;
	padding:50px;
	margin:0 auto 20px;
}
.faq_text {
	padding:20px 0;
}
.knowledge_base_faq {
  background: rgba(0, 0, 0, 0) url("../../images/knowledge_base_bg.jpg") no-repeat scroll 0 0 / cover ;
}
.about_services_faq {
  background: rgba(0, 0, 0, 0) url("../../images/about_services_faq_bg.jpg") no-repeat scroll 0 0 / cover ;
}
.support_faq {
  background: rgba(0, 0, 0, 0) url("../../images/support_faq_bg.jpg") no-repeat scroll 0 0 / cover ;
}



/*=========================
	12. About-Us-Page
================================*/
.aboutus_page {
	background-image:url(../../images/aboutus-page-header-img.jpg);
}
.about_img {
  background: #000 none repeat scroll 0 0;
  border-radius: 100%;
  overflow:hidden;
}	
.about_img img {
	width:100%;
	border-radius:50%;
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
}
.about_img:hover img {
	opacity:0.5;
}
.about_content {
	padding:20px 0;	
}
.about_content h3 {
	margin-top:25px;
}


/*-------------------------------
	12.1. Why-Choose-Us-Section
----------------------------------------*/
.video_box iframe {
	width:100%;
	border:0px;
	height:360px;
}

.listing_box {
	margin:0 auto 30px;
}
.listing_box h5 {
	margin-bottom:8px;
}
.listing_box p {
	list-style:24px;
}


/*---------------------------------
	12.2. Meet-the-Team-Section
---------------------------------------*/
.team_member {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.team_img {
	position:relative;	
	overflow:hidden;
}
.team_img img {
	width:100%;
}
.team_info {
	text-align:center;
	padding:20px;
}
.team_info h6, .team_info p {
	margin:0 0 4px;
}
.team_more_info {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width:100%;
  overflow:hidden;
  transform:scale(0);
   -moz-transform:scale(0);
    -o-transform:scale(0);
     -webkit-transform:scale(0);
      -ms-transform:scale(0);
  transition-duration:0.3s;
   -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
     -webkit-transition-duration:0.3s;
      -ms-transition-duration:0.3s;
}
.team_more_info::after {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.team_member:hover .team_more_info {
  transform:scale(1);
   -moz-transform:scale(1);
    -o-transform:scale(1);
     -webkit-transform:scale(1);
      -ms-transform:scale(1);
}
.info_wrap {
  position: relative;
  top: 50%;
  vertical-align: middle;
  width: 100%;
  transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
  z-index:1;
}
.team_more_info ul {
	padding:0px;
	margin:0px;
}
.team_more_info ul li {
	list-style:none;
	display:inline-block;
	vertical-align:middle;
	margin:0 2px;
}
.team_more_info ul li a {
	display:block;
	width:35px;
	height:35px;
	border-radius:50%;
	background:#fff;
	text-align:center;
	line-height:35px;
	color:#111;
	font-size:20px;
}
.team_more_info ul li a i {
	margin:0 auto;
}
.team_more_info ul li a:hover {
	color:#fff;
}
.team_more_info p, .team_more_info p a {
	color:#fff;
}
.team_more_info p span {
	display:block;
	font-weight:700;
}



/*==================
	13. 404-Page
===========================*/
.page_404 {
	background-image:url(../../images/error404-page-header-img.jpg);	
}
.error_text_m {
	position:relative;
	padding:50px 0;
}
.error_text_m h2 {
	font-size:232px;
	text-align:center;	
}
.error_text_m h2 span {
	color:#111;
	font-weight:900;
}
.background_icon {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.background_icon i {
  color: #e7e7e7;
  font-size: 538px;
  line-height: 400px;
  vertical-align: top;
}
.error_icon {
  float: left;
  width: 29%;
  padding-top:15px;
}
.error_icon i {
	color:#cfcfcf;
	font-size:130px;	
}
.error_msg_div {
  float: left;
  width: 71%;
  padding-top:15px;
}
.error_msg_div h3 {
	font-size:60px;	
}
.error_msg_div h3 span {
	font-size:40px;
	display:block;
}
.error_msg_div .btn {
	margin-top:30px;
}



/*===========================
	14. Our-Services-Page
==================================*/
.services_page {
	background-image:url(../../images/services-page-header-img.jpg);	
}
.services_image {
	position:relative;
	overflow:hidden;
	border-radius:0 30px 0 30px;
}
.services_image img {
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
	transform:scale(1);
	 -moz-transform:scale(1);
	  -o-transform:scale(1);
	   -webkit-transform:scale(1);
	    -ms-transform:scale(1);
	width:100%;
}
.services_image:hover img {
	transform:scale(1.1);
	 -moz-transform:scale(1.1);
	  -o-transform:scale(1.1);
	   -webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
}
.service_heading {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	background:rgba(0, 0, 0, 0.9);
	color:#fff;
	padding:30px 20px;
	text-align:center;
}
.service_heading h3 {
	margin:0px;
}



/*=====================
	15. Our-Blog-Page
==============================*/
.blog_page {
	background-image:url(../../images/blog-page-header-img.jpg);
}
.our_blog {
  padding: 80px 0;
}


/*--------------------
	15.1. Aritcle
-------------------------------*/
.article_wrap {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 60px;
  padding: 0 0 54px;
}
.article_info p {
	font-size:17px;
	line-height:33px;
	margin:0 auto 40px	
}
.article_img {
  position: relative;
  overflow:hidden;
  margin:0 auto 30px;
  min-height:180px;
}
.article_img img {
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
	transform:scale(1);
	 -moz-transform:scale(1);
	  -o-transform:scale(1);
	   -webkit-transform:scale(1);
	    -ms-transform:scale(1);
	max-width:100%;
}
.article_img:hover img {
	transform:scale(1.1);
	 -moz-transform:scale(1.1);
	  -o-transform:scale(1.1);
	   -webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
}
.articale_header {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  position: absolute;
  right: 0;
}
.articale_header h2 a {
	color:#fff;
}
.article_meta ul {
  margin: 0;
  padding: 0;
}
.article_meta ul li {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  list-style: outside none none;
  vertical-align: middle;
  margin:0 35px 10px 0;
}
.article_meta ul li i.fa {
  margin-right: 5px;
}
.article_meta ul li a {
	color:#fff;
}
.article_full_info .articale_header {
	position:relative;
	background:none;
	padding:0px;
}
.article_full_info .article_meta {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 6px 26px;
  margin:6px auto 22px;
}
.article_full_info .article_meta li, .article_full_info .article_meta li a {
	color:#555;
}
.article_full_info {
	border:0px;
}
.article_tag {
  padding: 20px 45px;
}
.article_tag h6, .article_tag .tag_list {
  display:inline-block;
  vertical-align:middle;
  margin:0 8px 0 0;
}
.article_tag .tag_list li {
	margin-bottom:0px;
}
.share_article {
	text-align:right;
}
.share_article ul, .share_article h6 {
	display:inline-block;
	padding:0px;
	margin:0 8px 0;
	vertical-align:middle;
}
.share_article ul li {
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  list-style: outside none none;
  margin: 0 2px;
  text-align: center;
  transition-duration:0.3s;
 	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
  vertical-align: middle;
  width: 26px;
}
.share_article ul li a {
	display:block;
	font-size:15px;
}
.share_article ul li a .fa {
	margin:0px auto;
}
.share_article ul li:hover a {
	color:#fff;
}



/*--------------------
	15.2. Comment-List
----------------------------*/
.articale_comments {
	margin:0 auto 130px;
}
.block-head {
  border-bottom: 1px solid #cecece;
  display: inline-block;
  padding-bottom: 10px;
  padding-right: 60px;
  position: relative;
}
.block-head::after {
  background: #cecece none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 50px;
}
.commentlist {
  margin: 0 0 30px;
  padding: 0;
}
.commentlist li {
  list-style: outside none none;
  padding: 30px 0;
}
.commentlist li.comment {
	 border-bottom: 1px solid #cecece;
}
.comment-author img {
  float: left;
}
.commentlist li img.avatar {
  border: medium none;
  border-radius: 50%;
  float: left;
  height: 84px;
  margin-bottom: 30px;
  margin-right: 25px;
  position: relative;
  width: 84px;
}
.comment-body h1, .comment-body h2, .comment-body h3, .comment-body h4, .comment-body h5, .comment-body h6, .comment-body table, .comment-body ul, .comment-body ol, .comment-body blockquote, .comment-body dl, .comment-body address, .comment-body pre, .comment-body p, .comment-body .reply {
  margin-left: 110px;
}
.comment-body p {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.comment-meta.commentmetadata {
	margin-bottom:8px;
}
.comment-meta.commentmetadata, .comment-meta.commentmetadata a {
  color: #b7b7b7;
  font-size: 13px;
}
.comment-author .fn {
  color: #111;
  font-weight: 900;
}
.comment ul.children {
  padding-left: 110px;
}
.comment ul.children li.comment {
  border-bottom: 0 none;
  border-top: 1px solid #cecece;
  margin-top: 30px;
  padding-bottom: 0;
}
.comment-form {
	margin:40px 0;
}


/*---------------------------
	15.3. Page-Pagination
--------------------------------*/
.pagination {
	display:block;
	text-align:center;
}
.pagination ul {
	padding:0px;
	margin:0px;
}
.pagination ul li {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  list-style: outside none none;
  margin: 0 2px;
  text-align: center;
  vertical-align: middle;
  width: 32px;
}
.pagination ul li a {
  display:block;
  color:#555;
}
.pagination ul li.current, .pagination ul li:hover a {
	color:#fff;	
}



/*--------------------------
	15.4. Side-Bar-Widgets
-------------------------------------*/
.sidebar_widget {
  border: 1px solid #e6e6e6;
  margin: 0 auto 40px;
  padding: 20px 16px 30px;
  position: relative;
}
.widget_heading {
  margin-bottom:26px;
}
.widget_heading i {
	margin:0 5px 0 0;	
}
.search_btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  font-size: 16px;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
}
.blog_search {
  position: relative;
  margin-bottom:20px;
}
.blog_search input {
	padding-right:50px;	
}



/*-------------------------
	15.5. Popular-Posts
---------------------------------*/
.popular_post ul {
  margin: 0;
  padding: 0;
}
.popular_post ul li {
  list-style: outside none none;
  margin: 0 auto 20px;
  overflow: hidden;
}
.popular_post ul li a {
  display: block;
}
.popular_post_img {
  float: left;
  width: 34%;
  overflow:hidden;
}
.popular_post_img img {
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
	transform:scale(1);
	 -moz-transform:scale(1);
	  -o-transform:scale(1);
	   -webkit-transform:scale(1);
	    -ms-transform:scale(1);
	width: 100%;
}
.popular_post_img:hover img {
	transform:scale(1.1);
	 -moz-transform:scale(1.1);
	  -o-transform:scale(1.1);
	   -webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
}
.popular_post_title {
  float: right;
  width: 61%;
}
.popular_post_title a {
  color: #111;
  font-weight: 700;
  line-height: 22px;
}


/*--------------------------
	15.6. Blog-Categories
---------------------------------*/
.categories_list ul {
	padding:0px;
	margin:0px;
}
.categories_list ul li {
	list-style:none;
	padding:5px;
}
.categories_list ul li a {
  color: #555;
  display: inline-block;
  font-size: 15px;
  padding-left: 15px;
  position: relative;
}
.categories_list ul li a::after {
  content: "\f0da";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 0;
}


/*--------------------
	15.7. Blog-Tag
----------------------------*/
.tag_list ul {
  margin: 0;
  padding: 0;
}
.tag_list ul li {
  display: inline-block;
  margin: 0 2px 10px 0;
  vertical-align: top;
}
.tag_list ul li a {
  border: 1px solid #d6d3d3;
  border-radius: 30px;
  color: #555;
  display: block;
  font-size: 14px;
  line-height: 28px;
  padding: 0 16px;
}
.tag_list ul li a:hover {
  color:#fff;
}


/*==========================
	16. Profile-page
================================*/
.profile_page {
	background-image:url(../../images/profile-page-header-img.jpg);
}
.inner_pages {
	padding:80px 0;
}
.user_profile_info {
	margin:0 auto 45px;	
	max-width:660px;
	overflow:hidden;
}
.upload_user_logo {
  float: left;
  position: relative;
  width: 28%;
}
.upload_newlogo {
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("../../images/change_logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.upload_newlogo input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  cursor: pointer;
  font-size: 0;
  height: 100%;
  left: 0;
  max-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.upload_user_logo img {
	max-width:100%;
}
.dealer_info {
	float:right;
	width:66%;
	padding:10px 0;
}
.profile_wrap {
  padding: 16px 5px;
}
.profile_nav {
  border-right: 1px solid #c5c5c5;
  padding: 20px;
  text-align: right;
}
.profile_nav ul {
	padding:0px;
	margin:0px;
}
.profile_nav ul li {
	list-style:none;
}
.profile_nav ul li a {
	color:#555;
	font-size:15px;
	font-weight:900;
}
.profile_nav ul li.active a, .profile_nav ul li a:hover {
	color:#fa2837;
}

.profile_wrap form {
	padding:20px 0;
}
.profile_wrap form .form-group {
	padding:0 25px;
}
.profile_wrap form .control-label {
	color:#111;
}
.field-title {
  border-left: 3px solid #cecece;
  margin: 40px 0 25px;
  padding: 12px 13px 12px 28px;
}
.field-title h6 {
	font-size:17px;
	margin:0px;
	text-decoration:underline;
}


/*--------------------------
	16.1. Post-a-vehicle
-------------------------------*/
.vehicle_accessories, .vehicle_type {
	clear:both;
	margin:0 auto 30px;
	display:table;
	width:100%;	
}
.accessories_list {
	margin-top:10px !important;
	clear:left;
}

@media (min-width:991px) {
.accessories_list:nth-child(2n) {
	clear:right;		
}

}
.vehicle_type .radio label::before {
	height:24px;
	width:24px;
	border:#000 solid 1px;
}
.vehicle_type .radio input[type="radio"]:checked + label::before {
  font-size: 35px;
  line-height: 15px;
}
.vehicle_type .radio label {
  font-size: 18px;
  font-weight: 700;
  padding-left: 34px;
  color:#111;
  line-height:32px;
}
.vehicle_images {
	display:table;
	width:100%;
}
.vehicle_images > div {
  float: left;
  height: 95px;
  margin: 0 10px 10px 0;
  width: 150px;
}	
.vehicle_images img {
	max-width:100%;
}
.upload_more_img {
	position:relative;
	border:#eee solid 1px;
}
.upload_more_img:after {
  background-image: url("../../images/addmore_img.png");
  background-position: center center;
  background-repeat: no-repeat;
  content:"";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index:-1;
}
.upload_more_img input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  cursor: pointer;
  font-size: 0;
  height: 100%;
  left: 0;
  max-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}


/*--------------
	16.2. my-vehicles
-------------------------*/

.my_vehicles_list ul.vehicle_listing {
	padding:0px;
	margin:0 0 50px;
}
.my_vehicles_list ul.vehicle_listing li {
	list-style:none;
	border-bottom:#e6e6e6 solid 1px;
	padding:14px 0 22px;
	overflow:hidden;
	position:relative;
}
.vehicle_img {
  float: left;
  margin-right: 22px;
  width: 22%;
}
.vehicle_img img {
	max-width:100%;
}
.my_vehicles_list ul.vehicle_listing li a {
	color:#111;
}
.vehicle_title {
  float: left;
  padding: 12px 0;
  width: 40%;
}
.vehicle_status {
  float: right;
  text-align: right;
  width: 25%;
}
.vehicle_status a i {
	margin:10px 0 0 8px;
	color:#555;
	font-size:18px
}
.deactive_vehicle {
  opacity: 0.3;
}
.deactive_vehicle:after {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	content:"";
	border-bottom:#909090 solid 1px;
}
.my_vehicles_list ul.vehicle_listing li .btn:hover {
	color:#fff;
}

/*==========================
	17. Dealer-profile
================================*/

.dealer_logo {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  float: left;
  padding: 24px;
  text-align: center;
}
.dealer_logo img {
	max-width:100%;
}
.dealer_profile .dealer_info {
  padding: 25px 0;
  width: 100%;
}
.dealer_social_links {
	padding:0px;
	margin:20px 0 0;
}
.dealer_social_links li {
	list-style:none;
	float:left;
	margin:10px 15px 10px 0;
}
.dealer_social_links li a {
	font-size:26px;	
}
.dealer_social_links li a i {
	margin:0px;
}
.facebook-icon a, .facebook-icon a:hover {
	color:#3a5898;	
}
.twitter-icon a, .twitter-icon a:hover {
	color:#54acec;	
}
.linkedin-icon a, .twitter-icon a:hover {
	color:#0777b6;	
}
.google-plus-icon a, .google-plus-icon a:hover {
	color:#dd4a3a;	
}
.dealer_contact_info {
	padding:12px 18px;
	margin:0 auto 10px;	
}
.dealer_contact_info h6 {
	font-size:13px;
	color:#a1a1a1;
	margin:0 auto 1px;	
}
.dealer_contact_info a {
  color: #111111;
  font-size: 16px;
  font-weight: 300;
}
.dealer_map {
	margin:30px 0;
}
.dealer_map iframe {
	height:450px;
}
.dealer_listings {
	padding:40px 0 10px	;
}
.comment_form {
	margin:50px 0 30px;
}
.info_title {
	padding:12px 25px;
}



/*==========================
	18. Dealers-list
================================*/
.dealers_list_wrap {
	margin:0 auto 50px;
}
.dealers_listing {
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0px 20px;
  margin:0 auto 20px;
}
.dealers_listing .dealer_logo {
  padding: 12px;
  width: 100%;
}
.dealers_listing .dealer_info {
  width:100%;
}
.dealers_listing .dealer_info h5 a {
	color:#111;	
}
.view_profile {
	padding:12px 0;
	text-align:right;	
}
.view_profile p {
	margin:10px 0;
	font-size:18px;
}



/*==========================
	19. Compare-Page
================================*/
.compare_page {
	background-image:url(../../images/compare-page-header-img.jpg);
}
.compare_info table td, .compare_info table th {
	font-size:16px;
	color:#111;	
	width:25%;
}
.inventory_info_list {
  margin-bottom: 10px;
  overflow: hidden;
}
.inventory_info_list ul {
	padding:0px;
	margin:0px;
}
.inventory_info_list ul li, .listing_heading div {
	width:25%;
	float:left;
	list-style:none;
}
.compare_product_title li {
	margin:0px;
}
.listing_heading div {
	background:#eeeeee;
	padding:18px;
	border:1px solid #cccccc;
	text-transform:uppercase;
	font-weight:900;
	color:#111;
	font-size:16px;	
}
.inventory_info_list ul li div {
	font-size:16px;
	color:#111;	
	padding:18px 50px;
	border:1px solid #cccccc;
	margin-top:-1px;
}
.inventory_info_list ul li.info_heading div {
	text-align:right;	
}
.compare_info table td:first-child {
	text-align:right;
}
.compare_info table td {
	padding-left:50px;
	padding-right:50px;	
}
.compare_product_title {
	margin:0 auto 15px;
}
.compare_product_title table {
	margin:0px;
	border:0px;
}
.compare_product_title table td, .compare_product_title table th, .compare_product_title li {
  border: 0 none;
  font-size: 20px;
  font-weight: 300;
  padding: 25px 30px;
  position: relative;
  text-align: center;
}
.compare_product_title li.listing_heading {
	text-align:right;
	color:#111;
}
.compare_product_title .price {
	margin:5px 0 0;
	font-weight:300;
	font-size:18px;
}
.vs {
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  line-height: 30px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: 50%;
  width: 32px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} 
.td_divider {
  display: block;
  height: 70%;
  position: absolute;
  right: 0;
  top: 15%;
  width: 3px;
}
.td_divider:after {
	position:absolute;
	right:-20px;
	border-style:solid;
	border-width:10px;
	content:"";
	top:50%;
	transform:translateY(-50%);
	 -moz-transform:translateY(-50%);
	  -o-transform:translateY(-50%);
	   -webkit-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
}
.compare_product_title a {
	color:#111;	
}
.compare_info .compare_product_img td, .compare_info .compare_product_img th {
	padding:0 16px;
	border:0px;
}
.compare_info .compare_product_img table {
	margin:0 auto 15px;
}
.compare_info .compare_product_img .search_other_inventory {
  color: #ffffff;
  cursor: pointer;
  font-size: 28px;
  font-weight: 300;
  padding: 38px 30px;
  text-align: left;
  line-height:30px;
}
.compare_product_img img {
	max-width:100%;
}
.compare_product_img li {
	padding:0 15px;
	margin:0px;
}
.search_other_inventory i {
  float: left;
  font-size: 85px;
  text-shadow: 0 0 1px #ffffff;
  vertical-align: middle;
  margin-right:20px;
}



/*==========================
	20. Coming-Soon-Page
================================*/
.coming_soon_bg {
	background-image:url(../../images/coming_soon_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	height:100%;
	width:100%;
}
.coming_soon_wrap .default-header {
	padding:20px 0;
}
.coming_soon_wrap h1 {
	font-size:60px;
}
.coming_soon_wrap h3 {
	font-size:26px;
	line-height:35px;
}
.coming_soon_content {
	padding:200px 0 80px;	
}
.coming_soon_content img {
	max-width:100%;
}
.send_msg {
	text-align:right;
}
.timer_countdown {
	margin:50px auto;	
}
.countdown-amount:after {
	content:"";
	height:100%;
	width:1px;
	background:#444445;
	position:absolute;
	top:0px;
	right:-15px;
}
.countdown-amount:last-child:after {
	margin:0px;
	width:0px;
}
.countdown-amount:last-child {
	margin:0px;
}
.countdown-period {
	display:block;
	font-size:18px;
	line-height:1;
	text-align:center;
	font-weight:400;
	margin-top:3px;
	text-transform:capitalize;
}
.countdown-amount {
	color:#fff;
	font-size:43px;
	font-weight:900;
	display:inline-block;
	list-style:outside none none;
	margin:0 28px 0px auto;
	padding:20px 0px;
	text-align:center;
	width:auto;
	position:relative;
	line-height:1;
	display:inline-block;
	vertical-align:middle;
}
.coming_soon_wrap footer {
	background:#fff;
	padding:26px 0;
	margin-bottom:10px;
}
.coming_soon_wrap footer .copy-right {
	color:#111;
}
.coming_soon_wrap .social-follow.footer-social a {
  background: #191919 none repeat scroll 0 0;
}
#contact_form_popup .modal-dialog {
	max-width:450px;
}
#contact_form_popup .modal-content {
	padding:18px;
	border-radius:0px;
}
#contact_form_popup .modal-header {
	border:0px;
	padding-bottom:0px;
}
.coming_soon_wrap .footer_widget {
	float:right;
}
.coming_soon_wrap .footer_widget ul li a {
	color:#555;	
}




/*=============================
	21. Responsive CSS
=====================================*/

@media (max-width:767px) {

.default-header .row {
  display: block;
}
.default-header .logo {
  min-height: 42px;
}
.header_widgets, header .social-follow {
  display:none;
}
.default-header .header_info {
  gap: 12px;
  justify-content: flex-start;
  margin-top: 14px;
  min-height: 0;
}
.default-header .header_account {
  border-left: 0;
  padding-left: 0;
}
.navbar-header {
	display:inline-block;
	margin:0 !important;
}
#menu_slide {
	margin:0px;
}
.default-header {
  padding: 20px 0;
}
#navigation .nav.navbar-nav {
  float: none;
  margin:0px;
}
#navigation .nav.navbar-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0;
  padding: 0;
}
#navigation.collapse.navbar-collapse {
  float: none;
}
#search_toggle {
	display:block;
}
#header-search-form {
  display: none;
  position: absolute;
  right: 0;
  top: 134%;
  z-index: 1;
}
#header-search-form:after {
	display:block;
}
.contact-info p {
  font-size: 0;
}	
.contact-info p .fa {
  font-size: 14px
}
.section-padding {
  padding: 80px 0;
}
.page-heading h2, .page-heading h1, h2 {
  font-size: 36px;
}
h3 {
  font-size: 26px;
}
.full_width_img {
	overflow:hidden;
}
.full_width_img img {
  width: auto;
}
.section-header p {
  font-size: 16px;
}
.coustom-breadcrumb {
  padding: 0 10px;
}
.coustom-breadcrumb li {
  font-size: 14px;
  line-height: 35px;
}
.about_content h3 {
  margin-top: 0;
}
.fun-facts-section .fun-facts-m {
  margin: 10px auto;
}
.team_member {
  margin-bottom: 40px;
}
.team_more_info ul li a {
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  width: 25px;
}
.brand-section {
  padding: 15px 0 35px;
}
.brand-hadding {
  border-bottom:1px solid #bbbbbb;
  border-right:0px;
  float: none;
  margin: 0 auto 30px;
  padding: 0;
  width: 100%;
}
.brand-hadding:after {
	display:none;
}
.brand-logo-list {
  float: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.footer-top {
  padding: 46px 0 24px;
}
.footer-top .row > [class*="col-"] {
  margin-bottom: 20px;
  width: 100%;
}
.footer-top h6 {
  margin-bottom: 20px;
  margin-top: 0;
}
.footer-bottom .row > [class*="col-"] {
  width: 100%;
}
.footer-bottom div {
	text-align:left !important;
}
.footer-bottom .footer_widget {
  justify-content: flex-start;
  margin: 14px 0 0;
}
.copy-right {
  font-size: 14px;
}
.back-top {
  right: 10px;
}
.back-top a {
  height: 30px;
  line-height: 26px;
  width: 30px;
}
.contact_form {
  margin-bottom: 60px;
}
.contact_detail li {
  padding: 0;
}
.error_text_m {
  margin-bottom: 50px;
  padding: 0;
  position: relative;
}
.error_text_m h2 {
  font-size: 150px;
}
.background_icon i {
  color: #e7e7e7;
  font-size: 278px;
  line-height: 170px;
  vertical-align: top;
}
.background_icon {
	text-align:center;
}
.error_icon i {
  font-size: 80px;
}
.error_icon {
  padding-right: 20px;
  text-align: right;
}
.error_msg_div {
  padding-top: 0;
}
.error_msg_div .btn {
	margin:10px auto ;
}
.error_msg_div h3, .error_msg_div h3 span {
  font-size: 40px;
}
.video_box iframe {
  border: 0 none;
  height: 250px;
  width: 100%;
}
.article_full_info .articale_header h2 {
	font-size:30px;	
}
.article_full_info .article_meta {
  padding: 6px 15px;
}
.article_meta ul li {
  font-size: 13px;
  margin: 0 15px 3px 0;
}
.article_img {
  margin: 0 auto 15px;
  min-height: 180px;
  overflow: hidden;
  position: relative;
}
.article_full_info .article_img { 
	min-height:inherit;
}
.article_info p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto 20px;
}
.article_tag {
  padding: 15px;
}
.share_article {
  margin-top: 20px;
  text-align: left;
}
.commentlist li img.avatar {
  height: 50px;
  margin-right: 15px;
  width: 50px;
}
.comment-body h1, .comment-body h2, .comment-body h3, .comment-body h4, .comment-body h5, .comment-body h6, .comment-body table, .comment-body ul, .comment-body ol, .comment-body blockquote, .comment-body dl, .comment-body address, .comment-body pre, .comment-body p, .comment-body .reply {
  margin-left: 70px;
}
.comment-body p {
  font-size: 14px;
  line-height: 23px;
}
.comment ul.children {
  padding-left: 60px;
}
.comment-respond {
  margin-bottom: 100px;
}
.popular_post ul li {
  display: inline-block;
  margin: 0 auto 20px;
  padding: 0 9px 0 0;
  vertical-align: top;
  width: 49%;
}
.article_full_info ul, .article_full_info ol {
	padding-left:10px;	
}
.article_full_info ul li i, .article_full_info ol li i {
  margin: 0 3px 0 0;
}
.article_tag ul, .article_tag ol {
	padding:0px;
}
.articale_header {
  position: relative;
}
.article_img:hover img {
  transform: scale(1);
}
.articale_header h2 {
  font-size: 26px;
}
.services_image {
  margin-bottom: 25px;
}
.footer-bottom .footer_widget {
	display:block;
	margin:0 auto 10px;	
}
.login_btn .btn.btn-xs {
  margin-top: 8px;
}
.navbar-nav > li > .dropdown-menu {
	margin:0 20px;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
	padding:15px 5px;
}
#navigation .nav.navbar-nav .dropdown-menu li:last-child {
	border:0px;
}
.navbar-default .navbar-collapse {
  border: 0 none;
  margin-top: 10px !important;
}
.user_login, .header_search {
  margin: 0;
  padding: 0;
}
#navigation_bar .container {
  position: relative;
}
.header_wrap {
  float: none;
  gap: 8px;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
#navigation_bar.navbar {
	min-height:inherit;
	padding:15px 0 10px;
}
.modal-dialog {
  margin: 20px auto;
  width: 90%;
}
.mid_divider {
	display:none;
}
.modal .gray_text {
  margin-top: 50px;
}
.modal-content {
  max-height: 400px;
  overflow: auto;
  padding: 0 20px 22px;
}
.modal-footer {
	padding:15px 0;
}
.dealer_info {
  padding: 0;
  width:59%;
}
.view_profile p {
  display: inline;
  font-size: 15px;
  margin: 10px 0 0 8px;
}
.comment_form {
  margin: 50px 0 110px;
}
.dealer_logo {
  margin-bottom: 20px;
  padding: 8px;
}
.dealer_profile .dealer_info {
  padding: 0;
}
.dealer_social_links {
  margin: 0;
}
.dealer_social_links li {
  margin: 0 15px 20px 0;
}
.recent_addedcars {
  overflow: hidden;
}
.recent_addedcars ul li {
	width:50%;
	float:left;
}
.product-listing-img, .product-listing-content {
	float:none;
	width:100%;
}
.product-listing-img img {
	width:100%;
}
.product-listing-content {
	padding:15px;
}
.pagination {
	margin-bottom:100px;
}
.profile_nav {
  border-bottom: 1px solid #c5c5c5;
  border-right: medium none;
  text-align:left;
  padding:20px 0;
}
.profile_nav ul li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.user_profile_info {
	padding:15px;
	max-width:inherit;
}
.upload_user_logo {
  width: 160px;
}
.profile_wrap form .form-group {
  padding: 0 15px;
}
.testimonial-img {
  float: none;
  left: inherit;
  margin: 0 auto;
  position: relative;
  top: 0;
}
.testimonial-content {
  float: none;
  margin: -60px auto 0;
  max-width: 480px;
  padding: 80px 30px 30px;
  width: 100%;
}
.testimonial-heading {
  padding-left: 80px;
}
.testimonial-heading::after {
  font-size: 70px;
}
.testimonial-content > p {
  padding-left: 0;
}
.listing_detail_head .price_info {
	text-align:left;
}
.listing_detail_head .price_info p {
  margin: 20px 0 0;
}
.listing_detail_head {
  margin-bottom: 30px;
}
.listing-detail {
  padding: 60px 0;
}

.listing_detail_wrap .tab-content {
  padding: 15px;
}
.listing_detail_wrap .table-responsive {
	border:0px;
}
.listing_detail_wrap .nav-tabs > li a {
  font-size: 16px;
  line-height: 50px;
  padding: 0 10px;
}
.main_features ul li {
  margin: 0 17px 10px 0;
}
#other_info {
	display:block;
}
#info_toggle {
	display:none;
}
.col-list-3 {
	width:100%;
}
.car-info-box img, .featured-car-img img {
	width:100%;
}
.blog-info-box img {
	width:100%;
}
.blog-list {
	margin:0 auto 60px;
}
.banner-section::after {
	height:4px;
}
.banner-section {
  min-height: 520px;
  padding: 90px 0;
}
.banner_content {
  max-width: 620px;
  padding: 0 10px;
}
.banner_content h1 {
  font-size: 38px;
  line-height: 1.1;
}
.banner_content p {
  font-size: 15px;
  line-height: 24px;
}
.banner_content .banner_cta {
  font-size: 14px;
  line-height: 22px;
  padding: 12px 17px 12px 20px;
}
.hero_pager {
  bottom: 15px;
}
.looking-car {
  padding: 30px;
  width: auto;
  margin:0 auto 40px;
}
.looking-cat-image {
  max-width: 350px;
  position: relative;
  right: 0;
  top: 0;
}
.looking-car-content {
	width:100%;
}
.car-info-box ul {
  gap: 5px;
  padding: 0 8px;
}
.compare_info {
  overflow: scroll;
}
.compare_product_img, .compare_product_title, .compare_product_info {
  width: 1140px;
}
.compare_info h4 {
  font-weight: 400;
  line-height: 28px;
}
.coming_soon_wrap .btn {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 18px;
}
.coming_soon_wrap .btn .angle_arrow {
	display:none;
}
.coming_soon_wrap .footer_widget, .coming_soon_wrap .footer_widget ul {
  float: none;
  margin: 0;
}
.coming_soon_wrap .footer_widget ul li a {
	margin:0 8px 0 0;
}
.about_info, .featured-car-list {
  margin: 0 auto 30px;
}
.fact_m, .our_services {
  margin: 0 5%;
}
.vc_row {
  display: block;
  flex-wrap: inherit;
}
#help h2 {
	line-height:40px;
	font-weight:700;
	font-size:28px;
}
.blog-info-box li {
	line-height:30px;
}
.fact_m ul li i {
	font-size:36px;
}
.fact_m ul li p {
	display:flex;
	line-height:22px;
}
.banner_text h1 {
	font-size:40px;
}
#filter_form2 {
  margin: 0 -15px;
}
.services_info p {
  display: flex;
}
.header_style2 .navbar-header {
	display:block;
}
.header_style2 .logo {
  margin: 0;
}
.header_style2 #menu_slide {
  margin: 5px 0;
}
.header_style2 .header_wrap {
  background: #111111 none repeat scroll 0 0;
  float: none;
  margin: 13px -15px 0;
  padding: 0 15px;
  text-align: left;
}
.header_style2 #navigation_bar {
	padding:15px 0 0;
}
.header_style2 .user_login {
  border: 0 none;
  display: inline-block;
  float: none;
  margin: 9px 0;
  vertical-align: middle;
}
.header_style2 .login_btn {
  float: right;
  margin: 10px 0;
  vertical-align: middle;
}
.header_style2 .login_btn .btn.btn-xs {
	margin:0;
}
.header_style2 .user_login i {
  color: #fff;
}
.header_style2 .navbar-default .navbar-nav > li > a {
  display: block;
  padding: 15px;
}
.header_style2 .navbar-nav > li, .header_style2 .navbar-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  display: block;
  text-align: left;
}
.header_style2 .navbar-default .navbar-nav li:hover .dropdown-menu li a {
  color: #111;
}
.header_style2 .navbar-nav > li > .dropdown-menu a:hover, 
.header_style2 .navbar-default .navbar-nav li:hover .dropdown-menu li a:hover, 
.header_style2 .dropdown-menu > .active > a, 
.header_style2 .dropdown-menu > .active > a:focus, 
.header_style2 .dropdown-menu > .active > a:hover, 
.header_style2 .dropdown-menu > li > a:focus, 
.header_style2 .dropdown-menu > li > a:hover {
  background: #fff none repeat scroll 0 0;
}
#banner2 .carousel-caption {
  left: 10%;
  right: 10%;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
  line-height: 16px;
}
 #banner2 h1 {
  font-size:26px;
}
#banner2 h3 {
  font-size:18px;
}



}



@media (max-width:480px) {

.sorting-count, .result-sorting-by {
	float:none;
	margin:0 auto 8px;
}
.login_btn .btn.btn-xs {
  font-size: 11px;
  padding: 0 15px;
}
.fun-facts-m {
  height: 130px;
  width: 130px;
}
.fun-facts-m h2 {
  font-size: 26px;
}
.fun-facts-m p {
  font-size: 12px;
  line-height: 14px;
}
.popular_post ul li {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
}
.dealer_info p {
	font-size:14px;
	line-height:24px;	
}
.dealer_info h5 {
  font-size: 18px;
  line-height: 20px;
}
.recent_addedcars ul li {
	width:100%;
	float:none;
}
.car-location {
	float:none;
	margin:20px 0 0;
}
.product-listing-content li {
	width:50%;
}
.upload_user_logo {
  float: none;
  margin-bottom: 15px;
  width: 170px;
}
.user_profile_info .dealer_info {
	float:none;
	width:100%;
}
.vehicle_img {
  width: 40%;
  margin-right:5%;
}
.vehicle_title {
  width: 55%;
}
.vehicle_status {
  clear: both;
  float: none;
  padding-top: 15px;
  text-align: left;
  width: 100%;
}
.nav-tabs > li {
	float:none;
}
.recent-tab .nav-tabs > li {
	float:left;	
}
.nav-tabs > li a {
	margin:0px;
}
.col-list-3 {
	width:100%;
}
.car-info-box li {
  font-size: 11px;
  line-height: 1.2;
  margin: 0;
}
.fact_m ul li {
  margin: 0 auto 20px;
  width: 100%;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
  line-height: 16px;
}
#banner2 h3, #banner2 h1 {
  font-size:16px;
  margin:0 auto 5px;
}
#banner2 .btn {
  font-size: 12px;
  line-height: 24px;
  padding: 4px 26px;
}

}



@media (min-width:768px) and (max-width:991px) {
.navbar-nav > li {
  padding: 0 2px;
}
.navbar-default .navbar-nav > li > a {
  padding: 12px 8px;
  font-size: 11px;
}
.navbar-default .navbar-nav > li.dropdown > a {
  padding: 12px 24px 12px 8px;
}
.navbar-nav > li > a {
  font-size: 11px;
}
#header-search-form {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1;
}
.header_search #search_toggle, #header-search-form::after {
	display:block;
}
.default-header .header_info {
  gap: 12px;
}
.header_widgets {
  flex: 1 1 0;
  margin: 0;
  width: auto;
}
.login_btn {
	margin: 0;
}
.login_btn .btn.btn-xs {
	font-size:10px;
	padding:0 15px;
}
.circle_icon {
  font-size: 12px;
  height: 32px;
  line-height: 1;
  margin-right: 8px;
  width: 32px;
}
.header_widget_content .uppercase_text {
  display: block;
  font-size: 9px;
  line-height: 13px;
}
.header_widgets a {
  font-size: 10px;
  line-height: 15px;
}
.header_account {
  font-size: 10px;
  padding-left: 12px;
}
.contact-info p {
  font-size: 12px;
}
.section-padding {
  padding: 100px 0;
}
.section-header h2 {
  margin-bottom: 30px;
}
.brand-logo-list {
  width: 86%;
}
.footer-bottom div {
	text-align:left !important;
}
.footer-bottom .footer_widget {
  justify-content: flex-start;
  margin: 14px 0 0;
}
.footer-top h6 {
  margin-bottom: 20px;
  margin-top: 0;
}
.contact_form {
  margin-bottom: 60px;
}
.background_icon i {
  font-size: 265px;
  line-height: 240px;
}
.error_text_m h2 {
  font-size: 100px;
}
.error_icon i {
  font-size: 80px;
}
.error_icon {
  width: 22%;
}
.error_msg_div h3 {
  font-size: 50px;
}
.error_msg_div h3 span {
  font-size: 30px;
}
.error_msg_div .btn {
  margin-top: 10px;
}
.team_more_info p, .team_more_info p a {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 6px;
}
.team_more_info ul li a {
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  width: 22px;
}
.fun-facts-m {
  height: 158px;
  width: 158px;
}
.fun-facts-m h2 {
  font-size: 30px;
}
.fun-facts-m p {
  font-size: 13px;
}
.about_content h3 {
  margin-top: 0;
}
.listing_box h5 {
  margin-bottom: 0;
}
.popular_post ul li {
  display: inline-block;
  margin: 0 auto 20px;
  padding: 0 9px 0 0;
  vertical-align: top;
  width: 49%;
}
.comment-respond {
	margin-bottom:100px;
}
.comment-form {
  margin: 10px 0;
}
.article_meta ul li {
  font-size: 14px;
  margin: 0 15px 10px 0;
}
.articale_header h2 {
  font-size: 28px;
}
.articale_header {
  padding: 15px 30px;
}
.article_full_info .articale_header h2 {
	font-size:40px;	
}
.services_image {
  margin-bottom: 25px;
}
.dealer_logo {
  padding: 14px;
}
.dealer_profile .dealer_info {
  padding: 5px 0;
}
.dealer_social_links {
  margin: 0;
}
.dealer_contact_info {
  margin: 0 auto 5px;
  padding: 12px;
}
.recent_addedcars {
  overflow: hidden;
}
.recent_addedcars ul li {
	width:50%;
	float:left;
}
.pagination {
	margin-bottom:100px;
}
.testimonial-m {
  margin: 0 auto;
  max-width: 580px;
}
.main_features ul li {
  margin: 0 6px 0 0;
  min-height: 103px;
  min-width: 113px;
}
.listing_detail_head .price_info {
	text-align:left;
}
.listing_detail_head .price_info p {
  margin: 20px 0 0;
}
.listing_detail_head {
  margin-bottom: 30px;
}
.listing-detail {
  padding: 60px 0;
}
#other_info {
	display:block;
}
#info_toggle {
	display:none;
}
.listing_other_info button {
  font-size: 14px;
  margin: 0 20px 0 0;
}
.banner_content {
	padding:0px;
}
.banner-section::after {
	height:4px;
}
.banner-section {
  padding: 100px 0;
}
.looking-car {
  padding: 30px;
  width: auto;
}
.looking-cat-image {
  max-width: 350px;
  position: relative;
  right: 0;
  top: 0;
}
.looking-car-content {
  width: 100%;
}
.col-list-3 {
  float: left;
  padding: 0 15px;
  width: 50%;
}
.col-list-3:nth-child(3n+1) {
  clear: inherit;
}
.blog-info-box ul {
  background: #222222 none repeat scroll 0 0;
  padding: 15px;
  position: relative;
}
.blog-info-box li {
  display:block;
  line-height: 30px;
  margin: 0;
}
.compare_info {
  overflow: scroll;
}
.compare_product_img, .compare_product_title, .compare_product_info {
  width: 1140px;
}
.user_login ul li {
  padding: 4px 8px 7px;
}

#banner2 .carousel-caption {
  left: 10%;
  right: 10%;
}
 #banner2 h1 {
  font-size:36px;
   margin-bottom:10px;
}
#banner2 h3 {
  font-size:20px;
  margin-bottom:10px;
}
#filter_form2 {
  margin: -60px 0 -20px;
}
.header_style2 .navbar-header {
  float: none;
}
.header_style2 .navbar-toggle {
  display: block;
  margin: 23px 0;
}
.header_style2 .navbar-collapse.collapse {
  display: none !important;
  float: none !important;
}
.header_style2 .navbar-collapse.collapse.in {
  display: block !important;
}
.header_style2 .header_wrap {
	float:none;
	text-align:left;
	background:#111;
	position:relative;
}
.header_style2 .header_wrap::before {
  background: #111111 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -440px;
  position: absolute;
  top: 0;
  width: 1000%;
}
.header_style2 .user_login {
  display: inline-block;
  float: none;
  margin: 10px 0;
  z-index:1;
  position:relative;
}
.header_style2 .login_btn {
  float: right;
  margin: 10px 0;
  z-index:1;
  position:relative;
}
.header_style2 .user_login i {
	color:#fff;
}

#fun-facts.vc_row, #fun-facts .vc_col {
	display:block;
}
#fun-facts .fact_m {
  display: block;
  margin: 0 auto;
  max-width: 718px;
  overflow: hidden;
  padding: 100px 0;
  width: auto;
}
#fun-facts .section-padding {
	padding:0px;
}
.facts_section_bg {
  height: 400px;
  position: relative;
}
.blog-info-box .share_article ul li {
  height: 25px;
  line-height: 25px;
  width: 25px;
}
.blog-info-box .share_article:hover ul {
  padding: 3px;
}


}



@media (min-width:992px) and (max-width:1200px) {
.navbar-nav > li {
  padding: 0 17px;
}
h5 {
	font-size:17px;
}
.navbar-default .navbar-nav > li > a {
  padding: 20px 5px;
}
.navbar-default .navbar-nav > li.dropdown > a {
  padding: 20px 30px 20px 5px;
}
.social-follow {
  vertical-align: top;
}
.banner_content {
	padding:0px;
}
.looking-cat-image {
  max-width: 240px;
  position: absolute;
  right: -30px;
  top: 70px;
}
.car-info-box ul {
  gap: 6px;
  padding: 0 10px;
}
.car-info-box li {
  font-size: 11px;
  line-height: 1.2;
  margin: 0;
}
.blog-info-box ul {
  padding: 0 10px;
}
.blog-info-box li {
  font-size: 12px;
  line-height: 40px;
  margin: 0 5px 0 auto;
}
.section-padding {
  padding: 100px 0;
}
.faq_category {
  padding: 40px 20px;
}
.footer-top h4 {
  font-size: 18px;
}
.background_icon i {
  font-size: 428px;
}
.error_msg_div h3 span {
  font-size: 30px;
}
.articale_header h2 {
	font-size:37px;	
}
.article_full_info .article_meta {
  padding: 6px 15px;
}
.article_meta ul li {
  font-size: 14px;
  margin: 4px 14px 4px 0;
}
.article_tag {
  padding: 20px;
}
.article_tag  h6 {
	float:left;
}
.article_tag .tag_list {
	display:block;
}
.article_tag .tag_list li {
  margin-bottom: 6px;
}
.share_article  h6 {
	float:none;
}
.articale_header h2 {
  font-size: 32px;
}
.article_full_info .articale_header h2 {
	font-size:40px;	
}
.grid_listing .product-listing-content {
  padding: 14px 14px 0;
}
.product-listing-content li {
  font-size: 11px;
}
.grid_listing .product-listing-content ul.features_list {
  margin: 16px -10px 0;
  padding: 12px;
}
.grid_listing .product-listing-content {
  padding: 10px 10px 0;
}
.sidebar_widget {
  padding: 20px 14px 20px;
}
.btn {
  padding: 5px 22px;
}
.sell_car_quote .btn {
  font-size: 14px;
  padding: 4px 15px;
}
.pagination {
  margin-bottom: 100px;
}
.listing_other_info button {
  font-size: 14px;
  margin: 0 30px 0 0;
}
.main_features ul li {
  margin: 0 8px 0 0;
  min-height: 100px;
  min-width: 108px;
  padding: 10px;
}
.share_vehicle {
  padding: 20px 15px;
}
.widget_heading i {
  margin: 0 3px 0 0;
}
.dealer_detail p span {
	font-weight:800;
	width:auto;
}
.dealer_detail p {
  font-size: 13px;
  margin: 0 auto 5px;
}
.listing_heading div {
  font-size: 14px;
  padding: 13px;
}
.inventory_info_list ul li div {
  font-size: 15px;
  padding: 14px 20px;
}
.compare_product_title table td, .compare_product_title table th, .compare_product_title li {
  font-size: 17px;
  padding: 20px;
}
.compare_info .compare_product_img .search_other_inventory {
  font-size: 23px;
  padding: 20px;
}
.fact_m ul li {
  min-height: 160px;
}
.fact_m ul li i {
  font-size: 44px;
}
.fact_m ul li p {
  display: flex;
  line-height: 20px;
}
.testimonial_wrap {
  padding: 40px 20px;
}

}

.vehicle-gallery-section {
  background: #f5f7f9;
  padding: 34px 0 0;
}
.vehicle-gallery {
  margin: 0 auto;
  max-width: 1120px;
}
#listing_img_slider {
  background: #17191c;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(18, 25, 32, .18);
  overflow: hidden;
}
#listing_img_slider .slick-list,
#listing_img_slider .slick-track,
#listing_img_slider .slick-slide,
.vehicle-gallery-slide {
  height: 560px;
}
.vehicle-gallery-slide {
  background: #17191c;
  position: relative;
  overflow: hidden;
}
.vehicle-gallery-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.vehicle-gallery-overlay {
  align-items: center;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .72) 100%);
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  left: 0;
  padding: 55px 26px 22px;
  position: absolute;
  right: 0;
}
.vehicle-gallery-overlay span i {
  margin-right: 6px;
}
.vehicle-gallery-overlay strong {
  font-size: 12px;
  letter-spacing: .12em;
}
.vehicle-gallery .listing_images_slider .slick-arrow {
  background: rgba(0, 0, 0, .55);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  color: #fff;
  height: 48px;
  left: 22px;
  padding: 0;
  width: 48px;
  z-index: 3;
}
.vehicle-gallery .listing_images_slider .slick-arrow.slick-next {
  left: auto;
  right: 22px;
}
.vehicle-gallery .listing_images_slider .slick-arrow::after {
  font-size: 24px;
  line-height: 46px;
}
.vehicle-gallery .listing_images_slider .slick-arrow:hover,
.vehicle-gallery .listing_images_slider .slick-arrow:focus {
  background: #fa2837;
  border-color: #fa2837;
  outline: none;
}
.listing_images_slider_nav {
  margin: 16px auto 0;
  max-width: 920px;
  padding: 0 42px;
}
.listing_images_slider_nav .slick-slide {
  margin: 0 5px;
}
.vehicle-gallery-thumb {
  background: #17191c;
  border: 2px solid transparent;
  cursor: pointer;
  display: block;
  height: 78px;
  opacity: .55;
  overflow: hidden;
  padding: 0;
  transition: border-color .2s ease, opacity .2s ease, transform .2s ease;
  width: 100%;
}
.vehicle-gallery-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.slick-current .vehicle-gallery-thumb,
.vehicle-gallery-thumb:hover,
.vehicle-gallery-thumb:focus {
  border-color: #fa2837;
  opacity: 1;
  outline: none;
}
.vehicle-gallery .listing_images_slider_nav .slick-arrow {
  height: 38px;
  width: 32px;
}
.vehicle-gallery .listing_images_slider_nav .slick-arrow::after {
  font-size: 25px;
  line-height: 36px;
}
.vehicle-gallery-caption {
  align-items: center;
  color: #6f7880;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  letter-spacing: .02em;
  padding: 14px 4px 18px;
}
.vehicle-gallery-caption span + span {
  color: #8a9299;
}
.vehicle-gallery-caption i {
  color: #fa2837;
  margin-right: 5px;
}
.vehicle-detail-page {
  background: #fff;
  padding: 64px 0 88px;
}
.vehicle-detail-hero {
  align-items: center;
  display: flex;
  margin-bottom: 38px;
}
.vehicle-detail-heading {
  padding-right: 30px;
}
.vehicle-kicker,
.vehicle-section-kicker {
  color: #fa2837;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.vehicle-kicker i {
  margin-right: 5px;
}
.vehicle-status-pill {
  background: #eaf8ef;
  border-radius: 20px;
  color: #258348;
  display: inline-block;
  font-size: 10px;
  letter-spacing: .04em;
  margin-left: 8px;
  padding: 5px 10px;
  text-transform: uppercase;
  vertical-align: 1px;
}
.vehicle-status-pill i {
  font-size: 7px;
  margin-right: 4px;
  vertical-align: 1px;
}
.vehicle-status-maintenance,
.vehicle-status-booked {
  background: #fff4e5;
  color: #b76b00;
}
.vehicle-status-availability-on-request {
  background: #edf1f5;
  color: #64717d;
}
.vehicle-detail-heading h1 {
  color: #20262b;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.12;
  margin: 0;
}
.vehicle-detail-heading h1 span {
  color: #fa2837;
}
.vehicle-detail-subtitle {
  color: #6d757c;
  font-size: 16px;
  line-height: 1.7;
  margin: 14px 0 0;
  max-width: 620px;
}
.vehicle-price-card {
  background: linear-gradient(135deg, #22282d 0%, #3e454c 100%);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(34, 40, 45, .18);
  color: #fff;
  padding: 23px 26px 21px;
  text-align: right;
}
.vehicle-price-label,
.vehicle-price-period {
  color: rgba(255, 255, 255, .68);
  display: block;
  font-size: 12px;
  letter-spacing: .05em;
}
.vehicle-price-card strong {
  display: inline-block;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
  margin-top: 6px;
}
.vehicle-price-period {
  display: inline-block;
  margin-left: 4px;
}
.vehicle-price-link {
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  display: block;
  font-size: 12px;
  margin-top: 15px;
  padding-top: 13px;
}
.vehicle-price-link:hover,
.vehicle-price-link:focus {
  color: #fff;
  text-decoration: none;
}
.vehicle-price-link i {
  margin-left: 5px;
}
.vehicle-detail-layout > aside {
  position: relative;
}
.vehicle-highlights {
  margin-bottom: 12px;
}
.vehicle-highlights ul {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.vehicle-highlights ul li {
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  float: none;
  margin: 0;
  min-height: 132px;
  min-width: 0;
  padding: 18px 12px 14px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.vehicle-highlights ul li:hover {
  border-color: #f3a1a8;
  box-shadow: 0 8px 20px rgba(38, 44, 49, .08);
  transform: translateY(-2px);
}
.vehicle-highlights ul li:last-child {
  margin: 0;
}
.vehicle-highlights ul li i {
  color: #fa2837;
  font-size: 25px;
  margin-bottom: 10px;
}
.vehicle-highlights ul li h5 {
  color: #282e33;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 4px;
  overflow-wrap: anywhere;
}
.vehicle-highlights ul li p {
  color: #8a9299;
  font-size: 11px;
  letter-spacing: .03em;
  margin: 0;
  text-transform: uppercase;
}
.vehicle-info-tabs {
  padding: 25px 0 0;
}
.vehicle-info-tabs .listing_detail_wrap {
  border: 1px solid #e3e6e9;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(35, 43, 49, .05);
  overflow: hidden;
}
.vehicle-info-tabs .nav-tabs {
  border-bottom: 1px solid #e3e6e9;
  display: flex;
}
.vehicle-info-tabs .nav-tabs > li {
  float: none;
  flex: 1;
  margin-bottom: -1px;
}
.vehicle-info-tabs .nav-tabs > li a {
  border: 0;
  border-bottom: 3px solid transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  padding: 20px 16px 17px;
  text-align: center;
}
.vehicle-info-tabs .nav-tabs > li.active a,
.vehicle-info-tabs .nav-tabs > li:hover a {
  background: #fff;
  border-bottom-color: #fa2837;
  color: #fa2837;
}
.vehicle-info-tabs .tab-content {
  padding: 32px;
}
.vehicle-tab-heading h2 {
  color: #252b30;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 14px;
}
.vehicle-tab-heading .vehicle-section-kicker {
  font-size: 10px;
  margin-bottom: 7px;
}
.vehicle-overview-copy {
  color: #69737b;
  font-size: 15px;
  line-height: 1.85;
  margin: 0;
}
.vehicle-benefit-grid {
  border-top: 1px solid #edf0f2;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 25px;
  padding-top: 21px;
}
.vehicle-benefit-grid div {
  align-items: flex-start;
  color: #4f5961;
  display: flex;
  font-size: 12px;
  line-height: 1.45;
}
.vehicle-benefit-grid i {
  color: #36a269;
  font-size: 16px;
  margin: 1px 7px 0 0;
}
.vehicle-spec-table-wrap {
  margin: 0;
}
.vehicle-spec-table {
  border-collapse: collapse;
  margin: 0;
  table-layout: fixed;
  width: 100%;
}
.vehicle-spec-table td {
  border-bottom: 1px solid #edf0f2;
  color: #3f484f;
  font-size: 13px;
  line-height: 1.45;
  padding: 15px 10px;
  vertical-align: middle;
  width: 25%;
}
.vehicle-spec-table tr:last-child td {
  border-bottom: 0;
}
.vehicle-spec-table td:nth-child(odd) {
  color: #69737b;
  font-size: 12px;
  font-weight: 700;
}
.vehicle-spec-table td i {
  color: #fa2837;
  margin-right: 5px;
  width: 14px;
}
.vehicle-share-card {
  align-items: center;
  background: #242a2f;
  border: 0;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 18px;
  padding: 18px 20px;
}
.vehicle-share-card p {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}
.vehicle-share-links {
  display: flex;
  gap: 8px;
}
.vehicle-share-links a {
  color: rgba(255, 255, 255, .75);
  font-size: 19px;
  line-height: 1;
  margin: 0;
}
.vehicle-share-links a:hover,
.vehicle-share-links a:focus {
  color: #fa2837;
  text-decoration: none;
}
.vehicle-booking-widget {
  border: 1px solid #e1e5e8;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(34, 42, 48, .08);
  padding: 25px 22px 21px;
  position: sticky;
  top: 22px;
}
.vehicle-booking-widget .widget_heading {
  border-bottom: 1px solid #edf0f2;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.vehicle-booking-widget .widget_heading h5 {
  color: #252b30;
  font-size: 18px;
  margin: 0;
}
.vehicle-booking-widget .widget_heading i {
  color: #fa2837;
  margin-right: 8px;
}
.vehicle-booking-intro {
  color: #7b858c;
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 16px;
}
.vehicle-booking-rate {
  align-items: center;
  background: #f7f8f9;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 11px 13px;
}
.vehicle-booking-rate span {
  color: #737d85;
  font-size: 12px;
}
.vehicle-booking-rate strong {
  color: #fa2837;
  font-size: 19px;
}
.vehicle-booking-form .form-group {
  margin-bottom: 14px;
}
.vehicle-booking-form label {
  color: #4c555c;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
}
.vehicle-booking-form .form-control {
  border-color: #dfe4e7;
  border-radius: 5px;
  box-shadow: none;
  font-size: 13px;
  height: 43px;
}
.vehicle-booking-form textarea.form-control {
  height: auto;
  min-height: 78px;
  resize: vertical;
}
.vehicle-booking-form .form-control:focus {
  border-color: #fa2837;
  box-shadow: 0 0 0 3px rgba(250, 40, 55, .1);
}
.vehicle-booking-submit {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: center;
  min-height: 45px;
}
.vehicle-booking-submit i {
  margin-left: 8px;
}
.vehicle-booking-note {
  color: #929ba1;
  font-size: 11px;
  line-height: 1.5;
  margin: 14px 0 0;
  text-align: center;
}
.vehicle-booking-note i {
  color: #36a269;
  margin-right: 4px;
}
.vehicle-unavailable-state {
  padding: 12px 0 2px;
  text-align: center;
}
.vehicle-unavailable-state > span {
  align-items: center;
  background: #fff4e5;
  border-radius: 50%;
  color: #b76b00;
  display: inline-flex;
  font-size: 25px;
  height: 58px;
  justify-content: center;
  width: 58px;
}
.vehicle-unavailable-state h4 {
  color: #30373d;
  font-size: 17px;
  margin: 14px 0 7px;
  text-transform: capitalize;
}
.vehicle-unavailable-state p {
  color: #7b858c;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 18px;
}
.vehicle-section-heading {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.vehicle-section-heading h3 {
  color: #252b30;
  font-size: 28px;
  font-weight: 800;
  margin: 0;
}
.vehicle-section-heading > a {
  color: #fa2837;
  font-size: 13px;
  font-weight: 700;
}
.vehicle-section-heading > a:hover,
.vehicle-section-heading > a:focus {
  color: #c51e2a;
  text-decoration: none;
}
.vehicle-section-heading > a i {
  margin-left: 5px;
}
.vehicle-similar-card {
  border: 1px solid #e6e9eb;
  border-radius: 8px;
  box-shadow: 0 5px 16px rgba(38, 44, 49, .05);
  overflow: hidden;
  transition: box-shadow .2s ease, transform .2s ease;
}
.vehicle-similar-card:hover {
  box-shadow: 0 10px 24px rgba(38, 44, 49, .12);
  transform: translateY(-3px);
}
.vehicle-similar-card .product-listing-img {
  height: 180px;
  overflow: hidden;
}
.vehicle-similar-card .product-listing-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.vehicle-similar-card .product-listing-content {
  padding: 17px 16px 18px;
}
.vehicle-similar-card .product-listing-content h5 {
  line-height: 1.35;
  min-height: 36px;
}
.vehicle-similar-card .list-price span {
  color: #8a9299;
  font-size: 11px;
}
.vehicle-similar-card .btn {
  font-size: 12px;
  margin-top: 10px;
  padding: 8px 15px;
}
.vehicle-empty-state {
  background: #f7f8f9;
  border: 1px solid #e5e8eb;
  border-radius: 12px;
  margin: 0 auto;
  max-width: 620px;
  padding: 60px 30px;
  text-align: center;
}
.vehicle-empty-icon {
  align-items: center;
  background: #fff0f1;
  border-radius: 50%;
  color: #fa2837;
  display: inline-flex;
  font-size: 26px;
  height: 62px;
  justify-content: center;
  margin-bottom: 18px;
  width: 62px;
}
.vehicle-empty-state h1 {
  color: #252b30;
  font-size: 30px;
  margin: 0 0 10px;
}
.vehicle-empty-state > p:not(.vehicle-kicker) {
  color: #727c84;
  line-height: 1.7;
  margin: 0 auto 24px;
  max-width: 470px;
}
.vehicle-empty-state .vehicle-kicker {
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  #listing_img_slider .slick-list,
  #listing_img_slider .slick-track,
  #listing_img_slider .slick-slide,
  .vehicle-gallery-slide {
    height: 460px;
  }
  .vehicle-detail-hero {
    align-items: flex-start;
    display: block;
  }
  .vehicle-detail-heading {
    padding-right: 0;
  }
  .vehicle-price-card {
    margin-top: 25px;
    max-width: 360px;
    text-align: left;
  }
  .vehicle-price-link {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
  }
  .vehicle-booking-widget {
    margin-top: 35px;
    position: static;
  }
  .vehicle-similar-card .product-listing-img {
    height: 160px;
  }
}

@media (max-width: 767px) {
  .vehicle-gallery-section {
    padding-top: 18px;
  }
  #listing_img_slider,
  .vehicle-gallery-slide {
    border-radius: 9px;
  }
  #listing_img_slider .slick-list,
  #listing_img_slider .slick-track,
  #listing_img_slider .slick-slide,
  .vehicle-gallery-slide {
    height: 315px;
  }
  .vehicle-gallery-overlay {
    padding: 45px 15px 15px;
  }
  .vehicle-gallery .listing_images_slider .slick-arrow {
    height: 38px;
    left: 12px;
    width: 38px;
  }
  .vehicle-gallery .listing_images_slider .slick-arrow.slick-next {
    right: 12px;
  }
  .vehicle-gallery .listing_images_slider .slick-arrow::after {
    font-size: 20px;
    line-height: 36px;
  }
  .listing_images_slider_nav {
    padding: 0 28px;
  }
  .vehicle-gallery-thumb {
    height: 60px;
  }
  .vehicle-gallery-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding-left: 1px;
  }
  .vehicle-detail-page {
    padding: 42px 0 60px;
  }
  .vehicle-detail-heading h1 {
    font-size: 32px;
  }
  .vehicle-detail-subtitle {
    font-size: 14px;
  }
  .vehicle-highlights ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .vehicle-info-tabs .nav-tabs > li a {
    font-size: 12px;
    padding: 16px 8px 14px;
  }
  .vehicle-info-tabs .tab-content {
    padding: 24px 18px;
  }
  .vehicle-tab-heading h2 {
    font-size: 21px;
  }
  .vehicle-benefit-grid {
    grid-template-columns: 1fr;
  }
  .vehicle-spec-table {
    min-width: 610px;
  }
  .vehicle-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .vehicle-section-heading h3 {
    font-size: 24px;
  }
  .vehicle-similar-card .product-listing-img {
    height: 190px;
  }
}

@media (max-width: 480px) {
  #listing_img_slider .slick-list,
  #listing_img_slider .slick-track,
  #listing_img_slider .slick-slide,
  .vehicle-gallery-slide {
    height: 245px;
  }
  .vehicle-gallery-overlay {
    font-size: 11px;
  }
  .vehicle-gallery-overlay strong {
    font-size: 10px;
  }
  .listing_images_slider_nav {
    padding: 0 20px;
  }
  .vehicle-gallery-thumb {
    height: 52px;
  }
  .vehicle-detail-heading h1 {
    font-size: 28px;
  }
  .vehicle-status-pill {
    margin: 7px 0 0;
  }
  .vehicle-price-card {
    padding: 18px;
  }
  .vehicle-price-card strong {
    font-size: 29px;
  }
  .vehicle-price-link {
    display: block;
    margin-left: 0;
    padding-left: 0;
  }
  .vehicle-highlights ul li {
    min-height: 120px;
    padding: 14px 9px 12px;
  }
  .vehicle-highlights ul li h5 {
    font-size: 13px;
  }
  .vehicle-highlights ul li p {
    font-size: 9px;
  }
  .vehicle-share-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .vehicle-similar-card .product-listing-img {
    height: 160px;
  }
}

.vehicle-similar-card .vehicle-similar-cta {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  letter-spacing: .01em;
  line-height: 1;
  margin: 18px 0 0;
  min-height: 48px;
  padding: 6px 8px 6px 18px;
  text-align: left;
  transition: box-shadow .2s ease, transform .2s ease;
  width: 100%;
}
.vehicle-similar-card .vehicle-similar-cta:hover,
.vehicle-similar-card .vehicle-similar-cta:focus {
  box-shadow: 0 8px 16px rgba(0, 0, 0, .16);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}
.vehicle-similar-card .vehicle-similar-cta-icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  margin-left: 12px;
  transition: transform .2s ease;
  width: 34px;
}
.vehicle-similar-card .vehicle-similar-cta-icon i {
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
.vehicle-similar-card:hover .vehicle-similar-cta-icon,
.vehicle-similar-card .vehicle-similar-cta:focus .vehicle-similar-cta-icon {
  transform: translateX(3px);
}

@media (max-width: 480px) {
  .vehicle-similar-card .vehicle-similar-cta {
    min-height: 46px;
    padding-left: 15px;
  }
}

.van-listing-header {
  background-position: center 58%;
}
.van-listing-header .page-header_wrap {
  padding: 86px 0 72px;
}
.van-listing-header-content {
  margin: 0 auto;
  max-width: 760px;
  position: relative;
  z-index: 1;
}
.van-listing-eyebrow,
.van-section-kicker {
  color: #fa2837;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.4;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.van-listing-eyebrow {
  color: #ffb4bb;
}
.van-listing-eyebrow i {
  margin-right: 5px;
}
.van-listing-header .page-heading h1 {
  font-size: 48px;
  line-height: 1.12;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .25);
}
.van-listing-header-copy {
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.7;
  margin: 16px auto 0;
  max-width: 610px;
}
.van-listing-page {
  background: #f6f8fa;
  padding: 64px 0 90px;
}
.van-listing-intro {
  align-items: flex-end;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 38px;
}
.van-listing-intro .van-section-kicker,
.van-results-heading .van-section-kicker,
.van-confidence-card .van-section-kicker,
.van-recent-card .van-section-kicker {
  margin-bottom: 8px;
}
.van-listing-intro h2 {
  color: #252b30;
  font-size: 31px;
  line-height: 1.18;
  margin: 0 0 10px;
}
.van-listing-intro-copy {
  color: #727d85;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  max-width: 650px;
}
.van-fleet-count {
  align-items: center;
  background: #fff;
  border: 1px solid #e5e9ec;
  border-radius: 10px;
  box-shadow: 0 7px 20px rgba(35, 43, 49, .05);
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  min-width: 178px;
  padding: 14px 17px;
}
.van-fleet-count-icon {
  align-items: center;
  background: #fff0f1;
  border-radius: 9px;
  color: #fa2837;
  display: inline-flex;
  font-size: 21px;
  height: 44px;
  justify-content: center;
  width: 44px;
}
.van-fleet-count strong,
.van-fleet-count small {
  display: block;
}
.van-fleet-count strong {
  color: #252b30;
  font-size: 23px;
  line-height: 1.1;
}
.van-fleet-count small {
  color: #7b858c;
  font-size: 11px;
  margin-top: 4px;
}
.van-listing-layout {
  display: flex;
  flex-wrap: wrap;
}
.van-listing-sidebar,
.van-listing-results {
  float: none;
}
.van-filter-card,
.van-confidence-card,
.van-recent-card {
  border-radius: 11px;
  margin-bottom: 20px;
  overflow: hidden;
}
.van-filter-card {
  background: #fff;
  border: 1px solid #e3e7ea;
  box-shadow: 0 10px 28px rgba(35, 43, 49, .07);
  position: sticky;
  top: 20px;
}
.van-filter-card-header {
  align-items: center;
  background: linear-gradient(135deg, #22282d 0%, #3e454c 100%);
  display: flex;
  gap: 12px;
  padding: 20px 20px 18px;
}
.van-filter-card-header .van-section-kicker {
  color: #ffb4bb;
  margin-bottom: 4px;
}
.van-filter-card-header h2 {
  color: #fff;
  font-size: 21px;
  margin: 0;
}
.van-filter-icon {
  align-items: center;
  background: #fa2837;
  border-radius: 9px;
  box-shadow: 0 6px 14px rgba(250, 40, 55, .25);
  color: #fff;
  display: inline-flex;
  flex: 0 0 43px;
  font-size: 19px;
  height: 43px;
  justify-content: center;
  width: 43px;
}
.van-filter-form {
  padding: 21px 20px 20px;
}
.van-filter-group {
  margin-bottom: 16px;
}
.van-filter-group label {
  color: #4d585f;
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.van-filter-control {
  background-color: #fff;
  border: 1px solid #dfe4e7;
  border-radius: 6px;
  box-shadow: none;
  color: #3d474e;
  font-size: 13px;
  height: 43px;
  line-height: 1.4;
  padding: 10px 12px;
  width: 100%;
}
select.van-filter-control {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #7d878d 50%), linear-gradient(135deg, #7d878d 50%, transparent 50%);
  background-position: calc(100% - 16px) 18px, calc(100% - 11px) 18px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 30px;
}
.van-filter-control:focus {
  border-color: #fa2837;
  box-shadow: 0 0 0 3px rgba(250, 40, 55, .1);
  outline: none;
}
.van-price-fields {
  align-items: center;
  display: grid;
  gap: 7px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}
.van-price-fields span {
  color: #98a1a7;
  font-size: 11px;
}
.van-filter-submit {
  align-items: center;
  display: flex;
  font-size: 13px;
  justify-content: center;
  min-height: 44px;
  padding: 7px 15px;
  width: 100%;
}
.van-filter-submit i {
  margin-right: 7px;
}
.van-filter-reset {
  color: #778188;
  display: block;
  font-size: 12px;
  margin: 13px 0 0;
  text-align: center;
}
.van-filter-reset:hover,
.van-filter-reset:focus {
  color: #fa2837;
}
.van-filter-reset i {
  margin-right: 4px;
}
.van-confidence-card {
  background: linear-gradient(145deg, #252b30 0%, #424b52 100%);
  box-shadow: 0 10px 25px rgba(35, 43, 49, .12);
  color: #fff;
  padding: 23px 20px 21px;
}
.van-confidence-card .van-section-kicker {
  color: #ffb4bb;
}
.van-confidence-card h3,
.van-recent-card h3 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.van-confidence-card h3 {
  color: #fff;
}
.van-confidence-card > p:not(.van-section-kicker) {
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 15px;
}
.van-confidence-card ul {
  border-top: 1px solid rgba(255, 255, 255, .13);
  list-style: none;
  margin: 0;
  padding: 13px 0 7px;
}
.van-confidence-card li {
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  line-height: 1.4;
  list-style: none;
  margin: 0 0 8px;
}
.van-confidence-card li:last-child {
  margin-bottom: 0;
}
.van-confidence-card li i {
  color: #6dd39b;
  margin-right: 7px;
}
.van-confidence-card > a {
  border-top: 1px solid rgba(255, 255, 255, .13);
  color: #fff;
  display: block;
  font-size: 12px;
  margin-top: 12px;
  padding-top: 14px;
}
.van-confidence-card > a:hover,
.van-confidence-card > a:focus {
  color: #ffb4bb;
}
.van-confidence-card > a i {
  float: right;
  margin-top: 2px;
}
.van-recent-card {
  background: #fff;
  border: 1px solid #e3e7ea;
  padding: 21px 18px 17px;
}
.van-recent-card h3 {
  color: #252b30;
}
.van-recent-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.van-recent-list li {
  border-top: 1px solid #edf0f2;
  list-style: none;
  margin: 0;
  padding: 11px 0;
}
.van-recent-list li:first-child {
  border-top: 0;
}
.van-recent-list a {
  align-items: center;
  display: flex;
  gap: 10px;
}
.van-recent-image {
  background: #f1f3f5;
  border-radius: 6px;
  display: block;
  flex: 0 0 59px;
  height: 45px;
  overflow: hidden;
}
.van-recent-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.van-recent-copy {
  min-width: 0;
}
.van-recent-copy strong,
.van-recent-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.van-recent-copy strong {
  color: #353e44;
  font-size: 12px;
  line-height: 1.4;
}
.van-recent-list a:hover .van-recent-copy strong {
  color: #fa2837;
}
.van-recent-copy small {
  color: #fa2837;
  font-size: 12px;
  margin-top: 4px;
}
.van-recent-copy em {
  color: #8a949a;
  font-size: 10px;
  font-style: normal;
}
.van-results-toolbar {
  align-items: flex-end;
  background: #fff;
  border: 1px solid #e3e7ea;
  border-radius: 11px;
  box-shadow: 0 7px 20px rgba(35, 43, 49, .04);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 21px 22px 19px;
}
.van-results-heading {
  min-width: 0;
}
.van-results-heading h2 {
  color: #252b30;
  font-size: 23px;
  line-height: 1.2;
  margin: 0 0 7px;
}
.van-results-heading > p:last-child {
  color: #7b858c;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.van-sort-form {
  flex: 0 0 auto;
  margin: 0;
}
.van-sort-form > label {
  color: #778188;
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.van-sort-controls {
  align-items: center;
  display: flex;
  gap: 6px;
}
.van-sort-controls .van-filter-control {
  min-width: 165px;
}
.van-sort-button {
  background: #fff0f1;
  border: 1px solid #ffd1d5;
  border-radius: 6px;
  color: #fa2837;
  height: 43px;
  width: 43px;
}
.van-sort-button:hover,
.van-sort-button:focus {
  background: #fa2837;
  border-color: #fa2837;
  color: #fff;
  outline: none;
}
.van-active-filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 17px;
}
.van-active-filters > span {
  color: #818b91;
  font-size: 12px;
  margin-right: 2px;
}
.van-active-filters strong {
  background: #fff0f1;
  border: 1px solid #ffd5d9;
  border-radius: 20px;
  color: #d82433;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
}
.van-active-filters > a {
  color: #778188;
  font-size: 11px;
  margin-left: 4px;
  text-decoration: underline;
}
.van-list-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.van-card {
  background: #fff;
  border: 1px solid #e2e6e9;
  border-radius: 11px;
  box-shadow: 0 8px 22px rgba(35, 43, 49, .055);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
}
.van-card:hover {
  box-shadow: 0 15px 31px rgba(35, 43, 49, .13);
  transform: translateY(-4px);
}
.van-card-media {
  background: #eef1f3;
  height: 214px;
  overflow: hidden;
  position: relative;
}
.van-card-image {
  display: block;
  height: 100%;
  width: 100%;
}
.van-card-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  width: 100%;
}
.van-card:hover .van-card-image img {
  transform: scale(1.045);
}
.van-card-status,
.van-card-type {
  border-radius: 20px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}
.van-card-status {
  left: 14px;
  padding: 8px 10px;
  top: 14px;
}
.van-card-status i {
  font-size: 11px;
  margin-right: 4px;
}
.van-status-available {
  background: #e8f8ee;
  color: #23844a;
}
.van-status-maintenance {
  background: #fff2dc;
  color: #a96900;
}
.van-status-booked {
  background: #ffe8ea;
  color: #bf2635;
}
.van-status-other {
  background: rgba(35, 43, 49, .78);
  color: #fff;
}
.van-card-type {
  background: rgba(24, 29, 33, .78);
  bottom: 13px;
  color: #fff;
  left: 14px;
  padding: 8px 10px;
}
.van-card-type i {
  margin-right: 5px;
}
.van-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 18px 16px;
}
.van-card-heading {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.van-card-brand {
  color: #fa2837;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.3;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.van-card-heading h3 {
  line-height: 1.25;
  margin: 0;
  overflow-wrap: anywhere;
}
.van-card-heading h3 a {
  color: #252b30;
  font-size: 19px;
}
.van-card-heading h3 a:hover,
.van-card-heading h3 a:focus {
  color: #fa2837;
}
.van-card-price {
  flex: 0 0 auto;
  text-align: right;
}
.van-card-price strong {
  color: #fa2837;
  display: block;
  font-size: 21px;
  line-height: 1.1;
  white-space: nowrap;
}
.van-card-price span {
  color: #8b959b;
  display: block;
  font-size: 10px;
  margin-top: 3px;
}
.van-card-description {
  color: #768188;
  font-size: 12px;
  line-height: 1.6;
  margin: 12px 0 15px;
  min-height: 39px;
}
.van-card-specs {
  border-bottom: 1px solid #edf0f2;
  border-top: 1px solid #edf0f2;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 14px 0;
}
.van-card-specs li {
  border-right: 1px solid #edf0f2;
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  margin: 0;
  min-width: 0;
  padding: 0 7px;
}
.van-card-specs li:first-child {
  padding-left: 0;
}
.van-card-specs li:last-child {
  border-right: 0;
  padding-right: 0;
}
.van-card-specs i {
  color: #fa2837;
  font-size: 14px;
  margin: 0;
}
.van-card-specs span {
  color: #929ba1;
  font-size: 9px;
  line-height: 1.2;
  text-transform: uppercase;
}
.van-card-specs strong {
  color: #465159;
  font-size: 11px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.van-card-footer {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 15px;
}
.van-card-note {
  color: #7e888f;
  font-size: 10px;
  white-space: nowrap;
}
.van-card-note i {
  color: #36a269;
  margin-right: 4px;
}
.van-card-cta {
  align-items: center;
  background: #fa2837;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 7px;
  justify-content: center;
  padding: 9px 11px;
  white-space: nowrap;
}
.van-card-cta:hover,
.van-card-cta:focus {
  background: #c60210;
  color: #fff;
  text-decoration: none;
}
.van-card-cta i {
  font-size: 11px;
  margin: 0;
  transition: transform .2s ease;
}
.van-card-cta:hover i,
.van-card-cta:focus i {
  transform: translateX(2px);
}
.van-empty-state {
  background: #fff;
  border: 1px solid #e3e7ea;
  border-radius: 11px;
  box-shadow: 0 8px 22px rgba(35, 43, 49, .04);
  padding: 58px 25px;
  text-align: center;
}
.van-empty-icon {
  align-items: center;
  background: #fff0f1;
  border-radius: 50%;
  color: #fa2837;
  display: inline-flex;
  font-size: 23px;
  height: 58px;
  justify-content: center;
  margin-bottom: 16px;
  width: 58px;
}
.van-empty-state .van-section-kicker {
  margin-bottom: 7px;
}
.van-empty-state h3 {
  color: #252b30;
  font-size: 22px;
  margin: 0 0 9px;
}
.van-empty-state > p:not(.van-section-kicker) {
  color: #78838a;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 auto 21px;
  max-width: 480px;
}
.van-empty-state .btn {
  font-size: 13px;
  padding: 8px 17px;
}
.van-empty-state .btn i {
  margin-left: 6px;
}

@media (max-width: 1199px) {
  .van-listing-intro h2 {
    font-size: 28px;
  }
  .van-card-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .van-card-heading {
    display: block;
  }
  .van-card-price {
    margin-top: 9px;
    text-align: left;
  }
  .van-card-price strong,
  .van-card-price span {
    display: inline-block;
  }
  .van-card-price span {
    margin: 0 0 0 4px;
  }
}

@media (max-width: 991px) {
  .van-listing-header .page-header_wrap {
    padding: 72px 0 60px;
  }
  .van-listing-layout {
    display: block;
  }
  .van-listing-sidebar,
  .van-listing-results {
    width: 100%;
  }
  .van-filter-card {
    position: static;
  }
  .van-filter-form {
    display: grid;
    gap: 0 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .van-filter-submit,
  .van-filter-reset {
    grid-column: 1 / -1;
  }
  .van-filter-group {
    margin-bottom: 15px;
  }
  .van-confidence-card,
  .van-recent-card {
    display: none;
  }
}

@media (max-width: 767px) {
  .van-listing-header .page-header_wrap {
    padding: 63px 0 52px;
  }
  .van-listing-header .page-heading h1 {
    font-size: 37px;
  }
  .van-listing-header-copy {
    font-size: 14px;
  }
  .van-listing-page {
    padding: 45px 0 65px;
  }
  .van-listing-intro {
    align-items: flex-start;
    display: block;
    margin-bottom: 28px;
  }
  .van-listing-intro h2 {
    font-size: 26px;
  }
  .van-fleet-count {
    margin-top: 19px;
    width: 100%;
  }
  .van-results-toolbar {
    align-items: stretch;
    display: block;
  }
  .van-sort-form {
    margin-top: 18px;
  }
  .van-sort-controls .van-filter-control {
    flex: 1;
  }
  .van-list-grid {
    grid-template-columns: 1fr;
  }
  .van-card-media {
    height: 245px;
  }
}

@media (max-width: 480px) {
  .van-listing-header .page-header_wrap {
    padding: 54px 0 43px;
  }
  .van-listing-header .page-heading h1 {
    font-size: 31px;
  }
  .van-listing-header-copy {
    font-size: 13px;
  }
  .van-listing-page {
    padding-top: 36px;
  }
  .van-filter-form {
    display: block;
  }
  .van-results-toolbar {
    padding: 18px 16px;
  }
  .van-results-heading h2 {
    font-size: 21px;
  }
  .van-card-media {
    height: 205px;
  }
  .van-card-heading h3 a {
    font-size: 18px;
  }
  .van-card-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 13px;
  }
  .van-card-specs li:nth-child(2) {
    border-right: 0;
  }
  .van-card-specs li:nth-child(3) {
    border-top: 1px solid #edf0f2;
    padding-left: 0;
    padding-top: 13px;
  }
  .van-card-specs li:nth-child(4) {
    border-top: 1px solid #edf0f2;
    padding-top: 13px;
  }
  .van-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .van-card-cta {
    width: 100%;
  }
}

/*=============================
  Homepage landing page
=============================*/
.homepage {
  --home-ink: #17242b;
  --home-muted: #6f7d84;
  --home-green: #2dcc70;
  --home-green-dark: #1b9e58;
  --home-soft: #f5f8f7;
  background: #ffffff;
  color: var(--home-ink);
}
.homepage .homepage-main {
  overflow: hidden;
}
.homepage .default-header {
  border-top: 0;
  box-shadow: 0 5px 22px rgba(21, 31, 38, 0.09);
  position: relative;
  z-index: 20;
}
.homepage #navigation_bar {
  background: #152127;
  box-shadow: 0 7px 22px rgba(11, 18, 22, 0.18);
}
.homepage .homepage-hero {
  background-color: #101a1f;
  display: flex;
  min-height: 675px;
  padding: 0;
}
.homepage .homepage-hero::before {
  background: linear-gradient(90deg, rgba(8, 17, 21, 0.94) 0%, rgba(8, 17, 21, 0.8) 38%, rgba(8, 17, 21, 0.38) 73%, rgba(8, 17, 21, 0.62) 100%);
}
.homepage .homepage-hero::after {
  background: linear-gradient(90deg, var(--home-green), #9bf0bc);
  height: 3px;
}
.homepage .homepage-hero .container {
  align-items: center;
  display: flex;
  min-height: 675px;
}
.homepage .homepage-hero-grid {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.78fr);
  transform: translateY(-36px);
  width: 100%;
}
.homepage .homepage-hero .banner_content {
  max-width: 650px;
  padding: 0;
}
.homepage .banner_kicker {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(155, 240, 188, 0.38);
  color: #dcefe4;
}
.homepage .banner_kicker .fa {
  color: var(--home-green);
  font-size: 7px;
}
.homepage .banner_content h1 {
  font-size: clamp(48px, 5.5vw, 76px);
  letter-spacing: -0.055em;
  line-height: 0.99;
  margin: 24px 0 22px;
}
.homepage .banner_content h1 span {
  color: #9bf0bc;
  font-weight: 300;
}
.homepage .banner_content p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 32px;
  max-width: 550px;
}
.homepage .banner_actions {
  gap: 22px;
}
.homepage .banner_content .banner_cta,
.homepage .hero_search_form .btn,
.homepage .homepage-cta-actions .btn {
  background: var(--home-green);
  border: 1px solid var(--home-green);
  box-shadow: 0 13px 30px rgba(45, 204, 112, 0.24);
  color: #102119;
  font-weight: 900;
}
.homepage .banner_content .banner_cta:hover,
.homepage .banner_content .banner_cta:focus,
.homepage .hero_search_form .btn:hover,
.homepage .hero_search_form .btn:focus,
.homepage .homepage-cta-actions .btn:hover,
.homepage .homepage-cta-actions .btn:focus {
  background: #80e7a6;
  border-color: #80e7a6;
  box-shadow: 0 16px 34px rgba(45, 204, 112, 0.32);
  color: #102119;
}
.homepage .homepage-hero-link {
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  line-height: 24px;
}
.homepage .homepage-hero-link:hover,
.homepage .homepage-hero-link:focus {
  color: #9bf0bc;
}
.homepage .homepage-hero-link .fa {
  color: var(--home-green);
  font-size: 18px;
  margin: 0;
}
.homepage .homepage-hero-rating {
  align-items: center;
  color: rgba(255, 255, 255, 0.62);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 12px;
  line-height: 20px;
  margin-top: 32px;
}
.homepage .homepage-hero-rating strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}
.homepage .homepage-rating-stars {
  color: #ffd166;
  display: inline-flex;
  gap: 3px;
}
.homepage .homepage-rating-stars .fa {
  font-size: 12px;
  margin: 0;
}
.homepage .hero_booking-card {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  box-shadow: 0 24px 55px rgba(4, 11, 14, 0.32);
  justify-self: end;
  max-width: 430px;
  padding: 31px 31px 25px;
  width: 100%;
}
.homepage .hero_card-eyebrow,
.homepage .homepage-eyebrow {
  color: var(--home-green-dark);
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.17em;
  line-height: 16px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.homepage .hero_booking-card h2 {
  color: var(--home-ink);
  font-size: 29px;
  letter-spacing: -0.03em;
  line-height: 1.14;
  margin: 0 0 10px;
}
.homepage .hero_booking-card > p {
  color: var(--home-muted);
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 24px;
}
.homepage .hero_search_form label {
  color: #34434a;
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 18px;
  margin-bottom: 8px;
}
.homepage .hero_search_input {
  align-items: center;
  background: #f4f7f6;
  border: 1px solid #e2e9e5;
  border-radius: 11px;
  display: flex;
  margin-bottom: 12px;
  min-height: 52px;
  padding: 0 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.homepage .hero_search_input:focus-within {
  border-color: var(--home-green);
  box-shadow: 0 0 0 3px rgba(45, 204, 112, 0.13);
}
.homepage .hero_search_input .fa {
  color: var(--home-green-dark);
  font-size: 15px;
  margin: 0 10px 0 0;
}
.homepage .hero_search_input input {
  background: transparent;
  border: 0;
  color: var(--home-ink);
  flex: 1;
  font-size: 13px;
  height: 48px;
  min-width: 0;
  outline: 0;
  padding: 0;
}
.homepage .hero_search_input input::placeholder {
  color: #9aa6aa;
}
.homepage .hero_search_form .btn {
  border-radius: 10px;
  font-size: 13px;
  line-height: 23px;
  margin: 0;
  padding: 13px 17px;
  text-align: center;
  width: 100%;
}
.homepage .hero_search_form .btn .fa {
  font-size: 12px;
  margin-left: 7px;
}
.homepage .hero_card-meta {
  border-top: 1px solid #edf1ef;
  color: #7d898e;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  gap: 11px 18px;
  line-height: 18px;
  margin-top: 22px;
  padding-top: 16px;
}
.homepage .hero_card-meta span {
  align-items: center;
  display: inline-flex;
  gap: 5px;
}
.homepage .hero_card-meta .fa {
  color: var(--home-green-dark);
  margin: 0;
}
.homepage .hero_pager {
  bottom: 25px;
  gap: 6px;
}
.homepage .hero_dot {
  background: rgba(255, 255, 255, 0.36);
  border: 0;
  height: 5px;
  width: 20px;
}
.homepage .hero_dot.is-active {
  background: var(--home-green);
  width: 36px;
}
.homepage .homepage-hero-scroll {
  align-items: center;
  bottom: 22px;
  color: rgba(255, 255, 255, 0.65);
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.1em;
  position: absolute;
  right: 31px;
  text-transform: uppercase;
  z-index: 3;
}
.homepage .homepage-hero-scroll:hover,
.homepage .homepage-hero-scroll:focus {
  color: #ffffff;
}
.homepage .homepage-hero-scroll i {
  color: var(--home-green);
  font-size: 15px;
  margin: 0;
}
.homepage .homepage-hero::after {
  display: none;
}
.homepage .homepage-hero .homepage-proof-strip {
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-top: 0;
  bottom: 0;
  left: 0;
  padding: 34px 0 5px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.homepage .homepage-hero .homepage-proof-strip::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 28px;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  max-width: 1180px;
}
.homepage .homepage-hero .homepage-proof-strip .container {
  max-width: 1180px;
  min-height: 0;
  padding-bottom: 0;
  padding-top: 0;
  width: calc(100% - 40px);
}
.homepage .homepage-hero .hero_pager {
  bottom: 112px;
}
.homepage .homepage-hero .homepage-hero-scroll {
  bottom: 98px;
}
.homepage .homepage-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: none;
  width: 100%;
}
.homepage .homepage-proof-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: 12px 28px;
  position: relative;
  text-align: center;
}
.homepage .homepage-proof-item:not(:last-child)::after {
  background: rgba(255, 255, 255, 0.22);
  content: "";
  height: 44px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.homepage .homepage-proof-item + .homepage-proof-item {
  padding-left: 28px;
}
.homepage .homepage-proof-item:last-child {
  border-right: 0;
}
.homepage .homepage-proof-item strong,
.homepage .homepage-proof-item span {
  display: block;
}
.homepage .homepage-proof-item strong {
  color: #ffffff;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 24px;
}
.homepage .homepage-proof-item span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 14px;
  margin-top: 2px;
}
.homepage .homepage-fleet-section {
  background: #f7faf9;
  padding: 106px 0 115px;
}
.homepage .homepage-section-heading {
  align-items: flex-end;
  display: flex;
  gap: 25px;
  justify-content: space-between;
  margin-bottom: 42px;
}
.homepage .homepage-section-heading h2,
.homepage .homepage-centered-heading h2 {
  color: var(--home-ink);
  font-size: 42px;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0 0 13px;
}
.homepage .homepage-section-heading h2 span,
.homepage .homepage-centered-heading h2 span,
.homepage .homepage-benefits-copy h2 span,
.homepage .homepage-cta-copy h2 span {
  color: var(--home-green-dark);
  font-weight: 300;
}
.homepage .homepage-section-heading p,
.homepage .homepage-centered-heading p {
  color: var(--home-muted);
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  max-width: 580px;
}
.homepage .homepage-text-link {
  align-items: center;
  color: var(--home-green-dark);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  line-height: 20px;
  white-space: nowrap;
}
.homepage .homepage-text-link:hover,
.homepage .homepage-text-link:focus {
  color: #137340;
}
.homepage .homepage-text-link .fa {
  font-size: 12px;
  margin: 0;
  transition: transform 0.2s ease;
}
.homepage .homepage-text-link:hover .fa,
.homepage .homepage-text-link:focus .fa {
  transform: translateX(3px);
}
.homepage .homepage-fleet-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.homepage .homepage-vehicle-card {
  background: #ffffff;
  border: 1px solid #e6ece9;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(25, 43, 35, 0.07);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.homepage .homepage-vehicle-card:hover {
  border-color: #b9e5c9;
  box-shadow: 0 18px 35px rgba(25, 43, 35, 0.13);
  transform: translateY(-5px);
}
.homepage .homepage-vehicle-media {
  background: #e9eeec;
  display: block;
  height: 218px;
  overflow: hidden;
  position: relative;
}
.homepage .homepage-vehicle-media::after {
  background: linear-gradient(180deg, transparent 56%, rgba(15, 27, 22, 0.48) 100%);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.homepage .homepage-vehicle-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}
.homepage .homepage-vehicle-card:hover .homepage-vehicle-media img {
  transform: scale(1.045);
}
.homepage .homepage-vehicle-badge {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  bottom: 13px;
  color: #2a6c45;
  font-size: 10px;
  font-weight: 900;
  left: 14px;
  line-height: 18px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
}
.homepage .homepage-vehicle-badge .fa {
  color: var(--home-green-dark);
  margin: 0 4px 0 0;
}
.homepage .homepage-vehicle-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 21px 19px;
}
.homepage .homepage-vehicle-heading {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.homepage .homepage-vehicle-brand {
  color: #849198;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 18px;
  text-transform: uppercase;
}
.homepage .homepage-vehicle-price {
  color: var(--home-green-dark);
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  white-space: nowrap;
}
.homepage .homepage-vehicle-price small {
  color: #8b989d;
  font-size: 10px;
  font-weight: 700;
}
.homepage .homepage-vehicle-body h3 {
  line-height: 25px;
  margin: 7px 0 7px;
  min-height: 25px;
}
.homepage .homepage-vehicle-body h3 a {
  color: var(--home-ink);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.homepage .homepage-vehicle-body h3 a:hover,
.homepage .homepage-vehicle-body h3 a:focus {
  color: var(--home-green-dark);
}
.homepage .homepage-vehicle-body > p {
  color: #849198;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 17px;
  min-height: 40px;
}
.homepage .homepage-vehicle-specs {
  border-bottom: 1px solid #edf1ef;
  border-top: 1px solid #edf1ef;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 16px;
  padding: 13px 0;
}
.homepage .homepage-vehicle-specs li {
  color: #77858b;
  font-size: 10px;
  line-height: 16px;
  list-style: none;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.homepage .homepage-vehicle-specs li + li {
  border-left: 1px solid #e5ebe8;
  padding-left: 9px;
}
.homepage .homepage-vehicle-specs .fa {
  color: var(--home-green-dark);
  font-size: 11px;
  margin: 0 4px 0 0;
}
.homepage .homepage-vehicle-link {
  align-items: center;
  color: var(--home-ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  line-height: 20px;
  margin-top: auto;
}
.homepage .homepage-vehicle-link:hover,
.homepage .homepage-vehicle-link:focus {
  color: var(--home-green-dark);
}
.homepage .homepage-vehicle-link .fa {
  color: var(--home-green-dark);
  font-size: 11px;
  margin: 0;
  transition: transform 0.2s ease;
}
.homepage .homepage-vehicle-link:hover .fa,
.homepage .homepage-vehicle-link:focus .fa {
  transform: translateX(3px);
}
.homepage .homepage-empty-state {
  background: #ffffff;
  border: 1px dashed #bbd8c5;
  border-radius: 18px;
  padding: 60px 25px;
  text-align: center;
}
.homepage .homepage-empty-state > .fa {
  color: var(--home-green-dark);
  font-size: 35px;
  margin-bottom: 16px;
}
.homepage .homepage-empty-state h3 {
  color: var(--home-ink);
  font-size: 23px;
  margin: 0 0 8px;
}
.homepage .homepage-empty-state p {
  color: var(--home-muted);
  font-size: 14px;
  margin: 0 auto 20px;
  max-width: 440px;
}
.homepage .homepage-empty-state .btn {
  background: var(--home-green);
  color: #102119;
}
.homepage .homepage-benefits-section {
  background: #ffffff;
  padding: 116px 0;
}
.homepage .homepage-benefits-grid {
  align-items: center;
  display: grid;
  gap: 86px;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
}
.homepage .homepage-benefits-visual {
  padding: 0 0 28px 20px;
  position: relative;
}
.homepage .homepage-image-frame {
  background: #dfe8e3;
  border-radius: 26px;
  height: 470px;
  overflow: hidden;
  position: relative;
}
.homepage .homepage-image-frame::after {
  background: linear-gradient(180deg, transparent 48%, rgba(17, 38, 27, 0.34) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.homepage .homepage-image-frame img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.homepage .homepage-floating-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5eeea;
  border-radius: 16px;
  bottom: 0;
  box-shadow: 0 14px 30px rgba(27, 53, 39, 0.16);
  display: flex;
  gap: 12px;
  left: 0;
  min-width: 220px;
  padding: 15px 17px;
  position: absolute;
  z-index: 1;
}
.homepage .homepage-floating-icon {
  align-items: center;
  background: #eaf9ef;
  border-radius: 12px;
  color: var(--home-green-dark);
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 15px;
  height: 38px;
  justify-content: center;
  width: 38px;
}
.homepage .homepage-floating-icon .fa {
  margin: 0;
}
.homepage .homepage-floating-card strong,
.homepage .homepage-floating-card small {
  display: block;
}
.homepage .homepage-floating-card strong {
  color: var(--home-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 17px;
}
.homepage .homepage-floating-card small {
  color: #8a979b;
  font-size: 10px;
  line-height: 16px;
}
.homepage .homepage-benefits-copy h2 {
  color: var(--home-ink);
  font-size: 44px;
  letter-spacing: -0.045em;
  line-height: 1.06;
  margin: 0 0 17px;
}
.homepage .homepage-benefits-copy > p {
  color: var(--home-muted);
  font-size: 15px;
  line-height: 26px;
  margin: 0 0 27px;
  max-width: 560px;
}
.homepage .homepage-benefit-list {
  border-top: 1px solid #e7eeea;
  margin-bottom: 24px;
}
.homepage .homepage-benefit-item {
  align-items: flex-start;
  border-bottom: 1px solid #e7eeea;
  display: flex;
  gap: 13px;
  padding: 17px 0;
}
.homepage .homepage-benefit-item > span {
  align-items: center;
  background: #eaf9ef;
  border-radius: 10px;
  color: var(--home-green-dark);
  display: inline-flex;
  flex: 0 0 34px;
  font-size: 14px;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.homepage .homepage-benefit-item > span .fa {
  margin: 0;
}
.homepage .homepage-benefit-item h3 {
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 19px;
  margin: 0 0 3px;
}
.homepage .homepage-benefit-item p {
  color: #89969a;
  font-size: 12px;
  line-height: 19px;
  margin: 0;
}
.homepage .homepage-process-section {
  background: var(--home-soft);
  border-bottom: 1px solid #e8efeb;
  border-top: 1px solid #e8efeb;
  padding: 106px 0 112px;
}
.homepage .homepage-centered-heading {
  margin: 0 auto 46px;
  max-width: 640px;
  text-align: center;
}
.homepage .homepage-centered-heading .homepage-eyebrow {
  margin-bottom: 10px;
}
.homepage .homepage-centered-heading p {
  margin: 0 auto;
}
.homepage .homepage-process-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.homepage .homepage-process-card {
  background: #ffffff;
  border: 1px solid #e3ece7;
  border-radius: 18px;
  min-height: 245px;
  padding: 27px 25px 25px;
  position: relative;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.homepage .homepage-process-card:hover {
  box-shadow: 0 16px 30px rgba(25, 53, 38, 0.1);
  transform: translateY(-4px);
}
.homepage .homepage-process-number {
  color: #c1d8c9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 20px;
  position: absolute;
  right: 24px;
  top: 25px;
}
.homepage .homepage-process-icon {
  align-items: center;
  background: #eaf9ef;
  border-radius: 13px;
  color: var(--home-green-dark);
  display: inline-flex;
  font-size: 18px;
  height: 48px;
  justify-content: center;
  margin-bottom: 20px;
  width: 48px;
}
.homepage .homepage-process-icon .fa {
  margin: 0;
}
.homepage .homepage-process-card h3 {
  color: var(--home-ink);
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 8px;
}
.homepage .homepage-process-card p {
  color: var(--home-muted);
  font-size: 13px;
  line-height: 22px;
  margin: 0;
  max-width: 280px;
}
.homepage .homepage-cta-section {
  background: #f7faf9;
  padding: 80px 0 105px;
}
.homepage .homepage-cta-panel {
  align-items: center;
  background: #17252a url("../../images/facts_bg.jpg") center center / cover no-repeat;
  border-radius: 24px;
  box-shadow: 0 20px 42px rgba(21, 39, 31, 0.17);
  display: flex;
  gap: 35px;
  justify-content: space-between;
  overflow: hidden;
  padding: 57px 65px;
  position: relative;
}
.homepage .homepage-cta-panel::before {
  background: linear-gradient(90deg, rgba(13, 29, 24, 0.96), rgba(13, 29, 24, 0.73));
  content: "";
  inset: 0;
  position: absolute;
}
.homepage .homepage-cta-copy,
.homepage .homepage-cta-stat {
  position: relative;
  z-index: 1;
}
.homepage .homepage-cta-copy {
  max-width: 650px;
}
.homepage .homepage-cta-copy .homepage-eyebrow {
  color: #8ee8b1;
}
.homepage .homepage-cta-copy h2 {
  color: #ffffff;
  font-size: 42px;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0 0 13px;
}
.homepage .homepage-cta-copy h2 span {
  color: #9bf0bc;
}
.homepage .homepage-cta-copy p {
  color: rgba(255, 255, 255, 0.69);
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 25px;
  max-width: 580px;
}
.homepage .homepage-cta-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}
.homepage .homepage-cta-actions .btn {
  border-radius: 10px;
  font-size: 13px;
  line-height: 22px;
  margin: 0;
  padding: 13px 18px;
}
.homepage .homepage-cta-secondary {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 900;
}
.homepage .homepage-cta-secondary:hover,
.homepage .homepage-cta-secondary:focus {
  color: #9bf0bc;
}
.homepage .homepage-cta-stat {
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  display: flex;
  flex: 0 0 160px;
  flex-direction: column;
  padding-left: 35px;
  text-align: center;
}
.homepage .homepage-cta-stat .fa {
  color: #8ee8b1;
  font-size: 22px;
  margin: 0 0 12px;
}
.homepage .homepage-cta-stat strong {
  font-size: 39px;
  font-weight: 900;
  line-height: 42px;
}
.homepage .homepage-cta-stat span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 18px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .homepage .homepage-hero-grid {
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.75fr);
  }
  .homepage .homepage-hero .banner_content h1 {
    font-size: 62px;
  }
  .homepage .homepage-benefits-grid {
    gap: 55px;
  }
  .homepage .homepage-cta-panel {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (max-width: 991px) {
  .homepage .homepage-hero,
  .homepage .homepage-hero .container {
    min-height: 700px;
  }
  .homepage .homepage-hero-grid {
    gap: 35px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  }
  .homepage .homepage-hero .banner_content h1 {
    font-size: 53px;
  }
  .homepage .homepage-hero .banner_content p {
    font-size: 16px;
    line-height: 25px;
  }
  .homepage .hero_booking-card {
    padding: 26px 24px 22px;
  }
  .homepage .homepage-proof-item,
  .homepage .homepage-proof-item + .homepage-proof-item {
    padding-left: 22px;
    padding-right: 22px;
  }
  .homepage .homepage-proof-item strong {
    font-size: 20px;
  }
  .homepage .homepage-proof-item span {
    font-size: 9px;
  }
  .homepage .homepage-section-heading h2,
  .homepage .homepage-centered-heading h2 {
    font-size: 36px;
  }
  .homepage .homepage-benefits-copy h2 {
    font-size: 37px;
  }
  .homepage .homepage-image-frame {
    height: 400px;
  }
  .homepage .homepage-cta-panel {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .homepage .homepage-cta-copy h2 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .homepage .homepage-hero,
  .homepage .homepage-hero .container {
    min-height: 0;
  }
  .homepage .homepage-hero .container {
    padding-bottom: 174px;
    padding-top: 72px;
  }
  .homepage .homepage-hero-grid {
    display: block;
  }
  .homepage .homepage-hero .banner_content h1 {
    font-size: clamp(45px, 13vw, 62px);
    margin-top: 20px;
  }
  .homepage .homepage-hero .banner_content p {
    font-size: 15px;
    line-height: 24px;
    max-width: 510px;
  }
  .homepage .homepage-hero-rating {
    margin-top: 24px;
  }
  .homepage .hero_booking-card {
    margin: 40px 0 0;
    max-width: 510px;
  }
  .homepage .homepage-hero-scroll {
    display: none;
  }
  .homepage .homepage-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }
  .homepage .homepage-proof-item,
  .homepage .homepage-proof-item:first-child,
  .homepage .homepage-proof-item:last-child,
  .homepage .homepage-proof-item + .homepage-proof-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    min-height: 0;
    padding: 11px 12px;
  }
  .homepage .homepage-proof-item::after,
  .homepage .homepage-proof-item:not(:nth-child(odd))::after {
    display: none;
  }
  .homepage .homepage-proof-item:nth-child(odd)::after {
    background: rgba(255, 255, 255, 0.22);
    content: "";
    display: block;
    height: 34px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
  .homepage .homepage-proof-item:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .homepage .homepage-proof-item strong {
    font-size: 19px;
  }
  .homepage .homepage-proof-item span {
    font-size: 9px;
  }
  .homepage .homepage-fleet-section,
  .homepage .homepage-benefits-section,
  .homepage .homepage-process-section {
    padding-bottom: 78px;
    padding-top: 78px;
  }
  .homepage .homepage-section-heading {
    align-items: flex-start;
    display: block;
    margin-bottom: 30px;
  }
  .homepage .homepage-section-heading h2,
  .homepage .homepage-centered-heading h2 {
    font-size: 34px;
  }
  .homepage .homepage-section-heading .homepage-text-link {
    margin-top: 18px;
  }
  .homepage .homepage-fleet-grid,
  .homepage .homepage-process-grid {
    grid-template-columns: 1fr;
  }
  .homepage .homepage-vehicle-media {
    height: 245px;
  }
  .homepage .homepage-benefits-grid {
    display: block;
  }
  .homepage .homepage-benefits-visual {
    margin: 0 0 58px;
    max-width: 560px;
    padding-left: 12px;
  }
  .homepage .homepage-image-frame {
    height: 390px;
  }
  .homepage .homepage-benefits-copy h2 {
    font-size: 36px;
  }
  .homepage .homepage-centered-heading {
    margin-bottom: 30px;
  }
  .homepage .homepage-process-card {
    min-height: 0;
  }
  .homepage .homepage-cta-section {
    padding: 54px 0 78px;
  }
  .homepage .homepage-cta-panel {
    align-items: flex-start;
    display: block;
    padding: 39px 27px;
  }
  .homepage .homepage-cta-copy h2 {
    font-size: 34px;
  }
  .homepage .homepage-cta-stat {
    align-items: flex-start;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    margin-top: 30px;
    padding: 22px 0 0;
    text-align: left;
  }
  .homepage .homepage-cta-stat .fa {
    display: none;
  }
  .homepage .homepage-cta-stat strong,
  .homepage .homepage-cta-stat span {
    display: inline-block;
  }
  .homepage .homepage-cta-stat span {
    margin-left: 6px;
  }
}

@media (max-width: 480px) {
  .homepage .homepage-hero .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .homepage .banner_actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
  .homepage .homepage-hero-rating {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .homepage .hero_booking-card {
    border-radius: 18px;
    padding: 24px 20px 20px;
  }
  .homepage .hero_booking-card h2 {
    font-size: 25px;
  }
  .homepage .hero_card-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .homepage .homepage-proof-grid {
    max-width: none;
  }
  .homepage .homepage-proof-item,
  .homepage .homepage-proof-item:first-child,
  .homepage .homepage-proof-item:last-child,
  .homepage .homepage-proof-item + .homepage-proof-item {
    border-bottom: 0;
    min-height: 0;
    padding: 11px 8px;
  }
  .homepage .homepage-proof-item strong {
    font-size: 17px;
  }
  .homepage .homepage-proof-item span {
    font-size: 8px;
    line-height: 13px;
  }
  .homepage .homepage-fleet-section,
  .homepage .homepage-benefits-section,
  .homepage .homepage-process-section {
    padding-bottom: 64px;
    padding-top: 64px;
  }
  .homepage .homepage-section-heading h2,
  .homepage .homepage-centered-heading h2,
  .homepage .homepage-benefits-copy h2 {
    font-size: 30px;
  }
  .homepage .homepage-vehicle-media {
    height: 205px;
  }
  .homepage .homepage-vehicle-body {
    padding-left: 17px;
    padding-right: 17px;
  }
  .homepage .homepage-vehicle-price {
    font-size: 14px;
  }
  .homepage .homepage-image-frame {
    height: 300px;
  }
  .homepage .homepage-benefits-visual {
    margin-bottom: 47px;
    padding-left: 0;
  }
  .homepage .homepage-floating-card {
    min-width: 205px;
  }
  .homepage .homepage-cta-copy h2 {
    font-size: 30px;
  }
  .homepage .homepage-cta-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage .hero_slides,
  .homepage .homepage-vehicle-media img,
  .homepage .homepage-vehicle-card,
  .homepage .homepage-process-card,
  .homepage .homepage-text-link .fa {
    transition: none;
  }
}

.payment-page {
  --payment-ink: #17242b;
  --payment-muted: #718087;
  --payment-border: #dfece4;
  --payment-accent: #2dcc70;
  --payment-accent-dark: #1b9e58;
  --payment-soft: #eaf9ef;
  background: #f5f9f7;
  color: var(--payment-ink);
}
.payment-page .default-header {
  border-bottom: 1px solid #e5eee9;
  border-top: 0;
  box-shadow: 0 5px 22px rgba(21, 31, 38, .09);
  position: relative;
  z-index: 20;
}
.payment-page #navigation_bar {
  background: #152127;
  box-shadow: 0 7px 22px rgba(11, 18, 22, .18);
}
.payment-page .user_login > ul > li > a.admin-dashboard-link {
  background: linear-gradient(135deg, #2dcc70 0%, #1b9e58 100%);
  box-shadow: 0 6px 14px rgba(27, 158, 88, .25), inset 0 1px 0 rgba(255, 255, 255, .18);
  color: #102119;
}
.payment-page .user_login > ul > li > a.admin-dashboard-link:hover,
.payment-page .user_login > ul > li > a.admin-dashboard-link:focus {
  background: linear-gradient(135deg, #80e7a6 0%, #2dcc70 100%);
  box-shadow: 0 8px 18px rgba(27, 158, 88, .31), inset 0 1px 0 rgba(255, 255, 255, .22);
  color: #102119;
}
.payment-page-main {
  overflow: hidden;
}
.payment-hero {
  background: linear-gradient(122deg, #102a24 0%, #194638 63%, #2c604c 100%);
  border-bottom: 3px solid var(--payment-accent);
  color: #fff;
  overflow: hidden;
  padding: 48px 0 0;
  position: relative;
}
.payment-hero::before,
.payment-hero::after {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  content: '';
  position: absolute;
  pointer-events: none;
}
.payment-hero::before {
  height: 410px;
  right: -155px;
  top: -230px;
  width: 410px;
}
.payment-hero::after {
  bottom: -300px;
  height: 470px;
  left: -220px;
  width: 470px;
}
.payment-hero .container {
  position: relative;
  z-index: 1;
}
.payment-hero-grid {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.payment-hero-copy {
  max-width: 700px;
}
.payment-eyebrow,
.payment-card-kicker {
  color: var(--payment-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1.4;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.payment-eyebrow {
  color: #a1efbf;
}
.payment-eyebrow i {
  margin-right: 6px;
}
.payment-hero-copy h1 {
  color: #fff;
  font-size: 45px;
  letter-spacing: -.035em;
  line-height: 1.1;
  margin: 0 0 13px;
}
.payment-hero-copy h1 span {
  color: #76e3a2;
}
.payment-hero-copy > p:last-child {
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  max-width: 600px;
}
.payment-hero-booking {
  align-items: center;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 12px;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  min-width: 185px;
  padding: 14px 17px;
}
.payment-hero-booking-icon {
  align-items: center;
  background: var(--payment-accent);
  border-radius: 9px;
  box-shadow: 0 7px 18px rgba(45, 204, 112, .28);
  color: #fff;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 18px;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.payment-hero-booking small,
.payment-hero-booking strong {
  display: block;
}
.payment-hero-booking small {
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
  letter-spacing: .08em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.payment-hero-booking strong {
  color: #fff;
  font-size: 14px;
  letter-spacing: .04em;
}
.payment-progress {
  align-items: center;
  display: flex;
  gap: 13px;
  padding: 39px 0 23px;
}
.payment-progress-step {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 9px;
}
.payment-progress-step > span {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  color: rgba(255, 255, 255, .64);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 27px;
  justify-content: center;
  width: 27px;
}
.payment-progress-step.is-complete > span {
  background: var(--payment-accent);
  border-color: var(--payment-accent);
  color: #fff;
}
.payment-progress-step.is-active > span {
  background: #fff;
  border-color: #fff;
  color: var(--payment-accent);
}
.payment-progress-step strong,
.payment-progress-step small {
  display: block;
}
.payment-progress-step strong {
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
}
.payment-progress-step small {
  color: rgba(255, 255, 255, .5);
  font-size: 9px;
  margin-top: 3px;
}
.payment-progress-line {
  background: rgba(255, 255, 255, .17);
  flex: 1 1 80px;
  height: 1px;
  max-width: 155px;
}
.payment-progress-line.is-active {
  background: linear-gradient(90deg, var(--payment-accent), rgba(45, 204, 112, .35));
}
.payment-checkout-section {
  background: #f5f9f7;
  padding: 0 0 80px;
}
.payment-breadcrumb {
  align-items: center;
  color: #9aa4aa;
  display: flex;
  font-size: 11px;
  gap: 9px;
  padding: 21px 0 24px;
}
.payment-breadcrumb a {
  color: #69767e;
}
.payment-breadcrumb a:hover,
.payment-breadcrumb a:focus {
  color: var(--payment-accent);
}
.payment-breadcrumb i {
  color: #bdc5c9;
  font-size: 11px;
}
.payment-alert {
  align-items: center;
  border-radius: 9px;
  display: flex;
  font-size: 13px;
  gap: 10px;
  line-height: 1.5;
  margin: 0 0 21px;
  padding: 13px 16px;
}
.payment-alert > i {
  font-size: 17px;
}
.payment-alert-error {
  background: #fff1f2;
  border: 1px solid #f2cbd0;
  color: #a12935;
}
.payment-alert-success {
  background: #edf9f2;
  border: 1px solid #c8ecd6;
  color: #24794a;
}
.payment-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
}
.payment-summary-column,
.payment-form-column {
  min-width: 0;
}
.payment-van-card,
.payment-fare-card,
.payment-form-card {
  background: #fff;
  border: 1px solid var(--payment-border);
  border-radius: 15px;
  box-shadow: 0 12px 31px rgba(25, 54, 38, .07);
  overflow: hidden;
}
.payment-van-card {
  margin-bottom: 17px;
}
.payment-van-image {
  background: #e1eee6;
  height: 222px;
  overflow: hidden;
  position: relative;
}
.payment-van-image::after {
  background: linear-gradient(180deg, rgba(15, 24, 28, .02) 40%, rgba(15, 24, 28, .62) 100%);
  content: '';
  inset: 0;
  position: absolute;
}
.payment-van-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}
.payment-van-card:hover .payment-van-image img {
  transform: scale(1.025);
}
.payment-van-image-badge {
  bottom: 14px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  left: 17px;
  letter-spacing: .06em;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}
.payment-van-image-badge i {
  color: #7ee5aa;
  margin-right: 5px;
}
.payment-van-card-body {
  padding: 22px 23px 0;
}
.payment-van-heading,
.payment-card-heading {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}
.payment-card-kicker {
  margin-bottom: 5px;
}
.payment-van-heading h2,
.payment-card-heading h2,
.payment-form-heading h2 {
  color: var(--payment-ink);
  letter-spacing: -.025em;
  margin: 0;
}
.payment-van-heading h2 {
  font-size: 24px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.payment-van-detail-link {
  align-items: center;
  background: #f0f8f3;
  border-radius: 8px;
  color: #748087;
  display: inline-flex;
  flex: 0 0 35px;
  height: 35px;
  justify-content: center;
  transition: background .2s ease, color .2s ease;
  width: 35px;
}
.payment-van-detail-link:hover,
.payment-van-detail-link:focus {
  background: var(--payment-soft);
  color: var(--payment-accent);
}
.payment-van-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 13px 0 19px;
}
.payment-van-tags span {
  background: #f0f8f3;
  border-radius: 13px;
  color: #647178;
  font-size: 10px;
  font-weight: 700;
  padding: 7px 10px;
}
.payment-van-tags i {
  color: var(--payment-accent);
  margin-right: 4px;
}
.payment-trip-route {
  border-bottom: 1px solid #e5eee9;
  border-top: 1px solid #e5eee9;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 45px minmax(0, 1fr);
  padding: 18px 0;
}
.payment-trip-point {
  min-width: 0;
}
.payment-trip-point > span {
  color: #89949a;
  display: block;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.payment-trip-point > span i {
  color: var(--payment-accent);
  margin-right: 3px;
}
.payment-trip-point strong,
.payment-trip-point small {
  display: block;
}
.payment-trip-point strong {
  color: #303b42;
  font-size: 14px;
  line-height: 1.3;
}
.payment-trip-point small {
  color: #7d898f;
  font-size: 10px;
  line-height: 1.45;
  margin-top: 5px;
  overflow-wrap: anywhere;
}
.payment-trip-point small i {
  color: #aeb7bb;
  margin-right: 3px;
}
.payment-trip-point-end {
  text-align: right;
}
.payment-trip-connector {
  align-items: center;
  color: #91ad9d;
  display: flex;
  gap: 5px;
  justify-content: center;
  padding-top: 20px;
}
.payment-trip-connector span {
  background: #cfe3d6;
  flex: 1;
  height: 1px;
}
.payment-trip-connector i {
  font-size: 13px;
}
.payment-booking-details {
  display: grid;
  gap: 0 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 17px 0 14px;
}
.payment-booking-details > div {
  border-bottom: 1px solid #edf3ef;
  min-width: 0;
  padding: 0 0 12px;
}
.payment-booking-details > div:nth-child(n + 3) {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 12px;
}
.payment-booking-details span,
.payment-booking-details strong {
  display: block;
}
.payment-booking-details span {
  color: #929da2;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.payment-booking-details strong {
  color: #39454c;
  font-size: 11px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.payment-booking-details strong i {
  color: #39a66a;
  font-size: 8px;
  margin-right: 3px;
  vertical-align: 1px;
}
.payment-van-specs {
  border-top: 1px solid #e5eee9;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 15px;
  margin: 0 -23px;
  padding: 14px 23px 17px;
}
.payment-van-specs span {
  color: #768289;
  font-size: 10px;
}
.payment-van-specs i {
  color: var(--payment-accent);
  margin-right: 5px;
}
.payment-fare-card {
  margin-bottom: 17px;
  padding: 21px 23px 19px;
}
.payment-card-heading h2 {
  font-size: 20px;
  line-height: 1.2;
}
.payment-fare-icon {
  align-items: center;
  background: var(--payment-soft);
  border-radius: 9px;
  color: var(--payment-accent);
  display: inline-flex;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
  width: 38px;
}
.payment-fare-row {
  align-items: center;
  border-bottom: 1px solid #f0f2f3;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding: 14px 0;
}
.payment-fare-row span {
  color: #77838a;
}
.payment-fare-row strong {
  color: #354149;
  font-size: 12px;
}
.payment-fare-subrow {
  border-bottom: 0;
  padding-bottom: 10px;
}
.payment-fare-subrow span {
  color: #a4adb2;
  font-size: 10px;
}
.payment-fare-subrow strong {
  color: #879299;
  font-size: 10px;
  font-weight: 400;
}
.payment-fare-total {
  align-items: flex-end;
  background: #edf9f2;
  border-radius: 9px;
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
  padding: 14px 15px;
}
.payment-fare-total span {
  color: #638070;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.payment-fare-total strong {
  color: var(--payment-accent-dark);
  font-size: 24px;
  line-height: 1;
}
.payment-fare-note {
  color: #96a0a5;
  font-size: 10px;
  line-height: 1.5;
  margin: 13px 0 0;
}
.payment-fare-note i {
  color: #b7c0c4;
  margin-right: 4px;
}
.payment-trust-card {
  align-items: flex-start;
  background: #edf9f2;
  border: 1px solid #d1eddd;
  border-radius: 12px;
  display: flex;
  gap: 11px;
  padding: 15px 17px;
}
.payment-trust-icon {
  align-items: center;
  background: #d4f1df;
  border-radius: 8px;
  color: #27935b;
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.payment-trust-card strong,
.payment-trust-card p {
  display: block;
}
.payment-trust-card strong {
  color: #267248;
  font-size: 12px;
  margin: 1px 0 4px;
}
.payment-trust-card p {
  color: #6b8977;
  font-size: 10px;
  line-height: 1.5;
  margin: 0;
}
.payment-form-card {
  padding: 30px;
}
.payment-form-heading {
  border-bottom: 1px solid #e5eee9;
  margin-bottom: 25px;
  padding-bottom: 23px;
}
.payment-form-heading h2 {
  font-size: 27px;
  line-height: 1.2;
}
.payment-form-heading > p:last-child {
  color: var(--payment-muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 9px 0 0;
  max-width: 560px;
}
.payment-form-section + .payment-form-section {
  border-top: 1px solid #e5eee9;
  margin-top: 27px;
  padding-top: 26px;
}
.payment-form-section-heading {
  align-items: flex-start;
  display: flex;
  gap: 11px;
  margin-bottom: 17px;
}
.payment-form-index {
  align-items: center;
  background: var(--payment-soft);
  border-radius: 7px;
  color: var(--payment-accent);
  display: inline-flex;
  flex: 0 0 33px;
  font-size: 10px;
  font-weight: 900;
  height: 33px;
  justify-content: center;
  letter-spacing: .04em;
  width: 33px;
}
.payment-form-section-heading h3 {
  color: #2e3a41;
  font-size: 15px;
  line-height: 1.3;
  margin: 1px 0 4px;
}
.payment-form-section-heading p {
  color: #8a959b;
  font-size: 11px;
  line-height: 1.5;
  margin: 0;
}
.payment-method-grid {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.payment-method-option {
  cursor: pointer;
  display: block;
  margin: 0;
  position: relative;
}
.payment-method-option input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.payment-method-card {
  align-items: center;
  background: #fbfcfc;
  border: 1px solid #dfece4;
  border-radius: 10px;
  display: flex;
  gap: 8px;
  min-height: 76px;
  padding: 11px 9px;
  position: relative;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.payment-method-option:hover .payment-method-card {
  border-color: #cfd8dc;
  transform: translateY(-1px);
}
.payment-method-option input:checked + .payment-method-card {
  background: #f1fbf5;
  border-color: var(--payment-accent);
  box-shadow: 0 5px 14px rgba(45, 204, 112, .12);
}
.payment-method-option input:focus + .payment-method-card {
  box-shadow: 0 0 0 3px rgba(45, 204, 112, .14);
}
.payment-method-icon {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  flex: 0 0 31px;
  font-size: 15px;
  height: 31px;
  justify-content: center;
  width: 31px;
}
.payment-method-icon-blue { background: #eaf3ff; color: #3984d1; }
.payment-method-icon-green { background: #eaf9f0; color: #2b9a62; }
.payment-method-icon-teal { background: #e8f8f7; color: #2c9995; }
.payment-method-icon-purple { background: #f1edff; color: #745bc1; }
.payment-method-icon-red { background: #eaf9ef; color: var(--payment-accent-dark); }
.payment-method-icon-gold { background: #fff7e6; color: #c28a16; }
.payment-method-card > span:nth-child(2) {
  min-width: 0;
}
.payment-method-card strong,
.payment-method-card small {
  display: block;
  overflow-wrap: anywhere;
}
.payment-method-card strong {
  color: #3b474e;
  font-size: 11px;
  line-height: 1.2;
}
.payment-method-card small {
  color: #9aa4a9;
  font-size: 9px;
  line-height: 1.25;
  margin-top: 4px;
}
.payment-method-check {
  color: var(--payment-accent);
  display: none;
  font-size: 13px;
  position: absolute;
  right: 7px;
  top: 7px;
}
.payment-method-option input:checked + .payment-method-card .payment-method-check {
  display: block;
}
.payment-field-grid {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.payment-field-full {
  grid-column: 1 / -1;
}
.payment-field label {
  color: #4d5a61;
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .025em;
  margin-bottom: 7px;
}
.payment-field label > span {
  color: var(--payment-accent);
  font-size: 10px;
  margin-left: 2px;
}
.payment-notes-field label > span {
  color: #9da6aa;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 4px;
  text-transform: none;
}
.payment-input-wrap {
  position: relative;
}
.payment-input-wrap > i {
  color: #9ba6aa;
  font-size: 14px;
  left: 14px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.payment-input-wrap input,
.payment-input-wrap textarea {
  background: #fff;
  border: 1px solid #dfe6e9;
  border-radius: 8px;
  box-shadow: none;
  color: #354149;
  font-size: 12px;
  line-height: 1.4;
  padding: 13px 13px 13px 39px;
  transition: border-color .2s ease, box-shadow .2s ease;
  width: 100%;
}
.payment-input-wrap input {
  height: 48px;
}
.payment-input-wrap textarea {
  min-height: 92px;
  padding-top: 13px;
  resize: vertical;
}
.payment-input-wrap input::placeholder,
.payment-input-wrap textarea::placeholder {
  color: #aab3b7;
}
.payment-input-wrap:focus-within input,
.payment-input-wrap:focus-within textarea {
  border-color: var(--payment-accent);
  box-shadow: 0 0 0 3px rgba(45, 204, 112, .12);
  outline: none;
}
.payment-amount-wrap input {
  color: var(--payment-accent);
  font-size: 16px;
  font-weight: 900;
  padding-left: 35px;
}
.payment-currency {
  color: var(--payment-accent);
  font-size: 16px;
  font-weight: 900;
  left: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.payment-field > small {
  color: #9aa4a9;
  display: block;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 6px;
}
.payment-field > small::first-letter {
  color: inherit;
}
.payment-upload-field {
  margin-bottom: 18px;
  position: relative;
}
.payment-file-input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.payment-upload-box {
  align-items: center;
  background: #fbfcfc;
  border: 1px dashed #cbd6da;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  gap: 12px;
  min-height: 93px;
  padding: 14px 16px;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.payment-upload-box:hover,
.payment-file-input:focus + .payment-upload-box {
  background: #f2fbf5;
  border-color: var(--payment-accent);
  box-shadow: 0 0 0 3px rgba(45, 204, 112, .1);
}
.payment-upload-icon {
  align-items: center;
  background: var(--payment-soft);
  border-radius: 9px;
  color: var(--payment-accent);
  display: inline-flex;
  flex: 0 0 39px;
  font-size: 18px;
  height: 39px;
  justify-content: center;
  width: 39px;
}
.payment-upload-copy {
  min-width: 0;
}
.payment-upload-copy strong,
.payment-upload-copy small,
.payment-upload-copy em {
  display: block;
}
.payment-upload-copy strong {
  color: #3a474e;
  font-size: 12px;
}
.payment-upload-copy small {
  color: #9aa5aa;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 4px;
}
.payment-upload-copy em {
  color: var(--payment-accent);
  font-size: 10px;
  font-style: normal;
  line-height: 1.4;
  margin-top: 4px;
  overflow-wrap: anywhere;
}
.payment-upload-arrow {
  color: #afb9bd;
  font-size: 18px;
  margin-left: auto;
}
.payment-textarea-wrap > i {
  top: 17px;
  transform: none;
}
.payment-submit-row {
  align-items: center;
  border-top: 1px solid #e5eee9;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: 27px;
  padding-top: 24px;
}
.payment-submit-button,
.payment-secondary-button {
  align-items: center;
  border-radius: 7px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: .01em;
  min-height: 47px;
  padding: 11px 17px;
  transition: background .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}
.payment-submit-button {
  background: var(--payment-accent);
  border: 1px solid var(--payment-accent);
  box-shadow: 0 9px 20px rgba(45, 204, 112, .22);
  color: #102119;
}
.payment-submit-button:hover,
.payment-submit-button:focus {
  background: var(--payment-accent-dark);
  border-color: var(--payment-accent-dark);
  box-shadow: 0 11px 24px rgba(27, 158, 88, .27);
  color: #fff;
  transform: translateY(-1px);
}
.payment-submit-button i,
.payment-secondary-button i {
  margin-left: 9px;
}
.payment-submit-note {
  color: #8d999e;
  font-size: 10px;
  line-height: 1.4;
  white-space: nowrap;
}
.payment-submit-note i {
  color: #3aa66b;
  margin-right: 4px;
}
.payment-state-card {
  border-radius: 12px;
  padding: 33px 25px;
  text-align: center;
}
.payment-state-paid {
  background: #edf9f2;
  border: 1px solid #cdebd9;
}
.payment-state-pending {
  background: #fff8e9;
  border: 1px solid #f2dfb0;
}
.payment-state-icon {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  font-size: 30px;
  height: 66px;
  justify-content: center;
  margin-bottom: 16px;
  width: 66px;
}
.payment-state-paid .payment-state-icon {
  background: #d5f1df;
  color: #29945b;
}
.payment-state-pending .payment-state-icon {
  background: #ffedc2;
  color: #c28a17;
}
.payment-state-card h3 {
  color: #2b3a41;
  font-size: 21px;
  line-height: 1.25;
  margin: 0 0 9px;
}
.payment-state-card p {
  color: #708087;
  font-size: 12px;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 440px;
}
.payment-state-amount {
  align-items: center;
  background: rgba(255, 255, 255, .72);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin: 22px auto;
  max-width: 390px;
  padding: 13px 15px;
  text-align: left;
}
.payment-state-amount span {
  color: #76848a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.payment-state-amount strong {
  color: #2b945b;
  font-size: 19px;
}
.payment-state-pending .payment-state-amount strong {
  color: #b4790f;
}
.payment-secondary-button {
  background: #fff;
  border: 1px solid #d9e2e4;
  color: #516069;
}
.payment-secondary-button:hover,
.payment-secondary-button:focus {
  border-color: var(--payment-accent);
  color: var(--payment-accent);
  transform: translateY(-1px);
}
.payment-help-strip {
  align-items: center;
  background: #fff;
  border: 1px solid var(--payment-border);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(29, 41, 48, .04);
  display: flex;
  gap: 13px;
  margin-top: 28px;
  padding: 16px 19px;
}
.payment-help-icon {
  align-items: center;
  background: #eaf9ef;
  border-radius: 9px;
  color: var(--payment-accent-dark);
  display: inline-flex;
  flex: 0 0 39px;
  font-size: 17px;
  height: 39px;
  justify-content: center;
  width: 39px;
}
.payment-help-strip strong,
.payment-help-strip p {
  display: block;
}
.payment-help-strip strong {
  color: #354149;
  font-size: 12px;
  margin-bottom: 3px;
}
.payment-help-strip p {
  color: #8b979d;
  font-size: 10px;
  margin: 0;
}
.payment-help-strip a {
  color: var(--payment-accent);
  font-size: 11px;
  font-weight: 900;
  margin-left: auto;
  white-space: nowrap;
}
.payment-help-strip a:hover,
.payment-help-strip a:focus {
  color: var(--payment-accent-dark);
}
.payment-help-strip a i {
  margin-left: 6px;
}

@media (max-width: 1100px) {
  .payment-layout {
    gap: 20px;
  }
  .payment-form-card {
    padding: 24px;
  }
  .payment-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .payment-hero-copy h1 {
    font-size: 39px;
  }
  .payment-layout {
    grid-template-columns: 1fr;
  }
  .payment-summary-column {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  }
  .payment-van-card,
  .payment-fare-card,
  .payment-trust-card {
    margin-bottom: 0;
  }
  .payment-van-card {
    grid-row: span 2;
  }
  .payment-trust-card {
    align-self: start;
  }
}

@media (max-width: 767px) {
  .payment-hero {
    padding-top: 36px;
  }
  .payment-hero-grid {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
  .payment-hero-copy h1 {
    font-size: 35px;
  }
  .payment-hero-copy > p:last-child {
    font-size: 14px;
  }
  .payment-hero-booking {
    min-width: 0;
  }
  .payment-progress {
    gap: 8px;
    padding-top: 29px;
  }
  .payment-progress-step {
    gap: 6px;
  }
  .payment-progress-step small {
    display: none;
  }
  .payment-progress-line {
    max-width: none;
  }
  .payment-checkout-section {
    padding-bottom: 60px;
  }
  .payment-breadcrumb {
    padding: 17px 0 20px;
  }
  .payment-summary-column {
    display: block;
  }
  .payment-van-card,
  .payment-fare-card,
  .payment-trust-card {
    margin-bottom: 17px;
  }
  .payment-form-card {
    padding: 23px 19px;
  }
  .payment-form-heading h2 {
    font-size: 24px;
  }
  .payment-submit-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .payment-submit-button {
    width: 100%;
  }
  .payment-submit-note {
    white-space: normal;
  }
  .payment-help-strip {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .payment-help-strip a {
    margin-left: 52px;
  }
}

@media (max-width: 480px) {
  .payment-hero-copy h1 {
    font-size: 30px;
  }
  .payment-progress {
    gap: 5px;
  }
  .payment-progress-step > span {
    height: 25px;
    width: 25px;
  }
  .payment-progress-step strong {
    font-size: 9px;
  }
  .payment-progress-line {
    flex-basis: 16px;
  }
  .payment-van-image {
    height: 190px;
  }
  .payment-van-card-body,
  .payment-fare-card {
    padding-left: 17px;
    padding-right: 17px;
  }
  .payment-van-specs {
    margin-left: -17px;
    margin-right: -17px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .payment-trip-route {
    grid-template-columns: 1fr;
  }
  .payment-trip-point-end {
    text-align: left;
  }
  .payment-trip-connector {
    margin: -5px auto;
    padding: 0;
    transform: rotate(90deg);
    width: 60px;
  }
  .payment-booking-details {
    gap: 0 10px;
  }
  .payment-method-grid {
    gap: 7px;
  }
  .payment-method-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    min-height: 96px;
    padding: 10px;
  }
  .payment-method-check {
    right: 6px;
    top: 6px;
  }
  .payment-field-grid {
    grid-template-columns: 1fr;
  }
  .payment-field-full {
    grid-column: auto;
  }
  .payment-upload-box {
    align-items: flex-start;
  }
  .payment-upload-arrow {
    margin-top: 10px;
  }
  .payment-fare-total strong {
    font-size: 21px;
  }
  .payment-help-strip a {
    margin-left: 0;
    padding-left: 52px;
    width: 100%;
  }
}

.payment-success-page {
  --success-ink: #1e2930;
  --success-muted: #75838a;
  --success-border: #e2e8eb;
  --success-green: #28a866;
  --success-green-dark: #187e4a;
  --success-green-soft: #edf9f2;
  --success-gold: #c38313;
  background: #f5f7f8;
  color: var(--success-ink);
}
.payment-success-main {
  overflow: hidden;
}
.payment-success-hero {
  background: linear-gradient(125deg, #142329 0%, #23373c 58%, #2f514d 100%);
  color: #fff;
  min-height: 300px;
  overflow: hidden;
  padding: 28px 0 48px;
  position: relative;
}
.payment-success-hero::before,
.payment-success-hero::after {
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 50%;
  content: '';
  pointer-events: none;
  position: absolute;
}
.payment-success-hero::before {
  height: 455px;
  right: -175px;
  top: -270px;
  width: 455px;
}
.payment-success-hero::after {
  bottom: -285px;
  height: 440px;
  left: -235px;
  width: 440px;
}
.payment-success-hero .container {
  position: relative;
  z-index: 1;
}
.payment-success-hero-grid {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding-top: 10px;
}
.payment-success-hero-message {
  align-items: flex-start;
  display: flex;
  gap: 19px;
  min-width: 0;
}
.payment-success-check {
  align-items: center;
  background: #3fc879;
  border: 7px solid rgba(188, 255, 213, .16);
  border-radius: 50%;
  box-shadow: 0 9px 27px rgba(24, 177, 95, .25);
  color: #fff;
  display: inline-flex;
  flex: 0 0 72px;
  font-size: 28px;
  height: 72px;
  justify-content: center;
  width: 72px;
}
.payment-success-eyebrow,
.success-card-kicker {
  color: #44c97d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1.4;
  margin: 0 0 9px;
  text-transform: uppercase;
}
.payment-success-eyebrow {
  color: #a1efbf;
}
.payment-success-eyebrow i {
  margin-right: 5px;
}
.payment-success-hero-message h1 {
  color: #fff;
  font-size: 44px;
  letter-spacing: -.04em;
  line-height: 1.1;
  margin: 0;
}
.payment-success-hero-message h1 span {
  color: #76e3a2;
}
.payment-success-hero-copy {
  color: rgba(255, 255, 255, .73);
  font-size: 14px;
  line-height: 1.7;
  margin: 13px 0 0;
  max-width: 615px;
}
.payment-success-booking-card {
  align-items: center;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 13px;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  min-width: 190px;
  padding: 15px 17px;
}
.payment-success-booking-icon {
  align-items: center;
  background: #fa2837;
  border-radius: 9px;
  box-shadow: 0 7px 18px rgba(250, 40, 55, .24);
  color: #fff;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 17px;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.payment-success-booking-card small,
.payment-success-booking-card strong {
  display: block;
}
.payment-success-booking-card small {
  color: rgba(255, 255, 255, .55);
  font-size: 10px;
  letter-spacing: .08em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.payment-success-booking-card strong {
  color: #fff;
  font-size: 15px;
  letter-spacing: .04em;
}
.payment-success-hero-stats {
  border-top: 1px solid rgba(255, 255, 255, .15);
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 52px;
  padding-top: 24px;
}
.payment-success-hero-stats > div {
  min-width: 0;
}
.payment-success-hero-stats span,
.payment-success-hero-stats strong {
  display: block;
}
.payment-success-hero-stats span {
  color: rgba(255, 255, 255, .48);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.payment-success-hero-stats strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
  margin-top: 6px;
  overflow-wrap: anywhere;
}
.payment-success-hero-stats strong.is-paid {
  color: #86e2ae;
}
.payment-success-hero-stats strong.is-pending {
  color: #ffd27b;
}
.payment-success-hero-stats strong i {
  font-size: 7px;
  margin-right: 4px;
  vertical-align: 2px;
}
.payment-success-content {
  background: #f5f7f8;
  padding: 34px 0 86px;
}
.payment-success-layout {
  align-items: start;
  display: grid;
  gap: 25px;
  grid-template-columns: minmax(0, 1.34fr) minmax(300px, .66fr);
}
.payment-success-primary,
.payment-success-sidebar {
  min-width: 0;
}
.payment-success-primary {
  display: grid;
  gap: 23px;
}
.success-card {
  background: #fff;
  border: 1px solid var(--success-border);
  border-radius: 15px;
  box-shadow: 0 11px 29px rgba(29, 41, 48, .055);
  min-width: 0;
}
.success-card-header,
.success-calendar-heading {
  align-items: flex-start;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.success-card-header {
  padding: 23px 24px 0;
}
.success-card-kicker {
  margin-bottom: 6px;
}
.success-card-header h2,
.success-calendar-heading h2,
.success-next-card h2 {
  color: var(--success-ink);
  font-size: 21px;
  letter-spacing: -.025em;
  line-height: 1.2;
  margin: 0;
}
.success-status-pill {
  background: #e9f8ee;
  border-radius: 20px;
  color: var(--success-green-dark);
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  padding: 7px 10px;
  text-transform: uppercase;
}
.success-status-pill i {
  margin-right: 4px;
}
.success-vehicle-main {
  display: grid;
  gap: 23px;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  padding: 22px 24px 24px;
}
.success-vehicle-image {
  background: #e8eef0;
  border-radius: 11px;
  height: 220px;
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.success-vehicle-image::after {
  background: linear-gradient(180deg, rgba(18, 28, 32, .02) 42%, rgba(18, 28, 32, .58) 100%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.success-vehicle-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}
.success-vehicle-card:hover .success-vehicle-image img {
  transform: scale(1.025);
}
.success-vehicle-image > span {
  bottom: 13px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  left: 14px;
  letter-spacing: .06em;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}
.success-vehicle-image > span i {
  color: #86e2ae;
  margin-right: 4px;
}
.success-vehicle-copy {
  min-width: 0;
  padding: 7px 0 0;
}
.success-vehicle-brand {
  color: #fa2837;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  margin: 0 0 6px;
  text-transform: uppercase;
}
.success-vehicle-copy h3 {
  color: #27343b;
  font-size: 27px;
  letter-spacing: -.035em;
  line-height: 1.12;
  margin: 0;
  overflow-wrap: anywhere;
}
.success-vehicle-description {
  color: var(--success-muted);
  font-size: 12px;
  line-height: 1.65;
  margin: 13px 0 16px;
}
.success-text-link {
  color: #fa2837;
  font-size: 11px;
  font-weight: 900;
}
.success-text-link:hover,
.success-text-link:focus {
  color: #d91f2d;
}
.success-text-link i {
  margin-left: 6px;
  transition: margin .2s ease;
}
.success-text-link:hover i,
.success-text-link:focus i {
  margin-left: 9px;
}
.success-spec-grid {
  border-top: 1px solid #edf0f2;
  display: grid;
  gap: 0 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 24px;
  padding: 18px 0 19px;
}
.success-spec-grid > div {
  border-bottom: 1px solid #f0f2f3;
  min-width: 0;
  padding: 0 0 13px;
}
.success-spec-grid > div:nth-child(n + 4) {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 13px;
}
.success-spec-grid span,
.success-spec-grid strong {
  display: block;
  overflow-wrap: anywhere;
}
.success-spec-grid span {
  color: #929da2;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .07em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.success-spec-grid span i {
  color: #fa2837;
  font-size: 11px;
  margin-right: 5px;
}
.success-spec-grid strong {
  color: #3d4a51;
  font-size: 11px;
  line-height: 1.35;
}
.success-route {
  align-items: center;
  background: #f7fafb;
  border-top: 1px solid #edf0f2;
  border-radius: 0 0 15px 15px;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
  padding: 19px 24px 21px;
}
.success-route-point {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  min-width: 0;
}
.success-route-point-end {
  justify-content: flex-end;
  text-align: right;
}
.success-route-icon {
  align-items: center;
  border-radius: 9px;
  display: inline-flex;
  flex: 0 0 34px;
  font-size: 14px;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.success-route-icon-start {
  background: #e3f7eb;
  color: #26955b;
}
.success-route-icon-end {
  background: #fff2dd;
  color: #c17c10;
}
.success-route-point small,
.success-route-point strong,
.success-route-point p {
  display: block;
}
.success-route-point small {
  color: #89969c;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.success-route-point strong {
  color: #37464d;
  font-size: 13px;
  line-height: 1.25;
}
.success-route-point p {
  color: #829097;
  font-size: 10px;
  line-height: 1.4;
  margin: 4px 0 0;
  overflow-wrap: anywhere;
}
.success-route-point p i {
  color: #aab5b9;
  margin-right: 3px;
}
.success-route-line {
  align-items: center;
  color: #b7c1c5;
  display: flex;
  gap: 5px;
  padding-top: 20px;
}
.success-route-line span {
  background: #d7e0e2;
  flex: 1;
  height: 1px;
}
.success-route-line i {
  font-size: 13px;
}
.success-calendar-card {
  padding: 24px;
}
.success-calendar-heading {
  border-bottom: 1px solid #edf0f2;
  padding-bottom: 20px;
}
.success-calendar-heading > div:first-child {
  min-width: 0;
}
.success-calendar-heading h2 {
  font-size: 20px;
}
.success-calendar-heading p:not(.success-card-kicker) {
  color: #8b979d;
  font-size: 10px;
  line-height: 1.45;
  margin: 6px 0 0;
}
.success-calendar-heading p strong {
  color: #5e6a70;
}
.success-calendar-legend {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  gap: 6px;
  padding-top: 3px;
}
.success-calendar-legend span {
  color: #7c898f;
  font-size: 8px;
  white-space: nowrap;
}
.success-legend-dot {
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  margin-right: 4px;
  vertical-align: 0;
  width: 7px;
}
.success-legend-rental { background: #b9e9ca; }
.success-legend-pickup { background: #36b56f; }
.success-legend-return { background: #e5ae54; }
.success-calendar-months {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  padding-top: 20px;
}
.success-calendar-month {
  min-width: 0;
}
.success-calendar-month-title {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
}
.success-calendar-month-title strong {
  color: #35434a;
  font-size: 13px;
}
.success-calendar-month-title span {
  color: #9aa5aa;
  font-size: 8px;
}
.success-calendar-weekdays,
.success-calendar-grid {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.success-calendar-weekdays {
  margin-bottom: 5px;
}
.success-calendar-weekdays span {
  color: #a0aaae;
  font-size: 8px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.success-calendar-day {
  align-items: center;
  background: #fbfcfc;
  border: 1px solid #edf0f2;
  border-radius: 7px;
  color: #617078;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  justify-content: center;
  min-height: 44px;
  min-width: 0;
  padding: 4px 2px;
  text-align: center;
}
.success-calendar-day.is-empty {
  background: transparent;
  border-color: transparent;
}
.success-calendar-day.is-rental {
  background: #effaf3;
  border-color: #d8f0df;
  color: #358459;
}
.success-calendar-day.is-pickup {
  background: #dff5e7;
  border-color: #36b56f;
  box-shadow: inset 0 0 0 1px rgba(54, 181, 111, .12);
  color: #147c45;
}
.success-calendar-day.is-return {
  background: #fff4df;
  border-color: #e5ae54;
  color: #a76d0d;
}
.success-calendar-day.is-pickup.is-return {
  background: linear-gradient(135deg, #dff5e7 0%, #fff4df 100%);
  border-color: #8fbc70;
  color: #477c3e;
}
.success-calendar-day b {
  color: inherit;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}
.success-calendar-day small {
  color: inherit;
  font-size: 6px;
  font-weight: 900;
  line-height: 1.1;
  margin-top: 4px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.success-calendar-empty {
  align-items: center;
  background: #f8fafb;
  border: 1px dashed #d9e1e4;
  border-radius: 9px;
  color: #8a979c;
  display: flex;
  flex-direction: column;
  margin-top: 22px;
  padding: 30px 20px;
  text-align: center;
}
.success-calendar-empty i {
  color: #b4c0c4;
  font-size: 25px;
  margin-bottom: 9px;
}
.success-calendar-empty p {
  font-size: 11px;
  line-height: 1.5;
  margin: 0;
  max-width: 360px;
}
.payment-success-sidebar {
  display: grid;
  gap: 17px;
}
.success-payment-card,
.success-booking-card {
  padding-bottom: 21px;
}
.success-payment-icon,
.success-booking-icon {
  align-items: center;
  border-radius: 9px;
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 15px;
  height: 38px;
  justify-content: center;
  width: 38px;
}
.success-payment-icon {
  background: #edf5ff;
  color: #3e82c4;
}
.success-booking-icon {
  background: #fff1f2;
  color: #fa2837;
}
.success-payment-state {
  align-items: flex-start;
  border-radius: 9px;
  display: grid;
  gap: 2px 8px;
  grid-template-columns: 18px minmax(0, 1fr);
  margin: 20px 24px 0;
  padding: 12px;
}
.success-payment-state > i {
  font-size: 16px;
  grid-row: span 2;
  padding-top: 1px;
}
.success-payment-state strong,
.success-payment-state span {
  display: block;
  overflow-wrap: anywhere;
}
.success-payment-state strong {
  font-size: 11px;
  line-height: 1.2;
}
.success-payment-state span {
  font-size: 9px;
  line-height: 1.35;
}
.success-payment-state.is-paid {
  background: #edf9f2;
  color: #24804b;
}
.success-payment-state.is-pending {
  background: #fff8e9;
  color: #a96f0b;
}
.success-payment-list,
.success-booking-list {
  margin: 0;
  padding: 11px 24px 0;
}
.success-payment-list > div,
.success-booking-list > div {
  align-items: flex-start;
  border-bottom: 1px solid #f0f2f3;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 0;
}
.success-payment-list > div:last-child,
.success-booking-list > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.success-payment-list dt,
.success-payment-list dd,
.success-booking-list dt,
.success-booking-list dd {
  font-size: 10px;
  line-height: 1.45;
  margin: 0;
}
.success-payment-list dt,
.success-booking-list dt {
  color: #89969c;
}
.success-payment-list dd,
.success-booking-list dd {
  color: #3e4b52;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-align: right;
}
.success-payment-note {
  color: #9aa5a9;
  font-size: 9px;
  line-height: 1.5;
  margin: 17px 24px 0;
}
.success-payment-note i {
  color: #3b9e6a;
  margin-right: 4px;
}
.success-booking-list {
  padding-top: 9px;
}
.success-booking-total {
  color: #fa2837 !important;
  font-size: 14px !important;
}
.success-next-card {
  align-items: flex-start;
  background: linear-gradient(140deg, #26343a 0%, #39484d 100%);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(29, 41, 48, .12);
  color: #fff;
  display: flex;
  gap: 13px;
  padding: 21px 20px;
}
.success-next-icon {
  align-items: center;
  background: rgba(118, 227, 162, .14);
  border: 1px solid rgba(118, 227, 162, .2);
  border-radius: 9px;
  color: #76e3a2;
  display: inline-flex;
  flex: 0 0 36px;
  font-size: 16px;
  height: 36px;
  justify-content: center;
  width: 36px;
}
.success-next-card .success-card-kicker {
  color: #8fe8ae;
  margin-bottom: 5px;
}
.success-next-card h2 {
  color: #fff;
  font-size: 16px;
}
.success-next-card ul {
  color: rgba(255, 255, 255, .68);
  font-size: 9px;
  line-height: 1.4;
  margin: 9px 0 0;
  padding-left: 14px;
}
.success-next-card ul li {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}
.success-next-card li + li {
  margin-top: 3px;
}
.success-actions {
  display: grid;
  gap: 9px;
}
.success-button {
  align-items: center;
  border-radius: 7px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  justify-content: center;
  min-height: 43px;
  padding: 10px 15px;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}
.success-button:hover,
.success-button:focus {
  transform: translateY(-1px);
}
.success-button i {
  margin-right: 7px;
}
.success-button-primary {
  background: #fa2837;
  box-shadow: 0 7px 16px rgba(250, 40, 55, .16);
  color: #fff;
}
.success-button-primary:hover,
.success-button-primary:focus {
  background: #d91f2d;
  color: #fff;
}
.success-button-secondary {
  background: #fff;
  border: 1px solid #d9e2e4;
  color: #5b6970;
}
.success-button-secondary:hover,
.success-button-secondary:focus {
  border-color: #fa2837;
  color: #fa2837;
}

@media (max-width: 1100px) {
  .payment-success-layout {
    gap: 19px;
    grid-template-columns: minmax(0, 1.2fr) minmax(285px, .8fr);
  }
  .success-vehicle-main {
    gap: 17px;
  }
  .success-vehicle-copy h3 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .payment-success-hero-message h1 {
    font-size: 38px;
  }
  .payment-success-layout {
    grid-template-columns: 1fr;
  }
  .payment-success-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .success-next-card,
  .success-actions {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .payment-success-hero-grid {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
  }
  .payment-success-hero-message h1 {
    font-size: 34px;
  }
  .payment-success-hero-copy {
    font-size: 13px;
  }
  .payment-success-booking-card {
    min-width: 0;
  }
  .payment-success-hero-stats {
    gap: 13px;
    grid-template-columns: 1fr;
    margin-top: 31px;
  }
  .payment-success-hero-stats > div + div {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 12px;
  }
  .payment-success-content {
    padding-bottom: 60px;
  }
  .success-vehicle-main {
    grid-template-columns: 1fr;
  }
  .success-vehicle-image {
    height: 215px;
  }
  .success-vehicle-copy {
    padding-top: 0;
  }
  .success-calendar-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .success-calendar-legend {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .payment-success-sidebar {
    display: grid;
    grid-template-columns: 1fr;
  }
  .success-next-card,
  .success-actions {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .payment-success-hero {
    padding-bottom: 22px;
  }
  .payment-success-hero-message {
    gap: 13px;
  }
  .payment-success-check {
    border-width: 5px;
    flex-basis: 57px;
    font-size: 21px;
    height: 57px;
    width: 57px;
  }
  .payment-success-eyebrow {
    font-size: 9px;
  }
  .payment-success-hero-message h1 {
    font-size: 29px;
  }
  .payment-success-hero-copy {
    font-size: 12px;
    line-height: 1.6;
  }
  .payment-success-content {
    padding-top: 22px;
  }
  .success-card-header,
  .success-calendar-card {
    padding-left: 17px;
    padding-right: 17px;
  }
  .success-card-header {
    padding-top: 19px;
  }
  .success-card-header h2,
  .success-calendar-heading h2 {
    font-size: 19px;
  }
  .success-status-pill {
    font-size: 8px;
    padding: 6px 7px;
  }
  .success-vehicle-main {
    padding: 18px 17px 19px;
  }
  .success-vehicle-image {
    height: 185px;
  }
  .success-vehicle-copy h3 {
    font-size: 23px;
  }
  .success-spec-grid {
    gap: 0 11px;
    margin-left: 17px;
    margin-right: 17px;
  }
  .success-spec-grid span {
    font-size: 8px;
  }
  .success-spec-grid strong {
    font-size: 10px;
  }
  .success-route {
    gap: 12px;
    grid-template-columns: 1fr;
    padding-left: 17px;
    padding-right: 17px;
  }
  .success-route-point-end {
    justify-content: flex-start;
    text-align: left;
  }
  .success-route-line {
    margin: -5px auto;
    padding: 0;
    transform: rotate(90deg);
    width: 58px;
  }
  .success-calendar-card {
    padding-bottom: 19px;
    padding-top: 19px;
  }
  .success-calendar-legend {
    gap: 6px 11px;
  }
  .success-calendar-months {
    gap: 21px;
    grid-template-columns: 1fr;
    padding-top: 18px;
  }
  .success-calendar-day {
    min-height: 42px;
  }
  .success-calendar-day small {
    font-size: 6px;
  }
  .success-payment-state,
  .success-payment-list,
  .success-booking-list {
    margin-left: 17px;
    margin-right: 17px;
  }
  .success-payment-list,
  .success-booking-list {
    padding-left: 0;
    padding-right: 0;
  }
  .success-payment-note {
    margin-left: 17px;
    margin-right: 17px;
  }
  .success-next-card {
    padding: 18px 17px;
  }
}

.listing-page-modern {
  --listing-ink: #17242b;
  --listing-muted: #718087;
  --listing-green: #2dcc70;
  --listing-green-dark: #1b9e58;
  --listing-soft: #f5f9f7;
  --listing-border: #dfece4;
  background: #ffffff;
  color: var(--listing-ink);
}
.listing-page-modern .default-header {
  border-top: 0;
  box-shadow: 0 5px 22px rgba(21, 31, 38, 0.09);
  position: relative;
  z-index: 20;
}
.listing-page-modern #navigation_bar {
  background: #152127;
  box-shadow: 0 7px 22px rgba(11, 18, 22, 0.18);
}
.listing-page-modern .navbar-default .navbar-nav > li:hover {
  background: rgba(255, 255, 255, 0.08);
}
.listing-page-modern .navbar-default .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.86);
}
.listing-page-modern .navbar-default .navbar-nav > li:hover > a,
.listing-page-modern .navbar-default .navbar-nav > li:focus > a,
.listing-page-modern .navbar-default .navbar-nav > li.active > a,
.listing-page-modern .navbar-default .navbar-nav > li.active > a:hover {
  color: #9bf0bc;
}
.listing-page-modern .user_login > ul > li > a.admin-dashboard-link {
  background: linear-gradient(135deg, #2dcc70 0%, #1b9e58 100%);
  box-shadow: 0 6px 14px rgba(27, 158, 88, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: #102119;
}
.listing-page-modern .user_login > ul > li > a.admin-dashboard-link:hover,
.listing-page-modern .user_login > ul > li > a.admin-dashboard-link:focus {
  background: linear-gradient(135deg, #80e7a6 0%, #2dcc70 100%);
  box-shadow: 0 8px 18px rgba(27, 158, 88, 0.31), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  color: #102119;
}
.listing-page-main {
  overflow: hidden;
}
.van-listing-hero {
  background: linear-gradient(135deg, #0d1d22 0%, #16322f 58%, #1c473b 100%);
  min-height: 620px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.van-listing-hero::before {
  background: radial-gradient(circle at 84% 17%, rgba(155, 240, 188, 0.14) 0, transparent 25%), radial-gradient(circle at 11% 88%, rgba(45, 204, 112, 0.08) 0, transparent 27%);
  content: "";
  inset: 0;
  position: absolute;
}
.van-listing-hero::after {
  background: linear-gradient(90deg, var(--listing-green), #9bf0bc);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}
.van-listing-hero .container {
  position: relative;
  z-index: 1;
}
.van-breadcrumb {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(155, 240, 188, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.55);
  display: inline-flex;
  font-size: 11px;
  gap: 9px;
  line-height: 18px;
  margin-top: 25px;
  padding: 7px 13px;
}
.van-breadcrumb a {
  color: rgba(255, 255, 255, 0.82);
}
.van-breadcrumb a:hover,
.van-breadcrumb a:focus {
  color: #9bf0bc;
}
.van-breadcrumb i {
  color: rgba(155, 240, 188, 0.72);
  font-size: 12px;
  margin: 0;
}
.van-breadcrumb span {
  color: rgba(255, 255, 255, 0.62);
}
.van-breadcrumb strong {
  color: #ffffff;
  font-weight: 800;
}
.van-listing-hero-grid {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 0.85fr);
  min-height: 545px;
  padding: 34px 0 48px;
}
.van-listing-hero-copy {
  max-width: 600px;
}
.listing-page-modern .van-listing-eyebrow,
.listing-page-modern .van-section-kicker {
  color: var(--listing-green-dark);
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.17em;
  line-height: 16px;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.van-listing-hero .van-listing-eyebrow {
  color: #9bf0bc;
}
.van-listing-hero .van-listing-eyebrow .fa {
  font-size: 10px;
  margin: 0 6px 0 0;
}
.van-listing-hero-copy h1 {
  color: #ffffff;
  font-size: clamp(46px, 5vw, 70px);
  letter-spacing: -0.055em;
  line-height: 0.99;
  margin: 0 0 22px;
}
.van-listing-hero-copy h1 span {
  color: #9bf0bc;
  display: block;
  font-weight: 300;
}
.van-listing-hero-copy > p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 29px;
  max-width: 550px;
}
.van-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.van-primary-button {
  align-items: center;
  background: var(--listing-green);
  border: 1px solid var(--listing-green);
  border-radius: 10px;
  box-shadow: 0 12px 27px rgba(45, 204, 112, 0.2);
  color: #102119;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 9px;
  line-height: 22px;
  padding: 13px 18px;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.van-primary-button:hover,
.van-primary-button:focus {
  background: #80e7a6;
  border-color: #80e7a6;
  box-shadow: 0 15px 31px rgba(45, 204, 112, 0.3);
  color: #102119;
  outline: none;
  transform: translateY(-1px);
}
.van-primary-button .fa {
  font-size: 11px;
  margin: 0;
}
.van-hero-link {
  align-items: center;
  color: rgba(255, 255, 255, 0.84);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 9px;
  line-height: 22px;
}
.van-hero-link:hover,
.van-hero-link:focus {
  color: #9bf0bc;
}
.van-hero-link .fa {
  color: var(--listing-green);
  font-size: 15px;
  margin: 0;
  transition: transform 0.2s ease;
}
.van-hero-link:hover .fa,
.van-hero-link:focus .fa {
  transform: translateX(3px);
}
.van-hero-proof {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 39px;
  max-width: 625px;
}
.van-hero-proof div {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  padding: 17px 25px 20px 0;
}
.van-hero-proof div + div {
  padding-left: 25px;
}
.van-hero-proof div:last-child {
  border-right: 0;
}
.van-hero-proof strong,
.van-hero-proof span {
  display: block;
}
.van-hero-proof strong {
  color: #ffffff;
  font-size: 23px;
  font-weight: 900;
  line-height: 28px;
}
.van-hero-proof span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  line-height: 16px;
  margin-top: 2px;
}
.van-listing-hero-visual {
  justify-self: end;
  max-width: 430px;
  padding: 0 0 32px 25px;
  position: relative;
  width: 100%;
}
.van-listing-hero-image {
  background: #dce8e1;
  border: 7px solid rgba(155, 240, 188, 0.24);
  border-radius: 27px;
  box-shadow: 0 28px 60px rgba(3, 14, 17, 0.38);
  height: 385px;
  overflow: hidden;
  position: relative;
}
.van-listing-hero-image::after {
  background: linear-gradient(180deg, rgba(5, 22, 17, 0.02) 35%, rgba(5, 22, 17, 0.78) 100%);
  content: "";
  inset: 0;
  position: absolute;
}
.van-listing-hero-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.van-hero-vehicle-caption {
  bottom: 22px;
  left: 25px;
  position: absolute;
  right: 20px;
  z-index: 1;
}
.van-hero-vehicle-caption small,
.van-hero-vehicle-caption strong,
.van-hero-vehicle-caption span {
  display: block;
}
.van-hero-vehicle-caption small {
  color: #9bf0bc;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.van-hero-vehicle-caption strong {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.van-hero-vehicle-caption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 17px;
  margin-top: 5px;
}
.van-listing-hero-floating-card {
  align-items: center;
  background: #ffffff;
  border-radius: 15px;
  bottom: 0;
  box-shadow: 0 16px 33px rgba(1, 13, 16, 0.24);
  display: flex;
  gap: 11px;
  left: 0;
  min-width: 242px;
  padding: 15px 16px;
  position: absolute;
  z-index: 2;
}
.van-hero-floating-icon {
  align-items: center;
  background: #eaf9ef;
  border-radius: 11px;
  color: var(--listing-green-dark);
  display: inline-flex;
  flex: 0 0 37px;
  font-size: 15px;
  height: 37px;
  justify-content: center;
  width: 37px;
}
.van-hero-floating-icon .fa {
  margin: 0;
}
.van-listing-hero-floating-card strong,
.van-listing-hero-floating-card small {
  display: block;
}
.van-listing-hero-floating-card strong {
  color: var(--listing-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 17px;
}
.van-listing-hero-floating-card small {
  color: #89969a;
  font-size: 10px;
  line-height: 16px;
}
.listing-page-modern .listing-page-main {
  overflow: hidden;
}
.listing-page-modern .van-listing-page {
  background: var(--listing-soft);
  padding: 103px 0 115px;
}
.listing-page-modern .van-listing-intro {
  align-items: flex-end;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 43px;
}
.listing-page-modern .van-listing-intro h2 {
  color: var(--listing-ink);
  font-size: 39px;
  letter-spacing: -0.045em;
  line-height: 1.07;
  margin: 0 0 12px;
}
.listing-page-modern .van-listing-intro-copy {
  color: var(--listing-muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  max-width: 650px;
}
.listing-page-modern .van-fleet-count {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--listing-border);
  border-radius: 15px;
  box-shadow: 0 10px 26px rgba(25, 54, 38, 0.07);
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  min-width: 178px;
  padding: 15px 17px;
}
.listing-page-modern .van-fleet-count-icon {
  align-items: center;
  background: #eaf9ef;
  border-radius: 11px;
  color: var(--listing-green-dark);
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 21px;
  height: 44px;
  justify-content: center;
  width: 44px;
}
.listing-page-modern .van-fleet-count-icon .fa {
  margin: 0;
}
.listing-page-modern .van-fleet-count strong,
.listing-page-modern .van-fleet-count small {
  display: block;
}
.listing-page-modern .van-fleet-count strong {
  color: var(--listing-ink);
  font-size: 23px;
  line-height: 1.1;
}
.listing-page-modern .van-fleet-count small {
  color: var(--listing-muted);
  font-size: 11px;
  margin-top: 4px;
}
.listing-page-modern .van-listing-layout {
  display: flex;
  flex-wrap: wrap;
}
.listing-page-modern .van-listing-sidebar,
.listing-page-modern .van-listing-results {
  float: none;
}
.listing-page-modern .van-filter-card,
.listing-page-modern .van-confidence-card,
.listing-page-modern .van-recent-card {
  border-radius: 17px;
  margin-bottom: 22px;
  overflow: hidden;
}
.listing-page-modern .van-filter-card {
  background: #ffffff;
  border: 1px solid var(--listing-border);
  box-shadow: 0 13px 31px rgba(25, 54, 38, 0.08);
  position: sticky;
  top: 20px;
}
.listing-page-modern .van-filter-card-header {
  align-items: center;
  background: linear-gradient(135deg, #17272b 0%, #28463d 100%);
  display: flex;
  gap: 12px;
  padding: 22px 20px 20px;
}
.listing-page-modern .van-filter-card-header .van-section-kicker {
  color: #8ee8b1;
  margin-bottom: 4px;
}
.listing-page-modern .van-filter-card-header h2 {
  color: #ffffff;
  font-size: 21px;
  margin: 0;
}
.listing-page-modern .van-filter-icon {
  align-items: center;
  background: var(--listing-green);
  border-radius: 11px;
  box-shadow: 0 7px 17px rgba(45, 204, 112, 0.24);
  color: #102119;
  display: inline-flex;
  flex: 0 0 43px;
  font-size: 19px;
  height: 43px;
  justify-content: center;
  width: 43px;
}
.listing-page-modern .van-filter-icon .fa {
  margin: 0;
}
.listing-page-modern .van-filter-form {
  padding: 22px 20px 20px;
}
.listing-page-modern .van-filter-group {
  margin-bottom: 16px;
}
.listing-page-modern .van-filter-group label {
  color: #344b42;
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.listing-page-modern .van-filter-control {
  background-color: #ffffff;
  border: 1px solid #d9e8df;
  border-radius: 10px;
  box-shadow: none;
  color: #3d5148;
  font-size: 13px;
  height: 45px;
  line-height: 1.4;
  padding: 10px 12px;
  width: 100%;
}
.listing-page-modern select.van-filter-control {
  background-image: linear-gradient(45deg, transparent 50%, #4d8b68 50%), linear-gradient(135deg, #4d8b68 50%, transparent 50%);
  background-position: calc(100% - 16px) 19px, calc(100% - 11px) 19px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 30px;
}
.listing-page-modern .van-filter-control:focus {
  border-color: var(--listing-green);
  box-shadow: 0 0 0 3px rgba(45, 204, 112, 0.13);
  outline: none;
}
.listing-page-modern .van-price-fields {
  align-items: center;
  display: grid;
  gap: 7px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}
.listing-page-modern .van-price-fields span {
  color: #98aaa1;
  font-size: 11px;
}
.listing-page-modern .van-filter-submit {
  align-items: center;
  background: var(--listing-green);
  border: 1px solid var(--listing-green);
  border-radius: 10px;
  color: #102119;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  min-height: 45px;
  padding: 7px 15px;
  width: 100%;
}
.listing-page-modern .van-filter-submit:hover,
.listing-page-modern .van-filter-submit:focus {
  background: #80e7a6;
  border-color: #80e7a6;
  color: #102119;
  outline: none;
}
.listing-page-modern .van-filter-submit i {
  margin-right: 7px;
}
.listing-page-modern .van-filter-reset {
  color: #778c82;
  display: block;
  font-size: 12px;
  margin: 13px 0 0;
  text-align: center;
}
.listing-page-modern .van-filter-reset:hover,
.listing-page-modern .van-filter-reset:focus {
  color: var(--listing-green-dark);
}
.listing-page-modern .van-filter-reset i {
  margin-right: 4px;
}
.listing-page-modern .van-confidence-card {
  background: linear-gradient(145deg, #17272b 0%, #315248 100%);
  box-shadow: 0 12px 27px rgba(25, 54, 38, 0.15);
  color: #ffffff;
  padding: 25px 20px 22px;
}
.listing-page-modern .van-confidence-card .van-section-kicker {
  color: #8ee8b1;
}
.listing-page-modern .van-confidence-card h3,
.listing-page-modern .van-recent-card h3 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.listing-page-modern .van-confidence-card h3 {
  color: #ffffff;
}
.listing-page-modern .van-confidence-card > p:not(.van-section-kicker) {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 15px;
}
.listing-page-modern .van-confidence-card ul {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  list-style: none;
  margin: 0;
  padding: 13px 0 7px;
}
.listing-page-modern .van-confidence-card li {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.4;
  list-style: none;
  margin: 0 0 8px;
}
.listing-page-modern .van-confidence-card li:last-child {
  margin-bottom: 0;
}
.listing-page-modern .van-confidence-card li i {
  color: #8ee8b1;
  margin-right: 7px;
}
.listing-page-modern .van-confidence-card > a {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #ffffff;
  display: block;
  font-size: 12px;
  margin-top: 12px;
  padding-top: 14px;
}
.listing-page-modern .van-confidence-card > a:hover,
.listing-page-modern .van-confidence-card > a:focus {
  color: #9bf0bc;
}
.listing-page-modern .van-confidence-card > a i {
  float: right;
  margin-top: 2px;
}
.listing-page-modern .van-recent-card {
  background: #ffffff;
  border: 1px solid var(--listing-border);
  padding: 22px 18px 17px;
}
.listing-page-modern .van-recent-card h3 {
  color: var(--listing-ink);
}
.listing-page-modern .van-recent-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.listing-page-modern .van-recent-list li {
  border-top: 1px solid #edf3ef;
  list-style: none;
  margin: 0;
  padding: 11px 0;
}
.listing-page-modern .van-recent-list li:first-child {
  border-top: 0;
}
.listing-page-modern .van-recent-list a {
  align-items: center;
  display: flex;
  gap: 10px;
}
.listing-page-modern .van-recent-image {
  background: #edf5f0;
  border-radius: 8px;
  display: block;
  flex: 0 0 59px;
  height: 45px;
  overflow: hidden;
}
.listing-page-modern .van-recent-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.listing-page-modern .van-recent-copy {
  min-width: 0;
}
.listing-page-modern .van-recent-copy strong,
.listing-page-modern .van-recent-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listing-page-modern .van-recent-copy strong {
  color: #354e43;
  font-size: 12px;
  line-height: 1.4;
}
.listing-page-modern .van-recent-list a:hover .van-recent-copy strong,
.listing-page-modern .van-recent-copy small {
  color: var(--listing-green-dark);
}
.listing-page-modern .van-recent-copy small {
  font-size: 12px;
  margin-top: 4px;
}
.listing-page-modern .van-recent-copy em {
  color: #8a9c93;
  font-size: 10px;
  font-style: normal;
}
.listing-page-modern .van-results-toolbar {
  align-items: flex-end;
  background: #ffffff;
  border: 1px solid var(--listing-border);
  border-radius: 17px;
  box-shadow: 0 9px 24px rgba(25, 54, 38, 0.05);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 22px 23px 20px;
}
.listing-page-modern .van-results-heading {
  min-width: 0;
}
.listing-page-modern .van-results-heading h2 {
  color: var(--listing-ink);
  font-size: 25px;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0 0 7px;
}
.listing-page-modern .van-results-heading > p:last-child {
  color: var(--listing-muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.listing-page-modern .van-sort-form {
  flex: 0 0 auto;
  margin: 0;
}
.listing-page-modern .van-sort-form > label {
  color: #778c82;
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.listing-page-modern .van-sort-controls {
  align-items: center;
  display: flex;
  gap: 6px;
}
.listing-page-modern .van-sort-controls .van-filter-control {
  min-width: 165px;
}
.listing-page-modern .van-sort-button {
  background: #eaf9ef;
  border: 1px solid #bfe8ce;
  border-radius: 10px;
  color: var(--listing-green-dark);
  height: 45px;
  width: 45px;
}
.listing-page-modern .van-sort-button:hover,
.listing-page-modern .van-sort-button:focus {
  background: var(--listing-green);
  border-color: var(--listing-green);
  color: #102119;
  outline: none;
}
.listing-page-modern .van-sort-button i {
  margin: 0;
}
.listing-page-modern .van-active-filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 18px;
}
.listing-page-modern .van-active-filters > span {
  color: #81928a;
  font-size: 12px;
  margin-right: 2px;
}
.listing-page-modern .van-active-filters strong {
  background: #eaf9ef;
  border: 1px solid #c7ead3;
  border-radius: 20px;
  color: var(--listing-green-dark);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
}
.listing-page-modern .van-active-filters > a {
  color: #778c82;
  font-size: 11px;
  margin-left: 4px;
  text-decoration: underline;
}
.listing-page-modern .van-active-filters > a:hover,
.listing-page-modern .van-active-filters > a:focus {
  color: var(--listing-green-dark);
}
.listing-page-modern .van-list-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.listing-page-modern .van-card {
  background: #ffffff;
  border: 1px solid var(--listing-border);
  border-radius: 17px;
  box-shadow: 0 10px 27px rgba(25, 54, 38, 0.06);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.listing-page-modern .van-card:hover {
  box-shadow: 0 17px 35px rgba(25, 54, 38, 0.13);
  transform: translateY(-4px);
}
.listing-page-modern .van-card-media {
  background: #eaf2ed;
  height: 224px;
  overflow: hidden;
  position: relative;
}
.listing-page-modern .van-card-image {
  display: block;
  height: 100%;
  width: 100%;
}
.listing-page-modern .van-card-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  width: 100%;
}
.listing-page-modern .van-card:hover .van-card-image img {
  transform: scale(1.045);
}
.listing-page-modern .van-card-status,
.listing-page-modern .van-card-type {
  border-radius: 20px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}
.listing-page-modern .van-card-status {
  left: 14px;
  padding: 8px 10px;
  top: 14px;
}
.listing-page-modern .van-card-status i {
  font-size: 11px;
  margin-right: 4px;
}
.listing-page-modern .van-status-available {
  background: #e3f7eb;
  color: #187e4a;
}
.listing-page-modern .van-status-maintenance {
  background: #fff2dc;
  color: #a96900;
}
.listing-page-modern .van-status-booked {
  background: #fff0ed;
  color: #a85b45;
}
.listing-page-modern .van-status-other {
  background: rgba(23, 39, 43, 0.78);
  color: #ffffff;
}
.listing-page-modern .van-card-type {
  background: rgba(23, 39, 43, 0.82);
  bottom: 13px;
  color: #ffffff;
  left: 14px;
  padding: 8px 10px;
}
.listing-page-modern .van-card-type i {
  color: #8ee8b1;
  margin-right: 5px;
}
.listing-page-modern .van-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 19px 17px;
}
.listing-page-modern .van-card-heading {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.listing-page-modern .van-card-brand {
  color: var(--listing-green-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.listing-page-modern .van-card-heading h3 {
  line-height: 1.25;
  margin: 0;
  overflow-wrap: anywhere;
}
.listing-page-modern .van-card-heading h3 a {
  color: var(--listing-ink);
  font-size: 20px;
}
.listing-page-modern .van-card-heading h3 a:hover,
.listing-page-modern .van-card-heading h3 a:focus {
  color: var(--listing-green-dark);
}
.listing-page-modern .van-card-price {
  flex: 0 0 auto;
  text-align: right;
}
.listing-page-modern .van-card-price strong {
  color: var(--listing-green-dark);
  display: block;
  font-size: 21px;
  line-height: 1.1;
  white-space: nowrap;
}
.listing-page-modern .van-card-price span {
  color: #8b9b93;
  display: block;
  font-size: 10px;
  margin-top: 3px;
}
.listing-page-modern .van-card-description {
  color: var(--listing-muted);
  font-size: 12px;
  line-height: 1.6;
  margin: 12px 0 16px;
  min-height: 39px;
}
.listing-page-modern .van-card-specs {
  border-bottom: 1px solid #edf3ef;
  border-top: 1px solid #edf3ef;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 15px 0;
}
.listing-page-modern .van-card-specs li {
  border-right: 1px solid #edf3ef;
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  margin: 0;
  min-width: 0;
  padding: 0 7px;
}
.listing-page-modern .van-card-specs li:first-child {
  padding-left: 0;
}
.listing-page-modern .van-card-specs li:last-child {
  border-right: 0;
  padding-right: 0;
}
.listing-page-modern .van-card-specs i {
  color: var(--listing-green-dark);
  font-size: 14px;
  margin: 0;
}
.listing-page-modern .van-card-specs span {
  color: #929f99;
  font-size: 9px;
  line-height: 1.2;
  text-transform: uppercase;
}
.listing-page-modern .van-card-specs strong {
  color: #465a50;
  font-size: 11px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listing-page-modern .van-card-footer {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
}
.listing-page-modern .van-card-note {
  color: #7e9187;
  font-size: 10px;
  white-space: nowrap;
}
.listing-page-modern .van-card-note i {
  color: var(--listing-green-dark);
  margin-right: 4px;
}
.listing-page-modern .van-card-cta {
  align-items: center;
  background: var(--listing-green);
  border-radius: 9px;
  color: #102119;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  gap: 7px;
  justify-content: center;
  padding: 10px 12px;
  white-space: nowrap;
}
.listing-page-modern .van-card-cta:hover,
.listing-page-modern .van-card-cta:focus {
  background: #1b9e58;
  color: #ffffff;
  text-decoration: none;
}
.listing-page-modern .van-card-cta i {
  font-size: 11px;
  margin: 0;
  transition: transform 0.2s ease;
}
.listing-page-modern .van-card-cta:hover i,
.listing-page-modern .van-card-cta:focus i {
  transform: translateX(2px);
}
.listing-page-modern .van-empty-state {
  background: #ffffff;
  border: 1px solid var(--listing-border);
  border-radius: 17px;
  box-shadow: 0 9px 24px rgba(25, 54, 38, 0.04);
  padding: 64px 25px;
  text-align: center;
}
.listing-page-modern .van-empty-icon {
  align-items: center;
  background: #eaf9ef;
  border-radius: 50%;
  color: var(--listing-green-dark);
  display: inline-flex;
  font-size: 23px;
  height: 58px;
  justify-content: center;
  margin-bottom: 16px;
  width: 58px;
}
.listing-page-modern .van-empty-icon .fa {
  margin: 0;
}
.listing-page-modern .van-empty-state .van-section-kicker {
  margin-bottom: 7px;
}
.listing-page-modern .van-empty-state h3 {
  color: var(--listing-ink);
  font-size: 22px;
  margin: 0 0 9px;
}
.listing-page-modern .van-empty-state > p:not(.van-section-kicker) {
  color: #788c82;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 auto 21px;
  max-width: 480px;
}
.listing-page-modern .van-empty-state .btn {
  background: var(--listing-green);
  border: 1px solid var(--listing-green);
  border-radius: 10px;
  color: #102119;
  font-size: 13px;
  font-weight: 900;
  padding: 8px 17px;
}
.listing-page-modern .van-empty-state .btn:hover,
.listing-page-modern .van-empty-state .btn:focus {
  background: #80e7a6;
  border-color: #80e7a6;
  color: #102119;
}
.listing-page-modern .van-empty-state .btn i {
  margin-left: 6px;
}

@media (max-width: 1199px) {
  .van-listing-hero-grid {
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr);
  }
  .listing-page-modern .van-listing-intro h2 {
    font-size: 35px;
  }
  .listing-page-modern .van-card-heading {
    display: block;
  }
  .listing-page-modern .van-card-price {
    margin-top: 9px;
    text-align: left;
  }
  .listing-page-modern .van-card-price strong,
  .listing-page-modern .van-card-price span {
    display: inline-block;
  }
  .listing-page-modern .van-card-price span {
    margin: 0 0 0 4px;
  }
}

@media (max-width: 991px) {
  .van-listing-hero {
    min-height: 0;
  }
  .van-listing-hero-grid {
    gap: 35px;
    grid-template-columns: minmax(0, 1fr) minmax(285px, 0.7fr);
    padding-bottom: 45px;
    padding-top: 38px;
  }
  .van-listing-hero-copy h1 {
    font-size: 52px;
  }
  .van-listing-hero-copy > p {
    font-size: 15px;
    line-height: 25px;
  }
  .van-listing-hero-visual {
    padding-left: 12px;
  }
  .van-listing-hero-image {
    height: 335px;
  }
  .listing-page-modern .van-listing-layout {
    display: block;
  }
  .listing-page-modern .van-listing-sidebar,
  .listing-page-modern .van-listing-results {
    width: 100%;
  }
  .listing-page-modern .van-filter-card {
    position: static;
  }
  .listing-page-modern .van-filter-form {
    display: grid;
    gap: 0 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .listing-page-modern .van-filter-submit,
  .listing-page-modern .van-filter-reset {
    grid-column: 1 / -1;
  }
  .listing-page-modern .van-filter-group {
    margin-bottom: 15px;
  }
  .listing-page-modern .van-confidence-card,
  .listing-page-modern .van-recent-card {
    display: none;
  }
}

@media (max-width: 767px) {
  .van-listing-hero-grid {
    display: block;
    padding-bottom: 35px;
  }
  .van-listing-hero-copy {
    max-width: 610px;
  }
  .van-listing-hero-copy h1 {
    font-size: clamp(44px, 12vw, 60px);
  }
  .van-listing-hero-copy > p {
    font-size: 15px;
    line-height: 24px;
  }
  .van-listing-hero-visual {
    margin: 42px auto 0;
    max-width: 520px;
  }
  .van-listing-hero-image {
    height: 340px;
  }
  .van-hero-proof {
    max-width: none;
  }
  .van-hero-proof div {
    padding-right: 13px;
  }
  .van-hero-proof div + div {
    padding-left: 13px;
  }
  .van-hero-proof strong {
    font-size: 19px;
  }
  .van-hero-proof span {
    font-size: 9px;
  }
  .listing-page-modern .van-listing-page {
    padding: 74px 0 85px;
  }
  .listing-page-modern .van-listing-intro {
    align-items: flex-start;
    display: block;
    margin-bottom: 31px;
  }
  .listing-page-modern .van-listing-intro h2 {
    font-size: 33px;
  }
  .listing-page-modern .van-fleet-count {
    margin-top: 20px;
    width: 100%;
  }
  .listing-page-modern .van-results-toolbar {
    align-items: stretch;
    display: block;
  }
  .listing-page-modern .van-sort-form {
    margin-top: 18px;
  }
  .listing-page-modern .van-sort-controls .van-filter-control {
    flex: 1;
  }
  .listing-page-modern .van-list-grid {
    grid-template-columns: 1fr;
  }
  .listing-page-modern .van-card-media {
    height: 245px;
  }
}

@media (max-width: 480px) {
  .van-listing-hero .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .van-breadcrumb {
    gap: 7px;
    margin-top: 19px;
    padding: 6px 11px;
  }
  .van-listing-hero-grid {
    padding-bottom: 35px;
    padding-top: 29px;
  }
  .van-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }
  .van-listing-hero-visual {
    padding-left: 0;
  }
  .van-listing-hero-image {
    border-width: 4px;
    border-radius: 20px;
    height: 280px;
  }
  .van-listing-hero-floating-card {
    min-width: 211px;
  }
  .van-hero-proof strong {
    font-size: 16px;
  }
  .van-hero-proof span {
    line-height: 13px;
  }
  .listing-page-modern .van-listing-page {
    padding-top: 55px;
  }
  .listing-page-modern .van-filter-form {
    display: block;
  }
  .listing-page-modern .van-results-toolbar {
    padding: 19px 17px;
  }
  .listing-page-modern .van-results-heading h2 {
    font-size: 22px;
  }
  .listing-page-modern .van-card-media {
    height: 215px;
  }
  .listing-page-modern .van-card-heading {
    display: block;
  }
  .listing-page-modern .van-card-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 13px;
  }
  .listing-page-modern .van-card-specs li:nth-child(2) {
    border-right: 0;
  }
  .listing-page-modern .van-card-specs li:nth-child(3) {
    border-top: 1px solid #edf3ef;
    padding-left: 0;
    padding-top: 13px;
  }
  .listing-page-modern .van-card-specs li:nth-child(4) {
    border-top: 1px solid #edf3ef;
    padding-top: 13px;
  }
  .listing-page-modern .van-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .listing-page-modern .van-card-cta {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .van-primary-button,
  .van-hero-link .fa,
  .listing-page-modern .van-card,
  .listing-page-modern .van-card-image img,
  .listing-page-modern .van-card-cta i {
    transition: none;
  }
}

.van-fleet-hero {
  background: #132226 url("../../images/hero-van-citroen.jpg") center center / cover no-repeat;
  min-height: 390px;
  padding-bottom: 0;
}
.van-fleet-hero::before {
  background: linear-gradient(90deg, rgba(8, 20, 23, 0.95) 0%, rgba(8, 20, 23, 0.8) 52%, rgba(8, 20, 23, 0.42) 100%);
}
.van-fleet-hero .container {
  position: relative;
  z-index: 1;
}
.van-fleet-hero-intro {
  align-items: center;
  display: grid;
  gap: 55px;
  grid-template-columns: minmax(0, 1fr);
  min-height: 390px;
  padding: 55px 0;
}
.van-fleet-hero-title {
  max-width: 690px;
}
.van-fleet-hero-title h1 {
  color: #ffffff;
  font-size: clamp(44px, 5.2vw, 69px);
  letter-spacing: -0.055em;
  line-height: 0.99;
  margin: 0 0 20px;
}
.van-fleet-hero-title h1 span {
  color: #9bf0bc;
  display: block;
  font-weight: 300;
}
.van-fleet-hero-title > p {
  color: rgba(255, 255, 255, 0.73);
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  max-width: 580px;
}
.van-fleet-hero-summary {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 17px;
  box-shadow: 0 20px 45px rgba(4, 14, 17, 0.25);
  display: flex;
  gap: 13px;
  justify-self: end;
  max-width: 365px;
  padding: 20px 19px;
  width: 100%;
}
.van-fleet-summary-icon {
  align-items: center;
  background: #eaf9ef;
  border-radius: 12px;
  color: var(--listing-green-dark);
  display: inline-flex;
  flex: 0 0 43px;
  font-size: 17px;
  height: 43px;
  justify-content: center;
  width: 43px;
}
.van-fleet-summary-icon i {
  margin: 0;
}
.van-fleet-summary-copy {
  min-width: 0;
}
.van-fleet-summary-heading,
.van-fleet-summary-copy p {
  display: block;
}
.van-fleet-summary-heading {
  color: var(--listing-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 19px;
}
.van-fleet-summary-copy p {
  color: #849197;
  font-size: 11px;
  line-height: 17px;
  margin: 1px 0 0;
}
.van-fleet-summary-arrow {
  align-items: center;
  background: #eaf9ef;
  border-radius: 50%;
  color: var(--listing-green-dark);
  display: inline-flex;
  flex: 0 0 31px;
  height: 31px;
  justify-content: center;
  margin-left: auto;
  width: 31px;
}
.van-fleet-summary-arrow i {
  font-size: 11px;
  margin: 0;
}
.van-fleet-benefits-section {
  background: #ffffff;
  border-bottom: 1px solid #e7efea;
  box-shadow: 0 8px 25px rgba(26, 48, 36, 0.06);
  position: relative;
  z-index: 2;
}
.van-fleet-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.van-fleet-benefit-card {
  align-items: center;
  display: flex;
  gap: 10px;
  min-height: 88px;
  padding: 16px 24px;
  position: relative;
}
.van-fleet-benefit-card:not(:last-child)::after {
  background: #e7efea;
  content: "";
  height: 34px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.van-fleet-benefit-card:first-child {
  padding-left: 0;
}
.van-fleet-benefit-card:last-child {
  padding-right: 0;
}
.van-fleet-benefit-icon {
  align-items: center;
  background: #eaf9ef;
  border-radius: 9px;
  color: var(--listing-green-dark);
  display: inline-flex;
  flex: 0 0 30px;
  font-size: 11px;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.van-fleet-benefit-icon i {
  margin: 0;
}
.van-fleet-benefit-card strong {
  color: var(--listing-ink);
  font-size: 10px;
  font-weight: 900;
  line-height: 14px;
}

@media (max-width: 1199px) {
  .van-fleet-hero-intro {
    gap: 35px;
  }
}

@media (max-width: 991px) {
  .van-fleet-hero-intro {
    gap: 35px;
    grid-template-columns: minmax(0, 1fr);
    padding-top: 42px;
  }
  .van-fleet-hero-title h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .van-fleet-hero {
    min-height: 0;
    padding-bottom: 0;
  }
  .van-fleet-hero-intro {
    display: block;
    min-height: 0;
    padding-bottom: 42px;
    padding-top: 58px;
  }
  .van-fleet-hero-title h1 {
    font-size: clamp(43px, 12vw, 58px);
  }
  .van-fleet-hero-title > p {
    font-size: 15px;
    line-height: 24px;
  }
  .van-fleet-hero-summary {
    margin-top: 35px;
    max-width: 450px;
  }
  .van-fleet-benefits-grid {
    grid-template-columns: 1fr;
  }
  .van-fleet-benefit-card,
  .van-fleet-benefit-card:first-child,
  .van-fleet-benefit-card:last-child {
    min-height: 78px;
    padding: 14px 0;
  }
  .van-fleet-benefit-card:not(:last-child)::after {
    bottom: 0;
    height: 1px;
    left: 0;
    right: 0;
    top: auto;
    transform: none;
    width: auto;
  }
}

@media (max-width: 480px) {
  .van-fleet-hero-intro {
    padding-top: 31px;
  }
  .van-fleet-hero-title h1 {
    font-size: 37px;
  }
  .van-fleet-hero-title > p {
    font-size: 14px;
    line-height: 22px;
  }
  .van-fleet-hero-summary {
    padding: 19px 17px 17px;
  }
}

@media (min-width: 992px) {
  .listing-page-modern .van-listing-sidebar {
    width: 33.33333333%;
  }
  .listing-page-modern .van-listing-results {
    width: 66.66666667%;
  }
}

.listing-page-modern .van-filter-budget-group {
  margin-bottom: 19px;
}
.listing-page-modern .van-price-fields {
  align-items: end;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
}
.listing-page-modern .van-price-field {
  min-width: 0;
}
.listing-page-modern .van-price-field > label {
  color: #344b42;
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 16px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.listing-page-modern .van-price-fields > span {
  align-self: end;
  margin-bottom: 18px;
}
.listing-page-modern .van-price-fields .van-filter-control {
  font-size: 14px;
  height: 52px;
  min-width: 0;
  padding: 12px 14px;
}
.listing-page-modern .van-price-fields span {
  font-size: 12px;
  text-align: center;
}

@media (max-width: 991px) {
  .listing-page-modern .van-filter-budget-group {
    grid-column: 1 / -1;
  }
}

.vehicle-detail-modern {
  --detail-ink: #17242b;
  --detail-muted: #6f7d84;
  --detail-green: #2dcc70;
  --detail-green-dark: #1b9e58;
  --detail-green-light: #9bf0bc;
  --detail-soft: #f5f9f7;
  --detail-border: #e1ece6;
  background: var(--detail-soft);
  color: var(--detail-ink);
}
.vehicle-detail-modern .default-header {
  border-top: 0;
  box-shadow: 0 5px 22px rgba(21, 31, 38, .09);
  position: relative;
  z-index: 20;
}
.vehicle-detail-modern #navigation_bar {
  background: #152127;
  box-shadow: 0 7px 22px rgba(11, 18, 22, .18);
}
.vehicle-detail-modern .navbar-default .navbar-nav > li:hover {
  background: rgba(255, 255, 255, .08);
}
.vehicle-detail-modern .navbar-default .navbar-nav > li > a {
  color: rgba(255, 255, 255, .86);
}
.vehicle-detail-modern .navbar-default .navbar-nav > li:hover > a,
.vehicle-detail-modern .navbar-default .navbar-nav > li:focus > a,
.vehicle-detail-modern .navbar-default .navbar-nav > li.active > a,
.vehicle-detail-modern .navbar-default .navbar-nav > li.active > a:hover {
  color: var(--detail-green-light);
}
.vehicle-detail-modern .user_login > ul > li > a.admin-dashboard-link {
  background: linear-gradient(135deg, var(--detail-green) 0%, var(--detail-green-dark) 100%);
  box-shadow: 0 6px 14px rgba(27, 158, 88, .25), inset 0 1px 0 rgba(255, 255, 255, .18);
  color: #102119;
}
.vehicle-detail-modern .user_login > ul > li > a.admin-dashboard-link:hover,
.vehicle-detail-modern .user_login > ul > li > a.admin-dashboard-link:focus {
  background: linear-gradient(135deg, #80e7a6 0%, var(--detail-green) 100%);
  box-shadow: 0 8px 18px rgba(27, 158, 88, .31), inset 0 1px 0 rgba(255, 255, 255, .22);
  color: #102119;
}
.vehicle-detail-main {
  background: var(--detail-soft);
  overflow: hidden;
}
.vehicle-detail-modern .vehicle-gallery-section {
  background: var(--detail-soft);
  padding: 29px 0 0;
}
.vehicle-detail-context {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto 17px;
  max-width: 1120px;
}
.vehicle-detail-back {
  align-items: center;
  color: var(--detail-ink);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  line-height: 20px;
}
.vehicle-detail-back:hover,
.vehicle-detail-back:focus {
  color: var(--detail-green-dark);
  text-decoration: none;
}
.vehicle-detail-back .fa {
  color: var(--detail-green-dark);
  margin: 0;
  transition: transform .2s ease;
}
.vehicle-detail-back:hover .fa,
.vehicle-detail-back:focus .fa {
  transform: translateX(-3px);
}
.vehicle-detail-breadcrumb {
  align-items: center;
  color: #8a969b;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  gap: 8px;
  justify-content: flex-end;
  line-height: 18px;
  min-width: 0;
}
.vehicle-detail-breadcrumb span:last-child {
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vehicle-detail-breadcrumb strong {
  color: #526269;
  font-weight: 900;
}
.vehicle-detail-breadcrumb i {
  color: #a7b9ae;
  margin: 0;
}
.vehicle-detail-modern #listing_img_slider {
  background: #17242b;
  border: 1px solid rgba(23, 36, 43, .1);
  border-radius: 22px;
  box-shadow: 0 24px 55px rgba(25, 57, 41, .16);
}
.vehicle-detail-modern #listing_img_slider .slick-list,
.vehicle-detail-modern #listing_img_slider .slick-track,
.vehicle-detail-modern #listing_img_slider .slick-slide,
.vehicle-detail-modern #listing_img_slider .slick-slide > div,
.vehicle-detail-modern .vehicle-gallery-slide {
  height: 500px;
}
.vehicle-detail-modern .vehicle-gallery-slide {
  background: #17242b;
}
.vehicle-detail-modern .vehicle-gallery-slide img {
  opacity: .96;
}
.vehicle-detail-modern .vehicle-gallery-overlay {
  background: linear-gradient(180deg, transparent 43%, rgba(10, 24, 19, .79) 100%);
  padding: 72px 30px 25px;
}
.vehicle-detail-modern .vehicle-gallery-overlay span {
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.vehicle-detail-modern .vehicle-gallery-overlay span i,
.vehicle-detail-modern .vehicle-gallery-caption i {
  color: var(--detail-green-light);
}
.vehicle-detail-modern .vehicle-gallery-overlay strong {
  color: #fff;
  font-size: 11px;
}
.vehicle-detail-modern .vehicle-gallery .listing_images_slider .slick-arrow {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: rgba(255, 255, 255, .88);
  display: flex;
  height: 50px;
  justify-content: center;
  line-height: 1;
  opacity: .9;
  padding: 0;
  text-shadow: none;
  top: 50%;
  transform: translateY(-50%);
  transition: color .2s ease, opacity .2s ease, text-shadow .2s ease, transform .2s ease;
  width: 50px;
  z-index: 4;
}
.vehicle-detail-modern .vehicle-gallery .listing_images_slider .slick-arrow::after {
  align-items: center;
  display: flex;
  font-size: 22px;
  height: 100%;
  justify-content: center;
  line-height: 1;
  width: 100%;
}
.vehicle-detail-modern .vehicle-gallery .listing_images_slider .slick-arrow.slick-next {
  right: 24px;
}
.vehicle-detail-modern .vehicle-gallery .listing_images_slider .slick-arrow.slick-prev {
  left: 24px;
}
.vehicle-detail-modern .vehicle-gallery .listing_images_slider .slick-arrow:focus,
.vehicle-detail-modern .vehicle-gallery .listing_images_slider .slick-arrow:hover {
  background: transparent;
  border: 0;
  color: var(--detail-green-light);
  opacity: 1;
  outline: none;
  text-shadow: 0 0 6px var(--detail-green-light), 0 0 16px rgba(155, 240, 188, .95);
}
.vehicle-detail-modern .vehicle-gallery .listing_images_slider .slick-arrow:hover {
  transform: translateY(-50%) scale(1.1);
}
.vehicle-detail-modern .listing_images_slider_nav {
  margin-top: 15px;
  max-width: 920px;
}
.vehicle-detail-modern .vehicle-gallery-thumb {
  border-radius: 11px;
  height: 76px;
}
.vehicle-detail-modern .slick-current .vehicle-gallery-thumb,
.vehicle-detail-modern .vehicle-gallery-thumb:hover,
.vehicle-detail-modern .vehicle-gallery-thumb:focus {
  border-color: var(--detail-green);
  box-shadow: 0 0 0 2px rgba(45, 204, 112, .16);
}
.vehicle-detail-modern .vehicle-gallery .listing_images_slider_nav .slick-arrow {
  color: var(--detail-green-dark);
}
.vehicle-detail-modern .vehicle-gallery-caption {
  color: #7d8d86;
  justify-content: center;
  padding: 14px 4px 21px;
  text-align: center;
}
.vehicle-detail-modern .vehicle-gallery-caption span + span {
  color: #91a09a;
}
.vehicle-detail-modern .vehicle-detail-page {
  background: var(--detail-soft);
  padding: 50px 0 103px;
}
.vehicle-detail-modern .vehicle-detail-hero {
  align-items: center;
  margin-bottom: 36px;
}
.vehicle-detail-modern .vehicle-detail-heading {
  padding-right: 40px;
}
.vehicle-detail-modern .vehicle-kicker,
.vehicle-detail-modern .vehicle-section-kicker {
  color: var(--detail-green-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .17em;
  line-height: 16px;
  margin: 0 0 11px;
  text-transform: uppercase;
}
.vehicle-detail-modern .vehicle-kicker i {
  color: var(--detail-green-dark);
  margin-right: 5px;
}
.vehicle-detail-modern .vehicle-status-pill {
  background: #eaf9ef;
  border-radius: 999px;
  color: var(--detail-green-dark);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
  margin-left: 8px;
  padding: 6px 10px;
  vertical-align: 1px;
}
.vehicle-detail-modern .vehicle-status-pill i {
  color: currentColor;
  font-size: 7px;
  margin-right: 4px;
}
.vehicle-detail-modern .vehicle-status-maintenance,
.vehicle-detail-modern .vehicle-status-booked {
  background: #fff4e5;
  color: #b76b00;
}
.vehicle-detail-modern .vehicle-status-availability-on-request {
  background: #edf1f5;
  color: #64717d;
}
.vehicle-detail-modern .vehicle-detail-heading h1 {
  color: var(--detail-ink);
  font-size: clamp(40px, 4.5vw, 58px);
  letter-spacing: -.055em;
  line-height: .99;
  margin: 0;
}
.vehicle-detail-modern .vehicle-detail-heading h1 span {
  color: var(--detail-green-dark);
  display: block;
  font-weight: 300;
}
.vehicle-detail-modern .vehicle-detail-subtitle {
  color: var(--detail-muted);
  font-size: 16px;
  line-height: 27px;
  margin: 18px 0 0;
  max-width: 620px;
}
.vehicle-title-trust {
  align-items: center;
  border-top: 1px solid #dfebe5;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 19px;
  margin-top: 24px;
  padding-top: 16px;
}
.vehicle-title-trust span {
  color: #72837b;
  font-size: 10px;
  font-weight: 800;
  line-height: 18px;
}
.vehicle-title-trust i {
  color: var(--detail-green-dark);
  margin: 0 5px 0 0;
}
.vehicle-detail-modern .vehicle-price-card {
  background: linear-gradient(135deg, #152127 0%, #1f3c35 100%);
  border-radius: 18px;
  box-shadow: 0 18px 35px rgba(20, 49, 37, .2);
  color: #fff;
  overflow: hidden;
  padding: 25px 25px 22px;
  position: relative;
  text-align: left;
}
.vehicle-detail-modern .vehicle-price-card::after {
  border: 1px solid rgba(155, 240, 188, .12);
  border-radius: 50%;
  content: "";
  height: 180px;
  position: absolute;
  right: -73px;
  top: -89px;
  width: 180px;
}
.vehicle-detail-modern .vehicle-price-card > * {
  position: relative;
  z-index: 1;
}
.vehicle-detail-modern .vehicle-price-label {
  color: rgba(255, 255, 255, .64);
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 16px;
  text-transform: uppercase;
}
.vehicle-detail-modern .vehicle-price-value {
  align-items: baseline;
  display: flex;
  gap: 5px;
  margin-top: 8px;
}
.vehicle-detail-modern .vehicle-price-card strong {
  color: #fff;
  font-size: 39px;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
}
.vehicle-detail-modern .vehicle-price-period {
  color: var(--detail-green-light);
  display: inline;
  font-size: 12px;
  font-weight: 800;
  margin: 0;
}
.vehicle-price-trust {
  color: rgba(255, 255, 255, .66);
  font-size: 11px;
  line-height: 18px;
  margin: 11px 0 0;
}
.vehicle-price-trust i {
  color: var(--detail-green-light);
  margin-right: 5px;
}
.vehicle-detail-modern .vehicle-price-link {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: space-between;
  line-height: 20px;
  margin-top: 18px;
  padding-top: 14px;
}
.vehicle-detail-modern .vehicle-price-link:hover,
.vehicle-detail-modern .vehicle-price-link:focus {
  color: var(--detail-green-light);
  text-decoration: none;
}
.vehicle-detail-modern .vehicle-price-link i {
  color: var(--detail-green-light);
  margin: 0;
}
.vehicle-detail-modern .vehicle-detail-layout {
  align-items: flex-start;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.vehicle-detail-modern .vehicle-detail-layout > [class*="col-"] {
  float: none;
}
.vehicle-detail-modern .vehicle-detail-layout > aside {
  position: relative;
}
@media (min-width: 992px) {
  .vehicle-detail-modern .vehicle-detail-hero > .col-md-8 {
    width: 55%;
  }
  .vehicle-detail-modern .vehicle-detail-layout > .col-md-8 {
    width: 55%;
  }
  .vehicle-detail-modern .vehicle-detail-hero > .col-md-4 {
    width: 45%;
  }
  .vehicle-detail-modern .vehicle-detail-layout > aside {
    width: 45%;
  }
}
.vehicle-detail-modern .vehicle-highlights {
  margin-bottom: 14px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.vehicle-detail-modern .vehicle-highlights ul {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: visible;
}
.vehicle-detail-modern .vehicle-highlights ul li {
  background: #fff;
  border: 1px solid var(--detail-border);
  border-radius: 16px;
  box-shadow: 0 8px 21px rgba(27, 58, 42, .045);
  float: none;
  margin: 0;
  min-height: 126px;
  min-width: 0;
  padding: 18px 15px 15px;
  position: relative;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  z-index: 0;
}
.vehicle-detail-modern .vehicle-highlights ul li:hover {
  border-color: #b8e1c7;
  box-shadow: 0 14px 28px rgba(27, 58, 42, .1);
  transform: translateY(-3px);
  z-index: 2;
}
.vehicle-detail-modern .vehicle-highlights ul li:last-child {
  margin: 0;
}
.vehicle-detail-modern .vehicle-highlights ul li i {
  color: var(--detail-green-dark);
  font-size: 21px;
  margin: 0 0 13px;
}
.vehicle-detail-modern .vehicle-highlights ul li h5 {
  color: var(--detail-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  margin: 0 0 4px;
  overflow-wrap: anywhere;
}
.vehicle-detail-modern .vehicle-highlights ul li p {
  color: #8a9991;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 15px;
  margin: 0;
  text-transform: uppercase;
}
.vehicle-detail-modern .vehicle-info-tabs {
  padding: 22px 0 0;
}
.vehicle-detail-modern .vehicle-info-tabs .listing_detail_wrap {
  background: #fff;
  border: 1px solid var(--detail-border);
  border-radius: 18px;
  box-shadow: 0 10px 27px rgba(27, 58, 42, .055);
  overflow: hidden;
}
.vehicle-detail-modern .vehicle-info-tabs .nav-tabs {
  background: #fff;
  border-bottom: 1px solid #e5eee9;
  display: flex;
}
.vehicle-detail-modern .vehicle-info-tabs .nav-tabs > li {
  float: none;
  flex: 1;
  margin-bottom: -1px;
}
.vehicle-detail-modern .vehicle-info-tabs .nav-tabs > li a {
  border: 0;
  border-bottom: 3px solid transparent;
  color: #7e8e86;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  padding: 19px 16px 16px;
  text-align: center;
}
.vehicle-detail-modern .vehicle-info-tabs .nav-tabs > li.active a,
.vehicle-detail-modern .vehicle-info-tabs .nav-tabs > li:hover a,
.vehicle-detail-modern .vehicle-info-tabs .nav-tabs > li a:focus {
  background: #fff;
  border-bottom-color: var(--detail-green);
  color: var(--detail-green-dark);
}
.vehicle-detail-modern .vehicle-info-tabs .tab-content {
  padding: 31px 32px 32px;
}
.vehicle-detail-modern .vehicle-tab-heading .vehicle-section-kicker {
  margin-bottom: 7px;
}
.vehicle-detail-modern .vehicle-tab-heading h2 {
  color: var(--detail-ink);
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 30px;
  margin: 0 0 15px;
}
.vehicle-detail-modern #accessories .vehicle-tab-heading h2 {
  font-size: 30px;
  line-height: 36px;
}
.vehicle-detail-modern .vehicle-overview-copy {
  color: var(--detail-muted);
  font-size: 15px;
  line-height: 28px;
  margin: 0;
}
.vehicle-detail-modern .vehicle-benefit-grid {
  border-top: 1px solid #e8f0eb;
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
  padding-top: 21px;
}
.vehicle-detail-modern .vehicle-benefit-grid div {
  align-items: flex-start;
  color: #55675e;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
}
.vehicle-detail-modern .vehicle-benefit-grid i {
  color: var(--detail-green-dark);
  font-size: 15px;
  margin: 1px 7px 0 0;
}
.vehicle-detail-modern .vehicle-spec-table-wrap {
  margin: 18px 0 0;
}
.vehicle-detail-modern .vehicle-spec-table {
  border: 1px solid #d9e8df;
  border-collapse: collapse;
  margin: 0;
  table-layout: fixed;
  width: 100%;
}
.vehicle-detail-modern .vehicle-spec-table td {
  border: 1px solid #e8f0eb;
  color: #465850;
  font-size: 14px;
  line-height: 21px;
  padding: 15px 9px;
  vertical-align: middle;
  width: 25%;
}
.vehicle-detail-modern .vehicle-spec-table tr:last-child td {
  border-bottom: 0;
}
.vehicle-detail-modern .vehicle-spec-table td:nth-child(odd) {
  color: #718178;
  font-size: 12px;
  font-weight: 900;
  line-height: 21px;
}
.vehicle-detail-modern .vehicle-spec-table td i {
  color: var(--detail-green-dark);
  margin-right: 5px;
  width: 14px;
}
.vehicle-detail-modern .vehicle-share-card {
  align-items: center;
  background: var(--detail-ink);
  border: 0;
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(21, 38, 32, .12);
  display: flex;
  justify-content: space-between;
  margin: 0 0 17px;
  padding: 16px 19px;
}
.vehicle-detail-modern .vehicle-share-card p {
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .03em;
  margin: 0;
}
.vehicle-detail-modern .vehicle-share-links {
  display: flex;
  gap: 8px;
}
.vehicle-detail-modern .vehicle-share-links a {
  color: rgba(255, 255, 255, .67);
  font-size: 18px;
  line-height: 1;
  margin: 0;
}
.vehicle-detail-modern .vehicle-share-links a:hover,
.vehicle-detail-modern .vehicle-share-links a:focus {
  color: var(--detail-green-light);
  text-decoration: none;
}
.vehicle-detail-modern .vehicle-booking-widget {
  background: #fff;
  border: 1px solid var(--detail-border);
  border-top: 4px solid var(--detail-green);
  border-radius: 18px;
  box-shadow: 0 15px 32px rgba(27, 58, 42, .1);
  padding: 28px 20px 26px;
  position: sticky;
  top: 22px;
  width: 100%;
}
.vehicle-detail-modern .vehicle-booking-widget .widget_heading {
  align-items: center;
  border-bottom: 1px solid #e8f0eb;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 16px;
}
.vehicle-detail-modern .vehicle-booking-kicker {
  color: var(--detail-green-dark);
  display: block;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 15px;
  margin-bottom: 3px;
}
.vehicle-detail-modern .vehicle-booking-widget .widget_heading h5 {
  color: var(--detail-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  margin: 0;
}
.vehicle-booking-heading-icon {
  align-items: center;
  background: #eaf9ef;
  border-radius: 12px;
  color: var(--detail-green-dark);
  display: inline-flex;
  flex: 0 0 40px;
  font-size: 16px;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.vehicle-booking-heading-icon i {
  margin: 0;
}
.vehicle-detail-modern .vehicle-booking-intro {
  color: var(--detail-muted);
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 15px;
}
.vehicle-detail-modern .vehicle-booking-rate {
  align-items: center;
  background: var(--detail-soft);
  border: 1px solid #e5f0e9;
  border-radius: 11px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 11px 13px;
}
.vehicle-detail-modern .vehicle-booking-rate span {
  color: #7c8b83;
  font-size: 11px;
  font-weight: 800;
}
.vehicle-detail-modern .vehicle-booking-rate strong {
  color: var(--detail-green-dark);
  font-size: 19px;
  font-weight: 900;
}
.vehicle-detail-modern .vehicle-booking-fields {
  display: grid;
  gap: 0 11px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.vehicle-detail-modern .vehicle-booking-field {
  margin-bottom: 13px;
  min-width: 0;
}
.vehicle-detail-modern .vehicle-booking-field-full {
  grid-column: 1 / -1;
}
.vehicle-detail-modern .vehicle-booking-form label small {
  color: #8b9992;
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-left: 4px;
  text-transform: none;
}
.vehicle-detail-modern .vehicle-booking-location-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.vehicle-detail-modern .vehicle-booking-location-grid .form-control {
  min-width: 0;
}
.vehicle-detail-modern .vehicle-booking-location-group {
  margin-bottom: 9px;
}
.vehicle-detail-modern .psgc-location-error {
  color: #b42318;
  display: block;
  font-size: 10px;
  line-height: 15px;
  margin-top: 5px;
}
.vehicle-detail-modern .vehicle-booking-form label {
  color: #52645a;
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 17px;
  margin-bottom: 5px;
}
.vehicle-detail-modern .vehicle-booking-form .form-control {
  background: #f7faf8;
  border: 1px solid #dce9e1;
  border-radius: 9px;
  box-shadow: none;
  color: #42544b;
  display: block;
  font-size: 13px;
  height: 50px;
  line-height: 20px;
  padding: 0 14px;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
  width: 100%;
}
.vehicle-detail-modern .vehicle-booking-form textarea.form-control {
  height: auto;
  min-height: 76px;
  padding-bottom: 10px;
  padding-top: 10px;
  resize: vertical;
}
.vehicle-detail-modern .vehicle-booking-form .form-control::placeholder {
  color: #a0ada6;
}
.vehicle-detail-modern .vehicle-booking-form .form-control:focus {
  background: #fff;
  border-color: var(--detail-green);
  box-shadow: 0 0 0 3px rgba(45, 204, 112, .13);
}
.vehicle-detail-modern .vehicle-booking-form select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--detail-green-dark) 50%), linear-gradient(135deg, var(--detail-green-dark) 50%, transparent 50%);
  background-position: calc(100% - 24px) 50%, calc(100% - 19px) 50%;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 40px;
}
.vehicle-detail-modern .vehicle-booking-form select.form-control::-ms-expand {
  display: none;
}
.vehicle-detail-modern .vehicle-booking-form .select::after {
  display: none;
}
.vehicle-detail-modern .vehicle-booking-submit-group {
  margin: 4px 0 0;
}
.vehicle-detail-modern .vehicle-booking-submit {
  align-items: center;
  background: var(--detail-green);
  border: 1px solid var(--detail-green);
  border-radius: 10px;
  box-shadow: 0 11px 23px rgba(45, 204, 112, .2);
  color: #102119;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  line-height: 20px;
  min-height: 49px;
  padding: 12px 15px;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
  width: 100%;
}
.vehicle-detail-modern .vehicle-booking-submit:hover,
.vehicle-detail-modern .vehicle-booking-submit:focus {
  background: #80e7a6;
  border-color: #80e7a6;
  box-shadow: 0 14px 27px rgba(45, 204, 112, .28);
  color: #102119;
  outline: none;
  text-decoration: none;
  transform: translateY(-1px);
}
.vehicle-detail-modern .vehicle-booking-submit i {
  margin-left: 8px;
}
.vehicle-detail-modern .vehicle-booking-note {
  color: #8b9992;
  font-size: 10px;
  line-height: 16px;
  margin: 13px 0 0;
  text-align: center;
}
.vehicle-detail-modern .vehicle-booking-note i {
  color: var(--detail-green-dark);
  margin-right: 4px;
}
.vehicle-detail-modern .vehicle-unavailable-state {
  padding: 13px 0 2px;
  text-align: center;
}
.vehicle-detail-modern .vehicle-unavailable-state > span {
  align-items: center;
  background: #fff4e5;
  border-radius: 50%;
  color: #b76b00;
  display: inline-flex;
  font-size: 23px;
  height: 56px;
  justify-content: center;
  width: 56px;
}
.vehicle-detail-modern .vehicle-unavailable-state > span i {
  margin: 0;
}
.vehicle-detail-modern .vehicle-unavailable-state h4 {
  color: var(--detail-ink);
  font-size: 17px;
  font-weight: 900;
  margin: 14px 0 7px;
  text-transform: capitalize;
}
.vehicle-detail-modern .vehicle-unavailable-state p {
  color: var(--detail-muted);
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 18px;
}
.vehicle-detail-modern .vehicle-unavailable-state .btn {
  background: var(--detail-green);
  border-color: var(--detail-green);
  border-radius: 9px;
  color: #102119;
  font-size: 12px;
  font-weight: 900;
  width: 100%;
}
.vehicle-detail-modern .divider {
  border-color: #e1ece6;
  margin: 0;
}
.vehicle-detail-modern .vehicle-similar-section {
  padding: 52px 0 0;
}
.vehicle-detail-modern .vehicle-section-heading {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.vehicle-detail-modern .vehicle-section-heading h3 {
  color: var(--detail-ink);
  font-size: 29px;
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 34px;
  margin: 0;
}
.vehicle-detail-modern .vehicle-section-heading > a {
  color: var(--detail-green-dark);
  font-size: 12px;
  font-weight: 900;
}
.vehicle-detail-modern .vehicle-section-heading > a:hover,
.vehicle-detail-modern .vehicle-section-heading > a:focus {
  color: #137340;
  text-decoration: none;
}
.vehicle-detail-modern .vehicle-section-heading > a i {
  margin-left: 5px;
}
.vehicle-detail-modern .vehicle-similar-card {
  background: #fff;
  border: 1px solid var(--detail-border);
  border-radius: 17px;
  box-shadow: 0 9px 23px rgba(27, 58, 42, .06);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.vehicle-detail-modern .vehicle-similar-card:hover {
  border-color: #b9e5c9;
  box-shadow: 0 17px 32px rgba(27, 58, 42, .12);
  transform: translateY(-4px);
}
.vehicle-detail-modern .vehicle-similar-card .product-listing-img {
  background: #e9eeec;
  height: 174px;
  overflow: hidden;
}
.vehicle-detail-modern .vehicle-similar-card .product-listing-img img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  width: 100%;
}
.vehicle-detail-modern .vehicle-similar-card:hover .product-listing-img img {
  transform: scale(1.045);
}
.vehicle-detail-modern .vehicle-similar-card .product-listing-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 17px 16px 16px;
}
.vehicle-detail-modern .vehicle-similar-card .product-listing-content h5 {
  line-height: 22px;
  margin: 0 0 7px;
  min-height: 44px;
}
.vehicle-detail-modern .vehicle-similar-card .product-listing-content h5 a {
  color: var(--detail-ink);
  font-size: 17px;
  font-weight: 900;
}
.vehicle-detail-modern .vehicle-similar-card .product-listing-content h5 a:hover,
.vehicle-detail-modern .vehicle-similar-card .product-listing-content h5 a:focus {
  color: var(--detail-green-dark);
}
.vehicle-detail-modern .vehicle-similar-card .list-price {
  color: var(--detail-green-dark);
  font-size: 16px;
  font-weight: 900;
  margin: 0;
}
.vehicle-detail-modern .vehicle-similar-card .list-price span {
  color: #8a9991;
  font-size: 10px;
  font-weight: 700;
}
.vehicle-detail-modern .vehicle-similar-card .features_list {
  border-bottom: 1px solid #e8f0eb;
  border-top: 1px solid #e8f0eb;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 15px 0 0;
  padding: 12px 0;
}
.vehicle-detail-modern .vehicle-similar-card .features_list li {
  border-right: 1px solid #e5eee9;
  color: #73847b;
  font-size: 9px;
  line-height: 15px;
  list-style: none;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  padding: 0 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vehicle-detail-modern .vehicle-similar-card .features_list li:first-child {
  padding-left: 0;
}
.vehicle-detail-modern .vehicle-similar-card .features_list li:last-child {
  border-right: 0;
  padding-right: 0;
}
.vehicle-detail-modern .vehicle-similar-card .features_list li i {
  color: var(--detail-green-dark);
  font-size: 10px;
  margin: 0 3px 0 0;
}
.vehicle-detail-modern .vehicle-similar-card .vehicle-similar-cta {
  align-items: center;
  background: var(--detail-green);
  border: 1px solid var(--detail-green);
  border-radius: 9px;
  color: #102119;
  display: flex;
  font-size: 11px;
  font-weight: 900;
  justify-content: space-between;
  line-height: 18px;
  margin: 16px 0 0;
  min-height: 43px;
  padding: 5px 7px 5px 14px;
  text-align: left;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
  width: 100%;
}
.vehicle-detail-modern .vehicle-similar-card .vehicle-similar-cta:hover,
.vehicle-detail-modern .vehicle-similar-card .vehicle-similar-cta:focus {
  background: #80e7a6;
  border-color: #80e7a6;
  box-shadow: 0 8px 17px rgba(45, 204, 112, .22);
  color: #102119;
  text-decoration: none;
  transform: translateY(-1px);
}
.vehicle-detail-modern .vehicle-similar-card .vehicle-similar-cta-icon {
  align-items: center;
  background: rgba(255, 255, 255, .46);
  border-radius: 7px;
  display: inline-flex;
  flex: 0 0 30px;
  height: 30px;
  justify-content: center;
  margin-left: 10px;
  transition: transform .2s ease;
  width: 30px;
}
.vehicle-detail-modern .vehicle-similar-card .vehicle-similar-cta-icon i {
  font-size: 12px;
  line-height: 1;
  margin: 0;
}
.vehicle-detail-modern .vehicle-similar-card:hover .vehicle-similar-cta-icon,
.vehicle-detail-modern .vehicle-similar-card .vehicle-similar-cta:focus .vehicle-similar-cta-icon {
  transform: translateX(3px);
}
.vehicle-detail-modern .vehicle-empty-state {
  background: #fff;
  border: 1px solid var(--detail-border);
  border-radius: 19px;
  box-shadow: 0 11px 28px rgba(27, 58, 42, .06);
  margin: 0 auto;
  max-width: 650px;
  padding: 68px 30px;
  text-align: center;
}
.vehicle-detail-modern .vehicle-empty-icon {
  align-items: center;
  background: #eaf9ef;
  border-radius: 50%;
  color: var(--detail-green-dark);
  display: inline-flex;
  font-size: 25px;
  height: 62px;
  justify-content: center;
  margin-bottom: 19px;
  width: 62px;
}
.vehicle-detail-modern .vehicle-empty-icon i {
  margin: 0;
}
.vehicle-detail-modern .vehicle-empty-state h1 {
  color: var(--detail-ink);
  font-size: 31px;
  letter-spacing: -.035em;
  margin: 0 0 10px;
}
.vehicle-detail-modern .vehicle-empty-state > p:not(.vehicle-kicker) {
  color: var(--detail-muted);
  line-height: 25px;
  margin: 0 auto 25px;
  max-width: 480px;
}
.vehicle-detail-modern .vehicle-empty-state .vehicle-kicker {
  margin-bottom: 8px;
}
.vehicle-detail-modern .vehicle-empty-state .btn {
  background: var(--detail-green);
  border-color: var(--detail-green);
  border-radius: 9px;
  color: #102119;
  font-weight: 900;
}

@media (max-width: 991px) {
  .vehicle-detail-modern .vehicle-gallery-section {
    padding-top: 23px;
  }
  .vehicle-detail-modern #listing_img_slider .slick-list,
  .vehicle-detail-modern #listing_img_slider .slick-track,
  .vehicle-detail-modern #listing_img_slider .slick-slide,
  .vehicle-detail-modern #listing_img_slider .slick-slide > div,
  .vehicle-detail-modern .vehicle-gallery-slide {
    height: 430px;
  }
  .vehicle-detail-modern .vehicle-detail-heading {
    padding-right: 0;
  }
  .vehicle-detail-modern .vehicle-price-card {
    margin-top: 27px;
    max-width: none;
  }
  .vehicle-detail-modern .vehicle-detail-layout {
    display: block;
  }
  .vehicle-detail-modern .vehicle-detail-layout > aside {
    margin-top: 34px;
  }
  .vehicle-detail-modern .vehicle-booking-widget {
    position: static;
  }
  .vehicle-detail-modern .vehicle-similar-card .product-listing-img {
    height: 165px;
  }
}

@media (max-width: 767px) {
  .vehicle-detail-modern .vehicle-gallery-section {
    padding: 18px 0 0;
  }
  .vehicle-detail-context {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 14px;
  }
  .vehicle-detail-breadcrumb {
    justify-content: flex-start;
  }
  .vehicle-detail-modern #listing_img_slider,
  .vehicle-detail-modern .vehicle-gallery-slide {
    border-radius: 13px;
  }
  .vehicle-detail-modern #listing_img_slider .slick-list,
  .vehicle-detail-modern #listing_img_slider .slick-track,
  .vehicle-detail-modern #listing_img_slider .slick-slide,
  .vehicle-detail-modern #listing_img_slider .slick-slide > div,
  .vehicle-detail-modern .vehicle-gallery-slide {
    height: 310px;
  }
  .vehicle-detail-modern .vehicle-gallery-overlay {
    padding: 48px 16px 16px;
  }
  .vehicle-detail-modern .vehicle-gallery .listing_images_slider .slick-arrow {
    height: 39px;
    width: 39px;
  }
  .vehicle-detail-modern .vehicle-gallery .listing_images_slider .slick-arrow.slick-prev {
    left: 12px;
  }
  .vehicle-detail-modern .vehicle-gallery .listing_images_slider .slick-arrow.slick-next {
    right: 12px;
  }
  .vehicle-detail-modern .vehicle-gallery .listing_images_slider .slick-arrow::after {
    font-size: 19px;
    line-height: 1;
  }
  .vehicle-detail-modern .listing_images_slider_nav {
    padding: 0 25px;
  }
  .vehicle-detail-modern .vehicle-gallery-thumb {
    height: 59px;
  }
  .vehicle-detail-modern .vehicle-gallery-caption {
    align-items: center;
    flex-direction: row;
    gap: 4px;
    justify-content: center;
    padding-left: 0;
    text-align: center;
  }
  .vehicle-detail-modern .vehicle-detail-page {
    padding: 39px 0 70px;
  }
  .vehicle-detail-modern .vehicle-detail-heading h1 {
    font-size: 38px;
  }
  .vehicle-detail-modern .vehicle-detail-subtitle {
    font-size: 14px;
    line-height: 23px;
  }
  .vehicle-title-trust {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .vehicle-detail-modern .vehicle-price-card {
    max-width: none;
  }
  .vehicle-detail-modern .vehicle-highlights ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .vehicle-detail-modern .vehicle-info-tabs .nav-tabs > li a {
    font-size: 11px;
    padding: 16px 8px 14px;
  }
  .vehicle-detail-modern .vehicle-info-tabs .tab-content {
    padding: 25px 18px;
  }
  .vehicle-detail-modern .vehicle-tab-heading h2 {
    font-size: 22px;
  }
  .vehicle-detail-modern #accessories .vehicle-tab-heading h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .vehicle-detail-modern .vehicle-benefit-grid {
    grid-template-columns: 1fr;
  }
  .vehicle-detail-modern .vehicle-spec-table {
    min-width: 610px;
  }
  .vehicle-detail-modern .vehicle-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .vehicle-detail-modern .vehicle-section-heading h3 {
    font-size: 25px;
  }
  .vehicle-detail-modern .vehicle-similar-card .product-listing-img {
    height: 190px;
  }
}

@media (max-width: 480px) {
  .vehicle-detail-breadcrumb {
    font-size: 9px;
    gap: 6px;
  }
  .vehicle-detail-breadcrumb span:last-child {
    max-width: 135px;
  }
  .vehicle-detail-modern #listing_img_slider .slick-list,
  .vehicle-detail-modern #listing_img_slider .slick-track,
  .vehicle-detail-modern #listing_img_slider .slick-slide,
  .vehicle-detail-modern #listing_img_slider .slick-slide > div,
  .vehicle-detail-modern .vehicle-gallery-slide {
    height: 248px;
  }
  .vehicle-detail-modern .vehicle-gallery-overlay {
    font-size: 10px;
  }
  .vehicle-detail-modern .vehicle-gallery-overlay span {
    font-size: 10px;
  }
  .vehicle-detail-modern .vehicle-gallery-overlay strong {
    font-size: 9px;
  }
  .vehicle-detail-modern .listing_images_slider_nav {
    padding: 0 18px;
  }
  .vehicle-detail-modern .vehicle-gallery-thumb {
    height: 52px;
  }
  .vehicle-detail-modern .vehicle-detail-heading h1 {
    font-size: 32px;
  }
  .vehicle-detail-modern .vehicle-status-pill {
    margin: 7px 0 0;
  }
  .vehicle-detail-modern .vehicle-price-card {
    border-radius: 15px;
    padding: 21px 18px 19px;
  }
  .vehicle-detail-modern .vehicle-price-card strong {
    font-size: 33px;
  }
  .vehicle-detail-modern .vehicle-highlights ul li {
    min-height: 116px;
    padding: 15px 10px 13px;
  }
  .vehicle-detail-modern .vehicle-highlights ul li h5 {
    font-size: 13px;
  }
  .vehicle-detail-modern .vehicle-highlights ul li p {
    font-size: 8px;
  }
  .vehicle-detail-modern .vehicle-booking-fields {
    display: block;
  }
  .vehicle-detail-modern .vehicle-booking-field {
    margin-bottom: 13px;
  }
  .vehicle-detail-modern .vehicle-booking-location-grid {
    display: block;
  }
  .vehicle-detail-modern .vehicle-booking-location-grid .form-control {
    margin-bottom: 8px;
  }
  .vehicle-detail-modern .vehicle-share-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }
  .vehicle-detail-modern .vehicle-similar-card .product-listing-img {
    height: 160px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vehicle-detail-modern .vehicle-detail-back .fa,
  .vehicle-detail-modern .vehicle-gallery-thumb,
  .vehicle-detail-modern .vehicle-similar-card,
  .vehicle-detail-modern .vehicle-similar-card .product-listing-img img,
  .vehicle-detail-modern .vehicle-similar-cta-icon {
    transition: none;
  }
}

.search-page-modern .search-page-query-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(223, 236, 228, 0.95);
  border-radius: 18px;
  box-shadow: 0 18px 37px rgba(3, 14, 17, 0.2);
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  margin-top: 31px;
  padding: 23px 25px;
  position: relative;
  z-index: 1;
}
.search-page-modern .search-page-query-copy {
  min-width: 0;
}
.search-page-modern .search-page-query-copy .van-section-kicker {
  color: var(--listing-green-dark);
  margin-bottom: 7px;
}
.search-page-modern .search-page-query-copy h2 {
  color: var(--listing-ink);
  font-size: 25px;
  letter-spacing: -0.035em;
  line-height: 1.16;
  margin: 0 0 8px;
}
.search-page-modern .search-page-query-copy > p:last-child {
  color: var(--listing-muted);
  font-size: 12px;
  line-height: 19px;
  margin: 0;
}
.search-page-modern .search-page-query-form {
  margin: 0;
  min-width: 0;
}
.search-page-modern .search-page-query-form > label {
  color: #344b42;
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 7px;
  text-transform: uppercase;
}
.search-page-modern .search-page-query-input {
  align-items: center;
  background: #f5f9f7;
  border: 1px solid #d9e8df;
  border-radius: 11px;
  display: flex;
  min-height: 54px;
  padding-left: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.search-page-modern .search-page-query-input:focus-within {
  border-color: var(--listing-green);
  box-shadow: 0 0 0 3px rgba(45, 204, 112, 0.13);
}
.search-page-modern .search-page-query-input > i {
  color: var(--listing-green-dark);
  flex: 0 0 auto;
  margin: 0 10px 0 0;
}
.search-page-modern .search-page-query-input input {
  background: transparent;
  border: 0;
  color: var(--listing-ink);
  flex: 1;
  font-size: 13px;
  line-height: 20px;
  min-width: 0;
  outline: 0;
  padding: 8px 6px 8px 0;
}
.search-page-modern .search-page-query-input input::placeholder {
  color: #91a199;
}
.search-page-modern .search-page-query-input button {
  align-items: center;
  background: var(--listing-green);
  border: 1px solid var(--listing-green);
  border-radius: 8px;
  color: #102119;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 900;
  gap: 7px;
  justify-content: center;
  margin: 5px;
  min-height: 42px;
  padding: 7px 13px;
  white-space: nowrap;
}
.search-page-modern .search-page-query-input button:hover,
.search-page-modern .search-page-query-input button:focus {
  background: #80e7a6;
  border-color: #80e7a6;
  color: #102119;
  outline: none;
}
.search-page-modern .search-page-query-input button i {
  margin: 0;
}

@media (max-width: 991px) {
  .search-page-modern .search-page-query-card {
    gap: 16px;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .search-page-modern .search-page-query-card {
    margin-top: 23px;
    padding: 20px;
  }
  .search-page-modern .search-page-query-copy h2 {
    font-size: 23px;
  }
}

@media (max-width: 480px) {
  .search-page-modern .search-page-query-card {
    border-radius: 15px;
    padding: 18px 16px;
  }
  .search-page-modern .search-page-query-input {
    align-items: stretch;
    display: grid;
    gap: 6px;
    padding: 7px;
  }
  .search-page-modern .search-page-query-input > i {
    display: none;
  }
  .search-page-modern .search-page-query-input input {
    min-height: 39px;
    padding: 7px 8px;
  }
  .search-page-modern .search-page-query-input button {
    margin: 0;
    width: 100%;
  }
}

